@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@600&family=Quicksand:wght@300;400;500;600;700&display=swap");
/* body {
  font-family: "Quicksand", sans-serif !important;
} */
/* Fuente personalizada */
@font-face {
  font-family: "poppins";
  src: url("font/Poppins-Bold.woff") format("woff");
}

@font-face {
  font-family: "poppins-regular";
  src: url("font/Poppins-Regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat-Italic";
  src: url("font/Montserrat-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("font/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Italic-Medium";
  src: url("font/FontsFree-Net-Montserrat-MediumItalic.woff") format("woff");
}

.timer .smalltext {
  margin-top: -10px; /* Puedes ajustar este valor como necesites */
}

header img {
  width: 30px;
}

@media screen and (min-width: 1024px) {
  .container-narrow {
    max-width: 1130px !important;
  }
  header .list p {
    margin-top: -20px;
  }

  .title-form {
    margin-bottom: 15px; /*Para ajustar el formulario */
  }
}

nav {
  width: 100%;

  padding: 6px;
}
.tel-button {
  background-color: #ffd639;
  text-decoration: none;
  border-radius: 10px;
}

.tel-button {
  background-color: #ffd73900;
  color: #ffffff;
  text-decoration: none;
  border: #ffffff solid 2px;
  border-radius: 20px;
}

.tel-button:hover {
  background-color: #ffd639;
  color: #000000;
  text-decoration: none;
  border: #ffd639 solid 1px;
  border-radius: 20px;
}

.subtitle {
  font-size: 2.8rem;
  font-family: "Montserrat-Italic-Medium", sans-serif;

  font-style: italic;
}

.form {
  width: 400px;
  background-color: #ffd639;
  margin-top: 90px;
}

.button-form {
  background-color: #4a39b1;
  padding: 10px 20px;
  border: 0;
  color: white;
  border-radius: 10px;
  font-size: 22px;
}

.button-form:hover {
  transition: all ease-in 0.2s;
  background-color: black;
}

.banner {
  background-color: #000000;
  color: #ffd639;
}

.title {
  font-size: 35px;
}

.countdown {
  display: flex;
  justify-content: center;

  color: white;
}

.countdown span {
  font-size: 36px;
  color: white;
  font-weight: bold;
}

.video-yt {
  padding-top: 50px;
}

footer {
  background-color: rgb(29, 29, 29);
}
.marginlft {
  margin-left: 55%;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 28px;
  }
  .marginlft {
    margin-left: 0%;
  }
  .subsection {
    padding-top: 45vh;
    text-align: -webkit-center;
  }
  .section1 {
    background-image: url("images/MOVIL_LANDING_APROBATUS.webp") !important;
    background-position: center;
  }
  nav a {
    display: none;
  }
  .form {
    width: auto;
    margin-top: 10px;
  }

  p.text-white.fw-bold.fs-1.text-lg-start.text-center {
    font-size: 27px !important;
  }

  .title {
    font-size: 22px;
  }

  .container-narrow {
    max-width: auto !important;
  }

  .countdown {
    margin-top: -26px !important;
    margin-bottom: -22px !important;
  }
  .video-yt {
    padding: 15px;
  }
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
#formulario {
  margin: 50px auto;
  background-color: #1485bc;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
input[type="submit"] {
  background-color: red;
  color: white;
  font-size: 1.2em;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.2s ease-in-out;
}
.section1 {
  background-image: url("images/LANDING_APROBATUS_ESO.webp");
  background-size: cover;
  width: 100%;
  min-height: 120vh;
  background-color: #ffffff;
}
.title_card {
  color: #ffffff;
  line-height: 1.2;
  background-color: #1485bc;
  border-radius: 20px 20px 0px 0px;
  padding: 10px;
}
.title {
  color: #ffffff;
  margin-top: 20px;
  font-weight: 500;
  font-size: 4.5rem;
  font-family: "poppins";
}
.fondo-title {
  width: fit-content;
  height: fit-content;
  background-color: #332922;
}
.fondo-title .title {
  color: #ffffff;
  margin-top: 20px;
  font-weight: 500;
  font-size: 4rem;
  font-family: "poppins";
}
.button {
  cursor: pointer;
  margin-top: 6rem;
  background-color: #1485bc;
  color: white;
  padding: 15px 20px 15px 20px;
  border-color: transparent;
  font-size: 22px;
  border-radius: 50px;
}
.link_button {
  text-decoration: none;
  color: white;
}
span.typed-text {
  font-weight: bold;
  font-size: 5rem;
  color: white;
}
