/*  
Theme Name: Petriun
Theme URI: www.valvulaspetriun.com.br
Description: Este tema WordPress foi criado exclusivamente para <strong>Petriun</strong>, refletindo um design único e funcionalidades personalizadas para atender às necessidades específicas do projeto. A cópia total ou parcial deste tema é estritamente proibida. Todos os direitos reservados.
Author: Mustache
Version: 1.0.0
Author URI: https://mustache.com.br
*/

*{
	font-family: "Inter", sans-serif; box-sizing: border-box;} body{padding: 0; margin: 0;} html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, figure {margin: 0; padding: 0; } img, fieldset{border: 0;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;} @media screen {img {width: auto;}} a, a:hover{text-decoration: none; outline: none;} p {margin: 0 0 20px; padding: 0;} ul, ol, li {margin: 0; padding: 0;} h1, h2, h3, h4, h5, h6 {line-height: 1.4em; margin: 20px 0 .4em;} h1 {font-size: 2em; } h2 {font-size: 2.2em; } h3 {font-size: 1.6em; } h4 {font-size: 1.4em; } h5 {font-size: 1.2em; } h6 {font-size: 1em; } html{scroll-behavior: smooth;} button, button:focus{cursor: pointer; outline: none; border:0} .grecaptcha-badge{display:none!important;} section{scroll-margin-top: 70px;
}

/*Menu*/
#menu{
	width: 100%; 
	font-family: "M PLUS 1", serif;
	padding: 20px 10%; 
	height: auto; 
	top: 0; 
	right: 0; 
	background: #fff;
	left: 0; 
	z-index: 9999; 
	position: sticky; 
	& .navbar{
		padding: 0;
		& .navbar-brand{
			padding: 0; 
			margin: 0;
			& img{
				max-height: 60px; 
				width: auto; 
				margin-bottom: 0px; 
				margin-right: 15px;
			}
		}
	}
	& .navbar-expand-xl .navbar-collapse{
		margin: 0px auto;
	}
	& .navbar-expand-xl .navbar-nav{
		margin: 0 0 0 auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 40px;
			& .dropdown-menu {
				position: absolute; 
				background: #000; 
				font-size: .9rem; 
				margin: 0 -10px;
				&:before {
					content: ''; 
					top: -16px; 
					position: absolute; 
					left: 10%; 
					width: 0; 
					height: 0; 
					border-right: 8px solid transparent; 
					border-top: 8px solid transparent; 
					border-left: 8px solid transparent; 
					border-bottom: 8px solid #ffffff;
				}
			}
	}
	& .navbar-nav .nav-item{
		margin: 5px 0px; 
		padding: 10px 5px;
	}
	& .navbar-nav .nav-link {
		color: #000000a2; 
		font-size: 1.1rem; 
		font-weight: 500; 
		transition: .3s; 
		padding: 10px 0px; 
		margin: 0 0px;
		&:hover{
			color: #0B7070;
		}
	}
	& .navbar-nav .nav-link.contato {
		background: #0B7070;
		padding: 10px 40px;
		border-radius: 25px;
		color: #fff;
		&:hover {
			background: #22CACA;
			color: #fff;
		}
	}
	&.navbar-nav li:hover .dropdown-menu {
		display: block;
	}
	& .dropdown-item:hover {
		display: block; 
		width: 100%; 
		padding: 0.25rem 1.5rem; 
		clear: both; 
		color: #0B7070; 
		text-align: inherit; 
		white-space: nowrap; 
		background-color: transparent; border: 0;
	}
	& .dropdown-toggle::after{
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		content: "\f078";
		color: #0B7070; 
		display: inline-block;
		font-size: 11px;
		width: 15px;
		height: 15px;
		margin-left: .355em; 
		vertical-align: 0.055em;
		border-top: 0em solid; 
		border-right: 0em solid transparent;
		border-bottom: 0;
		border-left: 0em solid transparent;
	}
	& .dropdown-menu li a {
		padding: 5px 15px; 
		font-weight: 300;
	} 
	& .collapse navbar-collapse{
		margin-top: 7px;
	}
}

/*Topo*/
.topo{
	background: url(images/topo-desktop.png) no-repeat center #000; 
	background-size: cover;
	width: 100%; 
	& .content{
		display: flex; 
		justify-content: center; 
		align-items: flex-start;
		flex-direction: column;
		width: 100%; 
		height: auto; 
		/* background: rgb(0,0,0);
		background: linear-gradient(137deg, rgba(0,0,0,0.9500175070028011) 0%, rgba(37,37,37,0.2861519607843137) 100%); */
		padding: 180px 50% 180px 10%;
		color: #fff;
		& h1{
			font-weight: 600;
			font-size: 3.2rem;
			line-height: 1.2;
			margin: 10px 0;
			font-family: "M PLUS 1", serif;
		}
		& p{
			font-size: 1.6rem;
			line-height: 1.8;
			font-weight: 300;
			& strong{
				font-weight: 600;
			}
		}
		& button{
			color: #ffff;
			background: transparent;
			padding: 15px 50px;
			border-radius: 30px;
			font-weight: 600;
			font-size: 1.2rem;
			outline: 0;
			border: 0;
			transition: .3s;
			&.btn{
				background: #22CACA;
				&:hover{
					background: #0B7070;
				}
			}
		}
	}
}

/*Produtos*/
.produtos{
	padding: 100px 10%;
	button{
		border: 0;
		outline: 0;
		box-shadow: none
	}
	& h2{
		font-size: 3rem;
		margin: 0 auto 60px;
		line-height: 1.2;
		font-weight: 600;
		color: #0B7070;
		font-family: "M PLUS 1", serif;
		text-align: center;
	}
	& .produto{
		padding: 30px 20px;
		color: #000;
		border-radius: 10px;
		margin: 15px 0;
		font-size: 1.3rem;
		transition: font-size 0.5s;
		font-weight: 800;
		font-family: "M PLUS 1", serif;
	}
	& .produto.active {
		background-color: #00594C;
		font-size: 1.5rem;
		.product-btn{
		color: white;
		}
	}
	& .product-btn {
		width: 100%;
		text-align: left;
		border: none;
		background: none;
		padding: 10px;
		border-radius: 5px;
		color: #0B7070;
		transition: background-color 0.3s font-size 0.3s;
		font-weight: 600;
		font-family: "M PLUS 1", serif;
	}
	& .product-btn.active {
	background-color: #00594C;
	color: white;
	}
	& .product-variations {
		display: none;
		& button.variation-btn{
			margin: 5px 3px;
			border-radius: 25px;
			background: transparent;
			line-height: 1;
			border: solid 1px #fff;
			color: #fff;
			outline: 0;
			font-family: "M PLUS 1", serif;
			padding: 12px 20px;
			font-size: .95rem;
		}

		& button.variation-btn.active{
			background: #fff;
			color: #666;
			font-weight: 500;
		}
	
	}
	& .details-section {
	display: none;
	padding: 0 15px;
		& h3 {
			color: #0B7070;
			font-size: 2rem;
			line-height: 1.2;
			margin: 10px auto 10px;
			font-weight: 700;
			font-family: "M PLUS 1", serif;
		}
		& p{
			font-size: 1.2rem;
			line-height: 1.6;
			font-family: "M PLUS 1", serif;
			color: #222;
		}
		& .table{
			color: #222;
			& strong{
				color: #0B7070;
			}
			& th, td {
				padding: 0.75rem 0;
			}
		}
		& button{
			border: solid 2px #0B7070;
			padding: 10px 25px;
			color: #0B7070;
			font-weight: 700;
			text-transform: uppercase;
			border-radius: 30px;
			outline: none;
			background: transparent;
			transition: .3s;
			margin-top: 20px;
			&:hover{
				background: #0B7070;
				color: #fff;
			}
		}
	}
	& .details-section.active {
		display: block;
	}
	& .gallery-section {
		display: none;
	}
	& .gallery-section.active {
		display: block;
		padding-top: 50px;
	}
	& .gallery-section{
		& .slick-carousel{
			gap: 40px;
		}
		& .foto{ 
			width: calc(100% - 40px);
			margin: 10px 20px;
			border-radius: 80px 0 80px 0;
			& img {
			width: 100%;
			border-radius: 5px;
			height: auto;
			display: block;
			border-radius: 80px 0 80px 0;
			}
		}
		& .slick-dots{
			margin-top: 30px;
			bottom: -50px;
			& li.slick-active button:before {
				opacity: 1;
				color: #0b7070;
				width: 20px;
				height: 20px;
				font-size: 15px;
			}
		}
	}
}

/*Quem*/
.sobre{
	padding: 100px 10%;
	color: #000;
	& img.foto{
		width: 100%;
		height: auto;
		display: block;
	}
	& h2{
		font-size: 3rem;
		margin: 0;
		line-height: 1.2;
		font-weight: 600;
		color: #0B7070;
		font-family: "M PLUS 1", serif;
	}
	& span.sub{
		color: #000;
		display: block;
		margin: 15px 0 10px;
		font-size: 1.2rem; 
		font-weight: 700;
		letter-spacing: 1px;
		font-family: "M PLUS 1", serif;
	}
	& p{
		font-size: 1.1rem;
		font-family: "M PLUS 1", serif;
		line-height: 1.8;
		margin: 15px 0;
		font-weight: 400;
		& strong{
			color: #0B7070;
		}
	}
	& button{
		color: #ffff;
		background: transparent;
		padding: 15px 50px;
		border-radius: 30px;
		font-weight: 600;
		font-size: 1.1rem;
		outline: 0;
		border: 0;
		transition: .3s;
		margin: 10px 0 0;
		&.btn{
			background: #0B7070;
			&:hover{
				background: #22CACA;
			}
		}
	}
}

/*Site*/
.site{
	padding: 30px 10% 100px;
	& .box{
		background: #0B7070;
		padding: 0 80px;
		border-radius: 50px 0 50px 0;
		color: #fff;
		text-align: center;
		transition:  .3s;

		& img.foto{
			margin: -40px auto;
			display: block;
		}
		& h2{
			font-family: "M PLUS 1", serif;
			font-size: 2.5rem;
			padding: 0 0%;
			margin: 30px auto 0;
			line-height: 1.2;
		}
		& p{
			padding: 0 0%;
			margin: 10px;
			font-size: 1.2rem;
			line-height: 1.5;
		}
		& button{
			color: #ffff;
			background: transparent;
			padding: 12px 40px;
			border-radius: 30px;
			font-weight: 600;
			font-size: 1rem;
			outline: 0;
			border: 0;
			transition: .3s;
			margin: 10px auto 30px;
			&.btn{
				background: #22CACA;
				&:hover{
					background: #B7FAFF;
					color: #0B7070;
				}
			}
		}
	}
	&:hover .box{
		background: #0f9c9c;
	}
}

/*Formulário*/
.contato {
	padding: 30px 10% 80px;
	& h2{
		color: #0B7070;
		font-family: "M PLUS 1", serif;
		font-size: 3rem;
		margin: 0 0 10px;
		font-weight: 700;
	}
	& p.intro{
		font-size: 1.2rem;
		line-height: 1.6;
		font-weight: 400;
		margin: 0 0 15px;
		width: 85%;
	}
	& .topicos{
		padding: 0px 30px 0 0 ;
		.topico{
			display: flex;
			flex-direction: row;
			background: #a5e6eb;
			align-items: center;
			border-radius: 35px;
			padding: 20px;
			margin: 30px 0;
			transition: .3s;
			cursor: default;
			&:hover{
				background: #B7FAFF;
			}
			& .icone{
				margin: 0 30px 0 -50px;
			}

			& .textos{
				padding: 25px 0;
				& h3{
					color: #0B7070;
					font-family: "M PLUS 1", serif;
					margin: 0 0 3px;
					font-weight: 700;
					line-height: 1.1;
				}

				& p{
					margin: 0;
					color: #222222;
					font-size: 1.1rem;
					line-height: 1.2;
				}
			}
		}
	}
	.formulario {
	  width: 100%;
	  padding: 50px;
	  margin: 0 auto 0 0;
	  background: #0B7070;
	  border-radius: 20px;

	  & h2 {
		color: #fff;
		margin: 0 0 10px;
		line-height: 2.4rem;
		font-size: 2rem;
		font-family: "M PLUS 1", serif;
		font-weight: 600;
		text-align: center;
	  }
	  & p.intro{
			margin: 0 0 15px;
			font-size: 1.1rem;
			line-height: 1.6;
			text-align: center;
			color: #fff;
	  }
  
	  p{
		margin: 0;
	  }
  
	  input, select, textarea {
		padding: 12px 10px;
		outline: 0;
		margin: 5px 0;
		width: 100%;
		border: 0;
		border: solid 1px #bbbbbb;
		border-radius: 10px;
		transition: .3s;
  
		&:focus {
		  border-color: #B7FAFF;
		}
	  }
	  textarea{
		height: 140px;
	  }

	  input[type=checkbox]{
		width: max-content;
		margin-top: 15px;
	  }

	  .wpcf7-list-item{
		font-size: .9rem;
		& a{
			color: #000;
			border-bottom: solid 1px #B7FAFF;
		}
	  }
  
	  label {
		margin: 5px 0;
		width: 100%;
		color: #000;
	  }
  
	  input[type="submit"] {
		background: #B7FAFF;
		color: #0B7070;
		padding: 15px 60px;
		text-transform: uppercase;
		font-weight: 700;
		border-radius: 40px;
		margin: 15px auto 0;
		font-size: 1.2rem;
		border: 0;
		display: block;
		outline: 0;
		width: max-content;
		transition: .3s;
  
		&:hover {
		  background: #129e9e;
		  color: #fff;
		}
	  }
  
	  .wpcf7-spinner {
		height: auto;
		display: none;
	  }
  
	  .wpcf7-list-item {
		margin: 0;
	  }
	}
}

/*Rodape*/
.rodape {
	background: #0B7070;
	padding: 80px 10% 40px;
	color: #fff;
  
	img.logo {
	  margin: 0 auto 15px 0;
	  display: block;
	  max-height: 90px;
	  width: max-content;
	}
	
	h2{
	  font-family: "M PLUS 1", serif;
	  font-size: 2rem;
	  margin: 0 0 10px;
	}
	
	ul{
		list-style: none;
		li{
			margin: 8px 0;
			font-size: 1rem;
			font-family: "M PLUS 1", serif;
			a{
				color: #fff;
			}
		}
	}
 
	.redes {
	  width: max-content;
	  max-width: 100%;
	  display: flex;
	  gap: 15px;
	  justify-content: center;
	  align-items: center;
	  margin: 0;
  
	  .item {
		color: #0B7070;
		background: #fff;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.5rem;
		transition: .3s;
		line-height: 1rem;
  
		&:hover {
		  color: #fff;
		  background: #22CACA;
		}
	  }
	}

	p.endereco {
	  font-size: 1rem;
	  color: #fff;
	  line-height: 1.8;
	  margin: 10px 0;

	  & strong{
		font-weight: 600;
	  }
	}

	& .menu{
		border-right: solid 1px #fff;
		margin: 10px 50px 10px 0;
		padding: 0 50px;
		& ul{
			list-style: none;
			color: #fff;
			text-align: right;
			& li{
				padding: 6px 0;
				margin: 0;
				font-size: 1.2rem;
				font-family: "M PLUS 1", serif;
				& a{				
					color: #fff;
					transition: .3s;
					&:hover{
						color: #22CACA;
					}
				}
			}
		}
	}
}
  
.copy {
width: 100%;
color: #fff;
font-size: .95rem;
margin-top: 60px;

	& .direitos a {
		color: #fff;
		margin: 0 0 0 5px;
		border-bottom: solid 1px #22CACA;
	}

	& img {
		width: 40px;
		margin: 0 0 0 auto;
		display: block;
		filter: brightness(100);
	}
}

/*404*/
.naoencontrado{ 
	color: #000; 
	padding: 200px 10%; 
	margin-bottom: 0px;
	&  h1{
		font-weight: 700; 
		font-size: 3rem; 
		margin-bottom: 15px; 
		color: #0B7070;
	}
	& p{
		max-width: 90%; 
		font-size: 1.4rem; 
		line-height: 2.4rem; 
		font-weight: 400;
	}
	& a{
		color: #0B7070; 
		transition: .3s
		&:hover{
			color: #0B7070;
		}
	}
}

/*Topo da página*/
.topo-pagina{
	background: #0B7070;
	color: #fff; 
	padding: 120px 10%; 
	text-align: left; 
	margin-bottom: 0px;
	& h1{
		font-weight: 600; 
		font-size: clamp(1.6rem,3rem, 5rem); 
		margin: 0;
	}
}

/*Página*/
.page {
	padding: 80px 10%;
	color: #000;
	text-align: justify;
	line-height: 1.6;
	font-size: 1.1rem;

	h1, h2, h3, h4, h5, h6 {
		width: 100%;
		margin: 20px auto 10px;
		color: #0B7070;
		font-weight: 600;
		line-height: 1.2;
	}
  
	& th, td {
	  text-align: left;
	  border: 1px solid #e8e9eb;
	  line-height: 140%;
	  padding: 10px 14px;
	}
  
	& a {
	  color: #0B7070;
	}
  
	& label {
	  width: 100%;
	  text-align: left;
	}
  
	& select {
	  text-transform: none;
	  width: 100%;
	  background: #f7f7f7;
	  border: 0;
	  padding: 10px 10px;
	  color: #000;
  
	  &:focus {
		outline: none;
		border: solid 1px #0B7070;
	  }
	}
  
	& input {
	  width: 100%;
	  background: #f7f7f7;
	  color: #00759C;
	  padding: 10px 15px;
	  border: solid 1px #0B7070;
	  border-radius: 3px;
  
	  &:focus {
		outline: none;
		border: solid 1px #0B7070;
	  }
  
	  &[type="submit"] {
		background: #0B7070;
		color: #fff;
		padding: 10px 35px;
		width: auto;
		border: solid 1px #0B7070;
		border-radius: 3px;
		transition: .3s;
  
		&:hover {
		  background: #0B7070;
		  border-color: #0B7070;
		  color: #fff;
		}
	  }
	}
  
	& textarea {
	  width: 100%;
	  height: 150px;
	  background: #f7f7f7;
	  color: #000;
	  padding: 10px 15px;
	  border: solid 1px #f7f7f7;
	  border-radius: 3px;
  
	  &:focus {
		outline: none;
		border: solid 1px #0B7070;
	  }
	}
  
	& ul, ol {
	  list-style-position: inside;
	  list-style: none;
	}
  
	& b, strong {
	  color: #0B7070;
	}
}

@media screen and (max-width: 1500px) {
	#menu{
		padding: 12px 5%;

		& .navbar-nav .nav-link.contato {
			padding: 10px 30px;
		}

	}
	.topo {
		& .content {
			padding: 150px 49% 150px 5%;
			& h1 {
				font-size: 2.8rem;
				line-height: 1.1;
			}
			& p {
				font-size: 1.5rem;
				line-height: 1.5;
			}
		}
	}
	.sobre {
		padding: 80px 5%;
		& h2 {
			font-size: 2.4rem;
		}
		& p {
			font-size: 1rem;
			line-height: 1.8;
		}
	}
	.site {
		padding: 30px 5% 30px;
		& .box {
			padding: 0 40px;
		}
	}
	.produtos {
		padding: 60px 5%;
		& h2 {
			font-size: 2.7rem;
			margin: 0 auto 40px;
		}
		& .produto {
			padding: 20px 15px;
		}
		& .produto.active {
			font-size: 1.4rem;
		}
		& .product-variations {
			& button.variation-btn {
				margin: 6px 2px;
				border-radius: 20px;
				padding: 10px 15px;
				font-size: .9rem;
			}
		}
		& .details-section {
			& p {
				font-size: 1.1rem;
			}
			& h3 {
				font-size: 1.7rem;
			}
		}
	}
	.contato {
		padding: 100px 5%;
		& p.intro {
			width: 100%;
			font-size: 1.1rem;
		}
		.formulario {
			padding: 40px;
			& h2{
				font-size: 2rem;
			}
			& p.intro{
				font-size: 1rem;
				width: 100%;
			}
			.wpcf7-list-item {
				font-size: .85rem;
			}
		}
	}
	.topo-agina{
		padding: 100px 5%;
	}
	.rodape {
		padding: 70px 5%;
		h2{
			font-size: 1.2rem;
		}
		p.endereco, a.telefone {
			font-size: .9rem;
		}
	}
}

@media screen and (max-width: 1024px) {
	#menu {
		padding: 25px 5%;
		& .navbar-toggler-icon{
			height: auto; 
			width: auto;
		}
		& .navbar-toggler {
			padding: 0; 
			outline: none; 
			font-size: 2.2rem; 
			color: #0b7070; 
			line-height: 1; 
			background-color: transparent; 
			border: 0px solid transparent; 
			height: auto;
		}
		& .navbar-expand-xl .navbar-collapse { 
			margin: 15px auto 0px;
			padding: 0 0 30px;
		}
		& .navbar-nav .nav-link{
			padding: 5px 0px; 
			margin: 0;
		}
		& .navbar-nav {
			margin: 0px 0px!important; 
			width: 100%;
			& li:hover .dropdown-menu {
				display: block; 
				border: 0; 
				margin: 7px 0px 0px;
			}
			& .nav-item {
				margin: 0px 0px; 
				padding: 10px 0px;
			}

		}
		& .navbar-expand-xl .navbar-nav .dropdown-menu{
			position: relative;
			&:before{
				left: 5%
			}
		}
		& .navbar-collapse .navbar-nav{
			margin: 0px!important;
			flex-direction: column;
				& .nav-link{
					text-align: left;
				}
		}
	}
	.topo{
		margin-top: 0;
        & .content {
            padding: 100px 50% 100px 5%;
        }
    }
	.sobre{
		padding: 60px;
		& img.foto{
			width: 100%;
			margin-top: 30px;
		}
	}
	.site {
		& .box {
			& p{
				font-size: .9rem;
				line-height: 1.4;
				margin: 5px 0 0 ;
			}
			& button {
				padding: 8px 25px;
				font-size: .9rem;
				margin: 10px auto 20px;
			}
			& h2{
				font-size: 1.5rem;
				margin-top: 20px;
			}
			& img.foto {
				width: 100%;
				margin: -25px auto;
			}
		}
	}
	.contato {
        padding: 60px;
		& .topicos {
			padding: 0;
		}
		.formulario {
            width: 100%;
            padding: 35px;
        }
    }
	.rodape{
		& img.logo { 
			margin: 0 auto 20px 0;
		}
		& h2{
		width: max-content; 
		max-width: 100%; 
		margin: 20px 0 5px;
		}
	}
}

@media screen and (max-width: 780px) {
	.topo {
        & .content {
            padding: 80px 40% 80px 45px;
			& h1 {
                font-size: 2.4rem;
			}
        }
    }
	.sobre {
        padding: 40px;
    }
	.produtos {
        padding: 40px 40px 0;
		& h2{
			margin: 0 auto 20px;
			font-size: 2.4rem;
		}
		& .details-section {
			padding: 15px 0;
		}
    }
	.site {
		padding: 40px;
        & .box {
            padding: 0 50px 50px;
			& img.foto {
                width: 100%;
                margin: -25px auto 0;
			}
        }
    }
	.contato {
		padding: 60px 30px;
		& .topicos {
			& .topico {
				& .icone {
					margin: 0 20px 0 -40px;
				}
			}
		}
	}
	.page { 
		padding: 60px 5%;
	}
	.rodape {
		& .menu {
			border-bottom: solid 1px #fff;
			border-right: 0;
			margin: 0px 0 40px;
			padding: 20px 0;
			& ul {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				gap: 40px;
				text-align: left;
			}
		}
        & img.logo {
            margin: 0 auto 20px 0;
        }
		.redes {
			margin: 20px auto 20px 0;
		}
    }
}

@media screen and (max-width: 480px) {

	.topo {
		background: url(images/topo-mobile.png) no-repeat bottom center #000;
		background-size: cover;
        & .content {
            padding: 30px 30px 35vh;
			& h1{
				font-size: 2rem;
				line-height: 1.1;
        	}
			& p {
				font-size: 1rem;
				line-height: 1.6;
			}
			& .botoes {
				gap: 10px;
				& button {
					font-size: .8rem;
					padding: 10px 20px;
				}
			}
    	}
	}
	.produtos {
        padding: 40px 30px 0;
		& h2{
			font-size: 1.8rem;
			line-height: 1;
		}
		& .produto {
			font-size: 1rem;
			line-height: 1.3;
			padding: 20px;
		}
		& .produto.active {
            font-size: 1.2rem;
        }
    	& .product-btn {
        	padding: 0;
		}
		& .details-section {
            & h3 {
                font-size: 1.4rem;
            }
			& p {
                font-size: 1rem;
            }
        }
		& .gallery-section {
			& .foto {
				width: calc(100% - 40px);
				margin: 20px;
				border-radius: 40px 0 40px 0;
			}
		}
		& .gallery-section.active{
			margin-top: 10px;
		}

    }
	.sobre {
        padding: 40px 30px;
		& span.sub {
			margin: 0px 0 10px;
			font-size: 1rem;
		}
		& h2{
			font-size: 1.8rem;
			line-height: 1.2;
		}
    }
	.site {
        & .box {
            padding: 0 25px 20px;
            border-radius: 25px 0 25px 0;
        }
    }
	.contato {
		padding: 0 30px 40px;
		& h2{
			font-size: 1.8rem;
		}
        & .formulario {
            & h2 {
                font-size: 1.5rem;
				line-height: 1.2;
            }
        }
    }
	.copy{
		text-align: center;
		margin-top: 20px;
		& img{
			margin: 20px auto 0;
		}
	}
	.page{
		padding: 40px 30px; 
		text-align: left;
	}
	.topo-pagina{padding: 50px 30px;
		& h1 {
			font-size: 1.8rem;
		}
	}
	.rodape{
		padding: 60px 30px;
		& img.logo{
			max-width: 100%;
			width: auto;
		}
		& .redes{
			margin: 0 auto 0;
		}
		& .menu ul{
			flex-direction: column;
			gap: 5px;
			& li{
				width: 100%;
			}
		}
	}
}
