﻿body, body p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
}

    body ol ul {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        color: #000;
        font-weight: 400;
        line-height: 170%;
    }

.font-titles {
    font-family: 'Nunito Sans', sans-serif;
}

.font-nunito {
    font-family: 'Nunito', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}


.list-style-12 li,
ol li {
    line-height: 170%;
    font-size: 18px;
}

ol li {
    padding-left: 12px;
}
/* tab style 6 */
.tab-style6 .tab-content {
    border-top: 1px solid #e5e5e5;
}

.tab-style6 .nav-tabs {
    border: 0;
}
    /*.tab-style2 .nav-tabs li{border:1px solid #e5e5e5; border-bottom: none; border-radius: 0; margin-bottom: 0; display:inline-block; float:none; margin-right: 5px}*/
    .tab-style6 .nav-tabs li {
        border-bottom: none;
        border-radius: 0;
        margin-bottom: 0;
        display: inline-block;
        float: none;
        margin-right: 5px;
        /*border-bottom: 5px solid #ff4e00;*/
    }
        /*.tab-style2 .nav-tabs li a {background-color:#f7f7f7; border:none; color:#575757; line-height: 44px; margin:0 !important; padding: 0 25px; border-radius: 0;}*/
        .tab-style6 .nav-tabs li a {
            background-color: #fd721f;
            border: none;
            color: #fff;
            line-height: 44px;
            margin: 0 !important;
            padding: 0 25px;
            border-radius: 0;
            min-width: 50px;
        }

.tab-style6 .nav-tabs-light li:first-child {
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
}

.tab-style6 .nav-tabs > li > a.active {
    /*border-color: #cc811b;*/
    border: 1px solid #cc811b;
    border-radius: 0;
    background: #fff;
    top: 1px;
    position: relative;
    color: #000000;
}

div.cintilloAmarillo {
    background-color: #fcae16
}

div.cintilloNaranja {
    background-color: #fd721f;
}

.table .thead-gold th {
    color: #000;
    background-color: #f3e6c3;
    border-color: #fff;
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
}

input[type="text"] {
    color: #000;
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    div.cintilloAmarillo {
        width: 100%;
    }

    .padding-left-cintillo {
        padding-left: 10px;
    }

    div.cintilloNaranja {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    div.cintilloAmarillo {
        width: 100%;
    }

    .padding-left-cintillo {
        padding-left: 10px;
    }

    div.cintilloNaranja {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    div.cintilloAmarillo {
        width: 70%;
    }

    .padding-left-cintillo {
        padding-left: 320px;
    }

    div.cintilloNaranja {
        padding-left: 300px;
        padding-right: 300px;
    }

    .padding-security-50px {
        padding-left: 50px;
        padding-right: 50px;
    }

    .padding-security-100px {
        padding-left: 100px;
        padding-right: 100px;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    div.cintilloAmarillo {
        width: 70%;
    }

    .padding-left-cintillo {
        padding-left: 320px;
    }

    div.cintilloNaranja {
        padding-left: 400px;
        padding-right: 400px;
    }
}

.bg-orange-relative {
    background-color: #fd721f;
    position: relative;
    z-index: 1;
}

.bg-orange {
    background-color: #fd721f;
    color: #fff;
}

.bg-green-azteca {
    background-color: #00502f;
}

.bg-green {
    background-color: #408034;
}

    .bg-green * {
        color: #fff;
    }

.bg-green-2 {
    background-color: #39752e;
}

    .bg-green-2 * {
        color: #fff;
    }

.bg-green-opacity-25 {
    background-color: #01370033;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.z-6 {
    z-index: 6;
}

.text-orange {
    color: rgb(245, 123, 33);
}

a .text-orange:hover {
    color: rgb(245, 123, 33);
}

.box-shadow-md {
    box-shadow: 3px 2px 14px 1px rgba(82,82,82,0.61);
    -webkit-box-shadow: 3px 2px 14px 1px rgba(82,82,82,0.61);
    -moz-box-shadow: 3px 2px 14px 1px rgba(82,82,82,0.61);
}

.bottom-0 {
    bottom: 0;
}

.top-0 {
    top: 0;
}


@media (min-width: 768px) {



    .font-md-size-1rem {
        font-size: 1rem;
    }

    .px-md-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}


@media (max-width: 767px) {

    .text-carrusel-actividades {
        position: fixed;
        padding-top: 25px !important;
        left: 0px;
        margin: 0px 50px;
    }
    #actividades {
        padding-bottom: 350px;
    }
}


.fix-menu {
    padding: 15px 8px;
    border-radius: 40px 0px 0px 40px;
}

    .fix-menu a {
        color: #fff;
        font-size: 0.7rem;
        font-weight: 600;
        text-transform: uppercase;
        margin: 5px 0;
        text-decoration: none !important;
    }

        .fix-menu a:hover {
            color: #fd721f;
        }

.bg-blur {
    background: rgba(66,66,66,0.4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.insetshadow {
    color: #202020;
    background-color: #2d2d2d;
    letter-spacing: 0.1em;
    text-shadow: -1px -1px 1px #111, 2px 2px 1px #363636;
}

.deepshadow {
    color: #e0dfdc;
    letter-spacing: 0.1em;
}

h1.insetshadow {
    color: #202020;
    background-color: #2d2d2d;
    letter-spacing: 0.1em;
    text-shadow: -1px -1px 1px #111, 2px 2px 1px #363636;
}

/*media querya para vistas mayores a 1450*/
@media (min-width: 1450px) {
}

.title {
    margin: 0 0 18px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 800;
    text-shadow: 4px 3px 5px black;
}

.text-shadow {
    margin: 0 0 18px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
    text-shadow: 2px 1px 3px black
}

/*estilos defs swiper*/



.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("/expoudlap/assets/images/botones/arrow-right.svg");
}

.swiper-button-next, .swiper-button-prev {
    background-size: 80px 80px;
    width: 200px;
    height: 80px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("/expoudlap/assets/images/botones/arrow-left.svg");
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e0e0e0;
    box-shadow: 1px 4px 9px 0px rgb(6 6 6 / 55%);
}

.swiper-button-next.style-2, .swiper-container-rtl .swiper-button-prev.style-2 {
    background-image: url("/expoudlap/assets/images/botones/arrow-right-2.svg");
}

.swiper-button-prev.style-2, .swiper-container-rtl .swiper-button-next.style-2 {
    background-image: url("/expoudlap/assets/images/botones/arrow-left-2.svg");
}


.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%
}

    .swiper-slide.w600px {
        width: 600px;
    }


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
    }

/*generico*/
body {
}

.bg-deep-verdeAztecas {
    background-color: #133f2f;
}

.bg-deep-verde2 {
    background-color: #00502f;
}

.bg-deep-orange {
    background-color: #f47b20;
}

.bg-deep-green {
    background-color: #408034;
}

body {
}

.txt-edah {
    color: #4927ad;
}

.txt-edcs {
    color: #c94e59;
}

.txt-edec {
    color: #aabf08;
}

.txt-edei {
    color: #477e8c;
}

.txt-edne {
    color: #00ce57;
}

.tab-style2 .nav-tabs li.bg-edah {
    border-bottom: 5px solid #4927ad;
}

.tab-style2 .nav-tabs li.bg-edcs {
    border-bottom: 5px solid #c94e59;
}

.tab-style2 .nav-tabs li.bg-edec {
    border-bottom: 5px solid #aabf08;
}

.tab-style2 .nav-tabs li.bg-edei {
    border-bottom: 5px solid #477e8c;
}

.tab-style2 .nav-tabs li.bg-edne {
    border-bottom: 5px solid #00ce57;
}

.padding-conoce {
    padding: 20px 20px;
}


ul.circuloVerde {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

    ul.circuloVerde li {
        padding: 15px 0;
        margin: 0;
        background: url(/eligeudlap/assets/images/misc/BotonLicenciatura.png) no-repeat left center;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        ul.circuloVerde li span {
            padding-left: 25px;
            display: table
        }

            ul.circuloVerde li span a {
                color: #000;
            }

                ul.circuloVerde li span a:hover {
                    color: #e34b00;
                }

/*listas por escuela*/
/*EDAH*/
ul.EDAH {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

    ul.EDAH li {
        padding: 15px 0;
        margin: 0;
        background: url(/eligeudlap/assets/images/misc/lista-EDAH.png) no-repeat left center;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        ul.EDAH li span {
            padding-left: 25px;
            display: table
        }

            ul.EDAH li span a {
                color: #000;
            }

                ul.EDAH li span a:hover {
                    color: #e34b00;
                }
/*fin EDAH*/


/*EDCS*/
ul.EDCS {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

    ul.EDCS li {
        padding: 15px 0;
        margin: 0;
        background: url(/eligeudlap/assets/images/misc/lista-EDCS.png) no-repeat left center;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        ul.EDCS li span {
            padding-left: 25px;
            display: table
        }

            ul.EDCS li span a {
                color: #000;
            }

                ul.EDCS li span a:hover {
                    color: #e34b00;
                }
/*fin EDCS*/

/*EDEC*/
ul.EDEC {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

    ul.EDEC li {
        padding: 15px 0;
        margin: 0;
        background: url(/eligeudlap/assets/images/misc/lista-EDEC.png) no-repeat left center;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        ul.EDEC li span {
            padding-left: 25px;
            display: table
        }

            ul.EDEC li span a {
                color: #000;
            }

                ul.EDEC li span a:hover {
                    color: #e34b00;
                }
/*fin EDEC*/

/*EDEI*/
ul.EDEI {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

    ul.EDEI li {
        padding: 15px 0;
        margin: 0;
        background: url(/eligeudlap/assets/images/misc/lista-EDEI.png) no-repeat left center;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        ul.EDEI li span {
            padding-left: 25px;
            display: table
        }

            ul.EDEI li span a {
                color: #000;
            }

                ul.EDEI li span a:hover {
                    color: #e34b00;
                }
/*fin EDEI*/

/*EDNE*/
ul.EDNE {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

    ul.EDNE li {
        padding: 15px 0;
        margin: 0;
        background: url(/eligeudlap/assets/images/misc/lista-EDNE.png) no-repeat left center;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        ul.EDNE li span {
            padding-left: 25px;
            display: table
        }

            ul.EDNE li span a {
                color: #000;
            }

                ul.EDNE li span a:hover {
                    color: #e34b00;
                }
/*fin EDNE*/

/*fin listas por escuela*/


/*ul.circuloVerde li:last-child {
    border-bottom: none
}*/
.list-lic div:last-child li {
    border-bottom: none;
}

#box {
    position: relative;
    margin: 0px 200px;
}

    #box img {
        display: block;
    }

    #box .static {
        width: 100%;
        height: auto;
    }

    #box .img_btn1 {
        position: absolute;
        top: 32.8%;
        left: 61.5%;
        width: -webkit-fill-available;
        width: -moz-available;
        width: 39%;
        height: auto;
    }

    #box .img_btn2 {
        position: absolute;
        top: 71%;
        left: 39%;
        right: 20%;
        width: -webkit-fill-available;
        width: -moz-available;
        width: 39%;
        height: auto;
    }

    #box .img_btn3 {
        position: absolute;
        left: 13%;
        top: 93%;
        right: 52.5%;
        width: -webkit-fill-available;
        width: -moz-available;
        width: 39%;
        height: auto;
    }

    #box .text {
        position: absolute;
        top: 5px;
        left: 5px;
        color: #fff;
        font-family: sans-serif;
    }

.swiper-button-next-style1 {
    background-image: url(/eligeudlap/assets/images/misc/arrow-next-light-dark.png);
    right: -4px !important;
    border: solid 1px;
    padding: 20px;
    border-color: #939393;
    background-color: #939393;
}

.swiper-button-prev-style1 {
    background-image: url(/eligeudlap/assets/images/misc/arrow-next-light-dark.png);
    left: -4px !important;
    border: solid 1px;
    padding: 20px;
    border-color: #939393;
    background-color: #939393;
}

.swiper-button-next-style2 {
    background-image: url(/eligeudlap/assets/images/misc/arrow-next-light-dark.png);
    right: 2% !important;
    top: -10% !important;
    border: solid 1px;
    padding: 20px;
    border-color: #939393;
    background-color: #939393;
}

.swiper-button-prev-style2 {
    background-image: url(/eligeudlap/assets/images/misc/arrow-next-light-dark.png);
    left: 92% !important;
    top: -10% !important;
    border: solid 1px;
    padding: 20px;
    border-color: #939393;
    background-color: #939393;
}

.swiper-button-next-style3 {
    right: 2% !important;
    top: -10% !important;
    background: none !important;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    font-size: 30px;
    border: none;
}

.swiper-button-prev-style3 {
    left: 92% !important;
    top: -10% !important;
    background: none !important;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    font-size: 30px;
    border: none;
}

    .swiper-button-prev-style3 i {
        color: #939393;
    }

.swiper-button-next-style3 i {
    color: #939393;
}

.card-shadow-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.boxEvento {
    /* padding: 15px; */
    box-shadow: 0px 4px 10px 0px rgb(94 112 127 / 24%);
    /*margin: 15px;*/
    margin: 10px 0px;
    min-height: 400px;
    background: #fff;
    height: 100%;
}

    .boxEvento img {
        /* border-bottom: solid 1px #ff8100; */
        border-bottom: solid 1px rgba(255, 129, 0, 0.28);
    }

    .boxEvento span {
        font-size: 1.1em;
    }

.fechaEvento {
    position: absolute;
    background-color: #FAAF40;
    /* top: 0; */
    /* left: 0; */
    right: 50px;
    /* margin: 0 auto; */
    width: 50px;
    /* top: 43%; */
    padding: 5px;
    color: #fff;
    font-weight: 700;
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    text-transform: uppercase;
}

.fechaEventoMovil {
    background-color: #f47a20;
    font-size: 1.8em;
    color: #fff;
}

.contenedor-notas {
    min-height: 215px;
}

.detalleEvento {
    background: #fff;
    margin-top: 0px;
    padding: 10px;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

.tituloEvento {
    line-height: 25px;
}

.tituloEvento {
    font-size: 1.2em;
    text-align: left;
    /* margin-left: 5px; */
    color: #de6b15;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 5px;
}

.descripcionEvento {
    text-align: left;
    padding: 0px 5px;
    /* font-weight: 600; */
    font-size: 1.1em;
    color: #000;
    text-decoration: none;
}

.section_searchbar {
    padding-top: 0px;
}

.section_lic {
    padding-bottom: 150px;
}

#ctl00_contenido_txtCadBuscar {
    display: inline-flex;
    max-width: 50%;
    margin-right: 15px;
}

.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 150px;
    bottom: 160px;
    z-index: 1100;
    height: auto;
    width: 100%;
    max-width: 80px;
}

.sticky-container2 {
    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 12px;
    margin-right: -105px;
    color: #fff;
    min-height: 40px;
    padding-left: 20px;
    text-align: right;
}

    .sticky-wp img {
        display: inline-block;
    }

    .sticky-wp p {
        display: inline-block;
        color: #fff;
        margin: 0px;
    }

.sticky-containerBT {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -30px;
    bottom: 0;
    z-index: 1100;
}

.transform-nouppercase {
    text-transform: none;
}

a.text-link-white1 {
    color: #ffffff;
}

    a.text-link-white1:hover {
        color: #e4dada;
        text-decoration: underline;
    }

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .tab-content {
        padding-top: 1200px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .altura-back-conoce {
        height: 150px;
    }

    .swiper-button-prev-style3 {
        left: 80% !important;
        top: 0% !important;
    }

    .swiper-button-next-style3 {
        top: 0% !important;
    }

    .swiper-button-next-style1 {
        right: 5px !important;
    }

    .swiper-button-prev-style1 {
        left: 5px !important;
    }

    .detalleEvento {
        margin-top: 22px;
    }

    #box {
        margin: 0px 20px;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .section_lic {
        padding-bottom: 0px;
    }

    #ctl00_contenido_txtCadBuscar {
        display: inline-flex;
        max-width: 100%;
        margin-right: 0px;
    }

    .sticky-container {
        right: 110px;
        bottom: 20px;
        height: auto;
        width: 100%;
        max-width: 60px;
    }

    .sticky-container2 {
        right: 110px;
        bottom: 80px;
        height: auto;
        width: 100%;
        max-width: 60px;
    }

    #box .img_btn1,
    #box .img_btn2,
    #box .img_btn3 {
        width: 39%;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .tab-content {
        padding-top: 500px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .altura-back-conoce {
        height: 180px;
    }

    .swiper-button-prev-style3 {
        left: 80% !important;
        top: 0% !important;
    }

    .swiper-button-next-style3 {
        top: 0% !important;
    }

    .swiper-button-next-style1 {
        right: 5px !important;
    }

    .swiper-button-prev-style1 {
        left: 5px !important;
    }

    .detalleEvento {
        margin-top: 22px;
    }

    #box {
        margin: 0px 25px;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .section_lic {
        padding-bottom: 0px;
    }

    #ctl00_contenido_txtCadBuscar {
        display: inline-flex;
        max-width: 100%;
        margin-right: 0px;
    }

    .sticky-container {
        right: 110px;
        bottom: 20px;
        height: auto;
        width: 100%;
        max-width: 60px;
    }

    .sticky-container2 {
        right: 110px;
        bottom: 80px;
        height: auto;
        width: 100%;
        max-width: 60px;
    }

    #box .img_btn1,
    #box .img_btn2,
    #box .img_btn3 {
        width: 39%;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .tab-content {
        padding-top: 55px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .altura-back-conoce {
        height: 162px;
    }

    .swiper-button-prev-style3 {
        left: 88% !important;
    }

    .detalleEvento {
        margin-top: 25px;
    }

    #box {
        margin: 0px 50px;
    }

        #box .img_btn1,
        #box .img_btn2,
        #box .img_btn3 {
            width: 39%;
        }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .tab-content {
        padding-top: 55px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .altura-back-conoce {
        height: 113px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .tab-content {
        padding-top: 55px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .altura-back-conoce {
        height: 113px;
    }
}

.modal-dialog-w-100 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


@media (min-width: 992px) {


    .nav-activities {
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
    }

    .buttons-activities {
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        z-index: 5;
    }

    .flex-button {
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
}

@media (max-width: 991px) {
    .spacer-150-sm {
        height: 150px;
    }

    .spacer-100-sm {
        height: 50px;
    }

    .spacer-50-sm {
        height: 50px;
    }

    .swiper-button-next, .swiper-button-prev {
        background-size: 60px 60px;
        width: 70px;
        height: 70px;
        box-shadow: black;
    }





    .nav-activities {
        position: relative;
        width: 100%;
        z-index: 5;
    }

    .buttons-activities {
        top: 100%;
        left: 0;
        right: 0;
        transform: translateY(-100%);
        z-index: 5;
    }

    .fix-menu {
        padding: 5px 15px;
        border-radius: 40px 40px 0px 00px;
    }
}
.center-item {
    left: 50%;
    top: 8px;
    position: absolute;
    z-index: 1;
    max-width: 20%;
}
@media (max-width: 1390px){
    .center-item {
        left: 25px;
        top: 8px;
        position: absolute;
        z-index: 1;
        max-width: 40%;
    }
}

.margin-top-300px {
    margin-top: 300px;
}

.margin-top-200px {
    margin-top: 200px;
}

.margin-top-100px {
    margin-top: 100px;
}

.margin-top-50px {
    margin-top: 50px;
}

.padding-bottom-100px {
    padding-bottom: 100px;
}

.btn-primary {
    background-color: #e76213;
    border-color: #fd721f;
}

    .btn-primary:hover {
        background-color: #fd721f;
        border-color: #fd721f;
    }

.fs-1rem {
    font-size: 1rem;
}

.fs-2rem {
    font-size: 2rem;
}

.fs-3rem {
    font-size: 3rem;
}

.fs-4rem {
    font-size: 4rem;
}

.fs-5rem {
    font-size: 5rem;
}

.fs-6rem {
    font-size: 6rem;
}

.fs-7rem {
    font-size: 7rem;
}

.fs-8rem {
    font-size: 8rem;
}

.fs-9rem {
    font-size: 9rem;
}

.fs-10rem {
    font-size: 10rem;
}


.bg-edah {
    background-color: #4927ad;
}

.bg-edah-opacity-25 {
    background-color: #4927ad33;
}

.bg-edcs {
    background-color: #c94e59;
}

.bg-edcs-opacity-25 {
    background-color: #c94e5933;
}

.bg-edec {
    background-color: #aabf08;
}

.bg-edec-opacity-25 {
    background-color: #aabf0833;
}

.bg-edne {
    background-color: #00ce57;
}

.bg-edne-opacity-25 {
    background-color: #00ce5733;
}

.bg-edei {
    background-color: #477e8c;
}

.bg-edei-opacity-25 {
    background-color: #477e8c33;
}

.bg-ednec {
    background-color: #f47b20;
}

.bg-ednec-opacity-25 {
    background-color: #f47b2033;
}

.btn.btn-EDAH {
    background: #4927ad;
    border-color: #4927ad;
    color: #fff;
}

    .btn.btn-EDAH:hover, .btn.btn-EDAH:focus {
        background: transparent;
        color: #4927ad;
    }

.btn.btn-EDCS {
    background: #c94e59;
    border-color: #c94e59;
    color: #fff;
}

    .btn.btn-EDCS:hover, .btn.btn-EDCS:focus {
        background: transparent;
        color: #c94e59;
    }

.btn.btn-EDEC {
    background: #aabf08;
    border-color: #aabf08;
    color: #fff;
}

    .btn.btn-EDEC:hover, .btn.btn-EDEC:focus {
        background: transparent;
        color: #aabf08;
    }

.btn.btn-EDEI {
    background: #477e8c;
    border-color: #477e8c;
    color: #fff;
}

    .btn.btn-EDEI:hover, .btn.btn-EDEI:focus {
        background: transparent;
        color: #477e8c;
    }

.btn.btn-EDNE {
    background: #00ce57;
    border-color: #00ce57;
    color: #fff;
}

    .btn.btn-EDNE:hover, .btn.btn-EDNE:focus {
        background: transparent;
        color: #00ce57;
    }

.btn.btn-orange {
    background: #F47B20;
    border-color: #F47B20;
    color: #fff;
}

    .btn.btn-orange:hover, .btn.btn-orange:focus {
        background: transparent;
        color: #F47B20;
    }

.bg-border-black {
    border: 2px solid #000;
    color: #000;
}

    .bg-border-black:hover {
        color: #fff;
        background: #000;
    }


.padding-y-20px {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-y-50px {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-y-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-y-150px {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padding-y-200px {
    padding-top: 200px;
    padding-bottom: 200px;
}

.padding-b-20px {
    padding-bottom: 20px;
}

.padding-b-50px {
    padding-bottom: 50px;
}

.padding-b-100px {
    padding-bottom: 100px;
}

.padding-b-150px {
    padding-bottom: 150px;
}

.padding-b-200px {
    padding-bottom: 200px;
}

.padding-t-20px {
    padding-top: 20px;
}

.padding-t-50px {
    padding-top: 50px;
}

.padding-t-100px {
    padding-top: 100px;
}

.padding-t-100px {
    padding-top: 150px;
}

.padding-t-200px {
    padding-top: 200px;
}



.vimeo-responsive {
    position: relative;
    padding-top: 56.25%; /* Relación de aspecto 16:9 (9 / 16 = 0.5625) */
    overflow: hidden;
}

    .vimeo-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.yt-video-container {
    background: white;
    padding: 0px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    /*max-width: 900px;*/
    width: 100%;
    /*align-content:center;*/
}

.yt-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    margin-bottom: 20px;
}

    .yt-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 10px;
    }

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    div.cintilloAmarillo {
        width: 100%;
    }

    .padding-left-cintillo {
        padding-left: 10px;
    }

    div.cintilloNaranja {
        padding-left: 20px;
        padding-right: 20px;
    }

    #actividades {
        padding-bottom: 600px;
    }

    .text-carrusel-actividades {
        overflow-y: scroll;
    }

    .fs-4rem {
        font-size: 3rem;
    }
    .fs-3rem {
        font-size: 2.5rem;
    }
    .fs-2rem {
        font-size: 1.6rem;
    }
    .fs-1rem {
        font-size: .8rem;
    }
}
