﻿.site-header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1000000001;
}

.site-header.principal {
    background-color: crimson;
}

.site-header.inside {
    background-color: white;
}

.site-header a {
    color: #fff;
}

.site-header .inside a {
    color: black;
}

.inside-header-bar {
    padding: 7px;
    width: 100%;
    height: 40px;
    background-color: crimson;
    display: inline-block;
    text-align: center;
}

.inside-header-bar-box {
    width: 40%;
    display: inline-block;
}

.inside-header-bar-box.left{
    text-align: left;
}

.inside-header-bar-box.right{
    text-align: right;
}

.inside-header-bar a {
    text-decoration: none;
    font-size: 1rem;
    margin-left: 10px;
}

.inside-header-bar a:hover {
    color: darkred;
}

@media(max-width: 650px){
    .site-header{
        text-align:center
    }
}
.site-header .site-branding{
    float:left;
    max-width:100%;
    padding:10px 0
}
@media(max-width: 650px){
    .site-header .site-branding{
        width:50%
    }
}
.site-header .site-branding #site-details{
    float:left
}
@media(max-width: 768px){
    .site-header .site-branding #site-details .site-title{
        margin:0px
    }
}
.site-header .site-branding #site-details .site-title a{
    color:#fff
}
.site-header .site-branding #site-details .site-title a:hover,.site-header .site-branding #site-details .site-title a:focus{
    color:#00c42a
}
.site-header .site-branding #site-details .site-title a img.logo-collapse{
    -webkit-transform:scale(0.78);
    -khtml-transform:scale(0.78);
    -moz-transform:scale(0.78);
    -ms-transform:scale(0.78);
    -o-transform:scale(0.78);
    transform:scale(0.78)
}
@media(max-width: 992px){
    .site-header .site-branding #site-details .site-title a img{
        max-width:80%
    }

}
@media(max-width: 650px){
    .site-header .site-branding #site-details .site-title a img{
        max-width:250px
    }
}

@media(max-width: 450px){
    .inside-header-bar{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: wrap;
        height: 85px;
    }
    .inside-header-bar-box.left{
        width: 100%;
        text-align: center;
    }
    .inside-header-bar-box.right{
        width: 100%;
        text-align: center;
    }
}
.site-header .site-branding #site-details .site-description{
    color:#fff;
    font-size:13px;
    font-style:italic;
    margin:0
}
@media(max-width: 650px){
    .site-header .site-branding .fa{
        font-size:18px
    }
}
.site-header .menu-toggle {
    display:none;
    font-weight:500;
    font-style:normal;
    background:transparent;
    border:none;
    box-shadow:none;
    color:#fff;
    float:right;
    font-size:18px;
    margin:18px 0 0;
    padding:12px 18px 9px;
    text-shadow:none;
    text-transform:uppercase
}

.site-header .menu-toggle.inside {
    color: rgb(54, 54, 54);
}

/* SHOW ON MOBILE*/
@media(max-width: 768px){
    .site-header .menu-toggle{
        display:block
    }

    .main-navigation {
        display: none;
    }
}

@media(max-width: 650px){
    .site-header .menu-toggle{
        padding:6px 18px 0px;
        display:block;
        margin-top:25px;
        font-size:22px;
        margin-right: 10px;
    }
}
.site-header .menu-toggle:hover,.site-header .menu-toggle:focus{
    background-color:transparent;
    box-shadow:none;
    border-color:#666;
    color:#b8b8b8;
    text-shadow:none
}
.site-header .menu-toggle:focus{
    outline:0
}

.site-header .menu-toggle.toggled-on:focus{
    outline:none
}
.site-header .site-header-menu{
    display:inline-block;
    position:absolute;
    top:25%;
    left:auto;
}
@media(max-width: 992px){
    .site-header .site-header-menu{
        left:20%
    }
}
@media(max-width: 768px){
    .site-header .site-header-menu{
        display:none;
        position:inherit;
        transform:inherit
    }
}
.site-header .site-header-menu.toggled-on{
    clear:both;
    display:block;
    float:none
}

.nav-menu {
    width: 100%;
    height: 50px;
}

.site-header .main-navigation a{
    font-weight:100;
    display:block;
    font-size: 0.85em;
    padding:12px 15px;
    white-space:nowrap;
    text-decoration:none
}

@media(max-width: 1200px){
    .site-header .main-navigation a{
        padding:12px 7px
    }
}
@media(max-width: 992px){
    .site-header .main-navigation a{
        font-size:16px
    }
}
@media(max-width: 768px){
    .site-header .main-navigation a{
        padding:12px 15px;
        font-size:18px
    }
}

.site-header .main-navigation .menu{
    list-style:none;
    margin:0;
    background-color:transparent;
    border:0;
    position:inherit
}
.site-header .main-navigation .menu .menu-item-has-children{
    margin:0
}
.site-header .main-navigation .menu .menu-item-has-children:hover .sub-menu{
    left:0
}

/* SHOW sub-menu*/
@media(min-width: 1200px){
    .site-header .main-navigation .menu .menu-item-has-children:hover .sub-menu{
        display: inline
    }
}
@media(max-width: 1200px){
    .site-header .main-navigation .menu .menu-item-has-children:hover .sub-menu{
        display:block
    }
}

/* HIDE ON MOBILE*/
@media(max-width: 768px){
    .site-header .main-navigation .menu .menu-item-has-children:hover .sub-menu{
        position:inherit;
        display:none
    }

    .menu-acces{
        display:none
    }
}
.site-header .main-navigation .menu .menu-item-has-children:hover .sub-menu.toggled-on{
    display:block
}
.site-header .main-navigation .menu li{
    position:relative
}
.site-header .main-navigation .menu li:hover,.site-header .main-navigation .menu li:focus{
    color:#4b1212
}
.site-header .main-navigation .menu>li{
    border:0;
    float:left
}
@media(max-width: 768px){
    .site-header .main-navigation .menu>li{
        float:none
    }
}
.site-header .main-navigation .menu>li.focus>a{
    color:#4b1212
}
.site-header .main-navigation .menu>li.focus>ul{
    left:auto
}
.site-header .main-navigation .menu>li:hover ul,.site-header .main-navigation .menu>li:focus ul{
    left:auto
}
.site-header .main-navigation .menu>li .dropdown-toggle{
    background-color:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    color:#fff;
    content:"";
    height:48px;
    padding:0;
    position:absolute;
    right:0;
    text-transform:none;
    top:0;
    width:48px;
    text-shadow:none;
    display:none
}

@media(max-width: 768px){
    .site-header .main-navigation .menu>li .dropdown-toggle{
        display:block
    }
}
.site-header .main-navigation .menu>li .dropdown-toggle:after{
    border:0 solid #d1d1d1;
    border-left-width:1px;
    font-size:24px;
    left:1px;
    position:relative;
    width:48px
}
.site-header .main-navigation .menu>li .dropdown-toggle:hover,.site-header .main-navigation .menu>li .dropdown-toggle:focus{
    background-color:transparent;
    box-shadow:none;
    color:#c4005e;
    text-shadow:none
}
.site-header .main-navigation .menu>li .dropdown-toggle:focus{
    outline:none;
    outline-offset:-1px
}
.site-header .main-navigation .menu>li .dropdown-toggle:focus:after{
    border-color:transparent
}

.sub-menu {
    overflow: hidden;
    width: 100%;
}
.site-header .main-navigation .menu>li ul{
    display: none;
    position: absolute;
    left: 0;
    background-color: red;
    width: 100%;
    z-index: 1;
}
.site-header .main-navigation .menu>li ul a{
    float: left;
    font-size:16px;
    width:300px
}

.site-header .main-navigation .menu>li ul li{
    float: left;
}

@media(max-width: 768px){
    .site-header .main-navigation .menu>li ul li{
        background-color:transparent
    }
}
.site-header .main-navigation .menu>li ul li a:active,.site-header .main-navigation .menu>li ul li a:visited,.site-header .main-navigation .menu>li ul li a:focus{
    color:#fff
}
.site-header .main-navigation .menu>li ul li a:hover{
    color:#3b2546
}
.site-header .main-navigation .menu>li ul ul:before,.site-header .main-navigation .menu>li ul ul:after{
    border:0
}

header.site-header.principal div.menu-acces ul li a:visited{
    color: #fff; 
}

header.site-header.principal div.menu-acces ul li a:HOVER{
    color:#3b2546
}

@media(max-width: 650px){
    .site-header .partners{
        display:none
    }
}
@media(max-width: 650px){
    .site-header .partners h2{
        display:none
    }
}
.site-header.is-sticky{
    background-color:crimson;
}
.site-header.is-sticky .site-logo img{
    max-height:54px
}
.site-header.is-sticky .site-branding{
    padding:10px 0
}
@media(max-width: 992px){
    .site-header.is-sticky .site-branding img{
        max-width:80%
    }
}
@media(max-width: 650px){
    .site-header.is-sticky .site-branding img{
        max-width:116px
    }
}
.site-header.is-sticky .menu-toggle{
    background-color:transparent
}
@media(max-width: 650px){
    .site-header.is-sticky .menu-toggle{
        padding:6px 18px 0px
    }
}
.site-header.is-sticky .site-description{
    font-size:13px
}

.no-js .menu-toggle{
    display:none
}
.no-js .main-navigation ul ul{
    display:block
}

.screen-reader-text:after{
    content:""
}
.menu-acces {
    float: right;
    margin-top: 8px;
    margin-right: 25px;
    position: relative;
}
.menu-acces a {
    color: white;
    background-color: #4b1212;
    padding: 4px 20px;
    font-size: 0.65em;
    display: inline-block;
    width: 150px;
    text-align: center;
    margin-top: 4px;
    text-decoration: none;
}

.menu-acces a:hover{
    color: rgb(0, 0, 0);
    background-color: white;
    transition-duration: 0.35s;
}

.menu-main-menu-container {
    overflow: hidden;
    text-align: left;
}
.subnav {
    float: left;
    overflow: hidden;
}

.subnav a {
    float: left;
}

.subnav-content {
    margin: auto;
    margin-top: 60px;
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #333;
    width: 60vw;
    left: 250px;
    text-align: center;
    padding-top: 2px;
}

.menu.nav-menu {
    background-color:brown;
    width: 100%;
}

.subnav.inside {
    display: inline-block;
}

.subnav-content.inside a {
    color: rgb(65, 65, 65);
    font-weight: 600;
}

.subnav.main a {
    padding-top: 30px;
    font-weight: 500;
    font-family: monospace;
    font-size: 0.9rem;
    color: #fff;
}

.subnav.inside a {
    padding-top: 30px;
    font-weight: 500;
    font-family: monospace;
    font-size: 0.9rem;
    color: rgb(32, 32, 32);
}

.subnav-content.inside a {
    padding-top: 10px;
    font-weight: 500;
    font-family: monospace;
    font-size: 0.9rem;
    color: #fff;
}

.subnav-content.main a{
    padding-top: 10px;
    color: #fff;
}

.subnav.inside a:hover {
    color: crimson;
}

.subnav-content.inside a:hover {
    color: crimson;
}

.subnav:hover .subnav-content {
    display: block;
}

.main-navigation a:hover {
    color:rgb(182, 182, 182);
}

.subnav-content a:hover {
    color:crimson;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  
  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 22%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
}
  
  /* The navigation links inside the overlay */
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover, .overlay a:focus {
    color: crimson;
    background-color: rgba(0, 0, 0, 0.25);
  }
  
  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
  }

.mobile-submenu-link a
{
    font-size: 19px;
}