@charset "utf-8";
html, body{
    min-height: 100%;
    min-width: 100%;
    -ms-text-size-adjust: none;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
}

img, embed, object,video, form{
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    max-width: 100%;
}
p, h1, h2, h3, h4, h5 , h6{
    margin-bottom: 10px;
    margin-top: 1px;
}
.img_esquerda {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.img_direita {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.arredonda {
    border-radius: 20px;
}

.bt_envios {
    margin-top: 20px;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    text-decoration: none;
    color: #002e00;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 40px;
    display: table;
    background-color: #a6dde9;
    min-height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 30px;
    background-image: url(../imgs/seta_verde.png);
    border: 2px solid #a6dde9;
    text-transform: uppercase;
}
.bt_envios:hover {
    background-image: url(../imgs/seta_branca.png);
}

.bt_veja_mais {
    width: 240px;
    height: 32px;
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: Inter;
    text-transform: uppercase;
    font-size: 18px;
    display: table;
    border-radius: 10px;
    line-height: 34px;
    margin-right: auto;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    /* [disabled]padding-right: 4px; */
    /* [disabled]padding-top: 2px; */
    background-color: #f37321;
    background-image: url(../imgs/seta_branca_p.png);
    background-position: 216px center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 20px;
}


::selection {
    background-color: #F37321;
    color: #fff;
}
.textoLaranja {
    color: #f37321;
}
.textoBranco {
    color: #FFFFFF;
}


.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

::-moz-selection {
 background: #F37321;
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;
    /* [disabled]align-items: center; */
    margin-top: 20px;
    vertical-align: top;
    width: 100%;
    align-content: center;
    text-align: center;
}
#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;
    left: 60px;
}
#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: 60px;
    cursor: pointer;
    display: none;
}
#seta_anterior:hover, #seta_proximo:hover {
    opacity: 0.5;
}
#seta_anterior_menor {
    width: 35px;
    height: 35px;
    background-image: url(../imgs/seta_esq.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 25%;
    z-index: 999;
    cursor: pointer;
    display: none;
    left: -50px;
}

#seta_proximo_menor {
    width: 35px;
    height: 35px;
    background-image: url(../imgs/seta_dir.png);
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    top: 25%;
    right: -50px;
    cursor: pointer;
    display: none;
}

#seta_anterior_menor:hover, #seta_proximo_menor:hover {
	opacity: 0.8;
}

.contato_mapa {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
    line-height: 0px;
    position: relative;
    height: 450px;
}

input, textarea, select {
	outline: none;
	resize: none;
}

.campoerro {
    color: #FF0B00;
    font-size: 18px;
    font-family: Inter;
    resize: none;
    border: 1px solid #FF0B00;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    width: 100%;
    height: 38px;
}
.campoerro_select {
    color: #F15A53;
    font-size: 18px;
    font-family: Poppins;
    resize: none;
    border-color: #F15A53;
    border-width: 1px;
    border-style: solid;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    width: 103%;
    height: 40px;
    border-radius: 10px;
}
.campoerro_textarea {
    color: #F15A53;
    font-family: Poppins;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    height: 120px;
    width: 100%;
    border: 1px solid #F15A53;
    font-size: 18px;
    border-radius: 10px;
}

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

.inputs {
    color: #f37321;
    font-family: Inter;
    font-size: 18px;
    padding: 0px 4px;
    outline: none;
    resize: none;
    width: 100%;
    height: 38px;
    border: 1px solid #F37321;
    background-color: #FFFFFF;
    font-weight: 500;
}
.textareas {
    color: #767676;
    font-family: Poppins;
    font-size: 18px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    height: 120px;
    width: 100%;
    border: 1px solid #8ecbdc;
    border-radius: 10px;
}
.selects {
    color: #767676;
    font-family: Poppins;
    font-size: 18px;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    width: 103%;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-width: 0px;
    border-style: none;
}
.selects_interno {
    color: #767676;
    font-family: Poppins;
    font-size: 18px;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    width: 103%;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #8ecbdc;
}
#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;
}

#menuabrefecha {
	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;
}

.avisos {
	font-size: 14px;
	color: #DF6608;
	line-height: 16px;
}

a.linkgeral:link, a.linkgeral:visited {
    text-decoration: none;
    color: #2E3192;
    font-weight: bold;
}
a.linkprivacidade:link, a.linkprivacidade:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a.linksembarra:link, a.linksembarra:visited {
    text-decoration: none;
    color: #555555;
}
h1 {
    font-size: 40px;
    font-family: Inter;
    margin-bottom: 6px;
    line-height: 36px;
    font-weight: normal;
}
h2 {
    font-size: 34px;
    font-family: Inter;
    font-weight: 500;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
}

h3 {
    color: #f37321;
    margin-bottom: 3px;
    font-size: 30px;
    font-family: Inter;
    font-weight: 700;
}
h4 {
    color: #F37321;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: Inter;
    font-weight: 500;
    margin-top: 5px;
    line-height: 24px;
}
h5 {
    color: #4b4b4b;
    font-size: 18px;
    font-family: Inter;
    line-height: 22px;
}
h6 {
    color: #F58B00;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Roboto Slab";
    margin-top: 5px;
    font-weight: normal;
}
.divclear {
	clear: both;
}
.texto_dinamico {
	margin-top: 20px;
	margin-bottom: 20px;
}

.texto_dinamico p{
	margin-bottom: 15px;
}
.texto_dinamico a{
    margin-bottom: 15px;
    text-decoration: none;
    color: #162E17;
    font-weight: bold;
}

.bt_topo {
	width: 60px;
	height: 41px;
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 300px;
	display: none;
}
#topo_base {
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    width: auto;
    -webkit-box-shadow: 0px 0;
    box-shadow: 0px 0;
    background-color: #F36820;
    padding-top: 1px;
}
#topo_conteudo {
    margin-left: auto;
    margin-right: auto;
    min-height: 80px;
    max-width: 1880px;
    margin-top: 15px;
    text-align: center;
}
#topo_logo {
    width: 159px;
    height: 71px;
    float: left;
    margin-left: 50px;
}
#topo_base_sociais {
    /* [disabled]width: 290px; */
    height: 58px;
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.topo_sociais {
    width: 39px;
    height: 39px;
    margin-right: 10px;
    float: left;
    margin-left: 10px;
    border-radius: 6px;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#menu_base {
    min-height: 100px;
    background-repeat: repeat-x;
    padding-top: 1px;
    background-color: #F37321;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
}

#menu_nav {
    height: 40px;
    display: inline-block;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    width: 840px;
    margin-top: 20px;
    left: 50%;
}

.bt_menu {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    float: left;
    min-height: 40px;
}

.bt_menu a {
    text-decoration: none;
    color: #FFFFFF;
}
.comseta {
    cursor: pointer;
    background-image: url(../imgs/bg_submenu.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.comseta:hover {
    background-image: url(../imgs/bg_submenu_hover.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.submenus {
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 2000;
    width: 220px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px dashed #0465b2;
    border-top: 2px solid #FFFFFF;
    max-width: 220px;
}
.submenus ul {
	list-style: url(../imgs/bullet.png);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -20px;
	position: relative;
}
.submenus ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	margin-bottom: 10px;
}

.submenus ul li a:link, .submenus ul li a:visited {
    color: #002e00;
    text-decoration: none;
}

.submenus ul li a:hover, .submenus ul li a:active {
    color: #2E3192;
    text-decoration: none;
}
#destaques_base {
    min-height: 800px;
    margin-left: auto;
    margin-right: auto;
    /* [disabled]height: 450px; */
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.box_destaques_cont {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1px;
    position: relative;
    z-index: 2;
    background-position: center top;
    max-height: 800px;
    height: 800px;
}
.box_destaques_cont img {
    height: 800px;
}

#destaques_base_menor {
	max-height: 425px;
	max-width: 425px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.filtro {
 -webkit-filter: sepia(1);   
}

#conteudo_base {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 20px;
    font-family: Poppins;
    color: #393939;
    font-size: 16px;
    line-height: 24px;
}

#bt_enviar {
    /* [disabled]width: 120px; */
    height: 38px;
    background-color: #FFFFFF;
    padding-left: 10px;
    color: #F37321;
    text-decoration: none;
    font-family: Inter;
    font-size: 18px;
    display: table;
    border-radius: 10px;
    line-height: 36px;
    margin-right: auto;
    padding-right: 10px;
    margin-left: auto;
    font-weight: bold;
}

#bt_voltar {
    width: 70px;
    height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url(../imgs/bg_voltar.png);
    background-repeat: no-repeat;
    background-color: #F37321;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    display: table;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    padding-top: 4px;
    clear: both;
    padding-left: 35px;
    padding-right: 10px;
    padding-bottom: 5px;
    background-position: 5px center;
    font-weight: 500;
}
.bt_leiamais {
    height: 22px;
    background-color: #F37321;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 10px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-top: 15px;
    background-image: url(../imgs/seta_branca.png);
    background-repeat: no-repeat;
    background-position: 240px center;
    text-transform: uppercase;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 260px;
}
.bt_leiamais:hover {

}

.divisas_geral {
    /* [disabled]width: 98%; */
    height: 1px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
}
.bt_ampliar {
	width: 250px;
	height: 29px;
	background-image: url(../imgs/bt_ampliar_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.header_interno {
    height: 200px;
    padding-top: 1px;
    background-image: url(../imgs/bg_header.jpg);
    background-position: center center;
    margin-bottom: 40px;
}
.header_interno_titulo {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
    margin-top: 80px;
    text-align: center;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 16px;
}
.conteudo_interno {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-family: Inter;
    color: #393939;
    font-size: 20px;
    line-height: 32px;
    /* [disabled]min-height: 350px; */
}

.conteudo_interno ul {
    margin-top: 10px;
    margin-left: -15px;
    list-style: url(../imgs/bullet.png);
}
.conteudo_interno ul li{
    margin-top: 5px;
    list-style: url(../imgs/bullet.png);
    text-align: left;
}
.logos_sobre {
    width: 220px;
    min-height: 97px;
    display: inline-block;
}
.logos_solucoes {
    width: 220px;
    min-height: 97px;
    /* [disabled]display: inline-block; */
    float: right;
    margin-top: -30px;
}
#base_novaempresa {
    background-color: #F37321;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    color: #FFFFFF;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.logos_sobre_base {
    min-height: 120px;
    text-align: center;
    margin-bottom: 20px;
}
#met_video {
    width: 408px;
    height: 720px;
    margin-left: auto;
    margin-right: auto;
}



.icones_esquerda {
    vertical-align: middle;
    margin-right: 10px;
}
.icones_direita {
    vertical-align: middle;
    margin-right: 10px;
    float: right;
}
.conteudo_interno hr {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
    border-top: 1px dotted #8ECBDC;
    display: block;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

#mapa_localiza {
    position: relative;
    height: 450px;
    margin-top: 50px;
}
#home_base_titulo {
    height: 80px;
    background-image: url(../imgs/bg_titulo_home.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 1px;
}
.home_titulo {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    line-height: 34px;
    margin-top: 20px;
}


#home_box_imagem {
    min-height: 345px;
    background-image: url(../imgs/barrado01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

#acredita_base {
    background-color: #F37321;
    min-height: 740px;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 90px;
    text-align: center;
}
#mercados_banner {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    min-height: 120px;
    background-color: #F37321;
    margin-bottom: 60px;
}


#mercados_logo {
    width: 193px;
    height: 87px;
    float: left;
    margin-left: 130px;
    margin-top: 12px;
}
#mercados_texto {
    width: 430px;
    height: 75px;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 28px;
    font-family: Inter;
}
#mercados_conteudo {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    min-height: 530px;
    margin-bottom: 60px;
}
#mercados_esq {
    width: 400px;
    min-height: 350px;
    float: left;
}
#mercados_dir {
    width: 400px;
    min-height: 350px;
    float: left;
}
#mercados_esq_conteudo {
    /* [disabled]width: 400px; */
    background-color: #008b5b;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Inter;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 30px;
    min-height: 380px;
    line-height: 26px;
}
#mercados_dir_conteudo {
    /* [disabled]width: 400px; */
    background-color: #014440;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Inter;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 30px;
    min-height: 390px;
    line-height: 28px;
}

#acredita_conteudo {
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}
.acredita_icones {
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F37321;
    margin-bottom: 25px;
    border-radius: 70px;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.acredita_boxes {
    width: 300px;
    min-height: 590px;
    background-color: #FFFFFF;
    border-radius: 20px;
    float: left;
    color: #626262;
    font-family: Inter;
    font-size: 25px;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 35px;
    line-height: 34px;
}
.home_conteudos {
    width: 960px;
    padding-left: 10px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    /* [disabled]min-height: 350px; */
    color: #626262;
    font-family: Inter;
    font-size: 22px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home_conteudos p {
    margin-bottom: 40px;
    margin-top: 20px;
}

#logos_base {
    min-height: 120px;
    background-color: #eeeeee;
}
.logos_parceiros {
    height: 90px;
    min-width: 60px;
    float: left;
    margin-top: 15px;
}


.box_home_emp {
    width: 320px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 17px;
    line-height: 19px;
    /* [disabled]display: inline-block; */
    position: relative;
    vertical-align: top;
    font-family: Inter;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border: 1px solid #D1D1D1;
    border-radius: 15px;
    color: #757575;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}


.box_emp_foto {
    margin-right: auto;
    /* [disabled]width: 380px; */
    line-height: 0px;
    margin-left: auto;
    margin-bottom: 30px;
    height: 300px;
    text-align: center;
    vertical-align: top;
    background-color: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.box_emp_foto img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

#videos_box {
    min-height: 80px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
#videos_conteudo {
    color: #797a7c;
    margin-top: 30px;
    margin-bottom: 50px;
    min-height: 340px;
}
.videos_box {
    width: 300px;
    min-height: 380px;
    margin-left: 5px;
    margin-right: 5px;
    color: #797a7c;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
}
.videos_texto {
    min-height: 120px;
}

.videos_thumbs {
    width: 300px;
    height: 175px;
    margin-bottom: 20px;
}
.videos_thumbs img {
    border-radius: 10px;
}

.bt_ver_video {
    width: 140px;
    height: 32px;
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: Inter;
    text-transform: uppercase;
    font-size: 14px;
    display: table;
    border-radius: 10px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    /* [disabled]padding-top: 2px; */
    background-color: #F37321;
    margin-bottom: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
.produtos_box {
    width: 340px;
    min-height: 320px;
    margin-left: 5px;
    margin-right: 5px;
    color: #797a7c;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.produtos_thumbs {
    width: 340px;
    height: 250px;
    margin-bottom: 20px;
}
.produtos_texto {
    min-height: 120px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    line-height: 18px;
}
.produto_imagem {
    text-align: center;
    margin-bottom: 40px;
}
.solucoes_base {
    min-height: 350px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #D8D7D7;
    margin-bottom: 60px;
    clear: both;
}
.solucoes_imagem {
    width: 500px;
    float: left;
    margin-right: 30px;
    min-height: 400px;
    margin-top: 15px;
}
.solucoes_texto {
    width: 500px;
    float: left;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #F37321;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 15px;
}




#rodape {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    min-height: 350px;
    font-family: Inter;
    font-size: 18px;
}


#rodape_base {
    background-color: #f37321;
    min-height: 440px;
    padding-top: 1px;
    color: #FFFFFF;
    font-size: 18px;
}

#rodape_logo {
    width: 193px;
    height: 87px;
    text-align: center;
    float: left;
    margin-right: 40px;
}
#rodape_sociais {
    width: 180px;
    margin-top: 25px;
    text-align: center;
    height: 50px;
}
#rodape_telefones {
    width: 300px;
    margin-right: 50px;
    float: left;
    font-size: 16px;
    line-height: 22px;
}
#rodape_form {
    width: 390px;
    margin-right: 20px;
    float: left;
    font-size: 16px;
}
#box_faleconosco {
    height: 22px;
    background-color: #FFFFFF;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    text-decoration: none;
    color: #F37321;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.floatinputs_rdp {
    max-width: 370px;
    margin-bottom: 10px;
}
#bt_enviar_rdp {
    /* [disabled]width: 120px; */
    height: 38px;
    background-color: #FFFFFF;
    padding-left: 20px;
    color: #F37321;
    text-decoration: none;
    font-family: Inter;
    font-size: 18px;
    display: table;
    line-height: 36px;
    padding-right: 20px;
    font-weight: bold;
    float: right;
    margin-right: 10px;
}

.rodape_box_sociais {
    width: 39px;
    height: 39px;
    margin-right: 20px;
    border-radius: 5px;
    vertical-align: middle;
    float: left;
    padding-top: 5px;
}
#rodape_copyrights {
    /* [disabled]width: 360px; */
    color: #f37321;
    font-size: 16px;
    clear: left;
    font-family: Inter;
    text-align: center;
    height: 50px;
    padding-top: 20px;
    font-weight: bold;
}
#assinatura_an {
    width: 120px;
    height: 32px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
}
