﻿html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    margin: 0;
    padding: 0;
}


body{
    margin: 0;   
    background: #ffffff !important;
    font-family: 'Poppins', 'Montserrat', sans-serif;
}

img{
    border-style: none;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
    -webkit-appearance: button;
}

input {
    font-size: 1em;
}

textarea {
    overflow: auto;
    font-size: 1.1em;
}

[hidden] {
    display: none;
}

/* Position da Linha */
.row:before,
.row:after{
    display: table;
    content: " ";
}

.row:after{
    clear: both;
}

.linha:before,
.linha:after{
    display: table;
    content: " ";
}

.linha:after{
    clear: both;
}

/* Coluna */
.col {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}

.colContato {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}

/* Coluna */
.col2 {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}

/* Quatro Colunas */
@media (min-width: 728px) {
    .col-4 {
        width: 25%;
    }
}

@media (min-width: 500px) and (max-width: 727px) {
    .col-4 {
        width: 50%;
    }
}

@media (min-width: 50px) and (max-width: 499px) {
    .col-4 {
        width: 100%;
    }
}


@media (min-width: 50px) {
    .col-4-4 {
        width: 25%;
    }
}

@media (min-width: 728px) {
    .col-4-produtos {
        width: 25%;
    }
}


@media (min-width: 444px) and (max-width: 727px) {
    .col-4-produtos {
        width: 50%;
    }
}

@media (min-width: 50px) and (max-width: 443px) {
    .col-4-produtos {
        width: 100%;
    }
}


/* Três Colunas */
@media (min-width: 728px) {
    .col-3 {
        width: 33.3333%;
    }
}

/* TrÃªs Colunas */
@media (min-width: 300px) {
    .col-3-sociais {
        width: 33.3333%;
    }
}

/* TrÃªs Colunas */
@media (min-width: 1170px) {
    .col-3 {
        width: 33.3333%;
    }
}

@media (min-width: 728px) {
    .col-3-lugar {
        width: 33.3333%;
    }
}

@media (min-width: 728px) {
    .col-3-barTopo1 {
        width: 48%;
    }

    .col-3-barTopo2 {
        width: 36%;
    }

    .col-3-barTopo3 {
        width: 16%;
    }
}

/* Duas Colunas */
@media (min-width: 728px) {
    .col-2 {
        width: 50%;
    }
}

@media (min-width: 1102px) {
    .col-2-produtosDetail {
        width: 50%;
    }
}

@media (min-width: 58px) {
    .col-2-barRodape {
        width: 50%;
    }
}

@media (min-width: 728px) {
    .col-6 {
        width: 16.6666667%;
    }
}


@media (min-width: 728px) {
    .col-3-logo {
        width: 20%;
    }

    .col-3-pesquisa {
        width: 80%;
    }

    .col-3-itens {
        width: 75%;
    }
}


@media (min-width: 728px) {
    .col-2-bar {
        width: 80%;
    }

    .col-2-bar2 {
        width: 20%;
    }

    .col-2-bar3 {
        width: 40%;
    }
}

@media (min-width: 728px) {
    .col-3-bar {
        width: 27%;
    }

    .col-3-bar3 {
        width: 68%;
    }
}

@media (min-width: 1170px) {
    .containerItens {
        max-width: 1170px;
        padding: 0;
    }
}

    /* Media dos Containers */
    @media (min-width: 1170px) {
        .containerHome {
            max-width: 1000px;
            padding: 0;
        }

        .containerContato {
            max-width: 1170px;
            padding: 0;
        }

        .containerSocial {
            max-width: 300px;
            padding: 0;
        }

        .containerLugar{
            max-width: 1170px;
            padding: 0;
        }

        .containerProdutos{
            max-width: 1170px;
            padding: 0;
        }

        .containerQuemSomos{
            max-width: 1000px;
            padding: 0;
        }

        .containerHomeCima{
            max-width: 1170px;
            padding: 0;
        }

        .containerCabecalho {
            max-width: 1170px;
            padding: 0;
        }

        .containerRodape {
            max-width: 1170px;
            padding: 0;
        }

        .containerMenu{
            max-width: 1170px;
            padding: 0;
        }

        .container2 {
            max-width: 1170px;
            padding: 0;
        }

        .container3 {
            max-width: 1170px;
            padding: 0;
        }
    }

.containerCabecalho {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerQuemSomos{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerProdutos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerContato {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerSocial{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerLugar{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerRodape {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerHome{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerHomeCima{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerMenu{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.container3{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;  
}

.container2{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    
}

 /* Media dos Containers */
 @media (min-width: 1170px) {
    .containerWidth {
        max-width: 1170px;
        padding: 0;
    }
}

.containerWidth {
width: 100%;
margin: 0 auto;
padding: 0 20px;  
}

/* fixo */
button,
textarea,
select,
input {
    outline: 0;
}

#sobreTopo{
    padding-bottom: 0px;
    background: #1b8577;  
}

/* SIGA NOSSAS REDES SOCIAIS */
#sobreTopo .titleRedesSociais{
    text-align: right;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

/* REDES SOCIAIS NO RODAPÃ */
#sobreTopo .sociaisRodape{
    font-size: 50px;
    padding: 0 3px;
    color: #fff;
    transition: all .4s;
}

#sobreTopo .posicaoEnd {
    margin-top: 27px;
}

#sobreTopo .sociaisRodape:hover {
    color: #fee619;
    transform: scale(1.02);
    transition: all .4s;
}

#sobreTopo .lado {
    margin:0 4%; 
    padding: 10px 0;
}

#sobreTopo .descricaoSobre {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

/* CSS ITENS DE CADA COLUNA */
#sobreTopo .institucional {
    text-decoration: none;
    padding-top: 8px;
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all .4s;
}

/* CSS ITENS DE CADA COLUNA (HOVER) */
#sobreTopo .institucional:hover {
    color: #fee619;
    text-decoration: none;
}

#sobreTopo .ulInstitucional {
    margin-top: 0;
}

#sobreTopo .ulInstitucional li {
    width: 100%;
    margin-bottom: 1px;
}

#sobreTopo .tituloSobre{
    margin-top: 0px; 
    margin-bottom: 0;  
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

#sobreTopo .tituloSobreRedesSociais{
    margin-top: 0px;   
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.flex-endSociaisTopo {
    justify-content: flex-end; 
}

.containerFlexSociaisTopo {
	margin: 0 auto;
	display: flex;	
}







.menuCima{
    background: linear-gradient(45deg,#2da955, #48df79);
    width: 100%; 
}

/* Info's do menu de cima */
.detalhe{
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    text-align: center;
    text-shadow: 0px 0px 3px #007626;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.detalheEmail{
    color: #fff;
    margin-top: 19px;
    margin-bottom: 5px;
    padding-top: 0px;
    text-align: center;
    text-shadow: 0px 0px 3px #007626;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.botaoWhatsapp {
    margin-top: 22px;
    text-align: center;
}

.aBotaoWhatsapp{
    font-family: 'Poppins';
    color: #2da955;
    padding: 15px;
    background: #fef002;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px 0px 6px 1px;
    transition: all .4s;
}

.aBotaoWhatsapp:hover{
    background: #05ff00;
    transition: all .4s;
}

#home {
    padding-bottom: 5px;
    padding-top: 5px;
    background: linear-gradient(45deg,#fff, #fff);
}

#home .logo {
    width: 290px;
}

#home .sociaisTopo {
    font-size: 60px;
    color: #2da955;
    margin: 0 5px;
    margin-top: 6px;
    transition: all .4s;
}


#home .sociaisTopo:hover {
    transform: scale(1.02);
    transition: all .4s;
}

#home .telefoneMenu{
    margin-top: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 25px;
    margin-left: 10%;
    color: white;
}

#home .caixa-pesquisa {
    margin-top: 11px;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 40px 0 0 40px;
    padding: 10px 0px 10px 10px;
    margin-left: 9%;
    width: 50%;
    
}

.pesquisa-btn{
    color: #fbb03b;
    background: #fff;
    width: 40px;
    height: 39px;
    margin-top: -10px;
    margin-left: 10px;
    /* border-radius: 40px 0 0 40px; */
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}

.pesquisa-texto {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #fff;
    font-size: 16px;
    transition: 0.4s;
    width: 85%;
    font-family: 'Poppins', sans-serif;
    margin-top: -3px;   
}

#home .pesquisa-texto::-webkit-input-placeholder {
    color:#FFF; 
    opacity: 0.8; 
    font-family: 'Poppins', sans-serif;
}

#menu {
    background: #41b7a7 ;
}

.centerFlexCenter {
	justify-content: center;
}

.containerFlexCenter {
	max-width: 420px;
	margin: 0 auto;
	display: flex;
}

.containerFlexCenterMenu {
	margin: 0 auto;
	display: flex;
}

/* Posição dos itens no menu */
#menu .nav{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 100%;   
    position:relative; 
    text-transform: uppercase;
    z-index: 999;
}

/* CSS do Menu e DropDown */
.nav ul{
    list-style: none;
    position: relative;  
}

.nav ul li{ 
    float: left;
    padding: 0 3px;

}

.nav ul ul{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}

.nav ul li:hover ul{
    visibility: visible;
    opacity: 1;
    transition: all .4s;
}

.nav ul ul li{
    float: none;
    width: 200px;
    padding: 0px;
    
}

.nav ul ul li a{
    padding: 15px;
    display: block;
    text-decoration: none;
    text-align: center; 
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    
}


/* CSS do texto dos itens no menu */
#menu .nav .a{
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    padding-left: 13px;
    display: flex;  
    color: #fff;
    font-family:'Poppins', sans-serif ;
    font-size: 14px;
    text-align: left;  
    transition: all .4s;
}

#menu .nav ul li {
    transition: all .4s;
}

#menu .nav ul li:hover .a{
    color: #ffffff;
    background: #0067b7;
    transition: all .4s;
}

#menu .nav ul .b:hover {
    background: #00beb5;
    color: #ffffff;
    transition: all .4s;
}

#menu .nav .b{
    text-decoration: none;
    text-align: left;
    display: block;  
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background: #0067b7;
    transition: all .4s;
}

#home .nav .b:hover{
    background: rgb(192, 16, 16);
    transition: all .4s;
}

.chamadoTecnico {
    margin-top: 19px;
    background: #3d3177;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    transition: all .4s;
}

.chamadoTecnico:hover {
    transform: scale(1.04);
    transition: all .4s;
}

.aChamadoTecnico {
    color: white;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
}

.aChamadoTecnico{
    color: #fff;
    text-decoration: none;
}

.bannerSlider{
    height: 200px;
    background: rgb(1, 219, 85);
}

#apresentacao{  
    background: linear-gradient(45deg,#614bb3,#11053e);
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    padding-bottom: 30px;
    position: relative;
}

#apresentacao .conteudoImagensTrabalhos {
    margin-top: -65px;
}

#apresentacao .backImgTrab {
    background: #fff;
    height: 100%;
    z-index: 999999;
    position: relative;
    transition: all .4s;
}

#apresentacao .conteudoPoliticaAll {
    margin-top: 15px;
}

#apresentacao .conteudoPoliticasItem {
    margin: 0 30px;
}

#apresentacao .descricaoPoliticas {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: justify;
    margin-top: 5px;
}

#apresentacao .tituloPoliticas {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
}

#apresentacao .imgTrabalhos {
    position: relative;
    z-index:9999;
    transition: all .3s;
}

#produtos .imgTrabalhos:hover {
    opacity: 0.2;
    transition: all .3s;
}

#apresentacao .tituloApresentacaoCima {
    text-align: justify;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    margin-bottom: 18px; 
    font-size: 32px;
}

#apresentacao .subTituloApresentacao {
    text-align: justify;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 18px; 
    font-size: 22px;
}

#apresentacao .descricaoApresentacao {
    text-align: justify;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 18px; 
    font-size: 16px;
    padding: 0 30px;
}

#apresentacao .tituloProdutosBaixo {
    text-align: left;
    color: #293524;
    font-family: 'Roboto', sans-serif;
    margin-top: -37px;
    font-size: 52px;
    padding-left: 7%;
    margin-bottom: 0px;
    font-weight: bold;
}

#marcas {
    background: #000000;
}

#marcas .imgMarcas {
    width: 100%;
    margin: 20px 0;
}

#marcas .tituloProdutosCima {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 25px;
    font-size: 28px;
}

#marcas .tituloProdutosBaixo {
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: -17px;
    font-size: 57px;
    margin-bottom: 7px;
}

#itens{
    background-image: url(/images/fundoItens.jpg);
    background-size: 100%;
    background-attachment: fixed;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    position: relative;
}

#itens .conteudoItensAll {
    padding: 30px 0;
}

#itens .conteudoItem {
    margin: 0 30px;
}

#itens .iconeItem {
    color: #f39600;
    text-shadow: 0px 0px 6px #f39600;
    font-size: 32px;
    text-align: center;
}

#itens .tituloItem {
    text-align: center;
    color: #f39600;
    text-shadow: 0px 0px 5px #f39600;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-top: 10px;
}

#itens .descricaoItem {
    margin-top: 10px;
    text-align: center;
    text-shadow: 0px 0px 4px #f39600;
    color: #f39600;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

#produtos {  
    padding-top: 30px;
    padding-bottom: 50px;
    background: #f5f5f5;
}

#produtos .conteudoAllProduto {
    transition: all .4s;
    border-radius: 5px 5px 0 0;
    margin: 15px 15px;
}

#produtos .conteudoAllProduto:hover {
    transform: scale(1.03);
    transition: all .4s;
    box-shadow: 1px 1px 7px 2px #CCC;
}

#produtos .itensProduto{
    padding: 10px 10px 30px 10px;
    background: rgb(177 177 177 / 12%);
    margin: 0 0px;
    border-radius: 5px 5px 0 0;
    transition: all .4s;
    height: 290px;
}

#produtos .conteudoAllProduto:hover .itensProduto {
    transition: all .4s;
}

#produtos .tituloProdutosCima {
    text-align: center;
    color: #313131;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 25px;
    font-size: 26px;
}

#produtos .tituloProdutosBaixo {
    text-align: center;
    color: #41b7a7;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: -8px;
    font-size: 57px;
    margin-bottom: 7px;
}

#produtos .contProdutos {
    position: relative;
    z-index: 99;
}

#produtos .imgProduto {
    height: 200px;
    max-width: 250px;
    transition: all .6s;
    border-radius: 5px;
}

#produtos .imgProduto:hover{   
    transition: all .6s;
}

#produtos .tituloItemProduto, .descricaoItemProduto {
    text-align: center;
    color: #272727;
    font-family: 'Montserrat', monospace;
    margin-top: 3px;
}

#produtos .tituloItemProduto {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
}

#produtos .precoProduto {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}


#produtos .corDetalhesItem {
    background: #00c1b4;
    padding: 4px 0;
}

.divider {
    background: rgb(225 ,225, 225);
    height: 3px;
    border-radius: 30px;
    margin: 0 50px;;
}

.sliderFalso {
    height: 300px;
    background: rgb(1, 219, 85);
}

.dividerProdutos {
    height: 3px;
    background: rgb(225 ,225, 225);
    border-radius: 30px;
    margin-top: 5px;
}

#produtos .botaoItemProdutoPosition {
    text-align: center;
    padding-right: 5px;
    margin: 0;
}

#produtos .botaoItemProduto {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    color: #ffffff;
    text-decoration: none;
    background: #009a90;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 13px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 2px solid #0400b1; */
    border-radius: 30px;
    transition: all .4s;
}
#produtos .botaoItemProduto:hover{
    transform: scale(1.02);
    transition: all .4s;
}

#videoTrabalhos {
    background-image: url(/images/fundoSobre.jpg);
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    background-size: 100% 100%;
    background-attachment: fixed;
}

#videoTrabalhos .infoVideo {
    padding: 15px;
}

#videoTrabalhos .itemVideo {
    border-radius: 25px 25px 0 0;
}

#videoTrabalhos .tituloItemGaleriaVideo {
    color: white;
    background:linear-gradient(#f15e35, #dd461c);
    margin-top: -5px;
    padding: 5px 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-size: 15px;
    font-family: 'Inconsolata', monospace;
}

#videoTrabalhos .tituloVideosTrabalhos {
    margin-top: 48px;
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
    font-family: 'Lobster', cursive;
    font-size: 42px;
    font-weight: normal;
}

#videoTrabalhos .descTituloQuemSomos {
    margin-top: 0px;
    margin-bottom: 65px;
    text-align: justify;
    color: #fff;
    font-family: 'Courgette', cursive;
    font-size: 26px;
    font-weight: normal;
    padding-left: 50px;
}

.mapa {
    height: 300px;
    width: 100%;
    z-index: 99;
    position: relative;
}

#contato {
    background-image: url(/images/fundoContato.jpg);
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    background-attachment: fixed;
    background-size: 100% 100%;
}

#contato .conteudoContato {
    background: linear-gradient(45deg,#ff9d00, #ffce7f);
    padding: 69px 30px 30px 30px;
    border-radius: 0 0 100px 100px;
    /* box-shadow: 0 66px 66px rgba(0, 0, 0, 0.2); */
    z-index: 9999;
    position: relative;
    margin: 0 24%;
}

#contato .conteudoContatoFormulario{
    padding: 20px 60px;
}

#contato .tituloContatoCima {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 60px;
    margin-bottom: 0;
}

#contato .tituloContatoBaixo {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-top: -15px;
    margin-bottom: 0;
}



#contato .tituloFormItem {
    font-family: 'Inconsolata', monospace;
    color: #fff;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
}

#contato .tituloFormEmail {
    font-family: 'Inconsolata', monospace;
    color: #fff;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
}

#contato .tituloFormItemAssunto{
    font-family: 'Inconsolata', monospace;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 0;
}

#contato .inputTextCartao {
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .formularioCartao{
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    background: #fbb035;
    text-indent: 20px;
    font-family: 'Poppins', monospace;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .inputTextCartao::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Poppins', monospace;
    color: #fff;
}

#contato .inputTextCartaoTextArea::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Poppins', monospace;
    color: #fff;
}

#contato .inputTextCartaoTextArea {
    border-radius: 5px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .btn-consultar {
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    margin: 20px 0 30px;
    border: none;
    color: #fbb035;
    font-weight: 300;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    transition: all .4s;
}

#contato .btn-consultar:hover {
    transform: scale(1.05);
    transition: all .4s;
}

#contato .itemFomulario {
    padding-left: 20px;
}

#contato .itemFomulario:first-child {
    padding-left: 0px;
}

.dividerPagina {
    height: 20px;
    background: linear-gradient(#37be63, #1f8941);
    position: relative;
    z-index: 99;
}

@media (min-width: 1170px) {
    .containerItens {
        max-width: 1170px;
        padding: 0;
        margin: auto;
    }
}

@media (min-width: 50px) {
    .col-4-4 {
        width: 25%;
    }
}



.centerFlexItens {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

.flex-endMenu {
	justify-content: flex-end;
}

.containerFlexItensMenu {
	margin: 0 auto;
	display: flex;	
}

.containerFlexItens {
	margin: 0 auto;
	display: flex;	
}


/* CSS do DropDown */
ul{
    list-style: none;
}

ul li{
    float: left;
}

#flexsliderCerto {
    height: 400px;
    overflow: hidden;
}

@media(max-width: 850px){
    #flexsliderCerto {
        height: 300px;
        overflow: hidden;
    }

    .slidesCerto>li {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 200% 100%;
        height: 684px;
        width: 100%;
        float: left;
        margin-right: -100%;
        position: relative;
        /* opacity: 0.580802; */
        display: block;
        z-index: 1;
    }
}

.flexsliderCerto {
    background: #fff;
    position: relative;
    zoom: 1;
}

.slidesCerto, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media(min-width: 851px){

.slidesCerto>li {
    background-repeat: no-repeat;
    background-size: 100% 60%;
    height: 684px;
    width: 100%;
    float: left;
    margin-right: -100%;
    
    position: relative;
    /* opacity: 0.580802; */
    display: block;
    z-index: 1;
}
}

.imagemLugar {
    width: 100%;
    height: 100%;
    position: relative;
}

.tituloLugar {
    text-align: center;
    margin-top: 30px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
}

#lugar {
    background: #480101;
    padding-bottom: 20px;
    box-shadow: inset 0 10px 12px rgba(0, 0, 0, 0.2);
}

.conteudoItemLugar {
    padding: 15px 35px;

}

.tituloLugarSub, .enderecoLugar {
    text-align: center;
}

.tituloLugarSub {
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #02007a;
    text-transform: uppercase;
    font-size: 17px;
}

.enderecoLugar {
    margin-top: 10px;
    font-family: sans-serif;
    color: #02007a;
    font-size: 12px;
}

#sobre{
    padding-bottom: 50px;
    background: #1b8577;
    margin-top: -5px;
    z-index: 99;
    position: relative;
}

/* SIGA NOSSAS REDES SOCIAIS */
#sobre .titleRedesSociais{
    text-align: right;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

/* REDES SOCIAIS NO RODAPÉ */
#sobre .sociaisRodape{
    font-size: 70px;
    padding: 0 3px;
    color: #fff;    
    transition: all .4s;
}

#sobre .sociaisRodape:hover {
    color: #fee619;
    transform: scale(1.02);
    transition: all .4s;
}

/* POSIÇÃO DAS REDES SOCIAIS NO RODAPÉ */
.flex-endSociais {
    justify-content: flex-end; 
}

.containerFlexSociais {
	max-width: 420px;
	margin: 0 auto;
	display: flex;	
}

#sobre iframe {
    width: 100%;
    height: 200%;
}

/* MARGIN DO RODAPÉ */
#sobre .lado {
    margin:0 4%; 
}

/* TITULOS DO RODAPÉ  */
.tituloSobre{
    margin-top: 30px;   
    font-size: 50px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.tituloSobreRedesSociais{
    margin-top: 30px;   
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

/*  */
#sobre .descricaoSobre {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.ulInstitucional {
    margin-top: 20px;
}

.ulInstitucional li {
    width: 100%;
    margin-bottom: 1px;
}

/* CSS ITENS DE CADA COLUNA */
#sobre .institucional {
    text-decoration: none;
    padding-top: 8px;
    font-size: 23px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all .4s;
}

/* CSS ITENS DE CADA COLUNA (HOVER) */
#sobre .institucional:hover {
    color: #fee619;
    transition: all .4s;
}

/* Rodapé menor */
#footer{
    background: #17786b;
    padding: 32px 0;
}

/* CSS DO COPYRIGHT DA EMPRESA */
#footer .copyright{
    text-align: center;
    padding-top: 6px;
    font-family: 'Poppins', monospace;
    font-weight: bold;
    color: #24b19f;
    font-size: 14px;
}

/* FEITO POR MEGACIA (POSIÇÃO) */
#footer p {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
}

/* FEITO POR MEGACIA (TEXTO)*/
#footer p .dev{
    text-decoration: none;
    color: #24b19f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

/* FEITO POR MEGACIA (HOVER) */
#footer p .dev:hover{
    text-decoration: underline;
}

.container-fluid {
    background: #fff !important;
}

.flexslider {
    margin: 0 !important;
    border: 0 !important;
}

.m-fcenter {
    font-family: 'Poppins', sans-serif !important;
}

.panel-default>.panel-heading {
    color: #fff !important;
    background-color: #0067b7 !important;
    border-color: #0067b7 !important;
}

.breadcrumb>li {
    font-family: 'Montserrat', sans-serif !important;
}

img.img-category {
    max-width: 300px !important; 
    height: 200px !important;
}


h6.nome-produto {
    text-align: center !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #313131 !important;
}

a.col-md-2.col-xs-12.col-sm-6.sub-categories {
    font-family: 'Poppins',sans-serif !important;
    font-weight: bold !important;
    color: #313131 !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    font-size: 20px !important;
}

#lightbox {
    top: 50px !important;
}

#productDetailed {
    padding-bottom: 48px;
}

#productDetailed .breadcumbsProductDetailed {
    padding: 8px 32px;
    background: #ebebeb;
    border-radius: 30px;
    display: inline-flex;
    margin: 32px 0;
    align-items: center;
}

#productDetailed .breadcumbsProductDetailed b {
    color: #d8d8d8;
    padding: 0 16px;
    font-weight: normal;
}

#productDetailed .breadcumbsProductDetailed .linkBreadcumb {
    color: #ababab;
    text-decoration: none;
    transition: all .3s;
    font-size: 12px;
}

#productDetailed .breadcumbsProductDetailed .currentLinkBreadcumb {
    color: #000000;
    list-style: none;
}

#productDetailed .breadcumbsProductDetailed .linkBreadcumb:hover {
    color: #000000;
    transition: all .3s;
}

#productDetailed .allConteudoProduto {
    padding: 32px 0;
}

#productDetailed .allConteudoProduto .produto {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 32px;
}

#productDetailed .allConteudoProduto .produto .images {
    display: flex;
    width: 100%;
    gap: 16px;
    padding: 12px;
    background: #ebebeb;
}

#productDetailed .allConteudoProduto .produto .images .small {
    max-width: 140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#productDetailed .allConteudoProduto .produto .images .small img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.3);
    transition: all .3s;
}

#productDetailed .allConteudoProduto .produto .images .small img:hover {
    filter: brightness(1);
    transition: all .3s;
}

#productDetailed .allConteudoProduto .produto .images a img {
   width: 100%;
}

#productDetailed .allConteudoProduto .produto .text {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

#productDetailed .allConteudoProduto .produto .text .tituloProduto {
    font-size: 22px;
    color: #353535;
}

#productDetailed .allConteudoProduto .produto .text .descricaoProduto {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 28px;
}

#productDetailed .allConteudoProduto .produto .text p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 28px;
}

#productDetailed .allConteudoProduto .produto .text a {
    display: block;
    background: #31bc08;
    color: #fff;
    transition: all .3s;
    text-decoration: none;
    padding: 12px 32px;
    text-align: center;
    border-radius: 32px;
}

#productDetailed .allConteudoProduto .produto .text a:hover {
    background: #1f7e03;
    transition: all .3s;
}



#productBrief {
    padding-bottom: 48px;
}

#productBrief #produtos {
    background: #ffffff;
}

#productBrief .breadcumbsProductBrief {
    padding: 8px 32px;
    background: #ebebeb;
    border-radius: 30px;
    display: inline-flex;
    margin: 32px 0;
}

#productBrief .breadcumbsProductBrief b {
    color: #d8d8d8;
    padding: 0 16px;
    font-weight: normal;
}

#productBrief .breadcumbsProductBrief .linkBreadcumb {
    color: #ababab;
    text-decoration: none;
    transition: all .3s;
}

#productBrief .breadcumbsProductBrief .linkBreadcumb:last-child {
    color: #000000;
}

#productBrief .breadcumbsProductBrief .linkBreadcumb:hover {
    color: #000000;
    transition: all .3s;
}

#productBrief .subcategoriesProductBrief {
    padding-bottom: 48px;
}

#productBrief .subcategoriesProductBrief .subCategory {
    border: 1px solid #ccc;
    margin: 0 12px 12px 12px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 4px;
    transition: all .3s;
}

#productBrief .subcategoriesProductBrief .subCategory:hover {
    background: #41b7a7;
    transform: translateY(-6px);
    transition: all .3s;
}

#productBrief #produtos .contProdutos .conteudoAllProduto .itens .allConteudoItemProdutoTexto {
    padding: 16px 0;
}

#productBrief #produtos .contProdutos .conteudoAllProduto .itens .allConteudoItemProdutoTexto .tituloItemProdutoTexto {
    text-align: center;
}

#productBrief #produtos .contProdutos .conteudoAllProduto .itens .allConteudoItemProdutoTexto .botaoVerMais {
    text-align: center;
}

#productBrief #produtos .contProdutos .conteudoAllProduto .itens .allConteudoItemProdutoTexto .verMais {
    text-align: center;
    background: #1b8577;
    color: #fff;
    padding: 4px 12px;
    border-radius: 32px;
    text-decoration: none;
}

#productBrief .subcategoriesProductBrief .subCategory:hover strong {
    color: #fff;
    transition: all .3s;
}

#productBrief .subcategoriesProductBrief .subCategory:hover span {
    color: #fff;
    transition: all .3s;
}

#productBrief .subcategoriesProductBrief .subCategory:hover b {
    color: #fff;
    transition: all .3s;
}

#productBrief .subcategoriesProductBrief a {
    text-decoration: none;
}

#productBrief .subcategoriesProductBrief .subCategory strong {
    color: #545454;
    text-align: center;
    font-weight: normal;
    transition: all .3s;
}

#productBrief .subcategoriesProductBrief .subCategory span {
    color: #8f8f8f;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all .3s;
}

#productBrief .subcategoriesProductBrief .subCategory span b {
    color: #000000;
    font-size: 22px;
    transition: all .3s;
}



.img-cat {
    position: relative;
    background-attachment: fixed;
    background-size: 100%;
    height: 300px;
}

.imgCategory {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.tituloCategoriaCategory {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 42px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.circle {
    font-size: 8px;
}

.cover {
    background: rgb(0 0 0 / 67%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}