@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;
}

.main .container {
	width:1280px;
	max-width:100%;
	margin:0 auto;
	padding-top:170px;
	display:flex;
	align-items:center;
}

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

.hero-textos h1 {
	color:#63341A;
	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:#E3ACAB;
	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:#63341A;
	font-family:'Raleway', sans-serif;
}

.sb-title {
	font-size:32px;
	color:#63341A;
	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:#63341A;
	font-weight:700;
	margin-bottom:-15px;
	font-family:'Raleway', sans-serif;
}

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

.subtext-cursos {
	font-size:18px;
	color:#63341A;
	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:#63341A;
	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:150px;	
	z-index:100;
}
.price {
	z-index:100;
	color:#63341A;
	font-size:25px;
	font-family:'Raleway', sans-serif;
}

.btn-ver-tudo {
	margin-top:40px;
	border-radius:35px;
	background:#E3ACAB;
	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:#63341A;	
}

.almas h3 {
	color:#63341A;
	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:#63341A;
	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:#E5DBCD;
	border-radius:10px;
	color:#502C19;
	padding:10px;
	margin-top:-10px;
	width:100%;
}

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

.footer {
margin-top:50px;
background:#A17665;
padding:40px;
color:#fff;
	border-radius:60px 60px 0 0 
}

.menueicons, .social-icons-footer {
	display:flex;	
}
.menueicons {
	justify-content:space-between
}

.menu-footer {
	display:flex;
	gap:20px;
	font-family:'Raleway', sans-serif;
}
.social-icons-footer {
	gap:10px;
}

.footer-title-logo {
	text-align:center;
	margin-bottom:50px;
	font-size:34px;
	font-family:'Aboreto', sans-serif;
}

.copyright {
	display:flex;
	justify-content:center;
	padding-top:20px;
	border-top:1px solid #E1E4ED;
	margin-top:40px;
	font-family:'Raleway', sans-serif;
}
.footer .container {
    width:1210px !important;
}

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

.side-text {
   
  left: -190px;
   
}

.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
}

@media screen and (max-width:1000px){
	.menu-top {
		display:none; 
	}
	
	.second-block {
		max-width:100%;
		overflow:hidden;
	}
	
	.header .container {
		padding-right:0
	}
	.btn-hero {
		flex:0 0 20%
	}
	
	.logo {
     border-right: none;
	   flex:0 0 50% ;
		 align-items:flex-start;
		 padding-left:20px; 
	}
	.logo a {
	  font-size:21px;	
	}
	
	.btn-hero a {
		display:none;
	}
	.header .container {
		height:70px
	} 
	
	.footer {
		padding-left:10px;
		padding-right:10px;
	}
	
	.copyright {
		justify-content:flex-start;
	}
	
	.footer-title-logo, .menueicons {
		padding-left:10px
	}
	
	.form-wrapper {
	background:url('https://neusturholistic.com/wp-content/uploads/2026/03/Frame-1000007781.png');
background-size:cover;
	}
}

.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: #E3ACAB;
  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:#63341A;
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;
 
}
}

.sesion-hero {
	width:100%;
	height:708px;
	background:url('https://neusturholistic.com/wp-content/uploads/2026/03/Frame-1000007848.png');
	background-size:cover;
	background-position:center;
	padding-top:143px;
}

.sesion-hero-wrapper {
	width:1135px;
	height:530px;
	border:1px solid #FFFFFF;
	border-radius:20px;
}

.sesion-hero-title {
	font-size:81px;
	color:#63341A;
	font-family:'Arapey';
	font-style:italic;
	text-align:center;
	margin-bottom:-30px;
}

.sesion-hero-subtitle {
	text-align:center;
	font-size:92px;
	color:#DC7F7D;
	font-family:'Arapey';
	font-style:italic;
	margin-top:0;
	line-height:1
}

.sesion-hero-text {
	text-align:center;
	color:#502C19;
	font-size:22px;
	font-family:'Raleway', sans-serif;
}

.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: #6a4334;
}

.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: #6a4334;
	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: #6a4334;
}

.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: #6a4334;
	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: #e7b8b8;
	color: #6a4334;
	text-decoration: none;
}

.mini-cart__view-cart {
	color: #6a4334;
	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;
	 
}
.card h3 {
	text-transform:uppercase;
	font-size:16px !important;
}
.card-btn {
	height:40px;	
}
.card .flex.justify-between {
	align-items:center;
}

.price {
	margin-top:0 !important;
}

.benificios-texts {
	background:#A06545;
	flex:0 0 60%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:60px ;
}
.benificios-wrapper {
	background:#FEFDFB;
  width:100%;
	height:100%;
	border-radius:20px;
	padding:82px 55px;	
	width:700px;
}

.benificios-wrapper span {
	font-size:20px;
	font-family:'Raleway';
	color:#502C19;
	font-weight:600;
}
.benificios-wrapper .items {
	gap:20px;
	margin-top:20px;
}
.benificios-title {
	font-family:'Arapey';
	color:#DC7F7D;
	font-size:63px;
	line-height:1.1;
	font-style:italic;
	text-shadow:
    0 0 0 #502C19,
    0.5px 0.5px 0 #502C19,
   -0.5px -0.5px 0 #502C19,
    0.5px -0.5px 0 #502C19,
   -0.5px 0.5px 0 #502C19;
}
.img-wrapper img {
	height:100%;
	object-fit:cover;	
}

.benificios-btn {
	height:60px;
	width:260px;
	margin-top:-30px;
	z-index:1
}

.sesion-hero-subtitle {
	text-shadow:
    0 0 0 #502C19,
    0.5px 0.5px 0 #502C19,
   -0.5px -0.5px 0 #502C19,
    0.5px -0.5px 0 #502C19,
   -0.5px 0.5px 0 #502C19;
}

.agenda-btn.btn {
	display:flex;
	justify-content:center;
	position:relative;
	top:20px;
	background:#E3ACAB
}
.sesion-hero {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.praquemsesion {
	padding-top:90px;
	padding-bottom:90px;
}

.praquemsesion .container {
	margin:0 auto;
	justify-content:center;
	gap:57px;
	align-items:center;
}
.praquemsesion .main-title {
	font-style:italic;
}
.main-title {
	font-size:38px;
	font-family:'Raleway';
	color:#63341A;
}

.main-title span {
	font-family:'Arapey';
		font-size:50px;
	font-style:italic;
}

.left-block .items {
	padding-top:20px;
	gap:35px;
	color:#502C19;
	font-size:20px;
	font-family:'Raleway';
	font-weight:600;
}

.queesuna {
	width:100%;
	height:656px;
	background:url('https://neusturholistic.com/wp-content/uploads/2026/03/Rectangle-34627922.png');
	background-size:cover;
	background-position:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.queesuna-wrapper {
	width:767px !important;
	height:520px !important;
	background:#FEFDFB;
	border-radius:20px;
	border:1px solid #502C19;
	margin:0 auto;
}

.bordered-title {
	font-family:'Arapey';
	font-size:63px;
	color:#DC7F7D;
	font-style:italic;
	line-height:1;
	margin-bottom:20px;
	text-shadow:
    0 0 0 #502C19,
    0.5px 0.5px 0 #502C19,
   -0.5px -0.5px 0 #502C19,
    0.5px -0.5px 0 #502C19,
   -0.5px 0.5px 0 #502C19;
}

.queesuna-text {
	text-align:center;
	width:596px;
	color:#502C19;
	font-family:'Raleway';
	font-size:20px;
	font-weight:500;
}

.items-sessao {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:12px;
}

.item-sessao {
	align-items:center;
	font-size:18px;
	font-family:'Raleway';	
}

.formato-title {
	margin-top:30px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	color:#502C19;
	font-family:'Raleway';
}

.queesuna .agenda-btn.btn {
    position:relative;
	  top: -45px !important;
	  left:50%;
   	transform:translate(-50%)
}

.puedes-item {
	background:#F2ECE0;
	border-radius:20px;
	padding:40px 30px;
	font-size:34px;
	color:#502C19;
	font-family:'Arapey';
	font-style:italic;
	width:364px;
	line-height:1.1;
	display:flex;
	flex-direction:column;
	gap:20px;
}

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

@media screen and (max-width:900px){
	.puedes-items {
     flex-direction:column;
}
}
.comofunciona .main-title {
	font-size:51px !important;
}
.comofunciona-items {
	display:flex;
	flex-direction:column;
	gap:30px;
	margin-top:30px;
}

.comofunciona .container {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.comofunciona-item {
	display:flex;
	align-items:center;
	border-bottom:1px solid #B1998B;
	padding-bottom:26px;
}

.comofunciona-item:last-child {
	 border-bottom:none
}
.comofunciona-item .number{
	color:#A06545;
	font-size:70px;
	font-family:'Raleway';
	border-right:1px solid ;
	padding-right:30px;
	font-style:italic !important;
}
.item-text {
	color:#502C19;
	font-family:'Arapey';
	font-style:italic;
	font-size:30px;
	padding-left:30px;
}
 
.testemonials .main-title {
	text-align:center;
}
 
/* Testimonials */

.testimonials {
  display: flex;
  gap: 15px;
  align-items: stretch;
	margin:50px auto;
	width:870px
}

.testimonials-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.testimonial-thumb {
  width: 185px;
  height: 154px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  border: 2px solid transparent;
}

.testimonial-thumb.active {
  opacity: 1;
  border-color: #E3ACAB;
	border:3px solid #E3ACAB;
}

.testimonials-right {
  background: #F1EAE1;
  padding: 30px;
  border-radius: 12px;
  max-width: 672px;
  position: relative;
}

.testimonial-content {
  display: none;
}

.testimonial-content.active {
  display: block;
}

.testimonial-content p {
  font-size: 18px;
	margin-top:30px;
	
  color: #63341A;
	font-family:'Raleway';
}

hr {
	border:1px solid #63341A;
}

.testimonial-content span {
  display: block;
  margin-top: 20px;
  font-style: italic;
  color: #502C19;
}

.line {
  width: 100%;
  height: 1px;
  background: #E0D5C6;
}
.testimonial-content .flex {
	align-items:center;
	gap:20px;
}

.name {
	font-size:22px;
	color:#63341A;
	font-family:'Arapey';
	font-style:italic;
	margin-top:-10px !important;
}

.session-wrapper {
	background:rgba(227, 172, 171, 0.5);
	width:1133px;
	border-radius:20px;
	padding:50px;
  margin:0 auto; 
}
.session-last-section-text-wrapper {
	text-align:right;
	align-items:flex-end;
}

.session-last-section-text-wrapper h3 {
	font-size:63px;
	color:#502C19;
	font-family:'Arapey';
	font-style:italic;
	line-height:1.1
}
.session-wrapper > .flex {
	justify-content:space-between;
}
.session-last-section-text-wrapper p {
	width:557px;
	margin-top:20px;
	font-size:18px;
	color:#63341A;
	font-family:'Raleway';
	margin-bottom:20px;		
}
.session-items {
	display:flex;
	flex-direction:column;
	gap:10px;
}
.session-item {
	display:flex;
	gap:10px;
	color:#502C19;
	font-family:'Raleway';
	justify-content:flex-end;
	align-items:center;
	font-weight:500;	
}

.price {
	display:flex;
	align-items:center;
	gap:10px;
	margin-top:30px;
	justify-content:flex-end;
}

.price-item {
	font-size:30px;
}

.old-price {
	color:rgba(99, 52, 26, 0.5);
	font-size:18px;
	text-decoration: line-through;
}

.discount {
	font-size:16px;
		color:#FF3333;
	background:rgba(255, 51, 51, 0.1)
;
	border-radius:20px;
	padding:5px 10px;	
}
.agende {
	color:#fff;
	background:#A17665;
	margin-top:0;
	display:flex;
	gap:10px;
	font-size:18px;
	width:246px;
} 
.top {
	font-size:36px;
	color:#63341A;
	font-style:italic;
	font-family:'Raleway';
}

.session-item {
	display:flex;	
}

.left-block .btn {
	font-weight:400;
	width:260px;
	font-size:22px;
	height:60px;
}

.programas-hero {
	padding-top:150px;
	background:#E3ACAB;
 
}

.img-programas {
	flex: 0 0 40%;
}

.programas-hero .container {
	width:936px;
	max-width:100%;
	display:flex;
	align-items:center;
	gap:50px;
}
.cursos-hero-right h1 {
	font-size:87px;
	line-height:0.8;
	margin-bottom:20px;
	font-family:'Arapey';
	color:#DC7F7D;
	font-style:italic;
	text-shadow:
    0 0 0 #502C19,
    0.5px 0.5px 0 #502C19,
   -0.5px -0.5px 0 #502C19,
    0.5px -0.5px 0 #502C19,
   -0.5px 0.5px 0 #502C19;
}
.programas-text {
	font-size:26px;
	color:#502C19;
		font-family:'Raleway';
	font-weight:700;
	line-height:1.1
}

.subtext {
	color:#502C19;
	font-size:22px;
	line-height:1.1;
	margin-top:20px;
}
 

.btn-agende-seguimento {
	margin-top:0;
	position:relative;
	bottom:30px;
	left:50%;
	transform:translate(-50%);
	background:#A06545;
	color:#fff;
	width:260px;
	height:60px;
}

.queinclui .container {
	width:1124px;
}
.queinclui .main-title {
	text-align:center;
}
.queinclui-wrapper {
	display:flex;
	gap:15px;
	margin-top:30px;
	margin:30px auto;
}
.right-block-queinclui {
	display:flex;
	flex-direction:column;
	flex:0 0 70%;
}
.top-block {
	display:flex;
	gap:15px
}
.top-block .queinclui-card {
	background:#e2d0c5;
	flex:0 0 32.5%;
	padding:25px;
	border-radius:10px;
	font-size:18px;
	color:#502C19;
	font-weight:700;
	font-family:'Raleway';
	height:195px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.bottom-block {
	display:flex;
	gap:15px;
	margin-top:15px;
}
.bottom-block .queinclui-card {
	background:#e2d0c5;
	flex:0 0 50%;
	padding:25px;
	border-radius:10px;
	font-size:18px;
	color:#502C19;
	font-weight:700;
	font-family:'Raleway';
	height:195px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
 
 @media screen and (max-width:900px){
	.sesion-hero-wrapper {
		max-width:90%;
		padding-top:20px;
	}
	
	.sesion-hero-title {
		font-size:50px;
		margin-bottom:-10px;
	}
	
	.sesion-hero-subtitle {
		font-size:58px;
	}
	
	.sesion-hero-text {
		font-size:16px;
	}
	
	.sesion-hero { 
  background: url('https://neusturholistic.com/wp-content/uploads/2026/03/Frame-1000007867.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
  padding-top: 143px;
}
	
.praquemsesion .container {
  flex-direction:column-reverse
}
	
	.main-title {
		font-size:36px !important;
		text-align:center;
		padding-right:10px;
		line-height:1.1
	}
	
	.main-title span { 
		font-size:40px;		 
	}
	
	.left-block .items {
		font-size:16px;
	}
	.queesuna-wrapper {
		 width:308px;
		 max-width:100%;
		 height:auto !important;
		 padding-bottom:40px;
	}
	
	.queesuna {
		height:auto;
		padding-top:30px;
	}
	
	.queesuna-wrapper .main-title {
		font-size:26px;
		margin-bottom:10px;
	}
	
	.queesuna-wrapper .bordered-title {
		font-size:40px;
		text-align:center;
	}
	
	.queesuna-text {
		max-width:90%;
	}
	
	.puedes-item span {
		font-size:28px;
	}
	.price {
		flex-wrap:wrap;
		margin-top:30px !important;
		justify-content: flex-start;
	}
	.comofunciona .main-title {
		font-size: 30px !important;
	}
	
	.comofunciona-item .number {
		font-size:40px;
	}
	.item-text { 
		font-size: 24px; 
	}
	
	.session-wrapper > .flex {
		flex-direction:column;
	}
	
	.session-wrapper {
		max-width:100%;
		padding:20px;
	}
	
	.session-wrapper .img img {
		width:100%;
	}
	
	.session-last-section-text h3 {
		font-size:34px;
	}
	
	.top {
		font-size:28px
	}
	
	.session-last-section-text-wrapper p {
		max-width:100%;
		font-size:16px;
	}
	
	.session-item {
		font-size:16px;
	}
	
	.session-last-section-text-wrapper {
		text-align:left;
		align-items:flex-start;
		margin-top:20px
	}
	.session-item {
			flex-direction:row-reverse;
		}
	
	.session-last-section {
		padding-left:10px;
		padding-right:10px;
	}
	
	.testemonials .main-title {
		font-size:21px !important
	}
	
	.testimonials {
		flex-direction:column;
		max-width:100% !important;
	}
	
	.testimonial-thumb {
		flex:0 0 32.2% !important;
		width:100%;
		height:100%;
	}
	
	.testimonials-left { 
		flex-direction: row; 
		gap:4px
	}
	
	.testimonials-right {
		max-width:100%;
	}
	.testimonial-content p {
		font-size:16px
	}
	
	.form-wrapper {
		padding:20px;
	}
	.mesaje-form {
		max-width:100% !important;
		width:100%;
		padding:0;
	}
	
	.hero-textos-mesaje {
		padding-left:15px;
		padding-right:15px;
	}
	
	.programas-hero .container {
		flex-direction:column
	}
}


.mobile-only {
	display:none !important;
}
.video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
}

.video-modal__content {
    position: relative;
    z-index: 2;
    width:400px;
    background: #000;
    border-radius: 16px; 
	z-index:100000000000000;
}

.video-modal__content video {
    width: 400px;
    height: auto;
    display: block;
    border-radius: 12px;
}

.video-modal__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
@media screen and (max-width:900px){
	.desktop-only {
		display:none !important;
	}
	
	.bottom-block {
		display: flex;
		gap: 15px;
		margin-top: 5px;
	}
	
	.mobile-only {
		display:block !important;
	}
	
	.cursos-hero-right h1 {
		font-size:50px;
		text-align:center;
	}
	
	.programas-text {
		font-size:18px;
		text-align:center;
	}
	
	.cursos-hero-right .subtext {
		font-size:16px;
		text-align:center;
	}
	
	.programas-hero .container {
		gap:20px;
	}
	
	.programas-hero {
		padding-bottom:60px;
	}
	.btn-agende-seguimento {
		bottom:-35px;
	}
	
	.queinclui .main-title span {
		font-size:30px;
		text-align:center;
	}
	
	.queinclui-wrapper {
		flex-direction:column;
	}
	.top-block {
		gap:5px;
	}
	.top-block {
	  flex-wrap:wrap;
	}
	
	.top-block .queinclui-card {
		flex:0 0 49%;
		padding:17px;	 
		font-size:15px;
	}
	
	.bottom-block {
		flex-wrap:wrap;
	}
	
	.btn {
		margin:0 auto;
		height:43px !important;
	}
	
	.bottom-block .queinclui-card  {
		flex:0 0 100%;
		padding:17px;	 
		font-size:15px;
	}
	.benificios-title {
		font-size:40px;
		text-align:center;
	}
	.benificios-texts {
		flex:0 0 100%;
		padding:20px;
		padding-bottom:0;
	}
	.benificios-wrapper {
		max-width:100%;
		padding:20px;
		position:relative;
	}
	
	.benificios-btn {
		 margin-top:0;
		position:relative;
		top:20px;
	}
	
	.items span {
		font-size:16px
	}
	.benificios > .container > .flex {
		flex-direction:column;
	}
}

@media screen and (max-width: 900px) {
  .wpcf7-form input[type="submit"] {
    width: 100%;
    margin-top: 15px;
  }
}


.course-hero__excerpt {
	color:#502C19;
	font-family:'Raleway';
	font-size:16px;
}

.course-hero__features {
	display:flex;
	flex-direction:column;
	gap:10px;
}
.section-title {
	color:#502C19;
	font-family:'Raleway';
	text-align:center;
	font-size:32px;
	margin-bottom:30px;
}

.item-desk {
	padding-left:30px;
}
.main-desk {
	font-size:18px;
	color:#502C19;
	font-family:'Raleway';
	text-align:center;
}
.course-about__content {
	color:#502C19;
	font-family:'Raleway'
}

.description {
	font-size:18px;
	color:#502C19;
}
.course-about__content .mt-5 {
	gap:10px;
}
.course-about__content .items-center {
	font-weight:700;
	font-size:18px;
}

.course-hero__features div {
	display:flex;
	gap:10px;
	align-items:center;
	font-size:18px;
	color:#502C19;
	font-family:'Raleway'
}
.course-hero__title {
	font-size:32px;
	color:#63341A;
	font-family:'Raleway';
	padding-bottom:10px;
	border-bottom:1px solid #C3C3C3
}


.session-wrapper .price {
	margin-top:20px !important;
}

.cursos-hero-wrapper {
	width:1134px;
	height:311px;
	margin-top:70px;
	border-radius:16px;
	border:1px solid #D7D7D7;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
background-image: linear-gradient(
  to top right,
  rgba(220, 127, 125, 0.5) 0%,
	#FFFDFB 40%,#FFFDFB 60%,
  rgba(102, 148, 112, 0.6)90%
);
}

.cursos-hero-wrapper h3 {
	font-size:41px;
	font-weight:400;
	font-family:'Raleway';
	text-align:center;
	color:#63341A;
	line-height:1.1
}

.testimonials-slider , .almas-wrapper {
	z-index:100
}

.cursos-hero-wrapper h3 span {
	font-size:51px;
	font-family:'Arapey';
	font-style:italic;
	color:#63341A;
}
.cursos-hero-wrapper p {
	font-family:'Raleway';
	text-align:center;
	color:#63341A;
	font-size:18px;
	max-width:500px;
	margin-top:10px;
}

.courses-filter {
    width: 100%;
    margin-bottom: 32px;
z-index:10000
}

.courses-filter-inner {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.search-box {
    position: relative;
    flex: 1;
    min-width: 260px;
}

.search-box input {
    width: 100%;
    height: 48px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 0 16px 0 42px;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.search-box .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.order-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-box label {
    font-size: 14px;
    color: #8b8b8b;
    white-space: nowrap;
}

.order-box select {
    height: 48px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 14px;
    outline: none;
    background: #fff;
    min-width: 180px;
}

 

.pagination {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.pagination li {
    margin: 0;
    padding: 0;
}

.pagination a,
.pagination span {
    width:40px !important;
  	height:40px !important;
	  border:1px solid #D0D5DD
}

.pagination .current {
    background: #F9FAFB;     
    border-color: #502C19;
}

.no-products {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .courses-filter-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .order-box {
        width: 100%;
        justify-content: space-between;
    }

    .order-box select {
        width: 100%;
    }

    .card {
        max-width: 100%;
    }
}


.search-box input , .search-box{
	max-width:320px
}

.ajax_add_to_cart.added {
	padding-right:20px;
	padding-left:20px;
}

.added_to_cart {
	display:none
}
.page-numbers {
	gap:0 !important;
}

.next.page-numbers, .pagination a, .page-numbers.current {
	justify-content:center;
	align-items:center;
	width:40px !important;
	height:40px;
	display:flex;
}
.page-numbers.current {
	background:#F9FAFB;
	border:1px solid #D0D5DD;
}

.single-course-page {
    
    color: #502C19;
    padding-bottom: 60px;
}

.single-course-page .container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}

.course-hero {
    padding: 40px 0 30px;
}

.course-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: top;
}

.course-hero__image-wrap {
    border-radius: 28px;
    overflow: hidden;
}

.course-hero__image,
.related-card__image,
.course-about__teacher-image img {
    width: 100%;
    display: block;
    height: auto;
}

.course-hero__image-placeholder {
    min-height: 520px;
    background: #eadfd8;
    border-radius: 28px;
}

.course-hero__subtitle {
    font-size: 14px;
    margin-bottom: 8px;
    opacity: 0.85;
}

.course-hero__title {
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 18px;
}

.course-hero__excerpt,
.course-hero__text,
.course-about__text,
.course-about__teacher-text,
.course-learn__content div,
.faq-answer__inner {
    font-size: 16px;
    line-height: 1.7;
}

.course-hero__features {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.course-hero__features li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.course-hero__features li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
}

.course-hero__buy {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.course-hero__price {
    font-size: 28px;
    font-weight: 700;
}

.course-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #d89a99;
    color: #fff !important;
    text-decoration: none;
    border: 0;
    transition: opacity 0.2s ease;
}

.course-hero__btn:hover {
    opacity: 0.9;
}

.course-about,
.course-learn,
.course-faq,
.course-related {
    padding: 30px 0;
}

.course-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 73px;
    align-items: center;
}

 

.course-about__teacher {
    background: rgba(255,255,255,0.55);
    border-radius: 22px;
    padding: 18px;
}

.course-about__teacher-image {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 14px;
}

.course-about__teacher-name {
    font-size: 24px;
    margin: 0 0 6px;
}

.course-about__teacher-role {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.course-learn__list {
    display: grid;
    gap: 22px;
    margin-top: 20px;
}

.course-learn__item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(107,75,62,0.15);
}

.course-learn__number {
    font-size: 38px;
    line-height: 1;
    font-style: italic;
    color: #d79e93;
}

.course-learn__content h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.2;
}

 
.course-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.related-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.related-card__image-wrap {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 12px;
}

.related-card__title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 6px;
}

.related-card__price {
    font-weight: 700;
}

@media (max-width: 991px) {
    .course-hero__grid,
    .course-about__grid,
    .course-related__grid {
        grid-template-columns: 1fr;
    }

    .course-hero__title {
        font-size: 32px;
    }

    .section-title {
        font-size: 28px;
    }
}


.single-product-page {
	padding-top:150px;
	background:#FEFDFB !important
}

.course-hero__btn {
	color:#502C19 !important;
	font-family:'Raleway';
	align-items:center;
	width:413px;
	max-width:100%;
	height:42px;
}

.woocommerce {
	min-height:400px;
	padding-top:150px;
}


.wc-empty-cart-message, .return-to-shop{
	font-size:20px;
	font-family:'Raleway';
	text-align:center;
}

.wc-empty-cart-message {
	font-size:28px;
}
#payment-numberInput {
	height:30px !important;
}
.aw-slot-btn.active {
	background:#E3ACAB
}
fieldset {
	border:none !important;
	box-shadow:none
}
.aw-date-available {
    background: #f8f8f8 !important;   
    color: #8b5a3c !important;
    font-weight: 500;
	margin-bottom:4px;
}
.flatpickr-day.selected {
	background:#63341A !important;
	color:#fff !important;
	border:none;
}

.flatpickr-day.selected:hover {
	background:#63341A;
	border:none;
}
.aw-date-unavailable {
    opacity: 0.45;
}

.flatpickr-day {
	border-radius:5px
}

.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:#E3ACAB;
	width:155px;
	border-radius:6px;
	padding:12px;
	color:#63341A;
	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:#5a311c;
    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:#7b431d;
}

.custom-cart-steps .step.active .step-number{
    background:#7b431d;
}

.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:#5d4536;
    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:#7b431d;
    color:#fff;
}

.custom-cart-update .update-cart-button{
    background:#ece5df;
    color:#5d4536;
}

.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:#5a311c;
    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:#d7a0a1 !important;
    color:#6d3f40 !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:#5d4536;
    text-decoration:none;
}

.custom-review-product-price{
    font-size:14px;
    font-weight:600;
    color:#5a311c;
    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:#5d4536 !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:#d7a0a1 !important;
    color:#6d3f40 !important;
    font-size:18px !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:#5a311c;
    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:#63341A;
	border-bottom:2px solid #63341A;
}

.checkout-steps .step.active span{
    background:#63341A;
}
.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:#5a311c;
    font-weight:500;
    line-height:1.2;
}

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

.woocommerce-checkout label{
    display:block;
    font-size:12px;
    color:#5d4536;
    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:#5d4536;
    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:#E3ACAB;
	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: #7b4a2e;
	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: #7b4a2e;
	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: #7b4a2e;
	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;
	}
}


#tutor-registration-wrap {
	padding-top:150px !important;
	font-family:'Raleway';
	color:#63341A !important;
}

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

.detail-row span {
	color:#63341A !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:#63341A;
}
.aw-booking-right h4 {
	color:#63341A;
	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;
}
.tutor-container {
	padding-top:140px;
	font-family:'Raleway' !important
}
.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:#63341A;
	border-radius:35px;
	width:319px;
	color:#fff;
	display:flex;
	justify-content:center;align-items:center;
	height:45px;
	margin:20px auto;
}
#custom-apply-coupon {
	background:#63341A;
	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: #63341A;
}
	
	#custom_coupon_code {
  padding-left: 40px;
  border-radius: 35px;
  background: #F8F3EC;
  color: #000;
  width: 170px;
}
	
	#custom-apply-coupon {
		width:80px
	}
	
}