.title-encap{
    font-weight: 900 !important;
    line-height:normal !important;
}
@media (max-width: 768px) {
  .title-encap{
    line-height: 37px !important;
    font-size: 37px !important;
  }
}
#title-encap{
  font-size: 43px !important
}
.item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: left;
    transition: all 0.35s ease;
    cursor: pointer;
}



/* Efecto al pasar el cursor */
.item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Imagen del ícono */
.item .icon img {
    width: 60px;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

/* Hacer que el ícono también se anime */
.item:hover .icon img {
    transform: rotate(8deg) scale(1.1);
}

/* Texto */
.item .right-text h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.item .right-text p {
    color: #666;
    font-size: 15px;
    margin: 0;
}

#info-encap{
    margin-top: 0px;
}
.encap-title{
    font-weight: 900;
}
#title-encap-docentes{
    font-size: 39px;
}
.row.gy-3{
    --bs-gutter-y:-1rem !important;
}

#cifras-encap-title{
    font-size: 45px !important;
    /* margin: 90px 0px 90px 0px !important; */
}
#faq-title{
  font-size: 45px !important;
}

#buscamos-encap{
    font-size: 45px !important;
    margin: 90px 0px 90px 0px !important;
}

/* Color del ícono */
.text-blue {
    color: #085fc2;
}

.list-group-item {
    transition: all 0.3s ease;
    cursor: pointer;
}

.list-group-item:hover {
    background-color: #f0f7ff; 
    transform: translateX(6px); 
    box-shadow: 0 2px 8px rgba(8, 95, 194, 0.2); 
}
.list-group-item:hover i {
    color: #003f91; 
}


/* fade img */
.right-image img {
    transition: opacity 0.5s ease;
}
.fade-out {
    opacity: 0;
}
.fade-in {
    opacity: 1;
}


.main-button{
        right: 10px;
    top: 10px;
    display: inline-block;
    background-color: #0053fa;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
}


.main-button.encap {
  display: inline-block;
  background-color: #00012e;
  color: #fff;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* box-shadow: 0 4px 15px rgba(8, 95, 194, 0.4); */
  transition: all 0.3s ease;
}

.main-button.encap:hover {
  background-color: #0a6de0;
  /* box-shadow: 0 6px 20px rgba(8, 95, 194, 0.6); */
  transform: translateY(-3px);
}





    /* ====== ESTILOS DEL ACORDEÓN ====== */
    .accordion {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items:center
    }

    .accordion-item {
      width: 70%;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid #e3e8ef;
      background: #fafbfc;
      transition: all 0.3s ease;
    }

    .accordion-item:hover {
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .accordion button {
      background: #fff;
      color: #353535;
      cursor: pointer;
      padding: 18px 20px;
      border: none;
      outline: none;
      width: 100%;
      text-align: left;
      font-size: 16px;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s ease;
    }

    .accordion button:hover {
      background: #eef4ff;
    }

    .accordion button .icon::after {
      content: '+';
      font-size: 20px;
      transition: transform 0.3s ease;
    }

    .accordion button[aria-expanded='true'] .icon::after {
      content: '−';
      transform: rotate(180deg);
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      background: #fff;
      padding: 0 20px;
    }

    .accordion button[aria-expanded='true'] + .accordion-content {
      max-height: 500px; /* suficiente para el contenido */
      padding: 15px 20px 20px;
    }

    .accordion-content p, 
    .accordion-content li {
      font-size: 15px;
      line-height: 1.6;
      color: #444;
      margin-bottom: 10px;
    }

    .accordion-content li {
      list-style: disc;
      margin-left: 25px;
    }

    /* ====== RESPONSIVE ====== */
    @media (max-width: 768px) {
      .accordion-item{
        width: 100%;
      }
      .accordion button {
        font-size: 15px;
        padding: 15px;
      }

      .accordion-content p,
      .accordion-content li {
        font-size: 14px;
      }
    }
  
/* SOCIAL WEB ICONS */
img.social-web {
    width: 40px;
}
/* PADDING START */
#que-buscamos, #beneficios, #req-tecnico, #mod-dictado, #proced-encap{
  padding:  0px 0px 50px 0px !important;
  
}
#faq{
  padding: 80px 0px 50px 0px !important;
  background: #e6e6e6 !important; 
  margin-top: 70px !important;
}
#cifras{
  /* padding: 50px 0px 50px 0px !important; */
  padding-top: 0 !important; 
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#inicio{
  padding: 160px 0px 50px 0px !important;
  background: #e6e6e6;
}
.list-group-item.inicio{
  background: #e6e6e6;
}
@media (max-width: 768px) {
  #inicio{
    padding: 125px 0px 50px 0px !important;
  }
}
/* PADDING END */


/* cinta inferior start */
.circle-number {
      background-color: #002b5c; /* azul oscuro */
      color: white;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 1.1rem;
}
.call-to-action {
  /* background: linear-gradient(90deg, #00012e00 0%, #085fc226 100%); */
  background: #e6e6e6;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.call-to-action h6 {
      font-weight: 700;
      color: #1b1b1b;
      margin-bottom: 0.25rem;
}
.call-to-action p {
      margin-bottom: 0;
      color: #555;
}
@media (max-width: 768px) {
  .call-to-action {
    flex-direction: column; /* apila elementos uno debajo del otro */
    text-align: center;     /* centra el texto */
  }

  .call-to-action a {
    margin-top: 10px; /* separa el botón del texto */
  }
}



.btn-encap {
      background-color: #00012e;
      color: #fff;
      font-weight: 500;
      border-radius: 8px;
      padding: 0.5rem 1.25rem;
      transition: all 0.3s ease;
      border: 2px solid transparent;
}
.btn-encap:hover {
      background-color: #ffffff;
      color: #000000;
      transform: translateY(-3px);
      border: 2px solid #000000;
}


/* color boton */

.main-button.encap{
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.main-button.encap:hover{
  background-color: #ffffff !important;
  color: #000000;
  border: 2px solid #000000;
}

.main-red-button a{
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
}

/* resposive img header start */
@media (max-width: 768px) {
  #img-logo{
    width: 170px !important;
  }
}
/* responsive img header end */


/* INICIO DESKTOP STAR */
#inicio {
    position: relative;
    min-height: 100vh; /* ocupa toda la pantalla visible */
    display: flex;
    align-items: center; /* centra verticalmente el contenido */
    overflow: hidden; /* evita que se vea otra sección */
}

#inicio .container {
    z-index: 2;
}

#inicio .right-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* muestra toda la imagen sin recorte */
}
/* INICIO DESKTOP END */


/* INICIO EN MOBILE START*/
@media (max-width: 768px) {
    #inicio {
        overflow: hidden;
    }

    /* Hace que las columnas se apilen */
    #inicio .row > .col-lg-6 {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Ajusta la columna de texto */
    #inicio-mobile {
        padding: 30px 20px;
        text-align: center;
    }

    #inicio-mobile .title-encap {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    #inicio-mobile p {
        font-size: 1rem;
    }

    /* Lista más compacta y centrada */
    #inicio-mobile ul {
        padding-left: 0;
        text-align: left;
        margin: 15px auto;
        max-width: 340px;
    }

    #inicio-mobile ul li {
        border: none;
        font-size: 0.95rem;
    }

    /* Imagen debajo del texto y ajustada */
    #inicio .right-image {
        text-align: center;
        margin-top: 20px;
    }

    #inicio .right-image img {
        width: 100%;
        height: auto;
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }
}
/* INICIO EN MOBILE END */





