@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pathway+Extreme:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:wght@500&family=Poppins:wght@100;400;500;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}

.espacioMenu {
    height: 84px;
}

:root {
    --anchocontenedor: 960px;
    --paddingsize: 30px;
    --gridgapsize: 30px;
    --borderradiussize: 20px;
    --letraxxxs: 0.7rem;
    --letraxxs: 0.8rem;
    --letraxs: 0.9rem;
    --letraxm: 1rem;
    --letram: 1.2rem;
    --letramm: 1.3rem;
    --letrasg: 1.7rem;
    --letrag: 2.0rem;
    --letraxg: 2.2rem;
    --color-orange: #ee722e;
}

/************* Colores ********************/

.colorprimario {
    color: var(--vcolorprincipal);
}

.colorfondoprimario {
    background-color: var(--vcolorprincipal);
}

.colorsecundario {
    color: var(--vcolorsecundario);
}


.colorfondosecundario {
    background-color: var(--vcolorsecundario);
}

.colorgrisfondo {
    background-color: #f4f4f4;
}

.colorblancofondo {
    background-color: #fff;
}


.fondosem1 {
    background-color: var(--v1degradado);
}

.fondosem2 {
    background-color: var(--v2degradado);
}

.fondosem3 {
    background-color: var(--v3degradado);
}

.fondosem4 {
    background-color: var(--v4degradado);
}

.fondosem5 {
    background-color: var(--v5degradado);
}

.fondosem6 {
    background-color: var(--v6degradado);
}

.fondosem7 {
    background-color: var(--v7degradado);
}

.fondosem8 {
    background-color: var(--v8degradado);
}

.fondosem9 {
    background-color: var(--v9degradado);
}

#DivConoceMasPlan.pulse {
    animation: pulse 2s infinite;
}

    #DivConoceMasPlan.pulse:hover {
        transform: scale(1.01);
        background-color: var(--vcolorprincipal);
    }

@keyframes pulse {
    50% {
        transform: scale(0.98);
        background-color: var(--v7degradado);
    }
}



/********* Manejo de imágenes ************/


.imagendesktopmovil div:nth-child(1) {
    display: block;
}

.imagendesktopmovil div:nth-child(2) {
    display: none;
}





/************* Mapa Oferta ********************/

/*


  background: linear-gradient(to right, #ea7e16, #e84b0f);*/



.bannerparahomepage {
    display: flex;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.contenedorbannerizq {
    background-color: #e45d35;
}

.contenedorbannerder {
    background-color: #f57b20
}

.contenedorbannerimagen {
    background: linear-gradient(to right, #ea7e16, #e84b0f);
    border: none;
}

    .contenedorbannerimagen img {
        all: initial;
        border: none;
    }





.lineaparabannerhome {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lineaparabannerhomecentral {
    width: min(100% - 45px, var(--anchocontenedor));
    margin-inline: auto;
    background-color: #3f156b;
}

    .lineaparabannerhomecentral img {
        width: 100%;
        margin: 0px;
        padding: 0px;
        border: #7a1fe5;
        border: 1px solid red;
    }







.lineabannerhome {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    padding-top: 50px;
}





.testa {
    background-color: #3f156b;
    height: 100v;
}




.imagendesktopmovil img {
    margin: 0;
    padding: 0;
}




.mapaoferta img {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mapaedne a {
    color: #7a1fe5;
}

.mapaedei a {
    color: #ff2f7f;
}


.mapaedec a {
    color: #f58117;
}



.mapaedcs a {
    color: #7a1fe5;
}

.mapaedah a {
    color: #3f156b;
}


/************* Menú Principal ********************/

/*header {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}*/

#logoudlap img {
    border-radius: 0px;
}

#menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

#menu2 {
    background-color: #fff;
    width: min(100% - 45px, var(--anchocontenedor));
    margin-inline: auto;
}

.ulhorizontal {
    display: flex;
    list-style: none;
    padding: 0;
}

    .ulhorizontal li {
        margin-right: 15px;
    }

/********************Inicio Menu Responsive*********************/
.headerResponsive {
    background-color: #fff;
    /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
    position: fixed;
    width: 100%;
    z-index: 3;
    max-height: 85px;
}

.center-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerResponsive ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.headerResponsive li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

    .headerResponsive li a:hover,
    .headerResponsive .menu-btn:hover {
        background-color: #f4f4f4;
    }

.headerResponsive .logo {
    display: block;
    float: left;
    /*font-size: 2em;*/
    padding: 10px 20px;
    text-decoration: none;
}

/* menu */

.headerResponsive .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}



/* menu icon */

.headerResponsive .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

    .headerResponsive .menu-icon .navicon {
        background: #333;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

        .headerResponsive .menu-icon .navicon:before,
        .headerResponsive .menu-icon .navicon:after {
            background: #333;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .headerResponsive .menu-icon .navicon:before {
            top: 5px;
        }

        .headerResponsive .menu-icon .navicon:after {
            top: -5px;
        }

/* menu btn */

.headerResponsive .menu-btn {
    display: none;
}

    .headerResponsive .menu-btn:checked ~ .menu {
        max-height: 240px;
    }

    .headerResponsive .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .headerResponsive .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .headerResponsive .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .headerResponsive .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .headerResponsive .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

.headerResponsive .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    display: flex;
    /* z-index: 5; */
    position: absolute;
    top: 72px;
    min-width: 100%;
    left: 0px;
    display: flex;
    flex-direction: column;
}

/* 768px */


@media (min-width: 768px) {
    .text-no-wrap {
        white-space: nowrap;
    }

    .headerResponsive li {
        float: left;
    }

        .headerResponsive li a {
            padding: 20px 30px;
            max-height: 58px;
        }

    .headerResponsive .menu {
        clear: none;
        float: right;
        max-height: none;
        display: block;
        min-width: auto;
        position: static;
    }

    .headerResponsive .menu-icon {
        display: none;
    }
}


/********************Fin Menu Responsive*********************/

/* Estilos para el botón de volver arriba */
.topButtom {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #23252c;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 0px 4px rgb(255 255 255 / 10%);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
}

.active {
    opacity: 1;
}

.svgIcon {
    width: 12px;
    transition-duration: 0.4s;
}

    .svgIcon path {
        fill: white;
    }

.topButtom:hover {
    width: 140px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: var(--vcolorsecundario);
    align-items: center;
}

    .topButtom:hover .svgIcon {
        transition-duration: 0.3s;
        transform: translateY(-200%);
    }

.topButtom::before {
    position: absolute;
    bottom: -20px;
    content: "Regresar al inicio";
    color: white;
    font-size: 0px;
}

.topButtom:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    transition-duration: 0.3s;
}


/**********************Inicio Arrow TOP***********************/

/***********************Fin Arrow TOP*************************/

/*************** Contenedores y Layout  ***************/

a {
    text-decoration: none;
    color: var(--color-orange);
}

    a:hover {
        text-decoration: underline;
    }

.container {
    width: min(100% - 45px, var(--anchocontenedor));
    margin-inline: auto;
}

    .container img {
        width: 100%;
        border-radius: 20px;
    }

        .container img.no-border-radius {
            width: 150px;
            border-radius: 0px;
        }

.no-radius {
    border-radius: 0px !important;
}

.containerdoscolumnas {
    width: min(100% - 45px, var(--anchocontenedor));
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

    .containerdoscolumnas img {
        width: 100%;
        border-radius: 20px;
    }

.fullcontainer {
    width: 100%;
    background-color: #f4f4f4;
    /*padding: 30px;*/
    /*margin-top: 40px;*/
}

.fullcontainerblack {
    width: 100%;
    color: #fff;
    background-color: #252525;
    padding: 30px;
}

    .fullcontainerblack a {
        color: #fff;
        text-decoration: none;
    }

        .fullcontainerblack a:hover {
            color: #fff;
            text-decoration: underline;
        }


    .fullcontainerblack h4 {
        color: #fff;
    }


.divcentrado {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.espacio {
    height: 120px;
}


.medioespacio {
    height: 60px;
}

.espaciochico {
    height: 30px;
}


/************ Bullets por escuelas  ************/

.listadelicenciaturas {
    padding-top: 40px;
    font-size: var(--letram);
    padding-bottom: 40px;
}

    .listadelicenciaturas a {
        color: black;
    }

    .listadelicenciaturas li {
        margin-bottom: 10px;
        display: flex;
    }

        .listadelicenciaturas li:before {
            margin-right: 8px;
            margin-top: 8px;
        }

    .listadelicenciaturas ul {
        column-count: 2;
        column-width: auto;
    }

.edne-list {
    list-style-type: none;
}

    .edne-list li:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('../Recursos/Escuelas/Bullets/BulletLicEDNE.png?Version2');
        /* Reemplaza 'ruta-de-la-imagen.png' con la ruta de tu imagen */
        background-size: cover;
        margin-right: 8px;
    }



.edei-list {
    list-style-type: none;
}

    .edei-list li:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('../Recursos/Escuelas/Bullets/BulletLicEDEI.png?Version2');
        /* Reemplaza 'ruta-de-la-imagen.png' con la ruta de tu imagen */
        background-size: cover;
        margin-right: 8px;
    }


.edec-list {
    list-style-type: none;
}

    .edec-list li:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('../Recursos/Escuelas/Bullets/BulletLicEDEC.png?Version2');
        /* Reemplaza 'ruta-de-la-imagen.png' con la ruta de tu imagen */
        background-size: cover;
        margin-right: 8px;
    }



.edah-list {
    list-style-type: none;
}

    .edah-list li:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('../Recursos/Escuelas/Bullets/BulletLicEDAH.png?Version2');
        /* Reemplaza 'ruta-de-la-imagen.png' con la ruta de tu imagen */
        background-size: cover;
        margin-right: 8px;
    }



.edcs-list {
    list-style-type: none;
}

    .edcs-list li:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('../Recursos/Escuelas/Bullets/BulletLicEDCS.png?Version2');
        /* Reemplaza 'ruta-de-la-imagen.png' con la ruta de tu imagen */
        background-size: cover;
        margin-right: 8px;
    }




/************ Página Interna ************/


.fondointerna {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 50px;
}







/*************** Estilos Textos Desktop  ***************/

h1 {
    font-size: var(--letraxg);
    padding-bottom: 50px;
}


h2 {
    font-size: var(--letrag);
    padding-bottom: 20px;
    color: var(--colorsecundario);
}

p {
    font-size: var(--letram);
    padding-bottom: 30px;
}

.text-m2 {
    font-size: var(--letramm);
    line-height: 2;
}

#DescripcionLicenciatura p {
    font-size: var(--letramm);
    line-height: 2;
}


#espaciofrases {
    font-size: var(--letrasg);
    text-align: center;
}


/*************** Formulario  ***************/


.contenedorformulario {
    padding: 50px;
    font-size: var(--letramm);
}

    .contenedorformulario form {
        display: flex;
        flex-direction: column;
    }

    .contenedorformulario > * {
        margin: 5px;
    }


    .contenedorformulario label {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .contenedorformulario input {
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-size: var(--letramm);
    }

    .contenedorformulario select {
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-size: var(--letramm);
    }

.btnoferta {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 5px;
    font-size: var(--letramm);
    background-color: var(--vcolorsecundario);
    color: white;
    cursor: pointer;
}

    .btnoferta a {
        text-decoration: none;
    }

.box-relative {
    position: relative;
}

.btn-pulse {
    border: none;
    overflow: hidden;
}

    .btn-pulse:hover {
        text-decoration: none;
        color: #fff;
    }

    .btn-pulse:before {
        position: absolute;
        content: '';
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255, 0.5);
        animation: shiny-btn1 2.5s cubic-bezier(0.45, 0.1, 0.9, 0) infinite;
        filter: blur(10px);
    }

    .btn-pulse:disabled:before {
        animation: none;
    }

    .btn-pulse:active {
        color: #fff !important;
    }

.btn-pulsefocus {
    color: #fff !important;
}




@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(60deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(0) rotate(60deg);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(4) rotate(60deg);
        opacity: .8;
    }

    100% {
        -webkit-transform: scale(50) rotate(60deg);
        opacity: 0;
    }
}



.btnoferta a {
    color: white;
}

.btnoferta.disabled, .btnoferta:disabled, button.disabled, button:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25;
}

/****************************************************/
/*************  CSS para Iconos Form  ***************/
/****************************************************/
.container-option {
    color: #2c3e50;
    display: flex;
    flex-wrap: wrap;
    margin: 0rem auto;
    max-width: 900px;
    justify-content: center;
}

.item-selected {
    align-items: center;
    border: 1px solid #2c3e50;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 80px;
    margin: .75rem;
    padding: 10px 0;
    text-align: center;
    transition: all 0.2s ease;
    min-width: 130px;
    max-width: 150px;
    justify-content: space-between;
    /*mouse pointer*/
    cursor: pointer;
}

    .item-selected input[type="radio"] {
        opacity: 0;
        position: absolute;
    }

    .item-selected p {
        margin: 0;
        padding: 0px 10px;
        font-size: var(--letraxxs);
    }

    .item-selected .icon {
        padding: 10px;
        font-size: 48px;
    }

    /*.item-selected:hover {
        box-shadow: var(--vcolorsecundario) 1px 2px 10px;
        border: 2px solid var(--vcolorsecundario);
    
        cursor: pointer;
    }
*/
    .item-selected.active {
        color: var(--vcolorsecundario);
        border: 2px solid var(--vcolorsecundario);
    }

/****************************************************/
/*************  CSS para Form inputs  ***************/
/****************************************************/

/*************** Plan de Estudios Desktop  ***************/

.planestudios {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /** grid-auto-rows: minmax(0, 1fr); **/
    grid-gap: 30px;
    padding-bottom: 25px;
}

    .planestudios h4 {
        font-size: 1.5rem;
        font-weight: 500;
    }


.periodo {
    padding: 30px;
    border-radius: 20px;
}

    .periodo a {
        color: black;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
    }

        .periodo a:hover {
            color: var(--vcolorsecundario);
        }


    .periodo ul {
        padding-top: 10px;
        padding-left: 7px;
        list-style: circle;
        font-family: 'Poppins', sans-serif;
        font-size: 0.8em;
    }

    .periodo li {
        margin-bottom: 1px;
    }
/************Equipo Computo*****************/
.contenedorEC {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Dos columnas iguales */
    grid-gap: 30px; /* Espacio entre columnas */
}

.table-eqcomp {
    width: 100%; /* Asegura que las tablas ocupen el 100% del ancho de su celda */
    box-sizing: border-box; /* Incluye padding y border en el ancho total */
}



/* Si hay solo un elemento, ocupa dos columnas */
.contenedorEC > :only-child {
    grid-column: span 2; /* Ocupa las dos columnas */
}

/* Para pantallas más pequeñas, una columna */
@media (max-width: 768px) {
    .contenedorEC {
        grid-template-columns: 1fr; /* Una sola columna en pantallas pequeñas */
    }
}
/************Equipo Computo****************/

/***************  Footer  ***************/

.contenedorfooter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #252525;
    justify-items: center;
}

    .contenedorfooter li {
        padding-bottom: 7px;
        font-size: 0.9rem;
        list-style: none;
    }

#textopiedepagina {
    font-size: var(--letraxxxs);
}

    #textopiedepagina a {
        color: var(--color-orange);
        text-decoration: none;
    }



.contenedorfooter h4 {
    font-size: 1.2rem;
    padding-bottom: 20px;
}



/************* Artículo  ********************/


.contenidoarticulo {
    line-height: 2;
    font-size: 1rem;
}


    .contenidoarticulo h2 {
        font-size: var(--letrasg);
        padding-bottom: 20px;
        color: var(--vcolorsecundario)
    }


    .contenidoarticulo h3 {
        font-size: var(--letram);
        padding-bottom: 20px;
        color: var(--vcolorsecundario)
    }


    .contenidoarticulo li {
        line-height: 2;
        font-size: 1rem;
        margin-left: 25px;
    }


    .contenidoarticulo p {
        line-height: 2;
        font-size: 1rem;
    }



/************* Estilos página interna plan de estudios  ********************/

table {
    /** border-collapse: separate;**/
    border-spacing: 5px;
    font-size: 0.9rem;
    border-collapse: collapse;
    vertical-align: top;
}

td,
th {
    padding: 4px;
}

th {
    text-align: left;
}


.alineacion-centro {
    text-align: center;
}

.two-column-list {
    column-count: 2;
    column-width: auto;
}



.three-column-list {
    column-count: 3;
    column-width: auto;
}

.contenedormenuplanestudios {
    background-color: var(--v3degradado);
    padding: 40px;
    border-radius: 30px;
}


    .contenedormenuplanestudios a {
        color: black;
    }

.ancladiv {
    padding-top: 90px;
}

.muestragraficaplanmovil {
    display: none;
}


.muestragraficaplandesktop {
    display: block;
}



/************* Estilos página interna Equipo de cómputo  ********************/

.table-eqcomp {
    border-spacing: 5px;
    font-size: 0.9rem;
    border-collapse: collapse;
    vertical-align: top;
    width: 100%;
    border: #ddd 1px solid;
    padding: 30px;
    background-color: #EEE;
    margin-bottom: 30px;
}

.table {
    border-collapse: collapse;
}

    .table th {
        color: var(--vcolorsecundario);
    }

    .table tr {
        border: #dadada 2px solid;
        padding: 10px;
    }




.tr-encabezado-eqcomp {
    background: var(--vcolorsecundario);
    color: white;
    font-weight: bold;
    padding: 10px;
}

.th-eqcomp-1 {
    font-size: 18px;
}

.th-eqcomp-2 {
    font-size: 16px;
}

.celdas-eqcomp {
    border: #ddd 1px solid;
}

/************* Estilos breadcrumbs  ********************/

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .breadcrumbs li {
        display: inline;
        margin-left: 0.5rem;
    }

        .breadcrumbs li a.active {
            color: var(--vcolorsecundario);
            font-weight: 500;
        }

        .breadcrumbs li:not(:last-child):after {
            content: "/";
            font-weight: 500;
            color: #999;
        }

        .breadcrumbs li a {
            text-decoration: none;
            color: #333;
        }

            .breadcrumbs li a:hover {
                text-decoration: underline;
            }


/********  Estilos para el banner principal ************/


.contenedorbanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
}




.lineabanner {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
}


.elementobanner {
    width: auto;
    height: auto;
    flex-grow: 1;
    margin: 0;
    padding: 0;
}


.elementobannerimagen {
    display: flex;
    width: min(100% - 20px, var(--anchocontenedor));
    margin-inline: auto;
    margin: 0;
    padding: 0;
    /*background: linear-gradient(to right, #ea7e16, #e84b0f)*/
    background: var(--vcolorsecundario)
}

.background-none {
    background: none;
}

.elementobannerimagen img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.b1 img:nth-of-type(1) {
    display: block;
}

.b1 img:nth-of-type(2) {
    display: none;
}




/***** Estilos para ventana modal *******/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-contenido {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    position: relative;
}

.cerrar {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .cerrar:hover,
    .cerrar:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

iframe {
    width: 100%;
    height: 400px;
}



/******** Estilos para escuelas ************/


.escuelascontainer h1 {
    color: var(--vcolorsecundario)
}

.escuelascontainer h2 {
    color: var(--vcolorsecundario)
}


.ListadoLic {
    padding-top: 40px;
    padding-bottom: 40px;
}


    .ListadoLic ul {
        font-size: var(--letramm);
        list-style-type: circle;
    }





        .ListadoLic ul.custom-bullets {
            color: black;
            /* Cambia 'red' por el color que desees para las viñetas */
        }


    .ListadoLic a {
        color: black;
    }

.contenedornoticias {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

    .contenedornoticias a {
        color: black;
    }


.contnoticia h3 {
    font-weight: 400;
    font-size: var(--letraxm);
    padding: 5px;
}

/******** Estilos para plan de estudios *****/

.semestre {
    padding: 30px;
    background-color: #EEE;
    margin-bottom: 30px;
}

    .semestre p {
        color: #555;
        padding-top: 1rem;
        line-height: 1rem;
        font-size: var(--letraxxs);
    }

.gridplanestudios {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    /* Se crean 6 columnas iguales */
    font-size: var(--letraxs);
    /*padding: 30px;*/
    background-color: #ebebeb;
}

    .gridplanestudios > * {
        border: 1px solid #ddd; /* Puedes ajustar el color según tus preferencias */
    }

.specialdiv {
    grid-column: 2 / 8;
    /* La segunda columna ocupa una sola celda (25%) */
    padding-top: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4px .5rem;
}


.divplan {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: column;
}

.divencabezado {
    font-weight: bold;
    color: var(--vcolorsecundario);
    padding: 10px;
}

.descripcionmateriadiv {
    padding-top: 10px;
    font-size: var(--letraxxs);
    grid-column: 2 / 8;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4px .5rem 1.5rem .5rem;
}

.divinvisiblemovil {
    display: block
}


/*****************Scroll Bar********************/
.scrollBar {
    overflow-x: auto;
    padding: var(--letramm);
}

    .scrollBar::-webkit-scrollbar {
        width: 20px;
    }

    .scrollBar::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
    }

    .scrollBar::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 5px solid transparent;
        background-clip: content-box;
        background-color: #8070d4;
    }


.position-absolute {
    position: absolute;
}
/*****************Scroll Bar****************+**/

.Quick-navigation {
    position: fixed;
    z-index: 1;
    margin: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.Quick-navigation-item {
    color: rgba(0,0,0,0.4);
    text-decoration: none;
    font-size: 1.0rem;
    transition: color 0.3s;
    padding: 0.5em;
    display: block;
}

    .Quick-navigation-item:hover,
    .Quick-navigation-item.current {
        color: var(--vcolorsecundario);
        text-decoration: none;
    }

.text-mute {
    color: #aaa;
}

.titulo-Quick-navigation {
    font-size: .8rem;
    font-weight: 500;
    color: var(--vcolorsecundario);
    position: absolute;
    top: -1rem;
    right: .25rem;
    opacity: .80;
}

/****************************************************/
/***************  versión para móvil  ***************/
/****************************************************/

@media (max-width: 600px) {



    h1 {
        font-size: var(--letrag);
        padding-bottom: 10px;
    }

    .fondointerna {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 10px;
    }


    .gridplanestudios {
        grid-template-columns: repeat(3, 1fr);
        padding: 0px;
        background-color: #EEE;
        margin-bottom: 5px;
    }

    .divinvisiblemovil {
        display: none;
    }


    .divplan {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    /************Cards de formulario****************/

    /****************************************************/
    /*************  CSS para Iconos Form  ***************/
    /****************************************************/
    .container-option {
        max-width: 600px;
    }

    .item-selected {
        min-height: 40px;
        margin: .5rem;
        min-width: 130px;
        max-width: 140px;
    }


        .item-selected p {
            margin: 0;
            padding: 0px 10px;
            font-size: var(--letraxs);
        }

        .item-selected .icon {
            padding: 5px;
            font-size: 30px;
        }


    /****************************************************/
    /*************  CSS para Form inputs  ***************/
    /****************************************************/


    /********* Manejo de imagenes ************/





    .imagendesktopmovil div:nth-child(2) {
        display: block;
    }

    .imagendesktopmovil div:nth-child(1) {
        display: none;
    }



    /***************** Mapa Oferta Académica ******************/


    .two-column-list {
        column-count: 1;
        column-width: auto;
    }


    .ListadoLic ul {
        font-size: var(--letraxm);
    }

    /************ Bullets por escuelas  ************/

    .listadelicenciaturas {
        padding-top: 20px;
        font-size: var(--letram);
        padding-bottom: 20px;
    }



        .listadelicenciaturas li {
            margin-bottom: 5px;
        }

        .listadelicenciaturas ul {
            column-count: 1;
            column-width: auto;
        }



    /*************** Banner Imagen ***************/

    .b1 img:nth-of-type(1) {
        display: none;
    }

    .b1 img:nth-of-type(2) {
        display: block;
        border-radius: 0px;
    }


    .c1 {
        display: none;
    }

    .elementobannerimagen {
        width: 100%;
    }





    /*************** Contenedores y Layout  ***************/


    .containerdoscolumnas {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }


    /*************** Plan de Estudios Móvil  ***************/

    .planestudios {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    .periodo ul {
        padding-top: 5px;
        padding-left: 2px;
        font-size: var(--letraxxs);
    }

    #DivConoceMasPlan {
        grid-column: span 2;
    }


    .muestragraficaplanmovil {
        display: block;
    }

    .muestragraficaplandesktop {
        display: none;
    }




    /***************  Formulario  ***************/


    .contenedorformulario {
        padding: 5px;
        font-size: var(--letram);
    }


        .contenedorformulario input {
            padding: 2px;
            border-radius: 2px;
            font-size: var(--letram);
        }

        .contenedorformulario select {
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 2px;
            font-size: var(--letram);
        }



    /***************  Tabla  ***************/



    table {
        /** border-collapse: separate;**/
        border-spacing: 2px;
        font-size: 0.8rem;
        vertical-align: top;
    }

    .hidden-column {
        display: none;
    }

    .three-column-list {
        column-count: 1;
    }


    .ancladiv {
        padding-top: 20px;
    }


    /***************  Footer  ***************/

    .contenedorfooter {
        grid-template-columns: 1fr 1fr;
    }






    /**** Estilos de las escuelas ****/

    .contenedornoticias {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .contnoticia h3 {
        padding-bottom: 25px;
    }
}

.align-center {
    text-align: center;
}

.row {
    margin: -20px 0;
}

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .row .col {
        padding: 0 20px;
        float: left;
        box-sizing: border-box;
    }

.content-wrapper {
    min-height: 100%;
    position: relative;
}

.get-in-touch {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    transform: translateY(50px);
}

    .get-in-touch .title {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 36px;
        line-height: 48px;
        padding-bottom: 48px;
    }

.contact-form .form-field {
    position: relative;
    margin: 32px 0px 5px 0px;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    line-height: 26px;
    font-weight: 400;
    background: transparent;
}

    .contact-form .input-text:focus {
        outline: none;
    }

        .contact-form .input-text:focus + .label,
        .contact-form .input-text.not-empty + .label {
            transform: translateY(-24px);
        }

.contact-form .label {
    position: absolute;
    left: 10px;
    bottom: 11px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}

.note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    line-height: 21px;
}

    .note .link {
        color: #888;
        text-decoration: none;
    }

        .note .link:hover {
            text-decoration: underline;
        }


/****************************************************/
/************  CSS General para layout **************/
/****************************************************/
.xs-12,
.sm-12,
.md-12,
.lg-12 {
    width: 100%;
}

.xs-6,
.sm-6,
.md-6,
.lg-6 {
    width: 50%;
}

.xs-4,
.sm-4,
.md-4,
.lg-4 {
    width: 33.33333%;
}

.xs-3,
.sm-3,
.md-3,
.lg-3 {
    width: 25%;
}

/* Media queries */

@media(max-width: 400px ) {
    .periodo {
        margin-bottom: 1rem;
    }

    .planestudios {
        display: block;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 575.98px) {
    .d-none-sm {
        display: none;
    }

    .container-option {
        max-width: 400px;
        flex-wrap: nowrap;
        justify-content: initial;
        position: relative;
    }

    .item-selected {
        min-height: 80px;
        margin: .5rem;
        min-width: 90px;
        max-width: 90px;
    }


        .item-selected p {
            margin: 0;
            padding: 0px 5px;
            font-size: var(--letraxxs);
        }




    .xs-12,
    .xs-6,
    .xs-4,
    .xs-3 {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .sm-12,
    .sm-6,
    .sm-4,
    .sm-3 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .md-12,
    .md-6,
    .md-4,
    .md-3 {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .lg-12,
    .lg-6,
    .lg-4,
    .lg-3 {
        width: 100%;
    }
}

/* Margen */
.m-0 {
    margin: 0;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 1rem;
}

.m-4 {
    margin: 1.5rem;
}

.m-5 {
    margin: 3rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 1rem;
}

.ml-4 {
    margin-left: 1.5rem;
}

.ml-5 {
    margin-left: 3rem;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.mr-5 {
    margin-right: 3rem;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-5 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* Relleno */
.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 1rem;
}

.pl-4 {
    padding-left: 1.5rem;
}

.pl-5 {
    padding-left: 3rem;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 1rem;
}

.pr-4 {
    padding-right: 1.5rem;
}

.pr-5 {
    padding-right: 3rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}



/***** Inicio de clases para tipos de cursores *****/
/* Estilos generales */
.default-cursor {
    cursor: default;
}

.pointer-cursor {
    cursor: pointer;
}

.move-cursor {
    cursor: move;
}

.text-cursor {
    cursor: text;
}

.wait-cursor {
    cursor: wait;
}

.help-cursor {
    cursor: help;
}

.crosshair-cursor {
    cursor: crosshair;
}

.not-allowed-cursor {
    cursor: not-allowed;
}

.progress-cursor {
    cursor: progress;
}

/* Estilos para cambiar el tamaño */
.e-resize-cursor {
    cursor: e-resize;
}

.n-resize-cursor {
    cursor: n-resize;
}

.ne-resize-cursor {
    cursor: ne-resize;
}

.nw-resize-cursor {
    cursor: nw-resize;
}

.s-resize-cursor {
    cursor: s-resize;
}

.se-resize-cursor {
    cursor: se-resize;
}

.sw-resize-cursor {
    cursor: sw-resize;
}

.w-resize-cursor {
    cursor: w-resize;
}

/* Otros estilos */
.alias-cursor {
    cursor: alias;
}

.copy-cursor {
    cursor: copy;
}

.grab-cursor {
    cursor: grab;
}

.grabbing-cursor {
    cursor: grabbing;
}

.no-drop-cursor {
    cursor: no-drop;
}

.vertical-text-cursor {
    cursor: vertical-text;
}

.all-scroll-cursor {
    cursor: all-scroll;
}

.col-resize-cursor {
    cursor: col-resize;
}

.row-resize-cursor {
    cursor: row-resize;
}


/***** Fin de clase para tipos de cursores *****/

.d-flex {
    display: flex;
}

.justify-content {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}



.d-none {
    display: none;
}

.color-orange {
    color: var(--color-orange);
}

.d-flex-column {
    display: flex;
    flex-direction: column; /* Alinea los elementos hijos en columna */
}

.elemento {
    flex: 1; /* Cada div interno ocupará una parte igual del alto del contenedor */
}


/*Boton de whatsapp*/
a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

a {
    color: #ED7800;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #ff8400;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
        /*a:focus tiene una clase con btn-pulse que el color se white
    */
        a:focus.btn-pulse {
            color: #fff;
        }

}

.border-radius-md {
    border-radius: 1rem;
}

.border-radius-lg {
    border-radius: 1.5rem;
}

.border-radius-xl {
    border-radius: 2rem;
}

img {
    vertical-align: middle;
}

p {
    margin: 0 0 10px;
}

.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 150px;
    bottom: 100px;
    z-index: 1100;
    height: auto;
    width: 100%;
    max-width: 80px;
}

.sticky-wp {
    background-color: #57bb63;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    padding: 0px 10px;
    margin-right: -105px;
    color: #fff;
    min-height: 40px;
    padding-left: 20px;
    text-align: right;
}

    .sticky-wp img {
        display: inline-block;
        width: 30%;
    }

    .sticky-wp p {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        padding-bottom: 0px;
    }

@media (max-width: 575.98px) {
    .sticky-container {
        right: 120px;
        bottom: 80px;
        height: auto;
        width: 100%;
        max-width: 80px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sticky-container {
        right: 110px;
        bottom: 80px;
        height: auto;
        width: 100%;
        max-width: 80px;
    }
}

a:hover, a:active {
    color: #F47B20;
}
/*Boton de whatsapp*/

/*CSS General adicional*/
.frasesNaranjaDescripciones {
    color: #F19004;
    font-size: 25px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

#campoLaboral ol {
    margin: 15px;
}

    #campoLaboral ol li {
        font-size: 17px;
        margin: 0 0 8px 0;
    }

.flex-wrap {
    flex-wrap: wrap;
}

.lista-30 {
    box-sizing: border-box;
    min-width: 30%;
}

.opacity-50 {
    opacity: .5;
}

.fs-1rem {
    font-size: 1rem;
}

.fs-1-2rem {
    font-size: 1.2rem;
}

.fs-1-3rem {
    font-size: 1.3rem;
}

.fs-1-5rem {
    font-size: 1.5rem;
}

.fs-2rem {
    font-size: 2rem;
}

.fs-2-5rem {
    font-size: 2.5rem;
}



/*CSS General adicionaL*/



/************** Estilos para los videos **************/



/* --- Secciones --- */
.video-section {
    margin: 40px auto;
    text-align: center;
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
    letter-spacing: 1px;
    position: relative;
}

    .section-title::after {
        content: "";
        display: block;
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #007bff, #00c6ff);
        margin: 10px auto;
        border-radius: 2px;
    }

/* --- Galería de videos --- */

.video-section {
    padding: 3rem 1rem;
    text-align: center;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #5a2ca0;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 2rem auto;
}

.video-card {
    background: var(--v1degradado);
    border-radius: 12px;
    padding: 1.5rem;
    display: inline-block;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    width: 100%
}

.video-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.video-icon {
    background: var(--vcolorsecundario);
    color: #fff;
    padding: 0.5rem;
    border-radius: 8px;
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.video-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
}

.video-frame {
    background: #000;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1.2s ease-in-out; /* transición suave para ancho/alto */
}

    /* Horizontal formato 16:9 */
    .video-frame.horizontal {
        width: 400px;
       
    }
        /* Cuando se expanda horizontal */
        .video-frame.horizontal.w-full {
            width: 100%;
            height: 600px;
        }




.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Vertical formato tipo story */
.video-frame.vertical {
    width: 400px;
    height: 400px;
    transition: all 1.5s ease-in-out; /* transición suave de ancho y alto */
    overflow: hidden;
}

    /* Cuando se expanda vertical */
    .video-frame.vertical.w-full {
        width: 450px;
        height: 680px;
    }



/* Opcional: asegurar que el iframe ocupe todo el contenedor */
.video-frame iframe {
    width: 100%;
    height: 100%;
}

/* Botón play centrado */
/*.video-frame::before {
        content: "▶";
        padding-left: 5px;
        font-size: 1.75rem;
        color: #fff;
        background: var(--vcolorprincipal);
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
    }*/



/* --- Modal --- */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

    .modal.show {
        display: flex;
        opacity: 1;
    }

.modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    aspect-ratio: 16/9;
    animation: zoomIn 0.4s ease;
}

    .modal-content iframe {
        width: 100%;
        border: none;
        border-radius: 12px;
    }

.modal .close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .modal .close:hover {
        transform: scale(1.2);
    }

/* Animación modal */
@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


/************** Estilos para los videos **************/


/**************** Pan De Estudios Optativas *******************/

.planestudiosOptativas {
    display: none; /* oculto por defecto */
}

    .planestudiosOptativas.active {
        display: block; /* visible cuando se activa */
    }

/**************** Pan De Estudios Optativas *******************/