

/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');




.top-space-margin {
    margin-top: 170px !important;
}


/** Inicio Edo Toledo - Mobile **/


/** Media Min Width **/
@media (min-width: 991px) {
    .menu_nivel2{
        margin-top: -25% !important;
    }

    .no_desktop{
        display: none !important;
    }

    .html-video{
        /*object-fit:contain !important;*/
    }
    
}



@media (min-width: 767px) {

    .no-desde-ipad{
        display: none !important;
    }

    .icon_list_ed{
        width: 20%;
    }
    

    

}



@media (min-width: 1600px) {

    section.section_banner{
        height: 725px;
    }
    
}



/** Media Min and Max Width **/



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

    .no_utalinos{
        display: none;
    } 

    .acceso_topheader{
        display: block !important;
    }   
}


/*
@media only screen and (min-width: 1401px) and (max-width: 1690px) {

    .no_txt_utalinos{
        display: none;
    }

    .txt_position{
        text-align: right;
    }

}

*/




/** Media Max Width **/
@media (max-width: 1600px) {
    

}

@media (max-width: 1399px) {
    

}




@media (max-width: 1199px) {
   
}



@media (max-width: 991px) {
    
    .no-ipad{
        display: none !important;
    }

    .html-video{
        /* object-fit:cover !important; */
    }

    ul.list_educandus li{
        padding: 5% !important;
    }

    .top-space-margin{
        margin-top: 160px !important;
    }



}


@media (max-width: 767px) {
    
    section.section_banner{
        margin-top: 32% !important;
        height: auto !important;
    }

    .no-mobile{
        display: none !important;
    }

    .seccion_innovacion{
        margin-top: 5%;
    }

    .page-title-double-large h1{
        font-size:2.6rem;
    }


    ul.list_educandus li .tit_list_ed{
        font-size: 20px !important;
    }



    ul.list_educandus {
        width: 100% !important;
        margin-left: 0 !important;
    }

    ul.list_educandus li{
        padding: 6% 10% 4% 20% !important;
    }


    .icon_list_ed{
        width: 25%;
    }


    .top-space-margin{
        margin-top: 140px !important;
    }

    .alto-reconocimientos{
        height: auto;
    }

    


}

@media (max-width: 575px) {
    
    .d_none_buscador{
        display: none !important;
    }

    .tit_page{
        font-size: 30px !important;
    }

}

/** Fin Edo Toledo - Mobile **/





/** Inicio Edo Toledo  Desktop **/

/* Generales */


.page-title-double-large h1{
        font-size: 3.438rem !important;
}

.pagination-style-01 .page-item.active .page-link{
    background: var(--base-color) !important;
}

.acceso_topheader{
    display: none ;
}   

section.pad_10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.color_base{
    color: var(--base-color) !important;
}

.bg_color_base{
    background-color: var(--base-color);
}

.tit_seccion_gray{
    color: var(--base-color);
    font-size: 37px;
    letter-spacing: -2px;
}

.more-events__link {
    display: none;
}


a.item_th:hover{
    text-decoration: underline;
}


.bg_gradiente_top {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent; 
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 80%);
}


.thumb-post img {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 253px;
}

/*
.search-submit.swp-button {
  background: var(--base-color);
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 3%;
  margin-top: 3%;
  width: 22%;
  margin-right: 38%;
}
*/


ul.tabs_utalinos_mobile {
    padding: 0;
    margin-bottom: 10%;
    margin-left: 3%;
}

ul.tabs_utalinos_mobile li{
    border: 1px solid;
}

ul.tabs_utalinos_mobile > li > a{
    color: black;
}

ul.tabs_utalinos_mobile > li > a.nav-link.active {
    background: var(--base-color);
    color: white;
}

ul.tabs_universidad > li > a.nav-link.active, ul.tabs_universidad > li > a.nav-link:hover {
    color: var(--base-color) !important;
}


ul.list_educandus {
    width: 60%;
    margin-left: 20%;
}


ul.list_educandus li:first-child{
    padding-top: 0;
}

ul.list_educandus li:last-child{
    border: none;
}

ul.list_educandus li {
    border-bottom: 1px solid #ccc;
    padding:6% 15% 4% 25%;
}


ul.list_educandus li .tit_list_ed {
    color: var(--base-color);
    font-size: 30px;
    font-weight: 400;
}



/* Pricing table style xx */
.pricing-table-style-xx .row {
  -webkit-transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
}
.pricing-table-style-xx .row img, .pricing-table-style-xx .row i {
  -webkit-transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-xx .row:hover {
  background: var(--base-color);
  -webkit-box-shadow: 0 5px 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); ;
}

.pricing-table-style-xx .row:hover .text-center h4, .pricing-table-style-xx .row:hover .text-start .text-dark-gray{
    color: white !important;
}

.pricing-table-style-xx .row:hover img, .pricing-table-style-xx .row:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pricing-table-style-xx .action {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing-table-style-xx .action:hover {
  margin-right: -5px;
}



/* header */

header .navbar-brand img {
    max-height: 110px; 
}


header .border_top_menu{
    border-top: 10px solid var(--);
}


.acceso_topheader a, .acceso_topheader i  {
    color: var(--base-color);
}

.btn_utalinos{
    border: 1px solid var(--base-color);
    color: var(--base-color);
}

.btn_utalinos:hover .btn_utalinos_text {
    background: var(--base-color);
    color: white !important;
}

/*
.searchwp-modal-form-trigger-el {
    background-color: var(--base-color);
    background-image: url("lupa.png");
    border: none;
    color: white;
    padding: 13% 21%;
    float: left;
    width: 55px;
    height: 55px;
    margin-left: 15px;
}
*/ 

.btn_informate:hover{

}

a.btn_info_blanco{
    background: white;
    color: var(--base-color);
    border: 1px solid var(--base-color);
}


a.btn_info_blanco:hover{
    background: var(--base-color);
    color: white;
}

.navbar-brand img{
    float: right;
}


/* Page Entorno */
.text_subtitulo_entorno{
    color: var(--base-color);
    width: 50%;
    line-height: 1;
    font-size: 28px;
    margin-top: -7%;
}

.bajada_mapas{
    color: var(--base-color);
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    width: 80%;
}

.titulo_seccion_video {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}


/* Home */

.fonts-37px{
    font-size: 37px;
}


.video_slide{
    height: 1324px;
}


.bg_gradiente_transparente{
   /* background: linear-gradient(.25turn, white, 25%, transparent);*/
   background-image: url(images/01_gradiente.png);

}

.tit_rep_sec{
    line-height: 1.2;
    text-align: left;
}


.tit_secciones { 
  color: var(--tit-gray);
}


.text_cifras{
    line-height: 1;
    font-size: 16px;
}

.bloque_izq_noticias{
    border-right: 1px solid #ccc;
    padding-right: 4%;
}

a.tit_not_prin {
    
    /*font-weight: 600;
    color: #2d2b2c;
    font-size: 2.6rem;
    margin-bottom: 2%;
    float: left;
    line-height: 1;*/

    line-height: 2.6rem;
    font-size: 37px;

}


a.tit_not_sec{
    color: var(--base-color);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
}

span.epigrafe_not_sec {
    width: 100%;
    float: left;
    font-size: 16px;
}

a.btn_circulo_innov{
    background: white ;
}

a.btn_circulo_innov:hover {
    background: var(--base-color);
    color: white;
}


.circulo_red_al{
    border: 1px solid;
}

.icono_red_al{
    font-size: 52px;
    font-weight: 500;
    color: black;
}


.tabs_utalinos >.container > .nav-tabs {
    --bs-nav-tabs-border-color: none !important;
}

.tabs_utalinos >.container > .nav-tabs > li.nav-item > .process-step-icon-box > .progress-image > .nav-link.active {

    height: 150px;
    background: var(--base-color) !important;
    width: 150px;
    border: none !important;
}

.tabs_utalinos .nav-tabs .nav-link.active .icono_red_al {
    color: white !important;
}



.tab_calendario_acad .nav-tabs .nav-link{
    padding: 10px !important;
}

.tab_calendario_acad > .nav-tabs > .nav-item > .nav-link.active , .tab_calendario_acad > .nav-tabs > .nav-item > a.nav-link:hover{
    background: var(--base-color) !important;
    color: white;
}


ul.tab_anios > li > a.active{
    background: var(--base-color) !important;
    color: white !important;
    border-radius: 10px;
}

ul.tab_anios > li > a.active, ul.tab_anios > li > a:hover{
    background: var(--base-color) !important;
    color: white !important;
    border-radius: 10px;
}


ul.tab_anios > li > a {
    border: 1px solid #ccc !important;
    border-radius: 10px;
    color: #3d3434;
}

.border-row-bottom{
    border-bottom: 1px solid #ccc;
}


.tit_cont_centro{
    min-height: 80px;
}

.tab_calendario_acad > .nav-tabs > .nav-item > .nav-link.active, .tab_calendario_acad > .nav-tabs > li.nav-item:last-child > a.nav-link{
    background: #A1A1A1;
    color: white;

}

    
/* Single Noticias */

.the-excerpt p{
    color: var(--base-color);
    font-weight: 500;
}

/* Footer */


.bottom_footer{
    background: #989898;
}

ul.list_menu_foot li a {
    color: var(--dark-gray);
}


ul.list_menu_foot li a:hover {
   color: var(--base-color);
}


.logos-footer {
    justify-content: center;
    display: flex;
}



/* Detalle Reportaje */

.bg-gradient-green-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #b9b2b2 100%);
}



/* Unidades Academicas Detalle */ 

.sw_unidades_acad > .swiper-pagination {
    bottom: 0 !important;
}

.sw_unidades_acad > .swiper-pagination > .swiper-pagination-bullet-active {
    background: var(--base-color) !important;
}



/* Noticias */

.rrss_post > .heateor_sss_sharing_container > .heateor_sss_sharing_ul{
    float: right !important;
}


.alto-reconocimientos{
    height: 520px;
}


/** Fin Edo Toledo **/




/* variable */
:root {     
    --base-color: #c00418; 
    --medium-gray: #333;
    --tit-gray: #b8b8b8;
    --dark-gray: #1d1d1d;  
    --charcoal-blue: #232323;
    --alt-font: 'Inter', sans-serif;
    --primary-font: 'Inter', sans-serif;
}

body {
    line-height: 30px;
}
a:hover {
    cursor: pointer !important;
}
h1, .h1 {
    line-height: 4rem;
}
h3, .h3 { 
    line-height: 2.813rem;
    font-size: 37px !important;
}
h4 {
    line-height: 2.6rem;
}

/* header */
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: var(--medium-gray);
}

.navbar .navbar-nav .nav-link:hover{
    color: var(--base-color); 
}

.navbar .navbar-nav .nav-link:active{
    color: var(--base-color);
    text-decoration: underline;
}


header .header-button .btn.btn-switch-text.btn-medium > span {
    padding: 12px 22px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 15px;
    font-weight: 300;
    color: var(--dark-gray) !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    background-color: #f6f4f3;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
    width: 35px;
}
/*margin*/
.ms-100px {
    margin-left: 100px;
}
.ms-80px {
    margin-left: 80px;
}
.mb-minus-50px {
    margin-bottom: -50px;
}
/* btn 
.btn {
    text-transform: none;
    letter-spacing: 0;
}

.btn.btn-extra-large {
    font-size: 16px;
    padding: 16px 32px;
}

.btn.btn-large {
    font-size: 15px;
    padding: 15px 30px;
}
*/

.btn.btn-switch-text.btn-large > span {
    padding: 15px 30px;
}

.btn-gradient-fuel-yellow-blue {
    background-image: linear-gradient(to right, #d18215, #3797a1, #d18215);
    background-size: 200% auto;
    color: var(--white);
}
/* left right top bottom */
.left-minus-45 {
    left: -45%;
}
.bottom-minus-200px {
    bottom: -200px;
}
.one-half-screen {
  height: 550px !important;
}
.swiper-pagination-progress .swiper-progress {
    background-color: var(--dark-gray); 
}
.magic-drag-cursor #ball-cursor:before {
    font-weight: 500;
}

/* text gradient color */
.text-gradient-base-color {
    background-image: linear-gradient(to right, #e97522 0%, #1ea3b1 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-orange{
    color: #e97522;
}
.text-blue{
    color: #1ea3b1;
}
/* bg gradient color */
.bg-gradient-top-very-light-gray { 
    background-image:linear-gradient(to right, #fbf3e9, #f9f4eb, #f4f4f0, #f2f4f2, #eff4f4);
}
.bg-linen {
    background: #f6f4f3;
}
.bg-gradient-orange-transparent {
    background: linear-gradient(to right, rgba(233, 117, 34, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-blue-transparent {
    background: linear-gradient(to right, rgba(30, 163, 177, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
/* blog only text */
.blog-only-text .card-body:after {
    display: none;
}
/* social icon style 06 */
.social-icon-style-06 li {
    position: relative;
}
.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}
.social-icon-style-06 li:last-child:before {
    display: none;
}
.google-maps-link a:hover {
    color: var(--white);
}
/* footer */
footer ul li {
    margin-bottom: 0;
    line-height: 28px;
}
footer a:hover {
    color: var(--white);
}
footer .footer-logo img {
    max-height: 34px;
}
/* z-index */
.z-index-99 {
    z-index: 99; 
}
@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 10px 15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        width: 370px; /* 285px */
        margin-top: -45px !important;
        padding: 15px;
    }
}
@media (max-width: 1199px) {
    .left-minus-45 {
        left: -78%;
    }
    .lg-ms-70px {
        margin-left: 70px;
    }
    .lg-bg-transparent {
        background-color: transparent;
    }
    .one-half-screen {
        height: auto !important;
    }
}
@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a i {
        font-size: 19px;
        vertical-align: middle;
        color: var(--white);
    }
    .md-top-auto {
        top: auto;
    }
}




