


.menu_safespace{
    visibility: hidden;
}

#menuze{
    position: absolute;
    left: 0;
}

.menufun{
    background-color: #000;
    height: 40px;
    margin-top: 4px;
    margin: 2px;
    
}

.menufun:hover{
    background-color: #d82e92;
}

.menufun a{
    text-decoration: none;
    color: #fff;
}

.menu-fillet{
    height:20px;
    width:100%;
   background-color: rgba(31,56,110, 0.9);
   margin-bottom:-10px;
}

#menucontainer{
    background-color:rgba(0, 0, 0, 0.9);
    height: 100px;
    width: 100%;
    z-index: 999999999;
    position: fixed;
    top:0;
}




.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}


/* BASE DO MENU */

.menu_holder{
    position: relative;
    top: 0px;
    
    width: 100%;
    z-index: 10;
    background-color: transparent;
}
.menu{
    min-height: 100px;
    overflow:auto;
}

/* FIM DA BASE DO MENU */



/* MENU GRANDE */

.big_menu{
    position: relative;
}

.logo_holder{
    margin: 50px 0px;
}
.logo{
    /*width: 100%;*/
    height: auto;
    
    display: block;
    max-width: 100%;
    height: auto;
    
    margin:0px auto;
}

.lang_holder{
    position: absolute;
    bottom: 2px;
    text-align: right;
    right: 0%;
    top: 0px
}
.lang{
    display: inline-block;
    cursor:pointer;
    
    max-width: 100%;
    height: auto;
}

.menu-buttons_holder{
    background-color: #00b5ad;
    text-align: center;
}
.menu-buttons{
    padding-top: 33px;

    display: inline-block;
    list-style: none;
}
.menu-buttons li{
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 10px 20px;
    margin-bottom: -5px;
    
}
.menu-buttons li:hover,
.menu-buttons li:hover.active{
    background-color: #006666;
}


.menu-buttons li.client_area{
    background-color: #1787bf;
    border-radius: 10px;
}
.menu-buttons li.client_area p{
    color: #fff;
}
.sticky_holder{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
}

/* FIM DE MENU GRANDE */


/* MENU PEQUENO */

.small_menu{
    display:none;
    overflow: auto;
}

.slogo_holder{
    padding: 15px;
}

.slang_holder{
    padding-top: 24px;
    text-align: right;
}
.slang img{
    display: inline-block;
    cursor:pointer;
    
    max-width: 50px;
    max-height: 50px;
    width:100%;
    height: auto;
    
    margin-top: -6px;
}

.button_small_menu{
    position: relative;
    border: 1px solid #d82e92;
    width:50px;
    height:50px;
    color:#d82e92;
    font-size: 20px;
    background-color: transparent;
}
.button_small_menu:hover{
    border: 1px solid #d82e92;
    background-color: #d82e92;
    width:50px;
    height:50px;
    color:#fff;
}

.sopcoes_menu{
    display:none;
    width: 100%;
}

.small_list_holder{
    text-align: right;
    list-style: none;
    width: 100%;
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
}
.small_list_item{
    padding: 20px 0px;
    width: 100%;
    border-bottom: 1px solid #d82e92;
}
.small_list_link:last-child li{
    border: none;
}
.small_list_item:hover p, .small_list_item.active p{
    color: #fff !important;
}
.small_line{
    display: none;
    height: 10px;
    width: 100%;
}

/* FIM DE MENU PEQUENO */



@media all and (max-width: 1271px) {
    
    #mHeight_filler{
        display:none;
    }

    .menu_holder{
        position: relative;
    }

    .big_menu, #big_menu{
        display:none;
    }
    
    .small_menu{
        display:block;
    }
    .small_line{
        display: block;
    }
    
    
    
    #logotipo{
        width: 160px;
    }
    
    #logotipo{
        position: absolute;
        top: 10px;
        right: 20px;
    }
    
    #topmenulinks{
        display: none;
    }

  
    .logotipomobile{
        display: inline-block;
        position: relative;
        z-index: 999999;
        
        background-color: #af201e;
        width: 100%;
        
    }
    .logotipomobile img{
        width: 250px;
        height: auto;
    }
    
    .maindiv{
        padding-left: 0px;
    }
    
    .langbtndiv{
        display: none;
    }
    
    .langbtndivmobile{
        display: inline-block;
        right: 5px;
        padding-right:5px;
        z-index: 999999999;
        top: 2px;
        position: fixed;
    }
    
    
}

