
@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;
}

:root {

  /**
   * colors
   */

   --iteblue: #072d70;
   --iteorange: #F99400;
   --itetext:#808080;
   --iteback:#fef7f8;

  --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;
}

body.nav-active { overflow: hidden; }

::-webkit-scrollbar { width: 10px; }

::-webkit-scrollbar-track { background-color: hsl(0, 0%, 98%); }

::-webkit-scrollbar-thumb { background-color: hsl(0, 0%, 80%); }

::-webkit-scrollbar-thumb:hover { background-color: hsl(0, 0%, 70%); }





/*-----------------------------------*\
  # BODY
\*-----------------------------------*/


/*
  +++++++++++++++++++++++
  # MODULOS
  +++++++++++++++++++++++
*/

.models-start {
  padding: 20px 0;
  background-color: #f8f8f8;
}

.models-start .container {
  max-width: 74%;
  margin: 0 auto;
}

.titles-models {
  width: 100%;
  margin-bottom: 20px;
}

.titles-models h2 {
  font-size: 30px;
  color: var(--iteblue);
  font-weight: 700;
}

.titles-models h3 {
  font-size: 25px;
  color: var(--iteorange);
  font-weight: 600;
}

.modulos-icons-col-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -30px;
}

.modulos-icons-col {
  flex: 0 1 22%; 
  margin-right: 10px; 
}

.modulos-icons-col-vedeo {
  flex: 0 1 45%; 
}

.modulo-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.modulo-item img {
  width: 33px;
  height: 25px;
  margin-right: 15px;
}

.modulo-item p {
  font-size: 16px;
  color: #1d1d1b;
  font-weight: 400;
  margin: 0;
}

.video-models {
  width: 100%;
}


.video-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 20px solid var(--iteblue);
}

.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--iteblue);
}

.image-container img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.video-player {
  max-width: 470px;
  max-height: 265px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .models-start {
    margin-top: -20px;
    padding: 5px 0;
    background-color: #f8f8f8;
  }

  .models-start .container {
    max-width: 90%;
  }

  .titles-models h2 {
    text-align: center;
    font-size: 28px;
  }

  .titles-models h3 {
    font-size: 25px;
    text-align: center;
  }

  .modulo-item p {
    font-size: 12px;
  }

  .modulos-icons-col-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .modulos-icons-col-vedeo {
    grid-column: span 2;
    margin-top: -10px;
  }

  .video-player {
    width: 300px;
    height: 170px;
  }
}

/*
  +++++++++++++++++++++++
  #   QUIERO COTIZAR
  +++++++++++++++++++++++
*/

.btn-quiero-cotizar {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-quiero-cotizar img {
  width: 15%;
  height: auto;
}

@media (max-width: 768px) {
  .btn-quiero-cotizar img {
    width: 65%;
    height: auto;
  }
}

.question-simple {
  width: 75%;
  font-size: 4rem;
  color: var(--iteblue); 
  text-align: center; 
  font-weight: 500; 
  margin: 20px 0; 
  font-style: italic;
  margin: 0 auto;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .question-simple {
    font-size: 3rem; 
  }
}

@media (max-width: 768px) {
  .question-simple {
    font-size: 2.5rem; 
    margin-top: 10px;
  }

  .question-simple {
    width: 95%;
  }
}

/*
  +++++++++++++++++++++++
  #  VISTAS
  +++++++++++++++++++++++
*/

.boton-container {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto 20px auto;
  flex-wrap: wrap;
}

.boton-descripcion-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  width: 22%;
}

.boton {
  padding: 10px 5px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--iteblue);
  background-color: #ECECEC;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 80%; 
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px; 
}

.boton.activo {
  background-color: var(--iteorange);
  color: white;
}

.descripcion {
  display: none;
  font-size: 1.8rem;
  color: #555;
  list-style: none;
  padding: 0;
  margin-top: 10px;
  text-align: left;

}

.descripcion.activo {
  display: block;
}

.descripcion li {
  margin-bottom: 10px;
}

.descripcion li::before {
  content: "» ";
  color: var(--iteblue);
  font-weight: bold;
}

@media (max-width: 768px) {
  .boton-container {
      flex-direction: column; 
      width: 90%; 
  }

  .boton-descripcion-container {
      width: 100%;
  }

  .boton {
      width: 85%; 
  }
}

@media (max-width: 480px) {
  .boton {
      font-size: 1.5rem; 

  }

  .descripcion {
      font-size: 1.8rem; 
  }
}

/*
  +++++++++++++++++++++++
  #  ADQUIRIR SOFTWARE
  +++++++++++++++++++++++
*/

.icons-servicio {
  padding: 20px 0;
}

.icons-servicio .container {
  max-width: 75%;
  margin: 0 auto;
}

.context-icons {
  display: flex;
  flex-direction: column;
}

.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;
}

.icons-infos:first-child .icon-section {
  flex-basis: 23%; 
}

.icons-infos:last-child .icon-section {
  flex-basis: 45%;
}

@media (max-width: 768px) {
  .icons-servicio .container {
    max-width: 95%;
  }
  .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: 200px;
  }

  .text-icon {
      font-size: 2rem;
  }
}

/*
  +++++++++++++++++++++++
  #  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;
    }
    
  }
  
/*
  +++++++++++++++++++++++
  #  PLANES - TARIFAS
  +++++++++++++++++++++++
*/

.question-simple-two {
  width: 75%;
  font-size: 5rem;
  color: #FF8C00; 
  text-align: center; 
  font-weight: bold; 
  margin: 20px 0; 
  font-style: italic;
  margin: 0 auto;
}

.img-flujo {
  display: block;
  max-width: 75%;
  height: auto;
  margin: 20px auto;
  border-radius: 10px;
}


@media (max-width: 1024px) {
  .question-simple-two {
    font-size: 3rem; 
  }
}

@media (max-width: 768px) {
  .question-simple-two {
    font-size: 2.5rem; 
  }
  .img-flujo {
    max-width: 95%;
  }

  .question-simple-two {
    width: 95%;
  }
}

/*
  +++++++++++++++++++++++
  #  PLANES - TARIFAS
  +++++++++++++++++++++++
*/

.plan-tarifa {
  text-align: center;
  padding: 40px 0;
  background-color: #F7F7FB; 
}

.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;
  }
}

/*
  +++++++++++++++++++++++
  #  SOPORTE
  +++++++++++++++++++++++
*/

.img-banner-final {
  width: 100%; 
  height: auto; 
  max-width: 100vw; 
  max-height: 100vh;
  object-fit: cover;
  display: block; 
}


/*
  +++++++++++++++++++++++
  #  MODULOS - PRESENTACIÓN
  +++++++++++++++++++++++
*/


.inspecciones-sst-section {
  padding: 20px 0px;
}

.inspecciones-sst-section .container {
  max-width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.text-content {
  flex: 0 1 45%;
}

.text-content .title-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-content p {
  font-size: 21px;
  font-weight: normal;
  margin-top: 15px;
  line-height: 1.6;
  text-align: justify;
}

.text-content .text-title{
  font-size: 19px;
}

.carrusel-content {
  flex: 0 1 45%;
}

.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 {
  flex: 0 0 100%;
}

.carrusel-content .card-image {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.carrusel-content .card-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 0 auto;

}


.card-image-software img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;

}

.blue-span, .orange-span {
  font-weight: bold;
  font-style: italic;
  display: inline-block;
}

.blue-span {
  color: var(--iteblue);
}

.orange-span {
  color: var(--iteorange);
}


/* Botones de navegación */
.carrusel-content .swiper-button-next,
.carrusel-content .swiper-button-prev {
  background-color: #A0A0A0;
  top: 60%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.carrusel-content .swiper-button-next {
  right: 0px;
}

.carrusel-content .swiper-button-prev {
  left: 0px;
}

.carrusel-content .swiper-button-next::after,
.carrusel-content .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.carrusel-content .swiper-button-next:hover,
.carrusel-content .swiper-button-prev:hover {
  background-color: #555555;
}


@media (max-width: 768px) {
  .inspecciones-sst-section .container {
    max-width: 80%;
  }

  .inspecciones-sst-section .container {
    flex-direction: column;
    align-items: center;
  
  }

  .content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .text-content {
    text-align: center;
  }

  .text-content p {
    font-size: 18px;
    text-align: justify;
  }
  .carrusel-content .card-image img {
    width: 90%;
  }

  .carrusel-content .card-image-software img {
    width: 100%;

  }

  .carrusel-content .swiper-button-next,
  .carrusel-content .swiper-button-prev {
    top: 60%;
  }

  .carrusel-content .swiper-button-next {
    right: 5px;
  }
  
  .carrusel-content .swiper-button-prev {
    left: 5px;
  }
}

/*
  +++++++++++++++++++++++
  #  DESEMPEÑO
  +++++++++++++++++++++++
*/

.desempeño-servicio-iconos {
  margin-top: 20px;
  padding: 20px 0;
  background-color: var(--iteorange);
}

.desempeño-servicio-iconos .container {
  max-width: 75%;
  margin: 0 auto;
}

.iconos-contexto {
  display: flex;
  flex-direction: column;
}

.iconos-contexto h2{
  text-align: center;
  color: white;
  font-size: 40px;
  margin-bottom: 20px;
}

.informacion-iconos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.seccion-icono {
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
}

.seccion-icono img {
  width: 190px;
  height: auto;
  margin-bottom: 10px;
  margin: 0 auto;
}

.texto-icono-desempeño {
  font-size: 2rem;
  color: white;
}

.informacion-iconos:first-child .seccion-icono {
  flex-basis: 23%; 
}

.informacion-iconos:last-child .seccion-icono {
  flex-basis: 45%;
}

@media (min-width: 769px) {
  .toggle-button {
    display: none; /* Oculta el botón en pantallas mayores a 768px */
  }
}

@media (max-width: 768px) {
  .iconos-contexto h2{
    font-size: 30px;
  }

  .informacion-iconos {
    display: none; 
  }

  .show-content .informacion-iconos {
    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;
  }

  .desempeño-servicio-iconos .container {
    max-width: 85%;
  }

  .informacion-iconos {
    flex-wrap: wrap;
  }

  .informacion-iconos:first-child .seccion-icono,
  .informacion-iconos:last-child .seccion-icono {
    flex-basis: 45%;
  }
}

@media (max-width: 480px) {
  .informacion-iconos:first-child .seccion-icono,
  .informacion-iconos:last-child .seccion-icono {
    flex-basis: 100%;
  }

  .seccion-icono img {
    width: 175px;
  }

  .texto-icono-desempeño {
    font-size: 1.5rem;
  }
}


/*
  +++++++++++++++++++++++
  # CLIENTES
  +++++++++++++++++++++++
*/

  .btns-medio-web .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .btns-medio-web a img {
    max-width: 300PX;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .btns-medio-web .container {
      flex-direction: column;
      gap: 0px;
    }


    .btns-medio-web a img {
      width: 90%;
      height: auto;
      padding: 20px 0;
    }
  }

  
.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: var(--iteblue);
}

@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;
  }

}

/*
  +++++++++++++++++++++++
  #  CUERPO
  +++++++++++++++++++++++
*/

.cuerpo-model .container {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.ban-web {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ban-mobile {
  display: none;
}

@media (max-width: 768px) {
  .ban-web {
    display: none;
  }

  .ban-mobile {
    display: block;
    width: 95%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 15px;
    margin-bottom: 10px;
  }
}

/*
  +++++++++++++++++++++++
  #  BONUS
  +++++++++++++++++++++++
*/

.bonus {
  background-color: var(--iteblue); 
  padding: 20px 0;
}

.bonus .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.row-col-I {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bonus-logo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.row-col-II {
  flex: 2;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}

.bonus-img {
  width: 350px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .bonus .container {
    flex-direction: column;
    gap: 10px;
  }

  .row-col-I,
  .row-col-II {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bonus-img {
    width: 80%;
  }

  .bonus-logo {
    width: 80%; 
  }

}

/*
  +++++++++++++++++++++++
  #  CABECERA-TITULOS
  +++++++++++++++++++++++
*/

.cabecera-icon {
  width: 70%;
}

@media (max-width: 768px) {
  .cabecera-icon {
    width: 100%;
  }
}

  /*
  +++++++
  # DESPLEGABLES PRIMERO
  ++++++++
  */
  
  .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: 40px;
    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 .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;
    font-size: 20px;
    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-content {
      font-size: 15px;
    }

    .accordion .container{
      width: 100%;
      max-width: 90%;
      margin: 0 auto; 
    }
  }

  /* Acordion Adicional*/

.service-web,
.service-mobile {
  width: 100%;
  height: auto;
  object-fit: contain; 
}

@media (max-width: 768px) {
  .service-web {
    display: none; 
  }
  
  .service-mobile {
    display: block; 
  }
}

@media (min-width: 769px) {
  .service-web {
    display: block; 
  }
  
  .service-mobile {
    display: none; 
  }

}

  /*
  +++++++++++++++++++++++
  # DESPLEGABLES SEGUNDO
  ++++++++++++++++++++++++
  */
  .query-titles {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 20vh;
  }
  
  .query-titles .extension {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-align: left; 
  }
  
  .heading-ques {
    font-size: 40px;
    font-weight: bold;
    color: var(--iteblue);
  }
  
  @media (max-width: 570px) {
    .heading-ques {
      margin-bottom: 10px; 
      font-size: 25px;
      font-weight: bold;
      color: var(--iteblue);
     text-align: center;
    }
  }
  
  .toggle-section .extension {
    width: 100%;
    max-width: 55%;
    margin: 0 auto; 
  }
  
  .toggle-item {
    margin: 10px 0;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
  }
  
  .toggle-header {
    font-weight: bold; 
    cursor: pointer;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
    border: none;
    width: 100%;
  }
  
  .toggle-header::after {
    font-size: 20px; 
    float: right; 
    color: white; 
    transition: transform 0.3s ease; 
  }
  
  .toggle-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: white;
    font-size: 20px;
  }
  
  .toggle-content p {
    margin: 15px 0;
  }
  
  .text-parr {
    font-size: 22px;
    line-height: 1.6;
  }
  
  .text-parr::before {
    content: counter(section) ".-";
    counter-increment: section;
    font-weight: bold;
    color: var(--iteorange);
    margin-right: 10px;
  }
  
  .frase-parr {
    text-align: center;
    font-size: 25px;
    font-style: italic;
    color: var(--iteblue);
    font-weight: bold;
    margin-top: 20px;
  }
  
  /* Para reiniciar el contador */
  .toggle-content {
    counter-reset: section;
  }
  
  
  @media (max-width: 1590px) {
    .toggle-section .extension {
      width: 100%;
      max-width: 65%;
      margin: 0 auto; 
    }
  }
  
  @media (max-width: 1220px) {
    .toggle-section .extension {
      width: 100%;
      max-width: 75%;
      margin: 0 auto; 
    }
  }
  
  @media (max-width: 706px) {
    .toggle-content {
      font-size: 15px;
    }
  
    .toggle-section .extension {
      width: 100%;
      max-width: 90%;
      margin: 0 auto; 
    }
  }
  
  .despl-web{
  width: 100%;
  height: auto;
  object-fit: contain; 
}

/* FRASE-SOLA */

.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;
  }
}

/* LIKE */

.like-info {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 10px;
}

.like-info .container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.col-img img {
  width: 200px;
  height: auto;
}

.col-text p {
  text-align: justify;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 768px) {
  .body-info {
    flex-direction: column;
    text-align: center;
  }

  .col-img img {
    width: 170px;
  }

  .col-text p {
    font-size: 20px;
  }

  .like-info .container {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/*
  +++++++++++++++++++++++
  #  OVERLAY - IMAGENES
  +++++++++++++++++++++++
*/

.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease;
}

/* Estilo de la imagen dentro del overlay */
.overlay-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

/* Botón para cerrar el overlay */
.close-overlay {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Cuando el overlay está activo */
.image-overlay.active {
  visibility: visible;
  opacity: 1;
}


/****** Animaciones *********/

/*+++++ h2 y p +++++*/

.efect-left {
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.efect-left-visible {
  opacity: 1;
  transform: translateX(0); 
}

@media (max-width: 768px) { 
  .efect-left {
    transform: translateX(-10%);
  }
}


/*+++++ boton-accion +++++*/

.efect-rigth-salto {
  opacity: 0;
  transform: translateX(20px); 
  transition: opacity 1.5s ease-out, transform 3s 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(50%);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.efect-rigth-visible {
  opacity: 1;
  transform: translateX(0); 
}

@media (max-width: 768px) { 
  .efect-pequeño-grande {
    transform: translateX(10%);     
  }
}


/*+++++ 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 0.1s ease-out, transform 0.6s ease-out; 
  transition-delay: 1ms; 
}

.efect-grande-pequeño-visible {
  opacity: 1;
  transform: scale(1); 
}


/* salto-brillo */

.efect-responw {
  opacity: 0;
  transform: translateY(20px); 
  filter: brightness(0.8); 
  transition: opacity 1s ease-out, transform 1s ease-out, filter 1s ease-out; 
}

.efect-responw-visible {
  opacity: 1;
  transform: translateY(0);
  filter: brightness(1.2); 
  animation: bounce-brightness 0.6s ease forwards; 
}

@keyframes bounce-brightness {
  0% {
    transform: translateY(0);
    filter: brightness(1.2); 
  }
  50% {
    transform: translateY(-10px);
    filter: brightness(1.5);
  }
  100% {
    transform: translateY(0);
    filter: brightness(1.2); 
  }
}

/* izquierda-rapido */

.efect-left-run {
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 2s ease-out, transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}

.efect-left-run-visible {
  opacity: 1;
  transform: translateX(0);
}




/* cabecera */

.efect-cabecer {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1s ease-out, transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.efect-cabecer-visible {
  opacity: 1;
  animation: slide-bounce 1.5s ease forwards;
}

@keyframes slide-bounce {
  0% {
    transform: translateX(-100%);
  }
  70% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
  }
}
