@charset "utf-8";
/* CSS BASE */

@import url(fontes.css); /* -- FONTES -- */
@import url(reset.css); /* --- RESET --- */

/* -------------------------- GERAL ---------------------------- */
.alerta_erro {
    display: block;
    margin: 0 auto 5px;
    width: 100%;
    text-align: center;
    color: white;
    border-radius: 27px;
    padding: 10px 10px;
    font-family: "Lato_Light" , Arial, Helvetica, sans-serif;
    background: rgb(1, 120, 182);
    font-size: 12px;
}
/* ----------------- ALTERA COR DO TEXTO SELECIONADO ----------- */
*::-moz-selection {
    background:#000;  /*---Cor de fundo--*/
    color:#fff;   /*--cor da fonte--*/
}
*::selection {
    background:#000;/*---Cor de fundo--*/
    color:#fff;  /*--cor da fonte--*/
}
/* ----------------- ALTERA COR DO TEXTO SELECIONADO ----------- */
b { 
	font-weight:bold;
}

i { 
	font-style:italic;
}

u {
	text-decoration: underline;
}

object{
    display:none;	
}
a {
    text-decoration:none;	
}
.clear {
    clear:both;
    line-height:0px;
    font-size:0px;
    height:0px;	
}
.conteiner{
    width:100%;
    float:left;	
}
.conteudo{
    max-width:960px;
    width: 100%;
    margin:0 auto;	
}
.clear{clear: both;}
.fontzero{
    font-size: 0px !important;
    line-height: 0px !important;
    margin-bottom: 0px !important;
}
p{
    font-family: "lato_regular" , Arial, Helvetica, sans-serif;	
    font-size:13px;    
    text-align: justify;
}
/*[HEADER][INÍCIO]*/
.main_header{
    background: url('../imagens/base/background.jpg') center center no-repeat;
    min-height:795px;
    height:100%;
}
.main_header .logo{
    max-width: 358px;
    display: block;
    margin: 0 auto;
    width: 95%;
}

.main_header .social_lang{
    text-align: center;
    margin: 30px 0 66px 0;
    width: 100%;
    float: left;
}
.main_header .social_lang .social_lang_content{
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}

.main_header .social_lang li{
    display: block;
    float: left;
    margin-right: 20px;
}
.main_header .social_lang a.icon{
    display: block;
    border: 1px solid #006eab;;
    width: 30px;
    height: 30px;
}
.main_header .social_lang .lang{
    width: 97px;
    padding-top: 10px;
    text-align: left;
    font-family: 'lato_regular', sans-serif;
    font-size: 9px;
    color: #FFF;
    text-transform: uppercase;
    font-style: italic;
}

.main_header .social_lang .lang a{
    text-decoration:none;
    color: #006eab;
}
.main_header .social_lang .lang a:hover{
    font-weight:bold;
}
.main_header .social_lang .lang.ing{
    width: 80px;
}
.icon._face{background: url('../imagens/base/icon_face.png') center center no-repeat;}
.icon._insta{background: url('../imagens/base/icon_insta.png') center center no-repeat;}
.icon._linke{background: url('../imagens/base/icon_linke.png') center center no-repeat;}
.icon._youtube{background: url('../imagens/base/icon_youtube.png') center center no-repeat;}

.icon_brazil{    
    display: block;
    background: url(../imagens/base/icon_brazil.png) center center no-repeat;
    width: 30px;
    height: 30px;
    float: right;
    border: 1px solid #006eab;
    margin-top: -10px;
}
.icon_usa{
    background: url('../imagens/base/icon_usa.png') center center no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    border: 1px solid #006eab;
    margin-top: -10px;
}
/*[MENU]*/
ul#menu {
    margin: 30px auto 40px;
    display: block;
    width: fit-content;
    text-align: center;
}
#menu a{
    text-decoration:none;
    color: #006eab;	
    font-family: "lato_regular" , Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    font-size:11px;
    padding:5px 20px;

}
#menu a:hover, #menu .menu_at{
    border: 1px solid #006eab;	
}
#menu li{
    display:inline-block;
    margin:0 auto;

}
.menumobile{
    display:none;
}

/*[SLIDE]*/
.main_header .bx-wrapper {
    max-width: 100% !important;
    margin: 0 auto;
}
.main_header .bx-viewport {
    width: 540px !important;
    margin: 19px auto 40px;
    height: 266px !important;
}
.bx-prev, .bx-next {
    display: none;
}
.slider_topo .slide {
    width: 524px !important;
}
.slider_topo p {
    color: #41494e;
    font-size: 18px;
    font-family: "Lucida_Sans_Unicode" , Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 22px 0px 0px 55px;
    letter-spacing: -0.3px;
    line-height: 40px;
}
.slider_topo p b{
    color: #00386c;
    font-size:29px;
}
.slider_topo em{
    color: #fff;
    font-size:300px;
    font-family: "Luna" , Arial, Helvetica, sans-serif;
}
.slider_topo p.aspas{
    background:url(../imagens/base/aspas.png) no-repeat left top;	
    margin-top: 35px;
}

/* PASSADOR BRANCO*/

.bx-pager.bx-default-pager {
    width: 84px;
    margin: 0 auto;
}
.bx-controls.bx-has-pager.bx-has-controls-direction {
    width: 100%;
    background-color: RGBA(255,255,255,.5);
    height: 43px;
}
.bx-pager-item {
    float: left;
    margin: 14px 0px;
}
a.bx-pager-link {
    padding: 8px 9px;
    text-decoration: none;
    color: #41494e;
    font-size: 12px;
    font-family: "lato_regular" , Arial, Helvetica, sans-serif;
}
a.bx-pager-link:hover {
    background-color: #0078b6;
    color: #fff;
}
/*[HEADER][FIM]*/




/*[FOOTER][INÍCIO]*/
.main_footer{
    background:url(../imagens/base/background_rodape.jpg) center no-repeat;
    height:auto;
    padding-bottom: 83px;
}
.main_footer .logo_rodape{
    max-width: 349px;
    display: block;
    margin: 0 auto 50px;
    padding-top:85px;
    width: 95%;
}
.local .info1 , .local .info2{
    display:block;
    width:450px;
    float:left;
    float:none;
    margin:auto;
    color:#e6e6e6;
    font-family: 'lato_regular', sans-serif;
    font-weight:bold;
    letter-spacing:0.3px;
    padding-left:55px;
    background:url(../imagens/base/map.jpg) no-repeat left center;
}
.local .info2{
    float:right;
}
.local address{
    font-size:12px;
    line-height: 25px;
}
.local span{
    font-size: 8px;	
    line-height: 16px;
}
.local span b{
    font-size: 12px;
    font-family: 'Lato_Black', sans-serif;
}
.main_footer .social{
    text-align: center;
    margin: 50px 0 25px 0;
    width: 100%;
}
.main_footer .social .social_lang_content{
    width: 100%;
    max-width: 102px;
    margin: 0 auto;
}

.main_footer .social li{
    display: block;
    float: left;
    margin-right: 15px;
}

.main_footer .social li:nth-of-type(5n-1){
    margin-right: 0px;
}
.main_footer .social a{
    display: block;
    width: 14px;
    height: 20px;
}
.main_footer .social .lang{
    width: 97px;
    padding-top: 10px;
    text-align: left;
    font-family: 'lato_regular', sans-serif;
    font-size: 9px;
    color: #FFF;
    text-transform: uppercase;
    font-style: italic;
}
.main_footer .social .lang.ing{
    width: 80px;
}
.icon_face{background: url('../imagens/base/icon_face.png') center center no-repeat;}
.icon_insta{background: url('../imagens/base/icon_insta.png') center center no-repeat;}
.icon_linke{background: url('../imagens/base/icon_linke.png') center center no-repeat;}
.icon_youtube{background: url('../imagens/base/icon_youtube.png') center center no-repeat;}


copyright {
    display: block;
    margin: 0 auto;
    color:#e6e6e6;
    text-align:center;
    font-size:8px;
    font-family: 'Lucida_Sans_Unicode', sans-serif;
}
.w7{
    display:block;
    margin:25px auto 0px;
    width: 20px;
    height: 19px;
    background:url(../imagens/base/w7.png) center center no-repeat; 	
}
/*[FOOTER][FIM]*/