/*  
Theme Name: São José - Gráfica e Editora
Theme URI: www.editorasaojose.com
Description: Este tema WordPress foi criado exclusivamente para <strong>São José</strong> - Gráfica e Editora, 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;}
.wppfloat {
    background: #25D366;
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/*Menu*/
#menu{
	width: 100%; 
	background: #fff;
	padding: 15px 10%; 
	height: auto; 
	top: 0; 
	right: 0; 
	left: 0; 
	position: sticky;
	z-index: 9999; 
	& .navbar{
		padding: 0;
		& .navbar-brand{
			padding: 0; 
			margin: 0;
			& img{
				max-height: 70px; 
				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: 25px;
			& .dropdown-menu {
				position: absolute; 
				background: #f4f4f4; 
				border-radius: 10px;
				font-size: 1rem; 
				margin: 0 -10px;
				border: 0;
				&:before {
					content: ''; 
					top: -20px; 
					position: absolute; 
					left:  25px; 
					width: 0; 
					height: 0; 
					border-right: 10px solid transparent; 
					border-top: 10px solid transparent; 
					border-left: 10px solid transparent; 
					border-bottom: 11px solid #f4f4f4;
				}
			}
	}
	& .navbar-nav .nav-item{
		margin: 5px 0px; 
		padding: 10px 5px;
	}
	& .navbar-nav .nav-link {
		color: #000; 
		font-size: 1rem; 
		font-weight: 500; 
		text-transform: uppercase;
		transition: .3s; 
		padding: 10px 0px; 
		margin: 0 0px;
		&:hover{
			color: #EA008A;
		}
	}
	& .navbar-nav .nav-link.contato {
		background: #00aced;
		padding: 10px 40px;
		color: #fff;
		font-weight: 700;
		border-radius: 25px;
		&:hover {
			background: #EA008A;
			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: #00ACED; 
		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: #EA008A; 
		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: 0;
        font-weight: 400;
        color: #000;
		transition: .3s;
		&:hover{
			color: #EA008A;
		}
	} 
	& .dropdown-item {
		padding: 6px 25px;
		&:hover{
			padding: 6px 25px;			
		}
	}
	& .collapse navbar-collapse{
		margin-top: 7px;
	}
}

/*Slide*/
.slide{
	width: 100%;
	& img{
		width: 100%;
	}
}

/*Quem*/
.sobre{
	padding: 100px 25%;
	color: #000;
	text-align: center;

	& h2{
		font-size: 3rem;
		text-transform: uppercase;
		margin: 0 0 5px;
		line-height: 1;
		font-weight: 700;
		color: #000;
	}

	& p{
		font-size: 1.2rem;
		line-height: 1.8;
		margin: 15px 0;
	}
	button{
		margin-top: 15px;
		background: #00aced;
		padding: 15px 60px;
		text-transform: uppercase;
		font-size: 1.4rem;
		color: #fff;
		font-weight: 700;
		border-radius: 50px;
		transition: .5s;
		&:hover{
			background: #EA008A;
		}
	}
}

/*Produtos*/
.produtos{
	background: #000000;
	padding: 100px 10% 100px;
	border-top: solid 10px #00aced;
	& h2{
		color: #fff;
		text-align: center;
		margin: 0 auto 60px;
		text-transform: uppercase;
		font-size: 3rem;
		line-height: 1;
		font-weight: 700;
	}
	& .produto-thumb{
		background: #fff;
		padding: 20px;
		border-radius: 20px;
		margin-bottom: 40px;
		& img{
			width: 100%;
			border-radius: 20px;
		}
		& h3{
            color: #000;
            font-weight: 700;
            font-size: 1.6rem;
            margin: 0 auto;
            text-align: center;
            padding: 25px 15%;
            line-height: 1;
            height: 110px;
            display: flex;
            justify-content: center;
            align-items: center;
		}
		button{
			background: #00aced;
			color: #fff;
			outline: 0;
			border: 0;
			display: block;
			margin: 0 auto -50px;
			padding: 20px 70px;
			text-transform: uppercase;
			font-weight: 700;
			border-radius: 30px;
			transition: .3s;
		}
		&:hover button{
			background: #EA008A;
		}
	}
}
/*Formulário*/
.contato {
	background: url(images/contato.jpg) no-repeat right -100px top #000;
	background-size: auto 100%;
	padding: 120px 10%;
  
	.formulario {
	  width: 40%;
	  margin: 0 auto 0 0;
	  border-radius: 20px;

	  & h2 {
		color: #EA008A;
		margin: 0 0 25px;
		line-height: 2.4rem;
		font-size: 3rem;
		font-weight: 700;
		text-transform: unset;
	  }
	  & p.intro{
			margin: 0 0 15px;
			font-size: 1.1rem;
	  }
  
	  p{
		margin: 0;
	  }
  
	  input, select, textarea {
		padding: 15px;
		outline: 0;
		margin: 5px 0;
		width: 100%;
		border: solid 1px #fff;
		background: transparent;
		border-radius: 8px;
		transition: .3s;
		color: #fff;
		&:focus {
		  border-color: #EA008A;
		}
		&::placeholder{
			color: #fff;
		}
	  }

	  textarea{
		height: 150px;
	  }

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

	  .wpcf7-list-item{
		font-size: .9rem;
		& a{
			color: #000;
			border-bottom: solid 1px #0845A0;
		}
	  }
  
	  label {
		margin: 5px 0;
		width: 100%;
		color: #000;
	  }
  
	  input[type="submit"] {
		background: #00aced;
		color: #fff;
		padding: 18px 80px;
		text-transform: uppercase;
		font-weight: 700;
		border-radius: 8px;
		margin-top: 10px;
		font-size: 1.2rem;
		border: 0;
		outline: 0;
		width: 100%;
		transition: .3s;
  
		&:hover {
		  background: #EA008A;
		}
	  }
  
	  .wpcf7-spinner {
		height: auto;
		display: none;
	  }
  
	  .wpcf7-list-item {
		margin: 0;
	  }
	}
}
/*Rodape*/
.rodape {
	background: #ffff;
	padding: 80px 10% 40px;
	color: #000;
  
	img.logo {
	  margin: 0 auto 30px;
	  display: block;
	  height: auto;
	  width: max-content;
	}
  
	h2 {
	  color: #000;
	  font-size: 2rem;
	  font-weight: 600;
	  width: 100%;
	  margin: 0 0 15px;
	}
  
	.redes {
	  width: max-content;
	  max-width: 100%;
	  display: flex;
	  gap: 10px;
	  justify-content: center;
	  align-items: center;
	  margin: 20px auto 60px;
  
	  .item {
		color: #fff;
		background: #00aced;
		width: 60px;
		height: 60px;
		font-weight: 600;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.2rem;
		transition: .3s;
		line-height: 1rem;
  
		&:hover {
		  color: #fff;
		  background: #EA008A;
		}
	  }
	}
  
	.contato-item {
		font-size: 1rem;
        color: #000;
        line-height: 1.5;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 10px 0;

		span.sub {
			text-transform: uppercase;
			font-weight: 700;
			color: #000000;
		}

	  i {
		width: 20px;
		margin-right: 15px;
		transition: .3s;
		font-size: 1.2rem;
		font-weight: 900;
		color: #00aced;
		margin-top: 2px;
	  }

	  a{
		color: #000;
		transition: .3s;
		text-decoration: underline;

		&:hover{
			color: #00aced;
		}
	  }
	}

	iframe{
		border-radius: 10px;
	}
} 
.copy {
width: 100%;
color: #000;
font-size: .95rem;
margin-top: 60px;

	& .direitos a {
		color: #000;
		margin: 0 0 0 5px;
		border-bottom: solid 1px #00aced;
	}

	& img {
		width: 40px;
		margin: 0 0 0 auto;
		display: block;
		filter: brightness(0);
	}
}
/*Produtos Archive*/
.produtos-archive{
	background: #fff;
	padding: 100px 10% 140px;
	& .produto-thumb{
		background: #D8D8D8;
		padding: 20px;
		border-radius: 20px;
		& img{
			width: 100%;
			border-radius: 20px;
		}
		& h3{
			color: #000;
			font-weight: 700;
			font-size: 1.8rem;
			margin: 0 auto;
			text-align: center;
			padding: 25px 20%;
			line-height: 1;
		}
		button{
			background: #EA008A;
			color: #fff;
			outline: 0;
			border: 0;
			display: block;
			margin: 0 auto -50px;
			padding: 20px 70px;
			text-transform: uppercase;
			font-weight: 700;
			border-radius: 30px;
			transition: .3s;
		}
		&:hover button{
			background: #fff000;
			color: #000;
		}
	}
	.nav{
		justify-content: flex;
		flex-direction: row;
		gap: 10px;
		border-bottom: solid 2px #dedede;
        padding-bottom: 40px;
        margin-bottom: 30px;
	}
	.nav-item{
		width: calc(25% - 10px);
	}
	.nav-pills .nav-link {
		border-radius: 15px;
		background: #00aced;
		color: #fff;
		padding: 20px;
		height: 100%;
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.2;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .3s;
		&:hover{
			background: #fff000;
			color: #000;
		}

	}
	.nav-pills .nav-link.active{
		background: #EA008A;
		&:hover{
			background: #fff000;
			color: #000;
		}
	}
	.lista{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
		list-style: none;

			a{
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 15px;
				width: calc(33.33% - 15px);
				.produto{
					border: solid 1px #EA008A;
					margin: 15px 0;
					padding: 35px;
					display: flex;
					justify-content: space-between;
					align-items: center;
					height: 100%;
					border-radius: 10px;
					transition: .3s;
					&:hover{
						border-color: #00ACED;
					}
					h3{
						font-size: 1.2rem;
						line-height: 1.2;
						text-align: left;
						color: #000;
						font-weight: 600;
						margin: 15px 0;
						width: calc(50% - 15px);
					}
					img{
						width: calc(50% - 15px);
						height: auto;
					}
			}

		}
	}
	.nf{
		font-size: 1.6rem;
		text-align: center;
		font-weight: 300;
		margin: 0;
	}
}
.b-prod{
	border-bottom: solid 1px #000;
}
/*404*/
.naoencontrado{ 
	color: #000; 
	padding: 200px 10%; 
	margin-bottom: 0px;
	&  h1{
		font-weight: 700; 
		font-size: 3rem; 
		margin-bottom: 15px; 
		color: #00aced;
	}
	& p{
		max-width: 90%; 
		font-size: 1.4rem; 
		line-height: 2.4rem; 
		font-weight: 400;
	}
	& a{
		color: #00aced; 
		transition: .3s;
		&:hover{
			color: #EA008A;
		}
	}
}
/*Topo da página*/
.topo-pagina{
	background: url(images/topo-page.png) no-repeat center;
	background-size: cover;
	color: #fff; 
	padding: 25vh 10%; 
	text-align: center; 
	margin-bottom: 0px;
	& h1{
		font-weight: 600; 
		font-size: clamp(1.6rem,3rem, 5rem); 
		margin: 0;
		text-transform: uppercase;
		span.rosa{
			color: #EA008A;
		}
	}
}
/*Topo prod*/
.topo-prod{
	background: url(images/topo-page.png) no-repeat center;
	background-size: cover;
	color: #fff; 
	padding: 120px 10%; 
	text-align: center; 
	margin-bottom: 0px;
	& h2{
		font-weight: 600; 
		font-size: clamp(1.4rem,2rem,4rem); 
		margin: 0;
		text-transform: uppercase;
	}
}
/*Topo Instrutor*/
.topo-inst{
	background: url(images/topo-inst.jpg) no-repeat center;
	background-size: cover;
	color: #fff; 
	padding: 120px 10%; 
	text-align: center; 
	margin-bottom: 0px;
	& h2{
		font-weight: 600; 
		font-size: clamp(1.4rem,2rem,4rem); 
		margin: 0;
		text-transform: uppercase;
	}
}
/*Produto Page*/
.produto-page{
	padding: 80px 10%;
	border-bottom: solid 1px #ccc;	
	& .destacada {
		position: sticky;
		top: 120px;
	 border-right: solid 5px #EA008A;
	 margin-right: 15px;
		img{
			width: 94%;
			height: auto;
			display: block;
		}
	}
	& p{
		margin: 10px 0;
	}
	& h3, h2, h1, h4{
		color: #EA008A;
		font-weight: 700;
		margin: 0;
	}
	& ul{
		list-style-position: inside;
		margin: 10px 0 20px;
		& li{
			padding: 3px 0;
		}
	}
}
/*Página*/
.page {
	padding: 80px 10%;
	color: #000;
	text-align: justify;
	line-height: 1.6;
	font-size: 1.1rem;
	border-bottom: solid 1px #d4d4d4;

	h1, h2, h3, h4, h5, h6 {
		width: 100%;
		margin: 20px auto 10px;
		color: #00aced;
		font-weight: 600;
		line-height: 1.2;
	}
  
	& th, td {
	  text-align: left;
	  border: 1px solid #e8e9eb;
	  line-height: 140%;
	  padding: 10px 14px;
	}
  
	& a {
	  color: #00aced;
	}
  
	& label {
	  width: 100%;
	  text-align: left;
	}
  
	input, select, textarea {
		padding: 15px;
		outline: 0;
		margin: 5px 0;
		width: 100%;
		border: solid 1px #ccc;
		background: transparent;
		border-radius: 8px;
		transition: .3s;
		color: #000;
		&:focus {
		  border-color: #00aced;
		}
		&::placeholder{
			color: #000;
		}


	  &[type="submit"] {
		background: #00aced;
		color: #fff;
		padding: 10px 35px;
		width: auto;
		border: solid 1px #00aced;
		border-radius: 3px;
		transition: .3s;
  
		&:hover {
		  background: #EA008A;
		  border-color: #EA008A;
		  color: #fff;
		}
	  }
	}
  
	& textarea {
	  width: 100%;
	  height: 150px;
  
	  &:focus {
		outline: none;
		border: solid 1px #00aced;
	  }
	}
  
	& ul, ol {
	  list-style-position: inside;
	  list-style: none;
	}
  
	& b, strong {
	  color: #00aced;
	}
  
	.contato-item {
		font-size: 1rem;
        color: #000;
        line-height: 1.5;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 10px 0;

		span.sub {
			text-transform: uppercase;
			font-weight: 700;
			color: #000000;
		}

	  i {
		width: 20px;
		margin-right: 15px;
		transition: .3s;
		font-size: 1.2rem;
		font-weight: 900;
		color: #00aced;
		margin-top: 2px;
	  }
	  strong{
		color: #000;
	  }
	  a{
		color: #000;
		transition: .3s;
		text-decoration: underline;

		&:hover{
			color: #00aced;
		}
	  }
	}	
}


/*WPP*/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;

    &:hover {
        transform: scale(1.1);
    }
}
.whatsapp-options {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 280px;
    padding: 20px;
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;

    &.active {
        display: block;
        opacity: 1;
        animation: slideInUp 0.5s ease-out;
    }

    .whatsapp-options-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .close-btn {
        font-size: 24px;
        background: none;
        border: none;
        color: #333;
        cursor: pointer;
    }

    .whatsapp-dropdown {
        margin-bottom: 15px;

        select {
            width: 100%;
            padding: 6px;
        }
    }

    .whatsapp-link {
        .start-chat-btn {
            background-color: #25D366;
            color: #fff;
            border: none;
            padding: 10px 15px;
            width: 100%;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s ease;

            &:hover {
                background-color: #128C7E;
            }
        }
    }
}

@keyframes slideInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@media screen and (max-width: 1500px) {
	#menu{
		padding: 15px 5%;
		& .navbar-expand-xl .navbar-nav {
			gap: 15px;
		}
		& .navbar-nav .nav-link.contato {
			padding: 10px 30px;
		}
	}
	.sobre {
		padding: 80px 15%;
		& h2 {
			font-size: 2.4rem;
		}
		& p {
			font-size: 1.1rem;
			line-height: 1.8;
		}
	}
	.produtos{
		padding: 80px 5% 120px;
		& h2{
			font-size: 2.4rem;
		}
		& .produto-thumb {
			& h3 {
				font-size: 1.5rem;
				padding: 30px 20%;
			}
			& button {
				padding: 12px 70px;
			}
		}
	}
	.contato {
		background: url(images/contato.jpg) no-repeat right -250px top #000;
		background-size: auto 100%;
		padding: 80px 5%;
		& .formulario {
			& h2 {
				font-size: 2.4rem;
			}
		}
	}
	.topo-agina{
		padding: 100px 5%;
	}
	.rodape {
		padding: 60px 5% 40px;
		img.logo {
			height: 100px;
		}
		& .redes {
			.item {
				width: 50px;
				height: 50px;
			}
		}
		h2{
			font-size: 1.2rem;
		}
		.contato-item {
			font-size: .9rem;
		}
		iframe{
			height: 300px;
		}
	}
	.produtos-archive {
		padding: 80px 5%;
		& .lista {
			& a {
				.produto {
					padding: 25px;
				}
			}
		}
	}
	.produto-page {
		padding: 80px 5%;
	}
	.page {
		padding: 80px 5%;
	}
	.topo-pagina, .topo-prod {
		padding: 20vh 5%;
	}
	.naoencontrado {
		padding: 100px 5%;
	}
}

@media screen and (max-width: 1024px) {
	#menu {
		& .navbar-toggler-icon{
			height: auto; 
			width: auto;
		}
		& .navbar-toggler {
			padding: 0; 
			outline: none; 
			font-size: 2.2rem; 
			color: #EA008A; 
			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;
				}
		}
	}
	.sobre{
		padding: 60px;
		& img.foto{
			width: 100%;
			margin-top: 20px;
		}
	}
	.produtos {
		padding: 60px;
		& h2{
			margin: 0 auto 20px;
		}
		& .produto-thumb {
			margin: 30px 0;
		}
	}
	.contato {
        padding: 60px;
        background-position: right -350px top;
		.formulario {
            width: 60%;
            padding: 35px;
        }
    }
	.rodape{
		& img.logo { 
			margin: 0 auto 20px;
		}
		& .redes{
			margin: 0 auto 30px;
		}
	}
	.topo-pagina, .topo-prod {
        padding: 150px 5%;
    }
	.produtos-archive {
        padding: 60px 60px;
		.nav-item {
			width: calc(50% - 10px);
			margin: 8px 0;
		}
		& .lista {
			a {
				width: calc(50% - 15px);
			}
		}
		& .produto-thumb {
			margin-bottom: 60px;
			& h3 {
				padding: 25px;
			}
		}
    }
	.produto-page {
		& .destacada {
			border-bottom: solid 5px #EA008A;
			margin-right: 0;
			margin-bottom: 25px;
			padding-bottom: 25px;
			border-right: 0;
			img {
				width: 100%;
				height: auto;
				display: block;
			}
		}
	}
}

@media screen and (max-width: 780px) {
	.contato {
	padding: 560px 0 30px;
	background-position: top right;
	background-size: auto 550px;
		.formulario {
			width: 100%;
		}
	}
	.page { 
		padding: 60px 5%;
	}
	.rodape {
        & img.logo {
            margin: 0 auto 20px 0;
        }
    }
}

@media screen and (max-width: 480px) {
	.sobre {
        padding: 40px 30px;
		& h2{
			font-size: 1.8rem;
			line-height: 1.2;
		}
		& p{
			font-size: 1rem;
			line-height: 1.5;
			margin: 0;
		}
		& button{
			padding: 12px 40px;
			font-size: 1rem;
		}
    }
	.produtos{
		padding: 60px 40px;
		& h2{
			font-size: 1.7rem;
			margin: 0 auto 10px;
		}
		& .produto-thumb {
            & h3 {
                font-size: 1.3rem;
                padding: 20px 0;
            }
        }
	}
    .contato {
        padding: 100vw 0 10px;
        background-size: auto 100vw;
		background-position: top right -100px;
		& .formulario{
			& h2{
				font-size: 1.5rem;
				margin: 0 auto 20px;
			}
		}
    }
	.copy{
		text-align: center;
		margin-top: 20px;
		& img{
			margin: 20px auto 0;
		}
	}
	.page{
		padding: 40px 30px; 
		text-align: left;
	}
	.topo-pagina, .topo-prod{padding: 80px 30px;
		& h1 {
			font-size: 1.6rem;
		}
		& h2{
			font-size: 1.4rem;
		}
	}
	.rodape{
		padding: 40px 30px;
		& img.logo{
			max-width: 100%;
			width: auto;
			height: auto;
			margin: 0 auto 20px;
			display: block;
		}
	}
	.produtos-archive {
        padding: 40px 30px;
		.nav-item {
            width: 100%;
            margin: 0px 0;
        }
		& .lista {
            a {
                width: 100%;
				.produto {
					flex-direction: column-reverse;
					& h3, img{
						width: 100%;
					}
				}
            }
        }
    }
	.produto-page {
        padding: 40px 30px;
    }
}