/* CSS CABECALHO *******//* ======  Navbar =============================================*/
.navbar-custom{
    position: relative;
    min-height: 150px;
	width: 100%;
    margin: 0px;
    border-radius: 0px;
    text-align: center;
    background-color: rgba(24,35,48,0.9);
    transition: .2s all ease-in-out;
    z-index: 100;
}
.navbar-custom.container-custom{
    padding: 0px !important;
}
.nav-header{
    margin-left: 0px;
    padding-left: 0px;
}
.nav{
    position: absolute;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: inherit;
    border-color: inherit;
}
.upArrow-icon.about{
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
.header-menu{
    border-radius: 0px !important;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown.li{
    display: inline-block;
}
ul.header-menu li{
    display: block;
}
ul.nav-header.menu-list li.active a{
    color: rgba(65,148,133,1);
}
li.active .dropdown-menu.header-menu li a{
    color: #333;
}
li.active .dropdown-menu.header-menu li.active a{
    color: #fff;
}
li.active .dropdown-menu.header-menu li a:hover{
    color: white;
}
ul.header-menu li a{
    padding: 10px 25px !important;
}

ul.header-menu > li > a:hover, ul.header-menu > li > a:focus{
    background-color: rgba(65,148,133,1) !important;
    color: white;
    opacity: 1;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    background-color: rgba(65,148,133,1) !important;
    color: white;
    opacity: 1;
}
/* ======  Logo =============================================*/
.logo-img img{
    margin-top: 12px;
    width: 235px;
}

/* ======  Menu superior ====================================*/
/* Opções do menu */
.menu-list{
    float: left;
    margin: 0;
    margin-top: 50px;
    font-size: 14pt;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.menu-list li{
    display: inline-block;
}
/* Links do menu */
.menu-list a{
    color: white;
    padding: 10px 10px !important;
    transition: .3s ease-in-out;
}
/* Links do menu ativos */
.menu-list a:hover, .menu-list a:focus, .menu-list a.active{
    color: rgb(65,148,133);
    background-color: transparent !important;
    cursor: pointer;
}

/* ======  ícones de ações =================================*/
.action-icons{
    float: right;
    width: 160px;
    margin-top: 58px;
    display: inline-block;
    vertical-align: top;
}
.action-icons div, .action-icons a{
    padding: 0px 5px;
    display: inline-block;
    vertical-align: top;
}

.action-icons img{
    width: auto;
    height: 20px;
}

/*--- Menu para mobile, a princípio desativado ---*/
.menuMobile-open{
    padding-top: 5px !important;
    display: none !important;
}

.menu-icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu-icon span:nth-child(1) {
    top: 0px;
}
.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
    top: 7px;
}
.menu-icon span:nth-child(4) {
    top: 14px;
}
.menu-icon.menu-close span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.menu-icon.menu-close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-icon.menu-close span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-icon.menu-close span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.lang-button{
    background-color: transparent;
    border: none;
    outline: none;
}
.lang-menu{
    float: none !important;
    left: -219% !important;
    border-radius: 0px !important;
    min-width: 110px !important;
    margin-top: 15px;
    transform: none;
}
.login-menu{
    float: none !important;
    left: -30% !important;
    border-radius: 0px !important;
    min-width: 110px !important;
    margin-top: 15px;
    transform: none;
    border: none;
}
.upArrow-icon{
    position: absolute;
    right: 8px;
    top: -10px;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    border-left: 10px solid transparent;
    border-bottom: 10px solid white;
    border-right: 10px solid transparent;
}
.upArrow-icon.login{
    display: none;
}
.open .upArrow-icon.login{
    display: block;
    margin-top: 40px;
    margin-right: 43px;
}
/* Layout responsivo *//* ======  min-width: 1200px ======================*/
@media only screen and (max-width: 1499px){
    .menu-list{
        font-size: 18px;
    }
    .menu-list a{
        padding: 10px 7px !important;
    }
    .action-icons div, .action-icons a{
        padding: 0px 2px;
    }
}
/* ======  min-width: 992px =============================================*/
@media only screen and (max-width: 1199px){
  
    /*=== logo ===*/
    .navbar-brand{
        padding: 15px 10px;
    }
    .logo-img img{
        margin-top: 22px;
        width: 180px;
    }
    .action-icons{
        margin-top: 54px;
    }
    /*=== menu ===*/
    .menu-list{
        font-size: 15px;
    }
    .menu-list a{
        padding: 10px 4px !important;
    }

}

/* ======  min-width: 768px =============================================*/
@media only screen and (max-width: 991px){
  
    /*=== navbar ===*/
    .nav{
        position: relative;
    }
    .navbar-custom{
        position: relative;
        min-height: 120px;
    }

    /*=== logo ===*/
    .logo-img img{
        margin-top: 12px;
    }

    /*=== menu ===*/ /* icone mobile */
    .menuMobile-open{
        display: inline-block !important;
    }

    /* menu fechado */
    .menu-list{
        height: 0px;
        margin: 0px;
    }

    /* menu aberto */
    .menu-list.opened{
        margin-top: 30px;
        padding-bottom: 30px;
        height: 275px;
    }
    /* menu vertical */
    .menu-list li{
        display: block;
        text-align: left;
    }
    .dropdown.user ul{
        margin-top: -15px;
        position: relative;
        background-color: transparent;
        color: white;
        border: none;
        box-shadow: none;
    }
    .dropdown.user ul a,
    li.active .dropdown-menu.header-menu li a{
        color: white;
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus{
        background-color: transparent !important;
        color: rgba(65,148,133,1) !important;
    }
    .upArrow-icon.about{
        display: none;
    }

    /*=== acoes ===*/
    .action-icons{
        float: none;
        width: 505px;
        margin-top: 49px;
    }  
    .login-menu{
        left: 55% !important;
        margin-top: 13px;
    }
    .open .upArrow-icon.login{
        margin-right: 61px;
    }
}

/* ======  min-width: 480px =============================================*/
@media only screen and (max-width: 767px){
  
    /*=== navbar ===*/
    .navbar-custom.container-custom{
        padding: 0px;
        margin: 0px;
    }
    .navbar-custom{
        min-height: 110px;
    }
    .navbar-header{
        margin: 0px !important;
    }

    /*=== logo ===*/
    .navbar-brand{
        width: auto;
        height: auto;
        padding: 0px !important;
    }
    .navbar-brand img{
        margin: auto;
    }
    .logo-img img{
        width: 170px;
        padding: 28px 0px 0px 0px; 
    }

     /*=== menu ===*/
    .menu-list a{
        padding: 10px 0px !important;
    }
    /* menu aberto */
    .menu-list.opened{
        margin-top: 0px;
        padding-bottom: 15px;
        height: 255px;
    }

    /*=== ícones de ações ===*/
    .action-icons {
        width: auto;
        float: right;
        margin-top: -31px;
    }
    .login-menu{
        left: -80% !important;
    }
}
/* ======  min-width: 320px =============================================*/
@media only screen and (max-width: 479px){

    /*=== navbar ===*/
    .navbar-custom{
        min-height: 95px;
    }
    .navbar-header{
        padding: 0px !important;
        display: inline-block !important;
    }

    /*=== logo ===*/
    .logo-img img{
        width: 125px;
        padding: 25px 0px 0px 0px; 
    }

    /*=== menu ===*/
    .menu-list a{
        padding: 5px 8px !important;
    }
    /* menu aberto */
    .menu-list.opened{
        margin-top: 15px;
        padding-bottom: 15px;
        height: 200px;
    }
    
    /*=== ícones de ações ===*/
    .action-icons {
        float: none;
        width: 130px;
        display: inline-block;
        margin-top: 0px;
        padding-top: 34px;
        vertical-align: top;
    } 
    .action-icons a{
        padding: 0px 3px;
    }
    .action-icons a img{
        height: 17px;
    }
    .open .upArrow-icon.login{
        margin-right: 67px;
    }
    .login-menu{
        left: -75.2% !important;
    }
}