@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/open-sans/OpenSans-Regular.ttf");
    font-size: 1em;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url("../fonts/open-sans/OpenSans-Light.ttf");
    font-size: 1em;
}
@font-face {
    font-family: 'Frutiger-LT-Std-45-Light';
    src: url("../fonts/frutiger/Frutiger-LT-Std-45-Light.ttf");
    font-size: 1em;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/Lato-Regular.ttf");
    font-size: 1em;
}

@font-face {
    font-family: 'Lato Light';
    src: url("../fonts/lato/Lato-Light.ttf");
    font-size: 1em;
}

@font-face {
    font-family: 'Lato Thin';
    src: url("../fonts/lato/Lato-Thin.ttf");
    font-size: 1em;
}

@font-face {
    font-family: 'Lato Bold';
    src: url("../fonts/lato/Lato-Bold.ttf");
    font-size: 1em;
}

@font-face {
    font-family: 'Lato Medium';
    src: url("../fonts/lato/Lato-Medium.ttf");
    font-size: 1em;
}

@font-face {
    font-family: 'Lato Italic';
    src: url("../fonts/lato/Lato-Italic.ttf");
    font-size: 1em;
}

@font-face {
    font-family: 'BebasNeue';
    src: url("../fonts/bebas-neue/BebasNeue.otf");
    font-size: 1em;
}

@font-face {
    font-family: 'BebasNeue-Light';
    src: url("../fonts/bebas-neue/BebasNeue-Light.otf");
    font-size: 1em;
}

@font-face {
    font-family: 'BebasNeue-Thin';
    src: url("../fonts/bebas-neue/BebasNeue-Thin.otf");
    font-size: 1em;
}

body {
    background: #fff;
}

header .bg-home {
    width: 100%;
    height: 728px;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)), url("../images/header.jpg") top center no-repeat; */
    background: url("../images/header.jpg") top center no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
}

header .bg-empresa {
    width: 100%;
    height: auto;
    background: url("../images/bg-empresa.png") top 120px left no-repeat;
    margin: 0 auto;
}

header .bg-produtos {
    width: 100%;
    height: 728px;
    background: url("../images/bg-produtos.jpg") top center no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
    background-position-y: 127px;
}

/* header .bg-mostruario {
    width: 100%;
    height: 728px;
    background: url("../images/header.jpg") top center no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
} */

header .bg-qualidade {
    width: 100%;
    height: 727px;
    background: url("../images/bg-qualidade.jpg") top center no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
    background-position-y: 127px;
}

header .bg-mercado-page {
    width: 100%;
    height: 728px;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)), url("../images/header.jpg") top center no-repeat; */
    background: url("../images/bg-mercado-page.jpg") top center no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
    background-position-y: 127px;
}

header .bg-contatos {
    height: auto;
}

/* #topo {
    top: -127px;    
    transition: top 0.3s;
    z-index: 1000;
} */

.full-topo {    
    width: 100vw;
    /* background: #fff; */
    background: transparent;
    position: fixed;
    margin-left: -50vw;
    height: 127px;
    /* margin-top: 100px; */
    left: 50%;    
    transition: all 0.6s ease-out;
    z-index: 1000;  
}

.full-topo.scrolled {
    background: rgba(255, 255, 255, 0.9);
}

.logo {    
    width: 50%;
    height: 116px;
    /*background: url("../images/logo.png") top 20px right 0px no-repeat;*/
    background: url("http://www.globoplast.com.br/wp-content/uploads/2024/04/NEWLOGO_23_BRANCO-1-e1713978755569.png") top 20px right 0px no-repeat;
    /* margin-top: 20px; */
}

.full-topo.scrolled .logo {
    width: 50%;
    height: 116px;
    /*background: url("../images/logo-pb.png") top 20px right 0px no-repeat; */   
    background: url("http://www.globoplast.com.br/wp-content/uploads/2024/04/NEWLOGO_23_CINZA-1-e1713979069139.png") top 20px right 0px no-repeat;  
}

.full-topo.scrolled .fone-topo {
    margin-top: 20px;
    position: relative;
    float: left;
    font-family: 'Lato';
    color: #666;
}

.full-topo.scrolled .menu-apoio ul li a {
    color: #666;
    text-decoration: none;
    padding: 5px;
}

.full-topo.scrolled .menu-apoio ul li a.ativo-apoio {
    background-color: #666;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 3px 3px;
}

.full-topo.scrolled .menu ul li a {
    color: #666;
    text-decoration: none;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 7px;
}

.full-topo.scrolled .menu ul li a {
    color: #666;
    text-decoration: none;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 7px;
}

.full-topo.scrolled .menu ul li a:hover {
    color: #fff;
    background-color: #f8a719;
    border-radius: 3px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 7px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.full-topo.scrolled .menu ul li a.active {
    color: #fff;
    background-color: #f8a719;
    border-radius: 3px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 7px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.full-topo.scrolled .menu-apoio hr {
    margin-left: 0;
    width: 405px;
    clear: both;
    height: 1px;    
    background-color: #dcdcdc;
    border-top: 0;
}

.menu-apoio {
    padding-left: 160px;    
    /* border-bottom: #419d9f solid 1px;     */
    height: 55px;
}

.menu-apoio i {
    color: #f8a719;
}

.fone-topo {
    margin-top: 20px;
    position: relative;
    float: left;
    font-family: 'Lato';
    color: #FFF;
}

.fone-topo i {
    padding-right: 12px;
}

.menu-apoio ul {
    position: relative;
    float: left;
    margin-top: 20px;
    font-family: 'Lato';
    font-size: 12px;
}

.menu-apoio ul li {
    color: #FFF;    
    display: inline;
}

.menu-apoio .idioma li {
   padding: 3px;
   padding-right: 0;
}

.menu-apoio ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
}

.menu-apoio ul li a.ativo-apoio {
    background-color: #fff;
    color: #666;
    text-decoration: none;
    border-radius: 3px;
    padding: 3px 3px;
}

.menu-apoio ul.redes-apoio {
    margin-top: 10px;
    font-size: 24px;
}

.menu-apoio ul.redes-apoio li {
    padding-right: 3px;
}

.container-fluid {
    height: 184px;
    background: #6f7777;
    text-align: center;
}

.container-fluid ul.redes-apoio {
    padding: 0;
    padding-top: 50px;
    color: #f8a719;
    font-size: 28px;
    
}

.container-fluid ul.redes-apoio li {
    display: inline;
}

.container-fluid p {
    color: #fff;
    font-size: 15px;
}

.menu-apoio hr {
    margin-left: 0;
    width: 405px;
    clear: both;
    height: 1px;    
    background-color: rgba(4, 255, 205, 0.23);
    border-top: 0;
}

nav {
    padding-top: 35px;
}

.menu ul {
    padding-left: 20px;
}

.menu ul li {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    display: inline;    
    padding: 2px;
    color: #666;    
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 7px;
}

.menu ul li a:hover {
    color: #fff;
    background-color: #f8a719;
    border-radius: 3px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 7px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.menu ul li a.active {
    color: #fff;
    background-color: #f8a719;
    border-radius: 3px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 7px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* .menu ul li a:hover {
    color: #3757a4;
    background-color: #fff;
    border-radius: 3px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 7px;
} */

.destaque {
    position: relative;
    margin-top: 280px;
}

.destaque h1 {
    font-family: 'Lato';
    font-size: 93px;
    color:  #f8a719;
    line-height: 60px;
    margin-bottom: 0;
    padding-left: 205px;
}

.destaque h1 .ualidade {
    color: #fff;
    font-size: 63px;
    vertical-align: top;
}

.destaque-qualidade {
    position: relative;
    margin-top: 280px;
}

.destaque-qualidade h1 {
    font-family: 'Lato';
    font-size: 93px;
    color:  #f8a719;
    line-height: 60px;
    margin-bottom: 0;
    padding-left: 0;
}



.destaque p {
    color:  #f8a719;
    font-family: 'Lato Light';
    font-size: 31px;
    text-indent: 130px;
    line-height: 30px;
    padding-left: 150px;

}

.destaque-qualidade p {
    color:  #f8a719;
    font-family: 'Lato Light';
    font-size: 31px;
    /* text-indent: 130px; */
    line-height: 30px;
    padding-left: 0;

}

.destaque-empresa {
    padding-top: 15%;
    padding-left: 36%;
    padding-right: 0;
    padding-bottom: 15%;
}

.destaque-empresa.visao {
    padding-top: 15%;
    padding-left: 30%;
    padding-right: 0;
    padding-bottom: 15%;
}

.row-full {
    width: 100vw;
    max-width: 100%;
    position: relative;
    /* background: blue; */
    /* background-position-y: 350px; */
    margin-left: -50vw;
    height: 500px;    
    left: 50%;
}

.row-full-2 {
    width: 100vw;
    max-width: 100%;
    position: relative;
    /* background: blue; */
    /* background-position-y: 350px; */
    margin-left: -50vw;
    height: 670px;    
    left: 50%;
}

.full-thumbs {
    position: relative;
    z-index: 9;    
    /* background: green; */
    width: 100%;
    height: 500px;
    margin-top: -500px;
}

.full-thumbs-2 {
    position: relative;
    z-index: 9;    
    /* background: green; */
    width: 100%;
    height: 500px;
    margin-top: -700px;
}

.destaque-empresa.visao .col-md-12 {
    position: relative; z-index: 10;
}

.row-full .full-thumbs .empresa-1 {
    position: absolute; 
    /* float: left;    */
    height: 152px;    
    background: url("../images/empresa-1.jpg") top left no-repeat;
    /* background: red; */
    background-size: 100%;
    width: 151px;
    margin-top: 10%;
    margin-left: 3%;    
}

.row-full .full-thumbs .empresa-2 {    
    position: absolute;
    /* float: left; */
    height: 271px;
    background: url("../images/empresa-2.jpg") top left no-repeat;
    background-size: 100%;
    width: 271px;    
    margin-top: 2%;
    margin-left: 16%;

}

.row-full .full-thumbs .empresa-3 {
    position: absolute;    
    height: 119px;
    background: url("../images/empresa-3.jpg") top right no-repeat;
    background-size: 100%;
    width: 117px;    
    margin-left: 59%;   
    margin-top: 22%;   
}

.row-full .full-thumbs .empresa-4 {
    position: absolute;    
    height: 99px;
    background: url("../images/empresa-4.jpg") top left no-repeat;
    background-size: 100%;
    width: 100px;    
    margin-left: 70%;   
    margin-top: 5%   
}

.row-full .full-thumbs .empresa-5 {
    position: absolute;    
    height: 195px;
    background: url("../images/empresa-5.jpg") top 44% right 2% no-repeat;
    background-size: 100%;
    width: 195px;    
    margin-left: 82%;   
    margin-top: 12%; 
}

.row-full-2 .full-thumbs-2 .empresa-6 {
    position: absolute;    
    height: 199px;
    background: url("../images/empresa-6.jpg") top left no-repeat;
    background-size: 100%;
    width: 200px;    
    margin-left: 5%;
    margin-top: 0%;   
}



.row-full-2 .full-thumbs-2 .empresa-7 {
    position: absolute;    
    height: 103px;
    background: url("../images/empresa-7.jpg") top left no-repeat;
    background-size: 100%;
    width: 103px;    
    margin-left: 15%;
    margin-top: 22%;      
}



.row-full-2 .full-thumbs-2 .empresa-8 {
    position: absolute;    
    height: 105px;
    background: url("../images/empresa-8.jpg") top right no-repeat;
    background-size: 100%;
    width: 108px;    
    margin-left: 42%;
    margin-top: 18%  
}



.row-full-2 .full-thumbs-2 .empresa-9 {
    position: absolute;    
    height: 249px;
    background: url("../images/empresa-9.jpg") top right no-repeat;
    background-size: 100%;
    width: 250px;    
    margin-left: 68%;
    margin-top: 10%  
}



.row-full-2 .full-thumbs-2 .empresa-10 {
    position: absolute;    
    height: 135px;
    background: url("../images/empresa-10.jpg") top right no-repeat;
    background-size: 100%;
    width: 135px;    
    margin-left: 88%;
    margin-top: 22%  
}

.destaque-empresa.missao {
    padding-top: 5%;
    padding-left: 0;
    padding-right: 36%;
    padding-bottom: 35%;
}

.destaque-empresa h3 {
    font-family: 'Lato';
    font-weight: bold;
    border-left: 5px solid #00f0e2;
    padding-left: 10px;
    margin-bottom: 0;
    color: #7d7d7d;
    text-transform: uppercase;
}

.destaque-empresa h2 {
    font-family: 'Lato';
    font-size: 60px;
    color: #00f0e2;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.destaque-empresa h1 {
    font-family: 'Lato';
    font-size: 93px;
    color:  #f8a719;
    line-height: 60px;
    margin-bottom: 0;
    padding-left: 205px;
}

.destaque-empresa p {
    font-family: 'Lato Light';
    color: #3e3e3e;
    font-size: 17px;
    padding-right: 7%;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.box-qualidade {
    position: relative;
    padding-top: 125px;
    height: 753px;    
}

.box-qualidade p {
    font-family: 'Lato Light';
    color: #3e3e3e;
    font-size: 17px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.box-qualidade .qualidade-texto {
    width: 785px;
}

.box-qualidade .qualidade-texto .ver-mais-qualidade {
    font-family: 'Lato Light';
    font-size: 24px;
    margin-top: 65px;
    color: #fc8b3d;
    text-align: right;
    clear: both;
}

.box-qualidade .qualidade-img {
    width: 370px;
}

.ver-mais-qualidade a {
    color: #fc8b3d;
    text-decoration: none;
}

.qualidade-texto h3 {
    font-family: 'Lato';
    font-weight: bold;
    border-left: 5px solid #fc8b3d;
    padding-left: 10px;
    margin-bottom: 0;
    color: #7d7d7d;
    text-transform: uppercase;
}

.qualidade-texto h2 {
    font-family: 'Lato';
    font-size: 60px;
    color: #fc8b3d;
    margin-top: 0;
    margin-bottom: 50px;  
}

.box-mercado {
    position: relative;
    padding-top: 90px;
    width: 100%;
    height: 660px;
    background: url("../images/bg-mercado.jpg") top center no-repeat;
}

.box-mercado .col-md-4 {
    position: relative;
    float: left;
    margin-left: 26%;   
    padding-right: 0;
    margin-right: 0;    
    width: 42px;
    height: 506px;
    background: rgba(81, 90, 89, 0.5);;
    /* border-left-color: rgba(254, 3, 9, 0.5); */
}

.box-mercado .col-md-8 {
    /* margin-left: 60px; */
    position: relative;
    float: left; 
    padding: 25px 50px;
    width: 824px;
    height: 506px;    
    /* border-left: 42px solid red;     */    
    background: #515a59;
}

.box-mercado p {
    font-family: 'Lato Light';
    color: #fff;
    font-size: 17px;
    padding-right: 10px;
    margin-bottom: 40px;
}

.box-mercado h3 {
    font-family: 'Lato';
    font-weight: bold;
    border-left: 5px solid #00f0e2;
    padding-left: 10px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.box-mercado h2 {
    font-family: 'Lato';
    font-size: 60px;
    color: #00f0e2;
    margin-top: 0;
    margin-bottom: 50px;  
}

.box-mercado .col-md-8 .ver-mais-mercado {
    font-family: 'Lato Light';
    font-size: 24px;    
    text-align: right;
    clear: both;
}

.box-produto {
    position: relative;
    padding-top: 170px;
    width: 100%;
    height: 750px;
    background: url("../images/bg-produto.jpg") top 58% right 28.5% no-repeat;
}

.box-produto .produto-texto {
    width: 52%;
    text-align: left;
}

.box-produto .produto-texto h2 {        
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -5px;
    font-family: 'Lato Thin';
    font-size: 120px;
    color: #00f0e2;
    line-height: 90px;
}

.box-produto .produto-texto h3 {   
    margin-top: 0;
    margin-bottom: 50px;
    font-family: 'Lato Thin';
    font-size: 56px;
    color: #2c3130;
}

.box-produto .produto-texto p {
    /* margin-left: 60px; */
    font-family: 'Lato Light';
    font-size: 17px;
    color: #2c3130;
}

.box-produto .produto-texto .ver-mais-produto {
    margin-top: 35px;
    padding-right: 20px;
    font-family: 'Lato Light';
    font-size: 24px;    
    text-align: right;   
}

.destaque-produtos h1 {
    font-family: 'Lato';
    font-size: 93px;
    color: #f8a719;
    line-height: 60px;
    margin-bottom: 0;
    padding-left: 205px;
}

.destaque-produtos {
    position: relative;
    margin-top: 280px;
}

.destaque-produtos h1 {
    font-family: 'Lato';
    font-size: 60px;
    color:  #fff;
    line-height: 60px;
    margin-bottom: 0;
    padding-left: 147px;
}

.destaque-produtos p {
    color:  #666666;
    font-family: 'Lato Light';
    font-size: 31px;
    /* text-indent: 130px; */
    line-height: 30px;
    padding-left: 150px;
    padding-right: 80px;

}

.galeria-produtos .row {
    margin-bottom: 100px;
}

.galeria-produtos .row .col-md-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.galeria-produtos .row .col-md-4 .text a {
    text-decoration: none;
    color: #fff;
    display: block;
    background-color: #f8a719;
    font-size: 16px;
    padding: 16px 32px;    
}

.galeria-qualidade .row {
    margin-bottom: 100px;
}

.galeria-qualidade .row .col-md-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.box-contato {
    position: relative;
    padding-top: 100px;
    width: 100%;
    height: 1110px;
    background: url("../images/bg-contato.png") bottom center no-repeat;
}

.box-contato h4 {
    font-family: 'Lato Medium';
    font-size: 36px;
    color: #ffa10d;
}

.box-contato .contato-texto {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 120px;    
    font-family: 'Lato Light';
    font-size: 24px;
    color: #746950;
    text-align: left;
    background: #f5f5f5;
    /* width: 45%; */
}

.box-contato .col-md-4 {
    border-right: 40px solid #fff;
}

.box-contato .contato-texto p {
    padding-bottom: 30px;
    padding-left: 30px;
}

.box-contato .contato-texto img {
    padding-right: 16px;
}

.box-contato .contato-texto span.telefone {
    font-family: 'Lato Bold';
    font-size: 30px;
    color: #f8a719;
    /* font-weight: bold; */
    line-height: 55px;
}

.box-contato .contato-texto span small {
    font-family: 'Lato Light';
    font-size: 20px;        
}

.box-contato .contato-texto span.email {
    font-family: 'Lato Bold';
    font-size: 20px;
    color: #f8a719;
    /* font-weight: bold; */
    line-height: 55px;
}

.box-contato .contato-form {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Lato Light';
    font-size: 24px;
    color: #746950;
    text-align: left; 
    background: #f5f5f5;  
}

.box-contato .contato-form .controls .row {
    padding-bottom: 18px;
}

.box-contato .contato-form .controls .row .col-md-12 img {
    padding-right: 16px;
}

.box-contato .contato-form .controls .row .col-md-12 input {
    font-family: 'Lato';
    font-size: 17px;
    border: solid #fff;
    box-shadow: none;
}

.box-contato .contato-form .controls .row .col-md-12 textarea {
    font-family: 'Lato';
    font-size: 17px;
    border: solid #fff;
    box-shadow: none;
}

::-webkit-input-placeholder {
    font-family: 'Lato Italic';
    font-size: 17px;
    /* font-style: italic; */
}

::-webkit-textarea-placeholder {
    font-family: 'Lato Italic';
    font-size: 17px;
    /* font-style: italic; */
}

::-moz-placeholder {    
    font-family: 'Lato Italic';
    font-size: 17px;
    /* font-style: italic; */
}

.box-contato .contato-form .controls .row .col-md-12 button {
    position: relative;
    float: right;
    /* margin-top: 120px; */
    /* margin-right: 120px; */
    padding: 10px 20px 10px 20px;
    font-family: 'Lato Light';
    font-size: 17px;
    background: #f8a719;
    border-radius: 6px;
    border: 1px solid transparent;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
}

.box-contato .contato-form .controls .row .col-md-12 button:hover {
    background-color: #3e8e41;
    color: white;
}

.fade-produto {
    position: relative;
    width: 100%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.fade-produto:hover .image {
    opacity: 0.3;
}
  
.fade-produto:hover .middle {
    opacity: 1;
}

.text-q {
    background-color: #f8a719;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    text-decoration: none;
}

.texto-produtos .row {
    margin-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.texto-produtos .row h2 {
    font-family: 'Lato';
    font-size: 60px;
    color: #f8a719;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.texto-produtos .row p {
    font-family: 'Lato Light';
    color: #3e3e3e;
    font-size: 17px;
    padding-right: 7%;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.texto-mostruario .row {
    margin-top: 180px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

.texto-mostruario .row h2 {
    font-family: 'Lato';
    font-size: 60px;
    color: #0069b4;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.texto-mostruario .row p {
    font-family: 'Lato Light';
    color: #3e3e3e;
    font-size: 17px;
    padding-right: 7%;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.texto-qualidade .row {
    margin-top: 180px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

.texto-qualidade .row h2 {
    font-family: 'Lato';
    font-size: 60px;
    color: #0069b4;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.texto-qualidade .row p {
    font-family: 'Lato Light';
    color: #3e3e3e;
    font-size: 17px;
    padding-right: 7%;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.destaque-mercado-page {
    position: relative;
    margin-top: 180px;    
}

.destaque-mercado-page .box-mercado-page-alfa {
    margin: 0 auto;
    background: rgba(81, 90, 89, .5);
    width: 70%;
    height: 506px;
}

.destaque-mercado-page .box-mercado-page {    
    background: rgba(81, 90, 89, 1);
    height: 506px;    
    width: 95%;
    padding: 25px 50px;
    float: right;
}

.destaque-mercado-page .box-mercado-page h2 {    
    font-family: 'Lato';
    font-size: 60px;
    color: #00f0e2;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 35px 0 0 0;
}

.destaque-mercado-page .box-mercado-page p {    
    font-family: 'Lato Light';
    color: #fff;
    font-size: 17px;
    padding: 0 10px 15px 0;    
}
.container.cosmetico {
    margin-top: 134px;   
}
.container.cosmetico h3 {
    font-family: 'Lato Bold';
    font-size: 24px;
    color: #0069b4;
    padding: 35px 0 0 0;
}
.container.cosmetico p {
    font-family: 'Lato Light';
    color: #515a59;
    font-size: 18px;
    padding: 0 10px 15px 0;    
}
.container.farmaceutico {
    margin-top: 72px;
    background: #f3f3f3;   
}
.container.farmaceutico h3 {
    font-family: 'Lato Bold';
    font-size: 24px;
    color: #0069b4;
    padding: 35px 0 0 0;
}
.container.farmaceutico p {
    font-family: 'Lato Light';
    color: #515a59;
    font-size: 18px;
    padding: 0 10px 15px 0;    
}
.container.quimico-alimentos {
    margin-top: 66px;
    margin-bottom: 116px;   
}
.container.quimico-alimentos h3 {
    font-family: 'Lato Bold';
    font-size: 24px;
    color: #0069b4;
    padding: 35px 0 0 0;
}
.container.quimico-alimentos p {
    font-family: 'Lato Light';
    color: #515a59;
    font-size: 18px;
    padding: 0 10px 15px 0;    
}
.row-full-contatos {
    width: 100%;
    /* max-width: 100%; */
    position: relative;
    background: #e9e6de;
    /* background-position-y: 350px; */
    margin-left: -50%;
    height: auto;    
    left: 50%;
}
.texto-contatos .row.linha-form {
    margin-top: 180px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.texto-contatos .row h2 {
    font-family: 'Lato';
    font-size: 60px;
    color: #f8a719;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.texto-contatos .row p {
    font-family: 'Lato Light';
    color: #FFF;
    font-size: 17px;
    padding-right: 7%;
    margin-bottom: 12px;
    position: relative;
    z-index: 10;
}
.texto-contatos .contato-texto-page {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    background: #0069b4;   
}
.texto-contatos .contato-texto-page span.telefone {
    font-family: 'Lato Bold';
    font-size: 30px;
    color: #f8a719;
    /* font-weight: bold; */
    line-height: 55px;
}
.texto-contatos .contato-texto-page span.email {
    font-family: 'Lato Bold';
    font-size: 20px;
    color: #f8a719;
    /* font-weight: bold; */
    line-height: 55px;
}
.texto-contatos .contato-texto-page span small {
    font-family: 'Lato Light';
    font-size: 20px;        
}

.texto-contatos .contato-form {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Lato Light';
    font-size: 24px;
    color: #746950;
    text-align: left; 
    /* background: #f5f5f5;   */
}

.texto-contatos .contato-form .controls .row {
    padding-bottom: 0;
}
.texto-contatos .contato-form .controls .row .form-group {
    margin-bottom: 10px;
}
.texto-contatos .contato-form .controls .row .col-md-12 img {
    padding-right: 16px;
}

.texto-contatos .contato-form .controls .row .col-md-12 input {
    font-family: 'Lato';
    font-size: 17px;
    border: 1px solid #d2d2d2;
    box-shadow: none;
    border-radius: 0;
    height: 38px;
}

.texto-contatos .contato-form .controls .row .col-md-12 textarea {
    font-family: 'Lato';
    font-size: 17px;
    border: solid #fff;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    border-radius: 0;
}

.texto-contatos .contato-form .controls .row .col-md-12 .form-group.col-md-9 {
    padding-left: 0;
    padding-right: 0;
}

.form-group select.form-control  {
    font-family: 'Lato Italic';
    font-size: 17px;
    /* width: 75%; */
    border: solid #fff;
    box-shadow: none;
    padding: 0 0 3px 9px;
    color: #999;
    border-radius: 0;
    height: 38px;
    border: 1px solid #d2d2d2;
    background: url("../images/select.jpg") no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.texto-contatos .contato-form .controls .row .col-md-12 button {
    position: relative;
    float: right;
    margin-top: 30px;
    /* margin-right: 120px; */
    padding: 10px 20px 10px 20px;
    font-family: 'Lato Light';
    font-size: 17px;
    background: #f8a719;
    border-radius: 6px;
    border: 1px solid transparent;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
}

.texto-contatos .contato-form .controls .row .col-md-12 button:hover {
    background-color: #3e8e41;
    color: white;
}
.row-full-mapa {
    width: 100%;
    /* max-width: 100%; */
    position: relative;
    background: #e9e6de;
    /* background-position-y: 350px; */
    margin-left: -50%;
    height: auto;    
    left: 50%;
}
#map {
    width: 100%;
    height: 450px;
    background-color: #fff;
    margin-bottom: 65px;
  }