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

#container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
align-items: stretch;
    
}
#menu_lateral {
    background-color: #4D4D4D;
    background-repeat: no-repeat;
    background-position: center bottom;
    /* [disabled]position: fixed; */
    width: 100%;
    min-height: 180px;
}
#conteudo_geral {
    /* [disabled]max-width: 1180px; */
    width: auto;
    /* [disabled]margin-top: 160px; */
    padding-top: 1px;
}

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: #00a651;
    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;
}
.green {
    color: #00a651;
}
.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: #484494;
}
a.linkmenu:link, a.linkmenu:visited {
  text-decoration: none;
  color: #404040;
  font-size: 16px;
}
a.linksembarra:link, a.linksembarra:visited {
  text-decoration: none;
  color: #FFFFFF;
}
h1 {
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  font-size: 48px;
  color: #2e3192;
  margin-bottom: 15px;
  /* [disabled]line-height: 32px; */
  font-family: "Fira Sans", "Fira Sans Medium", "Fira Sans Black";
  text-align: left;
}
h2 {
    font-size: 26px;
    font-family: "Space Mono";
    font-weight: 700;
    margin-bottom: 10px;
    /* [disabled]letter-spacing: -1px; */
    line-height: 30px;
    margin-top: 10px;
    color: #757679;
}
h3 {
    font-size: 18px;
    font-family: Trispace;
    margin-bottom: 5px;
    /* [disabled]line-height: 38px; */
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}
h4 {
    color: #0F0F0F;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: -20px;
    font-family: "Space Mono";
    text-transform: uppercase;
}
h5 {
  color: #9597e3;
  font-size: 18px;
  font-family: "Fira Sans", "Fira Sans Medium", "Fira Sans Black";
  font-weight: bold;
  margin-bottom: 2px;
}
h6 {
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 500;
}
.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;
}
#topo_base {
    padding-top: 1px;
}
#topo {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  /* [disabled]min-height: 500px; */
  z-index: 9;
}
#topo_logo {
    width: 80px;
    height: 80px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
#topo_menu {
    font-size: 16px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Space Mono";
    text-align: center;
    display: none;
}
#topo .bt_menu a, #topo_home .bt_menu a {
  color: #424061;
}

#topo_texto {
  width: 500px;
  color: #FFFFFF;
  font-family: "Maven Pro";
  font-size: 42px;
  clear: left;
  margin-top: 80px;
  text-align: left;
  font-weight: 600;
  line-height: 40px;
  margin-left: 110px;
}
#header {
    width: auto;
    background-image: url(../imgs/header_prosp.jpg);
    height: 400px;
    padding-top: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
#header_texto {
    color: #FFFFFF;
    font-family: "Space Mono";
    font-size: 22px;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 60px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
}
#menuabrefecha {
    width: 50px;
    height: 40px;
    /* [disabled]display: none; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.bt_menuabre {
  height: 40px;
  text-align: center;
}
.bt_menufecha {
    height: 40px;
    display: none;
    text-align: center;
}
.bt_menu {
    height: 40px;
    display: inline-block;
}
.bt_menu a {
    color: #FFFFFF;
    text-decoration: none;
}
.home_titulos {
    height: 50px;
    margin-bottom: 20px;
}
.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;
}

.home_titulos img {
    float: left;
    margin-right: 10px;
}
#home_box_imagem {
    background-repeat: no-repeat;
    padding-top: 1px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
#quem-somos {
    max-width: 1180px;
    margin-left: auto;
    font-family: Trispace;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1px;
    margin-bottom: 40px;
    padding-top: 30px;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
#atuacao {
    margin-left: auto;
    font-family: Trispace;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1px;
    margin-bottom: 60px;
    padding-top: 20px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#atuacao_esquerda {

}
#atuacao_direita {
    font-family: "Space Mono";
    font-size: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 30px;
}
#solucoes {
    /* [disabled]max-width: 1180px; */
    /* [disabled]height: 620px; */
    font-family: Trispace;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -1px;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.solucoes_esquerda {
    margin-left: 30px;
    margin-top: 40px;
    margin-right: 20px;
}
.solucoes_direita {
    margin-left: 30px;
    margin-top: 40px;
    font-family: "Space Mono";
    font-weight: bold;
    /* [disabled]max-width: 800px; */
    margin-right: 20px;
}
.solucoes_direita ol li {
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
}

#angelo-melo {
    max-width: 1180px;
    margin-left: auto;
    font-family: Trispace;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -1px;
    margin-bottom: 60px;
    padding-top: 30px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#angelo_esquerda {

}
#angelo_direita {
    font-family: "Space Mono";
    font-size: 24px;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
}


#seta_anterior {
  width: 48px;
  height: 48px;
  background-image: url(../imgs/seta_esq_branca.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  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: 40%;
  right: 10px;
  cursor: pointer;
  display: none;
}
#seta_anterior:hover, #seta_proximo:hover, #seta_proximo_bege:hover, #seta_anterior_bege:hover {
  opacity: 0.8;
}
.avisos {
    color: #F1D100;
    font-size: 13px;
    line-height: 18px;
}
.bt_voltar {
  width: 131px;
  height: 41px;
  background-image: url(../imgs/bt_voltar_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 20px;
  float: right;
}
#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: "Fira Sans", "Fira Sans Medium", "Fira Sans Black";
  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 {
    max-width: 900px;
    margin-bottom: 20px;
}

.inputs {
    color: #FFFFFF;
    font-family: Trispace;
    font-size: 18px;
    padding: 0px 4px;
    outline: none;
    resize: none;
    width: 100%;
    height: 38px;
    border-style: solid;
    border-width: 0px 0px 1px;
    background-color: #00A651;
    border-bottom-color: #FFFFFF;
}
.textareas {
    color: #FFFFFF;
    font-family: Trispace;
    font-size: 18px;
    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 #FFFFFF;
    border-top: 0px solid #484494;
    background-color: #00A651;
}
.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: #FFFFFF;
    font-family: Trispace;
    resize: none;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    width: 100%;
    height: 38px;
    border-collapse: collapse;
    font-size: 18px;
    border-bottom: 1px solid #CD120A;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: #00A651;
}
.campoerro_textarea {
    color: #FFFFFF;
    font-family: Trispace;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    height: 120px;
    width: 100%;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #CD120A;
    background-color: #00A651;
}
.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;
}

#bt_enviar {
    text-align: center;
    font-family: "Space Mono";
    font-size: 20px;
    text-decoration: underline;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    /* [disabled]padding-bottom: 5px; */
    display: block;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
    width: 120px;
    text-transform: uppercase;
}
#rodape_base {
    width: auto;
    background-color: #00a651;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    /* [disabled]min-height: 340px; */
    color: #FFFFFF;
    font-family: "Maven Pro";
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
#faixa_works {
    line-height: 0%;
    margin-top: 40px;
    padding-top: 40px;
}

#rodape_contato {
    max-width: 1180px;
    margin-left: auto;
    min-height: 600px;
    margin-right: auto;
}
#contato_esquerda {
    font-family: Trispace;
    font-size: 16px;
    line-height: 26px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#contato_direita {
    font-family: Trispace;
    font-size: 16px;
    margin-bottom: 40px;
}


.divisa_branca {
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../imgs/rdp_divisa.png);
    background-repeat: repeat-x;
}

#rodape_conteudo {
    width: auto;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
    min-height: 160px;
    line-height: 24px;
    padding-top: 20px;
}
#rodape_sociais_texto {
    height: 80px;
    font-family: "Space Mono";
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
}

#rodape_endereco {
  width: 320px;
  min-height: 160px;
  float: left;
  margin-right: 40px;
}
#rodape_sociais {
    min-height: 240px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.rodape_sociais_box {
    height: 71px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 6px;
    width: 71px;
    margin-right: auto;
    margin-left: auto;
}

#rodape_logo {
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}
.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;
  }
}
	.TabControl{
    width: 100%;
    /* [disabled]overflow: hidden; */
    /* [disabled]height: 790px; */
    min-height: 790px;
}
	.TabControl #cabeca{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    font-family: "Space Mono";
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    line-height: 16px;
}
	.TabControl #content{
    width: 100%;
    overflow: hidden;
    height: 100%;
}
	.TabControl .abas{
    /* [disabled]display:inline; */
}
	.TabControl .abas li{
    list-style: none;
    /* [disabled]display: inline; */
    margin-left: -40px;
    border-bottom: 1px dashed #747272;
}
	.aba{
    /* [disabled]height: 60px; */
    text-align: center;
    padding-top: 20px;
    background-color: #ffffff;
    color: #747474;
    margin-right: 3px;
    min-width: 85px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}
	.ativa{
    text-align: center;
    padding-top: 20px;
    background-color: #00a651;
    border-left: 2px dotted #000000;
    padding-bottom: 20px;
}
	.ativa span, .selected span{color:#fff}
	#content{
    background-color: #00a651
}
	.conteudo{
    width: 100%;
    background: #00a651;
    display: none;
    height: 100%;
    color: #191919;
    padding-top: 30px;
}
	.selected{
    text-align: center;
    padding-top: 20px;
    background-color: #00a651;
    padding-bottom: 20px;
}
