        /* Estilos generales */
body {
	font-family: 'Hind Siliguri', sans-serif;
	margin: 0;
	padding: 0;
	color: #28262b;
	background-color:#f2f2f2;
}
button {
	border: none;
}
h1 {
	font-size: 40px;
	font-weight: 400;
}
h2{
	color: #28262B;
	font-family: "Hind Siliguri", Sans-serif;
	font-size: 40px;
	font-weight: 400;
}
h3{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -0.1px;
	color:#794968;
}
li{
	color: #777777;
	font-family: "Hind Siliguri", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75em;
}
p {
	color: #777777;
	font-family: "Hind Siliguri", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75em;
}
p .bold {
	font-weight: 600;
	font-size: 20px;
}
footer {
	margin-top: 0px;
	background-color: #3d2635;
	text-align: center;
	padding: 40px 0px;
}
footer a {
	color:#ccc !important;

}
footer a:hover {
	color:#794968;
	
}
section{
	text-align: center;
}
footer p {
	color:white;
}
a:link {
	text-decoration: none;
	color: #794968;
}
a:hover {
	color:#3d2635;
}
a {
	cursor: pointer;
}
.head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ECECEE;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 10px 20px 25px;
}
.logo{
	margin: 10px 10px;
	width: 200px;
}
	
	
.menu {
	font-family: "Hind Siliguri", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color:#28262B;
	}
		
.menu-list {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;	
}
		
.menu-list li {
	margin: 0;
	padding: 0;
}
		
.menu-list a {
	color: black;
	text-decoration: none;
	padding: 15px 20px;
	display: block;
	transition: background-color 0.3s;
}
.menu .activo {
	color:#794968;
}
.menu-list a:hover {
	color:#794968;
}

.submenu {
	position: relative;
	margin-top: -20px;
	
	
}

.submenu-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fcfcfc;
	padding:10px 20px;
	list-style: none;
	z-index: 1000;
	text-align: left;
}

.submenu:hover .submenu-list {
	display: block;
}
.btn {
	color: white !important;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	background-color: #794968;
	border: 1px solid #794968;
	border-radius: 30px 30px 30px 30px;
	padding: 14px 25px 14px 25px;
}
.btn:hover {
	color:#794968 !important;
	background-color: white;
	border: 1px solid #794968;
	cursor: pointer;
}

			/* Estilos para el carrusel */
.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px; /* Ajusta el ancho máximo según tu diseño */
  margin: 0 auto;
	
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  position: relative;
  flex: 0 0 100%;
	text-align: center;
}

.slide img {
  width: 100%;
  height: auto;
}
.banner_rosa {
	position: relative;
	text-align: center;
	margin-top: 50px;
	
}
.banner_rosa img{
	width: 100%;
}
.banner_rosa .slide-text {
	transform: translate(-50%, -0%);
}


.slide-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 5px 10px;
  font-size: 64px;
  text-align: center;
	width: 100%;
}

/* Media Query para hacer el carrusel responsive */
@media (max-width: 768px) {
  .carousel-container {
    max-width: 100%;
		height: auto;
  }
	.contenidos{
		margin-top:10px;
		
	}
	.slide-text {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 26px;
	}
	.banner_rosa .slide-text {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 20px;
	}
	.retiros {
		flex-direction: column;
	}
	.columnas {
		flex-direction: column;
	}
	.col-3 {
		display:flex;
		flex-direction: column;
		width:100%;
		
	}
	.col-3 div {
		width:100% !important;
}

.head {
	flex-direction: column;
	text-align: center;
}
.logo {
	margin: 0px;
	
}
.btn{
	margin: 0px;
	
}
.menu {
	margin-top: 10px;
	order:3;
}
.banner-paginas img {
	height:700px;
	width:100%;
	object-fit: cover;
}
.titulos {
	transform: translate(-50%, 250%) !important;
  font-size: 40px !important;
}
h1{
	font-size: 1.5em ;
}
.banner-paginas img {
	height:500px !important;
}
.fullcontent {
	padding: 30px 8% !important;
}
}

/* Estilos contenidos */

.contenidos {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
.terapias {
	padding-top: 60px;
	text-align: center;
	background-color: #F9F9F9;
	
}
.columnas {
	display: flex;
	justify-content: space-between;
 }
.cincuenta {
	padding: 30px 50px;
}
.cincuenta p {
	text-align: left;
}
.contconimg {
	padding: 30px 50px;
	text-align: center;
	cursor: pointer;
	
}
.divider {
	margin-top: -20px;
	text-align: center;
	display: flex;
	height: 2px;
}
.separador {
	width: 300px;
	margin: 0 auto;
	border-top: 2px solid #794968;
}
.retiros {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.retiros div {
	margin: 10px;
}
.retiros img {
	width: 100%;
}

.circulo {
	display: flex;
	align-items: center; 
	justify-content: center;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	border: 1px solid #794968;
	margin: auto;
}
.circulo:hover {
	border: 1px solid white;
	background-color: #ebadd5;
}
.circulo img {width: 90%}

.fullcontent {
	padding: 30px 18%;
	text-align: left;
	max-width: 800px;
}
.white-background{
	background-color: #F8F8F8;
	padding: 60px 20px;
}
.col-3 div {
	margin-top: 50px;
	display: inline-block;
	width:31%;
}
.col-3{
	justify-items: baseline;
}
.numerote {
	font-size: 100px;
	font-weight: 500;
	line-height: 0px;
	padding: 0;
  margin: 0;
  line-height: 1;
	color: #794968;
}

.banner-paginas img {
	height:700px;
	width:100%;
	object-fit: cover;
}

.titulos {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 70%);
  color: white;
  padding: 5px 10px;
  font-size: 60px;
  font-weight: 900;
  text-align: center;
	width: 100%;
}

.fondo-contacto {
	background-image: url('../img/woman-girl-freedom-happy.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed; /* Keeps the background fixed while content scrolls */
	margin: 0px;
	height: 600px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: none;
	border-radius: 4px;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 20px;
	margin-bottom: 8px;
	width:100%;
	padding: 2px 4px;
}

textarea {
	height: 100px;
}

button[type="submit"] {
	background-color: #794968;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
	border: none;
	border-radius: 25px;
	cursor: pointer;
}
.contact-form h2 {
	margin: 0px;
	padding: 0px;

}

.mobile-menu-toggle {
	display: none; /* Oculta el botón de hamburguesa por defecto */
	cursor: pointer;
	padding: 10px; /* Añade un poco de espacio alrededor del botón para hacer clic más fácil en dispositivos móviles */
}

.mobile-menu-toggle .bar {
	background-color: #794968; /* Color de las barras del botón de hamburguesa */
	height: 3px;
	width: 25px;
	margin: 6px 0;
	transition: 0.4s;
}
.mobile-menu-toggle.active .bar:nth-child(1) {
	transform: rotate(-45deg) translate(-6.5px, 6px);
}

.mobile-menu-toggle.active .bar:nth-child(2) {
	opacity: 0;
}
 
.mobile-menu-toggle.active .bar:nth-child(3) {
	transform: rotate(45deg) translate(-6.5px, -6px);
}
.menu.active .menu-list {
	display:block;
}


@media screen and (max-width: 768px) {
	.menu-list {
			display:none; /* Oculta el menú en pantallas pequeñas */
	}

	.mobile-menu-toggle {
			display: block; /* Muestra el botón de hamburguesa en dispositivos móviles */
	}
}