﻿body p, p , span{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 180%;
}

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;
}

/*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;
    }
    .card-box {
        min-height: 150px;
        max-height: 150px;
        margin: 8px;
    }
}

/*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;
    }
    .w-50{
        width: 100% !important;
    }
    .w-100{
        width: 100% !important;
    }
    .w-25{
        width: 100% !important;
    }
    .w-75{
        width: 100% !important;
    }

    /*si estan en una table no aplica*/
    table .w-50{
        width: 50% !important;
    }
    table .w-100{
        width: 100% !important;
    }
    table .w-25{
        width: 25% !important;
    }
    table .w-75{
        width: 75% !important;
    }


}

/*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;
    }
}

/*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 {
    background-color: #408034 !important;
}

.bg-green-dark {
    background-color: #133f2f !important;
}

.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: #fd721f !important;
}

a .text-orange:hover {
    color: #fd721f !important;
}



.text-green {
    color: #408034 !important;
}

a .text-green:hover {
    color: #408034 !important;
}

.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) {
}

.blur-menu {
    background: rgba(66,66,66,0.4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
}

    .blur-menu a {
        color: #fff;
        font-size: 0.7rem;
        font-weight: 600;
        text-transform: uppercase;
        margin: 10px 0;
        text-decoration: none !important;
    }

        .blur-menu a:hover {
            color: #fd721f;
        }

.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) {
}

/*estilos defs swiper*/



.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("/assets/images/botones/arrow-right.svg");
}

.swiper-button-next, .swiper-button-prev {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("/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("/assets/images/botones/arrow-right-2.svg");
}

.swiper-button-prev.style-2, .swiper-container-rtl .swiper-button-next.style-2 {
    background-image: url("/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: #a1861f;
}

.txt-edcs {
    color: #e7844d;
}

.txt-edec {
    color: #019995;
}

.txt-edei {
    color: #50b14c;
}

.txt-edne {
    color: #ecb221;
}

.tab-style2 .nav-tabs li.bg-edah {
    border-bottom: 5px solid #a1861f;
}

.tab-style2 .nav-tabs li.bg-edcs {
    border-bottom: 5px solid #e7844d;
}

.tab-style2 .nav-tabs li.bg-edec {
    border-bottom: 5px solid #019995;
}

.tab-style2 .nav-tabs li.bg-edei {
    border-bottom: 5px solid #50b14c;
}

.tab-style2 .nav-tabs li.bg-edne {
    border-bottom: 5px solid #ecb221;
}

.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;
    }
}


.margin-top-300px {
    margin-top: 300px;
}

.padding-bottom-100px {
    padding-bottom: 100px;
}

.btn-primary {
    background-color: #e76213;
    border-color: #fd721f;
}

    .btn-primary:hover {
        background-color: #fd721f;
        border-color: #fd721f;
    }


/*estilos style*/

a, a:active, a:focus {
    color: #6f6f6f;
    text-decoration: none;
}

    a:hover, a:active {
        color: #fd721f;
        text-decoration: none;
    }

    a:focus, a:active, .btn:active:focus, .btn:focus {
        outline: none;
        box-shadow: none;
    }

.btn:focus {
    outline: none;
    box-shadow: none;
}

p {
    margin: 0 0 25px;
}

ul {
    list-style-position: outside;
    margin-bottom: 25px;
}

* {
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

    *:hover {
        transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -ms-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
    }

::selection {
    color: #000;
    background: #dbdbdb;
}

.alt-font {
    font-family: poppins, sans-serif;
    font-weight: 500;
}

h3 {
    margin: 0 0 25px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
}

h3 {
    font-size: 48px;
    line-height: 54px;
}

.bg-white {
    background-color: #fff;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

section {
    padding: 100px 0;
    overflow: hidden;
}

.separator-line-horrizontal-medium-light2 {
    width: 40%;
    height: 1px;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    color: inherit;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: poppins, sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
}

    .btn.btn-medium {
        font-size: 12px;
        padding: 6px 25px 5px;
    }

    .btn i {
        margin-left: 6px;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }

    .btn.btn-white {
        background: #ffffff;
        border-color: #ffffff;
        color: #232323;
    }

        .btn.btn-white:hover, .btn.btn-white:focus {
            background: transparent;
            color: #fff;
        }

    .btn.btn-rounded {
        border-radius: 50px;
    }

        .btn.btn-rounded.btn-medium {
            padding: 6px 32px;
        }

.margin-10px-bottom {
    margin-bottom: 10px;
}

.margin-40px-bottom {
    margin-bottom: 40px;
}

.padding-20px-bottom {
    padding-bottom: 20px;
}

.padding-30px-bottom {
    padding-bottom: 30px;
}

.width-100px {
    width: 100px;
}

.list-style-6 {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-style-6 li {
        position: relative;
        padding: 0 15px 8px 0;
        margin: 0 0 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .list-style-6 li:last-child {
            border-bottom: none;
        }

        .list-style-6 li:before {
            content: "";
        }

.feature-box {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

    .feature-box .content {
        padding: 35px 15px;
    }

        .feature-box:before, .feature-box .content:before, .feature-box:after, .feature-box .content:after {
            display: inline-block;
            position: absolute;
            content: "";
            background-color: #ff214f;
            z-index: 1;
        }

        .feature-box:before, .feature-box .content:before {
            right: 0;
            top: 0;
            transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -ms-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
        }

        .feature-box:after, .feature-box .content:after {
            left: 0;
            bottom: 0;
            transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -ms-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
        }

    .feature-box:hover:before, .feature-box:hover:after {
        transform: scaleY(1);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }

    .feature-box:before {
        transform-origin: right top 0;
        -webkit-transform-origin: right top 0;
        -moz-transform-origin: right top 0;
        -ms-transform-origin: right top 0;
        -o-transform-origin: right top 0;
    }

    .feature-box:after {
        transform-origin: left bottom 0;
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
    }

    .feature-box .content:before {
        transform-origin: right top 0;
        -webkit-transform-origin: right top 0;
        -moz-transform-origin: right top 0;
        -ms-transform-origin: right top 0;
        -o-transform-origin: right top 0;
    }

    .feature-box .content:after {
        transform-origin: top left 0;
        -webkit-transform-origin: top left 0;
        -moz-transform-origin: top left 0;
        -ms-transform-origin: top left 0;
        -o-transform-origin: top left 0;
    }

    .feature-box:before, .feature-box:after {
        height: 100%;
        width: 3px;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }

    .feature-box:hover .content:before, .feature-box:hover .content:after {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }

    .feature-box .content:before, .feature-box .content:after {
        width: 100%;
        height: 3px;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }
/*! CSS Used from: https://localhost:7218/assets/css/expoforanea.css */
body p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 180%;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.bg-orange {
    background-color: #fd721f;
    color: #fff;
}

.text-orange {
    color: #fd721f !important;
}

a .text-orange:hover {
    color: #fd721f !important;
}

.title {
    letter-spacing: 0;
    font-weight: 800;
    text-shadow: 1px 1px 3px black;
}

.visible-sm, .visible-xs {
    display: none !important;
}

@media (max-width: 575.98px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .visible-xs {
        display: block !important;
    }
}

a, a:active, a:focus {
    color: #fd721f;
    text-decoration: none;
}

    a:hover, a:active {
        color: #fd721f;
        text-decoration: none;
    }

    a:focus, a:active {
        outline: none;
        box-shadow: none;
    }

p {
    margin: 0 0 25px;
}



.bg-dark-footer {
    background-color: #141414;
}

.bg-nav {
    background-color: #fff;
}

    .bg-nav .navbar-nav .nav-link {
        color: #000;
    }

        .bg-nav .navbar-nav .nav-link:hover {
            color: #fd721f;
        }

        .bg-nav .navbar-nav .nav-link.active {
            color: #fd721f;
        }

            .bg-nav .navbar-nav .nav-link.active::after {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background-color: #fd721f;
                margin: 0 auto;
                margin-top: 5px;
            }

    .bg-nav .navbar-toggler {
        color: #fd721f;
    }

        .bg-nav .navbar-toggler:hover {
            color: #939393;
        }

        .bg-nav .navbar-toggler:focus {
            color: #fd721f;
        }

bg-nav nav-item.dropdown > a {
    color: #fff;
}


@media (max-width: 991px) {

    .spacer-150-sm {
        height: 150px;
    }

    .nav-activities {
        position: relative;
        width: 100%;
        z-index: 5;
    }

    .buttons-activities {
        top: 100%;
        left: 0;
        right: 0;
        transform: translateY(-100%);
        z-index: 5;
    }

    .bg-nav {
        background-color: #000;
        color: #fff;
    }

        .bg-nav .navbar-nav .nav-link {
            color: #fff;
        }

    #navbarNav > div > ul > li.nav-item.dropdown > ul {
        background-color: #000;
        color: #fff;
    }

        #navbarNav > div > ul > li.nav-item.dropdown > ul > li > a {
            color: #fff;
        }

            #navbarNav > div > ul > li.nav-item.dropdown > ul > li > a:hover {
                color: #939393;
            }

        #navbarNav > div > ul > li.nav-item.dropdown > ul > li > a {
            background-color: #000;
        }

            #navbarNav > div > ul > li.nav-item.dropdown > a
}

/*css acordion*/
/* Cambiar el fondo del botón del acordeón cuando está colapsado */
.accordion-button {
    background-color: #f5d4c622; /* Fondo naranja */
    color: #000; /* Color de texto blanco */
    font-size: 0.7em;
}

    /* Cambiar el fondo del botón del acordeón cuando está expandido */
    .accordion-button:not(.collapsed) {
        background-color: #f5802978; /* Fondo más oscuro cuando está expandido */
        color: #141414; /* Color de texto blanco */
        font-weight: 700;
    }

/* Cambiar el color de los bordes */
.accordion-item {
    border: 1px solid #007bff; /* Bordes azul */
}

/* Cambiar el color de fondo del contenido */
.accordion-body {
    background-color: #f1f1f1; /* Fondo gris claro */
}
.accordion-item {
    border: 1px solid #939393;
}
.accordion-button:focus {
    z-index: 3;
    border-color: rgb(82, 82, 82);
    box-shadow: 0 0 0 .25rem #e8651986
}

.accordion-button::after {
    background-image: url("../icons/chevron-up.svg")!important;
}

.accordion-button.collapsed::after {
    background-image: url("../icons/chevron-up.svg")!important;
}

table{
    width: 100%;
    border-collapse: collapse;
}

tr, td {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

td p {
margin: 0;
padding: 0;
}


/*agregar tamaños de letras dependiendo rem*/

/* Add different classes for different font sizes */
.fs-0-5rem {
    font-size: 0.5rem;
}

.fs-1rem {
    font-size: 1rem;
}

.fs-1-5rem {
    font-size: 1.5rem;
}

.fs-2rem {
    font-size: 2rem;
}

.fs-2-5rem {
    font-size: 2.5rem;
}

.fs-3rem {
    font-size: 3rem;
}

.fs-3-5rem {
    font-size: 3.5rem;
}


/* Add more classes for other font sizes as needed */
