/*--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Slab:wght@400;700&display=swap');
/*---------------BOTÕES PADRÃO---------------*/
*{
	margin: 0; 
	padding: 0; 
	box-sizing: border-box; 
	word-wrap: break-word; 
	max-width: 100%; 
	height: auto;
	font-family: 'Jost Regular';
	font-display: swap;
}
a{
	text-decoration: none; 
	cursor: pointer; 
	color:inherit;
}
button{cursor: pointer;}
li{list-style-type: none}
*:focus{outline: none;}
html{scroll-behavior: smooth}
::selection{
	background-color: black; 
	color:white;
}
:root{
	--v: 0.7; 
	--h: 1; 
	--C0: #FFFFFF;
	--C1: #000000;
	--C2: #AF231C;
	--C3: #EB3300;
	--C4: #FF6720;
	--C5: #FFB81C;
	--C6: #18332F;
	--C7: #00968F;
	--C8: #C3C6A8;
}

@media screen and (orientation: portrait){
	:root{
		--v: 0.36; 
		--h: 1; 
	}
}
pre {
	white-space: pre-wrap;       
	white-space: -moz-pre-wrap;  
	white-space: -pre-wrap;      
	white-space: -o-pre-wrap;    
	word-wrap: break-word;
}
.section {width: 100%; overflow: hidden; padding: 100px 0}
.content {max-width: 83%; margin: auto}
.grid-2{display: grid; grid-template-columns: 49% 49%; grid-gap: 2%}
.grid-3{display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 1.5%}
.grid-4{display: grid; grid-template-columns: 24% 24% 24% 24%; grid-gap: 1.33%;}
.grid-70p{display: grid; grid-template-columns: 65% 30%; grid-gap: 5%;}
.flex{
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	justify-content: space-around;
}
.img-bg{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/*-------------FONTES-------------*/
.F1{
	font-family: ;
	font-size: ;
	line-height: ;
	font-weight: ;
	color: ;
	letter-spacing: ;
}

/*------------------BOTOES------------------*/
.btn-1{
	display: block;
	background-color: var(--C5);
	width: fit-content;
	float: right;
	padding: 15px 30px;
	border-radius: 100px;
	border: solid  1px #58f7be;
	transition: background-color 0.3s, color 0.3s;
}
.btn-1:hover{
	background-color: transparent;
	color: var(--C5);
}
.btn-2{
	display: block;
	background-color: var(--C6);
	width: fit-content;
	padding: 15px 30px;
	border-radius: 100px;
	border: solid  1px #9471F7;
	transition: background-color 0.3s, color 0.3s;
}
.btn-2:hover{
	background-color: transparent;
	color: var(--C6);
}
/*--------------------COOKIES------------------*/
.cookies{
	position: fixed;
	z-index: 9999;
	top:330px;
	background-color: #9C5F24;
	padding: 72px 36px 48px;
	width: 265px;
	right: 193px;
}
.cookies a{
	text-decoration: underline;
	font-weight: inherit;
}
#button-cookies{
	margin: 36px  auto 0;
	display: block;
	padding: 14px 48px 12px;
	background-color: #FF9E00;
	transition: 0.3s;
	border: none;

}
#button-cookies:hover{
	background-color: #FFBB00;
}
/*-------------WPCF 7 FORMULÁRIOS--------------*/
.wpcf7-not-valid-tip{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wpcf7-form-control-wrap {
	position: relative;
}
.screen-reader-response{
	text-align: center;
}
.text-area-form .wpcf7-not-valid-tip{
	transform: translateY(-100%);
}
.wpcf7{
	position: relative;
}
.wpcf7-response-output{
	display: none;
}
.screen-reader-response ul{
	display: none;
}
.wpcf7-text{

}
.wpcf7-select{

}
.wpcf7-textarea{

}
.wpcf7-submit{

}
.wpcf7-submit:hover{

}
.wpcf7-spinner{
	position: absolute;
}
.wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: 50%;
	height: 40%;
	width: auto;
	opacity: 1;
	z-index: 9;
	aspect-ratio: 1;
	transform: translate(50%, -50%);
}
.wpcf7-spinner::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 31%;
	height: auto;
	border: none;
	border-radius: 100%;
	transform-origin: 4% 4%;
	animation-name: spin;
	animation-duration: 2.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	aspect-ratio: 1;
}
.wpcf7 form.sent .wpcf7-response-output{
	position: absolute;
	top: 0;
	width: 100%;
	background: var(--C5);
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.text-area-form .wpcf7-not-valid-tip{
	transform: translateY(-100%);
}
.wpcf7-not-valid-tip{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wpcf7-form-control-wrap{
	position: relative;
}
.screen-reader-response{
	text-align: center;
}
.wpcf7-list-item {
	display: block;
	position: relative;
	margin: 0;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item input[type='radio'] {
	opacity: 0;
	position: absolute;
	z-index: 9;
	top: .7em;
	left: 1em;
}
.wpcf7-list-item input[type="radio"] + span::before {
	background-color: white;
	transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
}
input[type="radio"] + span::before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	vertical-align: middle;
	cursor: pointer;
	border: 2px var(--C-4) solid;
	border-radius: 50%;
	text-align: center;
	content: '';
}
.banner-home{
	background-image: url('/amanha/imagens/banner.png');
	width: 100%;
	height: 810px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-1{
	background-image: url('/amanha/imagens/fundo1.png');
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.F-1{
	color: #FFF;
	text-align: center;
	font-family: Roboto Slab;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 250px 0 150px 0;
}
.btns-home{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}
.btn-home{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	width: 228px;
	border: solid 3px white;
	border-radius: 13px;
	background-color: transparent;
	text-align: center;
}
.btn-home2{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	width: 405px;
	border: solid 3px white;
	border-radius: 13px;
	background-color: transparent;
	text-align: center;	
}
.btn-home3{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	width: 376px;
	border: solid 3px white;
	border-radius: 13px;
	background-color: transparent;
	text-align: center;		
}
.F-2{
	color: #FFF;
	font-family: Roboto Slab;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.F-3{
	color: #FFF;
	text-align: center;
	font-family: Roboto Slab;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 62px;
}
.F-4{
	color: #050505;
	font-family: Roboto Slab;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.F-9{
	color: #050505;
	font-family: Roboto Slab;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.F-5{
	color: #050505;
	font-family: Roboto Slab;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.joias{
	background-color: #A19981;
	padding: 87px 0 67px 0;
	height: auto;
}
.single{
	background-color: #A19981;
	padding: 87px 0 67px 0;	
}
.grid-joia{
	display: grid;
	grid-template-columns: 45% 50%;
	grid-gap: 5%;
	align-items: center;
}
.the_thumbnail{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.entenda{
	background-image: url('/amanha/imagens/fundo2.png');
	width: 100%;
	height: 940px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}
.flex-joias{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
	justify-content: space-between;
	width: 1500px;
	margin: auto;
	margin-bottom: 35px;
}
.blog_index-img{
	width: 130px;
	height: 130px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
}
.opacity-joias{
	width: 130px;
	height: 130px;
	background-color: white;
	opacity: 0;
	display: flex;
	align-items: center;
}
.opacity-joias:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.title-joias{
	display: flex;
	text-align: center;
	justify-content: center;

}
input[type="radio"]:checked + span::before {
	color: #fff;
	border:  2px var(--C-4) solid;
	/*background: var(--C-7);
	background: radial-gradient(circle, var(--C-7) 50%, rgba(255,255,255,1) 50%);*/
	background-image: url('/imagens/seletor.svg');
	background-size: contain;
	background-position: center;
}
@media screen and (orientation: portrait){
	:root{--v: 0.36; --h:1}
	.content{width: 90%;}
}