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-material {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 570px;
    background: white;
    background-image: url('../images/fundo03.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%;
    color: #2d4150;
}

.div-material-left {
    display: flex;
    flex-direction: column;
    height: 570px;
    width: 50%;
    padding-top: 30px;
}

.div-material-left-title {
    padding-top: 3rem;
    font-family: 'Lato Black Italic';
    font-size: 4rem;
    padding-top: 5rem;
    font-weight: normal;
    margin-left: 200px;
}

.div-material-left-text {
    padding-top: 3rem;
    font-family: 'PT Sans';
    font-size: 1.75rem;
    font-weight: normal;
    margin-left: 200px;
    color: #858f96;
}

.div-material-right {
    display: flex;
    flex-direction: column;
    height: 570px;
    width: 50%;
    text-align: right;
}



.div-listagem {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(222,222,222,1.00);
    align-items: center;
    justify-items: center;
}

.div-lista {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin: 50px;
}

.div-lista-item {
    display: flex;
    flex-direction: column;
    background-color: rgba(222,222,222,1.00);
    margin: 5px;
}

.div-lista-collapsible {
    display: flex;
    flex-direction: row;
    background-color: white;
    color: #858f96;
    font-family: 'Lato Light';
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.div-lista-left-space {
    margin-left: 10px;
}

.div-lista-content {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    font-family: 'Lato Light';
    font-size: 18px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
}

.div-lista-collapsible:hover {
    background-color: rgba(222,222,222,1.00);
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}


.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%;
}