
    :root {
        --text: #333333;
--links: #0088CC;
--titles: #4b4b46;
--page-background: #F5F5F5;
--highlight: #AC145B;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #FFFFFF;
--section-titles-background: #4B4B46;
--header-background: #4B4B46;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #0088CC;
    }
    
header{
  font-size: 15px; 
}

.ods-front-header__menu-item-link{
  font-size: 14px;
  margin-left: 0px;
  margin-right: -27px;
}

/*----------------------------------------------------------
FOOTER
------------------------------------------------------------*/
footer .ods-front-footer > a
{
    display:block;
    width:100%;
    text-align:center;
    margin-top:-40px;
    padding-bottom:20px;
}
.ods-front-footer
{
    display:block;
    position:relative;
    overflow:hidden;
    height:auto;
}
.ods-front-footer__languages
{
    display:block;
    width:100%;
    padding:15px 0;
    text-align:center;
    margin:0;
}
.ods-front-footer__languages li.ods-front-footer__language
{
    display:inline-block;
    margin:5px 2px;
}
.ods-front-footer__languages li.ods-front-footer__language a
{
   display:block;
   width:46px;
    height:46px;
    border-radius:100%;
    border:1px solid #a11d35;
    font-size:19px;
    line-height:44px;
    font-weight:300;
}
/*----------------------------------------------------------
CABECERA
------------------------------------------------------------*/
header .fa.fa-bars
{
   color:#111;
    font-size:25px;
}
.ods-front-header
{
   background:#fff; 
    height:auto;
}
.ods-front-header__portal-brand
{
    height:auto;
}
.ods-front-header__portal-brand .ods-front-header__logo
{
    display: block;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 15px;
    max-height: 90px;
}
@media screen and (max-width: 992px)
{
    .ods-front-header__portal-brand .ods-front-header__logo
    {
        display: block;
        margin: 0 auto;
        padding-top: 8px;
        padding-bottom: 15px;
        max-height: 80px;
    }
    .ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link
    {
        margin-right:0;
    }
}
.ods-front-header__portal-brand__text
{
    display:none;
}
.ods-front-header__management-menu-item-link
{
 color:#333;   
}
.ods-front-header__management-menu-item-link--backoffice
{
    color:#fff !important;
}

.menu-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

ul.ods-front-header__menu
{
    display:block;
    width:100%;
    text-align:center;
    padding-top:8px;
    padding-bottom:4px;
}
.ods-front-header__menu-item-link
{
   color:#333;
   text-transform:uppercase;
   opacity:0.9;
   padding:0 35px;
   line-height:35px; 
}
.ods-front-header__menu-item-link:hover
{
   color:#333;
    opacity:1;
}
.ods-front-header__portal-brand
{
   display:block;
   position:relative;
   overflow:hidden;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link,
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link:hover,
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item
{
    color:#fff;
    border:none
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item-link
{
    color:#fff;
}
.ods-responsive-menu-placeholder__toggle:hover
{
    background-color:#fff;
}
