html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}

label {
    display: none;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 0.55rem;
    color: gray;
}

input:not(:placeholder-shown) + label {
    display: block;
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-display: block;
    src: url("../fonts/PT_Sans/PTSans-Regular.ttf") format("truetype"); 
}
  
@font-face {
    font-family: 'Helvetica Neue Light';
    font-style: normal;
    font-display: block;
    src: url("../fonts/Helvetica-Neue-Font/Helvetica-Neue-UltraLight.ttf") format("truetype"); 
}

@font-face {
    font-family: 'Lato Light';
    font-style: normal;
    font-display: block;
    src: url("../fonts/Lato/Lato-Light.ttf") format("truetype"); 
}

@font-face {
    font-family: 'Lato Heavy';
    src: url(../fonts/Lato/Lato-Heavy.ttf) format('truetype');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Lato Black Italic';
    src: url(../fonts/Lato/Lato-BlackItalic.ttf) format('truetype');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Lato Italic';
    src: url(../fonts/Lato/Lato-Italic.ttf) format('truetype');
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/awesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-2x {
    font-size: 22px;
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-registered:before {
    content: "\f25d"
}

.message_none {
    display: none;
}

.group-flex-wrap {
    flex-wrap: nowrap;
}

.wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: auto;
}

.input-item {
    height: 2.5rem;
    font-size: 0.85rem;
    padding: 0.25rem;
    padding-top: 1rem;
    border: none;
    width: 100%;
}

.input-pedido-item {
    height: 2rem;
    font-size: 0.75rem;
    padding: 0.25rem;
    border: none;
    width: 100%;
}

.area-item {
    height: 10rem;
    font-size: 0.75rem;
    padding: 0.25rem;
    border: none;
    width: 100%;
}

.topbanner-desktop {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    padding-left: 10%;
    padding-right: 10%;
}

.menu-desktop {
    display: flex;
    width: 600px;
    flex-direction: row;
    margin-left: 2rem;
    margin-right: 2rem;
}

.horizontal-menu {
    font-size:13px;
    font-family: 'PT Sans';
    font-style:normal;
    font-weight:bold;
    color: rgba(102,102,102,1.00);
}

.desktop-menu-item {
    margin-right: 1rem;
    font-size: 14px;
    text-decoration: none;
}

.desktop-menu-item a {
    color: gray;
}

.desktop-menu-item a:hover {
    color: red;
}

#desktop-menu li{
    display: inline;
}

.desktop-toplogo-div {
    display: flex;
    flex-direction: row;
}

.whatsapp-desktop {
    display: flex;
    position: fixed;
    right: 30px;
    bottom: 150px;
    flex-direction: row;
    align-items: center;
    background-color: rgb(22, 134, 7);
    width: 190px;
    border-radius: 10px;
    border-style: none;
    padding: 5px;
    z-index: 10000;
}

.whatsapp-div-text {
    font-size:12px;
    font-family: 'PT Sans';
    font-style:normal;
    font-weight:normal;
    color: rgb(182, 181, 181);
    padding: 5px;
}

.whatsapp-img-whats {
    width: 32px;
    padding: 5px;
}

.whatsapp-img-seta {
    width: 20px;
    height: 20px;
    padding: 5px;
}

.topbanner-mobile {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-mobile {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.whatsapp-mobile{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mobile-toplogo-div {
    display: flex;
    flex-direction: column;
}

.btn-enviar-pedido {
    background-color: #4CAF50; /* Green */
    border: none;
    border-radius: 15px;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    width: 180px;
    height: 50px;
}

.div-cesar {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 580px;
    background: linear-gradient(90deg, rgba(255,0,0,1.00) 1%, rgba(204,0,0,1.00) 100%);
    margin-top: 10px;
    padding-left: 10%;
    padding-right: 5%;
}

.div-cesar-img{
    display: flex;
    height: 580px;
    width: auto;
    padding-top: 5px;
}

.div-cesar-txt {
    display: flex;
    flex-direction: column;
    color: white;
    padding-top: 45px;
}

.div-cesar-txt-ola {
    display: flex;
    font-family: 'Lato Heavy';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.div-cesar-txt-somos {
    display: flex;
    font-family: 'Lato Light';
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}

.div-cesar-txt-alavancar {
    display: flex;
    font-family: 'Lato Black Italic';
    font-size: 49px;
    font-weight: bold;
    line-height: 65px;
    margin-bottom: 30px;
}

.div-cesar-button {
    display: flex;
    justify-content: center;
}

.btn-fale-cesar {
    background-color: transparent;
    border: none;
    border-radius: 30px;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    width: 300px;
    height: 60px;
    text-align: center;
    font-family: 'PT Sans';
}

.div-cesar-txt-objetivo {
    padding-top: 70px;
    display: flex;
    font-family: 'Lato Light';
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}

.div-time {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 570px;
    background: white;
    background-image: url('../images/fundo01.jpg');
    background-attachment: scroll;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(255, 255, 255, 1.00);
    padding-right: 10%;
    padding-left: 10%;
}

.div-time-foto {
    display: flex;
    height: 570px;
    width: auto;
    padding-top: 5px;
}

.div-time-text {
    display: flex;
    flex-direction: column;
    height: 570px;
    width: 100%;
    text-align: right;
    padding-left: 3rem;
    padding-right: 10%;
}

.div-time-vendas {
    display: block;
    font-family: 'Lato Heavy';
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    font-style: italic;
    padding-top: 30px;
    padding-bottom: 30px;
}

.div-time-contamos {
    display: inline-block;
    font-family: 'Lato Heavy';
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    font-style: normal;
}

.div-time-girovendas {
    display: flex;
    font-family: 'PT Sans';
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
    font-style: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.div-time-nossotime {
    display: flex;
    font-family: 'PT Sans';
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
    font-style: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.div-time-desenvolver {
    display: flex;
    font-family: 'PT Sans';
    font-size: 22px;
    font-weight: 900;
    line-height: 26px;
    font-style: normal;
    text-align: right;
}

.div-inline-block {
    display: inline-block;
}

.div-grupo {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 525px;
    background: white;
    background-image: url('../images/arte1.png');
    background-attachment: scroll;
    background-position: 100% 0%; 
    background-repeat: no-repeat;
    background-size: 830px 270px;
    background-color: rgba(255, 255, 255, 1.00);
    padding-right: 10%;
    padding-left: 10%;
}

.div-grupo-img {
    display: flex;
    height: 525px;
    width: 50%;
    padding-top: 5px;
}

.div-grupo-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 4rem;
    padding-right: 2rem;
    padding-top: 165px;
}

.div-grupo-text-fazer {
    display: flex;
    font-family: 'Lato Heavy';
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: black;
    margin-bottom: 60px;
}

.div-grupo-text-garantimos {
    display: flex;
    font-family: 'Lato Heavy';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: rgb(70, 69, 69);
    margin-bottom: 40px;
}

.div-grupo-text-confira {
    display: flex;
    font-family: 'Lato Heavy';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: rgb(70, 69, 69);
}

.div-numeros {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 224px;
    background-image: url('../images/fundo02.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 224px;
    background-attachment: scroll;
    background-color: transparent;
    color: white;
    padding-left: 15%;
    padding-right: 15%;
    align-items: center;
    justify-content: space-evenly;
}

.div-numeros-empresas {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-numeros-representantes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-numeros-clientes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-numeros-satisfacao {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-numeros-text-numero {
    text-align: center;
    font-size: 75px !important;
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif !important;
    font-style: normal;
}

.div-numeros-text-descricao {
    text-align: center;
    font-size: 18px !important;
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif !important;
    font-style: normal;
}

.div-podemos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 224px;
    font-size: 50px;
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif !important;
    font-style: bold;
    color: rgb(70, 69, 69);
}

.div-ajudar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    padding-left: 10%;
    padding-right: 10%;
}

.div-ajudar-como {
    display: flex;
    flex-direction: column;
    width: 300px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    box-shadow: none;
    border-color: rgba(183,183,183,1);
    border-color: rgba(183,183,183,0.29) !important;
    border-width: 8px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
    border-style: solid !important;
    padding-bottom: 15px;
    overflow: hidden;
}

.div-ajudar-como:hover .ajudar-image{
    transform: scale( 1.25 );
}

.ajudar-image {
    display: block;
height: 100%;
width: 100%;
object-fit: cover;
transition: transform 0.5s;
}

.div-ajudar-title {
    display: flex;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    font-family: 'Lato Light';
    font-size: 18px;
    font-weight: 900;
}

.div-ajudar-text {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    font-size: 17px;
    font-family: 'Lato Light';
    line-height: 26px;
}

.div-atendimento {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 600px;
    background: linear-gradient(90deg, rgba(255,0,0,1.00) 1%, rgba(204,0,0,1.00) 100%);
    margin-top: 50px;
    align-items: center;
    color: white;
}

.div-atendimento-img-top {
    display: flex;
    position: absolute;
    top: 0px;
    left: -400px;
    width: 900px;
    height: 300px;
}

.div-atendimento-img-bottom {
    display: flex;
    position: absolute;
    bottom: 0px;
    right: -300px;
    width: 900px;
    height: 300px;
}

.div-atendimento-txt-ajuda {
    display: flex;
    font-family: 'Lato Heavy';
    font-weight: 900;
    font-size: 30px;
    padding-top: 60px;
}

.div-atendimento-txt-analise {
    display: flex;
    font-family: 'Lato Heavy';
    font-weight: 500;
    font-size: 14px;
    padding-top: 60px;
}

.div-atendimento-txt-atendimento {
    display: flex;
    font-family: 'Lato Heavy';
    font-weight: 900;
    font-size: 70px;
    padding-top: 50px;
}

.div-atendimento-txt-consulta {
    display: flex;
    font-family: 'Lato Heavy';
    font-weight: 700;
    font-size: 20px;
    padding-top: 30px;
    margin-bottom: 80px;
}

.div-atendimento-btn {
    background: linear-gradient(90deg, rgba(255,0,0,1.00) 1%, rgba(204,0,0,1.00) 100%);
    border: none;
    border-radius: 30px;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    width: 300px;
    height: 60px;
    text-align: center;
    font-family: 'PT Sans';
}

.div-represente {
    display: flex;
    flex-direction: column;
    height: 800px;
    width: 100%;
    color: black;
    background-color: rgba(222,222,222,1.00);
    padding-left: 20%;
    padding-right: 20%;
}

.div-represente-sejaum {
    display: flex;
    font-family: 'Lato Heavy';
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 900;
    font-size: 40px;
    line-height: 55px;
    padding-top: 100px;
}

.div-represente-apresentar {
    display: flex;
    font-family: 'Lato Heavy';
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    padding-top: 30px;
}

.div-represente-formulario {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}

.formulario-content {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.formulario-item {
    display: flex;
    position: relative;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-right: 0px;
}

.input-button-enviar {
    position: relative;
    background-color: red;
    border: none;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    height: 60px;
    cursor: pointer;
}
  
.input-button-enviar:after {
    content: "";
    background: red;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}
  
.input-button-enviar:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.w-nome {
    width: 33.3%;
}

.w-email {
    width: 33.3%;
}

.w-assunto {
    width: 33.3%;
}

.w-mensagem {
    width: 100%;
}

.div-rodape {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: rgba(63,62,67,1.00);
    width: 100%;
    height: 420px;
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
}

.div-rodape-col1 {
    display: flex;
    flex-direction: column;
    color: rgb(190, 190, 190);
    padding-top: 10px;
}

.div-rodape-col1-title {
    display: flex;
    padding-top: 10px;
    font-family: 'Lato Light';
    font-weight: normal;
    font-size: 18px;
}

.div-rodape-col1-txt {
    display: flex;
    padding-top: 10px;
    font-family: 'Lato Light';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.div-rodape-col2 {
    display: flex;
    flex-direction: column;
    color: rgb(190, 190, 190);
    padding-top: 10px;
}

.div-rodape-col2-title {
    display: flex;
    padding-top: 10px;
    font-family: 'Lato Light';
    font-weight: bold;
    font-size: 18px;
}

.div-rodape-col2-txt {
    display: flex;
    padding-top: 10px;
    font-family: 'Lato Light';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.div-rodape-col3 {
    display: flex;
    flex-direction: column;
    color: rgb(190, 190, 190);
    padding-top: 10px;
}


.div-rodape-col3-title {
    display: flex;
    padding-top: 10px;
    font-family: 'Lato Heavy';
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.div-rodape-col3-txt {
    display: flex;
    padding-top: 10px;
    font-family: 'Lato Light';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.w-newsletter {
    width: 100%;
}


.input-button-news {
    position: relative;
    background-color: red;
    border: none;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
  
.input-button-news:after {
    content: "";
    background:red;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}
  
.input-button-news:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.div-rodape-redes {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-left: 10%;
    padding-right: 10%;
}