@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Arapey:ital@0;1&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
	padding:0;
	margin:0; 
}
.header {
	border-bottom:2px solid #CCAE9F;
	padding:0;
	position:fixed;
	width:100%;
	background:#FFFDFB;
	z-index:1000;
}
.header .container {
	display:flex;
	justify-content:space-between;
	width:1280px;
	max-width:100%;
	margin:0 auto;
  height:104px;
	align-items:center;
}

.logo {
	border-right:2px solid #CCAE9F;
	flex:0 0 15%;
	padding:0;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.logo a {
	text-decoration:none;
	color:#000;
	font-size:24px;
	font-family:'Aboreto', serif;
}
.menu-top {
	flex:0 0 65%;
}
.menu-top ul{
	display:flex;
	list-style:none;
	gap:25px;
	align-items:center;
	justify-content:center;
	padding-left:0;
}

.menu-top ul li a {
	color:#502C19;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
}

.btn-hero {
	border-left:2px solid #CCAE9F;
	flex:0 0 15%;
	padding:0;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.btn-hero a {
	color:#502C19;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	display:flex;
	gap:10px;
	padding-left:10px;
	align-items:center;
}

.home-page {
	width:100%;
	min-height:100vh;
	background:url('https://neusturholistic.com/wp-content/uploads/2026/03/Frame-1000007734.png');
	background-size:cover;
}

 

.hero-textos {
	flex:0 0 55%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.hero-textos h1 {
	color:#563C5C;
	font-size:45px;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	max-width:483px;
	margin-bottom:0;
	margin-top:5px;
	line-height:1.1;
	margin-bottom:20px;
}
.hero-textos h1 span {
	font-family: "Arapey", serif;
	font-style: italic;
}
.hero-textos p {
	color:#502C19;
	font-family:'Raleway', sans-serif;
	font-size:18px;
	max-width:483px;
	line-height:1.5
}
.hero-btns {
	display:flex;
	gap:10px;
	margin-top:20px;
}

.btn-mesagem {
	border-radius:35px;
	background:#EE3AA8;
	font-size:16px;
	text-decoration:none;
	color:#502C19;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:16px 36px;
	font-family:'Raleway', sans-serif;
}

.btn-sesion {
	border-radius:35px;
	border:1px solid #C8B6AD;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:16px 36px;
	text-decoration:none;
	color:#502C19;
	font-family:'Raleway', sans-serif;
	font-size:16px;
}

.hero-textos img {
	width:68px;
	z-index:10 !important;
}

.btn-go {
	display:flex;
	width:577px;
	justify-content:center;
	align-items:center;
	border-color:#CECECE;
	margin:-20px auto 20px;
	z-index:1000 !important;
	padding-top:15px;
	padding-bottom:15px;
	position:relative;
	color:#502C19;
	font-family:'Raleway', sans-serif;
	background:#fff
}

.btn-go svg {
	position:absolute;
	right:10px;
}

.second-block {
	background:#fff;
	margin-top:-45px;
	border-radius:35px 35px 0 0 ;	
	padding-bottom:50px;
}

.second-block .container {
	padding-top:60px;
	align-items:center;
}

.sb-subtext {
	font-size:20px;
	color:#563C5C;
	font-family:'Raleway', sans-serif;
}

.sb-title {
	font-size:32px;
	color:#563C5C;
	font-family:'Raleway', sans-serif;
	text-align:center;
	width:825px;
	max-width:100%; 
	line-height:1.1
}

.sb-title span {
	font-family: "Arapey", serif;
	font-style: italic;
	font-size:40px;
}
.second-block {
		background:url('https://neusturholistic.com/wp-content/uploads/2026/02/Vector-1.png') #fff;
	background-position:0 220px;
	background-size:contain;
	background-repeat:no-repeat;
	
}
.three-blocks { 
	display:flex;
	margin-top:40px;
		gap:20px;
}
.tb-item {
	flex:0 0 332px;
	background:#F2EAE1;
	height:383px !important;;
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:20px;
	align-items:center;
	text-align:center;
	padding:30px;

}
.tb-one {
	border-radius:0 165px 0 0 ;
}

.tb-two {
	border-radius:165px 165px 0 0 ;
}

.tb-three {
	border-radius: 165px 0 0 0 ;
}

.tb-item h3 {
	font-size:20px;
	color:#563C5C;
	font-weight:700;
	margin-bottom:-15px;
	font-family:'Raleway', sans-serif;
}

.tb-item p {
	font-size:16px;
	color:#563C5C;
	font-family:'Raleway', sans-serif;
}

.subtext-cursos {
	font-size:18px;
	color:#563C5C;
	font-family:'Raleway', sans-serif;
	margin-top:20px;
}

.container {
	width:1280px;
	max-width:100%;
	margin:0 auto;
}

.cards {
	margin-top:30px;
	gap:20px;
}


.card {
	flex:0 0 366px;
	height: 474px;
	width: 366px;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	position: relative;
	overflow: hidden; 
	background-size:cover; 
	border:1px solid #E4E4E4;
}

 
.card::before{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:35%;
  z-index:2;
  pointer-events:none;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.75) 15%,
    rgba(255,255,255,0.95) 40%,
    rgba(255,255,255,1) 100%
  );
}
  


.card h3 {
	color:#563C5C;
	font-size:20px;	
	font-family:'Raleway', sans-serif;
	z-index:100;
	margin-bottom:15px;
	line-height:1.2;
	font-weight:600;
	
}

.card-btn {
	display:flex;
	align-items:center;
	justify-content:center;
	border-color:#C8B6AD;
	color:#502C19;
	font-family:'Raleway', sans-serif;
	font-size:18px;
	gap:10px;
	width:190px;	
	z-index:100;
}
.price {
	z-index:100;
	color:#563C5C;
	font-size:25px;
	font-family:'Raleway', sans-serif;
}

.btn-ver-tudo {
	margin-top:40px;
	border-radius:35px;
	background:#EE3AA8;
	width:196px;
	height:43px;
	display:flex;
	justify-content:center;align-items:center;align-content;
	font-size:16px;
	color:#502C19;
	font-family:'Raleway', sans-serif;
}

.testimonials-slider {
	display:flex;
	margin-top:30px;
	justify-content:center;
	gap:20px;
}

.testimonial-item {
	width:268px;
	height:483px;
	display:flex;
	padding:20px;
	justify-content:flex-end;
	flex-direction:column;
	border-radius:15px;	
	position:relative;
	overflow:hidden;
}

.testimonial-item::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:linear-gradient(to bottom, transparent 0, transparent 40%, rgba(0,0,0,.3) 80%, rgba(0,0,0,.3) 90%);
	z-index:10;
}

.testimonial-info {
	display:flex;
	justify-content:space-between;
	color:#fff;
	font-family:'Poppins', sans-serif;
	font-size:16px;
	align-items:center;z-index:100;
}

.testimonial-play {
	width:50px;
	height:50px;
	border-radius:16px;
	border:2px solid;
	display:flex;
	justify-content:center;
	align-items:center;
	background:blur;
	background: rgba(255, 255, 255, 0.3);  
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


.acerca {
	background:url('https://neusturholistic.com/wp-content/uploads/2026/03/Vector-21.png') #fefdfb;
	background-repeat:no-repeat;
	position:relative;
}
body {
	background:#fefdfb !important
}

.acerca-wrapper {
	display:flex;
	margin:40px auto;
	max-width:100%;
	width:1280px;
	position:relative;
	padding-left:0px;
	align-items:flex-end;
	justify-content:center;
	align-items:center;
}
.almas-wrapper{
	display:flex;
	flex-direction:column;
	flex:0 0 552px;
	gap:30px;
	position:relative;
	left:40px;
	
}
.almas {	
	background:#FBE1E1;
	border-radius:10px;
	padding:40px;	
	color:#563C5C;	
}

.almas h3 {
	color:#563C5C;
	font-size:36px;
	font-style:italic;	
	line-height:1.1;
	font-weight:700;
}
.almas p {
	font-size:16px;
	font-family:'Raleway', sans-serif;
	margin-top:10px;
}

.side-text {
	font-size:62px;
	position:absolute;
	transform:rotate(-90deg);
	top:23%;
	left:0px;
	color:#563C5C;
	font-style:italic;
	font-family: "Arapey", serif;	
}

.almas-btn {
	border-radius:35px;
	background:#A17665;	
	width:196px;
	height:43px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#FBE1E1;
	font-size:16px;
	font-family:'Raleway', sans-serif;
}

.bg-img {
	position:absolute;
	top:-500px;
}

.right-image {
	position:absolute;
	top:-400px;
	right:0;
}

.faq-section .container {
	margin:0 auto;
	max-width:100%;
	width:1280px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:20px;
}

:root{
 
  --faq-line: #e9ded2;
  --faq-text: #4b3f37;
  --faq-muted: #7b6b62;
}

.faq{
  max-width: 980px;
  margin: 40px auto;
  padding: 0 18px;
  
  border-top: 1px solid var(--faq-line);
  border-bottom: 1px solid var(--faq-line);
}

.faq__item{
  border-top: 1px solid var(--faq-line);
}
.faq__item:first-child{
  border-top: 0;
}

.faq__head{
  width: 100%;
  background: transparent;
  border: 0;
  padding: 22px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  color: var(--faq-text);
  text-align: left;
  font: 500 18px/1.25 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.faq__q{
  flex: 1;
}

.faq__icon{
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: var(--faq-muted);
}

.icon{
  width: 22px;
  height: 22px;
  display: none; /* controlado pelo estado */
}

/* corpo */
.faq__body{
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 6px;
  transition: max-height .28s ease, opacity .2s ease;
}

.faq__body p{
  margin: 0;
  padding: 0 0 22px 0;
  color: var(--faq-muted);
  font: 400 14px/1.8 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* estado aberto */
.faq__item.is-open .faq__body{
  max-height: 240px; /* pode aumentar se quiser */
  opacity: 1;
}

.faq__item.is-open .icon--close{ display: block; }
.faq__item:not(.is-open) .icon--plus{ display: block; }

/* hover sutil */
.faq__head:hover .faq__icon{
  color: var(--faq-text);
}


.form-wrapper {
	background:url('https://neusturholistic.com/wp-content/uploads/2026/03/Frame-10000077651.png');
	background-size:cover;
	width:1200px;
	margin:0 auto;
	border-radius:20px;
	display:flex;
	padding:40px;
	justify-content:space-between
}

.form-textos {
	flex-direction:column;
	justify-content:space-between;
}
.form-textos h3 {
	font-size:32px;
	font-family:'Raleway', sans-serif;
	color:#fff;
	line-height:1.1 
}

.form-textos p {
	font-size:16px;
	color:#fff;
	font-family:'Raleway', sans-serif;
}

.contact-form {
	background:#F1EAE1;
	border-radius:10px;
	width:495px;
	padding:40px;
}
.wpcf7-form input, .wpcf7-form textarea {
	background:#FAE6FA;
	border-radius:10px;
	color:#502C19;
	padding:10px;
	margin-top:-10px;
	width:100%;
}

.wpcf7-form textarea {
	height:79px;
}
.wpcf7-form input[type="submit"]{
	background:#6C3082;
	border-radius:35px;
	width:110px;
	margin-top:10px;
	float:right;
}

 

.wpcf7 ::placeholder {
	color:#502C19;
	font-family:'Raleway', sans-serif;
}
.wpcf7-form input[type="submit"] {
	font-family:'Raleway', sans-serif;
	font-size:16px;
	color:#fff;
}

 
.overlay {
	width:100%;
	height:100vh;
	background:rgba(0,0,0,.5);
	position:fixed;
	top:0;
	left:0;
	display:none;;
	z-index:1000000
}
.overlay.open {
	display:block
}

  

.mobile-header {
	width:303px;
	position:fixed;
	top:0;
	right:0;
	z-index:10000001 !important;
	background:#FEFDFB;
	height:100vh;
	padding:20px;
	box-shadow:0 0 1px ;
}

.header-top {
	display:flex;
	justify-content:flex-end;
	gap:30px;
}
.mobile-menu {
	margin-top:50px;
}
.mobile-menu .mobile-nav {
	display:flex;
	flex-direction:column;
	gap:10px;
}

.close-menu {
	cursor:pointer;
}

.mobile-menu li {
	color:#502C19;
	display:flex;
	font-size:16px;
	font-family:'Raleway', sans-serif;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-top:10px;
	width:100%;
	border-bottom: 1px solid rgba(80, 44, 25, 0.1);
}
.mobile-menu li:last-child {
	border-bottom:none;
}

.mobile-btn {
	border-bottom: none !important;
	margin-top:40px;
	display:flex;
	color:#502C19;
	font-size:16px;
	text-transform:uppercase;
	gap:5px;
}

.mobile-header{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh; 
  transform: translateX(100%);
  transition: transform .35s ease;
}

.mobile-header.open{
  transform: translateX(0);
}
	
.hamburger {
		cursor:pointer;
	display:none;
}

@media screen and (max-width:1000px){ 
	
.hamburger { 
	display:flex;
}
	
	.hero-textos img {
		display:none;
	}
	
	.home-page .container {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		padding-right:10px;
		padding-left:10px;
	}
	
	.hero-textos h1 {
		font-size:28px;
		text-align:center;
	}
	.hero-textos p {
		font-size:14px;
		text-align:center;
	}
	
	.hero-btns {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		width:100%;
	}
	
	.foto-hero   {
		margin-right:50px;
		margin-bottom:-20px; 
	}
	.foto-hero img {
		z-index:1;
		position:relative;
		display:flex;
	}
	.second-block {
		z-index:10;
    position:relative;
	}
	
	.second-block .sb-subtext {
		margin-bottom:10px;
	}
	
	.btn-go {
		width:100%;
		max-width:260px;
		padding-right:40px;
	}
	
	.sb-title {
		font-size:23px;
	}
	.sb-title span {
		font-size:27px;
	}
	
	.sb-subtext {
		font-size:18px;  
	}
	
	.subtext-cursos {
		font-size:16px;
		text-align:center;
	}
	
	.testimonials-slider {
		flex-wrap:wrap;
	}
	
	.acerca-wrapper {
  flex-direction: column-reverse;
}
	
	.almas-wrapper {
		flex:0 0 305px;
		left:20px;
		top:-50px;
	}
	.almas {
		padding:20px;
		width:300px;
	}
	.almas h3 {
		font-size:22px;
	}
	
	.almas p {
		font-size:16px !important;
	}
	
	.almas-wrapper {
		justify-content:flex-end;
		align-items:flex-end;
	}
	
	.almas-btn {
		margin-top:-10px
	}
	
	.side-text {
		font-size:40px;
		top:140px; 
		left: -125px;
	}
	
	.form-wrapper {
		flex-direction:column;
		max-width:100%;
		padding:25px;
		height:592px;
	}
	
	.contact-form {
		background: #F1EAE1;
		border-radius: 10px;
		max-width:100%;
		padding: 40px;
	}
	
	.form-textos {
		gap:20px;
	}
	
	.form-textos h3 {
		font-size:26px;
	} 
	
	.contact-form {
		padding:20px;
	}
	
	.container {
		padding-right:10px;
		padding-left:10px;
	}
	.menueicons, .menu-footer {
		flex-direction:column; 
	}
	
	.social-icons-footer {
		margin-top:30px;
	}
	
	.copyright {
		font-size:14px;
	}
	
	.footer {
		border-radius:30px 30px  0 0 ;
	}
	
	.footer-title-logo {
		text-align:left;
		margin-bottom:20px;
	}
}

.testimonials-slider .testimonial-item{
  height:483px; 
	background-size:cover !important;
	width:289px !important;
	display:flex
}

.testimonial-item{
	background-size: cover; 
	background-position: center; }

 

.testimonials-slider .slick-list {
	max-width:950px;
	margin:0 auto;
}

.testimonials-slider .slick-slide{
  padding:0 12px;
}
 
.slick-prev {
	z-index:1000
}
 
.slider-nav{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:20px;
}
 
.slider-nav .slick-prev,
.slider-nav .slick-next{
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important; 
  display: inline-flex !important;
  align-items: center;
  justify-content: center; 
  width: 36px;    
  height: 36px;   
  padding: 0 !important; 
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999;
  border: 0;
  background: transparent;
  cursor: pointer;
}
 
.slider-nav .slick-prev svg,
.slider-nav .slick-next svg{
  display:block;
  width: 36px;
  height: 36px;
}
 
.slider-nav .slick-prev:before,
.slider-nav .slick-next:before{
  display:none !important;
  content:none !important;
}

.testimonials-slider .slick-track {
	gap:30px !important;
	display:flex !important;
	justify-content:center 
}

.testimonial-item {
	padding-bottom:15px !important;
}

.form-wrapper {
  background: url('https://neusturholistic.com/wp-content/uploads/2026/03/Frame-10000077651.png');
    background-size: auto;
  background-size: cover;
  width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  padding: 40px;
  justify-content: space-between;
}
.testimonial-item {
	display:flex !important;
	flex-direction:column;
	justify-content:flex-end !important
}
.faq__item.is-open .faq__body {
  display: block;
}
.mesaje-titl {
	width:577px;
	max-width:100%;
	text-align:left;
}

.foto-hero-mesaje {
	display:flex;
	justify-content:center;
}

.mesage-page {
	padding-bottom:90px;
}

.mesage-page .container{
	display:flex;
	justify-content:space-between
}

.hero-mesaje-subtitle {
	color:#502C19;
	font-size:18px;
	margin-top:20px;
	font-family:'Raleway', sans-serif;
}

.mesaje-form {
	width:421px;
	margin-top:35px;
}


.mesaje-form input {
	margin-bottom:20px;
	background:#fff;
	border:1px solid #502C19;
	color:#502C19;
}

.mesaje-form .mesaje-btn{
	border:none;
	float:left;
	width:fit-content;
	padding-right:20px;
	padding-left:20px;
	margin-top:20px
}

.mensagem {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:50px;	
}

.mensagem img {
	position:relative;
	bottom:70px;
	right:60px
}

.mensagem-conteudo {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 449px;
    height: 692px;
    background: #F9F3F3;
    color: #502C19;
    border-radius: 6px;
    font-size: 16px;
    z-index: 100000;
    border: 1px solid;
    overflow: hidden;
    background: url('https://neusturholistic.com/wp-content/uploads/2026/03/Mnesaje-e1773522465271.png');
	padding-right:10px
}
.mensagem-conteudo__scroll { 
    height: 100%;
    overflow-y: auto; 
    padding: 30px 22px 30px 30px;
    scrollbar-width: auto;
    scrollbar-color: rgba(140,100,85,0.6) transparent;
}
.mensagem-conteudo__scroll::-webkit-scrollbar {
    width: 10px;                            
}
.mensagem-conteudo::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(249,243,243,0), rgba(249,243,243,1));
}

.mensagem-conteudo__scroll::-webkit-scrollbar {
    width: 18px;
}


.mensagem-conteudo__scroll::-webkit-scrollbar-track {

    background: transparent;
    border-left: 10px solid transparent;
    border-right: 2px solid transparent;

}


.mensagem-conteudo__scroll::-webkit-scrollbar-thumb {

    background: rgba(140,100,85,0.65);
    border-radius: 100px;
    border: 6px solid transparent;
    background-clip: padding-box;
    min-height: 60px;

}


.mensagem-conteudo__scroll::-webkit-scrollbar-thumb:hover {

    background: rgba(140,100,85,0.8);

} 

 
.mensagem-conteudo p, .popup-mensagem p {
	font-family:'Raleway', sans-serif;
	margin-bottom:20px;
}

.mensagem-conteudo h3, .popup-mensagem h3 {
	font-family:'Arapey', serif;
	font-size:32px;
	font-style:italic;	
}

.popup-mensagem {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background:url('https://neusturholistic.com/wp-content/uploads/2026/03/Mnesaje-e1773522465271.png');
	width:935px;
	max-width:100%;
	padding:30px;
	border-radius:6px;
	z-index:1000000;	
	box-shadow:0 2px 12px 0 rgba(0,0,0,.2);
	display:none;
}

.close-popup {
	position:absolute;
	top:20px;
	right:20px;
}

.btn {
	background: #EE3AA8;
  border-radius: 35px;
	border: none;
  float: left;
  width: fit-content;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 20px;
	height:43px;
	display:flex;
	justify-content:center;
  align-items:center;
	font-family:'Raleway', sans-serif;
	font-size:16px;
	width:283px;
	 
}
.queres-aprofundar {
	width:1027px;
	max-width:100%;
}
.queres-aprofundar .right {
flex: 0 0 50%;
display:flex;
flex-direction:column;
justify-content:flex-start;
gap:20px; }

.queres-aprofundar .right h3 {
color:#563C5C;
font-size:45px;
font-family:'Raleway', sans-serif;
line-height:1.1
}
.queres-aprofundar .right h3 span {
	font-family:'Arapey';
	font-style:italic;
	font-size:56px;
}

.queres-aprofundar .right p {
	font-size:18px;
	font-family:'Raleway', sans-serif;
	color:#502C19;
}

.queres-aprofundar .right strong {
	font-size:18px;
	color:#502C19;
	font-family:'Raleway', sans-serif;
}

.wpcf7-response-output {
	 margin-top:50px !important;
	border-radius:12px;
	padding:10px !important;
	text-align:center;
	font-size:14px;
	font-family:'Raleway', sans-serif;
	font-weight:500;
}

.wpcf7-not-valid-tip {
	font-size:14px;
	font-weight:500;
	color:#A76769;
	font-family:'Raleway', sans-serif;
}
.hero-textos-mesaje .wpcf7-not-valid-tip {
	margin-top:-15px; 
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color:#CEBAAB;
	color:#502C19;
	margin-left:0;
}

@media screen and (max-width:900px){
	.mesage-page .container {
		flex-direction:column-reverse;
		padding-left:20px;
		padding-right:20px;
	}
	
	.hero-textos-mesaje, .mesaje-form {
		flex:0 0 100%;
		padding-left:20px;
		padding-right:20px;
		z-index:100;
	}
	.wpcf7-form input[type="submit"] {
		width:100%;
		margin-top:0px
	}
	.mesaje-titl {
		max-width:100%;
		width:90%;
		text-align:center !important; 
		margin:30px auto;
	}
	
	.hero-mesaje-subtitle {
		width:90%;
		text-align:center !important; 
		margin:0px auto;
	}
	
	.right-image {
		z-index:0;
	}
	
	.mensagem-conteudo {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 269px;
    height: 447px;
    background: #F9F3F3;
    color: #502C19;
    border-radius: 6px;
    font-size: 16px;
    z-index: 100000;
    border: 1px solid;
    overflow: hidden;
    background: url('https://neusturholistic.com/wp-content/uploads/2026/03/Mnesaje-e1773522465271.png');
	padding-right:10px
}
.mensagem-conteudo__scroll { 
    height: 100%;
    overflow-y: auto; 
    padding: 20px 12px 20px 20px;
    scrollbar-width: auto;
    scrollbar-color: rgba(140,100,85,0.6) transparent;
}
.mensagem-conteudo__scroll::-webkit-scrollbar {
    width: 10px; 
} 

.mensagem img {
	position:relative;
	bottom:60px;
	right:70px
}
.mensagem-conteudo p, .popup-mensagem p {
	font-family:'Raleway', sans-serif;
	margin-bottom:15px;
}

.mensagem-conteudo h3, .popup-mensagem h3 {
	font-family:'Arapey', serif;
	font-size:22px;
	font-style:italic;	
}
	
.popup-mensagem {
	 
	width:90%;
	max-width:100%;
		height:450px !important;
		overflow:scroll !important;
	padding:30px;
	border-radius:6px;
	z-index:1000000;	
	box-shadow:0 2px 12px 0 rgba(0,0,0,.2);
	display:none;
}
	
	.mensagem .btn {
		margin-top:130px;
	}
	.queres-aprofundar, .right {
		z-index:100;
	}
	.right-image {
		z-index:0;
	}
	.queres-aprofundar .right h3 {
  
  font-size: 30px;
  text-align:center;
		margin-top:20px;
}
	.queres-aprofundar .right h3 span {
  font-family: 'Arapey';
  font-style: italic;
  font-size: 36px;
}
.queres-aprofundar .right p,  .queres-aprofundar strong{
  font-size: 16px;
  text-align:center;
}
	.queres-aprofundar .btn {
		width:100%;
	}
	
.mesage-page {
  padding-bottom: 20px;
}
	
	.main .container {
  
  padding-top: 100px;
 
}
}
 

 

 

.mini-cart-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.18);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	z-index: 9998000;
}

.mini-cart-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.mini-cart {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 390px;
	height: 100vh;
	background: #fff;
	z-index: 99990000;
	transform: translateX(100%);
	transition: 0.35s ease;
	box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
	overflow-y: auto;
	padding: 32px 24px 24px;
	color: #563C5C;
}

.mini-cart.is-active {
	transform: translateX(0);
}

.mini-cart__close {
	position: absolute;
	top: 14px;
	right: 16px;
	border: 0;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	color: #7a7a7a;
}

.mini-cart__title {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 24px;
	color: #563C5C;
	font-weight: 500;
}

.mini-cart__items {
	display: flex;
	flex-direction: column;
}

.mini-cart__item {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 12px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e9dfda;
}

.mini-cart__thumb img {
	width: 88px;
	height: 72px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.mini-cart__content {
	min-width: 0;
}

.mini-cart__top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.mini-cart__name {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
}

.mini-cart__name a {
	color: inherit;
	text-decoration: none;
}

.mini-cart__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	flex-shrink: 0;
}

.mini-cart__price {
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.mini-cart__remove {
	font-size: 28px;
	line-height: 1;
	color: #7a7a7a;
	text-decoration: none;
}

.mini-cart__qty-wrap {
	margin-top: 12px;
}

.mini-cart__qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #bab0aa;
	border-radius: 3px;
	overflow: hidden;
	height: 26px;
}

.mini-cart__qty-btn {
	width: 28px;
	height: 26px;
	border: 0;
	background: #fff;
	cursor: pointer;
	font-size: 16px;
	color: #563C5C;
}

.mini-cart__qty-input {
	width: 30px;
	height: 26px;
	border: 0;
	border-left: 1px solid #bab0aa;
	border-right: 1px solid #bab0aa;
	text-align: center;
	font-size: 13px;
	color: #563C5C;
	background: #fff;
	padding: 0;
}

.mini-cart__summary {
	margin-top: 8px;
}

.mini-cart__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mini-cart__row--subtotal {
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e9dfda;
	font-size: 15px;
}

.mini-cart__row--total {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 26px;
}

.mini-cart__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.mini-cart__checkout {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #EE3AA8;
	color: #fff;
	text-decoration: none;
}

.mini-cart__view-cart {
	color: #563C5C;
	text-decoration: underline;
}

.mini-cart__empty {
	margin: 0;
	font-size: 15px;
}

html {
  scroll-behavior: smooth;
}

.mini-cart__qty-wrap {
	margin-top:0;
}
.mini-cart__qty-btn {
	display:flex;
	flex-direction:column;
	justify-content:center;align-items:center;
	padding-bottom:4px
}
.mini-cart__info {
	display:flex;
	flex-direction:column !important;
	justify-content:space-between !important;
	align-items:flex-start;
	height:70px !important;
	 
}
 
.mensagem-conteudo {
	height:300px;
	bottom:300px;
	z-index:100;
}
.aw-booking-box {
	border-radius:6px
}
#aw-selection-summary p {
	font-size:20px;
}
#aw-apply {
	background:#EE3AA8;
	width:155px;
	border-radius:6px;
	padding:12px;
	color:#563C5C;
	font-weight:500;
	cursor:pointer;
}
#aw-slots {
	display:flex;
	flex-direction:column !important;
	gap:10px;
	width:115px;	
	
}
.aw-slot-btn {
	border-radius:4px;
	border:1px solid #EFC0BF;
	padding: 8px;	
	cursor:pointer;
}

.aw-booking-header h3 {
	color:#502C19;
	font-size:20px;
	font-weight:500;
}
.calculated_shipping h2 {
	font-size:22px !important;
}

.cart_totals .shop_table th {
  text-align: left;
}

#coupon_code {
	padding-left:45px;
	background:#F8F3EC;
	max-width:221px;
}
.cupon-icon {
	left:13px;
	top:13px;
}
.custom-cart-steps .step.active {
	border-bottom:2px solid;
}
.custom-cart-steps .step {
	padding-bottom:20px;
	width:150px;
}
.checkout-payment-box {
	margin-top:30px;
	
}
.checkout-box, .checkout-summary {
border-radius:5px;	
}
.custom-review-product{
    transition: all .2s ease;
}

.custom-review-product:hover{
    transform: scale(1.02);
}

.custom-cart-page{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px 50px;
	font-family:'Raleway';
}

.custom-cart-title{
    text-align:center;
    font-size:56px;
    line-height:1.1;
    margin:0 0 28px;
    color:#563C5C;
    font-weight:500;
	  font-family:'Raleway'
}

.custom-cart-steps{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:32px;
    margin-bottom:50px;
    
}

.custom-cart-steps .step{
    display:flex;
    align-items:center;
    gap:10px;
    color:#b2b5c2;
    position:relative;
    font-size:16px;
}

.custom-cart-steps .step-number{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#bcc1cd;
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.custom-cart-steps .step.active{
    color:#00CC99;
}

.custom-cart-steps .step.active .step-number{
    background:#00CC99;
}

.custom-cart-layout{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 360px;
    gap:30px;
    align-items:start;
}

.custom-cart-items{
	border:1px solid #ece5df;
	border-radius:20px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.custom-cart-item{
    display:flex;
    gap:18px;
    padding:18px;
    
    border-radius:18px;
    background:#fff;
}

.custom-cart-item-image{
    flex:0 0 110px;
}

.custom-cart-item-image img{
    width:100%;
    max-width:110px;
    height:110px;
    object-fit:cover;
    display:block;
    border-radius:8px;
}

.custom-cart-item-content{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:15px;
    min-width:0;
}

.custom-cart-item-top{
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:flex-start;
}

.custom-cart-item-info{
    flex:1;
    min-width:0;
}

.custom-cart-item-name,
.custom-cart-item-name a{
    font-size:16px;
    line-height:1.5;
    color:#563C5C;
    text-decoration:none;
    font-weight:400;
}

.custom-cart-item-price{
    margin-top:10px;
    font-size:18px;
    color:#7b431d;
    font-weight:500;
}

.custom-cart-item-remove .remove{
    font-size:28px;
    line-height:1;
    text-decoration:none;
    color:#81756e !important;
}

.custom-cart-item-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.custom-cart-item-subtotal{
    font-size:16px;
    color:#111;
    font-weight:500;
    white-space:nowrap;
}

.custom-cart-actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    margin-top:25px;
}

.custom-cart-coupon{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.custom-cart-coupon .input-text{
    min-width:220px;
    height:46px;
    border:1px solid #eee8e3;
    background:#f8f5f1;
    border-radius:999px;
    padding:0 18px;
    outline:none;
}

.custom-cart-coupon .coupon-button,
.custom-cart-update .update-cart-button{
    height:46px;
    border:none;
    border-radius:999px;
    padding:0 26px;
    cursor:pointer;
    box-shadow:none;
}

.custom-cart-coupon .coupon-button{
    background:#00CC99;
    color:#fff;
}

.custom-cart-update .update-cart-button{
    background:#ece5df;
    color:#563C5C;
}

.custom-cart-summary-box .cart_totals{
    float:none !important;
    width:100% !important;
    background:#fff;
    border:1px solid #ece5df;
    border-radius:20px;
    padding:24px;
}

.custom-cart-summary-box .cart_totals h2{
    margin:0 0 20px;
    font-size:34px;
    line-height:1.2;
    color:#563C5C;
    font-weight:500;
}

.custom-cart-summary-box .shop_table{
    border:0 !important;
    margin-bottom:20px !important;
}

.custom-cart-summary-box .shop_table th,
.custom-cart-summary-box .shop_table td{
    border:0 !important;
    padding:10px 0 !important;
    font-size:18px;
}

.custom-cart-summary-box .shop_table th{
    color:#8d847b;
    font-weight:400;
}

.custom-cart-summary-box .shop_table td{
    text-align:right;
    color:#2c2c2c;
}

.custom-cart-summary-box .order-total th,
.custom-cart-summary-box .order-total td{
    font-size:20px;
    color:#000;
    font-weight:500;
}

.custom-cart-summary-box .wc-proceed-to-checkout{
    padding:0;
    margin:0;
}

.custom-cart-summary-box .checkout-button{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:56px;
    margin:0 !important;
    border-radius:999px !important;
    background:#EE3AA8 !important;
    color:#fff !important;
    font-size:18px;
    font-weight:500;
    text-decoration:none;
    box-shadow:none !important;
    border:none !important;
}

.custom-cart-summary-box .checkout-button:hover{
    opacity:.92;
}

/* QUANTITY */
.custom-cart-item-quantity .quantity{
    display:inline-flex;
    align-items:center;
    border:1px solid #bdb6b0;
    border-radius:6px;
    overflow:hidden;
    height:36px;
}

.custom-cart-item-quantity .quantity button,
.custom-cart-item-quantity .quantity input{
    height:36px;
    border:none;
    background:#fff;
}

.custom-cart-item-quantity .quantity input.qty{
    width:42px;
    text-align:center;
    padding:0;
    appearance:textfield;
    -moz-appearance:textfield;
}

.custom-cart-item-quantity .quantity input.qty::-webkit-outer-spin-button,
.custom-cart-item-quantity .quantity input.qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

.custom-cart-item-quantity .quantity .minus,
.custom-cart-item-quantity .quantity .plus{
    width:32px;
    cursor:pointer;
    color:#7b6d61;
    font-size:18px;
}

/* ESCONDER CROSS SELL SE NÃO QUISER */
.custom-cart-summary-box .cross-sells{
    display:none;
}

@media (max-width: 991px){
    .custom-cart-layout{
        grid-template-columns:1fr;
    }

    .custom-cart-title{
        font-size:40px;
    }

    .custom-cart-steps{
        gap:24px;
    }

    .custom-cart-item{
        flex-direction:column;
    }

    .custom-cart-item-image{
        flex:0 0 auto;
    }

    .custom-cart-item-image img{
        max-width:100px;
        height:100px;
    }

    .custom-cart-item-bottom{
        flex-direction:column;
        align-items:flex-start;
    }
}


.custom-review-order-products{
    margin-bottom:24px;
}

.custom-review-product{
    display:flex;
    gap:14px;
    padding:0 0 18px;
    margin:0 0 18px;
    border-bottom:1px solid #e5ddd7;
}

.custom-review-product:last-child{
    margin-bottom:20px;
}

.custom-review-product-image{
    flex:0 0 62px;
}

.custom-review-product-image img{
    width:62px;
    height:62px;
    object-fit:cover;
    border-radius:4px;
    display:block;
}

.custom-review-product-content{
    flex:1;
    min-width:0;
}

.custom-review-product-top{
    display:flex;
    justify-content:space-between;
    gap:10px;
    align-items:flex-start;
}

.custom-review-product-name-price{
    flex:1;
    min-width:0;
}

.custom-review-product-name,
.custom-review-product-name a{
    font-size:14px;
    line-height:1.35;
    color:#563C5C;
    text-decoration:none;
}

.custom-review-product-price{
    font-size:14px;
    font-weight:600;
    color:#563C5C;
    margin-top:4px;
}

.custom-review-product-remove .remove{
    font-size:28px;
    line-height:1;
    color:#81756e !important;
    text-decoration:none;
}

.custom-review-product-bottom{
    margin-top:12px;
}

.custom-review-product-qty .quantity{
    display:inline-flex;
    align-items:center;
    border:1px solid #bdb6b0;
    border-radius:4px;
    overflow:hidden;
    height:28px;
}

.custom-review-product-qty .quantity .minus,
.custom-review-product-qty .quantity .plus{
    width:28px;
    height:28px;
    border:0;
    background:#fff;
    color:#7b6d61;
    font-size:16px;
    cursor:pointer;
}

.custom-review-product-qty .quantity input.qty{
    width:28px;
    height:28px;
    border:0;
    padding:0;
    text-align:center;
    font-size:13px;
    background:#fff;
    appearance:textfield;
    -moz-appearance:textfield;
}

.custom-review-product-qty .quantity input.qty::-webkit-outer-spin-button,
.custom-review-product-qty .quantity input.qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

.custom-review-order-totals .shop_table{
    width:100%;
    border:0 !important;
    margin:0 0 24px !important;
}

.custom-review-order-totals .shop_table tr{
    border:0;
}

.custom-review-order-totals .shop_table th,
.custom-review-order-totals .shop_table td{
    border:0 !important;
    padding:8px 0 !important;
    font-size:16px;
}

.custom-review-order-totals .shop_table th{
    text-align:left;
    color:#7f756d;
    font-weight:400;
}

.custom-review-order-totals .shop_table td{
    text-align:right;
    color:#2b2b2b;
}

.custom-review-order-totals .cart-discount td,
.custom-review-order-totals .cart-discount .woocommerce-Price-amount{
    color:#ff5b5b;
}

.custom-review-order-totals .order-total th,
.custom-review-order-totals .order-total td{
    padding-top:14px !important;
    font-size:18px;
    color:#111;
    font-weight:500;
}

.custom-review-order-payment{
    margin-top:24px;
}

.custom-review-order-payment #payment{
    background:transparent !important;
    border:0 !important;
}

.custom-review-order-payment #payment ul.payment_methods{
    border-bottom:1px solid #d7c8be !important;
    padding:0 0 18px !important;
    margin:0 0 18px !important;
}

.custom-review-order-payment #payment ul.payment_methods li{
    list-style:none;
    margin-bottom:14px;
    border:1px solid #d9c9be;
    border-radius:8px;
    padding:14px 16px;
}

.custom-review-order-payment #payment ul.payment_methods li:last-child{
    margin-bottom:0;
}

.custom-review-order-payment #payment div.payment_box{
    background:#fff !important;
    color:#563C5C !important;
    border-radius:8px;
    border:1px solid #eadfd7;
    margin-top:12px !important;
}

.custom-review-order-payment #payment div.payment_box::before{
    display:none;
}

.custom-review-order-payment .place-order{
    padding:0 !important;
    margin:0 !important;
}

.custom-review-order-payment #place_order{
    width:100% !important;
    height:56px;
    border:none !important;
    border-radius:999px !important;
    background:#EE3AA8 !important;
    color:#fff !important;
    font-size:18d7a0a1px !important;
    font-weight:500 !important;
    box-shadow:none !important;
    margin-top:16px !important;
    float:none !important;
}

.custom-review-order-payment #place_order:hover{
    opacity:.92;
}

.custom-review-order-payment .woocommerce-privacy-policy-text{
    font-size:13px;
    line-height:1.5;
    color:#7f756d;
}

.custom-review-order-payment .validate-required{
    margin-bottom:12px;
}

.checkout-wrapper{
    max-width:1200px;
   width:100% !important;
    margin:0 auto;
    padding:0 20px 60px;
		font-family:'Raleway';
}

.checkout-header h1{
    text-align:center;
    font-size:56px;
    line-height:1.1;
    margin:0 0 28px;
    color:#563C5C;
    font-weight:500;
}

.checkout-steps{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:32px;
    margin-bottom:40px;
 v
}

.checkout-steps .step{
    display:flex;
    align-items:center;
    gap:10px;
    color:#B1B5C3;
    font-size:16px;
}

.checkout-steps .step span{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#B1B5C3;
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.checkout-steps .step.active{
    color:#563C5C;
	border-bottom:2px solid #563C5C;
}

.checkout-steps .step.active span{
    background:#563C5C;
}
.checkout-steps .step {
padding-bottom:20px;
	width:200px
}
.checkout-steps .step.done{
    color:#38CB89;
	border-bottom:2px solid #38CB89;
	
}

.checkout-steps .step.done span{
    background:#38CB89;
}

.checkout-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:40px;
    align-items:start;
}

.checkout-box,
.checkout-summary{
    border:1px solid #e9ddd4;
    background:#fff;
    padding:24px;
}

.checkout-box h3,
.checkout-summary > h3{
    margin:0 0 24px;
    font-size:32px;
    color:#563C5C;
    font-weight:500;
    line-height:1.2;
}

.woocommerce-checkout .form-row{
    margin-bottom:18px;
}

.woocommerce-checkout label{
    display:block;
    font-size:12px;
    color:#563C5C;
    margin-bottom:8px;
    font-weight:400;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout textarea,
.woocommerce-checkout select{
    width:100%;
    height:44px;
    border:1px solid #d9c9be;
    border-radius:8px;
    padding:0 14px;
    background:#fff;
    color:#563C5C;
    box-shadow:none;
    outline:none;
}

.woocommerce-billing-fields__field-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.woocommerce-billing-fields__field-wrapper .form-row-wide{
    grid-column:1 / -1;
}

@media (max-width: 991px){
    .checkout-grid{
        grid-template-columns:1fr;
    }

    .checkout-header h1{
        font-size:40px;
    }

    .checkout-steps{
        gap:24px;
    }

    .woocommerce-billing-fields__field-wrapper{
        grid-template-columns:1fr;
    }
}



.quantity{
    display:inline-flex;
    align-items:center;
    border:1px solid #bdb6b0;
    border-radius:6px;
    overflow:hidden;
    height:36px;
    background:#fff;
}

.quantity .minus,
.quantity .plus{
    width:32px;
    height:36px;
    border:0;
    background:#fff;
    color:#7b6d61;
    font-size:18px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
}

.quantity .qty{
    width:42px;
    height:36px;
    border:0;
    text-align:center;
    padding:0;
    background:#fff;
    appearance:textfield;
    -moz-appearance:textfield;
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

.checkout-box h3, .checkout-summary h3 {
	font-size:20px
}
.woocommerce-billing-fields > h3 {
	display:none
}

@media screen and (max-width:991px){
	.checkout-steps {
		flex-wrap:no-wrap;
		overflow:scroll;
		justify-content:flex-start
	}
	
	.checkout-steps .step {
		min-width:100px;
		font-size:14px;
		gap:5px;
	}
	.checkout-steps .step span {
		width:20px;
		height:20px;
	}
	
	.checkout-steps .step svg {
		width:10px !important;
		height:15px
	}
}

#place_order {
	display:flex;
	margin-top:20px;
	border-radius:35px;
	background:#EE3AA8;
	width:361px;
	height:60px;
	justify-content:center;
	align-items:center;
	color:#502C19;
	font-size:18px;
}

#payment_method_cod {
	display:inline !important;
}

.custom-thankyou-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 80px;
}

.checkout-header {
	text-align: center;
	margin-bottom: 40px;
}

.checkout-header h1 {
	font-size: 56px;
	line-height: 1.1;
	margin-bottom: 35px;
	color: #5a2f1b;
	font-weight: 500;
}

.checkout-steps {
	display: flex;
	justify-content: center;
	gap: 40px;
	 
}

.checkout-steps .step {
	min-width: 180px;
	text-align: left;
	font-size: 16px;
	color: #5a2f1b;
	position: relative;
	padding-bottom: 18px;
}

.checkout-steps .step::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #563C5C;
	opacity: 0.4;
}

.checkout-steps .step.done::after {
	background: #57c785;
	opacity: 1;
}

.checkout-steps .step.done span,
.checkout-steps .step.active span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 700;
}

.checkout-steps .step.done span {
	background: #57c785;
	color: #fff;
}

.checkout-steps .step.active span {
	background: #563C5C;
	color: #fff;
}

.thankyou-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.08);
	padding: 70px 20px;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

.thankyou-icon {
	font-size: 40px;
	margin-bottom: 10px;
}

.thankyou-card h2 {
	font-size: 52px;
	color: #563C5C;
	margin-bottom: 10px;
	font-weight: 500;
}

.thankyou-card h3 {
	font-size: 36px;
	color: #2e2e38;
	margin-bottom: 10px;
	font-weight: 400;
}

.thankyou-card p {
	font-size: 20px;
	color: #7b5c4f;
	margin-bottom: 30px;
}

.thankyou-button {
	display: inline-block;
	padding: 16px 36px;
	background: #dca3a3;
	color: #5a2f1b;
	text-decoration: none;
	border-radius: 999px;
	font-weight: 500;
	margin-bottom: 40px;
	transition: 0.3s ease;
}

.thankyou-button:hover {
	opacity: 0.9;
	color: #5a2f1b;
}

.thankyou-order-details {
	max-width: 420px;
	margin: 0 auto;
	text-align: left;
}

.detail-row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 0;
	font-size: 16px;
	color: #444;
}

.detail-row span {
	color: #7b7b7b;
}

.detail-row strong {
	color: #222;
	font-weight: 600;
}

@media screen and (max-width:900px){
	.checkout-steps {
	display: flex;
	justify-content: flex-start !important;
	overflow:scroll;
	gap: 20px; 
}
 
	#place_order {
		max-width:100% !important;
		width:100% !important;
	}
}



.custom-checkout-coupon .woocommerce-notices-wrapper, .custom-checkout-coupon .custom-coupon-message {
	display:none
}
.thankyou-card , .thankyou-card h3 {
	font-family:'Raleway';
	color:#563C5C !important;
}

.detail-row span {
	color:#563C5C !important;
}
.hero-mesaje-subtitle {
	max-width:500px;
}

.woocommerce-price-suffix {
	display:none;
}
textarea {
	padding-top:10px !important;
}

@layer base {
  :focus-visible {
    outline: none !important
  }
}
.right-image {
	z-index:10 !important
}
.tb-item {
	position:relative;
	z-index:100
}
.btn-go {
	z-index:100 !important
}

.woocommerce-SavedPaymentMethods-new  label {
	margin-bottom:0;
	font-size:16px;
}
.woocommerce-SavedPaymentMethods-saveNew, .wc_payment_method.payment_method_stripe  {
	display:flex !important;
	align-items:center;
	margin-top:10px;
	gap:10px;
	margin-bottom:20px;
}

.payment_method_woocommerce_payments {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}

.payment_method_woocommerce_payments {
	flex:0 0 100%;
}
.payment_method_woocommerce_payments > label {
	flex:0 0 94%;
	position:relative;
	bottom:4px;
}
 
.payment_method_stripe {
 
	justify-content:flex-start ;
	align-items:flex-start !important;
}
.woocommerce-checkout label {
	font-size:15px;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew label {
	margin-bottom:0 !important;
}
.woocommerce-SavedPaymentMethods-new {
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:10px;
}
.aw-booking-subtitle, .aw-selection-summary {
	color:#563C5C;
}
.aw-booking-right h4 {
	color:#563C5C;
	font-weight:600
}
.aw-booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: start;
}
.flatpickr-calendar.open, .flatpickr-calendar.inline , .aw-booking-left{
  opacity: 1;
  max-width: 340px;
  visibility: visible;
}
.mensagem img {
  position: relative;
  bottom: 0;
  right: 60px;
}
.lost_password {
	margin-bottom:50px;
}
.woocommerce-ResetPassword {
	display:flex;
	flex-direction:column;
	 
}
#account_display_name_description {
	display:flex;
}
#user_login, #password_1, #password_2, .woocommerce-form-row input[type="text"] , #password_current, #account_email{
	border-radius:8px;
	border:1px solid #5A2F1B;
	height:40px;
	padding-left:10px
}
.woocommerce-MyAccount-navigation ul {
	display:flex;
	gap:20px;
}

.woocommerce-MyAccount-navigation ul  .is-active {
	font-weight:bold
}
.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
	width:1200px !important;
	margin:0 auto 50px !important;
	font-size:20px;
	font-family:'Raleway' !important;
	color:#5A2F1B;
}
.woocommerce-message, .woocommerce-error, .lost_reset_password, .woocommerce >p   {
	width:1200px !important;
	margin:0 auto 50px !important;
	text-align:center !important;
	font-size:20px;
	font-family:'Raleway' !important;
	color:#5A2F1B;
}

.lost_reset_password,.woocommerce-form-row--first, .woocommerce-form-row--last, .woocommerce-form-row {
	margin-top:20px !important;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
 
.coupon-icon {
	position: absolute;top:13px;
	left:10px;
}

.custom-coupon-inner {
	display:flex;
	justify-content:space-between;
  gap:10px;
}
.woocommerce-Button.button {
	margin-top:10px;
	background:#563C5C;
	border-radius:35px;
	width:319px; 
	color:#fff;
	display:flex;
	justify-content:center;align-items:center;
	height:45px;
	margin:20px auto;
}
#custom-apply-coupon {
	background:#563C5C;
	border-radius:35px;
	width:119px;
	color:#fff;
}
#custom_coupon_code {
	padding-left:40px;
	border-radius:35px;
	background:#F8F3EC;
	color:#000;
	width:221px;
}

@media screen and (max-width:900px){.cursos-hero-wrapper h3 {
  font-size: 22px;   
}
	
	.checkout-header h1 {
		font-size:40px;
	}
	.cursos-hero,.cards {
		padding-left:10px;
		padding-right:10px;
		justify-content:center;
		align-items:center;
	}
	
	.cards .card {
		max-width:90%;
	}
	.cursos-hero-wrapper h3 span {
  font-size: 30px;
  font-family: 'Arapey';
  font-style: italic;
  color: #563C5C;
}
	
	#custom_coupon_code {
  padding-left: 40px;
  border-radius: 35px;
  background: #F8F3EC;
  color: #000;
  width: 170px;
}
	
	#custom-apply-coupon {
		width:80px
	}
	
}


.mini-cart{
    position:fixed;
    top:0;
    right:0;
    width:420px;
    max-width:90%;
    height:100vh;
    background:#fff;
    z-index:9999;
    transform:translateX(100%);
    transition:.3s;
}

.mini-cart.is-active{
    transform:translateX(0);
}

.mini-cart-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}

.mini-cart-overlay.is-active{
    opacity:1;
    visibility:visible;
}