
/* --------------------------------------------------------------*/
/* ********* Language selector ********* */
/* --------------------------------------------------------------*/


.langicon {
    color: #067cff;
    margin-right: 10px;
}
a.current_lang {
    background: #8c8c8c;
    color: #fff;
    padding: 2px 4px;
}

.list-inline-item { margin:0!important;}


/* --------------------------------------------------------------*/


    .padding-top-bottom{
        padding: 2rem 0;
    }
    .posgrado-content{
        padding: 0 0rem;
    }
/* --------------------------------------------------------------*/
/* ********* Datos Posgrados inicio duración modalidad ********* */
/* --------------------------------------------------------------*/


.carousel-item img {
    width: 100%;
    line-height: 1;
    min-height: 130px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.carousel-maestrias .carousel-item {
    max-height: none;
    min-height: 700px;
    background: #081155;
}

.CarouselPosgradosDatosItemCampus.expanded .info-wrapper {
    max-height: none;
}

.CarouselPosgradosDatosItemCampus.expanded .gradient-overlay {
    opacity: 0;
}

.info-wrapper {
    max-height: 48px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

    .CarouselPosgradosCuadro{
        padding:  0rem;
        position: relative;

    }
    .CarouselPosgradosDatos{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        max-width: 500px;
        margin: auto;
        position: inherit;
        z-index: 1;
        margin-top: 16rem;
        margin-right: 2rem;
        margin-bottom: 3rem;
    }
    .CarouselPosgradosDatosItem, .CarouselPosgradosDatosItemCampus{
        align-items: center;
        border: 1px solid var(--Blue_2-Tec);
        border-radius: 20px;
        padding: 1rem 1.5rem 0 1.5rem;
        background: #fff;
        -webkit-box-shadow: 0px 3px 16px -7px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 3px 16px -7px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 3px 16px -7px rgba(0, 0, 0, 0.75);
    }
    .CarouselPosgradosDatosItem i, .CarouselPosgradosDatosItemCampus i{
        font-size:2rem;
        padding-right:15px;
        color: var(--Blue_2-Tec);
    }
    .CarouselPosgradosDatosItemInfo p{
        margin:0;
    }
    .CarouselPosgradosDatosItemInfo .tittle{
        font-weight:bold;
    }

    .CarouselPosgradosDatos .toggle-btn-campus {
    margin-bottom: 0;
}

    .tittle-section{
        width: 65%;
    }
        .tittle-section h1{
        font-size: 4.3rem;
    }

    .tittle-section h1 span{
        font-size: 3rem;
    }

    @media only screen and (max-width: 1600px){
        .tittle-section{
            width: 55%;
        }
    }
    @media only screen and (max-width: 1400px){

        .tittle-section h1 span{
            font-size: 2.5rem;
        }

        .tittle-section h1 {
            font-size: 3.7rem;
        }

    }

    @media only screen and (max-width: 1300px){
        .tittle-section{
            width: 50%;
        }
        .tittle-section h1 {
            font-size: 3.5rem;
        }

    }

    @media only screen and (max-width: 1230px){
        .tittle-section h1 {
            font-size: 3.5rem;
        }

    }

    @media only screen and (max-width: 992px){

        .CarouselPosgradosCuadro.display-movil{
            display:block!important;
            margin-top: 1rem;
        }
        .CarouselPosgradosCuadro.display-desktop{
            display:none!important;
        }

        .CarouselPosgradosDatos {

            margin: auto;
        }

        .CarouselPosgradosDatos{
            position: static;
        }
        .CarouselPosgradosCuadro{
        padding:  4rem 1rem;

    }
        .tittle-section{
            width: 90%;
        }
        .tittle-section h1{
            font-size:2rem;
        }
        .tittle-section h4{
            font-size:2.5rem;
        }

        .tittle-section h1 span{
            font-size: 1.5rem;
        }

    }
    @media only screen and (max-width: 500px){
        .CarouselPosgradosDatosItem{
            padding:3rem 0.5rem;
        }
    }
    @media only screen and (max-width: 400px){
        .CarouselPosgradosDatos{
            grid-template-columns: repeat(1, 1fr);
        }
    }
/* --------------------------------------------------------------*/
/* *********** Objetivo Dirigido Perfil de Egreso ************** */
/* --------------------------------------------------------------*/
    
.content-container {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-bottom: 3rem;
}

.content-container-medium {
  position: relative;
  max-height: 350px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-bottom: 3rem;
}


.ventajas-perfil.expanded .content-container-medium, .posgrados-objetivos-obj.expanded .content-container-medium {
    max-height: none;
}

.ventajas-perfil.expanded .gradient-overlay, .posgrados-objetivos-obj.expanded .gradient-overlay {
    opacity: 0;
}


.content-container-small {
  position: relative;
  max-height: 180px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-bottom: 3rem;
}


.ventajas-perfil .content-container-medium{
    margin-bottom: 0rem;
}

.perfil-ingreso.expanded .content-container-small, .dirigido-a.expanded .content-container-small {
    max-height: none;
}

.perfil-ingreso.expanded .content-container-small  .gradient-overlay, .dirigido-a.expanded .content-container-small .gradient-overlay {
    opacity: 0;
}


    .posgrados-objetivos{
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
        grid-template-rows: 1fr;

        border-top: 1px solid var(--gray5);
        border-bottom: 1px solid var(--gray5);
    }
    .posgrados-objetivos-img{
        overflow: hidden;
        position: relative;
        height: 480px;
    }
    .posgrados-objetivos-img img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: left center;
    }
    .posgrados-objetivos-obj{
        border-right: 1px solid var(--gray5);
        align-self: center;
        padding: 0 3rem;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .columna-parte-content h4{
        padding-bottom: 2rem;
        font-weight:bold;
    }
    .columna-parte-content h4 span i{
        color: var(--Blue_2-Tec);
        padding-right: 1rem;
    }
    .posgrados-objetivos-perfil{
        display: flex;
        flex-direction: column;
    }
    .columna-parte{
        flex: 1; /* Hace que ambas partes ocupen el mismo espacio */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 3rem;
    }
    .posgrados-objetivos-perfil-up{
        border-bottom: 1px solid var(--gray5);
    }

    .custom-accordion-item {
      margin-bottom: 10px;
      border-bottom:1px solid var(--gray5);
    }

    .posgrados-objetivos-obj .custom-accordion-item {
        border-bottom:none;
    }

    .custom-accordion-item.last{
      border-bottom:none;
    }
    .custom-accordion-header,  .custom-accordion-header_2{
      padding: 10px;
      cursor: pointer;
    }
    .custom-accordion-content, .custom-accordion-content_2 {
      display: none;
    }
    .custom-accordion-content{
        padding-left: 18px;
    }

    @media (min-width: 1000px) {
      .custom-accordion-content, .custom-accordion-content_2  {
        display: block !important;
      }
    }
    @media only screen and (max-width: 1000px) {

    

        .CarouselPosgradosDatosItem, .CarouselPosgradosDatosItemCampus{
            align-items: center;
            border: none;
            border-radius: 0px;
            padding: 1rem 1.5rem 0 1.5rem;
            background: #fff;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-align: center;
            
        }
        .CarouselPosgradosDatosItem i, .CarouselPosgradosDatosItemCampus i{
            font-size:2.5rem;
            padding-right:0px;
            color: var(--Blue_2-Tec);
        }

        .CarouselPosgradosDatosItemCampus .toggle-btn-campus{
            position: relative;

        }
        .CarouselPosgradosDatosItemCampus i.bottonArriba {
            position: absolute;
            right: 20px;
            font-size: 2rem;
        }


    .posgrados-objetivos-img.display-desktop {
        display: none !important;
    }

    .custom-accordion .display-movil {
        display: block !important;
    }

        .posgrados-objetivos{
            grid-template-columns: repeat(1, 1fr);
            
        }
        .posgrados-objetivos-obj{
            border-bottom:1px solid var(--gray5);
            border-right: none;
            padding: initial;
            display: initial;

        }
        .columna-parte-content{
            padding: 1.5rem 0;
        }
        .posgrados-objetivos{
            border:none;
        }
        .columna-parte-content h4{
            padding:0 3rem;
        }
        .columna-parte-content-arrow, .columna-parte-content-arrow_2{
            display:flex;
        }
        .columna-parte-content-arrow .arrow-columna, .columna-parte-content-arrow_2 .arrow-columna_2{
            margin-left:auto;
            padding-right: 2.5rem;
            font-size:1.8rem;
        }

        .content-container-medium {
            position: relative;
            height: 100%;
            max-height: 350px;
            overflow: hidden;
            margin-bottom: 0rem;
            }
        
        .ventajas-perfil .content-container-medium {
            position: relative;
            max-height: 350px;
            overflow: hidden;
            transition: max-height 0.5s ease;
            margin-bottom: 0rem;
            }


            .content-container-small {
                position: relative;
                height: 100%;
                max-height: 180px;
                overflow: visible;
                margin-bottom: 0rem;
            }

            .toggle-btn-objetivo{display:none;}
            .columna-parte-content .gradient-overlay{display:block;}

    }


    /* --------------------------------------------------------------*/
/* ** Ventajas de sumar este programa a tu perfil profesional ** */
/* --------------------------------------------------------------*/
   
.ventajas-perfil{
    position: relative;
}

.ventajas-perfil-profesional-tittle{
        width: fit-content;
        padding-bottom: 1.5rem;
    }
    .ventajas-perfil-profesional-tittle h4{
        border-bottom: 1px solid var(--gray4);
        padding: 0 1.5rem 1rem 0;
    }
    .ventajas-perfil-profesional-list{
        padding-left:1.5rem
    }
    @media only screen and (max-width: 767px){
        .subtittle-ventajas-perfil-profesional h2{
            border-bottom: 1px solid var(--gray4);
            padding: 0 1.5rem 1rem 0;
            text-transform:uppercase;
        }
        .padding-top-bottom{
            padding: 0.3rem 0;
        }
        .text-ventajas-perfil-prodesional{
            padding-bottom:1.5rem;
        }
    }
/* --------------------------------------------------------------*/
/* ********** Conoce todos los detalles de este Posgrado ******* */
/* --------------------------------------------------------------*/
    .folleto-section-tittle{
        text-align:center;
    }

    .boton-detalles-posgrados a{
        padding: 5px;
    }
    .boton-detalles-posgrados a span{
        padding-right: 1rem;
        color: var(--botton_principal);
    }


    .doctorado-linea-img {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center center!important;
    }

    .sesion-date {
        min-height:198px;
    }
    .sesiones-control {
        top: 40%;
    }
    .carousel-control-prev.sesiones-control{
        margin-left: 10px;
    }
    .carousel-control-next.sesiones-control{
        margin-right: 10px;
    }
    .informacion-eventos-posgrados{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
    }
    .informacion-eventos-posgrados-img{
        position: relative;
    }
    .informacion-eventos-posgrados-img p{
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--gray3);
        width: fit-content;
        padding: 1rem;
        margin:0;
        font-weight:bold;
        color:white;
    }
    .informacion-eventos-posgrados-item{
        position: relative;
        padding: 1.5rem;
        background: var(--gray5);
        min-height: 330px;
    }
    .informacion-eventos-posgrados-item h4{
        color: var(--Purple_Dark-Tec);
        font-weight: bold;
        border-left: 5px solid var(--Purple_Dark-Tec);
        margin-bottom: 4rem;
        padding-left: 5px;
    }
    .font-bold-text{
        font-weight:bold;
    }
    .informacion-eventos-posgrados-item p{
        margin: 0;
        font-size: 1.6rem;
        padding-bottom: 10px;
        padding-left: 0rem;
        font-weight: bold;
    }
    .informacion-eventos-posgrados-item .location{
        padding-bottom: 5rem;
    }
    .informacion-eventos-posgrados-item p span i{
        padding-right: 1rem;
    }
    .informacion-eventos-posgrados-item a{
        background-color: var(--botton_principal);
        color: white;
        padding: 10px 15px;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        bottom: 1rem;
        right: 2rem;
    }
    @media only screen and (max-width: 992px){
        .boton-detalles-posgrados a{
            font-size:1rem;
        
        }
    }
    @media only screen and (max-width: 767px){

    .posgrado-content{
        padding: 0 10px;
    }

        .folleto-section-subtittle{
            text-align:center;
            color:#fff;
        }
        .folleto-section-folleto{
            padding-bottom:2rem;
        }


        .boton-detalles-posgrados {
            width: auto!important;
        }

        .informacion-eventos-posgrados{
            display: none;
        }
        .informacion-eventos-posgrados-img{
            padding:2rem;
        }
        .informacion-eventos-posgrados-movil .informacion-eventos-posgrados-img{
            height:500px;
            position: relative;
        }
        .informacion-eventos-posgrados-img p{
            position: relative;
            background: none;
            font-size: 15px;
            padding: 0.5rem;
        }
        .informacion-eventos-posgrados-date{
            padding: 0 0 1rem 0 !important;
            font-size: 1.5rem;
        }
        .informacion-eventos-posgrados-date-day{
            font-weight:100;
        }
        .informacion-eventos-posgrados-date span i{
            padding-right:15px;
        }
        .informacion-eventos-posgrados-asiste{
            text-transform:uppercase;
        }
        .informacion-eventos-posgrados-subtittle{
            
            font-size: 1.4rem;
            color: #fff;
            font-weight: bold;
        }
        .informacion-eventos-posgrados-content{
            display:flex;
            padding: 2rem 2rem 1.5rem 0;
            position:relative;
        }
        .informacion-eventos-posgrados-content .line{
            border-left: 5px solid #fff;
            height: 80px;
            padding-right:15px;
        }

        .informacion-eventos-posgrados-item {
            min-height: fit-content;
        }

        .informacion-eventos-posgrados-time-place p{
            padding:0 !important;
            font-weight:200;
        }
        .informacion-eventos-posgrados-time-place p span i{
            padding-right:10px;
        }
        .informacion-eventos-posgrados-time-place{
            position: absolute;
            bottom: 39px;
            right: 36px;
        }
        .informacion-eventos-posgrados-item{
            position:unset;
            background:#fff !important;
            display:flex;
            justify-content: center;
        }
        .informacion-eventos-posgrados-item a{
            margin: auto;
            position: unset;
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(51, 51, 51, 0.7);
        }
    }
/* --------------------------------------------------------------*/
/* ************ Alcanza tu siguiente grado académico *********** */
/* --------------------------------------------------------------*/
.habilidades-profesionales {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    justify-content: center;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

.habilidades-profesionales-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    padding-right:4rem;
    margin: 0 auto;
}


.habilidades-profesionales-item:nth-child(1),
.habilidades-profesionales-item:nth-child(2) {
  
}


.habilidades-profesionales-item img{
    margin-right: 1rem;
}



.habilidades-profesionales-item-info {
    text-align: left;
}

.habilidades-profesionales-item-info-tittle {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

    .habilidades-profesionales-item:last-child{
        border:none;
    }

    .habilidades-profesionales-item i{
        padding-right: 15px;
        color: var(--Blue_2-Tec);
        font-size: 3rem;
    }
    .habilidades-profesionales-item-info p{
        margin:0;
    }
    .habilidades-profesionales-item-info-tittle{
        font-weight:bold;
    }
    .plan-estudios{
        display: flex;
        align-items: center;
    }
    .plan-estudios h3{
        font-size: 2.3rem;
        width: 60%;
        text-transform: uppercase;
    }
    .plan-estudios a{
        margin-left: auto;
        background: var(--botton_principal);
        padding: 10px 15px;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
    }
    .custom-accordion-content_2{
        padding: 0 4rem;
    }
    .custom-accordion-item_2 {
        border-bottom: 1px solid #c8c8c8;
    }
    @media only screen and (max-width: 767px){
        .especializatePotencial-movil{
            color: var(--Purple_Dark-Tec);
            font-size: 2rem;
            padding: 1.5rem 0;
        }
        .habilidades-profesionales{
            grid-template-columns: repeat(1, 1fr);
        }
        .habilidades-profesionales-item{
            border-bottom: 2px solid var(--gray5);
            padding-bottom: 2rem;
        }
        .habilidades-profesionales-item{
            border-right: none;
            width: 100%;
        }
        .habilidades-profesionales-item:last-child{
            border:none;
        }
        .plan-estudios{
            display: block;
        }
        .plan-estudios p{
            padding-bottom: 2rem;
        }
        .plan-estudios a{
            margin: auto;
            display: flex;
            width: fit-content;
        }
        .perfilIngresoMovil{
            text-transform:uppercase;
        }
        .ventajas-perfil-profesional-list{
            padding: 0 1rem;
        }
        .custom-accordion-content_2{
            padding: 0 4rem;
        }
        .custom-accordion-header_2{
            background: var(--gray5);
        }
    }
/* --------------------------------------------------------------*/
/* ******************* Carousel Profesores ********************* */
/* --------------------------------------------------------------*/

.container-profe{
    width: 200px;
    height: 200px;
    margin: 2rem auto;
}
img.img-profesor-claustro {
    width: 100%;
    position: relative;
}
    .profesores-grid{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(calc(20% - 32px), 1fr));
        gap: 20px 40px;
    }
    .profesores-grid-img{
        width: 100%;
        height: 320px;
        position: relative;
        background: var(--gray5);
    }
    .profesores-grid-img-text{
        position: absolute;
        z-index: 1;
        text-align: center;
        padding: 5px;
        background: #4F4F4F;
        bottom: 0;
        width: 100%;
        color: #fff;
        min-height: 60px;
    }
    .profesores-grid-img-text p{
        margin: 0;
    }
    .profesores-grid-img-name{
        font-weight:bold;
    }
    .profesores-grid-img-info{
        text-align:left;
        margin: 0 1rem;
        color: #fff;
    }
    #profesoresCarousel .carousel-item{
        /* display: block !important; */
        max-height: min-content !important;
    }
    .tittle-profesore{
        text-align:center;
        padding: 1.5rem 0;
    }
    .profesores-grid-img-overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s;
        z-index:3;
    }
    .profesores-grid-img:hover .profesores-grid-img-overlay {
        opacity: 1;
    }
    .profesores-grid-img-overlay a{
        background: var(--gray5);
        padding: 5px 15px;
        color: #000;
        font-weight: bold;
    }
    .circle-cross{
        position: relative;
        width: 70px; 
        height: 70px;
        border-radius: 50%;
        background-color: #212121; 
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 1rem;
    }
    .cross-horizontal, .cross-vertical {
        position: absolute;
        background-color: #fff; /* Color de la cruz */
    }

    .cross-horizontal {
        width: 60%; 
        height: 1px; 
    }

    .cross-vertical {
        height: 60%; 
        width: 1px; 
    }

    @media only screen and (max-width: 1520px){
        .profesores-grid {
        grid-template-columns: repeat(auto-fill, minmax(calc(25% - 30px), 1fr));
    }
    }

    @media only screen and (max-width: 1070px){
        .profesores-grid {
        grid-template-columns: repeat(auto-fill, minmax(calc(33.333% - 26.667px), 1fr));
    }
    }
    @media only screen and (max-width: 850px){
        .profesores-grid {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 20px), 1fr));
    }
    }

    @media only screen and (max-width: 767px){
        .profesores-grid-img {
            height: 300px;
        }
        img.img-profesor-claustro {
            margin-top: 1.3em;
        }
    
    }


/* --------------------------------------------------------------*/
/* ******************* Container Youtube ********************* */
/* --------------------------------------------------------------*/
    .separator-posgrados{
        padding: 1rem 0;
    }
    .containerYoutube{
        position: relative;
        width: 90vh;
        padding-bottom: 28.75%;
        height: 0;
        overflow: hidden;
        background-color: black;
        margin: auto;
    }

    .containerYoutube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    @media only screen and (max-width: 1500px){
        .containerYoutube{
            width: 90vh;
            padding-bottom: 40%;
        }
    }
    @media only screen and (max-width: 1150px){
        .containerYoutube{
            width: 90vh;
            padding-bottom: 40%;
        }

    }
    @media only screen and (max-width: 992px){
        .containerYoutube{
            width: 90vh;
            padding-bottom: 55%;
        }
    }
    @media only screen and (max-width: 800px){
        .containerYoutube{
            width: 90vh;
            padding-bottom: 60%;
        }
    }

/* --------------------------------------------------------------*/
/* ******************* Ver Mas botones ********************* */
/* --------------------------------------------------------------*/
    .conahcytViculacion{
        padding: 5rem 0 1rem 0;
    }
    .conahcytViculacionItem{
        display: flex;
        align-items: flex-start;
    }
    .conahcytViculacionItemImg{
        width: 150px; 
        height: 150px; 
        overflow: hidden; 
        position: relative;
        margin-right:2rem;
    }
    .conahcytViculacionItemImg img{
        width: 100%;
        height: 100%;
        object-fit: cover; /* Mantiene la proporción de la imagen sin deformarse */
        position: absolute;
        top: 0;
        left: 0;
    }
    .conahcytViculacionItem_text{
        flex: 1;
        position: relative;
    }
    .conahcytViculacionItem_text h4{
        font-weight: bold;
        padding-bottom: 1.2rem;
    }
    
    .conahcytViculacionItem_textHidden, .conahcytViculacionItem_textHidden2{
        display: none;
        margin-top: 10px;
    }
    .conahcytViculacionItem_textContent{
        padding-right: 4rem;
    }
    .verMas,.verMas2 {
        cursor: pointer;
        color: var(--botton_principal);
        text-align: right;
        padding-right: 2rem;
    }
    .verMas i,.verMas2 i {
        padding-left: 10px;
    }
    .conahcytViculacionItemDesktop{
        display: flex;
        align-items: flex-start;
        padding-bottom: 0rem;
        margin-top: 2rem;
    }
    @media only screen and (max-width: 767px){
        .conahcytViculacionItemImg,.conahcytViculacionItemDesktop{
            display: none;
        }
    }
    @media only screen and (max-width: 600px){
        .conahcytViculacionItem_textContent{
            padding-right: 0.5rem;
        }
        .verMas,.verMas2 {
            padding-right: 0;
        }
    }


.carousel-maestrias .carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(8, 17, 85, 0.55) 6.77%, rgba(224, 224, 224, 0.8) 54.69%, rgba(224, 224, 224, 1) 100%) !important;
    opacity: 1 !important;
}

.folleto-section {
    padding: 1rem 0 4rem 0;
    color: #fff;
}

.folleto-section .container-body {
    margin: 1rem 4rem;
    padding: 0;
}

.button-secondary {
    background: var(--gray6);
    display: block;
    width: max-content;
    padding: 5px 10px;
    margin-top: 10px;
    color:#000;
}
.button-secondary a{
    color:#000;
}
    @media only screen and (max-width: 992px){
        
        .folleto-section .container-body {
            margin: 1rem 1rem;
            padding: 0;
        }
    }

.container-body li, .columna-parte-content li {
    list-style: disc;
    margin-bottom: 1rem;
    margin-left: 20px;
}

/* ----------------------*/
/* Ajustes Mobile*/
/* ----------------------*/
.display-movil{
    display: none !important;
}
.display-desktop{
    display: block !important;
}
@media only screen and (max-width: 767px){
    .display-movil{
        display: block !important;
    }
    .display-desktop{
        display: none !important;
    }
    .display-desktop-grid{
        display:none;
    }
}


.toggle-btn-objetivo {
    position: absolute;
    bottom: -30px;
    right: 0px;
    color: white;
    cursor: pointer;
    color: var(--botton_principal);
    text-align: right;
}

.posgrados-objetivos-obj .toggle-btn-objetivo {
    bottom: 10px;
}

.columna-parte-content{position:relative;}
.expand-content {
    overflow-x: auto;
    max-width: 100%;
  padding-bottom: 30px; /* Space for gradient overlay */
}

.expand-content img {
    max-width:100%
}

#objetivos-lightbox li, #dirigido-lightbox li, #perfil-lightbox li {
    list-style: disc;
    margin-bottom: 1rem;
    margin-left: 20px;
}

@media (max-width: 920px) {
  .expand-content {
    overflow-x: initial;
  }

  .carousel-maestrias .carousel-item {
    max-height: 400px;
    min-height: 400px;
    background: #081155;
}

  #carouselMaestrias .carousel-inner .carousel-item img {
        max-width: 100%;
        line-height: 1;
        min-width: 100%;
        min-height: 400px;
        margin: 0 auto;
        object-fit: cover;
    }

}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px; /* Adjust as needed */
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.toggle-btn {
  position: absolute;
  bottom: -20px;
  right: 0;
  transform: translateX(-50%);
  color: white;
  cursor: pointer;
  color: var(--botton_principal);
  text-align: right;
  padding-right: 2rem;
}

.expanded {
  max-height: none;
}

.expanded .gradient-overlay {
  opacity: 0;
}


@media only screen and (max-width: 767px){
    .toggle-btn {

  transform: translateX(0%);
  padding-right: 0rem;
}

}












.contact-lightbox-tittle{
    color: black;
    padding-top:50px;
    font-size:1.5rem;
    text-transform:uppercase;
}
 .hbspt-form select {
    width: 100% !important;
    margin-top: 10px;
    height: 30px;
    border-radius: 5px;
}
.contact-lightbox .hbspt-form form div:first-child div div span{
    color: black !important;
}
.contact-lightbox .hbspt-form>form>div:nth-child(2){
    width: 48%;
    float: left;
}
.contact-lightbox .hbspt-form>form>div:nth-child(3){
    width: 48%;
    float: right;
}
.contact-lightbox .hbspt-form input {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.8;
    border-radius: 0rem;
    border: 1px solid black;
    margin-top: 10px;
    width: 100%;
}
.contact-lightbox .hbspt-form input[type="checkbox"]{
    width: auto !important;
    margin-right:15px;
}
.contact-lightbox .hs-form-booleancheckbox-display span a{
    color: #E0115F;
}
.contact-lightbox .hbspt-form input[type="submit"], .formulario-boton-send{
    display: block;
    font-weight: bold;
    margin: 0 !important;
    text-transform: uppercase;
    float: right;
    text-align: 0;
    width: 200px !important;
    font-size: 1rem !important;
    color: white !important;
    background-color: #E0115F;
}
 .tittle-contact{
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 20px;
}
.formulario-nombre{
    width: 48%;
    float: left;
}
input[name="contacto[nombre]"]{
    width: 100% !important;
    margin-bottom: 0!important;
}
.formulario-apellido{
    width: 48%;
    float: right;
}
input[name="contacto[apellido]"]{
    width: 100%!important;
}
.formulario-pais{
    width: 30%;
    float: left;
}
 select[name="contacto[country_code]"]{
    width: 100% !important;
    margin-bottom: 0!important;
}
.formulario-tel{
    width: 66%;
    float: right;
}
.contact-lightbox input[name="contacto[telefono]"]{
    width: 100%!important;
    margin-bottom: 0!important;
}
.formulario-grupo{
    margin-bottom: 20px;
    display: block !important;
    width: 100%;
}

.formulario-grupo input{
    width: 100% !important;
}


.contacta-asesor-lightbox .featherlight-content{width:500px;padding:25px;color:#fff;background:#000}legend.hs-field-desc{font-size:15px;margin-top:10px;margin-bottom:0}.hbspt-form select{width:100%!important;margin-top:10px;height:30px;border-radius: 5px;background: #fff;}.hs-fieldtype-intl-phone.hs-input{width:100%!important}.hs-fieldtype-intl-phone.hs-input input{width:59%!important}.hs-fieldtype-intl-phone.hs-input select{width:40%!important}



.hbspt-form input {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border: 0;
    margin-top: 10px;
    width: 100%;
}

.hbspt-form input[type="text"], .hbspt-form input[type="email"] {
    width: 100% !important;
}

select[name="country"] {
    width: 100%;
    margin-top: 10px;
    height: 30px;
}


select[name="campus_interes"] {
    width: 100% !important;
    margin-top: 10px;
    height: 30px;
}


ul.inputs-list {
    margin-bottom: 0;
}

select[name="puesto_actual_buyer_persona_"] {
    width: 100% !important;
    height: 30px;
}

.hbspt-form .hs-form-required, .hbspt-form label {
    display: none;
}

.hs-error-msgs label {
    display: block;
}

.hs-form-booleancheckbox-display, .hs_puesto_actual_buyer_persona_ label {
    display: block !important;
}

.hs_puesto_actual_buyer_persona_ label {
    margin-top: 10px;
}

.hs-form-booleancheckbox-display {
    font-size: 13px;
}

li.hs-form-booleancheckbox {
    display: block;
}

input[name="phone"] {
    width: 100% !important;
}


.hbspt-form .hs-button {

    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width: 40%;
    margin: 0 auto;
    display: block;
    font-size: 16px;
}


.hs-error-msgs label {
    display: block;
    font-size: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hs-error-msgs {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {

    /*Asesor*/
    /*Folleto*/
    .hbspt-form input {
        width: 100%;
    }


    .hbspt-form select {

    }

    ul.inputs-list {
        margin-left: 0;
        padding-left: 30px;

        margin-top: 5px;
    }

    input[name="pol_tica_de_privacidad"] {
        text-align: left;
        float: left;
        width: 30px !important;
    }

}

.hs_recibir_informacion label {
  display:block;
}

.hs-modalidadposgrado label {
  display:block;
}



.egresados-item-img img {
  position: relative;
  max-height: 560px;
  object-position: top;
}
.egresados-item-info h2{
  font-size: 2rem;
}

.egresados-item-info{
  padding:20px 2rem;
}

.subtitle-section {
width: 100%;
}

@media only screen and (max-width: 1530px) {

.egresados-item-img img {
  max-height: 700px;
}



}


@media only screen and (max-width: 1113px) {

.egresados-item-img img {
max-height: 900px;
}

#egresadosCarousel-D .carousel-item {
  max-height: 900px;
}

}


@media only screen and (max-width: 900px) {

.egresados-item {
grid-template-columns: repeat(1, 1fr);
}
.egresados-item-img {display:none;}
}


