
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Poppins-Medium') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Poppins-Bold') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Poppins-MediumItalic') format('opentype');
  font-weight: italic;
  font-style: italic;
}

/* Incluir más @font-face si tienes otras variaciones */

:root {

    /**
     * colors
     */

     --iteblue: #072d70;
     --iteorange: #F99400;
     --itetext:#808080;
     --iteback:#fef7f8;
     --dark: #000;

    /**
     * typography
     */
  
     /* --ff-manrope: 'Arial', sans-serif; */
  
    --fs-1: calc(2.7rem + 1.38vw);
    --fs-2: calc(2.6rem + .66vw);
    --fs-3: 2.2rem;
    --fs-4: 1.9rem;
    --fs-5: 1.8rem;
    --fs-6: 1.7rem;
    --fs-7: 1.5rem;
    --fs-8: 1.4rem;
    
    --fw-700: 700;
  
    /** 
     * spacing
     */
  
    --section-padding: 90px;
  
    /**
     * box shadow
     */
  
    --shadow-1: 0 0 20px hsla(216, 14%, 14%, 0.05);
    --shadow-2: 0 0 0 0.05rem hsla(214, 88%, 27%, 0.08), 0 0 1.25rem hsla(216, 14%, 14%, 0.06);
    --shadow-3: 0 0 1.25rem hsla(216, 14%, 14%, 0.04);
  
    /**
     * border radius
     */
  
    --radius-circle: 50%;
    --radius-pill: 100px;
    --radius-10: 10px;
    --radius-8: 8px;
    --radius-6: 6px;
  
    /**
     * transition
     */
  
    --transition-1: 0.25s ease;
    --transition-2: 0.5s ease;
    --transition-3: 0.3s ease-in-out;
  
  }
  
  /*-----------------------------------*\
    #ETIQUETAS
  \*-----------------------------------*/
  
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  li { list-style: none; }
  
  a,
  img,
  span,
  input,
  button,
  ion-icon { display: block; }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  img { height: auto; }
  
  input,
  button {
    background: none;
    border: none;
    font: inherit;
  }
  
  input { width: 100%; }
  
  button { cursor: pointer; }
  
  ion-icon { pointer-events: none; }
  
  address { font-style: normal; }
  
  html {
    font-family: 'Futura', sans-serif;
    font-size: 10px;
    scroll-behavior: smooth;
  }
  
  main{
    margin-top: 7em;
  }
  
  body {
    background-color: white;
    color: var(--itetext);
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: 'Futura', sans-serif;
  }

  body, html {
    overflow-x: hidden;
  }

/*-----------------------------------*\
  # SERVICIOS
\*-----------------------------------*/

  /*
  +++++++
  # BANNERS-INICIO
  ++++++++
  */

  .Slider {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  
  .Slider .contenedor {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  @media (max-width: 768px) {
    .Slider .contenedor {
      max-width: 100%;
      margin-top: -10%;
    }
  }
  
  .deslizante {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .tarjeta {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
  }
  
  .imagen-tarjeta {
    width: 100%;
    height: auto;
  }
  
  .imagen-tarjeta img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .deslizante :is(.swiper-boton-siguiente, .swiper-boton-anterior) {
    background-color: var(--itetitles);
    color: white;
    top: 50%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: background-color .3s;
    box-shadow: var(--box-shadow);
    margin-top: 1em;
  }
  
  .deslizante .swiper-boton-siguiente::after,
  .deslizante .swiper-boton-anterior::after {
    font-size: 16px;
    font-weight: 1000;
    color: #fff;
  }
  
  .deslizante .swiper-boton-siguiente:hover,
  .deslizante .swiper-boton-anterior:hover {
    background-color: var(--iteblue);
  }
  
  .swiper-boton-siguiente {
    right: 10px;
    transform: translateY(-50%);
  }
  
  .swiper-boton-anterior {
    left: 10px;
    transform: translateY(-50%);
  }
  
  .deslizante .swiper-paginacion {
    position: relative;
  }
  
  .deslizante .swiper-paginacion span {
    transition: width 0.3s;
    opacity: 1;
  }
  
  .deslizante .swiper-paginacion .swiper-paginacion-bala-activa {
    width: 26px;
    border-radius: 4px;
  }
  
  @media screen and (max-width: 768px) {
    .deslizante .swiper-boton-siguiente,
    .deslizante .swiper-boton-anterior {
      top: 50%;
    }
  }
  
  /*
  +++++++
  # INFORMATE
  ++++++++
  */

    .informate {
      text-align: center;
      margin-bottom: 30px;
      margin-top: -100px;
    }
    
    .informate .container {
      max-width: 80%;
      margin: 0 auto;
    }
    
    .column-info {
      max-width: 1100px;
      margin: 0 auto;
    }
    
    .title-informate {
      font-size: 4rem;
      line-height: 1.4;
      color: var(--iteorange);
      margin-bottom: 20px;
      font-weight: 450;
      font-style: italic;
    }
    
    .title-informate span {
      color: var(--iteblue);
      font-weight: bold;
      display: inline; /* EVITA SALTO DE LINEA */
    }

    .text-informate {
      font-size: 3rem;
      color: #ABABAB; 
      line-height: 1.6;
      margin-top: 10px;
    }
    
    .text-informate span {
      color: var(--iteblue); 
      font-weight: 550;
      display: inline; /* EVITA SALTO DE LINEA */
    }
    
    @media (max-width: 1024px) {
      .title-informate {
        font-size: 2.2rem;
        line-height: 1.3;
      }
    
      .text-informate {
        font-size: 1.5rem;
      }
    }
    
    @media (max-width: 768px) {
    

      .informate .container {
        max-width: 93%;
        margin: 0 auto;
      }

      .title-informate {
        font-size: 2rem;
      }
    
      .text-informate {
        font-size: 1.4rem;
      }
    }
    
    @media (max-width: 480px) {

      .title-informate {
        font-size: 2.5rem;
      }
    
      .text-informate {
        font-size: 2.3rem;
      }
    }
  

  /*
  +++++++
  # MÓDULOS
  ++++++++
  */

.carrusel-section {
   
    overflow-x: hidden; 
}

.carrusel-section .container {
    max-width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.carrusel-content {
    flex: 1;
    overflow-x: hidden; 
}

.carrusel-content .slide-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.carrusel-content .swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carrusel-content .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: transform 0.3s ease, filter 0.3s ease;
    padding-top: 15px; /* Espacio adicional para la imagen central */
    box-sizing: border-box; /* Asegura que el padding se tome en cuenta correctamente */
}

.carrusel-content .card-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.carrusel-content .card-image img {
    width: 80%; 
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    filter: grayscale(100%) opacity(1);
    transition: filter 0.5s ease, transform 0.7s ease;
}

.button-container {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-more-btn {
    padding: 10px 20px;
    background-color: var(--iteblue);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.view-more-btn:hover {
    background-color: #0056b3;
}

/* Botones de navegación */
.carrusel-content .swiper-button-next,
.carrusel-content .swiper-button-prev {
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}

.carrusel-content .swiper-button-next {
    right: 10px;
}

.carrusel-content .swiper-button-prev {
    left: 10px;
}

.carrusel-content .swiper-button-next::after,
.carrusel-content .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 900;
    color: #3b3b3b;
}

.carrusel-content .swiper-slide-active .view-more-btn {
    background-color: var(--iteblue);
    margin-top: 25px;
    filter: none;
}

.carrusel-content .swiper-slide-active .card-image img {
    filter: none; 
    transform: scale(1.1); 
}

.carrusel-content .view-more-btn {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.carrusel-content .swiper-slide-active .view-more-btn {
    filter: none; 
}

@media (max-width: 768px) {
    .carrusel-section .container {
      max-width: 95%;
      flex-direction: column;
    }

    .content-wrapper {
      gap: 20px; 
    }

    .carrusel-content .card-image img {
      width: 75%; 
    }

    .button-container {
      margin-top: 10px; 
    }

    .view-more-btn {
      font-size: 14px; 
      padding: 8px 16px; 
    }

    .carrusel-content .swiper-button-next,
    .carrusel-content .swiper-button-prev {
      top: 50%;
    }

    .carrusel-content .swiper-button-next {
      right: 0px; 
    }

    .carrusel-content .swiper-button-prev {
      left: 0px; 
    }
}


/*
  +++++++++++++++++++++++
  #  BANNER-TEXT
  +++++++++++++++++++++++
*/
.banner {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0;
  background-color: var(--iteblue);
}

.banner .container {
  max-width: 100%;
  max-height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ban-01, .ban-02 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: none; 
}

@media (max-width: 769px) {
  .ban-01, .ban-02 {
    display: none; 
  }
}

@media (min-width: 769px) {
  .text-banners {
    display: none; 
  }
}

@media (max-width: 768px) {
  .banner {
    padding: 20px 0;
  }

  .p-01 {
    font-style: italic;
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 auto;
  }

  .p-02 {
    font-style: italic;
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 auto;
  }
  
  .white-span {
    font-style: normal;
    color: #ffffff;
    font-weight: bold;
  }
  
  .orange-span {
    font-style: normal;
    color: var(--iteorange);
    font-weight: bold;
  }
  
}


/*
  +++++++++++++++++++++++
  #  DESEMPEÑO
  +++++++++++++++++++++++
*/

.icons-servicio {
  margin-top: 20px;
  padding: 20px 0;
  background-color: var(--iteorange);
}

.icons-servicio .container {
  max-width: 75%;
  margin: 0 auto;
}

.context-icons {
  display: flex;
  flex-direction: column;
}

.context-icons h2{
  text-align: center;
  color: white;
  font-size: 40px;
  margin-bottom: 20px;
}

.icons-infos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.icon-section {
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
}

.icon-section img {
  width: 190px;
  height: auto;
  margin-bottom: 10px;
  margin: 0 auto;
}

.text-icon {
  font-size: 2rem;
  color: white;
  
}

.icons-infos:first-child .icon-section {
  flex-basis: 23%; 
}

.icons-infos:last-child .icon-section {
  flex-basis: 45%;
}

@media (min-width: 769px) {
  .toggle-button {
    display: none; /* Oculta el botón en pantallas mayores a 768px */
  }
}

@media (max-width: 768px) {
  .context-icons h2{
    font-size: 30px;
  }

  .icons-infos {
    display: none; 
  }

  .show-content .icons-infos {
    display: flex;
    flex-wrap: wrap;
  }

  .toggle-button {
    display: block;
    width: 50%;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    background-color: var(--iteblue);
    color: white;
    border-radius: 15px;
    cursor: pointer;
    font-size: 1.5rem;
  }


  .icons-servicio .container {
    max-width: 85%;
  }
  .icons-infos {
      flex-wrap: wrap;
  }

  .icons-infos:first-child .icon-section,
  .icons-infos:last-child .icon-section {
      flex-basis: 45%;
  }
}

@media (max-width: 480px) {
  .icons-infos:first-child .icon-section,
  .icons-infos:last-child .icon-section {
      flex-basis: 100%;
  }

  .icon-section img {
      width: 175px;
  }

  .text-icon {
      font-size: 1.5rem;
  }
}


/*
  +++++++++++++++++++++++
  #  COMENTARIOS
  +++++++++++++++++++++++
*/

.testimoniales {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.testimoniales .testi {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.testi .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 30px 0;
}

.testi .thumbnail {
  width: 150px;
  height: 150px;
  position: relative;
  flex-shrink: 0;
}

.testi .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(2);
  transition: transform .5s;
}

.testi .swiper-slide-active .thumbnail img {
  transform: scale(1);
}

.testi .thumbnail::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  height: calc(100% + 10px);
  background-color: #F29313;
  border-radius: 50%;
  z-index: -1;
  box-shadow: var(--box-shadow);
  transition: border-radius .5s .3s;
}

.aside p{
  text-align: center;
}

.testi .aside {
  position: relative;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.testi .aside > p {
  position: relative;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 30px;
  opacity: 0;
  transform: translate(10%);
  transition: transform 1s, opacity 1s;
}

.testi .swiper-slide-active .aside > p {
  transform: translateX(0);
  opacity: 1;
}

.testi .aside .name {
  position: relative;
  width: fit-content;
  line-height: 1;
  opacity: 0;
  transform: translateX(30px);
  transition: transform 1s .2s, opacity 1s .3s;
}

.testi .swiper-slide-active .name {
  transform: translateX(0);
  opacity: 1;
}

.testi .aside .name h4 {
  font-size: 25px;
  font-weight: 800;
  color: var(--iteblue);
  text-align: center;
  opacity: .8;
}

.h2-comentarios{
  font-size: 40px;
  font-weight: bold;
  color: var(--iteblue);
  text-align: center;
}

.testi .aside .name p {
  font-size: 12px;
  text-align: center;
  color: var(--iteblue);
  opacity: .8;
}

/* Botones de navegacion */

.swiper-testimonio .swiper-button-next,
.swiper-testimonio .swiper-button-prev {
  background-color: var(--iteorange);
  top: 60%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.swiper-testimonio .swiper-button-next {
  right: 0px;
}

.swiper-testimonio .swiper-button-prev {
  left: 0px;
}

.swiper-testimonio .swiper-button-next::after,
.swiper-testimonio .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.swiper-testimonio .swiper-button-next:hover,
.swiper-testimonio .swiper-button-prev:hover {
  background-color: #555555;
}

@media (max-width: 768px) {
  .swiper-testimonio .swiper-button-next,
  .swiper-testimonio .swiper-button-prev {
    top: 60%;
  }

  .swiper-testimonio .swiper-button-next {
    right: 5px;
  }

  .swiper-testimonio .swiper-button-prev {
    left: 5px;
  }
}




@media screen and (min-width: 768px) {

  .testi .wrapper {
      flex-direction: row;
      padding: 30px 100px;
  }
  .testi .thumbnail {
      width: 200px;
      height: 200px;
  }
  .testi :is(.swiper-button-next, .swiper-button-prev) {
      top: 50%;
  }
  .testi .swiper-slide-active .name {
      transform: translateX(-50px);
  }
  .testi .swiper-slide-active .name1 {
      transform: translateX(-50px);
  }
  .testi .swiper-slide-active .name2 {
      transform: translateX(-50px);
  }
}

@media (max-width: 768px) {
  .aside{
    width: 85%;
    margin: 0 auto;
    margin-top: -50px;
  }

  .h2-comentarios{
    max-width: 95%;
    font-size: 30px;
  }

}

  /*
  +++++++
  # CLIENTES
  ++++++++
  */

  .correct {
    padding: 50px 0;
}

.correct .container {
    max-width: 1200px;
    margin: 0 auto;
}

.correct h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--iteblue);
    margin-bottom: 30px;
}

.cuerpo {
    overflow: hidden;
}

.cuerpo-camino {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
    align-items: center;
}

.cards {
    flex: 0 0 calc(24.8% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-cards {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.img-cards img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
  .cards {
      flex: 0 0 100%; 
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .img-cards {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: auto; 
      text-align: center;
  }

  .img-cards img {
      max-width: 100%;
      height: auto;
      display: inline-block; 
  }
}
  
  /*
  +++++++
  # OPTIMIZA
  ++++++++
  */

  .optimiza {
    padding: 40px 0;
    text-align: center;
  }
  
  .optimiza .container {
    max-width: 80%;
    margin: 0 auto;
  }
  
  .title-question {
    font-size: 3.5rem;
    color: var(--iteorange); 
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
  }
  
  .title-question span {
    color: var(--iteblue); 
    font-weight: bold;
    margin-left: 5px;
    white-space: nowrap; 
  }
  
  @media (max-width: 1024px) {
    .title-question {
      font-size: 3.2rem;
    }
  }
  
  @media (max-width: 768px) {
    .title-question {
      font-size: 3rem;
    }
  
    .title-question span {
      font-size: 3rem;
    }
  }
  
  @media (max-width: 480px) {
    .optimiza .container {
      max-width: 95%;
      margin: 0 auto;
    }

    .title-question {
      font-size: 2.8rem;
    }
  
    .title-question span {
      font-size: 2.8rem;
    }
  }
  
 /* Beneficios  */


.beneficios-web .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: justify;
}

.img-beneficio {
  margin-bottom: 40px;
}

.img-beneficio img {
  max-width: 85%;
  height: auto;
  margin: 0 auto;
}

.concepts-beneficios {
  margin-top: -40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.bloc-text {
  flex: 1;
  padding: 0 60px;
}

.subtitle-text {
  font-size: 2rem;
  color: var(--iteblue);
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.bloc-content {
  font-size: 1.5rem;
  color: var(--itetext); 
  line-height: 1.6;
  text-align: justify;
  font-weight: 500;
}

.bloc-content span {
  color: var(--iteblue);
  font-weight: bold;
  display: inline; 
  font-size: 1.8rem;
}

/* Estilos Responsivos */

@media (max-width: 1016px) {
  .beneficios-web {
    display: none;
  }
}

.beneficios-mobile {
  display: none;
}

@media (max-width: 1015px) {
  .beneficios-mobile {
    display: block;
    margin-top: -30px;
    text-align: center;
  }

  .beneficios-mobile .container {
    max-width: 90%;
    margin: 0 auto;
  }

  .bloc-info-mobile {
    margin-bottom: 40px;
  }

  .bloc-info-mobile img {
    width: 40%;
    height: auto;
    margin: 0 auto 20px auto; 
    display: block;
  }

  .bloc-info-mobile h3 {
    font-size: 3.8rem;
    color: var(--iteblue);
    margin-bottom: 15px;
  }

  .bloc-info-mobile p {
    font-size: 2.4rem;
    color: var(--itetext); 
    line-height: 1.6;
    text-align: justify;
    margin: 0;
  }

  .bloc-info-mobile p span {
    font-weight: bold;
    color: var(--iteblue); 
    display: inline; 
  }
}

@media (max-width: 768px) {
  .bloc-info-mobile img {
    max-width: 50%;
  }

  .bloc-info-mobile h3 {
    font-size: 2.6rem;
  }

  .bloc-info-mobile p {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .bloc-info-mobile img {
    max-width: 50%;
  }

  .bloc-info-mobile h3 {
    font-size: 2.4rem;
  }

  .bloc-info-mobile p {
    font-size: 1.6rem;
  }
}

  /*
  +++++++
  # PLANES - TARIFAS
  ++++++++
  */
    
  .plan-tarifa {
    text-align: center;
    padding: 40px 0;
  }

  .plan-tarifa .container {
    max-width: 75%;
    margin: 0 auto;
  }

  .components {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .components h2 {
    width: 100%;
    font-size: 4rem;
    color: var(--iteblue); 
    margin-bottom: 40px;
  }

  .col-plan-tarifa {
    flex: 1;
    min-width: 250px;
    max-width: 400px;
  }

  .col-plan-tarifa img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .col-plan-tarifa p {
    margin-top: 20px;
    font-size: 16px;
    color: #AAAAAA;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .col-plan-tarifa a img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .col-plan-tarifa a img:hover {
    transform: scale(1.05);
  }

  /* Estilos Responsivos */
  @media (max-width: 1024px) {
    .plan-tarifa .container {
      max-width: 85%; 
    }

    .components h2 {
      font-size: 3rem; 
    }
  }

  @media (max-width: 768px) {
    .components {
      flex-direction: column;
      align-items: center;
    }

    .components h2 {
      font-size: 3rem; 
    }

    .col-plan-tarifa {
      max-width: 100%; 
    }

    .col-plan-tarifa a img {
      max-width: 80%; 
    }

    .col-plan-tarifa p {
      font-size: 18px;
    }
  }

  /*
  +++++++
  # PREGUNTAS
  ++++++++
  */

  
.question-titles {
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 20vh;
}

.question-titles .container {
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  text-align: center; 
}

.title-ques {
  font-size: 45px;
  font-weight: bold;
  color: var(--iteblue);
}

@media (max-width: 570px) {
  .title-ques {
    margin-bottom: 10px; 
    font-size: 35px;
    font-weight: bold;
    color: var(--iteblue);
  }
}

.accordion{
background-color: #F6F6F6;
}

.accordion .container{
  width: 100%;
  max-width: 55%;
  margin: 0 auto; 
}

.accordion-item {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin: 10px 0;
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  background-color: #fff; /* Asegúrate de tener un fondo blanco o el color que prefieras */
}


.accordion-header {
  background-color: var(--iteblue);
  padding: 15px;
  color: white;
  font-weight: bold; 
  cursor: pointer;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: background-color 0.3s ease;
  border: none;
  width: 100%;
}

.accordion-header::after {
  content: "+";
  font-size: 20px; 
  float: right; 
  color: white; 
  transition: transform 0.3s ease; 
}

.accordion-header.active::after {
  content: "-"; 
}

.accordion-header:hover, .accordion-header.active {
  background-color: var(--iteblue);
}

.accordion-content {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white;
  color: black;
  text-align: center;
}


.accordion-content p {
  margin: 15px 0;
}


@media (max-width: 1590px) {
  .accordion .container{
    width: 100%;
    max-width: 65%;
    margin: 0 auto; 
  }
}

@media (max-width: 1220px) {
  .accordion .container{
    width: 100%;
    max-width: 75%;
    margin: 0 auto; 
  }
}

@media (max-width: 706px) {
  .accordion .container{
    width: 100%;
    max-width: 90%;
    margin: 0 auto; 
  }
}

/*
  +++++++++++++++++++++++
  # Terminos
  +++++++++++++++++++++++
*/

.terminos-condiciones .container{
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .terminos-condiciones{
    margin-top: 8em;
  }
  }

  @media (max-width: 768px) {
    .terminos-condiciones{
      margin-top: 5em;
    }
    }
 @media (max-width: 768px) {
  .seccion-termino p {
    font-size: 15px;
    text-align: justify;
  }
  .seccion-termino h3{
    font-size: 20px;
  }
    }

.h1-terminos {
  color: #000;
  font-size: 30px;
}

.seccion-termino{
  margin-top: 1em;
  color: #444444;
}

.seccion-termino h3{
  font-size: 25px;
}

.seccion-termino p {
  text-align: justify;
}


/*
  +++++++++++++++++++++++
  # CURSOS
  +++++++++++++++++++++++
*/

.courses{
  max-width: 100%;
}

.courses .container{
  width: 85%;
  margin: 0 auto;
}

.title-courses {
  text-align: center;
  color: var(--iteblue);
  font-size: 45px;
  font-weight: bold;
  /* text-shadow: 2px 0px 4px var(--itetitles); */
}

/* Buscadores*/
.components-search {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center; 
  gap: 20px; 
  border-bottom: 3px solid var(--iteblue);
}

.buscador {
  border: 2px solid var(--iteorange); 
  border-radius: 25px; 
  padding: 10px 20px;
  font-size: 16px;
  width: 400px; 
  outline: none;
}

.buscador::placeholder {
  font-style: italic;
}

.categoris {
  border: 2px solid var(--iteblue); 
  border-radius: 25px; 
  padding: 10px 20px; 
  font-size: 16px;
  width: auto; 
  outline: none;
  color: var(--iteblue);
  font-weight: bold;
  background-color: white;
}

.categoris option {
  color: var(--iteblue); 
}


/* TARJETAS */

.row-cursos {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  padding: 20px;
}

.curso {
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  padding: 10px;
  height: 80vh;
  width: 50vh;
  margin: 0 auto;
}

.curso:hover {
  transform: translateY(-5px);
}

.imagen-curso img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 auto;
}

.div-padding {
  padding: 15px;
}

h3 {
  font-size: 1.6rem;
  color: var(--iteblue);
  text-align: center;
  margin-bottom: 10px;
}


.contenido ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contenido ul li {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #333;
}

.contenido ul li i {
  margin-right: 5px;
  color: var(--iteorange);
}

.footer-curso {
  text-align: center;
  padding: 5px 0px;
}

.btn-precio-info {
  background-color: var(--iteorange);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  width: auto;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-precio-info span {
  color: var(--iteblue);
  text-decoration: line-through;
}

.btn-precio-info:hover {
  background-color: #d07e04;
}

.no-results {
  text-align: center;
  font-size: 1.5rem; 
  color: var(--iteblue);
  padding: 20px 0; 
  font-weight: bold; 
}


@media (max-width: 1270px) {
  .row-cursos {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 768px) {
  .row-cursos {
    grid-template-columns: 1fr; 
    justify-content: center; 
  }

  .curso {
    width: 90%; 
    max-width: 400px; 
    margin: 0 auto; 
    height: auto;
  } 

  .courses .container {
    width: 90%; 
    padding: 0 20px;
  }

  .components-search {
    flex-direction: column; 
    gap: 10px;
    align-items: stretch;
  }

  .buscador,
  .categoris {
    width: 100%; 
  }
}

/****** Animaciones *********/

/*+++++ h2 y p +++++*/

.efect-left {
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.efect-left-visible {
  opacity: 1;
  transform: translateX(0); 
}

/*+++++ boton-accion +++++*/

.efect-rigth-salto {
  opacity: 0;
  transform: translateX(20px); 
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.efect-rigth-salto-visible {
  opacity: 1;
  transform: translateX(0) scale(1.02);
  animation: bounce 0.8s ease forwards 1.5s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(0) scale(1.03);
  }
}

/*+++++ aparicion +++++*/

.efect-aparicion {
  opacity: 0;
  transform: scale(0.9); 
  transition: opacity 1.5s ease-out, transform 1.5s ease-out; 
}

.efect-aparicion-visible {
  opacity: 1;
  transform: scale(1);
}

/*+++++ arriba-abajo +++++*/

.efect-arriba {
  opacity: 0;
  transform: translateY(-20px); 
  transition: opacity 1.5s ease-out, transform 1.5s ease-out; 
}

.efect-arriba-visible {
  opacity: 1;
  transform: translateY(0);
}

/*+++++ derecha +++++*/

.efect-rigth {
  opacity: 0;
  transform: translateX(10%); /* Reducir el desplazamiento inicial */
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.efect-rigth-visible {
  opacity: 1;
  transform: translateX(0); 
}

/*+++++ pequeño-grande +++++*/

.efect-pequeño-grande {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.efect-pequeño-grande-visible {
  opacity: 1;
  transform: scale(1); 
}

@media (max-width: 768px) { 
  .efect-pequeño-grande {
    transition: opacity 3s ease-out, transform 2s ease-out; 
     
  }
}

/*+++++ abajo-arriba +++++*/

.efect-abajo {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.efect-abajo-visible {
  opacity: 1;
  transform: translateY(0);
}

/*+++++ grande-pequeño +++++*/

.efect-grande-pequeño {
  opacity: 0;
  transform: scale(2); 
  transition: opacity 1.5s ease-out, transform 2s ease-out; 
  transition-delay: 1s; 
}

.efect-grande-pequeño-visible {
  opacity: 1;
  transform: scale(1); 
}

/* izquierda-rapido */

.efect-left-run {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1.5s ease-out, transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.efect-left-run-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) { 
  .efect-left-run {
  transform: translateX(-0%);
  }
}

