/*Cookiebot*/
@media (min-width: 650px) {
    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
        display: flex !important;
    }
}

/*
@media (max-width: 991px) {
    .navbar-sup li svg{
        width:18px;
        height: 18px;
        vertical-align: sub;
        margin-right: 10px;
    }
    .navbar-sup li svg path{
        fill:#FFF;
    }
    .navbar-sup{margin:0}
    .navbar-sup li{
        position: relative;
        display: block;
        background: #001978;
        border-bottom: 2px solid #55659e;
        padding: 15px;
    }
    .navbar-sup li a    {
        color: #FFF;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 20px;
    }
    .navbar-sup li:last-child {
       border:0
    }
    .navbar-sup li.acess-user{
        color: #FFF;
        text-transform: uppercase;
        font-size: 0.75em;
        line-height: 20px;
        font-weight:700;
    }
    .logo-mobile img{
        margin-left:20px;
    }

}

@media(min-width:992px ){

    h1.logo_portal {
        margin-top: -4px;
    }

    !* Start: navbar Superior - acceso clientes *!
    .led-logo a{
        padding:30px 0 18px 15px!important;
        text-align: left
    }

    .logo{
        margin-top:12px;
    }
    ul.navbar-sup{
        padding:26px 0;
        overflow: hidden;
    }
    ul.navbar-sup:last-child{
        margin-right:0
    }
   !* ul.navbar-sup li:last-child{
        padding-right:0;
    }*!
    .navbar-sup li{
        float:left;
        padding:0 15px;
        list-style-type: none;
        color: #C01427;
        font-size:1em;
        border-right: 1px solid #dddddd;
    }
    .navbar-sup li .dropdown-menu{
        border-radius: 0;
        left:190px;
    }
    .navbar-sup li .dropdown-menu li{
        float:none;
        display:block;
    }
    .navbar-sup li.shop{
        padding-left:0
    }
    .navbar-sup li.search{
        border-right: 0;
    }
    .navbar-sup li:last-child{
        text-align: right;
        border:0;
    }
    .navbar-sup li a{
        vertical-align: sub;
        color:#001978;
    }
    .navbar-sup li.user-logged-name {
        vertical-align: bottom;
        font-weight: 600;
    }
    .navbar-sup li svg{
        width:18px;
        height: 18px;
        vertical-align: sub;
        margin-right: 5px;
    }
   !* .navbar-sup li img{
        margin-right:5px;
        vertical-align: text-top!important;
    }*!
    .navbar-sup li.acess-user{
        padding: 3px 8px;
        font-weight: 600;
        font-size: .8125em;
        border: 1px solid #001978;
        background-color: #FFF;
        color: #001978;
        display: inline-block;
        text-transform: uppercase;
    }
    .navbar-sup li li{
        padding: 0;
        text-transform: uppercase;
    }
    .navbar-sup li .dropdown-menu>li>a:focus,
    .navbar-sup li .dropdown-menu>li>a:hover{
        font-weight: 700;
        background: none;
    }
    nav .inicio a{
        color:#FFF;
        text-decoration:none;
    }
    !* End: Icono de inicio *!



    !* estilo acceso clientes *!
    .navbar-nav .access-client .exit svg {
        fill:#C01427;
        width:12px;
        height:15px;
        float:right;
        margin-left:5px
    }
    .navbar-nav .access-client {
        display: inline-block;
    }
    .navbar-nav button.exit {
        border:0;
        padding-right:0;
        background:none;
    }
    .navbar-nav button:focus {
        outline: 0;
    }

    .navbar-nav .access-client .icon-chevron-down:before{
        vertical-align: middle;
        padding-left:5px;
    }
    .navbar-nav  .acess-user .name-user{
        line-height: 32px;
        padding-right: 10px;
        font-weight: 700;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .login-letter{
        background:#c01427;
        color:#FFF!important;
        font-weight:700;
        font-size:20px;
        width:30px;
        height:30px;
        float:right;
        text-align: center;
        border-radius: 50%;
        padding:1px  7px;
    }
    .open .dropdown-menu li .name-user {
        display:block;
        font-weight:700;
        text-transform: uppercase;
    }
    .dropdown-menu .divider{
        background-color:#c01427;
    }

}
@media(max-width: 767px){
    .logo_portal{
        font-size: 19px;
        color:#FFF;
        font-weight: 700;
        letter-spacing: .04em;
    }
    .logo-mobile{
        padding-left: 30px;
        padding-top: 4px;
    }

    .navbar-toggle{
        margin-top: 0 !important;
    }
}*/

#formSearch {
    display: inline-flex;
}

header .close-session {
    position: relative;
    background: #f2f3f8;
    font-size:30px;
}
header .close-session span{
    display:block;
    color: #001968;
}

header .dropdown-account {
    padding: 0;
    top: 5px !important;
    font-size: 11px;
    border-radius: 0;
}
header .dropdown-item {
    padding: 0.5em 0.8em;
    font-weight:bold;
    color: #001968;
    font-size:11px;
    display: block;
}
header .dropdown-item:hover,
header .dropdown-item:hover span  {
    background: #808cbc;
    color: #FFF;
}
header .dropdown-item [class^="lf-icon"],
header .dropdown-item [class*=" lf-icon"] {
    margin-right: 0.2em;
    font-size: 2.1em;
    vertical-align: middle;
}
header .dropdown a span{
    color:#001968;
}
header .dropdown .logo-cliente {
    max-height: 42px;
    max-width: 95px;
	/* para texto ALT: */
	font-size: 0.8em;
	line-height: 1.27;
	color: #001978;
}
header .dropdown-menu{
    padding: 0;
}
header .app-list-toggle {
    font-size: 28px;
    color: #001968;
    margin-top:9px;
}
header .input-searcher {
    margin-right: 10px;
    display: none;
}

header .input-group .form-control{
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da!important;
    border-radius: .25rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
header .input-group .form-control.no-logged{
    width:auto !important;
}


.input-searcher input {
}
header .input-searcher input:focus{
    outline:0;
    background-color:  #FFF;
    border:1px solid #ced4da;
    box-shadow:none;
}

header .tag-seccion {
    border: 1px solid #ced4da;
    width: 260px;
    margin: 0 0 20px 0;
    padding: 10px 15px;
    position: absolute;
    top: 33px;
    background:  #FFF;
    border-top: 0;
    z-index: 1;
}
header .tag-seccion > li {
    font-size: 13px;
    color: #7C868C;
    text-transform: uppercase;
    overflow: hidden;
    border-bottom: 1px solid #EBEDEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}
header .tag-seccion > li ul {
    margin: 0;
    padding: 0;
}
header .tag-seccion > li li {
    font-size: 11px;
    color: #7C868C;
    float: left;
    text-transform: lowercase;
    list-style-type: none;
    font-weight:normal;
}
header .tag-seccion > li .result-noticias li{
    float:none;
    margin-bottom:10px;
}
header .tag-seccion > li .result-noticias li:last-child{
    border-bottom: 0;
    margin:0;
}
header .sin_coincidencias{
    position: absolute;
    left: 5px;
}
header .searcher{
    color: #001968;
    font-size:23px;
    margin-right: 15px;
}

header .separator-header{
    border-right: 2px solid #CDD2E5;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
}
header .user-access {
    color: #001968;
    font-size: 25px;
}
header .user-access .text-access{
    font-size:12px;
    text-transform: uppercase;
    font-weight:700;
}
header .icon-soporte{
    font-size: 30px;
    color:#808cbc;
}

header .letra-user-registred{
    border-radius:50%;
    color: #FFF;
    font-size:30px;
    padding:10px;
    background: #808cbc;
    width:50px;
    height: 50px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}
header .bt-search-header {
    border: 0;
    border-radius: 2px;
    color:  #FFF;
    font-size: 21px;
    background-color: #001978;
    box-shadow: 0 1px 1px 0 #D6D8D9;
    padding: 4px 8px 2px 8px;
    transition: 0.3s;
    margin-left:10px;
    margin-bottom:0;
}
header .bt-search-header:hover{
    background: #808cbc;
    transition: 0.3s;
    color:#FFF;
}
header .bt-search-header span {
    display: inline-block;
    line-height: 28px;
    color:#FFF;
    font-size:21px;
    margin-right:0;
}
header .dropdown-toggle:after {
    margin-left: .25em;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    vertical-align: .345em;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #001978;
    border-left: 1px solid #001978;
    display:inline-block;
}

.app-list {
    top: 64px;
    right: -118px;
    left: auto;
    max-width: 298px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.app-list .content {
    padding: 0 24px;
}
.menu-title {
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 1.2;
    font-family: MTTMilano, Lato, Arial, sans-serif;
    color: #001978 !important;
    border-bottom: 1px solid;
}
.app-list .lf-icon-close{
    text-align: right;
    display: block;
}
.logo-eco {
    margin-bottom: 9px;
    font-weight: bold;
    font-size: 1.8em;
    text-transform: uppercase;
}

.product-list {
    display: block;
    float: left;
    margin:20px 0 40px 0;
    width: 300px;
    max-height: 488px;
    font-weight: bold;
    overflow: auto;
}
.product-list li {
    float: left;
    margin: 0 5% 31px 5%;
    width: 40%;
    height: 70px;
    font-size: .75rem;
    list-style: none;
    text-transform: uppercase;
}
.product-list [class^="lf-icon"],
.product-list [class*=" lf-icon"] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 9px auto;
    padding: 3%;
    width: 50px;
    height: 50px;
    font-weight: normal;
    font-size: 27px;
    border-radius: 50%;
    background: #001978;
    text-align: center;
    color: #fff;
}
.product-list [class*=" lf-icon"]:hover,
.product-list [class^=lf-icon]:hover {
    background:#808cbc;
}

.product-list a {
    color: #001978;
}
.product-list a:hover {
    text-decoration: none;
}

.product-description {
    margin-bottom: 25px;
    width: 300px;
}
.product-description span {
    font-size: .875rem;
    color: #666;
}


@-moz-document url-prefix() {
    .dropdown-menu-arrow {
        top: -46px;
    }
}
.dropdown-menu-arrow {
    top: -26px;
    left: 56%;
    width: 0;
    height: 0;
    position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 13px 13px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}
.dropdown-menu-arrow:before {
    bottom: -17px;
    right: -8px;
    border-bottom-color: rgba(0, 0, 0, .15);
}
.dropdown-menu-arrow:after {
    bottom: -18px;
    right: -8px;
    border-bottom-color: #fff;
}

/* Centro de soporte -estilos heredados- */
#supportModal .modal-footer,
#supportModal .modal-header {
    border: 0;
}
#supportModal .close {
    color: #001978;
}
#supportModal .close span {
    font-size: 18px !important;
}
#supportModal h2 {
    font-size: 24px;
    color: #001978 !important;
    font-family: MTTMilano-Medium, Lato, Arial, sans-serif !important;
    background:none;
}
#supportModal h3 {
    font-size: 24px;
    color: #001978 !important;
    font-family: MTTMilano-Medium, Lato, Arial, sans-serif !important;
    border-bottom: 0;
    text-transform: none;
}
#supportModal [class^="lf-icon"] {
    font-family: lf-font !important;
    font-size: 50px;
    color: #001978;
    padding-bottom:10px;
    padding-top:5px;
}
#supportModal p {
    font-size: 16px;
    color: #808cbc !important;
    font-family: MTTMilano-Medium, Lato, Arial, sans-serif !important;
}
#supportModal span {
    display: block;
}
#supportModal .contacto {
    font-size: 17px;
    color: #001978 !important;
    font-family: MTTMilano-Medium, Lato, Arial, sans-serif !important;
}
#supportModal .horario {
    font-size: 14px;
    color: #4a4a4a !important;
    font-family: MTTMilano-Medium, Lato, Arial, sans-serif !important;
}
#supportModal .item {
    border:1px solid #666;
    height:380px;
    margin-bottom:15px;
}

#supportModal .item.support {
    background-color: #001978;
    border:0;
}
#supportModal .item.support [class^="lf-icon"] {
    font-family: lf-font !important;
    font-size: 50px;
    color: #fff;
}
#supportModal .item.support h3 {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    padding-top:5px;
    font-weight:400;
}
#supportModal .item.support a,
#supportModal .item.support a:active,
#supportModal .item.support a:hover,
#supportModal .item.support a:visited {
    font-size: 10px;
    color: #fff !important;
    font-family: MTTMilano, Lato, Arial, sans-serif !important;
    text-transform: uppercase;
    display:inline-block;
}
#supportModal .item.support a [class^="lf-icon"],
#supportModal .item.support a:active [class^="lf-icon"],
#supportModal .item.support a:hover [class^="lf-icon"],
#supportModal .item.support a:visited [class^="lf-icon"] {
    font-family: lf-font !important;
    font-size: 25px;
    display: block;
}
#supportModal .item.support ul {
    flex-wrap: wrap;
}
#supportModal .item.support li {
    list-style: none;
    width: 47%;
    height: 82px;
    border: 1px solid #7f8cbb;
    margin: 5px 3px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
}
#supportModal .item.support li:hover {
    background: #808cbc;
}
.btn-primary-outline{
    background:#FFF;
    border:1px solid #001978;
    padding:5px 15px;
    text-transform: uppercase;
    font-size:12px;
    color:#001978;
    font-weight:600;
    display:inline-block;    
}
.btn-primary-outline:hover{    
    color:#001978;    
}
.modal-header{
    border: 0;
    background: #f3f4f9;
    color: #001978;
    font-weight: 700;
}
#supportModal h2 {
    font-size: 24px;
    color: #001978!important;
    font-family: MTTMilano-Medium,Lato,Arial,sans-serif!important;
    background: 0 0;
    margin-top:15px;
    font-weight:500;
}
#supportModal h2:before{
    background: none;
    box-shadow:2px 2px 0px 0px transparent!important;
    margin: 0;
}
#supportModal .btn{
    background:#001978!important;
}
.position-relative{
    position: relative;
}
#supportModal .p-0 {
    padding:0!important
}
#supportModal .m-0 {
    margin: 0!important;
}
#supportModal .d-flex{
    display: flex!important;
}
/* MEDIA QUERIES */
@media(max-width: 767px) {

}
@media (min-width: 768px) {
    .navbar-header{
        float:none!important;
    }
    .app-list {
        top: 69px;
        right: 15px;
        max-width: 348px;
    }
    .dropdown-menu-arrow {
        top: -18px;
        left: 95%;
        width: 0;
        height: 0;
        position: relative;
    }
}
@media (max-width: 991px) {
    .menu-title {
        margin-bottom: 20px;
    }
    .logo_portal {
        font-size: 17px;
        color: #FFF !important;
        font-weight: 400;
        letter-spacing: .04em;
        text-align: left;
        line-height:30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .logo_portal {
        color:#001978;
        font-size: 24px !important;
        line-height: 34px;
        font-weight:700;
    }
    header .input-group .form-control.logged{
        width:248px !important; margin-left:10px;
    }
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    header .input-group .form-control.logged{
        width: 310px !important;
    }
    header.container {
        max-width: 1420px !important;
    }
    .logo_portal{
        font-weight: 700;
        letter-spacing: .04em;
        font-size:28px;
        color:#001978;
    }   
    .modal-xl, #supportModal .modal-lg {
	    max-width: 1180px;
	    width: auto;
	}
}

@media (min-width: 992px){    
    .logo_portal {
        font-weight: 700;
        letter-spacing: .04em;
        font-size: 28px;
        color: #001978;
        position: absolute;
        left: 0;
        top:-60px;		
    }
}
