﻿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;   
}

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;
    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: 58px) {
    .col-2-barRodape {
        width: 50%;
    }
}

@media (min-width: 728px) {
    .col-6 {
        width: 16.6666667%;
    }
}



@media (min-width: 728px) {
    .col-2-bar {
        width: 20%;
    }

    .col-2-bar2 {
        width: 80%;
    }

    .col-2-bar3 {
        width: 15%;
    }
}

@media (min-width: 728px) {
    .col-3-bar {
        width: 27%;
    }

    .col-3-bar3 {
        width: 68%;
    }
}

@media (max-width: 728px) {
    .col-3-bar {
        width: 50%;
    }

    .col-3-bar3 {
        width: 50%;
    }
}

@media (min-width: 1170px) {
    .containerItens {
        max-width: 1170px;
        padding: 0;
    }
}

    /* Media dos Containers */
    @media (min-width: 1170px) {
        .containerHome {
            max-width: 900px;
            padding: 0;
        }

        .containerContato {
            max-width: 600px;
            padding: 0;
        }

        .containerSocial {
            max-width: 300px;
            padding: 0;
        }

        .containerLugar{
            max-width: 1170px;
            padding: 0;
        }

        .containerInstagram {
            max-width: 1170px;
            padding: 0;
        }

        .containerProdutos{
            max-width: 1170px;
            padding: 0;
        }

        .containerHomeCima{
            max-width: 900px;
            padding: 0;
        }

        .containerCabecalho {
            max-width: 900px;
            padding: 0;
        }

        .containerRodape {
            max-width: 1170px;
            padding: 0;
        }

        .containerMenu{
            max-width: 1400px;
            padding: 0;
        }

        .container2 {
            max-width: 1170px;
            padding: 0;
        }

        .container3 {
            max-width: 1170px;
            padding: 0;
        }
    }

.containerCabecalho {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerInstagram {
    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;
    
}

/* fixo */
button,
textarea,
select,
input {
    outline: 0;
}

/* Menu de cima */
.menuCima{
    background: linear-gradient(#f15e35, #f68c33);
    
    width: 100%; 
}

/* Info's do menu de cima */
.detalhe{
    color: rgb(255, 255, 255);
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

/* Header principal do cabeçalho */
#cabecalho{
    background: white;   
}

/* Logo no cabeçalho */
#cabecalho .logo{
    margin-top: 7px;
    margin-bottom: 7px;
    width: 87%;
}

/* Redes sociais no cabeçalho */
#cabecalho .cabecalhoSociais {
    height: 30px;
    margin-top: 20px;
}

#cabecalho .linkSociais {
    text-decoration: none;
}

/* Posição dos itens no menu */
#cabecalho .nav{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 100%;   
    position:relative; 
    margin-top: 13px;
    text-transform: uppercase;
    z-index: 99999;
}

/* 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 */
#cabecalho .nav .a{
    text-decoration: none;
    padding: 15px;
    padding-left: 13px;
    display: flex;  
    color: #003399;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-align: left; 
    border-radius: 30px;  
    transition: all .2s; 
}

#cabecalho .nav ul li:hover .a {
    background: #003399;
    color: white;
    border-radius: 30px 30px 0px 0px;
    transition: all .2s;
    padding-top: 20px;
}

#home .nav .b{
    text-decoration: none;
    text-align: left;
    display: block;  
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;   
    background: #003399;
}

#home .nav .b:hover{
    background: #094fdd;
    transition: all .4s;
}

.bannerSlider{
    height: 200px;
    background: black;
}

#produtos{  
    padding-bottom: 50px;
    background: white;
}

#produtos .itensProduto{
    padding: 10px;
}

#produtos .tituloProdutosCima {
    text-align: center;
    color: #003399;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 5px;
    font-size: 52px;
}

#produtos .tituloProdutosBaixo {
    text-align: center;
    color: #f15e35;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: -20px;
    font-size: 37px;
    margin-bottom: 25px;
}

#produtos .contProdutos {
    position: relative;
    z-index: 99;
}

#produtos .imgProduto {
    height: 200px;
    width: 250px;
    transition: all .6s;
}

#produtos .imgProduto:hover{
    transition: all .6s;
}

#produtos .tituloItemProduto, .descricaoItemProduto {
    text-align: center;
    color: #f15e35;
    font-family: 'Montserrat', monospace;
    margin-top: 3px;
}

#produtos .tituloItemProduto {
    margin-top: 10px;
    margin-bottom: 0px; 
    font-size: 13px;
}

#produtos .botaoItemProdutoPosition {
    text-align: center;
}



#produtos .botaoItemProduto {
    font-family: sans-serif;
    font-weight: normal;  
    margin-top: 10px;
    color: #f15e35;
    text-decoration: none;
    background: transparent;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-weight: 600;
    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;
    background-image: none;
    border: 2px solid #f15e35;
    border-radius: 30px;
    /* -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .4); */
    transition: all .4s;
}

#produtos .botaoItemProduto:hover{
    background: #f15e35;
    border: 2px dashed transparent;
    color: #fff;
    transition: all .4s;
    transform: scale(1.04);
}

#videoTrabalhos {
    padding-bottom: 30px;
    background: linear-gradient(#f15e35, #f68c33);
}

#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: 9px 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-size: 13px;
    font-family: 'Poppins', monospace;
}

#videoTrabalhos .tituloVideosTrabalhosCima {
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 25px;
    font-size: 52px;
}

#videoTrabalhos .tituloVideosTrabalhosBaixo {
    text-align: center;
    color: #f68c33;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: -25px;
    font-size: 37px;
    margin-bottom: 25px;
}

#contato {
    background-image: url(/images/fundoContato.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
}

#contato .conteudoContato {
    background: white;
    padding: 60px 30px 0px 30px;
    box-shadow: 0 33px 66px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 95px 95px;
    z-index: 9999;
    position: relative;
    
}

#contato .conteudoContatoFormulario{
    padding: 30px 60px;
}

#contato .tituloContatoCima {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #f15e35;
    text-align: center;
    font-size: 52px;
    margin-bottom: 0;
}

#contato .tituloContatoBaixo {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #f28832;
    text-align: center;
    font-size: 26px;
    margin-top: -12px;
    margin-bottom: 0;
}

#contato .tituloFormItem {
    font-family: 'Inconsolata', monospace;
    color: #f15e35;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
}

#contato .tituloFormEmail {
    font-family: 'Inconsolata', monospace;
    color: #f15e35;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
}

#contato .tituloFormItemAssunto{
    font-family: 'Inconsolata', monospace;
    color: #f15e35;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 0;
}

#contato .inputTextCartao {
    border-radius: 25px;
    border: 1px solid #bfbfbf;
    color: grey;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .formularioCartao{
    border-radius: 25px;
    border: 1px solid #bfbfbf;
    color: grey;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#home .inputTextCartao,.inputTextCartaoTextArea,.formularioCartao::-webkit-input-placeholder {
    opacity: 0.8; 
    font-family: 'Inconsolata', monospace;
}

#contato .inputTextCartaoTextArea {
    border-radius: 25px;
    border: 1px solid #bfbfbf;
    color: grey;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .btn-consultar {
    background: #f15e35;
    border-radius: 25px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    margin: 20px 0 30px;
    border: none;
    color: #fff;
    font-weight: 300;
    width: 100%;
    cursor: pointer;
    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;
}

@media (min-width: 1170px) {
    .containerItens {
        max-width: 1170px;
        padding: 0;
        margin: auto;
    }
}

@media (min-width: 50px) {
    .col-4-4 {
        width: 25%;
    }
}

#itens{
    background: #ff0606;
    position: relative;
    padding-bottom: 15px;;
}

#itens .textItens{
    color: #ffffff;
    text-align: center;
    margin-top: 22px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    
}

#itens .side {
    display: flex;
}

.centerFlexItens {
	justify-content: center;
}

.containerFlexItens {
	max-width: 420px;
	margin: 0 auto;
	display: flex;	
}

#itens .imgItens {
  height: 60px;
  margin-top: 3px; 
}

@media(max-width: 727px){  
    #itens{
        display: none;
    }

    #itensResponsivo{
        display: block;
    }
}

#itensResponsivo{
    display: none;
    background: #ff0606;
    position: relative;
   
}

#itensResponsivo .textItens{
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 0; 
}

#itensResponsivo .imgItens {
    height: 90px;
    margin-top: 0px;
    width: 100%;
  }

/* 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: white;
    text-transform: uppercase;
    font-size: 17px;
}

.enderecoLugar {
    margin-top: 10px;
    font-family: sans-serif;
    color: white;
    font-size: 12px;
}

#instagram {
    background: #f28832;
}

#instagram .tituloInstagram {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 30px 0;
}

#sociais {   
    background:#f15e35;
    z-index: 9999;
    position: relative;
}


#sociais .tituloRedesSociaisCima{
    margin-top: 30px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 52px;
}

#sociais .tituloRedesSociaisBaixo{
    margin-top: -26px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 41px;
}

#sociais img {
    height: 90px;
    width: 100%;
    transition: all .4s;
    border-radius: 10px;
}

#sociais img:hover{
    transform: scale(1.1);
    transition: all .4s;
    border-radius: 0px;
}

#sociais .contSocialPrincipal {  
    padding-bottom: 40px; 
}

.logoRodape {
    width: 100%;
}

#rodape{
    padding-bottom: 50px;
    background: linear-gradient(#f15e35, #dd461c);
    z-index: 9999;
    position: relative;
    
}

/* SIGA NOSSAS REDES SOCIAIS */
#rodape .titleRedesSociais{
    text-align: right;
    color: white;
}

/* REDES SOCIAIS NO RODAPÉ */
#rodape .sociaisRodape{
    height: 45px;  
}

/* CSS DO COPYRIGHT DA EMPRESA */
#rodape .copyright{
    text-align: center;
    padding-top: 1px;
    font-family: 'Montserrat', monospace;
    color: #fff;
}

#rodape .telefoneRodape {
    text-align: center;
    margin-top: 14px;
    font-family: 'Montserrat', monospace;
    color: #fff;
}

/* FEITO POR MEGACIA (POSIÇÃO) */
#rodape p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/* FEITO POR MEGACIA (TEXTO)*/
#rodape p .dev{
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', cursive;
    font-size: 12px;
}

/* FEITO POR MEGACIA (HOVER) */
#rodape p .dev:hover{
    text-decoration: underline;
}

.container-fluid {
    background: #fff !important;
}

.panel-default>.panel-heading {
    color: #fff !important;
    background-color: #f26734 !important;
    border-color: #f26734 !important;
}

h4.m-fcenter {
    font-family: 'Montserrat', sans-serif !important;
}

.breadcrumb>li {
    font-family: 'Montserrat', sans-serif !important;
}