/*
Theme Name: USM - Unelab
Theme URI: https://www.unelab.com
Author: Unelab SpA
Author URI: https://www.unelab.com
Description: Template a la medida para el proyecto usm.cl.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: usm, utfsm, sansano, sansana, ingenieria, tecnologia, ciencia, carreras, tecnico, universitario, electronica, fisica, informatica, telematica, computacion, sistemas, civil, mecanica, matematica, comercial, industrial, quimica, arquitectura, diseno, productos, contruccion, ambiental, automotriz, aeronautica, piloto, aviacion, mantenimiento, mba, magister, doctorado, diplomado, calculo, intercambio, emprendimiento, innovacion, empresas, ensayo, psu, radio, musica clasica, alumnos, estudiantes
Text Domain: USM
*/
:root {
    --amarillo-usm: #e5b300;
    --azul-usm:#005e90;
    --azul-oscuro-usm: #074469;
    --verde-usm:#00815C;
    --azul-oscuro: #3b424c;
    --gris-oscuro: #333333;
    --gris: #808080;
    --base-facebook: #3B5998;
    --base-instagram: #990099;
    --base-twitter: #0EADD8;
    --base-linkedin: #0E76A8;
    --base-youtube: #c4302b;
}

body, html{
    overflow-x: hidden;
}
body, html{
    font-family: 'Montserrat', sans-serif;
    color: var(--azul-oscuro);
    font-size: 16px;
}
a{
    text-decoration: none;
    color: var(--azul-usm);
}
a:hover{
    text-decoration: none;
    color: var(--azul-oscuro-usm);
}
img{
    max-width: 100%;
}
.h1-lg{
    line-height: 44px;
    font-size: 60px;
    font-weight: 700;
}
h1, .h1{
    line-height: 44px;
    font-size: 36px;
    font-weight: 700;
}
h2, .h2{
    line-height: 38px;
    font-size: 30px;
    font-weight: 700;
}
h3, .h3{
    line-height: 28px;
    font-size: 21px;
    font-weight: 600;
}
h4, .h4{
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}
h5, .h5{
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}
p, .p{
    line-height: 22px;
    font-size: 14px;
    font-weight: 400; 
}
.button{
    line-height: 14px;
    font-size: 12px;
    font-weight: 600;
}
small, .small{
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
}
.tag{
    line-height: 14px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}

.full-h{
    height: 100%;
}
.full-w{
    width: 100%;
}

.bg-azul-footer{
    background-color: var(--azul-usm);
}
.bg-gris-subfooter{
    background-color: var(--gris-333);
}
.flex-1{
    flex: 1;
}

.table td, .table th{
    vertical-align: middle;
}


.alignright{
	float: right !important;
	margin-right: 0px !important;
	margin-left: 20px !important;
	margin-bottom 20px !important;
}

.acf-field-62977fec3e3b8{
	display: none !important;
}

.frame-wrapper {height: 0; overflow: hidden; padding-bottom: 50%; padding-top: 30px; position: relative; margin-bottom: 20px;}
.frame-wrapper iframe, .frame-wrapper object, .frame-wrapper embed, .frame-wrapper video {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*.single-noticias p {height: 0; overflow: hidden; padding-bottom: 50%; padding-top: 30px; position: relative; margin-bottom: 20px;}*/
/*.single-noticias p iframe, .single-noticias p object, .single-noticias p embed, .single-noticias p video {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}*/

@media(max-width:680px){
	.alignright{
    	margin-bottom: 10px !important;
	}
	.alignleft{
		margin-bottom: 10px !important;
	}
}
@media(max-width:500px){
	p img.alignright, p img.alignleft, .single-noticias p img{
		width: 100% !important;
		/*height: 180px !important;*/
		object-fit: cover !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	
}

/* accordion */
.accordion {margin-bottom: 20px;}
.accordion .acc-header {position: relative; padding: 20px; background: #eee; cursor: pointer;}
.accordion .acc-header .title-acc{width: 90%;}
.accordion .acc-header .icon {background: var(--azul-usm); color: #fff; border-radius: 50%; width: 24px; height: 24px; display: block; text-align: center; font-size: 24px; line-height: 22px; position: absolute; top: 20px; right: 20px;}
.accordion .acc-header.active .icon {line-height: 19px;}
.accordion .acc-content {padding-bottom: 10px; border-bottom: 2px solid #eee;}


 .slider-outer, .podcast, .campuses,.new-research, #tradicion{
    display: none;
}

.text-white__usm{
    color: white !important;
}
.text-bold{
    font-weight: 700;
}

.icon-circle__usm{
    background-color: var(--amarillo-usm);
    line-height: 1.25;
    padding: 6px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s ease-in-out;
}
.title-section{
    font-weight: 700;
}
.link-subtitle-section__usm{
    color: var(--azul-oscuro);
    text-decoration: none;
    position: relative;
}
.link-subtitle-section__usm:hover, .link-subtitle-section__usm:visited{
    text-decoration: none;
    color: var(--azul-oscuro);
}
.link-subtitle-section__usm:hover .icon-circle__usm{
    background-color: var(--azul-oscuro);
    color: white;
}
.link-subtitle-section__usm.text-white__usm:hover .icon-circle__usm{
    background-color: white;
    color: var(--azul-oscuro);
}
.icon-blue__usm{
    color: var(--azul-usm);
}

#buscar:hover{
    cursor: pointer;
}

/*
Elementos Elementor UEW
*/
.elementor-widget-caluga-img-lista-usmcl{
    height: 100% !important;
}
.elementor-widget-caluga-img-lista-usmcl .elementor-widget-container{
    height: 100% !important;
}

/*
Buscador
*/


.busqueda_usm{
    border-radius: 3px;
    overflow: hidden;
}
.busqueda_usm form{
    display: flex;
}
.busqueda_usm label{
    width: 100%;
    margin-bottom: 0 !important;
}
.busqueda_usm input{
    border: none;
    padding-left: calc(50px / 3);
    padding-right: calc(50px / 3);
    background: #eceeef;
    outline: none;
}
.busqueda_usm .search-submit{
    min-width: 50px;
    border: none;
    background-color: var( --e-global-color-e7dd853 );
    color: white;
    outline: none;
}

.busqueda_usm{
    font-size: 16px;
}
.busqueda_usm .search-field{
    width: 100%;
    height: 50px;
}

@media(max-width:1024px){
    .busqueda_usm .search-field{
        width: 100%;
        height: 35px;
    }
}

/* .card_list__usm .list-group-item{
    
} */
.card_list__usm .list-group-item{
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    font-size: 14px;
    color: var(--gris-oscuro);
    font-weight: 700;
    transition: all .3s ease-in-out;
}
.card_list__usm .list-group-item:hover{
    background-color: rgba(0,0,0,.05);
}
.card_list__usm .list-group-item:not(.icon-first) i{
    font-size: 12px;
    margin-left: 5px;
}
.card_list__usm .list-group-item.icon-first i{
    font-size: 12px;
    margin-right: 5px;
}
.btn__usm{
    border-radius: 4px;
    display: inline-block;
    padding: 10px 20px;
    transition: all .2s ease-in-out;
}
.btn-azul__usm{
    background-color: var(--azul-usm);
    color: white !important;
}
.btn-azul__usm:hover{
    background-color: var(--azul-oscuro);
    color: white !important;
}
.b-radius-10{
    border-radius: 10px !important;
}
.col-iquals-h{
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.col-iquals-h .card__usm{
    height: 100%;
}
.card__usm{
    border-radius: 10px;
    min-height: 260px;
    height: 100%;
    border: none;
}
.card__usm.card-bg-black{
    background-color: #191919;
    color: white;
}
.card_horizontal__usm{
    flex-direction: row;
}
.card-effect__usm{
    transition: all .2s ease-in-out;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.card-effect__usm:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.6);
}
.card-shadow__usm{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4)
}
.card-bg-img__usm{
    background-size: cover;
    background-position: 50%;
    height: 400px;
    border: none;
    overflow: hidden;
}
.card-bg-img__usm.bg-position-tc{
    background-position: top center !important;
}
.card-gradient__usm::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(98%,#000000));
    background-image: linear-gradient(-180deg,transparent,#000000 98%);
}

.card-gradient90__usm::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(98%,#000000));
    background-image: linear-gradient(-180deg,transparent,#000000 98%);
}
.card-gradient60__usm::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,0)),color-stop(90%,rgba(0,0,0,1)));
    background-image: linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%);
}

.card-body__usm{
    padding: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.card-bg-transparent__usm{
    background-color: transparent !important;
    border: none;
}
.card-bg-alpha-white__usm{
    background-color: rgba(255,255,255, .9) !important;
}
.card-overflow-hide{
    overflow: hidden;
}
.card-link__usm{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
}
.card-tag__usm{
    position: absolute;
    color: white;
    z-index: 6;
    top: 30px;
    right: 0px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: var(--azul-usm);
    display: inline-block;
    align-self: flex-start;
    transition: all .2s ease-in-out;
}
.card-tag__usm.tag-nueva-carrera{
    background-color: #c500a4;
    font-weight: bold;
    top: 10px;
    bottom: auto;
    right: 10px;
    z-index: 3;
}
.card-tag__usm.tag-nueva-carrera:hover{
    background-color: #c500a4;
}
.card-tag__usm h5{
    color: white;
    margin-bottom: 0;
}
.card-tag__usm:hover{
    background-color: var(--amarillo-usm);
    text-decoration: none;
    color: white;
}

.card__usm .card-title-white__usm{
    border-left: 3px solid var(--amarillo-usm);
    color: white;
    padding-left: 1em;
    word-wrap: normal;
}
.card__usm .card-text-white__usm{
    color: white !important;
}
.card__usm .card-title-black__usm{
    border-left: 3px solid var(--amarillo-usm);
    color: var(--azul-oscuro);
    padding-left: 1em;
}
.card__usm .card-text-black__usm{
    color: var(--azul-oscuro);
}

.card__usm .card-border-title {
    border-left: 3px solid var(--amarillo-usm);
    padding-left: 1em;
}

.card-contenido-interes__usm{
    min-height: auto;
    overflow: hidden;
    border: none;
}
.owl-stage-outer{
    padding: 20px 0;
    overflow: visible !important;
}
.controls-carousel__usm{
    display: flex;
    justify-content: flex-end;
}
.controls-carousel__usm .prev-carousel__usm, .controls-carousel__usm .next-carousel__usm{
    cursor: pointer;
}
.controls-carousel__usm .prev-carousel__usm .icon-circle__usm, .controls-carousel__usm .next-carousel__usm .icon-circle__usm{
    color: white;
}
.controls-carousel__usm .prev-carousel__usm:hover .icon-circle__usm, .controls-carousel__usm .next-carousel__usm:hover .icon-circle__usm{
    background-color: white;
    color: var(--azul-oscuro);
    transform: scale(1.2);
}

.swiper-button-prev::after, .swiper-button-next::after{
    font-size: 20px;
    color: var(--azul-oscuro-usm);
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}

.table .thead-light th{
    vertical-align: super;
}

#main{
    overflow-x: hidden;
}

.card.card__usm .card-info-hover{
    background-color: rgba(0, 94, 144,.95);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: all .3s ease-in-out;
    top: 100%;
    opacity: 0;
}
.card.card__usm.with-layer-hover:hover .card-body .card-body{
    display: none;
}
.card.card__usm.with-layer-hover:hover .card-info-hover{
    top: 0;
    opacity: 1;
}

#carreras .card-body__usm{
    height: 100%;
}

/*
* Header Home
*/
#header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    background-color: white;
}
#header .top-bar{
    background-color: var(--azul-usm);
    /* padding: 10px 0; */
    display: block !important;
}
#header .top-bar .elementor-widget-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
#header .top-bar .breadcrumbs{
    list-style: none;
    margin-bottom: 0;
    padding:0;
}
#header .top-bar .breadcrumbs li {
    padding: 10px 5px 10px 0;
    display: inline-block;
}
#header .top-bar .breadcrumbs li + li a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: var(--amarillo-usm);
    padding-right: 4px;
}
/* #header .top-bar .breadcrumbs li + li a{
    margin-left: 10px;
} */
#header .top-bar .breadcrumbs a{
    color: white;
    font-size: 11px;
    font-weight: 600;
    position: relative;
}
#header .top-bar .breadcrumbs a::after{
    content: '';
    position:absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255, .9);
    -webkit-transition: transform 250ms;
    transition: transform 250ms;
}
#header .top-bar .breadcrumbs a:hover::after{
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}
#header .top-bar .top-bar-menu{
    list-style:none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: flex-end;
    position: relative;
}
#header .top-bar .top-bar-menu > li {
    padding: 10px;
    position: relative;
}
#header .top-bar .top-bar-menu li a.link-top-bar{
    color: white;
    opacity: .7;
    font-size: 11px;
    transition: all .2s ease-in-out;
    font-weight: 700;
    position: relative;
}
#header .top-bar .top-bar-menu li a.link-top-bar.highlight-link{
    background-color: var(--amarillo-usm);
    color: white;
    border-radius: 4px;
    padding: 4px 8px;
    opacity: 1;
}
#header .top-bar .top-bar-menu li a.link-top-bar.single-link::after{
    content: '';
    position:absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255, .9);
    -webkit-transition: transform 250ms;
    transition: transform 250ms;
}
#header .top-bar .top-bar-menu li a.link-top-bar:hover{
    opacity: 1;
}
#header .top-bar .top-bar-menu li a.link-top-bar:hover.single-link::after{
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

#header .wrap-menu{
    /* padding: 30px 0; */
    /*display: none;*/
}
#header .wrap-menu .brand-link{
    display: block;
}
#header .wrap-menu .navbar-menu{
    list-style-type: none;
    margin:0;
    padding: 0;
    display: inline-flex;
    justify-content: flex-end;
    position: relative;
}
#header .wrap-menu .navbar-menu > li{
    display: inline-flex;
}
#header .wrap-menu .navbar-menu > li > a{
    margin: 10px 8px;
}
#header .wrap-menu .navbar-menu > li > a.highlight-link{
    margin: 0px;
    padding: 10px;
    border: thin solid var(--amarillo-usm);
    border-radius: 4px;
    transition: all .2s ease-in-out;
}
#header .wrap-menu .navbar-menu > li > a.highlight-link:hover{
    background-color: var(--amarillo-usm);
    color: var(--azul-oscuro);
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm{
    position: absolute;
    top: 100%;
    /* left: 5%; */
    right: 15px;
    display: flex;
    border-radius: 4px;
    z-index: 4;
    font-size: 14px;
    width: 750px;
}
#header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm{
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    border-radius: 4px;
    z-index: 4;
    font-size: 12px;
    width: 400px;
    border: thin solid white;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .angle{
    content: "";
    position: absolute;
    top: -7px;
    left: 9px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
}
#header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .angle{
    content: "";
    position: absolute;
    top: -7px;
    left: 15%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
    border: thin solid white;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .angle.blue, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .angle.blue{
    background-color: var(--azul-usm);
}
#header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu{
    display: inline-flex;
    min-width: 200px;
    background-color: var(--azul-usm);
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu{
    display: inline-flex;
    min-width: 300px;
    background-color: var(--azul-usm);
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
    position: relative;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu{
    padding:0;
    list-style: none;
    width: 100%;
    text-align: left;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu li, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu li{
    border-bottom: thin solid rgba(0,0,0,.2);
    /* position: relative; */
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu li:last-child, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu li:last-child{
    border: none;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu[href="#"]{
    cursor: default;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu{
    color: white;
    display: flex;
    padding: 10px 10px 10px 0;
    align-items: center;
    width: 100%;
    font-weight: 600;
    position: relative;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu i, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu i{
    position: absolute;
    transition: all .2s ease-in-out;
    color: rgba(255, 255, 255, 0.4);
    right: 0;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu:hover i, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu:hover i{
    color: white;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu{
    display: inline-block;
    width: 100%;
    background-color: white;
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
    /* position: absolute;
    top: 0;
    left: 300px; */
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li{
    border-bottom: thin solid rgba(0,0,0,.2);
    display: block;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li:last-child, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li:last-child{
    border: none;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a{
    padding: 10px 15px 10px 0;
    color: var(--azul-oscuro);
    display: flex;
    font-weight: 600;
    position: relative;
    align-items: center;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a i, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a i{
    position: absolute;
    right: 0;
    line-height: 1;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a:hover, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a:hover{
    text-decoration: underline;
}
#header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a:hover i, #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a:hover i{
    color: var(--azul-usm);
}
#header .wrap-menu .navbar-menu > li > a {
    color: white;
    transition: all .2s ease-in-out;
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
#header .wrap-menu .navbar-menu li a.single-link::after{
    content: '';
    position:absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255, .9);
    -webkit-transition: transform 250ms;
    transition: transform 250ms;
}
#header .wrap-menu .navbar-menu li a.single-link:hover::after{
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

#header .wrap-menu-mobile .brand-link{
    padding: 15px 0;
    display: block;
}
#header .wrap-menu-mobile .brand-link img {
    display: inline-flex;
}
#header .wrap-icon-menu{
    display: inline-flex;
    padding: 10px;
    font-size: 1.8em;
    border: thin solid var(--azul-usm);
    border-radius: 4px;
    background-color: var(--azul-usm);
    color: white;
    transition: all .2s ease-in-out;
    margin: 15px 0;
}
#header .wrap-icon-menu:hover{
    background-color: var(--azul-oscuro);
    border-color: var(--azul-oscuro);
}
#header .wrap-menu-mobile .btn-admision-mobile{
    background-color: var(--amarillo-usm);
    color: white !important;
    font-weight: 700;
}
#header .wrap-menu-mobile .wrap-items-menu-mobile{
    border-top: thin solid #ccc;
    max-height: 90vh;
    overflow-y: auto;
}
#header .wrap-menu-mobile .navbar-menu-mobile{
    width: 100%;
}
#header .wrap-menu-mobile .navbar-menu-mobile.blue-menu{
    background-color: var(--azul-usm);
}
#header .wrap-menu-mobile .navbar-menu-mobile .item-navbar-mobile{
    border-bottom: thin solid rgba(0,0,0,0.15);
    display: flex;
    padding: 15px;
    font-weight: 700;
    color: var(--azul-oscuro);
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
#header .wrap-menu-mobile .navbar-menu-mobile.blue-menu .item-navbar-mobile{
    color: white;
}
#header .wrap-menu-mobile .navbar-menu-mobile.blue-menu .wrap-collapse-mobile .collapse-items-mobile{
    background-color: rgba(0,0,0,.4);
}
#header .wrap-menu-mobile .navbar-menu-mobile .wrap-collapse-mobile .collapse-items-mobile{
    background-color: rgba(0,0,0,.07);
}
#header .wrap-menu-mobile .navbar-menu-mobile .wrap-collapse-mobile .item-navbar-mobile[data-toggle="collapse"] .fas:before {  
    content: "\f077";
}
  
#header .wrap-menu-mobile .navbar-menu-mobile .wrap-collapse-mobile .item-navbar-mobile[data-toggle="collapse"].collapsed .fas:before {
    content: "\f078";
}
  
/*
* Fin Header Home
*/

/*
* Slider Home
*/
#portada{
    padding-top: 40px;
    min-height: 670px;
    overflow: hidden;
}
#portada .slider-container{
    height: 100%;
    width: 100%;
    position: relative;
}
#portada .slider-container .container{
    position: relative;
}
#portada .slider-container .container-slide{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#portada .slider-container .swiper-slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 670px;
    position: relative;
    width: 100%;
}
#portada .slider-container .swiper-slide::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,0)),color-stop(80%,rgba(0,0,0,.9)));
    background-image: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 80%);
}
#portada .slider-container .swiper-slide::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(6%,rgba(0,0,0,0)),color-stop(90%,rgba(0,0,0,.9)));
    background-image: linear-gradient(0deg,rgba(0,0,0,.9) 6%,rgba(0,0,0,0) 90%);
}
#portada .slider-container .swiper-slide .caption-slider{
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.8s;
}
#portada .slider-container .swiper-slide .caption-slider .title-slider{
    padding-left: 15px;
    border-left: 4px solid var(--amarillo-usm);
}
#portada .slider-container .swiper-slide.swiper-slide-active .caption-slider{
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.4s;
}
#portada .slider-container .swiper-slide .caption-slider .btn-view-more{
    color: white;
    font-weight: 700;
    margin-right: 2em;
    transition: all .2s ease-in-out;
    display: inline-block;
}
#portada .slider-container .swiper-slide .caption-slider .btn-view-more:hover{
    margin-right: 3em;
}

#portada .swiper-pagination-bullets{
    position: absolute;
    bottom: 50px;
    right: 1em;
    z-index: 1;
}
#portada .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #ffffff;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 5px;
    font-weight: 700;
    transition: all .2s ease-in-out;
}
#portada .swiper-pagination-bullet:hover{
    transform: scale(1.2);
}
#portada .swiper-pagination-bullet-active {
    color: var(--azul-oscuro);
    background: #ffffff;
}
/*
* Fin Slider Home
*/

/*
* Columnas Opinón Home
*/
.card-opinion__usm{
    border-radius: 10px;
    overflow: hidden;
    border: none;
    flex-direction: column;
    height: 100%;
}
.card-opinion__usm .card-img-opinion__usm{
    display: inline-flex;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 220px;
}
.card-opinion__usm .info-persona-opinion__usm{
    width: 100%;
}

/*
* Fin Columnas Opinón Home
*/


/*
* Eventos Home
*/
#eventos{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
#eventos .backdrop-overlay{
    position: absolute;
    background-color: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#eventos .container {
    z-index: 1;
}
#eventos .card-tag__usm{
    background-color: var(--amarillo-usm);
}
#eventos .card-tag__usm:hover {
    background-color: var(--azul-usm);
}
#eventos .card-evento__usm{
    min-height: 400px;
}

/*
* Fin Eventos Home
*/


/*
* Vídeos Home
*/
#videos{
    background-color: var(--gris-oscuro);
}
#videos #videoYT{
    width: 100%;
    height: 350px;
}
#videos .title-video__usm, #videos .description-video__usm{
    color: white;
}
.card-icon-yt{
    position: absolute;
    z-index: 3;
    font-size: 4em;
    color: white;
    opacity: .8;
}
.card-img-yt{
    opacity: .7;
}
/*
* Fin Vídeos Home
*/

/*
* Redes Sociales Home
*/
#rrss{
    
}
#rrss .card-social__usm{
    justify-content: center;
    text-align: center;
}
/* #rrss .card-social__usm .card-body{
    display: none;
} */
#rrss .card-social__usm .social-link{
    opacity: .8;
    transition: all .2s ease-in-out;
}
#rrss .card-social__usm .social-link:hover{
    opacity: 1;
}
#rrss .card-social__usm .social-link:hover.effect-hover__usm{
    margin-left: 1em;
}
#rrss .card-social__usm .card-header{
    background-color: transparent;
    border-bottom:none;
    padding: 20px 20px 10px 20px;
}
#rrss .card-social__usm .card-header .logo-social i{
    color: white;
    font-size: 60px;
}
#rrss .card-social__usm .card-footer{
    background-color: transparent;
    border-top:none;
    padding: 10px 20px 20px 20px;
}
#rrss .card-social__usm .card-body .img-social__usm{
    background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
}
#rrss .card-facebook__usm{
    background-color: var(--base-facebook);
}
#rrss .card-instagram__usm{
    background-color: var(--base-instagram);
}
#rrss .card-twitter__usm{
    background-color: var(--base-twitter);
}
#rrss .card-linkedin__usm{
    background-color: var(--base-linkedin);
}
#rrss .card-youtube__usm{
    background-color: var(--base-youtube);
}
/*
* Fin Redes Sociales Home
*/

/*
* Cifras Home
*/
#cifras{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    min-height: 600px;
    overflow: hidden;
}
#cifras .backdrop-overlay{
    position: absolute;
    background-color: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#cifras #video-cifras{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#cifras img{
    max-width: 100px;
}
/*
* Fin Cifras Home
*/

/*
* Contenido Interés Home
*/
#contenido-interes .contenido-interes-owl .owl-stage-outer{
    padding: 20px 0;
    overflow: visible;
}
#contenido-interes .controls-carousel__usm{
    display: flex;
    justify-content: flex-end;
}
#contenido-interes .controls-carousel__usm .prev-carousel__usm, #contenido-interes .controls-carousel__usm .next-carousel__usm{
    cursor: pointer;
}
#contenido-interes .controls-carousel__usm .prev-carousel__usm:hover .icon-circle__usm, #contenido-interes .controls-carousel__usm .next-carousel__usm:hover .icon-circle__usm{
    background-color: var(--azul-oscuro);
    color: white;
    transform: scale(1.2);
}
/*
* Fin Contenido Interés Home
*/

/*
* Footer
*/
#footer{
    color: white;
}
#footer .link-white-footer{
    color: white;
    opacity: .5;
    transition: all .2s ease-in-out;
}
#footer .link-white-footer:hover{
    color: white;
    opacity: 1;
}
#footer .top-footer{
    background-color: var(--azul-usm);
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer .top-footer .link-rrss-footer__usm{
    display: inline-block;
    color: var(--azul-usm);
}
#footer .top-footer .link-rrss-footer__usm .icon-circle__usm{
    background-color: white;
    opacity: 1;
}
#footer .top-footer .link-rrss-footer__usm:hover .icon-circle__usm{
    opacity: .7;
}
#footer .sub-footer{
    background-color: var(--gris-oscuro);
    height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer .sub-footer .logo-footer{
    display: inline-flex;
    margin: 0 15px;
}
#footer .sub-footer .logo-footer img{
    max-height: 60px;
}
/*
* Fin Footer
*/

/*
* PÁGINAS INTERIORES
*/
.header-inner-page{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 20px;
    height: 450px;
}
.header-inner-page .container{
    position: relative;
    z-index: 1;
}
.header-inner-page::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,0)),color-stop(80%,rgba(0,0,0,.9)));
    background-image: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 80%);
}
.header-inner-page:not(.not-shadow-after)::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(6%,rgba(0,0,0,0)),color-stop(90%,rgba(0,0,0,.9)));
    background-image: linear-gradient(0deg,rgba(0,0,0,.9) 6%,rgba(0,0,0,0) 90%);
}
.header-inner-page .title-inner-page{
    padding-left: 1em;
    border-left: 4px solid var(--amarillo-usm);
    text-shadow: 1px 1px 6px black;
    margin-bottom: 0;
}
/* Elementor CSS */
.elementor-widget-titulo-pagina-usmcl{
    z-index: 1;
}
.elementor-carrera-usm{
    overflow: initial !important;
}

.card-tag__usm{
    position: absolute;
    color: white;
    z-index: 6;
    top: 30px;
    right: 0px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: var(--azul-usm);
    display: inline-block;
    align-self: flex-start;
    transition: all .2s ease-in-out;
}
.card-tag__usm.tag-nueva-carrera{
    background-color: #c500a4;
    font-weight: bold;
    top: 10px;
    bottom: auto;
    right: 10px;
    z-index: 3;
}

#main-inner-page{
    display: block;
}

#main-inner-page .breadcrumbs-inner-page{
    border-left: 4px solid var(--azul-usm);
    padding: 0 0 0 10px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
}
#main-inner-page .breadcrumbs-inner-page li {
    display: inline-block;
    margin-right: 6px;
}
#main-inner-page .breadcrumbs-inner-page li a{
    color: var(--gris-oscuro);
    font-size: 14px;
    font-weight: 700;
}
#main-inner-page .breadcrumbs-inner-page li + li a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: var(--azul-usm);
    padding-right: 4px;
}
#main-inner-page .row p{
    text-align: justify;
}
#main-inner-page .row p.card-text{
    text-align:left;
}
.card__usm .img-top-card{
    height: 200px;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 1.25em;
    display: flex;
    align-items: flex-end;
}
.card__usm .img-top-card h4{
    color: white;
    border-left: 4px solid var(--amarillo-usm);
    z-index: 1;
    padding-left: 1em;
    margin-bottom: 0px;
}
.card__usm .img-top-card::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,0)),color-stop(90%,rgba(0,0,0,1)));
    background-image: linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%);
}
#main-inner-page .table-blue{
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--azul-usm);
    color: white;
}
#main-inner-page .table-blue tr:nth-of-type(odd){
    background-color: var(--azul-oscuro-usm);
}
#main-inner-page .table-blue tbody td, #main-inner-page .table-blue tbody th{
    border-color: rgba(0,0,0,.4);
}
#main-inner-page .table-blue tbody tr:first-child td, #main-inner-page .table-blue tbody tr:first-child th{
    border-color: transparent;
}

#main-inner-page .card .list-group{
    box-shadow: none;
}


.list-group-card-usm{
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    font-size: 14px;
    padding-left: 0;
}
.list-group-card-usm .list-group-item-action, .list-group .list-group-item-action{
    border-left: 4px solid var(--amarillo-usm);
    font-weight: 700;
    color: var(--azul-usm);
}
.list-group-card-usm .list-group-item-action i, .list-group .list-group-item-action i{
    color: var(--azul-usm);
}
.list-group-card-usm .list-group-item-action.disabled, .list-group .list-group-item-action.disabled{
    color: var(--gris);
}

.hr-divider{
    width: 100%;
    margin: 2rem 15px;
    border-top: 1px dashed var(--gris);
}

#main-inner-page .card-autoridad{
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
#main-inner-page .card-autoridad.rector{
    background-size: contain !important;
}
#main-inner-page .card-autoridad::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,0)),color-stop(90%,rgba(0,0,0,1)));
    background-image: linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%);
}
.card.card__usm .border-white{
    border-left: 3px solid white;
}
.card.card__usm .card-title-lvl-1,.card.card__usm .card-title-lvl-2{
    padding-left: 0;
    border-left: 0;
    position: relative;
}
.card.card__usm .card-title-lvl-1::before{
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -8px;
    position: absolute;
    box-shadow: 
        50px 0 #D7000B inset,
        100px 0 var(--amarillo-usm) inset,
        150px 0 var(--azul-usm) inset;
}
.card.card__usm .card-title-lvl-2::before{
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -8px;
    position: absolute;
    box-shadow: 
        30px 0 var(--amarillo-usm) inset,
        60px 0 #D7000B inset,
        90px 0 var(--azul-usm) inset;
}
#main-inner-page .card-autoridad .info-autoridad{
    background-color: rgba(0, 94, 144,.95);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: all .3s ease-in-out;
    top: 100%;
    opacity: 0;
}
#main-inner-page .card-autoridad:not(.with-layer-hover):hover .card-body .card-body{
    display: none;
}
#main-inner-page .card-autoridad:not(.with-layer-hover):hover .info-autoridad{
    top: 0;
    opacity: 1;
}

#main-inner-page #videoHistorico{
    width: 100% !important;
    height: 650px;
}


/*
* FIN PÁGINAS INTERIORES
*/

/*
*   MEDIA QUERIES
*/
@media (max-width: 992px){
    #videos #videoYT{
        height: 250px;
    }
    #cifras .title-section{
        text-align: center;
    }
    #cifras{
        height: auto;
    }
    #main-inner-page #videoHistorico{
        height: 450px;
    }
}
@media (max-width: 576px){
    #footer .sub-footer{
        height: auto;
    }
    .link-subtitle-section__usm{
        font-size: 16px !important;
    }
    #main-inner-page .card-autoridad{
        min-height: 300px !important;
    }
}
@media (max-width: 767px){
    .card-opinion__usm .card-img-opinion__usm{
        min-height: 240px;
    }
    #noticias .noticias-destacadas{
        margin-bottom: 0px !important;
    }
    #noticias .noticias-destacadas .col-sm-12.col-md-6.col-lg-3, #noticias .otras-noticias .col-sm-12.col-md-6.col-lg-3, #opiniones .col-sm-12.col-md-4, #rrss .col-sm-12.col-md-6.col-lg-3{
        margin-bottom: 1.5rem !important;
    }
    .header-inner-page{
        height: 350px;
        margin-top: 80px;
        padding-bottom: 15px;
    }
    .header-inner-page img {
        max-width: 250px;
    }
    .header-inner-page .title-inner-page{
        font-size: 26px;
    }
    #main-inner-page .table-blue tbody tr:first-child td, #main-inner-page .table-blue tbody tr:first-child th{
        border-color: rgba(0,0,0,.4);
    }
    .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr{
        display: block;   
    }

    h1,.h1{
        font-size: 26px;
        line-height: 34px;
    }
    h2,.h2{
        font-size: 22px;
        line-height: 28px;
    }
    h3,.h3{
        font-size: 20px;
        line-height: 24px;
    }
    #main-inner-page #videoHistorico{
        height: 250px;
    }
}
@media (min-width: 1200px){
    #header{
        background-color: transparent;
        position: absolute;
    }
    #header .top-bar, #header .wrap-menu{
        display: flex;
    }
    #header .wrap-menu .elementor-widget-container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1200px;
    }
    #header .wrap-menu-mobile{
        display: none;
    }
    #videos #videoYT{
        height: 450px;
    }
}
@media(max-width:1200px){
	.menu-header-principal{
		padding-top: 0 !important;
	}
	.menu-header-principal .elementor-container {
		background: #034a75 !important;
	}
}

@media all and (min-width: 992px) {

    .top-bar-menu .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0px; padding:20px; width:200px;}
    .top-bar-menu .nav-item .nav-link{ display: inline-block;padding:0; }
	.top-bar-menu .nav-item:hover .nav-link{ color: #fff;  }
	.top-bar-menu .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.top-bar-menu .dropdown-menu.fade-up{ top:180%;  }
    .top-bar-menu .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
    .top-bar-menu .nav-item:hover .dropdown-menu li{ border-bottom: thin dashed var(--gris); padding:0 !important;}
    .top-bar-menu .nav-item:hover .dropdown-menu li:last-child{border:none;}
    .top-bar-menu .nav-item:hover .dropdown-menu li:first-child a{padding-top: 0;}
    .top-bar-menu .nav-item:hover .dropdown-menu li:last-child a{padding-bottom: 0;}
    .top-bar-menu .nav-item .dropdown-menu:before {
        position: absolute;
        top: -7px;
        left: calc(25% - 7px);
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: white;
        content: '';
    }
    .top-bar-menu .nav-item .dropdown-menu .dropdown-item{
        font-size: 12px;
        color: var(--azul-oscuro);
        padding: 10px 0;
        font-weight: 700;
        white-space: normal;
    }
    .top-bar-menu .nav-item .dropdown-menu .dropdown-item:hover{ background-color: transparent; text-decoration: underline; }
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

}




/* menu movil*/

.navbar-menu-mobile{
    background-color: #005e90;
}
.vmb-topmenu{
    background-color: white;
}
.item-navbar-mobile{
    border-bottom: thin solid rgba(0,0,0,0.15);
    display: flex;
    padding: 15px;
    font-weight: 700;
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: white !important;
}
.mobil-white{
    background-color: white;
    color: #3b424c !important;
}
.nav-item-link-mov{
    color: white;
}
.collapse-items-mobile .mobil-white{
    background-color: rgba(255,255,255,.82);
}

.collapse-items-mobile .collapse-items-mobile .mobil-white{
    background-color: rgba(255,255,255,.77);
}

.collapse-items-mobile .navbar-menu-mobile{
    background-color: rgba(0,0,0,.4);
}
.collapse-items-mobile .collapse-items-mobile .navbar-menu-mobile{
    background-color: rgba(0,0,0,.3);
}
.wrap-items-menu-mobile{
    max-height: 90vh;
    overflow-y: auto;
}

.btn-admision-mobile{
    background-color: #e5b300;
    color: white;
}
.item-navbar-mobile .fa-angle-down{
    transition: all 0.3s;
    font-size: 16px;
}
.item-navbar-mobile[aria-expanded=true] .fa-angle-down {
    transform: rotate(180deg);
 }
 .collapse-items-mobile{
     transition: all 0.3s;
 }



/* Alto de linea (palabras) de las tablas*/
.eael-data-table .td-content {
    line-height: 20px;
}

.n-e-tag span{
    display: flex;
    padding: 5px;
}

/* Responsive varios*/

@media(max-width:1024px){
    /* card usm*/
    .card__usm, .cards-usmcl .elementor-row{
        height: max-content;
    }
 }

 @media(max-width:767px){
    /* Alto del header*/
    .header-inner-page .elementor-container {
        min-height: 330px !important;
    }

    .title-and-text h3, .title-and-text h4{
        text-align: left;
    }
    .minilist h3{
        font-size: 18px
    }
    .eael-data-table .td-content{
        justify-content: left;
    }
    .card-effect__usm{
        box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
    }
    .eael-data-table tbody tr td{
        padding: 10px 10px;
    }
    .eael-data-table a{
        line-height: 20px;
    }
    .eael-data-table .td-content {
        justify-content: left;
        line-height: 20px;
    }
}


.elementor-icon-list-item{
    margin-top: 10px !important;
}

/* Idiomas */

#idiomas .elementor-nav-menu--main .elementor-nav-menu ul{
    padding: 5px 20px !important;
}

/* Widget accesibilidad */

.acces-container{
    position: relative;
    width: max-content;
    padding: 0;
}

#accesibilidad{
    text-decoration: none;
    position: relative;
    color: white;
    opacity: .7;
    font-size: 11px;
    transition: all .2s ease-in-out;
    font-weight: 700;
    position: relative;
    display: flex;
}
#accesibilidad i{
    margin: auto;
}
#accesibilidad .fa-universal-access{
    margin-right: 5px;
    font-size: 16px;
}
#accesibilidad .fa-angle-down{
    margin-left: 5px;
}
.accesibilidad-bar{
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    padding: 6px 20px;
    border: 1px solid;
    border-radius: 20px;
    background: white !important;
    margin-top: 10px;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}
.accesibilidad-bar.toggle{
    z-index: 99;
    opacity: 1;
}

.btn-acces{
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 100%;
    border: 1px solid #444;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: flex;
    margin: 0 5px;
    background: white;
}
#grayscale::before {
    right: 0;
    background: #000;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
#grayscale::after {
    left: 0;
    background: #fff;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
#darkmode::before {
    right: 0;
    background: #000;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
#darkmode::after {
    left: 0;
    background: yellow !important;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
#increment-font::before {
    content: "A+";
    font-size: 12px;
    text-decoration: none;
    margin: auto;
}
#decrement-font::before {
    content: "A-";
    font-size: 12px;
    text-decoration: none;
    margin: auto;
}
#default-font::before {
    content: "Aa";
    font-size: 12px;
    text-decoration: none;
    margin: auto;
}

.foot-n-e-card{
	border-bottom-left-radius:10px !important;
	border-bottom-right-radius:10px !important;
}


.card-bgimgs .card-text{
    line-height: 1.25rem;
}

.acf-repeater .acf-row-handle .acf-icon{
    margin: 0px 0 0 -2px;
}
.acf-field .acf-input{
    display: flex;
    flex-direction: column-reverse;
}
.acf-field .acf-notice{
    margin: 15px 0 5px 0;
}
.acf-fields>.acf-field{
    border-top: #dcdcdc solid 1px !important;
}


/* Gray Scale mode */
.grayscale{
    filter: grayscale(100%);
}
.grayscale #darkmode{
    filter: grayscale(0) !important;
}


/* Dark mode */
.darkmode{
    background: black;
    filter: grayscale(0%);
}
.darkmode .topbar-menu, .darkmode #header .top-bar, .darkmode #rrss .card-social__usm .card-footer, .darkmode #videos, .darkmode .topfooter, 
.darkmode #header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu, .darkmode #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu,
.darkmode #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .angle.blue, .darkmode .list-group-item:first-child, .darkmode .eael-data-table thead tr th,
.darkmode .n-e-card-info a, .darkmode .foot-n-e-card, .darkmode .n-e-tag .elementor-widget-container, .darkmode .elementor-share-btn, .darkmode .detalles-alto .elementor-element-populated,
.darkmode .accordion .acc-header, .darkmode .cat-secundaria, .darkmode .cat-primaria{
    background: #232323 !important;
}
.darkmode .cat-primaria{
	border-radius:20px;
}
.darkmode #header .top-bar .top-bar-menu li a.link-top-bar.highlight-link, .darkmode .btn-azul__usm, .darkmode .social-footer .elementor-icon, .darkmode .social-footer .elementor-icon i,
.darkmode .icon-circle__usm, .darkmode .swiper-button-prev::after, .darkmode .swiper-button-next::after, .darkmode  .list-group-card-usm .list-group-item-action, .darkmode  .list-group .list-group-item-action,
.darkmode .accordion .acc-header .icon, .darkmode .detalles-alto a, .darkmode #filtro, .darkmode .acf-button{
    background: yellow !important;
    color: black !important;
}
.darkmode .btn-azul__usm, .darkmode .badge-warning, .darkmode table, .darkmode th, .darkmode td, .darkmode .accordion .acc-content, .darkmode .n-e-tag span a, .darkmode .n-e-tags,
.darkmode .n-e-tags .elementor-widget-container, .darkmode .result-card .elementor-button-link, .darkmode .acf-field, .darkmode .acf-fields.-border
{
    background: #232323 !important;
    color: #ff0 !important;
}
.darkmode #portada .swiper-pagination-bullet-active, .darkmode .card-body__usm, .darkmode .footerbotom, .darkmode #header .wrap-menu .navbar-menu li a.single-link::after,
.darkmode #header .top-bar .top-bar-menu li a.link-top-bar:hover.single-link::after, .darkmode #header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu, 
.darkmode #header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .angle, .darkmode .top-bar-menu .nav-item:hover .dropdown-menu, .darkmode #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu,
.darkmode .card-body, .darkmode .elementor-widget-caluga-img-lista-usmcl .card-effect__usm a, .darkmode .list-group-item+.list-group-item, .darkmode .n-e-card-info, 
.darkmode .n-e-tags, .darkmode .result-card, .darkmode .accesibilidad-bar
{
    background: yellow !important;
}
.darkmode p, .darkmode h1, .darkmode h2, .darkmode h3, .darkmode h4, .darkmode h5, .darkmode h6, .darkmode th, .darkmode td, .darkmode span, .darkmode li, .darkmode #header .top-bar .top-bar-menu li a.link-top-bar, .darkmode #accesibilidad, .darkmode #header .wrap-menu .navbar-menu > li > a,
.darkmode #portada .swiper-pagination-bullet, .darkmode #portada .swiper-pagination-bullet, .darkmode .elementor-post__text a, .darkmode .elementor-heading-title, .darkmode .elementor-button span,
.darkmode #videos .title-video__usm, .darkmode #videos .description-video__usm, .darkmode .text-white__usm, .darkmode #rrss .card-social__usm .card-footer a, 
.darkmode .elementor-icon-box-title, .darkmode .current-number__usm, .darkmode .elementor-icon-list-item .elementor-icon-list-text, .darkmode .elementor-icon-list-item i,
.darkmode .total-number__usm, .darkmode .elementor-social-icon, .darkmode #header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu,
.darkmode #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu, .darkmode #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu,
.darkmode #header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu .item-main-menu i, .darkmode .accordion .acc-header, .darkmode .darkmode .list-group .list-group-item-action i,
.darkmode .event-side-info .elementor-text-editor, .darkmode .detalles-alto .hora-fecha, .darkmode .detalles-alto  .elementor-icon, .darkmode .btn-view-more, .darkmode .elementor-409 .elementor-element.elementor-element-27538f24 .elementor-post__text a,
.darkmode .elementor-409 .elementor-element.elementor-element-543579a7 .elementor-post__text a, .darkmode .elementor-posts-nothing-found, .darkmode .cat-secundaria a, .darkmode .cat-primaria a
{
    color: yellow !important;
    opacity: 1;
 }
 .darkmode #portada .swiper-pagination-bullet-active, .darkmode #header .top-bar .top-bar-menu li a.link-top-bar.highlight-lin, .darkmode .btn-azul__usmk, .darkmode .card-title
, .darkmode .card-text,.darkmode .icon-calendar__usm, .darkmode #rrss .card-social__usm .social-link, .darkmode .icon-blue__usm, .darkmode  .list-group-card-usm .list-group-item-action i,
.darkmode  .list-group .list-group-item-action i,.darkmode .elementor-share-btn, .darkmode .card-body h4, .darkmode .card-body p, .darkmode .card-body li, .darkmode .list-group-item+.list-group-item, .darkmode .n-e-card-info .elementor-heading-title,
.darkmode .detalles-alto .elementor-button-text, .darkmode .result-card p, .darkmode .result-card h3, .footerbotom .elementor-swiper-button
{
    color: black !important;
}

.darkmode img{
    filter: grayscale(50%);
}
.darkmode table, .darkmode th,  .darkmode td{
  border: 1px solid yellow !important;
}
.darkmode .eael-data-table thead tr th, .darkmode thead tr th, .darkmode .eventos-section th{
    background: #131313 !important;
}
.darkmode .acf-ui-datepicker .ui-state-default, .darkmode .acf-ui-datepicker .ui-widget-content .ui-state-default, .darkmode .acf-ui-datepicker .ui-corner-all,
.darkmode .ui-datepicker-month, .darkmode .ui-datepicker-year{
    background: #131313 !important;
    color: yellow !important;
}
.darkmode #portada .swiper-pagination-bullet{
    background: #ffff0021;
}

.darkmode .elementor-icon-box-icon svg .st0{
    fill: yellow;
}

.darkmode .footerbotom img{
    filter: invert(1);
}
.darkmode .top-bar-menu .nav-item .dropdown-menu:before{
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: yellow;
}
.darkmode #portada .slider-container .swiper-slide::after, .darkmode #portada .slider-container .swiper-slide::before, .darkmode .header-inner-page:not(.not-shadow-after)::after,
.darkmode .header-inner-page::before{
    height: 100%;
}
.darkmode #breadcrumbs a, .darkmode .eael-data-table-wrap table td a, .darkmode p a, .darkmode .accordion li a, .darkmode .elementor-text-editor li a, .darkmode  .n-e-tags .elementor-heading-title,
.darkmode .event-side-info .elementor-text-editor a
{
    color: #ffff8d !important
}
.darkmode .card-bgimgs .card-body__usm, .darkmode .card-bgimgs .card-body, .darkmode .card-body .list-group-item:first-child, .darkmode .card-body .card_list__usm .list-group-item,
.darkmode .external{
    background: transparent !important;
}
.darkmode .card-bgimgs .card-title, .darkmode .card-bgimgs .card-text, .darkmode .mce-toolbar .mce-ico, .darkmode i.mce-i-resize, .darkmode #buscar i{
    color: yellow !important;

}
.darkmode  .list-group-card-usm .list-group-item-action, .darkmode  .list-group .list-group-item-action{
    border-left: 4px solid #3c3c3c;
}
.darkmode .card.card__usm .card-info-hover{
    background-color: rgb(31 31 31 / 95%);
}
.darkmode .card-gradient60__usm::before{
    background-image: linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    height: 100%;
}
.accordion .acc-content {
    border-bottom: 2px solid #4c4c4c;
}
.darkmode .elementor-search-form__input{
    color: white !important;
    background: #232323 !important;
}
.darkmode .elementor-search-form__submit{
    background: yellow !important;    
}
.darkmode .elementor-search-form__submit i{
    color: black !important;    
}

.darkmode .acf-editor-wrap .wp-switch-editor{
    background: #272727 !important;
    color: yellow;
    border-color: yellow !important;
}


.darkmode .acf-field input[type="text"], .darkmode .acf-field input[type="password"], .darkmode .acf-field input[type="date"], .darkmode .acf-field input[type="datetime"], .darkmode .acf-field input[type="datetime-local"],
.darkmode .acf-field input[type="email"], .darkmode .acf-field input[type="month"], .darkmode .acf-field input[type="number"], .darkmode .acf-field input[type="search"], .darkmode .acf-field input[type="tel"], .darkmode .acf-field input[type="time"],
.darkmode .acf-field input[type="url"], .darkmode .acf-field input[type="week"], .darkmode .acf-field textarea, .darkmode .acf-field select, .darkmode iframe body,
.darkmode .html-active .switch-html, .darkmode .tmce-active .switch-tmce

{
    background: black !important; 
    color: yellow;
    border-color: black;
}
.darkmode div.mce-toolbar-grp, .darkmode .mce-toolbar .mce-btn-group .mce-btn.mce-listbox, .darkmode .acf-editor-wrap .wp-editor-container,
.darkmode .mce-menu.mce-in.mce-animate, .darkmode div.mce-statusbar, .darkmode .quicktags-toolbar, .darkmode .acf-fields>.acf-field{
    background: #272727 !important;
    border-color: yellow !important;
}
.darkmode .mce-menu.mce-menu-align .mce-menu-item-normal{
    background: #272727 !important;
}
.darkmode .wp-core-ui .button, .darkmode .wp-core-ui .button-secondary{
    color: #000000;
    border-color: #000000;
    background: yellow;
    vertical-align: top;
}
.darkmode .acf-field .acf-notice.-error, .darkmode .acf-notice.-error{
    background: #503d3d;
    color: #cc2727;
    border-color: #d12626;
}
.darkmode .acf-notice .acf-notice-dismiss{
    background: red !important;
    color: white !important;
}

.darkmode .topfooter img{
    filter: invert(12%) sepia(54%) hue-rotate(-366deg) saturate(7)
}
.darkmode .topfooter .elementor-grid-item a{
    background: yellow !important;
}
.darkmode .topfooter .elementor-grid-item a i, .darkmode .footerbotom a, .darkmode .footerbotom p{
    color: black !important;
}
.darkmode .acf-repeater a{
    background: transparent !important;
    color: yellow !important;
}


.size-plus-1 p{
    font-size: 15px; 
}
.size-plus-2 p{
    font-size: 16px; 
}
.size-plus-3 p{
    font-size: 17px; 
}


/* Accesibilidad para el Menu */

.size-plus-1 a.link-top-bar, .size-plus-1  #accesibilidad{
    font-size: 12px !important;
}
.size-plus-2 a.link-top-bar, .size-plus-2  #accesibilidad{
    font-size: 13px !important;
}
.size-plus-3 a.link-top-bar, .size-plus-3  #accesibilidad{
    font-size: 14px !important;
}
.size-plus-1 .top-bar-menu .nav-item .dropdown-menu .dropdown-item,  .size-plus-1  .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu, .size-plus-1 #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a
{
    font-size: 13px !important;
}
.size-plus-2 .top-bar-menu .nav-item .dropdown-menu .dropdown-item, .size-plus-2  .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu, .size-plus-2 #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a
{
    font-size: 14px !important;
}
.size-plus-3 .top-bar-menu .nav-item .dropdown-menu .dropdown-item,  .size-plus-3  .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-main-menu .list-main-menu, .size-plus-3 #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a
{
    font-size: 15px !important;
}


.size-plus-1 #header .wrap-menu .navbar-menu > li > a, .size-plus-1 #header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a,.size-plus-1 #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a
, .size-plus-1 .item-main-menu, .size-plus-1 #portada .swiper-pagination-bullet, .size-plus-1 .btn-view-more, .size-plus-1 .eventos-section tr td{
    font-size: 15px !important;
}
.size-plus-2 #header .wrap-menu .navbar-menu > li > a, .size-plus-2 #header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a,.size-plus-2 #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a
, .size-plus-2 .item-main-menu, .size-plus-2 #portada .swiper-pagination-bulle, .size-plus-2 .btn-view-moret, .size-plus-2 .eventos-section tr td{
     font-size: 16px !important;
}
.size-plus-3 #header .wrap-menu .navbar-menu > li > a, .size-plus-3 #header .wrap-menu .navbar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a,.size-plus-3 #header .top-bar .top-bar-menu > li.nav-item-megamenu .megamenu__usm .mega-sub-menu .list-unstyled li a
, .size-plus-3 .item-main-menu, .size-plus-3 #portada .swiper-pagination-bullet, .size-plus-3 .btn-view-more, .size-plus-3 .eventos-section tr td{
    font-size: 17px !important;
}


/* Accesibilidad Home y otros  */



.size-plus-1 .card-body h4, .size-plus-1 #rrss .card-social__usm .social-link, .size-plus-1 #breadcrumbs a, .size-plus-1 #breadcrumbs .breadcrumb_last, .size-plus-1 .img-top-card h4
,.size-plus-1 .card.card__usm .card-title-lvl-1, .size-plus-1 .event-block .elementor-heading-title, .size-plus-1 .event-block .hora-fecha{
    font-size: 19px !important;
}
.size-plus-2 .card-body h4, .size-plus-2 #rrss .card-social__usm .social-link, .size-plus-2 #breadcrumbs a, .size-plus-2 #breadcrumbs .breadcrumb_last, .size-plus-2 .img-top-card h4
,.size-plus-2 .card.card__usm .card-title-lvl-1, .size-plus-2 .event-block .elementor-heading-title, .size-plus-2 .event-block .hora-fecha {
    font-size: 20px !important;
}
.size-plus-3 .card-body h4, .size-plus-3 #rrss .card-social__usm .social-link, .size-plus-3 #breadcrumbs a, .size-plus-3 #breadcrumbs .breadcrumb_last, .size-plus-3 .img-top-card h4
,.size-plus-3 .card.card__usm .card-title-lvl-1, .size-plus-3 .event-block .elementor-heading-title, .size-plus-3 .event-block .hora-fecha {
    font-size: 21px !important;
}

.size-plus-1 .card-body h5, .size-plus-1 .btn-azul__usm, .size-plus-1 #rrss .card-social__usm .card-footer a, .size-plus-1 .card-body .list-group-item:first-child, .size-plus-1 .card-body .card_list__usm .list-group-item
, .size-plus-1 .list-group-card-usm .list-group-item-action,.size-plus-1 .elementor-text-editor li, .size-plus-1 .td-content, .size-plus-1 .card-link__usm, .size-plus-1 .list-group-item
, .size-plus-1 .td-content-wrapper a, .size-plus-1 .accordion .acc-header, .size-plus-1 .n-e-tags .elementor-heading-title, .size-plus-1 .n-e-tag span a, .size-plus-1 .n-e-card-info p, .size-plus-1 .n-e-card-info .elementor-button span
,.size-plus-1 .foot-n-e-card span, .size-plus-1 .acf-field .acf-label label{
    font-size: 15px !important;
}
.size-plus-2 .card-body h5, .size-plus-2 .btn-azul__usm, .size-plus-2 #rrss .card-social__usm .card-footer a, .size-plus-2 .card-body .list-group-item:first-child, .size-plus-2 .card-body .card_list__usm .list-group-item
, .size-plus-2 .list-group-card-usm .list-group-item-action,.size-plus-2 .elementor-text-editor li, .size-plus-2 .td-content, .size-plus-2 .card-link__usm, .size-plus-2 .list-group-item
, .size-plus-2 .td-content-wrapper a, .size-plus-2 .accordion .acc-header, .size-plus-2 .n-e-tags .elementor-heading-title, .size-plus-2 .n-e-tag span a, .size-plus-2 .n-e-card-info p, .size-plus-2 .n-e-card-info .elementor-button span
,.size-plus-2 .foot-n-e-card span, .size-plus-2 .acf-field .acf-label label{
    font-size: 16px !important;
}
.size-plus-3 .card-body h5, .size-plus-3 .btn-azul__usm, .size-plus-3 #rrss .card-social__usm .card-footer a, .size-plus-3 .card-body .list-group-item:first-child, .size-plus-3 .card-body .card_list__usm .list-group-item
, .size-plus-3 .list-group-card-usm .list-group-item-action,.size-plus-3 .elementor-text-editor li, .size-plus-3 .td-content, .size-plus-3 .card-link__usm, .size-plus-3 .list-group-item
, .size-plus-3 .td-content-wrapper a, .size-plus-3 .accordion .acc-header, .size-plus-3 .n-e-tags .elementor-heading-title, .size-plus-3 .n-e-tag span a, .size-plus-3 .n-e-card-info p, .size-plus-3 .n-e-card-info .elementor-button span
,.size-plus-3 .foot-n-e-card span, .size-plus-3 .acf-field .acf-label label{
    font-size: 17px !important;
}

.size-plus-1 .elementor-heading-title, .size-plus-1 .icon-calendar__usm, .size-plus-1 .title-slider{
    font-size: 31px !important;
}
.size-plus-2 .elementor-heading-title, .size-plus-2 .icon-calendar__usm, .size-plus-2 .title-slider{
    font-size: 32px !important;
}
.size-plus-3 .elementor-heading-title, .size-plus-3 .icon-calendar__usm, .size-plus-3 .title-slider{
    font-size: 33px !important;
}


.size-plus-1 .elementor-button span, .size-plus-1 #videos .title-video__usm, .size-plus-1 .home-posts .elementor-post__text a, .size-plus-1 .elementor-text-editor h3, .size-plus-1 .n-e-card-info h3
, .size-plus-1 .detalles-alto h3{
    font-size: 23px !important;
}
.size-plus-2 .elementor-button span, .size-plus-2 #videos .title-video__usm, .size-plus-2 .home-posts .elementor-post__text a, .size-plus-2 .elementor-text-editor h3, .size-plus-2 .n-e-card-info h3
, .size-plus-2 .detalles-alto h3{
    font-size: 24px !important;
}
.size-plus-3 .elementor-button span, .size-plus-3 #videos .title-video__usm, .size-plus-3 .home-posts .elementor-post__text a, .size-plus-3 .elementor-text-editor h3, .size-plus-3 .n-e-card-info h3
, .size-plus-3 .detalles-alto h3{
    font-size: 25px !important;
}


.size-plus-1 .topfooter .elementor-heading-title, .size-plus-1 .topfooter .elementor-icon-list-text{
    font-size: 13px !important;
}
.size-plus-2 .topfooter .elementor-heading-title, .size-plus-2 .topfooter .elementor-icon-list-text{
    font-size: 14px !important;
}
.size-plus-3 .topfooter .elementor-heading-title, .size-plus-3 .topfooter .elementor-icon-list-text{
    font-size: 15px !important;
}

.size-plus-1 .data-table-header-text, .size-plus-1 #accesibilidad .fa-universal-access, .size-plus-1 #event .n-e-card-info h3, .size-plus-1 .eventos-section th{
    font-size: 17px !important;
}
.size-plus-2 .data-table-header-text, .size-plus-2 #accesibilidad .fa-universal-access, .size-plus-2 #event .n-e-card-info h3, .size-plus-2 .eventos-section th{
    font-size: 18px !important;
}
.size-plus-3 .data-table-header-text, .size-plus-3 #accesibilidad .fa-universal-access, .size-plus-3 #event .n-e-card-info h3, .size-plus-3 .eventos-section th{
    font-size: 19px !important;
}

.size-plus-1 .card.card__usm .card-info-hover, .size-plus-2 .card.card__usm .card-info-hover, .size-plus-3 .card.card__usm .card-info-hover{
    overflow-y: scroll;
}





.size-plus-1 #ere404 h4{
    font-size: 162px !important;
}
.size-plus-2 #ere404 h4{
    font-size: 164px !important;
}
.size-plus-3 #ere404 h4{
    font-size: 166px !important;
}




/*****
Haciendo colapsable las tablas de plan de estudis
*****/
.collapsible i{
		transition: all .3s
}
.collapsible.active i{
	transform: rotate(180deg);
}
@media(max-width:764px){
	#plan_estudios tr td:nth-child(even){
		display:none;
	}
}


/*****
css de las tablas
*****/
#plan_estudios .eael-data-table-wrap table{
    border-radius: 10px;
    overflow: hidden;
    background-color: #074469;
}
#plan_estudios .eael-data-table tbody tr td .th-mobile-screen{
    display: none;
}
#plan_estudios .eael-data-table .td-content ul {
    margin-bottom: 0;
}
#plan_estudios .eael-data-table-wrap table tr td:nth-child(odd){
    width: 12% !important;
}
@media(max-width:764px){
	#plan_estudios .eael-data-table-wrap table tr td:nth-child(odd){
		width: 100% !important;
	}
}


.eael-data-table{
	border-collapse: collapse !important;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
	float: left !important;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
	float: right !important;
}

@media(max-width:767px){
	.wp-caption, .wp-caption img{
		width: 100% !important;
	}
}

.elementor-element p img.sin-sombra, .elementor-element p a.sin-sombra img{
	box-shadow: none !important;
}

.elementor-slideshow__footer.elementor-lightbox-prevent-close {
	display: none;
}


.post-password-form {
	padding: 180px 0px 0px;
    margin: auto;
    /* max-width: 1200px; */
    background: #24486c;
	margin-bottom: 100px;
	text-align: center;
}
.post-password-form p{
	background: white !important;
	margin-bottom: 0;
    padding-bottom: 20px;
}
.post-password-form > p:first-child {
	margin-bottom: 0 !important;
	padding-top: 100px !important
}
@media(max-width:1024px){
	.post-password-form{
		padding: 80px 0px 0px;
	}
}

.elementor-element.elementor-element-27538f24 .elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text, 
.elementor-element.elementor-element-543579a7 .elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text{
	flex: initial;
}