* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #050533;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.text-yellow {
  color: #FFEF0A;
}

.text-purple {
  color: #050533;
}

.text-blue {
  color: #0E3CE2;
}

.text-green {
  color: #10D36E;
}

.bg-yellow {
  background-color: #FFEF0A;
}

.bg-black-76 {
  background-color: rgb(0 0 0 / 30%)!important;
}

.bg-orange {
  background-color: #F93C32;
}

.btn.bg-orange:hover {
  background-color: #f55b53;
}

.btn.bg-yellow:hover {
  background-color: #f7f2a4;
  color: #050533;
}

.btn.bg-blue:hover {
  background-color: #446af5;
}

.bg-purple {
  background-color: #050533;
}

.bg-sky-purple {
  background-color: #7B3FEF;
}
.mt-1200 {
  margin-top: -100px;
}

.bg-blue {
  background-color: #0E3CE2;
}

.bg-green {
  background-color: #10D36E;
}

.bg-aqua {
  background-color: #8EF3FF;
}

.bg-gray {
  background-color: #F3F3F3;
}

.bg-gray-2 {
  background-color: #EEEEEE;
}

.bg-gray-3 {
  background-color: #F5F5F5;
}

.fs-5rem {
  font-size: 5rem;
}

.fs-3-8rem {
  font-size: 3.8rem;
}

.bf-blue::before {
  content: " ";
  position: absolute;
  bottom: 7px;
  z-index: -1;
  width: 105%;
  height: 11px;
  left: -2px;
  background-color: #0E3CE2;
}

.bf-yellow::before {
  content: " ";
  position: absolute;
  bottom: 10px;
  z-index: -1;
  width: 108%;
  height: 34px;
  left: -4px;
  background-color: #FFEF0A;
}

.bf-yellow-2::before {
  content: " ";
  position: absolute;
  bottom: 10px;
  z-index: -1;
  width: 102%;
  height: 10px;
  left: -4px;
  background-color: #FFEF0A;
}

.bf-line-start:before {
  content: " ";
  position: absolute;
  left: 0;
  height: 100px;
  width: 1px;
  background-color: #f8f9fa;
  top: 50%;
  transform: translateY(-50%);
}

.bg-pattern {
  position: relative;
  background-image: url('/images/bg_pattern.png');
  background-size: contain;
  background-repeat: repeat;
  z-index: 0;
}

.font-urgente {
  font-size: 55px;
}

.bg-form{
 position: relative;
}

.bg-form::before{
  content: "";
  background-image: url('/images/bg-form.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-size: right;
  filter: brightness(75%);
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.bg-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.7) 100%
  );
  z-index: -1; /* 👈 queda detrás del contenido */
}

.bf-line-start-purple:before {
  content: " ";
  position: absolute;
  left: 0;
  height: 100px;
  width: 1px;
  background-color: #050533;
  top: 50%;
  transform: translateY(-50%);
}

.rotated-1 {
  transform: rotate(-1deg);
}

.rotated-2 {
  transform: rotate(-2deg);
}

#rotate-div {
  width: 99.5%;
  transform: rotate(-1.3deg);
  overflow: hidden;
}

#rotate-div-1 {
  width: 99.9%;
  background-color: #D3FF00;
  transform: rotate(2deg);
  overflow: hidden;
}

#rotate-div-1 p{
 color: #020A47;
}
@media (max-width: 576px){

  .font-urgente {
  font-size: 35px;
}
  .fs-5rem {
    font-size: 1.5rem;
  }
  .mt-1200 {
    margin-top: 0px;
  }
  .fs-3-8rem {
    font-size: 2rem;
  }
  .fs-5, h4 {
    font-size: 0.85rem !important;
  }
}
@media only screen and (min-width: 576px){
  .fs-5rem {
    font-size: 1.5rem;
  }
  .mt-1200 {
    margin-top: 0px;
  }
  .fs-3-8rem {
    font-size: 2rem;
  }
  .fs-5, h4 {
    font-size: 0.85rem !important;
  }
}
@media only screen and (min-width: 768px){
  .fs-5rem {
    font-size: 2rem;
  }
  .mt-1200 {
    margin-top: -100px;
  }
  .fs-3-8rem {
    font-size: 2.3rem;
  }
  .fs-5, h4 {
    font-size: 1rem !important;
  }
  .fs-2 {
    font-size: calc(1.325rem + .4vw) !important;
  }
  .fs-1 {
    font-size: calc(1.375rem + 0.9vw) !important;
  }
}
@media only screen and (min-width: 992px){
  .fs-5rem {
    font-size: 3rem;
  }
  h4 {
    font-size: 1rem !important;
  }
  .fs-5 {
    font-size: 1rem !important;
  }
  .fs-3-8rem {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1200px){
  .fs-5rem {
    font-size: 5rem;
  }
  .fs-3-8rem {
    font-size: 3.8rem;
  }
  h4 {
    font-size: 1rem !important;
  }
  .fs-5 {
    font-size: 1rem !important;
  }
}