/* Body */
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
 }

p {
	line-height: 28px;
	margin: 16px 0 16px 0;
	text-align: justify;
}

h1 {
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 40px;
}

h2 {
	font-size: 38px;
	margin-top: 30px;
	margin-bottom: 30px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	text-align: justify;
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

/* Container */
.container {
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 1%;
	padding-right: 1%;
}

/* Header */
.header {
	position: fixed;
	background: #00b386;
	margin-top: -130px;
	width: 100%;
	height: 130px;
	z-index: 2;
}

.header .logo {
	display: block;
	float: left;
	margin-top: 8px;
	margin-right: 42px;
}

 #header-mobile {
 	display: none;
}

.agende-gif {
	display: block;
	position: relative;
	float: left;
	margin-top: 24.5px;
	margin-left: 60px;
}

.agende-gif::after {
	content: "";
	clear: both;
	display: table;
}

.menu-bar {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background-color: #00664d;;
	box-shadow: 2px 3px 8px #000000;
}

.menu-bar ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-bar li {
	list-style-type: none;
	float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-bar li a {
	display: block;
	padding: 12px 28px;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: white;
}

.menu-bar li a:hover {
	background-color: white;
	padding: 10px 28px;
	color:#00664d;
	transition: background-color 1.2s;
	-webkit-transition: background-color 1.2s;
	-moz-transition: background-color 1.2s;
	-o-transition: background-color 1.2s;
}

/* Main */

main {
	margin-top: 130px;
}

/* Whatsapp Chat */
.whatsapp-chat {
	display: none;
	position: fixed;
	bottom: 45px;
	right: 45px;
	z-index: 2;
	border-radius: 50%;
	box-shadow: 2px 2px 8px #888888;
}

/* Footer */
.footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #00664d;
}

.footer-box {
	width: 100%;
	height: auto;
	margin-top: 100px;
}

.footer-content {
	display: block;
	clear: both;
	overflow: auto;
	height: auto;
	background-color: #e8e8e8;
	padding-top: 20px;
	padding-bottom: 30px;
}

.footer-content h3 {
	font-family: 'Roboto', sans-serif;
}

.ft-column {
	display: block;
	float: left;
	width: auto;
	height: auto;
	vertical-align: top;
	padding-right: 50px;
}

.comunication {
	display: block;
	float: right;
	vertical-align: top;
	width: auto;
	height: auto;
}

.menu-footer ul,
.contact-info ul,
.social-media ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-footer ul li,
.business-hours ul li,
.address ul li,
.contact-info ul li {
	height: 25px;
	width: auto;
}

.menu-footer a,
.address a,
.contact-info a, 
.comunication a {
	text-decoration: none;
	width: auto;
	color: #00664d;
}

.contact-info a {
	display: block;
	width: auto;
	height: 25px;
}

.menu-footer a:visited,
.address a:visited,
.contact-info a:visited,
.comunication a: visited {
	color: #00664d;
}

.menu-footer a:hover,
.address a:hover,
.contact-info a:hover,
.comunication a:hover {
	color: #00cc66;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
}

.business-hours ul {
	background:url(../img/icons/clock-icon.png) no-repeat left 10%;
	list-style-type: none;
	padding-left: 25px;
}

.address a[href*="goo.gl"] ul {
	background:url(../img/icons/googlemaps-icon.png) no-repeat left top;
	list-style-type: none;
	padding-left: 30px;
}

#phone {
	background: url(../img/icons/phone-icon.png) no-repeat left;
	list-style-type: none;
	padding-left: 25px; 
}

#whatsapp {
	background: url(../img/icons/whatsapp-icon.png) no-repeat left;
	list-style-type: none;
	padding-left: 25px; 
}

#email {
	background: url(../img/icons/email-icon.png) no-repeat left;
	list-style-type: none;
	padding-left: 25px; 
}

.social-media {
	display: block;
	padding-top: 30px;
	vertical-align: bottom;
}

.social-media ul li a {
	height: 32px;
	display: block;
	padding-top: 5px;
	margin-bottom: 8px;
}

.social-media a img {
	float: left;
	margin-right: 6px;
	clear: none;
	width: auto;
}

.social-media a[href*="facebook.com"] {
	background: url(../img/icons/facebook-icon.png) no-repeat left;
	list-style-type: none;
	padding-left: 40px; 
}

.social-media a[href*="instagram.com"] {
	background: url(../img/icons/instagram-icon.png) no-repeat left;
	list-style-type: none;
	padding-left: 40px; 
}

/* Copy Bar */
.bottom-bar {
	background-color: #080808;
	font-family: 'Open Sans', sans-serif;
	font-size: 90%;
	color: #909090;
	text-align: center;
}

.copyright-bar {
	padding: 14px;
}

/* Aquarismo */
.aquarismo {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000000;
}

.aquarismo h1, 
.aquarismo h2 {
	text-align: center;
	font-family: 'Heebo', sans-serif;
}

.aquarismo h3 {
	text-align: center;
}

.cover-wrapper {
	max-width: 1920px;
	width:100%;
	margin: 0 auto;
}

.intro-aquarismo {
	background-color: #2eb8b8;
	color: #ffffff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.textbox-aquarismo {
	padding-top: 40px;
}

.intro-gallery {
	padding-top: 40px;
}

.aquarismo-banner {
	overflow: hidden;
	height: 300px;
}

.servicos-aquarismo {
	padding-top: 60px;
	padding-bottom: 60px;
}

.img-circle {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background-color: #ffbf00;
	border-radius: 50%;
}

.aqua-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#modelos-aquarios {
	background-color: #080808;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
}

.aquarios-box {
	background-color: #ffffff;
	padding: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}

#aquario-marinho, #aquario-plantado, #aquario-ciclideos {
	width: 100%;
}

#racoes-produtos {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
	background-color: #2eb8b8;
}

#canister {
	width: 100%;
}

#marcas-aquarismo {
	padding-top: 40px;
	padding-bottom: 40px;
}

#peixes-aquarismo {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
	background-color: #2eb8b8;
}

#bateria-peixes {
	width: 100%;
}

/* Banho e Tosa */
.banho-e-tosa {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #004d00;
}

.banho-e-tosa h1, 
.banho-e-tosa h2 {
	text-align: center;
	font-family: 'Heebo', sans-serif;
	color: #f48313;
}

.intro-banho {
	width: 100%;
	padding-top: 40px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 80px;
}

.textbox-banho {
	width: 50%;
	padding-right: 40px;
}

.hydra-banner {
	display: block;
	position: relative;
	width: 50%;
	height: 0;
  padding-bottom:50%;
	aspect-ratio: auto 1 / 1;
}

.hydra-slides {
	position: relative;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	display: none;
}

.active {
	display: block;
}

.banner-dots {
	display: block;
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translate(-50%);
}

.dot {
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	margin: 0 2px;
	background-color: #bbb;
	transition: background-color 0.6s ease
}

.dot-active {
  background-color: #717171;
}

.img-buddy {
	display: block;
	position: relative;
	margin-bottom: -33px;
	left: 5%;
	z-index: 1;
}

.servicos-banho {
	position: relative;
	background-color: #f48313;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
}

.servicos-banho h2 {
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 10px;
}

.servicos-banho section {
	padding: 30px 0 30px 0;
	border-bottom: 5px dotted #ffffff;
}

.servicos-banho ul {
	list-style-image: url(../img/icons/dog-paw-icon.png);
}

.servicos-banho li {
	height: auto;
	padding-top: 15px;
}

#wash, #care, #shaver, #scissor, #shine, #rake, #eco {
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	vertical-align: top;
}

#hidra {
	float: left;
	clear: both;
	margin: 0;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 150px;
	vertical-align: top;
}

#wash img,
#care img,
#shaver img,
#scissor img,
#hidra img,
#shine img,
#rake img,
#eco img {
	width: 100px;
}

#megamazon {
	margin: 0;
	text-align: center;
}

.plano-mensal {
	background-color: #ffebcc;
	padding-top: 40px;
	padding-bottom: 70px;
}

.pacote-box {
	display: block;
	background-color: #f48313;
	width: 35%;
	height: auto;
	color: #ffffff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 10px 20px;
	border-radius: 25px;
	box-shadow: 2px 5px 10px #888888;
}

.plano-mensal p {
	text-align: center;
}

.button {
	display: block;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.button a {
	text-decoration: none;
}

#btn-pacote {
	display: block;
	position: relative;
	margin:	0 auto;
	background: #ffffff;
	color: #f48313;
	font-size: 22px;
	font-weight: bold;
	border: 2px solid #ffffff;
	border-radius: 5px;
	padding: 15px;
}

.qualidades {
	background-color: #f48313;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
	box-shadow: 5px 10px 18px #888888;
}

.qualidades h2 {
	color: #ffffff;
}

.qualidade-lista {
	margin: 0;
	padding: 0;
}

.qualidade-lista li {
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 75px;
	background: url(../img/icons/star-icon.png) no-repeat left;
	list-style-type: none;
}

.col-list-left {
	padding-right: 15px;
}

.col-list-right {
	padding-left: 15px;
}

.gallery {
	padding-top: 40px;
	padding-bottom: 40px;
}

.photos-album {
	display: flex;
	padding-top: 20px;
	padding-right: 15px;
}

.banho-album {
	overflow: hidden;
	height: 165px;
}

.banho-album img {
	width: 250px;
}

.hover-opacity:hover {
	opacity: 0.65;
}

/* Modal / Lightbox */

.modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0);
	background-color: rgba(0,0,0,0.92);
	z-index: 5;
	overflow: hidden;
}

.photo-pet {
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;	
	align-items: center;
	justify-content: center;
	animation: zoom 0.5s;
}

.photo-pet img {
	position: absolute;
	cursor: grab;
	height: 80%;
	left: 50%;
	transform: translate(-50%);	
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

.close-button {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 35px;
	z-index: 5;
}

.play-button {
	display: block;
	position: absolute;
	top: 0;
	right: 55px;
	font-size: 35px;
	z-index: 5;
}

.next-button {
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 5;
}

.prev-button {
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 5;
}

.photo-index {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 20px;
	color: #ffffff;
	z-index: 5;
}

.progress {
	display: none;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	z-index: 5;
}

.progress-bar {
	width: 0;
	animation: progress 5s ease-in-out forwards infinite;
}

@keyframes progress {
	from {width: 0;} 
	to {width: 100%;}
}

/* Sobre */
.quem-somos {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #23120b;
}

.quem-somos h1 {
	font-family: 'Heebo', sans-serif;
	color: #964b00;
}

.about {
	padding-top: 70px;
	padding-bottom: 40px;
}

#img-loja {
	text-align: center;
	margin: 20px;
	padding: 20px;
}

img.framed {
	box-shadow: -50px -50px 0 -40px rgb(255,165,0), 
	50px 50px 0 -40px rgb(255,165,0);
}

/*Contato*/
.contato {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #0c2d1c;
}

.contato h1 {
	font-family: 'Heebo', sans-serif;
	color: #236f21;
}

.contact-us {
	padding-top: 70px;
	padding-bottom: 40px;
}

.form {
	width: 60%;
}

.field {
	margin-bottom: 12px;
}

input, select, textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

label {
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline-block;
}

.message-box {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}

.g-recaptcha {
	padding-top: 20px;
}

button {
	float: left;
	padding: 10px 25px;
	background: #dfdfdf;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.click-submit {
	padding-top: 30px;
}

.g-recaptcha-alert {
    border: 2px solid red;
}

.g-recaptcha-alert::after {
    content: "Por favor, clique no Recaptcha para verificar que você não é um robô.";
    display: block;
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

/* Mobile Responsivity */

@media screen and (max-width: 960px) {
	/* Body */
	p {
		text-align: left;
	}

	ul {
		text-align: left;
	}

	.container {
		width: 100%;
		margin: 0 auto;
		padding-left: 5%;
		padding-right: 5%;
		float: none;
		clear: both;
		overflow-x: hidden;
	}

	.header {
		width: 100%;
		height: 140px;
		box-shadow: 2px 3px 8px #000000;
	}

	.header .container {
		padding: 0;
	}
	
	.header .logo {
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
		text-align: center;
 	}

 	.logo-up {
 		top: -65px;
 	}

 	.agende-gif {
 		display: inline-block;
 		float: none;
 		width: 80%;
 		margin-left: 10px;
 		text-align: center;
	}

	.agende-gif img {
		width: 100%;
		height: auto;
	}

	 #header-mobile {
		display: flex;
		float: right;
		width: 50px;
		height: 50px;
		margin-top: 17px;
		bottom: 10px;
		justify-content: center;
		align-items: center;
	}

	.menu-mobile {
		display: block;
		position: absolute;
		top: 140px;
		right: 0;
		width: 200px;
		height: auto;
		background-color: #ffa500;
		overflow: hidden;
		padding: 0 8px 8px 0;
		box-shadow: -2px 2px 8px #000000;
		transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
	}

	.menu-mobile ul {
		margin: 0;
		padding-left: 10px;
	}

	.menu-mobile ul li {
		display: block;
		font-size: 18px;
		border-bottom: 1px solid rgba(255,250,250);
	}

	.menu-mobile a {
		display: block;
		text-decoration: none;
		padding: 12px;
		color: #ffffff;
	}

	.menu-mobile {
		transform: translateX(210px); /*width + shadow*/
	}

	.btn-mobile-on .menu-mobile {
		transform: translateX(0);
	}

	.header .menu-bar {
		display: none;
	}

	/* Main */

	.whatsapp-chat {
		bottom: 20px;
		right: 20px;
	}

	.whatsapp-chat img {
		width: 48px;
		height: 48px;
	}

	/* Banho e Tosa Mobile */

	.intro-banho {
		padding-top: 40px;
	}

	.flex-container {
		padding-bottom: 150px;
	}

	.textbox-banho {
		width: 100%;
		padding-right: 0;
	}

	.img-buddy {
		position: absolute;
		margin-top: -115px;
		left: 50%;
		transform: translate(-50%);
		z-index: 1;
	}

	.img-buddy img {
		width: 150px;
		height: auto;
		aspect-ratio: auto 1 / 1;
	}

	.hydra-banner {
		width: 100%;
		height: auto;
		aspect-ratio: auto 1 / 1;
		padding-top: 20px;
		padding-bottom: 0;
	}

	.hydra-slides img {
		width: 100%;
		height: auto;
		max-width: none;
	}

	#hydra-fig-01 {
		width: 100%;
		height: auto;
		max-width: none;
	}

	#wash, #care, #shaver, #scissor, #hidra, #shine, #rake, #eco {
		float: none;
		padding: 15px 30px 15px 30px;
		text-align: center;
	}

	#megamazon img {
		width: 100%;
	}

	.pacote-box {
		width: auto;
	}

	.photo-pet img {
		width: 95%;
		height: auto;
	}

	.qualidade-lista li {
		background: url(../img/icons/star-icon.png) no-repeat left 25px;
	}

	.col-list-left {
		padding-right: 0;
	}

	.col-list-right {
		padding-left: 0;
	}

	/* Sobre */

	#img-loja {
		margin: 0;
		padding: 30px 10px;
	}

	#img-loja img{
		width: 100%;
	}

	/* Footer Mobile */

	.footer-box {
		margin-top: 50px;
	}
	
	.footer-content {
		width: 100%;
		height: auto;
		float: left;
		margin-right: 50px;
	}

	.ft-column,
	.comunication {
		float: left;
		width: auto;
		margin-bottom: 10px;
	}

	.comunication {
		margin-top: 20px;
	}

	.form {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 960px) {
	.agende-gif {
		margin-top: 15px;
		float: left;
		text-align: left;
	}

	.agende-gif img {
		height: 45px;
		width: auto;
	}

	.hydra-banner {
		width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.photo-pet img {
		height: 50%;
		width: auto;
	}

	#img-loja {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}