@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
:root {
  --escuro: #b17e2a;
  --claro: #e2b05c;
  --preto: #101010;
  --branco: #fff;
}
* {font-family: 'Roboto', sans-serif;}
body {background: #fff;  font-size: 18px; overflow-x: hidden; position: unset!important; color: var(--preto);}
p {line-height: 30px}
a,button, input, textarea {-webkit-transition: .3s;-o-transition: .3s;transition: .3s; outline: 0;}
button {cursor: pointer;}
cite {font-style: normal;}
a, a:hover {text-decoration: none;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0;}
li {list-style-type: none;}
img {max-width: 100%;}
*{margin: 0; padding: 0; box-sizing:border-box}
section{padding: 100px 0;}
.grid {max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 30px; display: grid; grid-gap: 10px; position: relative;}
h2 {font-size: 48px; font-weight: 300; color: var(--escuro); line-height: 52px; position: relative; margin-bottom: 50px;}
h2:before {content: ''; width: 75px; height: 4px; background: var(--claro); position: absolute; bottom: -10px; border-radius: 10px;}
h2 strong {font-weight: 300; color: var(--preto); display: block;}
.btn {background: var(--claro); color: var(--branco); padding: 10px 60px; border-radius: 10px; font-size: 24px; display: table;}
strong {font-weight: 500;}



header {
    padding: 30px 0;
}
header .grid {
	grid-template-columns: max-content 1fr;
	gap: 60px;
}
header ul {
	display: flex;
	justify-self: right;
	align-self: center;
	gap: 60px;
}
header ul li {
	position: relative;
}
header ul li:before {
	content: '';
    width: 35px;
    height: 4px;
    background: var(--claro);
    position: absolute;
    bottom: -5px;
    left: 20px;
    border-radius: 10px;
    opacity: 0;
    transition: .3s;
}
header ul li.ativo:before, header ul li:hover:before {
	opacity: 1;
	left: 0;
}
header ul li a {
	color: var(--preto);
}
header ul li:last-child:before {
	display: none;
}
header ul li:last-child a {
	font-size: 18px;
    padding: 10px 20px;	
    display: unset;
} 


section.banner {
	padding-top: 40px;
	padding-bottom: 0;
}
section.banner .grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
section.banner h1 {
	font-size: 62px;
	font-weight: 100;
	color: var(--escuro);
	margin: 60px 0 40px;
}
section.banner h1 strong {
	font-weight: inherit;
	color: var(--preto);
}
section.banner p {
	font-size: 24px;
	line-height: 38px;
	font-weight: 300;
	margin-bottom: 60px;
}
section.banner p strong {
	font-weight: 400;
}
section.banner figure {
	position: relative;
}
section.banner figure:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg-banner.png);
    width: 910px;
    height: 910px;
    background-size: contain;
    z-index: -1;
}
section.banner figure img {
	display: grid;
}



section.sub-banner {
    background-image: url(../img/bg-video.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 60px;    
}
section.sub-banner h2 {
	margin-bottom: 20px;
}
section.sub-banner p {
	margin-bottom: 0;
}


section.info {
	padding: 0;
    margin-top: -65px;	
}
section.info .grid {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;	
}
section.info img {
    float: left;
    margin-right: 25px;	
    margin-top: 5px;
}
section.info p strong {
	color: var(--escuro);
	font-weight: 500;
	font-size: 22px;
}
section.info p b {
	font-weight: 500;
}
section.info .grid div {
	box-shadow: 0px 0px 50px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 20px 25px;
    background: var(--branco);
}


section.sobre .grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 60px;
}
section.sobre ul {
	margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px 60px;
}
section.sobre ul li strong {
	display: block;
	font-weight: 500;
	font-size: 22px;
	color: var(--escuro);
	margin-bottom: 10px;
}


section.video {
	background-image: url('../img/bg-video.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
section.video .grid {
	grid-template-columns: .7fr 1fr;
	gap: 60px;	
	align-items: center;	
}
section.video a {
	margin-top: 40px;
}
section.video video {
    width: 100%;
    height: 500px;
    background: var(--preto);
    border-radius: 20px;
}
section.video p {
	margin-bottom: 15px;
}
section.video p:last-child {
	margin-bottom: 0;
}


section.servicos .grid:first-child {
	grid-template-columns: 1fr max-content;
} 
section.servicos .grid:last-child {
	grid-template-columns: minmax(0, 1fr);
}
section.servicos .controle {
    display: flex;
    gap: 25px;	
}
section.servicos .controle div {
	background-image: url('../img/seta.png');
	width: 50px;
	height: 28px;
	cursor: pointer;
	transition: .3s;
}
section.servicos .controle .dir {
	transform: scaleX(-1);
}
section.servicos .controle div:hover {
	filter: brightness(0.8);
}

section.servicos h3 {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: var(--escuro);
    margin-bottom: 13px;	
}
section.servicos p {
	margin-bottom: 25px;
}
section.servicos .img {
	width: 100%;
	height: 250px;
	background-image: url('../img/servicos-01.png');
	background-size: cover;
	background-position: center;	
	border-radius: 20px;
	margin-bottom: 25px;
}
.slick-slider {
	margin: 0 -20px;
}
.slick-slide {
  padding: 0 20px;
}



section.instagram {
	background-image: url('../img/bg-instagram.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;	
}
section.instagram h2 strong b {
	font-size: 42px;
    font-weight: 400;	
}
section.instagram .grid:last-child {
    grid-template-columns: repeat(3, 1fr);	
    gap: 20px;
}
section.instagram .img {
	border-radius: 20px!important;
}
section.instagram .img {
	width: 100%;
	height: 350px;
	background-image: url('../img/sobre.png');
	background-size: cover;
	background-position: center;
	transition: .3s;
}
section.instagram .img:hover {
	filter: brightness(1.1);
	transform: scale(1.1);
}
section.instagram a {
	overflow: hidden;
}
section.instagram .img:nth-child(1) {
	border-radius: 20px 0 0 0;
}
section.instagram .img:nth-child(4) {
	border-radius: 0 20px 0 0;
}
section.instagram .img:nth-child(5) {
	border-radius: 0 0 0 20px;
}
section.instagram .img:nth-child(8) {
	border-radius: 0 0 20px 0;
}


section.contato {
	padding-bottom: 0;
}
section.contato .grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 200px;	
}
section.contato form input, section.contato form textarea {
	display: block;
	padding: 20px 25px 17px;
	border-radius: 15px;
	border: 1px solid var(--claro);
	margin-bottom: 20px;
	width: 100%;
    background: hsl(0deg 0% 100% / 80%);
}
section.contato input::placeholder, section.contato textarea::placeholder {
	color: #a5a2a2;
	font-size: 20px;
}
section.contato textarea {
	height: 150px;	
}
section.contato button {
	border: 0;
	width: 100%;
	margin-bottom: 30px;
	font-size: 20px;
}
section.contato figure:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg-banner.png);
    width: 1000px;
    height: 1000px;
    background-size: contain;
    z-index: -1;
}
section.contato figure img {
	display: grid;
}



footer {
	padding-top: 100px;
    box-shadow: 0 0px 60px 40px rgb(0 0 0 / 5%);
    position: relative;	
}
footer .grid {
	grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
    gap: 100px;
}
footer h6 {
	font-size: 22px;
	font-weight: 400;
	color: var(--preto);
	position: relative;
	margin-bottom: 40px;
}
footer h6:before {
    content: '';
    width: 35px;
    height: 4px;
    background: var(--claro);
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
}
footer ol {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
footer ol li a {
    display: flex;
    box-shadow: 0px 0px 50px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 15px;
    background: var(--branco);	
}
footer ul li {
	margin-bottom: 15px;
}
footer ul li a {
	color: var(--preto);
}    
footer ul li img {
	width: 20px;
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;	
}
footer .creditos {
	margin-top: 100px;
	padding: 20px 0 18px;
	background: #f7f7f7;
}
footer .creditos .grid {
	align-items: center;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));	
}
footer .creditos .grid a {
	justify-self: right;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--preto);
}
footer .creditos .grid a b {
	font-weight: 400;
}


section.agendamento {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
    background: rgb(0 0 0 / 75%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
section.agendamento.ativo {
	opacity: 1;
	visibility: visible;
}
section.agendamento .grid {
    position: fixed;
    box-shadow: 0px 0px 50px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 20px 25px;
    background: var(--branco);
    z-index: 1;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 40px 10px;
    top: -140px;	
    opacity: 0;
    visibility: hidden;    
    transition: .3s;
    gap: 0;
}
section.agendamento.ativo .grid {
	opacity: 1;
	visibility: visible;
	top: 140px;
} 
section.agendamento h2 {
	text-align: center;
	margin-bottom: 40px;
}
section.agendamento h2:before {
    left: 0;
    right: 0;
    margin: 0 auto;	
}
section.agendamento p {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 30px;	
    text-align: center;
}
section.agendamento i {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--claro);
    color: var(--branco);
    padding: 9px;
    border-radius: 12px;
    font-size: 24px;
    display: table;
    width: 50px;
    height: 50px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
section.agendamento i:before {
	content: 'x';
	display: block;
}
section.agendamento form input, section.agendamento form textarea, section.agendamento form select {
    display: block;
    padding: 17px 25px;
    border-radius: 15px;
    border: 1px solid var(--claro);
    margin-bottom: 23px;
    width: 100%;
    background: hsl(0deg 0% 100% / 80%);
    height: 55px;
    font-size: 18px;
}
section.agendamento input::placeholder, section.agendamento textarea::placeholder {
	color: #a5a2a2;
	font-size: 18px;
}
section.agendamento textarea {
	height: 150px;	
}
section.agendamento button {
	border: 0;
	width: 100%;
	margin-bottom: 30px;
	font-size: 20px;
	height: 55px;
}
section.agendamento form div {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));	
	position: relative;
}
section.agendamento form input[type=date] {
	margin: 0;
}
section.agendamento form div span {
    position: absolute;
    top: 0;
    background: #e2b05c;
    width: 100%;
    height: 100%;
    padding: 17px;
    color: #fff;
    border-radius: 8px;
    text-align: center;	
    transition: .3s;
    height: 55px;
}
section.agendamento form div span.remover {
	opacity: 0;
	visibility: hidden;
}


section.conteudo.servicos .grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));	
	gap: 60px 40px;
}

.enviado {
    background: var(--claro);
    color: var(--branco);
    text-align: center;
    padding: 10px 0;	
}


body.campanha header .grid {
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}
body.campanha section.banner p span {
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
}
body.campanha section.banner h1 {
	margin-top: 30px;
}
body.campanha form {
    background: var(--branco);
    padding: 60px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
	z-index: 1;
}
body.campanha section.banner:before {
    content: '';
    position: absolute;
    right: 300px;
    top: 0;
    background-image: url(../img/bg-banner2.png);
    width: 1000px;
    height: 1000px;
    background-size: contain;
    z-index: -1;
	background-repeat: no-repeat;	
}
body.campanha form:before {
	display: none;
}
body.campanha form h2 {
    display: flex;
    justify-content: center;
	color: var(--preto);
}
body.campanha form p {
	text-align: center;
}
body.campanha form input, 
body.campanha form textarea, 
body.campanha form select {
    display: block;
    padding: 17px 25px;
    border-radius: 15px;
    border: 1px solid var(--claro);
    margin-bottom: 23px;
    width: 100%;
    background: var(--branco);
    height: 55px;
    font-size: 18px;
}
body.campanha form *::placeholder {
	color: #a5a2a2;
	font-size: 18px;
}
body.campanha textarea {
	height: 150px;	
}
body.campanha button {
	border: 0;
	width: 100%;
	font-size: 20px;
	height: 55px;
}
body.campanha section.banner .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
body.campanha section.info {
	margin-top: 80px;
}
body.campanha header a:first-child {
	justify-self: left;
}
body.campanha header a:last-child {
	display: flex;
	gap: 10px;
	align-items: center;
	color: var(--preto);
	justify-self: right;	
}
body.campanha header a:last-child img {
    padding: 15px;
    border-radius: 50px;
    background: rgb(210,147,100);
    background: linear-gradient(0deg, rgba(210,147,100,1) 0%, rgba(255,211,147,1) 50%, rgba(210,147,100,1) 100%);	
}
body.campanha header a:last-child span {
	font-weight: 500;
	font-size: 28px;
	transition: .3s;
}
body.campanha header a:last-child span b {
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: var(--preto);	
}
body.campanha header a:last-child:hover span {
	color: var(--escuro);
}
body.campanha header a:last-child:hover span b {
	color: var(--preto);
}
body.campanha .whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}
body.campanha .resultados .grid:nth-child(2) {
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
body.campanha .resultados .grid:last-child {
	grid-template-columns: 1fr;
	justify-items: center;
}
body.campanha .resultados .grid:last-child a {
	margin-top: 80px;
}
body.campanha .resultados .img {
	height: 300px;
}
body.campanha .video .grid {
	grid-template-columns: 1fr .7fr;
}
body.campanha .video h3 {
    font-weight: 500;
    font-size: 24px;
    margin: 20px 0 12px;	
}
body.campanha section.video video {
	height: 650px;
}
body.campanha section.servicos .grid:nth-child(2) {
    grid-template-columns: minmax(0, 1fr);
}
body.campanha section.servicos .grid:nth-child(3) a {
	max-width: max-content;
    margin: 50px auto 0;
}
body.campanha section.sobre a {
	margin-top: 50px;
}
body.campanha a.agendar:hover {
	background: var(--escuro);
}
body.campanha:before {
	content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
body.campanha.ativo:before {
	opacity: .8;
    visibility: visible;	
}
body.campanha.ativo form:before {
	opacity: 0;
}
body.campanha section.beneficios form i:before {
    content: '';
    background-image: url(../img/icone-fechar.png);
    width: 28px;
    height: 28px;
    background-size: contain;
    display: flex;
}
body.campanha input[name="campanha"] {
	display: none;
}