﻿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: #fff !important;
}

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%;
    }
}

/* Duas Colunas */
@media (min-width: 728px) {
    .col-2 {
        width: 50%;
    }
}

@media (min-width: 728px) {
    .col-2-logo {
        width: 30%;
    }

    .col-2-subMenu {
        width: 70%;
    }
}

@media (min-width: 728px) {
    .col-2-orcamento {
        width: 70%;
    }

    .col-2-botaoOrcamento {
        width: 30%;
    }
}

@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: 30%;
    }
}


@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%;
    padding: 0 10px;
    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;
    
}

/* fixo */
button,
textarea,
select,
input {
    outline: 0;
}

#home {  
    background: #ffffff;
}

#home .allConteudoMenu {
    padding: 10px 0;
}

#home .logo {
    width: 350px;
}

#home .allConteudoSubMenu {
    margin-top: 20px;
}

#home .subMenuDesc {
    color: #313131;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: unset;
}

#home .icones {
    color: #313131 !important;
}

#home .telefone{
    text-align: right;
}

#home .endereco{
    text-align: right;
}

#menu {
    background: #313131;
    padding: 10px 0;
}

.centerFlexCenter {
	justify-content: center;
}

.containerFlexCenter {
	max-width: 420px;
	margin: 0 auto;
	display: flex;
}

.centerFlexCenterMenu {
	justify-content: center;
}

.containerFlexCenterMenu {
	max-width: 820px;
	margin: 0 auto;
	display: flex;
}

.centerFlexCenterMenuRodape {
	justify-content: center;
}

.containerFlexCenterMenuRodape {
	max-width: 715px;
	margin: 0 auto;
	display: flex;
}

/* Posição dos itens no menu */
#menu .nav{
    font-family:'Karla', sans-serif;
    width: 100%;   
    position:relative; 
    z-index: 99999;
}

/* CSS do Menu e DropDown */
.nav ul{
    list-style: none;
    position: relative;  
    margin-bottom: 0;
}

.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: 10px 15px;
    display: block;
    text-decoration: none;
    text-align: center; 
    box-shadow: inset 0 5px 5px rgb(0 0 0 / 26%);
    
}


/* 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-weight: bold;
    font-size: 16px;
    text-align: left;  
    transition: all .4s;
    text-transform: uppercase;
}

#menu .nav ul li {
    transition: all .4s;
}

#menu .nav ul li:hover .a{
    color: #000;
    background: #009b7a;
    transition: all .4s;
}

#menu .nav ul .b:hover {
    background: #ffffff;
    color: #cd0001;
    transition: all .4s;
}

#menu .nav .b{
    text-decoration: none;
    text-align: left;
    display: block;  
    color: #000;
    font-family: 'Poppins', sans-serif ;
    font-weight: bold;
    font-size: 15px;
    background: #009b7a;
    transition: all .4s;
}

#home .nav .b:hover{
    background: rgb(192, 16, 16);
    transition: all .4s;
}

#orcamento {
    background-color: #00a76f;
    padding: 20px;
}

#orcamento .allConteudoOrcamento {
    padding: 20px 15px;
}

#orcamento .textoOrcamento {
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    line-height: unset;
    margin: unset;
}

#orcamento .positionBotaoOrcamento {
    margin: 4px 0 0 0;
    text-align: right;   
}

#orcamento .botaoOrcamento {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #313131;
    border-radius: 25px;
    padding: 10px 30px;
    transition: all .3s;
}

#orcamento .botaoOrcamento:hover {
    background: #fff;
    color: #313131;
    transition: all .3s;
}


#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;
    margin-top: -5px;
}

#itens .conteudoItensAll {
    padding: 60px 0;
}

#itens .conteudoItem {
    margin: 0 30px;
}

#itens .iconeItem {
    color: #009b7a;
    font-size: 36px;
    text-align: center;
}

#itens .tituloItem {
    text-align: center;
    color: #009b7a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
}

#itens .descricaoItem {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

#categorias {

}

#categorias .allContCategorias {
    margin-top: -30px;
}

#categorias .itemContCategoria1 {
    background-image: url(/images/categoriashowparticular.jpg);
    background-size: 100% 100%;
    padding: 20px 10px;
    height: 250px;
    margin: 0 10px;
}

#categorias .itemContCategoria2 {
    background-image: url(/images/categoriastriper.jpg);
    background-size: 100% 100%;
    padding: 20px 10px;
    height: 250px;
    margin: 0 10px;
}

#categorias .itemContCategoria3 {
    background-image: url(/images/categoriadespedidadesolteiro.jpg);
    background-size: 100% 100%;
    padding: 20px 10px;
    height: 250px;
    margin: 0 10px;
}

#categorias .itemContCategoria4 {
    background-image: url(/images/categoriagogodancer.jpg);
    background-size: 100% 100%;
    padding: 20px 10px;
    height: 250px;
    margin: 0 10px;
}

#categorias .tituloCategoria {
    text-align: center;
    text-shadow: 0px 1px 3px #000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 32px;
    margin: 0;
    color: #000000;
}

#categorias .botaoVerMaisCategoria {
    background: #ff0024;
    padding: 10px 0;
    text-align: center;
    margin: 0 10px;
    transition: all .3s;
}

#categorias .botaoVerMaisCategoria:hover {
    color: #ffffff;
    background: #000000;
    transition: all .3s;
}

#categorias .aBotaoVerMaisCategoria {
    color: #fff;
    text-decoration: none;
    font-family: 'Karla', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
}

#preApresentacao {
    background-image: url(/images/fundoPreApresentacao.jpg);
    background-size: 100%;
}

#preApresentacao .allConteudoPreApresentacao {
    padding: 90px 0;
}

#preApresentacao .itemConteudoPreApresentacao {
    padding: 0 15px;
}

#preApresentacao .tituloPreApresentacao {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: #00a76f;
    margin: unset;
    padding: unset;
    margin-top: 35px
}

#preApresentacao .descricaoPreApresentacao {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 20px 0 40px 0;
    color: #fff;
    padding: unset;
}

#preApresentacao .aBotaoChamar {
    font-family: 'Poppins', sans-serif;
    background: #ff2e29;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 19px;
    text-decoration: none;
    margin: unset;
}

#preApresentacao .imgPreApresentacao {
    width: 100%;
}

#preApresentacao .botaoChamar {
    margin-top: 30px;
}

#produtos{  
    background: #fff;
    padding-bottom: 80px;
}

#produtos .contAllProdutos {
    padding-top: 50px;
}

#produtos .conteudoAllProduto {
    transition: all .4s;
    border-radius: 5px 5px 0 0;
    margin: 15px 15px;
}

#produtos .conteudoAllProduto:hover {
    transform: scale(1.03);
    transition: all .4s;
}

#produtos .itensProduto{
    padding: 10px 10px 30px 10px;
    margin: 0 0px;
    transition: all .4s;
    height: 290px;
}

#produtos .conteudoAllProduto:hover .itensProduto {
    transition: all .4s;
    box-shadow: 0px 0px 25px #00000033;
}

#produtos .tituloProdutosCima {
    text-align: center;
    color: #313131;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 25px;
    font-size: 17px;
}

#produtos .tituloProdutosBaixo {
    text-align: center;
    color: #009b7a;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-top: -8px;
    font-size: 50px;
    margin-bottom: 7px;
    position: relative;
}

#produtos .tituloProdutosBaixo::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    right: 0;
    height: 4px;
    width: 80px;
    background: #313131;
    content: "";
    margin: 0 auto;
}

#produtos .contProdutos {
    position: relative;
    padding: 20px 20px;
    margin-top: 30px;
    border: 1px solid #ddd;
    z-index: 99;
}

#produtos .imgProduto {
    height: 200px;
    max-width: 250px;
    padding: 10px;
    transition: all .6s;
}

#produtos .imgProduto:hover{   
    transition: all .6s;
}

#produtos .tituloItemProduto, .descricaoItemProduto {
    text-align: center;
    color: #272727;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    margin-top: 7px;
}

#produtos .tituloItemProduto {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    background: #009b7a;
    padding: 10px;
    transition: all .3s;
}

#produtos .tituloItemProduto:hover {
    color: #ffffff;
    background: #313131;
    transition: all .3s;
}

#produtos .precoProduto {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}


#produtos .corDetalhesItem {
    background: #fdfdfd;
    padding: 4px 0;
}

.divider {
    background: rgb(225 ,225, 225);
    height: 3px;
    border-radius: 30px;
    margin: 0 50px;;
}


.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 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    color: #fff;
    text-decoration: none;
    background: #020380;
    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;
}

.mapa {
    height: 300px;
    width: 100%;
    z-index: 99;
    position: relative;
}


.dividerPagina {
    height: 20px;
    background: linear-gradient(#74cb05, #438243);
    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: 80px;
    background: #313131;
    margin-top: -5px;
}

#sobre .logoRodape {
    width: 350px;
    padding-top: 30px;
}

/* SIGA NOSSAS REDES SOCIAIS */
#sobre .titleRedesSociais{
    text-align: right;
    color: #500000;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}

#sobre .numeroAtendimento {
    text-decoration: none;
    padding-top: 8px;
    font-size: 45px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    transition: all .3s;
}

#sobre .pNumeroAtendimento {
    text-align: right;
}

#sobre .numeroAtendimento:hover {
    color: #1aa96e;
    transition: all .3s;
}

#sobre .textoAtendimento {
    text-decoration: none;
    padding-top: 8px;
    font-size: 13px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    transition: all .3s;
}

/* REDES SOCIAIS NO RODAPÉ */
#sobre .sociaisRodape{
    font-size: 45px;
    padding: 0 3px;
    color: #fff;
    transition: all .3s;transition: all .3s;
}

#sobre .sociaisRodape:hover {
    color: #1aa96e;
    transition: all .3s;
}

/* POSIÇÃO DAS REDES SOCIAIS NO RODAPÉ */
.flex-end {
    justify-content: flex-end; 
}

.containerFlex {
	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: 16px;
    color: #00a76f;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.tituloSobreRight{
    margin-top: 30px;   
    font-size: 16px;
    color: #00a76f;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: right;
}

/*  */
#sobre .descricaoSobre {
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}

.ulInstitucional {
    margin-top: 20px;
}

.ulInstitucionalRight {
    margin-top: 20px;
    text-align: right;
}

.ulInstitucional li {
    width: 100%;
}

/* CSS ITENS DE CADA COLUNA */
#sobre .institucional {
    text-decoration: none;
    padding-top: 8px;
    font-size: 13px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    transition: all .3s;
}

/* CSS ITENS DE CADA COLUNA (HOVER) */
#sobre .institucional:hover {
    color: #1aa96e;
    transition: all .3s;
}

#contato {
    background-image: url(/images/fundoContato.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

#contato .conteudoContato {
    padding: 30px 30px 30px 30px;
    /* box-shadow: 0 66px 66px rgba(0, 0, 0, 0.2); */
    z-index: 9999;
    position: relative;
}

#contato .conteudoContatoFormulario{
    padding: 20px 60px;
}

#contato .tituloContatoCima {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 25px;
    font-size: 17px;
}

#contato .tituloContatoBaixo {
    text-align: center;
    color: #fff;
    font-family: "Playfair Display";
    font-weight: 400;
    margin-top: -18px;
    font-size: 60px;
    margin-bottom: 7px;
}



#contato .tituloFormItem {
    font-family: 'Karla', sans-serif;
    color: #fff;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
}

#contato .tituloFormEmail {
    font-family: 'Karla', sans-serif;
    color: #fff;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
}

#contato .tituloFormItemAssunto{
    font-family: 'Karla', sans-serif;
    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: #006;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .inputTextCartao::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Karla', sans-serif;
    color: #fff;
}

#contato .inputTextCartaoTextArea::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Karla', sans-serif;
    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: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    margin: 20px 0 30px;
    border: none;
    color: #005;
    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;
}

/* Rodapé menor */
#footer{
    padding: 30px 0;
    background: #2d2d2d;
}

/* CSS DO COPYRIGHT DA EMPRESA */
#footer .copyright{
    text-align: center;
    padding-top: 6px;
    font-family: 'Poppins', monospace;
    font-weight: bold;
    color: #767676;
    font-size: 12px;
    text-transform: uppercase;
}

/* 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: #595959;
    padding: 15px 40px;
    border-radius: 30px;
    background: #252525;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
}

/* FEITO POR MEGACIA (HOVER) */
#footer p .dev:hover{
    background: #cd0001;
    color: #fff;
    transition: all .3s;
}

#footer .pDev {
    margin: 30px;
}




@media (min-width: 728px) {
    .colunaProductDetailed {
        width: 100%;
    }
}

.allConteudoItemProductDetailed {
    padding: 10px 20px;
}

.tituloContato {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #313131;
    text-align: left;
    font-size: 35px;
    margin-bottom: 0;
}

.tituloFormItem {
    font-family: 'Poppins', monospace;
    color: #313131;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
}

.tituloFormEmail {
    font-family: 'Poppins', monospace;
    color: #313131;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
}

.tituloFormItemAssunto{
    font-family: 'Poppins', monospace;
    color: #313131;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 0;
}

.inputTextCartao {
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    background: #1aa96e;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

.allConteudoItem {
    padding: 0 30px;
}

.formularioCartao{
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    background: #1aa96e;
    text-indent: 20px;
    font-family: 'Poppins', monospace;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

.inputTextCartao::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Poppins', monospace;
    color: #fff;
}

.inputTextCartaoTextArea::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Poppins', monospace;
    color: #fff;
}

.inputTextCartaoTextArea {
    border-radius: 5px;
    background: #1aa96e;
    border: 2px solid #fff;
    color: #fff;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

.btn-consultar {
    background: #313131;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    margin: 20px 0 30px;
    border: none;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    transition: all .4s;
}

.btn-consultar:hover {
    transform: scale(1.05);
    transition: all .4s;
}

.itemFomulario {
    padding-left: 20px;
}

.itemFomulario:first-child {
    padding-left: 0px;
}

.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: #1aa96e !important;
    border-color: #1aa96e !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;
    color: #313131 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

a.col-md-2.col-xs-12.col-sm-6.sub-categories {
    font-family: 'Poppins';
    font-weight: bold;
    color: #313131;
    width: 100%;
    font-size: 20px;
    margin-bottom: 6px;
}

#locais {
    padding-bottom: 300px;
    background: #fff;
}

#locais .tituloLocaisCima {
    text-align: center;
    color: #336633;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 25px;
    font-size: 35px;
}

#locais .tituloLocaisBaixo {
    text-align: center;
    color: #74cb05;
    font-family: 'Roboto', sans-serif;
    text-shadow: 2px 2px 3px #74cb0566;
    font-weight: bold;
    margin-top: -20px;
    font-size: 57px;
    margin-bottom: 7px;
}

#locais .allConteudoLocais {
    margin-top: 20px;
}

#locais .itemConteudoLocal {
    margin: 0 40px;
    margin-bottom: 60px;
}

#locais .ruaLocais {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #336633;
    text-align: center;
}

#locais .telefoneLocais {
    font-family: 'Poppins', sans-serif;
    color: #336633;
    text-align: center;
    margin: 5px 0;
}

#pagClientes {
    background: #fff;
}

#pagClientes .allConteudoPagClientes{
    padding: 50px 0;
}

#pagClientes .itemConteudoPagClientes {
    padding: 0 5px;
}

#pagClientes .tituloPagClientes{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: left;
    color: #ff2e29;
    font-size: 50px;
    margin-bottom: 15px;
    margin-top: 0;
}

#pagClientes .nomeCliente {
    font-family: 'Poppins', sans-serif;
    text-align: left;
    color: #313131;
    font-size: 18px;
    margin-bottom: 5px;
}