@charset "utf-8";
html, body {
    background-color: #FFFFFF;
    margin: 0px;
    width: 100%;
    height: 100%;
}

img, embed, object, video, form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-width: 100%;
  max-height: 100%;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
::selection {
    background-color: #8e2a2a;
    color: #fff;
}
::-moz-selection {
  background: #1186c3;
  color: #fff;
}
.acerta_flex {
  margin-left: auto;
  margin-right: auto;
  -webkit-display: -webkit-box;
  -webkit-display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 20px;
  vertical-align: top;
  width: 100%;
}
.caps {
  text-transform: uppercase;
}
.red {
    color: #8e2a2a;
}
.branco {
    color: #FFFFFF;
}

p, h1, h2, h3, h4, h5, h6 {}
input, textarea, select {
  outline: none;
  resize: none;
}
a.linkgeral:link, a.linkgeral:visited {
    text-decoration: none;
    color: #000000;
}
a.linkmenu:link, a.linkmenu:visited {
  text-decoration: none;
  color: #404040;
  font-size: 16px;
}
a.linksembarra:link, a.linksembarra:visited {
    text-decoration: none;
    color: #7A7878;
}
h1 {
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    font-size: 32px;
    color: #8B1C14;
    margin-bottom: 15px;
    line-height: 32px;
    font-family: Raleway;
    text-align: left;
}
h2 {
    font-size: 28px;
    font-family: Raleway;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 36px;
    margin-top: 10px;
}
h3 {
    font-size: 22px;
    font-family: Raleway;
    margin-bottom: 5px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
}
h4 {
    color: #2b2b2b;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    margin-top: -20px;
    font-family: Raleway;
}
h5 {
  color: #9597e3;
  font-size: 18px;
  font-family: Raleway;
  font-weight: bold;
  margin-bottom: 2px;
}
h6 {
    margin-bottom: 5px;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 700;
    font-family: Raleway;
}
.share_sociais {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 600px;
}
.img_direita {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img_esquerda {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.divclear {
  clear: both;
}


.bt_geral {
    margin-top: 20px;
    text-align: center;
    font-family: Raleway;
    font-size: 26px;
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 15px;
    display: table;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: 20px center;
    margin-bottom: 30px;
    background-image: url(../imgs/arrow_red.png);
    width: 240px;
    height: 60px;
    padding-top: 12px;
    position: absolute;
    bottom: -50px;
    left: 50px;
}
.bt_geral:hover {
    background-image: url(../imgs/arrow__branca.png);
    background-position: 20px pxpx 0%;
}
#topo_base {
    padding-top: 1px;
    height: 160px;
    background-color: #ebebeb;
}
#topo {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    min-height: 110px;
    z-index: 9;
    margin-top: 30px;
}
#topo_logo {
    width: 160px;
    /* [disabled]height: 130px; */
    float: left;
    margin-left: 15px;
}
#topo_menu {
    font-size: 15px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Raleway;
    float: left;
    width: 460px;
    text-align: center;
    font-weight: 500;
}
#topo_acesso {
    height: 37px;
    border: 2px solid #8e2a2a;
    border-radius: 20px;
    background-image: url(../imgs/ico_acesso.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 12px;
    padding-right: 30px;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    margin-top: 10px;
    float: left;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
}
#topo .bt_menu a, #topo_home .bt_menu a {
    color: #000000;
}
#menuabrefecha {
  width: 50px;
  height: 50px;
  float: right;
  padding-right: 20px;
  padding-top: 10px;
  display: none;
}
.bt_menuabre {
  height: 40px;
  background-color: #FFFFFF;
  display: none;
  text-align: center;
}
.bt_menufecha {
  height: 40px;
  background-color: #FFFFFF;
  display: none;
  text-align: center;
}
.bt_menu {
    height: 40px;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 2px;
    padding-right: 2px;
}
.bt_menu a {
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
}

#base_destaques {
    /* [disabled]min-height: 890px; */
    background-color: #FFFFFF;
}
.box_destaques {
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 890px;
    background-position: center center;
    margin-top: -5px;
}
#seta_anterior {
	width: 48px;
	height: 48px;
	background-image: url(../imgs/seta_esq_branca.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 45%;
	z-index: 999;
	cursor: pointer;
	display: none;
}
#seta_proximo {
	width: 48px;
	height: 48px;
	background-image: url(../imgs/seta_dir_branca.png);
	background-repeat: no-repeat;
	z-index: 999;
	position: absolute;
	top: 45%;
	right: 10px;
	cursor: pointer;
	display: none;
}
#seta_anterior:hover, #seta_proximo:hover {
    opacity: 0.5;
}

.home_titulos {
    height: 70px;
    margin-bottom: 50px;
}
.divisa_black {
    height: 10px;
    background-image: url(../imgs/bg_divisas.png);
    background-repeat: no-repeat;
    margin-right: auto;
    margin-top: -5px;
    margin-left: auto;
    margin-bottom: 40px;
    width: 1180px;
}

.home_titulos img {
    float: left;
    margin-right: 40px;
}
#home_box_imagem {
    min-height: 603px;
    width: 560px;
    background-repeat: no-repeat;
    padding-top: 1px;
    float: left;
    margin-right: 55px;
}
#quem-somos {
    max-width: 1180px;
    margin-left: auto;
    height: 280px;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
    margin-right: auto;
    color: #373737;
}
#quem_esquerda {
    width: 160px;
    float: left;
    font-family: Raleway;
    font-size: 30px;
    /* [disabled]line-height: 42px; */
    color: #8e2a2a;
    font-weight: 700;
    text-align: right;
    margin-top: 60px;
    margin-right: 50px;
}
#quem_direita {
    float: left;
    margin-top: 60px;
    width: 500px;
}
#areas_atuacao_base {
    background-image: url(../imgs/bg_atuacao.png);
    background-repeat: no-repeat;
    margin-bottom: 50px;
    padding-top: 1px;
    background-color: #ECECEC;
}
#areas_conteudo {
    max-width: 1180px;
    margin-left: auto;
    margin-bottom: 50px;
    margin-right: auto;
    min-height: 450px;
    margin-top: 60px;
}
.areas_fotos {
    width: 260px;
    float: left;
    margin-bottom: 40px;
    margin-left: 20px;
}
.areas_textos {
    width: 420px;
    float: left;
    margin-left: 50px;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}



#unidades {
    max-width: 1360px;
    margin-left: auto;
    margin-bottom: 50px;
    padding-top: 30px;
    margin-right: auto;
    min-height: 760px;
}
#unidades_esquerda {
    width: 200px;
    height: 200px;
    float: left;
    font-family: Raleway;
    font-size: 30px;
    line-height: 26px;
    color: #8e2a2a;
    font-weight: 700;
    text-align: right;
    margin-top: 110px;
    margin-right: 50px;
}
#unidades_direita {
    float: left;
    width: 500px;
    min-height: 400px;
    margin-bottom: 60px;
}
.unidades_boxes {
    width: 390px;
    min-height: 160px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    text-align: center;
    border: 3px solid #8e2a2a;
    padding-top: 30px;
    position: relative;
}
.unidades_titulos {
    font-family: Raleway;
    font-size: 20px;
    letter-spacing: 15px;
    line-height: 0px;
}
.bt_saibamais {
    margin-top: 20px;
    text-align: center;
    font-family: Raleway;
    font-size: 26px;
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 20px;
    display: table;
    background-color: #8E2A2A;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: 20px center;
    margin-bottom: 30px;
    background-image: url(../imgs/arrow_black.png);
    width: 240px;
    height: 60px;
    padding-top: 12px;
    position: absolute;
    bottom: -50px;
    left: 50px;
}
#bt_voltar {
    margin-top: 20px;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 40px;
    padding-right: 10px;
    display: table;
    background-color: #8E2A2A;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    font-weight: bold;
    line-height: 2;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-image: url(../imgs/arrow_black_inv.png);
    width: 180px;
    height: 50px;
    padding-top: 8px;
}
.bt_saibamais:hover {
    background-image: url(../imgs/arrow__branca.png);
}


#noticias_base {
    background-color: #f7f7f7;
    width: auto;
    min-height: 600px;
}
#noticias {
    max-width: 1360px;
    margin-left: auto;
    margin-bottom: 90px;
    padding-top: 30px;
    margin-right: auto;
    background-color: #f7f7f7;
}

#noticias_esquerda {
    width: 200px;
    float: left;
    font-family: Raleway;
    font-size: 30px;
    line-height: 36px;
    color: #8e2a2a;
    font-weight: 700;
    text-align: right;
    margin-top: 110px;
    margin-right: 50px;
}
#noticias_direita {
    float: left;
    width: 500px;
    /* [disabled]min-height: 600px; */
    margin-bottom: 40px;
}
.noticias_boxes {
    width: 360px;
    min-height: 350px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    position: relative;
}
.noticias_boxes  img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    background-color: #8E2A2A;
}
#noticias_base_botao {
    height: 75px;
    background-image: url(../imgs/bg_divisa_red.png);
    background-repeat: no-repeat;
    background-position: center center;
    clear: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.noticia_imagem {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

#bt_noticas_todas {
    margin-top: 20px;
    text-align: center;
    font-family: Raleway;
    font-size: 26px;
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 70px;
    padding-right: 50px;
    display: table;
    background-color: #8e2a2a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: 20px center;
    margin-bottom: 30px;
    background-image: url(../imgs/arrow_black.png);
    /* [disabled]width: 280px; */
    height: 60px;
    padding-top: 12px;
    bottom: -50px;
    left: 20%;
}
#bt_noticas_todas:hover {
    background-image: url(../imgs/arrow__branca.png);
}
.unidades_conteudo_branco {
    max-width: 1280px;
    margin-left: auto;
    margin-bottom: 60px;
    margin-right: auto;
    color: #373737;
    margin-top: 60px;
    min-height: 240px;
    padding-left: 15px;
    padding-right: 15px;
}
.conteudo_interno {
    max-width: 1280px;
    margin-left: auto;
    margin-bottom: 60px;
    margin-right: auto;
    color: #373737;
    margin-top: 120px;
    font-family: Raleway;
    font-size: 20px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.unidades_desc {
    width: 120px;
    height: 200px;
    float: left;
    font-family: Raleway;
    font-size: 24px;
    color: #8e2a2a;
    font-weight: 700;
    text-align: right;
    margin-right: 30px;
}
.unidades_wrap  {
    background-color: #f7f7f7;
    width: auto;
    padding-top: 1px;
}

.unidades_fotinha {
    width: 200px;
    float: left;
    margin-bottom: 40px;
}
.unidades_textos {
    width: 360px;
    float: left;
    margin-top: 60px;
    font-family: Raleway;
    font-size: 18px;
    line-height: 10px;
    margin-left: 20px;
}
.noticias_box_interno {
    max-width: 1170px;
    min-height: 340px;
    font-family: "Open Sans";
    color: #7A7878;
    font-size: 17px;
    line-height: 30px;
}
.noticias_box_imagem {
    width: 500px;
    height: 300px;
    float: left;
    margin-right: 60px;
}








#localizacao-contato {
    max-width: 1360px;
    margin-left: auto;
    height: 480px;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    margin-right: auto;
    clear: both;
}
#localiza_esquerda {
    width: 190px;
    height: 500px;
    float: left;
    font-family: Raleway;
    font-size: 26px;
    line-height: 36px;
    color: #8e2a2a;
    font-weight: 700;
    text-align: right;
    margin-top: 110px;
    margin-right: 30px;
}
.localiza_telefones {
    height: 37px;
    border: 2px solid #8e2a2a;
    border-radius: 20px;
    background-image: url(../imgs/ico_zap.png);
    background-repeat: no-repeat;
    background-position: right center;
    min-width: 130px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 170px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.localiza_boxes {
    width: 240px;
    min-height: 400px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    /* [disabled]margin-bottom: 40px; */
}

.localiza_enderecos {
    height: 190px;
}

.avisos {
    color: #F11D00;
    font-size: 13px;
    line-height: 18px;
}
.contato_mapa {
    width: auto;
    height: 450px;
    position: relative;
    margin-bottom: 60px;
    border-bottom-right-radius: 120px;
}
#contato_conteudo {
  width: 330px;
  margin-top: 50px;
  margin-left: 65px;
  font-family: Raleway;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
}
#base_formcontrato {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-top: 20px;
}
#contato_form {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 500px;
}
#loading {
  width: 114px;
  height: 46px;
  background-image: url(../imgs/loading.gif);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-top: 10px;
  background-position: 50% 50%;
  display: none;
}

.floatinputs {
    /* [disabled]max-width: 300px; */
    margin-bottom: 10px;
}
.floatinputs_busca {
	float: left;
	/* [disabled]max-width: 300px; */
	margin-right: 20px;
	width: 340px;
	margin-bottom: 10px;
}
.floattextarea {
    min-width: 350px;
    max-width: 900px;
    clear: both;
    margin-bottom: 20px;
}

.inputs {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px;
    padding: 0px 4px;
    outline: none;
    resize: none;
    width: 100%;
    height: 38px;
    border-style: solid;
    border-width: 0px 0px 1px;
    background-color: #000000;
    border-bottom-color: #4a4a4a;
}
.textareas {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    height: 120px;
    width: 100%;
    border-left: 0px solid #484494;
    border-right: 0px solid #484494;
    border-bottom: 1px solid #4a4a4a;
    border-top: 0px solid #484494;
    background-color: #000000;
}
.selects {
	color: #767676;
	font-family: Roboto;
	font-size: 18px;
	padding-right: 4px;
	padding-left: 4px;
	outline: none;
	resize: none;
	width: 103%;
	height: 40px;
	border: 1px solid #22737b;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.campoerro {
    color: #CD120A;
    font-family: "Open Sans";
    resize: none;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    width: 100%;
    height: 38px;
    border-collapse: collapse;
    font-size: 16px;
    border-bottom: 1px solid #CD120A;
    background-color: #000000;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
.campoerro_textarea {
    color: #CD120A;
    font-family: "Open Sans";
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    height: 120px;
    width: 100%;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CD120A;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: #000000;
}
.campoerro_select {
    color: #ed1c24;
    /* [disabled]-webkit-border-radius: 6px; */
    /* [disabled]-moz-border-radius: 6px; */
    font-size: 20px;
    font-family: DosisRegular;
    resize: none;
    padding: 2px 4px;
    outline: none;
    width: 102%;
    height: 52px;
    border: 2px solid #ed1c24;
    background-color: #f2f0e6;
    border-radius: 20px;
}

#loading {
	width: 101px;
	height: 36px;
	background-image: url(../imgs/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
}

#bt_enviar {
    text-align: center;
    font-family: Raleway;
    font-size: 26px;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 40px;
    /* [disabled]padding-bottom: 5px; */
    min-height: 60px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 22px;
    width: 180px;
    background-color: #8e2a2a;
    border-radius: 40px;
    text-decoration: none;
    background-image: url(../imgs/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-width: 0px;
    border-style: none;
    cursor: pointer;
}
#rodape_base {
    width: auto;
    background-color: #ebebeb;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    /* [disabled]min-height: 340px; */
    color: #000000;
    font-family: Raleway;
    font-size: 18px;
    background-image: url(../imgs/bg_contato.png);
    background-repeat: repeat-x;
}

#rodape_contato {
    max-width: 1360px;
    margin-left: auto;
    min-height: 800px;
    margin-right: auto;
    background-color: #000000;
    padding-top: 1px;
    margin-bottom: 100px;
    clear: both;
}
#contato_esquerda {
    width: 170px;
    height: 150px;
    float: left;
    font-family: Raleway;
    font-size: 40px;
    line-height: 42px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: right;
    margin-left: 40px;
    margin-top: 170px;
}
#contato_direita {
    height: 480px;
    font-family: "Open Sans";
    font-size: 16px;
    margin-left: 20px;
    margin-top: 70px;
    margin-right: 20px;
}

#rodape_conteudo {
    width: auto;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    min-height: 320px;
}

#rodape_logo {
    width: 110px;
    height: 161px;
    float: left;
    margin-left: 20px;
    margin-right: 30px;
}
.rodape_menu {
    /* [disabled]width: 120px; */
    min-height: 160px;
    float: left;
    margin-right: 20px;
    line-height: 22px;
}
.rodape_menu a {
    text-decoration: none;
    color: #000000;
}
#cad_email {
    color: #8e2a2a;
    width: 150px;
    height: 74px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-style: none;
    border-width: 0px;
}
#envia_cad {
    border-style: none;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 150px;
    height: 76px;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    background-color: #000000;
    margin-left: -4px;
    /* [disabled]margin-top: 30px; */
    cursor: pointer;
}



#rodape_sociais {
    width: 340px;
    min-height: 80px;
    float: right;
    font-family: "Open Sans";
    font-size: 16px;
    margin-right: 10px;
}
#legal_base {
    width: auto;
    min-height: 70px;
    padding-top: 1px;
    background-color: #b5b5b5;
    color: #FFFFFF;
    font-family: Raleway;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}
#legal_conteudo {
    max-width: 1170px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    min-height: 36px;

}
#legal_assina {
    width: 350px;
    height: 30px;
    float: right;
    text-align: right;
}
#legal_texto {
    width: 360px;
    height: 30px;
    float: left;
}



.box-cookies.hide {
  display: none !important;
}
.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Krub;
}
.box-cookies .msg-cookies, .box-cookies .btn-cookies {
  text-align: center;
  padding: 25px;
  color: #fff;
  font-size: 18px;
}
.box-cookies .btn-cookies {
  background-color: #29a6e1;
  cursor: pointer;
  align-self: normal;
  outline: none;
  border-style: none;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}
