/* variable */
:root {     
    --base-color: #276cb6; 
    --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;
}
h4 {
    line-height: 2.6rem;
}

/* header */
.navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-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: 14px;
    font-weight: 500;
    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-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);
}

/* Generales */
.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(--tit-gray);
    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;
}



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;
}


/* header */
header .navbar-brand img {
    max-height: 100px; 
}

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;
}


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;
}




/* Footer */


.col_2_footer{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 5%;
}

ul.list_menu_foot li a {
    color: white;
}


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


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

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 30px;
        width: 100%;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        width: 230px;
        margin-top: -35px !important;
    }
}
@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;
    }
}




/** 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;
    }

    

}



@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; */
    }

}

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

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

    .seccion_innovacion{
        margin-top: 5%;
    }
	.col_2_footer {
      border: none;    
      padding-left: 0;
      text-align: center;
	}
}

    


}

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

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

}

/** Fin Edo Toledo - Mobile **/




