@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root{
  --color-verde-cen: #3CA090;
  --color-blue: #202c56;
}

#backToTopBtn {
  display: none; /* Oculto por defecto */
  position: fixed; /* Fijo en la ventana */
  bottom: 15px; /* Posición desde el fondo */
  right: 15px; /* Posición desde la derecha */
  z-index: 50; /* Asegúrate de que esté en frente */
  width: 50px; /* Ancho del botón */
  height: 50px; /* Altura del botón */
  border: none; /* Sin borde */
  outline: none; /* Sin contorno */
  background-color: #5050507b; /* Color de fondo */
  color: white; /* Color del texto */
  cursor: pointer; /* Cursor de puntero */
  border-radius: 50%; /* Bordes redondeados para hacerlo circular */
  display: flex; /* Flexbox para centrar el contenido */
  align-items: center; /* Centrar verticalmente */
  justify-content: center; /* Centrar horizontalmente */
  padding-top: 8px;
}

#backToTopBtn:hover {
  background-color: #8b8b8b; /* Cambio de color al pasar el ratón */
}

#backToTopBtn::before {
  content: ""; /* Contenido vacío */
  border: solid white; /* Bordes sólidos blancos */
  border-width: 0 4px 4px 0; /* Ajuste de los bordes para crear la flecha */
  display: inline-block; /* Mostrar en línea */
  padding: 8px; /* Tamaño de la flecha */
  transform: rotate(-135deg); /* Rotar para crear la flecha */
  -webkit-transform: rotate(-135deg); /* Rotar para Safari */
}

/* estilos indiv. */
.mbo-10{
  margin-bottom: 10px;
}
.mbo-16{
  margin-bottom: 16px;
}
.mbo-20{
  margin-bottom: 20px;
}
.mbo-30{
  margin-bottom: 30px;
}
.mbo-40{
  margin-bottom: 40px;
}
.mbo-50{
  margin-bottom: 50px;
}


.mto-10{
  margin-top: 10px;
}
.mto-16{
  margin-top: 16px;
}
.mto-20{
  margin-top: 20px;
}
.mto-30{
  margin-top: 30px;
}
.mto-40{
  margin-top: 40px;
}
.mto-50{
  margin-top: 50px;
}

.mtb-10{
  margin: 10px 0;
}
.mtb-16{
  margin: 16px 0;
}
.mtb-20{
  margin: 20px 0;
}
.mtb-30{
  margin: 30px 0;
}
.mtb-40{
  margin: 40px 0;
}
.mtb-50{
  margin: 50px 0;
}

.txt-centerr {
  text-align: center;
}

.txt-startt {
  text-align: start;
}

.txt-endd {
  text-align: end;
}

.c-red-eco {
  color: var(--color-red-eco);
}

.c-black{
  color: black;
}

.c-gray{
  color: #8b8b8b;
}


/* estilos de banner grande */

.bann-princ{
    width: 100%;
    height: 60vh;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;
}

.bann-princ .swiper {
    width: 100%;
    height: 100%;
  }

  .bann-princ .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bann-princ .bgg1{
        background-image: url(/img/slider1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
  }

  .bann-princ .bgg2{
    background-image: url(/img/slider2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bann-princ .bgg3{
    background-image: url(/img/slider_3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bann-princ .swiper-slide .cont-transp-tit{
    width: 90%;
    max-width: 1300px;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
  }

  .bann-princ .swiper-slide .cont-transp-tit .box-transp-tit{
    width: 60%;
    max-width: 600px;
    height: auto;
    margin: 0;
    padding: 16px;
    border-radius: 16px;
    background-color: rgba(60, 160, 144, 0.651);
  }

  .bann-princ .swiper-slide .cont-transp-tit .box-transp-tit h1{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    padding: 0;
    margin: 0;
  }

  .bann-princ .swiper-slide .cont-transp-tit .box-transp-tit .slid-txt-princ {
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 0;
    margin: 0;
  }

  .bann-princ .swiper-slide .cont-transp-tit .box-transp-tit .slid-btn-princ {
    display: inline-block;
    background-color: white;
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-verde-cen);
    margin: 10px 0 0 0;
    text-align: start;
    text-decoration: none;
  }

  /* estilos seccion calendario */

  .sect1-cal{
    width: 100%;
    height: auto;
    padding: 0;
  }

  .cont-princ-cal{
    width: 90%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .txt-tit-eco1{
    font-size: 20px;
    font-weight: 600;
    color: black;
    padding: 0;
  }

  .subtit-page1{
    font-size: 24px;
    font-weight: 600;
    color: black;
    padding: 0;
  }

  .txt-info-eco1{
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding: 0;
  }

    .txt-modalidad {
        font-size: 36px;
        font-weight: 800;
        color: #3CA090 ;
        padding: 0 !important;
        margin: 0 !important;
    }

    .txt-calendar {
        font-size: 28px;
        font-weight: 600;
        color: #000;
        padding: 0 !important;
        margin: 0 !important;
    }

    .info-calendar {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* estilos seccion de calendario */

.cont-swp1-cal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 16px 0 60px 0;
    position: relative;
    z-index: 0;
}

.cont-swp1-cal2 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 60px 0;
    position: relative;
    z-index: 0;

}

.cont-swp1-cal .swiper {
      width: 100%;
      height: auto;
      padding: 0 16px 16px 16px;
  

    }
    

 .cont-swp1-cal .swiper-slide {
      height: auto;
      background: #fff;
      border: 1px solid #e4e4e4;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: start;
      border-radius: 10px;
      padding: 16px;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
      overflow: hidden;
    }

    .cont-swp1-cal .swiper-slide .disp-row-cal {
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
    }


     .cont-swp1-cal .swiper-slide i{
      font-size: 2rem;
      color: var(--color-blue);
    }

   
    .txt-pubconv {
        font-size: 17px;
        color: var(--color-blue);
        padding: 0 !important;
    }

    .txt-fechas-tent{
        font-size: 20px;
        color: var(--color-verde-cen);
        padding: 0 !important;
        margin: 0 0 0 10px !important;
    }

    .box-spans-mod {
        width: 100%;
        height: auto;
        margin: 8px 0;
        padding: 0;
        display: flex;
        justify-content: start;
    }

    .span-mod1 {
        display: inline-block;
        font-size: 12px;
        background-color: var(--color-unam-gold);
        border-radius: 16px;
        font-weight: 600;
        padding: 4px 8px !important;
        margin: 0 4px !important;
        color: white;
    }

    .span-mod2 {
        display: inline-block;
        font-size: 12px;
        background-color: #010645;
        border-radius: 16px;
        font-weight: 600;
        padding: 4px 8px  !important;
        margin: 0 4px !important;
        color: white;

    }

    .txt-conc {
        font-size: 16px;
        color: black;
        padding: 0 !important;
        margin: 0 !important;
    }

    .txt-fecha-etapa {
        font-size: 16px;
        color: black;
        padding: 0 !important;
    }

    .txt-fecha-etapa2 {
         font-size: 17px;
        color: var(--color-verde-cen);
        padding: 0 !important;
        margin: 16px 0 0 0 !important;
    }

    .txt-convv1 {
        font-size: 30px;
        font-weight: 700;
        color: var(--color-verde-cen);
        padding: 0 !important;
        margin: 0 !important;
        text-align: center;
        line-height: 1.2;
    }
    .txt-convv2 {
        font-size: 30px;
        font-weight: 600;
        color: #010645;
        padding: 0;
        margin: 0;
        text-align: center;
    }

   .cont-swp1-cal .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
    }


  .cont-swp1-cal .swiper .swiper-button-prevv {
    display: inline-block;
    background-color: #fff;
    color: var(--color-verde-cen);
    border: 1px solid var(--color-verde-cen);
    padding: 10px 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    margin: 0 16px 0 0;
    font-size: 16px;
    font-weight: bold;
  }



  .cont-swp1-cal .swiper .swiper-button-nextt {
    display: inline-block;
    background-color: #fff;
    color: var(--color-verde-cen);
    border: 1px solid var(--color-verde-cen);
    padding: 10px 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: bold;
  }


  .cont-extt {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .box-secc-unam {
    width: 24%;
    height: 300px;
    padding: 10px;
    background-color: ;
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;


  }

  .est-tit-iconn {
    display: flex;
    justify-content: start;
  }

  .txt-title-secc-unam {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-blue);
    padding: 0 !important;
    margin: 0 16px 0 0 !important;
  }

  /* estilo de seccion 1 */

  .cont-pages-unam1 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .box-cont-cu {
    width: 32%;
    max-width: 430px;
    height: auto;
    padding: 0;
    margin: 0;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

  }

  .cont-pd-16 {
    padding: 16px;
  }

  .box-title-img-cu {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }

  .box-title-img-cu .title-cu {
    font-size: 28px;
    font-weight: 700;
    color: #010645;
    padding: 0 !important;
    margin: 0 16px 0 0 !important;
  }

  .box-title-img-cu .conf-img-cu {
    display: inline-block;
    width: 12%;
    max-width: 90px;
    height: auto;
    padding: 0;
    margin: 0;
  }

  
  .txt-info-cu {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 0 !important;
    margin: 8px 0 !important;
  }

  .btn-link-cu {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: var(--color-blue);
    font-size: 17px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 5px;
    margin: 0 0 0 0;
    text-decoration: none;
    color: white;
  }

  .img-princ-cu{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    /* Aplica el difuminado desde arriba hacia abajo */
    mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
    /* Mejora suavizado para navegadores modernos */
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
  }

/* estilo de seccion 3 */

  .cont-pages-unam2 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .box-cont-cu-2 {
    width: 24%;
    max-width: 320px;
    height: auto;
    padding: 0;
    margin: 0;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }

   .img-princ-cu2{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

   .box-title-img-cu-2 .title-cu {
    font-size: 22px;
    font-weight: 700;
    color: #010645;
    padding: 0 !important;
    margin: 0 8px 0 0 !important;
  }



  .box-title-img-cu-2 .conf-img-cu {
    display: inline-block;
    width: 12%;
    max-width: 50px;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .box-title-img-cu-2 {
   width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }

  .icon-info-contact1{
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 600;
  }

   .icon-info-contact2{
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 600;
  }

.txt-contact-1 {
  display: inline-block;
  color: var(--color-blue);
  text-decoration: none;
}

.nw-ds-sect-2 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 60px 0;
}

.nw-ds-cont {
    width: 90%;
    max-width: 1300px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.title-nw {
    font-size: 40px;
    font-weight: 800;
    color: var(--color-blue);
    padding: 0 !important;
    margin: 0 !important;
}


  /* estilos seccion responsiva de los enlaces principales */

  .txt-mas-info {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-verde-cen);
    padding: 0;
    margin: 0;
    text-align: center;
  }
  
  .subtitle-v2{
    font-size: 30px;
    font-weight: 800;
    color: var(--color-unam-blue);
    text-align: center;
  }


.cont-swp1-cal2 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 60px 0;
    position: relative;
    z-index: 0;
}

.cont-swp1-cal2 .swiper {
      width: 100%;
      height: auto;
      padding: 0 16px 16px 16px;
    }

.cont-swp1-cal2 .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
}

 .cont-swp1-cal2 .swiper .swiper-slide {
      height: auto;
      background: #fff;
      border: 1px solid #e4e4e4;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: start;
      border-radius: 10px;
      padding: 0;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
      overflow: hidden;
    }

     .cont-swp1-cal2 .swiper-slide i{
      font-size: 2rem;
      color: #000;
    }

   .cont-swp1-cal2 .swiper-slide .box-title-img-cu-2 .conf-img-cu {
    display: inline-block;
    width: 8%;
    max-width: 50px;
    height: auto;
    padding: 0;
    margin: 0;
  }

    .txt-pubconv2 {
        font-size: 22px;
        color: var(--color-unam-blue);
        padding: 0 !important;
        margin: 0 !important;
    }

    .box-spans-mod {
        width: 100%;
        height: auto;
        margin: 8px 0;
        padding: 0;
        display: flex;
        justify-content: start;
    }



    .txt-conc {
        font-size: 16px;
        color: black;
        padding: 0 !important;
        margin: 0 !important;
    }

    .txt-fecha-etapa {
        font-size: 16px;
        color: black;
        padding: 0 !important;
        margin: 0 !important;
    }




    /*
   .cont-swp1-cal2 .swiper .swiper-button-prevv {
    position: absolute;
    top: 8%;
    left: 92%;
    width: 40px;
    height: 50px;
    background-color: #ffff;
    color: var(--color-unam-gold);
    border-radius: 8px;
    border: 1px solid var(--color-unam-gold);
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center; 
    font-size: 20px; 
    transform: translateY(-50%);
    font-size: .8rem;

}


  .cont-swp1-cal2 .swiper .swiper-button-nextt {
    position: absolute;
    top: 8%;
    right: 0;
    width: 40px;
    height: 50px;
     background-color: #fff;
    color: var(--color-unam-gold);
    border-radius: 8px;
    border: 1px solid var(--color-unam-gold);
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center; 
    font-size: 20px; 
    transform: translateY(-50%);
    font-size: .8rem;
  }
    */

     .cont-swp1-cal2 .swiper .swiper-button-prevv {
    display: inline-block;
    background-color: #fff;
    color: var(--color-verde-cen);
    border: 1px solid var(--color-verde-cen);
    padding: 10px 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    margin: 0 16px 0 0;
    font-size: 16px;
    font-weight: bold;
  }



  .cont-swp1-cal2 .swiper .swiper-button-nextt {
    display: inline-block;
    background-color: #fff;
    color: var(--color-verde-cen);
    border: 1px solid var(--color-verde-cen);
    padding: 10px 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: bold;
  }



   /* estilos seccion 2 esc-sua */

  .cont-pages-unam1 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .box-cont-cu {
    width: 32%;
    max-width: 430px;
    height: auto;
    padding: 0;
    margin: 0;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

  }

  .cont-pd-16 {
    padding: 16px;
  }

  .box-title-img-cu {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }

  .btn-link-cu {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: var(--color-unam-blue);
    font-size: 17px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 5px;
    margin: 0 0 0 0;
    text-decoration: none;
    color: white;
  }

  .box-title-img-cu .title-cu {
    font-size: 28px;
    font-weight: 700;
    color: #010645;
    padding: 0 !important;
    margin: 0 16px 0 0 !important;
  }



  .box-title-img-cu .conf-img-cu {
    display: inline-block;
    width: 12%;
    max-width: 90px;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .txt-info-cu {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 0 !important;
    margin: 8px 0 !important;
  }

  .img-princ-cu{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;

    /* Aplica el difuminado desde arriba hacia abajo */
      mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
      -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%);

      /* Mejora suavizado para navegadores modernos */
      mask-mode: alpha;
      -webkit-mask-mode: alpha;
  }

  /* estilos de seccion de capacitate */

  .cont-swp3-blog {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 0 0;
    position: relative;
    z-index: 0;
  }

   .cont-swp3-blog .swiper {
      width: 100%;
      height: auto;
      padding: 0 16px 16px 16px;
    }

    .cont-swp3-blog .swiper .swiper-navigation-top {
          display: flex;
          justify-content: end;
          align-items: center;
          margin-bottom: 16px;
    }

   .cont-swp3-blog .swiper-slide {
      height: auto;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 1px solid #e4e4e4;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);

    }

    .cont-swp3-blog .swiper-slide:nth-child(4) {
      background: #fff;
      border: 0;
      border-radius: 15px;
      box-shadow: 0 0 0;
    }

   .cont-swp3-blog .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

     .cont-swp3-blog .swiper-slide .cont-etiq-cat {
      width: 100%;
      height: auto;
      padding: 16px;
      margin: 0;
      
    }

    .cont-swp3-blog .swiper-slide .txt-index-blog a{
      color: var(--color-blue);
      text-decoration: none;
      display: inline-block;
    }

    .cont-swp3-blog .swiper-slide .txt-index-blog a:hover{
      text-decoration: underline;
    }

    .cont-swp3-blog .swiper-slide .txt-index-blog {
      font-size: 22px;
      font-weight: 700;
      color: var(--color-blue);
      padding: 0;
      margin: 0;
      line-height: 1.2;
    }

    .cont-swp3-blog .swiper-slide .etiq-cat-blog {
      display: block;
      font-size: 14px;
      font-weight: 500;
      color: var(--color-blue);
      padding: 4px 8px;
      border-radius: 16px;
      margin: 8px 0 0 0;
      line-height: 1.2;
      background-color: white;
      border: 1px solid var(--color-blue);
      float: right;
    }

     .cont-swp3-blog .swiper-slide .link-page-blog {
      display: inline-block;
      text-decoration: none;
    }

     .cont-swp3-blog .swiper-slide .link-page-blog i{
      font-size: 36px;
      color: var(--color-blue);
    }


     .cont-swp3-blog .swiper .swiper-button-prevv2 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-verde-cen);
    border: 1px solid var(--color-verde-cen);
    padding: 10px 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    margin: 0 16px 0 0;
    font-size: 16px;
    font-weight: bold;
  }



  .cont-swp3-blog .swiper .swiper-button-nextt2 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-verde-cen);
    border: 1px solid var(--color-verde-cen);
    padding: 10px 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: bold;
  }

  .cont-precios {
    width: 100%;
    height: auto;
    padding: 16px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }


  .cont-precios div{
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0;  
  }

  .cont-precios div:first-child{
    margin: 0 16px 0 0;  
  }

  .txt-marc {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
  }

  .txt-prec-1 {
    font-size: 32px;
    font-weight: 400;
    padding: 0;
  }

  /* estilos de faq */
  .cont-faq {
    width: 100%;
    height: auto;
    padding: 16px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }

  .box-faq-txt {
    width: 70%;
    max-width: 860px;
    height: auto;
    padding: 0 16px 0 0;
    margin: 0;
  }

  .box-faq-img {
    width: 30%;
    max-width: 440px;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .box-faq-img img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .txt-tit-faq {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    color: black;
  }

  .txt-tit-faq i{
    color: var(--color-verde-cen);
  }

  .txt-faq-1 {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    color: black;
  }

  .txt-faq-1 i {
    color: var(--color-verde-cen);
  }

  .txt-faq-2 {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    color: var(--color-verde-cen);
  }

  .btn-faq {
    display: inline-block;
    background-color: var(--color-verde-cen);
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    margin: 0 0 0 0;
    text-align: start;
    text-decoration: none;
  }

@media(max-width: 899px) {

  /* seccion de banner */

  .bann-princ{
      width: 100%;
      height: 40vh;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 0;
  }

  .bann-princ .swiper-slide .cont-transp-tit{
    display: flex;
    justify-content: center;
  }

  .bann-princ .swiper-slide .cont-transp-tit .box-transp-tit{
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 0;
  }

  .bann-princ .swiper-slide .cont-transp-tit .box-transp-tit h1{
    font-size: 28px;

  }

  .bann-princ .swiper-slide .cont-transp-tit .box-transp-tit .slid-btn-princ {
    font-size: 16px;
  
  }

  /* seccion de calendario */

   .txt-modalidad {
        font-size: 30px;
    }

    .txt-calendar {
        font-size: 24px;
    
    }

    .info-calendar {
        font-size: 17px;
    
    }

 /* estilos de informacion de conv  */

  .cont-pages-unam1 {
    display: none;
  }

  .box-cont-cu {
    width: 100%;
    max-width: 450px;
    height: auto;

  }

  .box-cont-cu:nth-child(2) {
    margin: 16px 0;
  }

  .box-title-img-cu .title-cu {
    font-size: 24px;
  }

  .box-title-img-cu .conf-img-cu {
    display: inline-block;
    width: 12%;
    max-width: 40px;
    height: auto;
    padding: 0;
    margin: 0;
  }

  /* estilos de seccion 3 (resultados, aciertos,...) */

  .cont-pages-unam2 {
    display: none;
  }

  .box-cont-cu-2 {
    width: 100%;
    max-width: 450px;
    height: auto;
    padding: 0;
    margin: 0 0 16px 0;
  }

   .box-cont-cu-2:last-child {
    margin: 0 0;
  }

   .box-title-img-cu-2 .title-cu {
    font-size: 22px;
  }

  .box-title-img-cu-2 .conf-img-cu {
    display: inline-block;
    width: 12%;
    max-width: 35px;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .subtitle-v2{
    font-size: 24px;
  }

  .txt-mas-info {
    font-size: 20px;
  }


  .cont-precios {
    width: 100%;
    height: auto;
    padding: 16px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }


  .cont-precios div{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;  
  }

  .cont-precios div:first-child{
    margin: 0 0 16px 0;  
  }

  .txt-marc {
    font-size: 20px;
  }

  .txt-prec-1 {
    font-size: 30px;
  }

  /* estilos de faq */
  .cont-faq {
    width: 100%;
    height: auto;
    padding: 16px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .box-faq-txt {
    width: 100%;
    height: auto;
    padding: 0 0 16px 0;
    margin: 0;
  }

  .box-faq-img {
    width: 100%;
    height: auto;

  }


  .txt-tit-faq {
    font-size: 22px;

  }


  .txt-faq-1 {
    font-size: 16px;
  }

  .txt-faq-2 {
    font-size: 16px;
  }

  .btn-faq {
    display: inline-block;
    background-color: var(--color-verde-cen);
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 17px;
    font-weight: 400;
    color: white;
    margin: 0 0 0 0;
    text-align: start;
    text-decoration: none;
  }

}




