* { margin: 0px; padding: 0px; }
html, body {
    margin: 0px;
    padding: 0px;	
    font-family: 'Arial';
}

.cabecalho-site {

    /*    background-color: #999999;*/
    position: fixed;
    z-index: 9999;
    top: 0px;
    background-color: #FFFFFF;
    width: 100%;
    
}
.cabecalho-site a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.cabecalho-site a:hover {
    text-decoration: none;
    color: inherit;
}
.cabecalho-site .container {
    height: 100% !important;
    position: relative;
}
.cabecalho-site .container .row {
    height: 100% !important;
    position: relative !important;
}
.cabecalho-site .container .row div {
    height: 100% !important;
    position: relative !important;
}
.conteudo-site {
    margin-top: 85px;
    
}
.rodape-site {
    background-color: #313131;
    height: 100px;
    position: relative !important;
    margin-top: 20px;
}
.rodape-site p {
    text-align: center;
}
.divProduto div {
    cursor: pointer;  

}

.produtos, .produtos .divProduto .row {
    margin: 0px !important;
}


.divProduto .divFoto {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    background-color: #999999;
}

.divProduto .divTitulo {
    text-align: center;
    font-weight: bold;
    color: #000000;
}

.divProduto .divValor {
    text-align: center;
    font-weight: bold;
    color: #000000;
}

.carousel-produto {
    position: relative;
}
.swiper-carousel {
    overflow-x: hidden;
}
.img-carousel {
    position: relative;
    width: 100%;
    height: 200px;

    border-radius: 10px;	
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.thumb-carousel {
    margin-top: 10px;
    width: 100%;
    height: 100px;

    border-radius: 10px;	
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-seta-produto {
	width: 70px;
	height: 70px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 34px -11px rgba(36,35,36,.2);
	-moz-box-shadow: 0px 0px 34px -11px rgba(36,35,36,.2);
	box-shadow: 0px 0px 34px -11px rgba(36,35,36,.2);
	color: #000000;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.btn-seta-produto i {
	font-size: 18px;
	font-weight: 700;
}

.swiper-produto .seta-right, .swiper-produto .seta-left {
	outline: none;
} 
.swiper-produto .seta-right.swiper-button-disabled, .swiper-produto .seta-left.swiper-button-disabled {
	opacity: .5;
}
.btn-seta-produto:hover {
	background-color: #000066;
	color: white;
	transition: all .3s;
	cursor: pointer;
}

.seta-right, .seta-left {
	position: absolute !important;
	top: 50%;
	z-index: 10;
}
.seta-right {
	right: 100px;
}
.seta-left {
	left: 100px;
}


.divAviso {
    text-align: center;
    font-style: italic;
    color: #454545;
}


.descricaoProduto {
    text-align: justify;

}

.botaoPadrao {
    border-radius: 5px;
    text-align: center;
    padding: 8px 30px;
    background-color: #016192;
    color: #FFFFFF;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
}

.botaoPadrao2 {
    border-radius: 5px;
    text-align: center;
    padding: 8px 30px;
    background-color: #FFFFFF;
    color: #016192;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    border: 1px solid #016192;
}
.boxEndereco {
    margin-bottom: 30px;
    border: 1px solid #000066;
    padding: 10px;
}

.boxEndereco h5 {
    text-align: center;
}
h1 {
    font-size: 24px !important;
}
h2 {
    font-size: 22px !important;
}
h3 {
    font-size: 20px !important;    
}

h4 {
    font-size: 18px !important;
}
h5 {
    font-size: 16px !important;
}

.logoCabecalho {
    height: 90px;
    width: auto !important;
    padding: 10px;
}

.banner {
    width: 100%;
    height: 500px;
    position: relative !important;
    color: #FFFFFF;
}

.banner .fundoAzul {
    position: absolute;
    background-color: #016192;
    width: 60%;
    height: 300px;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    opacity: .55;
}

.banner p {
    font-size: 20px !important;
}
.banner h1 {
    font-size: 52px !important;
}

.bannerMenor {
    width: 100%;
    height: 80px;
    position: relative !important;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.bannerMenor .fundoAzul {
    position: absolute;
    background-color: #016192;
    width: 60%;
    height: 300px;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    opacity: .55;
    display: none;
}

.bannerMenor p {
    font-size: 20px !important;
    display: none;
}
.bannerMenor h1 {
    margin: 0px;
    
}

.row {
    position: relative !important;
}
.row div:not(.seta-produto *):not(.seta-produto) {
    position: relative !important;
}
.container {
    position: relative !important;
}

.tituloTabela {
    background-color: #016192;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.opcaoMenuLateral {
    cursor: pointer;
    border-bottom: 1px solid #E0E0E0;
    height: 40px;
}

.opcaoMenuLateral:hover {
    background-color: #E0E0E0;
    
}

.divTituloCategorias {
    background-color: #016192;
    color: #FFFFFF;
    text-align: center;
    height: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

.divListaProdutos {
    margin-top: 10px;
}

.itemPedido {
    cursor: pointer;
}

.itemPedido:hover {
    background-color: #E0E0E0;
}

@media screen and (max-width: 800px) {
    .divMenuPai * {
        text-align: center !important;
    }
    
    .divLogo {
        text-align: center !important;
    }
    .divIconeMenu {
        display: block !important;
    }
    .divMenuPai {
        display: none;
    }
    .divMenuPai .divMenu div {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
   
}
.ativo {
    display: block;
}


