/*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;
}

.txt-preto{
	color: #333;
}

.strong{
	font-weight: bold;
}

/* 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: #0D2B45;
	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: #FFC003;
	font-weight: bold;
	text-decoration: underline;
}

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

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

div.aceitarpolitica div.maxwidth button:hover{
	border-color: #0D2B45;
	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{
	transition: 1.5s background-color;
	background-color: #F5F5F5;
	flex-wrap: wrap;
	padding: 0px;
	/*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.navmenu{
	padding: 0px 16px;
}

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: #0D2B45;
}

nav.menutop div.navbar-controls{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;	
	width: 100%;
}

nav.menutop div.navbar-controls div.menupc{
	width: 100%;
}


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

nav.menutop div.telefones{
	width: 100%;
	margin-top: 0px;
	background-color: #0D2B45;
	margin-left: auto;
	padding: 5px 25px;
}

nav.menutop div.telefones div.maxwidth{
	padding: 0px 8px;
}

nav.menutop div.telefones a{
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Work-Sans-Light";
	margin-left: 15px;
}

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

nav.menutop div.navbar-toggler{
	border:0;
	outline:none;
	font-size: 1.4em;
	color: #0D2B45;
	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: #0D2B45;
  	animation: navbar-control .8s;
}

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

nav.menutop li.nav-item a{
	font-weight: bold;
	cursor: pointer;
	font-size: 0.9em;
	color: #0D2B45;
	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: #0D2B45;
	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 li.nav-item a.btn-orcamentogratis{
	background-color: #FFC003;
	color: #FFF;
	margin-right: 0;
	border-radius: 50px;
	padding: 3px 15px;
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

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: 140px;
	padding: 10px 0px;
	/*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: #0D2B45;
	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%;
		align-items: flex-end;
	}
	
	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(13,43,69,0.9) 0%, rgba(13,43,69,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 .btn{
    background-color: #59BB54;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito img{
	width: 200px;
	/*height: 40px;*/
	object-fit: cover;
	object-position: left;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-top: -50px;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito h1{
	font-family: "Work-Sans-Bold";
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
	font-size: 2.3em;
	line-height: 35px;
	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: #FFC003;*/
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

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: 235px;
	margin: auto;
	color: #FFF;
	border-radius: 50px;
	padding: 6px 15px;
	font-size: 1em;
	border-color: transparent;
	outline: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	display: block;
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
	background-color: #FFC003;
	transition: all 0.2s ease-in-out;
}
	
header .carousel .carouselconteudo .bannertotal .bannerescrito button:hover{
	background-color: #FFC003;
	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(13,43,69,0.9) 0%, rgba(13,43,69,0.9) 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 img{
		margin: 0 auto;
		margin-bottom: -10px;
	}

	header .carousel .carouselconteudo .bannertotal .bannerescrito h1{
		font-size: 1.6em;
		width: 100%;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 15px;
		line-height: 25px;
	}
	
	header .carousel .carouselconteudo .bannertotal .bannerescrito h1 span{
		font-size: 0.70em;
	}

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


/* Seja Parceiro */
section.sejaparceiro{
	background-color: #0D2B45;
	padding: 15px 3%;
	margin-top: -5px;
	z-index: 1;
	opacity: 0.99;
}

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 #FFC003;
	outline: none;
	box-shadow: none;
	background-color: #FFC003;
	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: #0D2B45;
	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: #FFC003;
	border: 1px solid #FFC003;
}

section.quemsomos div.titulo h3{
	line-height: 20px;
	width: 100%;
	max-width: 950px;
	text-align: center;
	font-size: 1.2em;
	margin: auto;
	color: #555;
  font-family: 'Work-Sans-Light';
	font-weight: bold;
}

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

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

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;
	}
}

/* Serviços */
section.produto{
	padding: 5% 16px;
	background-color: #FFF;
}

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

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

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

section.produto div.produtotodos div.item{
	padding: 20px;
}

section.produto div.produtotodos a{
	/*background-color: #0D2B45;*/
	text-decoration: none;
	width: 100%;
	/*border-radius: 20px;*/
	overflow: hidden;
	margin: auto;
	/*box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);*/
}

section.produto div.produtotodos a img{
	width: 100%;
	object-fit: contain;
	transition: 0.3s all ease-in-out;
}

section.produto div.produtotodos a img:hover{
	transform: scale(1.02);
	/*box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);*/
}

section.produto div.produtotodos div.texto{
	background-color: #FFC003;
	width: 100%;
	padding: 5px;
	padding-top: 10px;
	border-radius: 2px;
	min-height: 70px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

section.produto div.produtotodos div.texto h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

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

section.produto div.produtotodos 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.produto div.produtotodos button{
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: auto;
	color: #0D2B45;
	border: 2px solid #0D2B45;
	width: 100%;
	max-width: 200px;
	margin-top: 15px;
	padding: 5px 10px;
	border-radius: 50px;
	transition: 0.3s all ease-in-out;
}


section.produto div.produtotodos a:hover button{
	border-color: #0D2B45;
	background-color: #0D2B45;
	color: #FFF;
}

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

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

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

	section.produto a.btn{
		font-size: .9em;
	}
}

/* Escolha Certa */
section.escolhacerta{
	background-color: #0D2B45;
}

section.escolhacerta div.maxwidth{
	max-width: 1600px;
	margin: auto;
}

section.escolhacerta div.texto{
	width: 50%;
	padding: 5%;
	padding-left: 36px;
}

section.escolhacerta div.texto h2{
	font-family: "Work-Sans-Bold";
	color: #FFF;
	margin-bottom: 20px;
}

section.escolhacerta div.texto ul{
	padding-left: 16px;
	list-style-image: url('../imgs/bullet_ul.svg');
}

section.escolhacerta div.texto ul li{
	color: #FFF;
	font-size: 1.2em;
}

section.escolhacerta img{
	max-width: 50%;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 992px){
	section.escolhacerta div.texto,
	section.escolhacerta img{
		width: 100%;
		max-width: 100%;
	}

	section.escolhacerta div.texto{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	section.escolhacerta div.texto h2{
		max-width: 300px;
		font-size: 1.6em;
		line-height: 25px;
	}

	section.escolhacerta div.texto ul li{
		font-size: .9em;
	}
}

/* Galeria */
section.galeria{
	padding: 5% 16px;
	background-color: #FFF}

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

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

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

section.galeria div.galeriatodos div.item{
	padding: 10px;
}

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

section.galeria div.galeriatodos a:hover{
	transform: scale(1.02);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}

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

section.galeria div.galeriatodos div.texto{
	background-color: #FFC003;
	width: 100%;
	padding: 5px;
	padding-top: 10px;
}

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

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

section.galeria div.galeriatodos 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.galeria div.galeriatodos button{
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: auto;
	color: #0D2B45;
	border: 2px solid #0D2B45;
	width: 100%;
	max-width: 200px;
	margin-top: 15px;
	padding: 5px 10px;
	border-radius: 50px;
	transition: 0.3s all ease-in-out;
}


section.galeria div.galeriatodos a:hover button{
	border-color: #0D2B45;
	background-color: #0D2B45;
	color: #FFF;
}

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

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

@media screen and (max-width: 992px){
	section.galeria div.titulo h2{
		max-width: 300px;
		font-size: 1.6em;
		line-height: 25px;
	}

	section.galeria div.titulo hr{
		margin-top: 10px;
	}
	
	section.galeria img.aquarioproduto{
		margin: 25px auto;
		margin-bottom: -5%;
	}
	
	section.galeria div.galeriatodos a{
		max-width: 300px;
	}
	
	section.galeria div.galeriatodos h3,
	section.galeria div.galeriatodos button{
		font-size: 0.9em;
	}
}

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

section.diferenciais .maxwidth{
	margin: auto;
	width: 100%;
	padding-top: 25px;
}

section.diferenciais div.diferencial{
	min-height: 95px;
	width: 100%;
	max-width: 250px;
	margin: 0px 25px;
	padding: 10px 20px;
	border-radius: 5px;
	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: #FFC003;
	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: #0D2B45;
	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: #0D2B45;
	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: #FFC003;
	border: 1px solid #FFC003;
}

section.pontosfortes div.titulo p{
	font-family: "Work-Sans-Light";
	font-weight: bold;
	line-height: 20px;
	color: #0D2B45;
	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: #FFC003;
	margin-bottom: 5px;
}

section.pontosfortes div.maxwidth div.texto div.pontoforte h3{
	color: #0D2B45;
	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;
	}
}

/* Depoimentos */
section.depoimentos{
	background-color: #F5F5F5;
    align-items: center;
    display: flex;
}

section.depoimentos .maxwidth{
    margin-top: 50px;
}

section.depoimentos h3{
    font-size: 1.45em;
    color: #0D2B45;
    text-align: center;
}

section.depoimentos p.subtitulo{
    color: #0D2B45;
    text-align: center;
    text-transform: uppercase;
    font-family: "Work-Sans-Bold";
    margin-bottom: 30px;
    font-size: 2em;
    line-height: 10px;
}

section.depoimentos p.subtitulo strong{
	font-weight: bold;
}

section.depoimentos owl-stage{
	width: 100% !important;
}

section.depoimentos .owl-theme{
	margin-bottom: 50px;
}

section.depoimentos .owl-theme div.itemtotal{
	padding: 10px 25px;
	width: 100%;
	margin: auto;
}

section.depoimentos .owl-theme img{
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 100%;
    border: 6px solid #FFC003;
    margin: auto;
    margin-bottom: 15px;
}

section.depoimentos .owl-theme h4{
	color: #0D2B45;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}

section.depoimentos .owl-theme h6{
    text-align: justify;
    min-height: 120px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 5px 20px;
    color: #0D2B45;
}

@media screen and (max-width: 992px){
	section.depoimentos h3{
		font-size: 1.2em;
		text-align: center;
		margin: auto;
	}

	section.depoimentos p.subtitulo{
		font-size: 1.6em;
    line-height: 30px;
		text-align: center;
		margin: auto;
		margin-bottom: 25px;
	}

	section.depoimentos .maxwidth{
	    padding-bottom: 0px;
	}
}


/* 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(13,43,69,0.97) 0%, rgba(33,60,84,0.90) 70%, rgba(13,43,69,0.97) 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: #0D2B45;
	font-size: 1.2em;
}

section.contato div.formulariototal h3{
	font-family: "Work-Sans-Bold";
	text-align: center;
	color: #0D2B45;
	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.formulariototal div.formularioenvio{
	margin-bottom: 30px;
}

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: #0D2B45;
	height: 47px;
	border-color: transparent;
	background-color: #F7F7F7;
	-webkit-appearance:none;
}

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

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:#0D2B45;
}

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: #0D2B45;
}

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: #0D2B45;
	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: #FFF;
}

@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: 250px;
}

footer .maxwidthrodape p{
	font-size: .8em;
	font-weight: bold;
	color: #0D2B45;
	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: #0D2B45;
	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: #0D2B45;
	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: #0D2B45;
	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: 40px;
		margin: auto;
		margin-bottom: 30px;
		display: block;
		max-width: 200px;
		filter: grayscale(100%) brightness(3) opacity(50%);
	}
	
	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: #0D2B45;
}

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

section.paginapadrao div.titulo h1{
	font-size: 1.2em;
	line-height: 25px;
	color: #0D2B45;
	text-align: center;
}

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

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


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

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



/* 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 #0D2B45;*/
	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:#0D2B45;
	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 #0D2B45;*/
	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); }
}
