/*------------------------------------------
Template Name: AdminEx Dashboard
Author: ThemeBucket
-------------------------------------------*/


/*@import url('bootstrap.min.css');
@import url('bootstrap-reset.css');
@import url('jquery-ui-1.10.3.css');*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&display=swap");
@import url('../fonts/fontawesome-7.0/css/fontawesome.css');
@import url('../fonts/fontawesome-7.0/css/brands.min.css');
@import url('../fonts/fontawesome-7.0/css/solid.min.css');
@import url('../fonts/fontawesome-7.0/css/regular.min.css');
@import url('../fonts/fontawesome-7.0/css/light.min.css');
@import url('../fonts/fontawesome-7.0/css/thin.min.css');
@import url('../fonts/fontawesome-7.0/css/sharp-duotone-light.min.css');

/*@font-face {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/css/font-awesome.min.css') format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Open Sans Regular";
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/css/font-awesome.min.css') format("woff2");
    font-display: swap;
}*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #006098;
}
html,body {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto','Open Sans';
    color: #222222;
    /*line-height: 20px;*/
    overflow-x: hidden;
    font-size: 18px;
    top:0;
    min-width: 340px;
}

a.link_nosub {
    text-decoration: none !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li.active > a, .pagination > li.active > a:hover, .pager li > a:hover, .pager li > a:focus {
    background-color: #006098;
    border-color: #006098;
    color: #ffffff;
}

.wrapper:after {
    content: "";
    display: block;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    background-color: #006098;
    z-index:999;
}
.back-to-top:hover {
    background-color: #006098;
}
input, select, textarea {
    font-family: 'Roboto','Open Sans';
    color: #767676;
}

a {
    color: #006098;
}

a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #004c82;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto','Open Sans';
}


hr {
    border-color: #ddd;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.modal-header{
    background-color:#006098;
}
.header-section{
    min-height:82px;
    position: fixed;
    z-index:800;
    width:100%;
    background: #fff;
}
.logo-header{
    margin-top:10px;
    width:250px;
}
.logo-links{
    margin-top:-20px;
}
.logo-links a{
    font-size:10px;
    color:#9e9e9e;
    margin-left:4px;
}

.container{
    margin-top:-20px;
}

.box-content{
    margin-left:10px;
    margin-right:10px;
}

.pagetitle_home{
    padding:1px 0px;
    margin-bottom:20px;
    color:#006098;
}

.pagetitle_home h1 {
    font-size: 48px;
    margin-bottom: 5px;
    margin-top: 3px;
}
.pagetitle_home h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 3px;
}
.pagetitle_home h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 3px;
}

.pagetitle{
    padding:1px 0px;
    margin-bottom:20px;
    color: #000;
}

.pagetitle h1 {
    font-size: 42px;
    margin-bottom: 5px;
    margin-top: 3px;
    color:#006098;
    font-weight: bold;
}
.pagetitle h2 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 3px;
}
.pagetitle h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 3px;
}
.titlesection{
    font-size:26px;
    font-weight: bold;
    padding-top:10px;
    padding-bottom:35px;
}

.family h2{
    font-size:16px;
}
.child{
    margin-top:10px;
}
.child h3{
    font-size:14px;
}

.restartspaces{
    margin:0px;
    padding:0px;
}
.menubar{
    /*background: #327baa;*/
    /*background: -moz-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,138,181,1)), color-stop(19%, rgba(85,135,183,1)), color-stop(31%, rgba(85,135,183,1)), color-stop(100%, rgba(37,116,165,1)));
    background: -webkit-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -o-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    box-shadow: 0px 2px 5px grey;
    box-shadow: 0 2px 5px grey;*/
    width: 100%;
    min-height: 70px;
}
.menucolor{
    background: #006098;
    /*background: -moz-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,138,181,1)), color-stop(19%, rgba(85,135,183,1)), color-stop(31%, rgba(85,135,183,1)), color-stop(100%, rgba(37,116,165,1)));
    background: -webkit-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -o-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);*/
    border:none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #006098;
    color: #FFF;
}

.navbar{
    margin-bottom:0px;
}

.navbar .navbar-collapse {
    /*text-align: center;*/
}

.navbar-default .navbar-nav > li > a{
    color:#FFF;
}
.navbar-nav > li > a:hover{
    /*padding:40px 15px;*/
    text-decoration: underline;
}

.navbar-form{
    /*margin-bottom:-4px;*/
}

.navbar-nav > li > .dropdown-menu {
    /*background: rgba(63,138,181,1);
    background: -moz-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,138,181,1)), color-stop(19%, rgba(85,135,183,1)), color-stop(31%, rgba(85,135,183,1)), color-stop(100%, rgba(37,116,165,1)));
    background: -webkit-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -o-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);*/
    background-color: #FFF; /* #f9f9f9;*/
    border:1px solid #006297;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #292929;
}
.menu-color{
    /*background-color: #eff5f8;*/
    padding: 20px 150px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background-color: inherit;
    color:#000!important;
    /*font-weight: bold;*/
}

.dropdown-submenuesp > a:focus, .dropdown-submenuesp > a:hover{
    background-color: inherit;
    color:#006098!important;
    /*font-weight: bold;*/
}

/*.navbar-nav > li > .dropdown-menu > li > a{
    color:#FFF;
}*/
.navbar-toggle{
    background-color : #FFF;
    color:#000;
}
.navbar-toggle-left{
    float:left;
    margin-left:15px;
    height:35px;
}
.navbar-toggle-right{
    float:right;
}

#logos{
    margin-top:10px;
}
#logos i{
    font-size:26px;
}

.header-logo{
    padding-top:3px;
    margin-bottom:5px;
}

.breadcrumb{
    background-color: inherit;
    margin-top:90px;
}
.breadcrumb > li + li::before {
    color:#222222;
}
.breadcrumb li.active {
    color:#222222;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

footer.sticky-footer {
    bottom: 0;
    /*position: fixed;*/
    /*z-index: 99;*/
    width: 100%;

    background-color: #efefef;
    border-top: 1px none #cccccc;
    margin-top:20px;
}
.sticky-footer a{
    color:#868686;
    font-size:12px;
}

ul.language_bar_chooser{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.language_bar_chooser li {
    float:right;
    margin:10px;
}
ul.language_bar_chooser li a{
    display: block;
}



.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
    background: rgba(63,138,181,1);
    background: -moz-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,138,181,1)), color-stop(19%, rgba(85,135,183,1)), color-stop(31%, rgba(85,135,183,1)), color-stop(100%, rgba(37,116,165,1)));
    background: -webkit-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -o-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);

}
.dropdown-submenu>.dropdown-menu > li > a{
    color:#FFF;
}

.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color:#000;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:focus, .navbar-nav > .open > a:hover{
    background-color:#FFF!important;

}
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    color:#000!important;
}

.social_button{
    float:right;
    margin: 7px 10px;
}

.login_box{
    margin-top:13px;
}

.login_box li{
    list-style: outside none none;
}
.login_box li .dropdown-menu{
    margin-top:-42px;
}

.btn--sign{
    border: 1px solid #c0c0c0;
    border-radius:5px;
    color:black;
}
.btn--sign:hover{
    background-color: #cfcfcf;
}


.btn--wider{
    background-color:#006098;
    color:#FFF;
}


.ico_lang{
    font-size:16px;
    color:#006098;
}
.ico_user{
    font-size:16px;
    color:#006098;
    padding-bottom:6px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #006098;
}

.printer {
    float: right;
    font-size: 20px;
    margin-top: -38px;
    right: 0;
    cursor:pointer;
}
.ico_list{
}
.ico_new{
}
.ico_save{
}
.ico_order{
}
.ico_margin{
}

.elipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*Retocar el menu bar */
.navbar{
    min-height:10px;
}

/*.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:#fff;
}*/


.navbar-form{
    margin-right: 2px;
}

.slogan{
    font-size:17px;
    font-weight:bold;
    text-transform: uppercase;
    margin-top:20px;
    color:#a5a5a5;
    margin-left:-60px;
}

#frm_search {
    margin-right: 0;
    padding-right: 0;
}

.search_pc{
    position: absolute;
    z-index:99;
    margin-top: 58px;
    right: 46px;
    padding: 10px;
    background: #fff;
    border:1px solid #c0c0c0;
    /*background: -moz-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,138,181,1)), color-stop(19%, rgba(85,135,183,1)), color-stop(31%, rgba(85,135,183,1)), color-stop(100%, rgba(37,116,165,1)));
    background: -webkit-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -o-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);*/
}
.search_pc button{
    background-color: #006098;
    color: #fff;
}

.search_pc button:focus{
    background-color: #006098;
    color: #fff;
}

.search_button_pc{
    font-size:20px;
    background-color:inherit!important;
    color:#FFF!important;
    border:none;
    padding-left:3px!important;
    padding-right:3px!important;
}
.btn_search{
    cursor:pointer;
}

.footer_title{
    font-weight: 600;
    margin-bottom:6px;
    text-transform: uppercase;

}
.footer_title a{
    color:#222222;
    font-size:14px;
}

#logos_blue{
    width: 100%;
}
#logos_blue a{
    margin-right:30px;
}

#logos_blue i{
    font-size:36px;
    color:#006098;
}

/** MENU **/

.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #292929;
    padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.navSubTitle{
    font-weight: bold;
    color:#006098;
}
.navSubTitle a{
    text-decoration: none;
}
.mega-dropdown .dropdown-menu{
    padding-top:25px;
    padding-bottom:0px;
    margin-top:-1px!important;
    background-color: #FFF;
    position:fixed;
    /*top:124px;*/
    width:100%;
}

.dropdown-menu-simple{
    padding:10px 0px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: inherit;
    font-weight: bold;
    color:#006098 !important;
}

.dropdown-menu{
    border:1px solid #006098;
    border-radius: 0px;
}

.dropdown-submenuesp a{
    color:#292929;
}

.dropdown-submenu > ul{
    list-style:none;
    padding-left:0;
}
li.mega-dropdown > ul.dropdown-submenu{
    margin-left:15px;
}

li.dropdown-menu-simple a{
    color:#000;
    text-decoration: none;
}
li.dropdown-menu-simple a:hover{
    color:#006098;
    font-weight: bold;
}

.navExtra{
    margin-top:50px;
}
.navExtra a{
    font-size:18px;
}

.icon-left-chat{
    font-size:20px;
    position:fixed;
    right:0px;
    padding:15px;
    color:#FFF;
    border-radius: 5px 0px 0px 5px;
    cursor:pointer;

    background: rgba(63,138,181,1);
    background: -moz-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,138,181,1)), color-stop(19%, rgba(85,135,183,1)), color-stop(31%, rgba(85,135,183,1)), color-stop(100%, rgba(37,116,165,1)));
    background: -webkit-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -o-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(63,138,181,1) 0%, rgba(85,135,183,1) 19%, rgba(85,135,183,1) 31%, rgba(37,116,165,1) 100%);
    box-shadow: 0px 2px 5px grey;
    box-shadow: 0 2px 5px grey;

    z-index:999;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.button_color{
    background-color:#006098;
    color:#FFF;
}

.footer_color{
    background-color: #006098!important;
    color:#FFF;
}
.subfooter_color{
    background-color: #e5eff4;
    /*border:1px solid #c0c0c0;*/
}

.header_color{
    /*background-color: #3b3b3b;*/
}

.big-footer{
    padding-top:35px;
    background-color:#e5eff4 !important;
    margin-top:50px;
    border-top:1px #d6e6ee solid;
}
.big-footer a{
    text-decoration: none;
}
.footer_link{
    margin-bottom:-2px;
}

.btn-contact-home {

}
.btns-default-color{
    color:#006098;
}

.dropdown-esp{
    margin-right:7px;
}
.dropdown-esp li{
    padding:5px;
}
.dropdown-esp li a{
    color:#000;
    text-decoration: none;
}
.dropdown-menu-user li{
    width:190px;
}


.box-text-family{
    padding:15px 20px;
}
.box-links-family{
    /*background-color:#efefef;*/
    border-radius:15px;
    padding:10px 0px;
    border: 1px solid #c0c0c0;
}

.modal-dialog .modal-header{
    color: #FFF;
}

.cookie-consent{
    position: fixed;
    bottom: 0;
    right:0px;
    width: 25%;
    border: 2px solid #c0c0c0;
    background-color: #FFF;
    z-index:99999;
    padding:15px;
}
.cookie-consent button{
    padding:8px 10px;
}

.cookie-consent__config{
    background-color: #e9e9ed!important;
    color: #000!important;
    border-radius: 7px;
    border: 2px solid #c0c0c0;
    min-height:70px;
}
.cookie-consent__config:hover{
    background-color: #d0d0d7!important;
}
.cookie-consent__agree {
    background-color: #006098;
    color: #fff;
    border-radius: 7px;
    border-color: #006098;
    min-height:70px;
}
.cookie-consent__disagree {
    border-radius: 7px;
    border: 2px solid #c0c0c0;
    min-height:70px;
}
.cookie-consent__disagree:hover{
    background-color: #d0d0d7!important;
}

.cookie-consent-bloq{
    padding:15px 15px;
}
.switch_checkbox{display:none}
.switch
{
    width: 62px;
    height: 32px;
    background: #E5E5E5;
    z-index: 0;
    margin: 0;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius:16px; //IE 11
    -moz-border-radius:16px; //Mozilla
    -webkit-border-radius:16px; //Chrome and Safari
}
.switch:before
{
    content: ' ';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 60px;
    height: 30px;
    background: #FFFFFF;
    z-index: 1;
    border-radius:16px; //IE 11
    -moz-border-radius:16px; //Mozilla
    -webkit-border-radius:16px; //Chrome and Safari
}
.switch:after
{
    content: ' ';
    height: 29px;
    width: 29px;
    border-radius: 28px;
    background: #FFFFFF;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 2px 5px #999999;
    box-shadow: 0 2px 5px #999999;
}
.switchOn , .switchOn:before
{
    background: #4cd964 !important;
}
.switchOn:after
{
    left: 33px !important;
}
.switchBlock
{
    width: 62px;
    height: 32px;
    background: #E5E5E5;
    z-index: 0;
    margin: 0;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius:16px; //IE 11
-moz-border-radius:16px; //Mozilla
-webkit-border-radius:16px; //Chrome and Safari
}
.switchBlock:before
{
    content: ' ';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 60px;
    height: 30px;
    background: #FFFFFF;
    z-index: 1;
    border-radius:16px; //IE 11
-moz-border-radius:16px; //Mozilla
-webkit-border-radius:16px; //Chrome and Safari
}
.switchBlock:after
{
    content: ' ';
    height: 29px;
    width: 29px;
    border-radius: 28px;
    background: #FFFFFF;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 2px 5px #999999;
    box-shadow: 0 2px 5px #999999;
}
.switchBlock , .switchBlock:before
{
    background: rgba(170, 162, 158, 0.72) !important;
}
.switchBlock:after
{
    left: 33px !important;
}

.menu_left{
    color:#000;
    margin-left: -20px;
    margin-right: 20px;
}

.menu_left li{
    color:#000;
    list-style: none;
    padding-top: 10px;
}

.menu_left li p{
    text-decoration: none;
    color:#000;
    font-weight: bold;
}

.menu_left_active{
    color:#006098!important;
    font-weight: bold;
}

/*.menu_left li:active, li:hover{
    color:#006196;
}*/

.menu_leftsub li a{
    color:#000;
    text-decoration: none;
}
.menu_leftsub li a:active{
    color:#006098;
}

.modal-header{
    background-color: #006098;
}
/* BUTTONS */
.btn-primary{
    background: #006098!important;
    border-color: #006098!important;
}
/*.btn-primary:hover{
    background: #006098;
}*/
.bootbox-cancel{
    background-color: #FFF!important;
    color: #000;
    border:none;
}
.bootbox-cancel:hover{
    color: #000!important;
    border:none;
}
.bootbox-close-button{
    color: #fff;
}

/* MENU*/
.body-container{
    position:absolute;
    width:100%;
    height:1400px;
    /*background-color: #e5eff4;*/
    /*opacity:0.8;*/
    z-index: 999;
    display:none;
    backdrop-filter: blur(4px);
    background: rgba(0, 96, 152, 0.2); /* color + opacidad */
    margin-top:-49px;
}

/*.body_blur{
    filter: blur(1.2px);
    -webkit-filter: blur(1.2px);
}*/

.dropdown-toggle.show{
    background-color:#006098;
    color:#FFF;
}
/*·END MENU */
.stack-container{
    display: grid;
    align-items: center;
    justify-items: start;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.stack-text{
    margin-left: 1%;
    grid-area: 1/1;
    color: #FFF;
    display: block;
    z-index: 2;
}
.banner-texts{
    margin-left:3%;
    grid-area: 1/1;
    color:#FFF;
    display:block;
    z-index:2;
}

.banner-texts h3.medium-text{
    font-size:3.2vw; /*55px;*/
}
.banner-texts h3.small-text{
    font-size:2vw;
}
.banner-texts div.mini-text{
    font-size:1.6vw;
    margin-top:10px;
    max-width:65%;
}


.breadcrumb .breadcrumb-item{
    padding:5px 25px;
    border-top:1px solid #006098;
    border-bottom:1px solid #006098;
    color: #036095!important;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*clip-path: polygon(22px 0px, 100% 0px, 100% 0px, 90% 31px, 0px 100%);*/
}
.breadcrumb-item + .breadcrumb-item::before{
    font-family: 'Font Awesome 7 Pro'!Important;
    content:'\f715';
    font-size:19px;
    position: absolute;
    font-weight: lighter;
    color: #006098;
    transform: rotate(57deg);
    margin-top: -2px;
    margin-left: -38px;
}
.breadcrumb .breadcrumb-item:first-child {
    border-top-left-radius:40px;
    border-left: 1px solid #006098;
    padding-right:26px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb .breadcrumb-item {
    padding-right:30px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb .breadcrumb-item:last-child{
    background-color:#006098;
    color:#FFF!important;
    clip-path: polygon(9px 0px, 0% 0px, 96% 0px, 91% 30px, 4px 100%);
            /*0 0,         /* esquina superior izquierda *
            100% 0,      /* esquina superior derecha *
            100% 80%,    /* antes de la punta *
            110% 100%,   /* punta sobresaliente *
            0 100%       /* esquina inferior izquierda );*/
    box-sizing: border-box;
    margin-left:-15px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.color_airtecnics{
    color:#006098!important;
}
.bk_color_airtecnics{
    background-color:#006098!important;
}

.ico_chgunits{
    float: right;
    font-size: 20px;
    margin-top: -38px;
    right: 0;
    cursor: pointer;
    margin-right: 0px;
}
.bloq_gallery_text{
    position:absolute;
    margin-top:-2vw;
    margin-left:2vw;
    color:#000;
}

#sm_menu_ham{
    margin-top:13px;
    z-index:850;
}
#sm_menu_ham span{
    background-color:#000000;
}
.sm_menu_outer.active{
    height:calc(100dvh - 69px);
    background-color:#fff;
    font-size:24px;
    font-weight:bold;
}
.sm_menu_outer .mobile_menu a{
    color:#000;
    font-size:24px;
    font-weight: bold;
    text-transform: none;
}
.sm_menu_outer .mobile_menu li{
    border-image:none;
}
.sm_menu_outer.slide .mobile_menu .submenu{
    background-color: #fff;
}
ul.submenu li.back a{
    color:#006098;
    margin-left:10px;
}
.sm_menu_outer .mobile_menu li.back a{
    padding:20px 5px 20px 75px;
}

.no-scroll {
    overflow: hidden !important;
    height: 100vh !important;
    width: 100% !important;
    position: fixed !important; /* Clave para bloquear la rueda del ratón */
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color:#006098 !important;
}
.dropdown-toggle2::after{
    display:none;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #006098;
}

@media(max-width: 1300px){
    .menu-color {
        padding: 20px 70px;
    }
}

@media(max-width: 1200px){
    .dropdown-menu{
        padding:20px;
        width:300px;
    }

    .cookie-consent{
        bottom: 0px;
        width:100%;
    }
}

@media (max-width: 991px) {
    .mega-dropdown .dropdown-menu {
        position: relative;
        top:0px;
        padding-top:0px;
        /*color:#4F85B5;*/
    }
    .navbar-nav{
        margin-top:15px;
    }
    .navbar-nav > li > .dropdown-menu {
        /*background-color: #4F85B5;*/
        padding-left:80px;
    }
    .navExtra{
        margin-top:10px;
    }
    .dropdown-menu-simple a{
        margin-left:15px;
        color:#FFF;
    }
    li.dropdown-menu-simple a{
        color:#FFF;
        text-decoration: none;
    }
    .dropdown-menu-simple a div{
        margin-left:15px;
        color:#FFF;
    }
    .navSubTitle{
        margin-top:13px;
        margin-bottom:2px;
        margin-left:3px;
        font-size:20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #292929;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #292929;
    }
    .navExtra a{
        color: #FFF;
    }

    .ico_chgunits{
        margin-top: 0px;
    }

    .titlesection{
        font-size: 22px;
        margin-top:4px;
    }
    .bloq_gallery_text{
        position:absolute;
        margin-top:0.7vw;
        margin-left:4.5vw;
    }
    .dropdown-toggle::after{
        display: none;
    }
    .ico_chgunits{
        display:none;
    }
}


/*
li.dropdown-menu-simple a{
    color:#292929!important;
}
*/


@media (min-width: 768px) and (max-width: 991px) {

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    /*.navbar-collapse.collapse {
        display: none!important;
    }*/
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .login_box{
        display:none;
    }

    #in_search{
        width:100%;
    }
    .navbar-form {
        width:100%;
    }

    .bloq_footer_related{
        margin-top:10px;
    }

    .bloq_footer_contact{
        text-align: center!important;
    }

    .dropdown-menu{
        position:relative;
        width:100%;
        border: none;
    }
    .bloq_footer_related{
        margin-top:-12px!important;
    }
}


@media (min-width: 0px) and (max-width: 991px) {
    .search_pc{
        right: -30px;
        width: 300px;
    }
    .bloq_footer_end label{
        font-size:16px;
    }
    footer.sticky-footer{
        text-align: center;
    }
    .footer_link{
        margin-bottom:10px;
    }
    .bloq_footer_telfs{
        text-align: center;
        margin-bottom:20px;
    }
    .banner-texts h3.medium-text{
        line-height: 0.8;
    }
    .banner-texts h3.small-text{
        line-height: 0.8;
    }
    #breadcrum{
        visibility: hidden;
        height:80px;
    }
    .navbar-header button{
        background-color:#006098!important;
        color:#FFF;
        border:none;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color:#FFF!important;
    }
    .ico_user{
        color:#FFF!important;
    }
    .ico_user i{
        font-size: 22px;
    }
    .ico_lang{
        color:#FFF!important;
        font-size: 22px;
    }
    .bloq_footer_related{
        margin-top:-12px!important;
    }
    .cookie-consent-bloq{
        padding:20px 40px 40px 40px;
    }

    .navbar-nav > li > .dropdown-menu {
        border:none;
    }

    .printer{
        margin-top:-7px;
    }

    /** MOBILE  Menu **/

    .nav-drill {
        margin-top: 50px;
        transform: translateX(100%);
    }
    .nav-is-toggled {
        .nav-drill {
            transform: translateX(0);
        }
        &::after {
            opacity: 1;
            visibility: visible;
        }
    }

    // ---------------------------------------
    // important stuff starts here

    $nav-width: 250px;
    $nav-padding: 0.875em 1em;
    $nav-border-color: $primary-color-tint-5;
    $nav-background-color: $white;
    $nav-icon-font: 'Material Icons';
    $nav-icon-arrow-right: 'chevron_right';
    $nav-icon-arrow-left: 'chevron_left';

    $nav-level-border-color: $primary-color;
    $nav-level-background-color: $primary-color-tint-5;

    $nav-level3-background-color: $primary-color-tint-4;
    $nav-level4-background-color: $primary-color-tint-3;
    $nav-level5-background-color: $primary-color-tint-2;

    .nav {
        &-drill {
            display: flex;
            position: fixed;
            z-index: 100;
            top: 0;
            right: 0;
            width: $nav-width;
            height: 100vh;
            background-color: $nav-background-color;
            overflow-y: auto;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
            transition: 0.45s;
        }

        &-items {
            flex: 0 0 100%;
        }

        &-item {
            &:not(:last-child) {
                border-bottom: solid 1px $nav-border-color;
            }
        }

        &-link {
            display: block;
            padding: $nav-padding;
            background-color: $nav-background-color;
            color: $link-color;
            font-size: 1rem;
            line-height: 1.5em;
            font-weight: 300;
        }

        &-expand {
            &-content {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transform: translateX(100%);
                background-color: $nav-level-background-color;
                transition: 0.3s;
                visibility: hidden;

                .nav-item {
                    &:not(:last-child) {
                        border-bottom: solid 1px $nav-level-border-color;
                    }
                }

                .nav-link {
                    background-color: $nav-level-background-color;
                }

                .nav-back-link {
                    display: flex;
                    align-items: center;
                    background-color: $primary-color !important;
                    color: $white;

                    &::before {
                        content: $nav-icon-arrow-left;
                        margin-right: 0.5em;
                        font-family: $nav-icon-font;
                    }
                }
            }

            &-link {
                display: flex;
                justify-content: space-between;

                &::after {
                    content: $nav-icon-arrow-right;
                    flex: 0 1 auto;
                    font-family: $nav-icon-font;
                }
            }

            &.active {
                > .nav-expand-content {
                    transform: translateX(0);
                    visibility: visible;
                }
            }

        // quick example for other level colours
        .nav-expand-content {
            background-color: $nav-level-background-color;
            .nav-link {
                background-color: $nav-level-background-color;
            }
            .nav-expand-content {
                background-color: $nav-level3-background-color;
                .nav-link {
                    background-color: $nav-level3-background-color;
                }
                .nav-expand-content {
                    background-color: $nav-level4-background-color;
                    .nav-link {
                        background-color: $nav-level4-background-color;
                    }
                    .nav-expand-content {
                        background-color: $nav-level5-background-color;
                        .nav-link {
                            background-color: $nav-level5-background-color;
                        }
                    }
                }
            }
        }
        }
    }
    /** END MOBILE MENU **/

}


@media (min-width: 0px) and (max-width: 575px) {
    footer.sticky-footer{
        text-align: center;
    }
    .bloq_footer_end label{font-size:12px;}
    .banner-texts{
        position:absolute;
        margin-top:9px;
        margin-left:15px;
        color:#FFF;
    }

    .banner-texts h3.medium-text{
        font-size:16px;
        line-height: 1;
    }
    .banner-texts h3.small-text{
        font-size:14px;
        line-height: 1;
    }
    .banner-texts div.mini-text{
        font-size:10px;
        margin-top:10px;
        max-width:100px;
        display:none;
    }
    .navbar-brand img{
        width: 200px;
    }
}
