/*Estilos Próprios*/
.row{
	width: 100%;
	padding:0;
	margin:0;
}

.maxwidth{
	width: 100%;
	max-width: 1300px;
	margin:auto;
}

@media screen and (max-width: 1200px){
	.hidden-lg{
		display: none;
	}
}

@media screen and (max-width: 900px){
	.hidden-md{
		display: none;
	}
}

@media screen and (max-width: 600px){
	.hidden-sm{
		display: none;
	}
}

.hidden{
	display: none;
}

/*Fontes*/
@font-face {
  font-family: 'Work-Sans-Light';
  src: url('../fonts/Work-Sans-Light.woff2');
}

@font-face {
  font-family: 'Work-Sans-Regular';
  src: url('../fonts/Work-Sans-Regular.woff2');
}

@font-face {
  font-family: 'Work-Sans-Bold';
  src: url('../fonts/Work-Sans-Bold.woff2');
}

*{
font-family: 'Work-Sans-Regular', serif;
}

.bg-sucesso, .btn-sucesso{
	background-color: #59BB54;
	color: #FFF;
}

.bg-erro, .btn-erro{
	background-color: #cb3d47; 
	color:#FFF;
}

.txt-sucesso{
	color: #59BB54;
}

.txt-erro{
	color: #cb3d47;
}

/* Modal Mensagem */
.modal-dialog{
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 80vh;
}

.modal-content{
	border:none;	
	border-radius: 15px;
	box-shadow: 0px 0px 100px rgba(0,0,0,.1)
}

.modal-body,
.modal-header{
	font-family: 'Work-Sans-Light' !important;
}

.modal-header{
	color: #FFF;
	border:none;	
	height: 30px;
}

.modal-header span{
	color: #FFF;
}

.modal-body{
	text-align: center;
	border:none;	
	font-size: 1em;
	font-weight: bold;
	/*max-width: 300px;*/
	margin: auto;
}

.modal-body span{
	display: block;
	font-size: 3em;
	margin: auto;
	margin-bottom: 10px;
}

.modal-footer{
	padding-top: 0;
	padding-bottom: 1.5rem;
	border:none;
}

.modal-footer button{
	font-size: .9em;
	display: block;
	margin: auto;
	padding: 7px 30px;
	border-radius: 50px;
	transition: 0.2s all ease-in-out;
}

.modal-footer button:hover,
.modal-footer button:focus{
	transform: scale(1.15);
	color: #FFF;
	outline: none;
	box-shadow: none;
	border: none;
}

.modal-header .close:focus{
	outline: none;
}

.modal-header .close span{
	color: #AAA;
}

/* Aceitar Políticas */
div.aceitarpolitica{
	background-color: #444;
	padding: 5px;
}

div.aceitarpolitica div.maxwidth{
	max-width: 1300px;
	padding: 0 15px;
}

div.aceitarpolitica div.maxwidth p{
	color: #FFF;
	text-align: justify;
}

div.aceitarpolitica div.maxwidth p a{
	color: #c48638;
	font-weight: bold;
	text-decoration: underline;
}

div.aceitarpolitica div.maxwidth p a:hover{
	color: #c48638;
}

div.aceitarpolitica div.maxwidth button{
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	background-color: #c48638;
	border-color: #c48638;
	border-radius: 40px;
	background-image: linear-gradient(to left, transparent, transparent 50%, #D8AE50 50%, #D8AE50);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: 0.5s;
	padding: 5px 20px;
}

div.aceitarpolitica div.maxwidth button:hover{
	border-color: #444;
	background-position: 0 0;
	transition: 0.5s;
}

div.aceitarpolitica div.maxwidth button:active:not(:disabled):not(.disabled):active,
div.aceitarpolitica div.maxwidth button:focus{
	box-shadow: none;
}


@media screen and (max-width: 450px) {
	div.aceitarpolitica{
		padding-top: 15px;
	}
	
	div.aceitarpolitica div.maxwidth p{
		font-size: 0.8em;
	}
	
	div.aceitarpolitica div.maxwidth button{
		margin-left: auto;
		font-size: .7em;
		margin-top: 5px;
	}
}
/* Aceitar Políticas */

/*Nav Topo*/
/*
div.sticky-top{
	display: none;
}*/

div.sticky-top nav.menutop{
	height: 100px;
	transition: 1.5s background-color;
	background-color: #F5F5F5;
	/*margin-bottom: -100px;*/
}

div.sticky-top nav.menutop.active{
	transition: 1.5s background-color;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

nav.menutop div.navbar-controls, nav.menutop a.navbar-brand, nav.menutop div.telefones{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

nav.menutop div.navbar-controls, nav.menutop a.navbar-brand, nav.menutop div.telefones a{
	color: #444;
}

nav.menutop div.navbar-controls{
	justify-content: flex-end;	
	width: 70%;
}

nav.menutop.active div.navbar-controls{
	width: 76%;
}

nav.menutop a.navbar-brand{
	display: flex;
	width: 15%;
} 

nav.menutop div.telefones{
	width: 15%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
	margin-top: -5px;
}

nav.menutop div.telefones a{
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Work-Sans-Light";
}

nav.menutop div.telefones a span.fa,
nav.menutop div.telefones a span.fab{
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

nav.menutop.active div.telefones{
	flex-direction: row;
	width: 6%;
}

nav.menutop.active div.telefones a span.texto{
	display: none;
}

nav.menutop.active div.telefones a span.fa,
nav.menutop.active div.telefones a span.fab{
	font-size: 1.4em;
}

nav.menutop.active div.telefones a span.fa{
	margin-right: 15px;
	font-size: 1.2em;
}

nav.menutop div.navbar-toggler{
	border:0;
	outline:none;
	font-size: 1.4em;
	color: #444;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

nav.menutop div.navbar-toggler small{
	font-size: 0.7em;
	margin-left: 5px;
}


nav.menutop div.navbar-toggler.active{
	color: #444;
  	animation: navbar-control .8s;
}

nav.menutop .navbar-nav{
	justify-content: flex-end;
}

nav.menutop li.nav-item a{
	font-weight: bold;
	cursor: pointer;
	font-size: 0.9em;
	color: #444;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 4px;
	line-height: 30px;
	text-transform: uppercase;
	transition: all 0.5s;
	text-decoration: none;
	z-index: 5;
}

nav.menutop.active li.nav-item a{
	cursor: pointer;
	font-size: 0.9em;
	color: #444;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 4px;
	line-height: 30px;
	text-transform: uppercase;
	transition: all 0.5s;
	text-decoration: none;
	z-index: 5;
}

div.sticky-top nav.menutop figure figcaption{
	display: none;
}

div.sticky-top nav.menutop figure{
	display: flex;
	align-items: center;
	margin:auto 0px;
	padding: 0;
	height: 75px;
}

div.sticky-top nav.menutop figure img{
	height: 79px;
	object-position: top; 
	width: 100px;
	object-fit: cover;
	transition: 0.5s ease-in-out;
}

div.sticky-top nav.menutop.active figure{
	padding-top: 10px;
}

div.sticky-top nav.menutop.active figure img{
	object-position: bottom;
	width: 150px;
	height: 65px;
	transition: 0.5s ease-in-out;
	filter: none;

}

nav.menutop .fecharmenu{
	position: relative;
	right: -100px;
	transition: 0.2s;
}


/* Menu Celular */

div.fundomenu{
	visibility: hidden;
	background-color: transparent;
	width: 100vw;
	height: 105vh;
    position: fixed;
	z-index: 999;
	transition: 1.5s visibility, background-color 0.5s;
}

div.fundomenu.active{
	visibility: visible;
	background-color: #444;
	transition: 0.5s visibility, background-color 1.5s;
}

div.fundomenu nav{
	width: 100%;
	height: 102vh;
	position: absolute;
	right:-100vw;
    /*top: 100px;*/
    /*padding: 5%;*/
    padding-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.5s;
}

div.fundomenu nav div.menucelulartotal{
	max-width: 1300px;
	margin: auto;
}

div.fundomenu.active nav{
	right:0px;	
	transition: all 0.5s;
}

div.fundomenu nav hr{
	border:0.5px solid #FFF;
	background: #FFF;
	margin-bottom: 0px;
	width: 100%;
}

div.fundomenu nav li.nav-item a{
	font-size: 1.3em;
	cursor: pointer;
	color: #FFF !important;
	/*padding-left: 8px;*/
	padding-right: 8px;
	padding-bottom: 2px;
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 30px;
	transition: all 0.5s;
}

div.fundomenu nav li.nav-item a span{
	margin-right: 5px;
	margin-left: 5px;
}


div.fundomenu nav li.nav-item.socialicones{
	font-size: 1.4em;
	margin-top: 15px;
	position: absolute;
	bottom: 200px;
	width: 100%;
	max-width: 1300px;
}

div.fundomenu nav li.nav-item.socialicones a{
	border-right: 2px solid #FFF;
	padding-top: 3px;
	padding-left: 8px;
	font-size: 1.3em;
}

div.fundomenu nav li.nav-item.socialicones a:last-child{
	border-right: none;
}

div.fundomenu nav li.nav-item.socialicones .fa-whatsapp{
	/*font-size: 1.2em;*/
	/*margin-top: -5px;
	margin-bottom: 5px;*/
}

@media screen and (max-width: 992px){
	nav.menutop a.navbar-brand,
	nav.menutop div.navbar-controls{
		width: 50%;
	}
	
	nav.menutop div.navbar-controls .navbar-toggler{
		display: flex;
	}
	
	nav.menutop div.menupc{
		display: none;
	}
	
	nav.menutop div.telefones{
		flex-direction: row;
		display: none;
	}
	
	nav.menutop div.telefones a span.texto{
		display: none;
	}
	
	nav.menutop div.telefones a span.fa,
	nav.menutop div.telefones a span.fab{
		font-size: 1.4em;
	}
	
	nav.menutop div.telefones a span.fa{
		margin-right: 15px;
		font-size: 1.2em;
	}
	
	div.fundomenu nav div.menucelulartotal{
		padding: .5rem 1rem;
	}
	
	div.fundomenu nav li.nav-item a{
		cursor: pointer;
		font-size: 1em;
	}
	
	div.fundomenu nav li.nav-item.socialicones{
		bottom: 150px;
		padding: .5rem 1rem;
	}
}


/*Carousel PC*/
header{
	overflow: hidden;
}

header .carousel-item{
	display: block;
	margin:auto;
	object-fit: cover;
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../imgs/banner01.jpg");

}

header .carousel .carouselconteudo{
	margin:0;
	margin:auto;
	position: absolute;
	z-index: 2 !important;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgb(196,134,56);
	background: linear-gradient(0deg, rgba(239,215,96,0.8) 0%, rgba(205,147,67,0.9) 100%);
}

header .carousel .carouselconteudo .bannertotal{
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -120px;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito{
	color: #FFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: -80px;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito h1{
	font-family: "Work-Sans-Bold";
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,.5);
	font-size: 2.3em;
	line-height: 40px;
	margin-bottom: 20px;
	color: #FFF;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito h1 span{
	text-shadow: 0;
	color: #FFF;
	font-weight: bold;
	padding: 5px 15px;
	font-family: "Work-Sans-Light";
	text-align: center;
	font-size: 0.75em;
	background-color: #444;
	/*text-shadow: 0px 0px 5px #FFF;*/
}

header .carousel .carouselconteudo .bannertotal .bannerescrito a{
	display: block;
	margin:auto;
	margin-top: -10px;
	width: 100%;
	max-width: 300px;
	text-decoration: none;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito button{
	font-weight: bold;
	width: 100%;
	max-width: 200px;
	margin: auto;
	color: #FFF;
	border-radius: 50px;
	padding: 5px 10px;
	font-size: 1em;
	border-color: transparent;
	outline: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	border: 1.6px solid #FFF;
	display: block;
	text-shadow: 0px 0px 10px rgba(0,0,0,.5);
	transition: all 0.2s ease-in-out;
}
	
header .carousel .carouselconteudo .bannertotal .bannerescrito button:hover{
	background-color: #444;
	border: 1.6px solid #444;
	color: #FFF;
	/*transform: scale(1.05);*/
}

/*Carousel Tablet*/
@media screen and (max-width: 992px){	
	header .carousel .carouselconteudo{
		background: rgb(196,134,56);
		background: linear-gradient(0deg, rgba(205,147,67,0.8) 0%, rgba(239,215,96,0.8) 100%);
	}
	
	header .carousel-item{
		height: 350px;
	}

	header .carousel video{
		height: 560px;
	}

	header .carousel .carouselconteudo .bannertotal .bannerescrito{
		width: 100%;
		margin-top: -120px;
	}
	header .carousel .carouselconteudo .bannertotal .bannerescrito h1{
		font-size: 1.6em;
		width: 100%;
		margin: auto;
		margin-top: 40px;
		line-height: 28px;
	}

	header .carousel .carouselconteudo .bannertotal .bannerescrito button{
		padding: 7px 0px;
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 1em;
		max-width: 200px;
		text-shadow: none;
	}
}


@media screen and (max-width: 380px){
	header .carousel .carouselconteudo .bannertotal .bannerescrito h1{
		font-size: 1.7em;
		line-height: 30px;
	}
	
	header .carousel .carouselconteudo .bannertotal .bannerescrito button{
		font-size: .9em;
		text-shadow: none;
	}
}

/* Seja Parceiro */
section.sejaparceiro{
	background-color: #444;
	padding: 15px 3%;
}

section.sejaparceiro h2,
section.sejaparceiro h3{
	color: #FFF;
	font-size: 1.5em;
	font-family: "Work-Sans-Bold";
	margin: 0;
	padding: 0;
}

section.sejaparceiro h3{
	font-family: "Work-Sans-Light";
	font-weight: bold;
	font-size: 0.835em;
	margin-top: -2px;
}

section.sejaparceiro a{
	width: 100%;
	max-width: 300px;
	color: #FFF;
	text-decoration: none;
}

section.sejaparceiro a button{
	font-weight: bold;
	width: 100%;
	max-width: 200px;
	margin: auto;
	color: #FFF;
	border-radius: 50px;
	padding: 5px 10px;
	font-size: 1em;
	border: 1.5px solid #c48638;
	outline: none;
	box-shadow: none;
	background-color: #c48638;
	display: block;
	transition: all 0.2s ease-in-out;
}

section.sejaparceiro a button:hover,
section.sejaparceiro a button:focus{
	color: #FFF;
	outline: none;
	box-shadow: none;
}

@media screen and (max-width: 992px){	
	section.sejaparceiro h2{
		text-align: center;
		line-height: 25px;
	}
	
	section.sejaparceiro h3{
		text-align: center;
		line-height: 15px;
		margin-top: 10px;
	}
	
	section.sejaparceiro a button{
		margin-top: 15px;
	}
}

/* Sobre Inicial */
section.quemsomos{
	overflow: hidden;
	display: block;
	padding:5%;
	margin: auto;
	background-color: #F4F4F4;
}

section.quemsomos div.titulo h2{
	line-height: 30px;
	color: #444;
	font-family: "Work-Sans-Bold";
	text-align: center;
	font-size: 2em;
	margin-bottom: 0;
	display: block;
	margin: auto;
}

section.quemsomos div.titulo hr{
	width: 100%;
	display: block;
	max-width: 100px;
	margin-top: 4px;
	background-color: #c48638;
	border: 1px solid #c48638;
}

section.quemsomos p{
	line-height: 20px;
	color: #444;
	width: 100%;
	max-width: 950px;
	margin: auto;
	padding: 25px;
	text-align: justify;
}

section.quemsomos a.btn{
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: auto;
	background-color: #c48638;
	color: #FFF;
	max-width: 200px;
	padding: 5px 10px;
	border-radius: 50px;
	text-shadow: 0px 0px 3px #c48638;
}

section.quemsomos a.btn:hover{
	color: #FFF;
}

@media screen and (max-width: 992px){
	section.quemsomos{
		padding-bottom: 75px;	
	}
	
	section.quemsomos div.titulo h2{
		font-size: 1.6em;
	}
	
	section.quemsomos p{
		text-align: center;
}
	
	section.quemsomos a.btn{
		font-size: .9em;
		text-shadow: none;
	}
}

/* Produto Inicial */
section.produtos{
	padding: 5% 16px;
	background-color: #F5F5F5;
}

section.produtos div.maxwidth{
	max-width: 1600px;
}

section.produtos div.titulo h2{
	line-height: 30px;
	color: #444;
	font-family: "Work-Sans-Bold";
	text-align: center;
	font-size: 2em;
	margin-bottom: 0;
	display: block;
	margin: auto;
}

section.produtos hr{
	width: 100%;
	display: block;
	max-width: 100px;
	margin-top: 4px;
	background-color: #c48638;
	border: 1px solid #c48638;
}
section.produtos div.produtostodos{
	margin: 25px auto;
}

section.produtos div.produtostodos div.item{
	padding: 20px;
}

section.produtos div.produtostodos a{
	background-color: #FFF;
	text-decoration: none;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	margin: auto;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	transition: 0.3s all ease-in-out;
}

section.produtos div.produtostodos a:hover{
	transform: scale(1.02);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
}

section.produtos div.produtostodos a img{
	width: 100%;
	object-fit: cover;
}

section.produtos div.produtostodos div.texto{
	background-color: #C48638;
	width: 100%;
	padding: 5px;
	padding-top: 10px;
}

section.produtos div.produtostodos div.texto h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	text-align: center;
}

section.produtos div.produtostodos ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
section.produtos div.produtostodos ul li{
	color: #999;
	display: flex;	
	align-items: center;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-size: 0.9em;
	line-height: 15px;
}

section.produtos div.produtostodos ul li span{
	width: 22px;
	height: 22px;
	border-radius: 100%;
	border:2px solid #999;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	margin-right: 5px;
}

section.produtos div.produtostodos button{
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: auto;
	color: #444;
	border: 2px solid #444;
	width: 100%;
	max-width: 200px;
	margin-top: 15px;
	padding: 5px 10px;
	border-radius: 50px;
	transition: 0.3s all ease-in-out;
}


section.produtos div.produtostodos a:hover button{
	border-color: #444;
	background-color: #444;
	color: #FFF;
}

section.produtos a.btn{
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: auto;
	background-color: #444;
	color: #FFF;
	max-width: 200px;
	padding: 5px 10px;
	border-radius: 50px;
	text-shadow: 0px 0px 3px #444;
}

section.produtos a.btn:hover{
	color: #FFF;
}

@media screen and (max-width: 992px){
	section.produtos div.titulo h2{
		max-width: 300px;
		font-size: 1.6em;
	}
	
	section.produtos img.aquarioproduto{
		margin: 25px auto;
		margin-bottom: -5%;
	}
	
	section.produtos div.produtostodos a{
		max-width: 300px;
	}
	
	section.produtos div.produtostodos h3,
	section.produtos div.produtostodos button{
		font-size: 0.9em;
	}

	section.produtos a.maisprodutos{
		font-size: .9em;
		text-shadow: none;
	}
}

/* Diferenciais */
section.diferenciais{
	background-color: #FFF;
}

section.diferenciais .maxwidth{
	margin: auto;
	width: 100%;
}

section.diferenciais div.diferencial{
	min-height: 95px;
	width: 100%;
	max-width: 250px;
	margin: 0px 25px;
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
}

section.diferenciais div.diferencial.contato{
	margin-bottom: -47px;
}
	
section.diferenciais div.diferencial span{
	color: #c48638;
	padding: 15px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 2.5em;
}

section.diferenciais div.diferencial p{
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	padding: 15px;
	color: #444;
	font-weight: bold;
	max-width: 150px;
	line-height: 20px;
	text-align: center;
}

@media screen and (max-width: 992px){
	section.diferenciais .maxwidth{
		flex-direction: column;
	}
	
	section.diferenciais div.diferencial:first-child{
		margin-top: -40px;
	}
	
	section.diferenciais div.diferencial{
		margin: 15px;
	}
	
	section.diferenciais div.diferencial.contato:first-child{
		margin-top: 15px;
	}
	
	section.diferenciais div.diferencial.contato{
		margin-bottom: 15px;
	}
	
	section.diferenciais div.diferencial.contato:last-child{
		margin-bottom: -47px;
	}
}

/* Pontos Fortes */
section.pontosfortes{
	overflow: hidden;
	display: block;
	padding: 5% 16px;
	margin: auto;
}

section.pontosfortes div.titulo h2{
	line-height: 30px;
	color: #444;
	font-family: "Work-Sans-Bold";
	text-align: center;
	font-size: 2em;
	margin-bottom: 0;
	display: block;
	margin: auto;
}

section.pontosfortes div.titulo  hr{
	width: 100%;
	display: block;
	max-width: 100px;
	margin-top: 4px;
	background-color: #c48638;
	border: 1px solid #c48638;
}

section.pontosfortes div.titulo p{
	font-family: "Work-Sans-Light";
	font-weight: bold;
	line-height: 20px;
	color: #444;
	width: 100%;
	max-width: 550px;
	margin: auto;
	margin-top: -5px;
	text-align: center;
}

section.pontosfortes div.maxwidth{
	margin-top: 35px;
}

section.pontosfortes div.maxwidth img.diferencial{
	display: block;
	width: 30%;
	border-radius: 20px;
	object-fit: cover;
}

section.pontosfortes div.maxwidth div.texto{
	width: 70%;
	padding: 25px;
}

section.pontosfortes div.maxwidth div.texto div.pontoforte{
	max-width: 320px;
	padding: 15px;
}

section.pontosfortes div.maxwidth div.texto div.pontoforte span{
	font-size: 2em;
	color: #C48638;
	margin-bottom: 5px;
}

section.pontosfortes div.maxwidth div.texto div.pontoforte h3{
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
}


section.pontosfortes div.maxwidth div.texto div.pontoforte p{
	font-family: "Work-Sans-Light";
	font-weight: bold;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	line-height: 22px;
	text-align: justify;
}

@media screen and (max-width: 992px){
	section.pontosfortes div.maxwidth div.texto{
		width: 100%;
		padding: 25px 0px;
	}
	
	section.pontosfortes div.maxwidth div.texto div.pontoforte{
		width: 100%;
		max-width: 100%;
		padding: 25px 0px;
	}
	
	section.pontosfortes div.maxwidth img.diferencial{
		width: 100%;
		max-height: 200px;
	}
}

/* Contato */
section.contato{
	display: block;
	z-index: 0;
	clear: both;
	margin:auto;
	background-color: #FFF;
}

section.contato div.contatototal{
	width: 100%;
	background-position: top;
	background: rgb(196,134,56);
	background-image: linear-gradient(0deg, rgba(205,147,67,0.95) 0%, rgba(239,215,96,0.85) 70%, rgba(205,147,67,0.95) 100%), url("../imgs/formulario.jpg");
	background-size: cover;
	padding-top: 50px;
}

section.contato .maxwidthcontato{
	padding-top: 50px;
	padding-bottom: 50px;
}

section.contato div.formulariototal h5{
	text-align: center;
	color: #444;
	font-size: 1.2em;
}

section.contato div.formulariototal h3{
	font-family: "Work-Sans-Bold";
	text-align: center;
	color: #444;
	font-size: 2.5em;
	max-width: 450px;
	margin: auto;
	margin-top: -10px;
	margin-bottom: 20px;
	line-height: 35px;
}

section.contato div.formulariototal p{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-bottom: 10px;
}

section.contato div.maxwidthcontato{
	max-width: 1400px;
	margin: auto;
}

section.contato div.formulariototal{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

section.contato div.maxwidthcontato .formularioinputs{
	max-width: 450px;
	margin: auto;
}

section.contato div.maxwidthcontato form{
	width: 100%;
	max-width: 500px;
	margin: auto;
	background-color: #FFF;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgb(0,0,0,0.2);
}

section.contato div.maxwidthcontato form label,
section.contato div.maxwidthcontato form input,
section.contato div.maxwidthcontato form textarea,
section.contato div.maxwidthcontato form select,
section.contato div.maxwidthcontato form button{
	font-family: "Work-Sans-Light";
	font-weight: bold;
	font-size: 1em;
	border-radius: 20px;
	color: #444;
	height: 47px;
	border-color: transparent;
	background-color: #F7F7F7;
	-webkit-appearance:none;
}

section.contato div.maxwidthcontato form label{
	color:#444;
}

section.contato div.maxwidthcontato form span{
	height: 47px;
	width: 47px;
	font-size: 1.4em;
	text-align: center;
	line-height: 47px;
	position: relative;
	margin-bottom: -47px;
	margin-left: 2px;
	color:#C48638;
}

section.contato div.maxwidthcontato form input{
	padding-left: 45px;
}

section.contato div.maxwidthcontato form textarea{
	min-height: 140px;
}

section.contato div.maxwidthcontato form select{
	padding-left: 45px;
	min-height: 47px;
}

section.contato div.maxwidthcontato form input::placeholder,
section.contato div.maxwidthcontato form textarea::placeholder{
	color: #444;
}

section.contato div.maxwidthcontato form input:focus,
section.contato div.maxwidthcontato form select:focus,
section.contato div.maxwidthcontato form textarea:focus{
	border-color: transparent;
	box-shadow:0 0 0 0.02rem rgba(200,200,200,0.3);
	color: #444;
	font-weight: bold;
}	


section.contato div.maxwidthcontato form button{
	font-weight: bold;
	width: 100%;
	max-width: 250px;
	margin: auto;
	color: #FFF;
	border-radius: 50px;
	padding: 5px 10px;
	font-size: 1em;
	border: 1.5px solid #55B350;
	height: auto;
	outline: none;
	box-shadow: none;
	background-color: #55B350;
	display: block;
	transition: all 0.2s ease-in-out;
}

section.contato div.maxwidthcontato form button:hover,
section.contato div.maxwidthcontato form button:focus{
	color: #FFF;
	outline: none;
	box-shadow: none;
}

section.contato div.maxwidthcontato address{
	max-width: 1000px;
	margin: auto;
}

section.contato div.maxwidthcontato div.linkscontato{
	margin: 25px auto;
}

section.contato div.maxwidthcontato address h5{
	color:#FFF;
	display: flex;
	align-items: center;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: -5px;
	font-weight: bold;
}

section.contato address span{
	font-size: 2.5em;
	color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
}

section.contato div.maxwidthcontato address p{
	color:#FFF;
	text-align: left;
	font-size: 1em;
	padding-bottom: 0;
	font-family: "Work-Sans-Light";
}

section.contato div.maxwidthcontato address p a{
	color:#F5F5F5;
}

section.contato div.maxwidthcontato address p a:hover{
	color: #444;
}

@media screen and (max-width: 992px){
	section.contato div.formulariototal h3{
		font-size: 2em;
	}
	
	section.contato div.maxwidthcontato address div.linkscontato{
		text-align: center !important;
		margin-bottom: 10px;
		width: 100%;
		margin: auto;
	}

	section.contato div.titulo img{
		max-width: 100px;
	}

	section.contato div.maxwidthcontato address{
		max-width: 470px;
		margin: auto;
	}
	
	section.contato address span{
		margin-left: 0;
	}

	section.contato div.maxwidthcontato form button{
		text-shadow: none;
	}

	section.contato div.maxwidthcontato form label,
	section.contato div.maxwidthcontato form input,
	section.contato div.maxwidthcontato form textarea,
	section.contato div.maxwidthcontato form select,
	section.contato div.maxwidthcontato form button{
		font-size: 1em;
	}

}

/* Mapa */
section.maps iframe{
	width: 100%;
	height: 300px;
	padding: 0;
}

/* Footer */
footer{
	background-color: #F5F7F7;
}

footer .maxwidthrodape{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 3% 0px;
	background-color: #F5F7F7;
}

footer .maxwidthrodape .logofooter{
	max-width: 150px;
}

footer .maxwidthrodape p{
	font-size: .8em;
	font-weight: bold;
	color: #444;
	text-align: right;
	margin-bottom: 0px;
}

footer .maxwidthrodape div.transportadora img{
	width: 100%;
	max-width: 220px;
}

footer .maxwidthrodape div.transportadora p{
	margin-bottom: 5px;
}

footer .maxwidthrodape a{
	color: #444;
	text-decoration: underline;
}

footer .maxwidthrodape h4{
	font-family: "Work-Sans-Light";
	font-size: 1em;
	font-weight: bold;
	color: #888;
	text-align: right;
}

footer .maxwidthrodape nav{
	clear: both;
	display: flex;
	/*padding-top: 25px;*/
}

footer .maxwidthrodape span{
	color: #444;
	font-size: 1.6em;
	padding-right: 10px;
	font-weight: bold;
}

footer .maxwidthrodape iframe{
	width: 100%;
	border:0; 
	overflow:hidden;
	background-color: #000;
	padding: 3px;
	border-radius: 5px;
	min-height: 215px;
}

footer .maxwidthrodape nav ul li,.fb_iframe_widget{
	width:100%;
	clear: both;
}

footer .maxwidthrodape nav ul li a{
	cursor: pointer;
	color: #444;
	font-size: 0.8em;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

footer .maxwidthrodape nav ul li a:hover{
	color: #555;
}

footer .maxwidthrodape div.midias a{
	border-right: 2px solid #EEE;
	padding: 5px;
	padding-left: 12px;
	min-width: 40px;
	text-align: center;
}

@media screen and (max-width: 992px){
	footer .maxwidthrodape .logofooter{
		padding-top: 20px;
	}
	
	footer .maxwidthrodape div.transportadora{
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}

	footer .maxwidthrodape div.transportadora p{
		margin-bottom: -15px !important;
	}
	
	footer .maxwidthrodape nav{
		margin-top: 20px;
	}

	footer .maxwidthrodape p{
		text-align: left;
		margin-top: 30px;
	}
	
	footer .maxwidthrodape div.midias{
		justify-content: flex-start !important;
	}
}


footer .maxwidthrodape div.midias a:last-child{
	border:none;
	padding-right: 0;
}

footer .direitos{
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -5px;
}

footer .direitos p{
	color: #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 0.7em;
}
	
footer .maxwidthrodape h4{
	margin-top: 25px;
}

footer .direitos p.desenvolvimento{
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: -4px;
	font-size: 0.7em;
}

footer .direitos img{
	padding: 5px;
	height: 55px;
	margin-bottom: 15px;
	display: block;
	margin:auto;
}



/* Página Padrão */
section.paginapadrao{
	padding: 3%;
	background-color: #FFF;
}


section.paginapadrao ol.breadcrumbpagina{
	background-color: transparent;
	padding-left: 0;
}

section.paginapadrao ol.breadcrumbpagina a{
	color: #444;
}

section.paginapadrao ol.breadcrumbpagina a:hover{
	text-decoration: none;
}

section.paginapadrao div.titulo h1{
	font-size: 1.5em;
	font-family: "Work-Sans-Light";
	line-height: 30px;
	color: #444;
	text-align: center;
}

section.paginapadrao div.titulo h1 strong{
	font-size: 2em;
	font-family: "Work-Sans-Bold";
}

section.paginapadrao div.titulo hr{
	width: 100%;
	display: block;
	max-width: 100px;
	margin-top: 10px;
	background-color: #c48638;
	border: 1px solid #c48638;
}


section.paginapadrao div.texto{
	padding-top: 30px;
}

section.paginapadrao div.texto p{
	font-size: 1em;
	font-weight: bold;
	color: #c48638;
}



/* Chamada para converter */
section.formchamada{
	z-index: 1 !important;
	position: fixed;
	bottom: -1px;
	right: 10px;
	width: 100%;
	max-width: 350px;
	border-radius: 5px 5px 0px 0px;
	border:1px solid #DDD;
	background-color: #DDD;
	box-shadow:0 0 0.2rem 0.1rem rgba(75,211,93,0.3);
  	animation: pulsesombra 1s infinite;
}

section.formchamada:hover{
	animation: none;
}

section.formchamada .chamadatitulo{
	font-size: 1.1em;
	background-color: #59BB54;
	color:#FFF;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	/*text-shadow: 1px 0px 2px #444;*/
	padding: 8px 15px 5px 15px;
	cursor: pointer;
	border:none;
	width: 100%;
	outline-color: transparent;
}

section.formchamada .chamadatitulo span{
	margin-right: 7px;
}

section.formchamada .chamadacorpo{
	color:#444;
	background-color: #FFF;
	display: none;
	padding: 15px;
}

section.formchamada .chamadacorpo p{
	margin-bottom: 5px;
}

section.formchamada .chamadacorpo form input:focus,
section.formchamada .chamadacorpo form textarea:focus{
	border-color: #59BB54;
	box-shadow:0 0 0 0.1rem rgba(75,211,93,0.3);
}


section.formchamada .chamadacorpo .botaochamada{
	background-color: #59BB54;
	border-color: #59BB54;
}

section.formchamada .chamadacorpo .fecharchamada{
	font-size: 0.8em;
	color:#999;
	margin-top: 5px;
	margin-bottom: -10px;
	cursor: pointer;
}

@media screen and (max-width: 600px){
	section.formchamada{
		z-index: 99999;
		max-width: 100%;
		width: 100%;
		right: 0;
		border:0;
	}
	section.formchamada .chamadatitulo{		
		padding: 8px 5px 5px 5px;
		border-radius: 0;
	}
}


@media screen and (max-width: 350px){
	section.formchamada .chamadatitulo{
		font-size: 1.1em;
	}
}

/* Chamada Whatsapp */
section.formchamadawpp{
	z-index: 10;
	position: fixed;
	bottom: 5px;
	right: 10px;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	/*border:2px solid #FFF;*/
	background-color: #59BB54;
	box-shadow:0 0 0.2rem 0.1rem rgba(75,211,93,0.3);
  	animation: pulsesombra 1.5s infinite;
}

section.formchamadawpp:hover{
	animation: none;
}

section.formchamadawpp a{
	color: #FFF;
	text-decoration: none;
	font-size: 2.2em;
}
	
section.formchamadawpp img{
	max-width: 350px;
  	animation: pulsechamada 0.9s infinite;
}

@media screen and (max-width: 600px){
	section.formchamadawpp img{
		max-width: 230px;
	}
}


section.formchamadawpp .chamadawpp{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3em;
	background-color: #59BB54;
	color:#FFF;
	text-align: center;
	border-radius: 1000px;
	/*text-shadow: 1px 0px 2px #444;*/
	padding: 12px 15px 14px 15px;
	cursor: pointer;
	border:none;
	outline-color: transparent;
}

section.formchamadawpp .chamadanome{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	flex-direction: column;
	font-size: 20px;
	font-weight: bolder;
}


section.formchamadawpp .chamadanome i:nth-of-type(1){
	font-style: normal;
}

section.formchamadawpp .chamadanome i:nth-of-type(2){
	font-style: normal;
	font-weight: normal;

}

/*
@media screen and (max-width: 600px){
	section.formchamadawpp{
		max-width: 100%;
		width: 100%;
		right: 0;
		border:0;
	}

	section.formchamadawpp .chamadawpp{
		width: 100%;
	}
	
	section.formchamadawpp .chamadawpp{
		font-size: 2em;
	}

	section.formchamadawpp .chamadanome a{
		font-size: 1em;
	}

	section.formchamadawpp .chamadanome i:nth-of-type(2){
		font-style: normal;
		font-weight: normal;

	}
}
*/
/* Animation Chamada */

@-webkit-keyframes pulsechamada {
  0% {
    padding:0px;
  }
  70% {
      padding: 10px;
  }
  100% {
      padding: 0px;
  }
}
@keyframes pulsechamada {
  0% {
    padding:0px;
  }
  70% {
      padding: 10px;
  }
  100% {
      padding: 0px;
  }
}



@-webkit-keyframes pulsesombra {
  0% { box-shadow: 0 0 0 0 rgba(75,211,93, 0.8) }
  100% { box-shadow: 0 0 0 50px rgba(75,211,93, 0) }
  }
  
@keyframes pulsesombra {
  0% { box-shadow: 0 0 0 0 rgba(75,211,93, 0.8) }
  100% { box-shadow: 0 0 0 50px rgba(75,211,93, 0) }
}

@-webkit-keyframes navbar-control {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-200px);}
  100% { transform: translateY(0px); }
  }

@keyframes navbar-control {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-200px);}
  100% { transform: translateY(0px); }
}
