@charset "UTF-8";

* {
	color: white;
	margin: 0 auto;
	padding: 0;}

body {
	background: #000000;
	justify-content: center;
    align-items: center;
}

.container {
	margin: 0;
	padding: 0;
	text-align: center;
}

.montserrat {
	font-family: 'Montserrat' , sans-serif;
	color: black;
}

.container h1 {
	font-family: 'Montserrat' , sans-serif;
	font-size: 48px;
	text-align: center;}

.container h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	text-align: center;}

.container h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	text-align: center;}

#estudio {
	background: #FFFF00;}
#reto {
	background: #30FF24;}
#comunidad {
	color: white;
	background: hotpink;}
#instagram {
	color: white;
	background: #E4405F;}
#facebook {
	color: white;
	background: #1877F2;}
#CanalWhatsapp {
	background: #25d366;}


.menu {
    text-align: center;
}

.btn {
	width: 400px;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	margin: 8px 8px 0 0;
	padding: 9.5px 30px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.25px;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 20px;}

.encabezado {
	font-family: 'Montserrat' , sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
	font-size: 36px;
	text-align: center;
}

/* Estilos para la tabla */
        table {
            border-collapse: collapse;
			margin: 0 auto;
        }

        /* Estilos para las celdas */
        td {
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
        }

        /* Estilos para la imagen de check */
        .check-image {
            width: 20px;
            height: 20px;
            display: block;
            margin: 0 auto;
        }

.estoesparati {
	max-width: 800px;
	font-family: 'Raleway', sans-serif;
	color: white;
	
}
.estoesparati td {
	font-family: 'Raleway', sans-serif;
	color: white;
	border:none;
}
.estoesparati table {
	text-align: center;
}

.texto-rosa {
            color: hotpink;
        }

.carousel-container {
            display: flex;
            overflow-x: auto;
            width: 100%;
            max-width: 400px; /* Ancho máximo de las imágenes */
            margin: 0 auto;
            scroll-behavior: smooth;
        }

.carousel-image {
            flex: 0 0 auto;
            width: 100%;
        }

.carousel-image img {
            max-width: 100%;
            height: auto;
        }

/* Estilos para la franja rosa */
.franja-rosa {
	width: 100%;
	margin-top: 30px;
	padding: 10px;
	min-width: 400px;
    background-color: hotpink;
}

/* Estilos para el texto de la franja rosa */
.franja-texto {
    color: white;
    text-align: center;
    font-size: 36px; /* Puedes ajustar el tamaño de fuente según tus preferencias */
    font-family: 'Montserrat', sans-serif; /* Utiliza la fuente que desees */
}

/* Estilos generales */
.tabla-pair {
	margin: 5px;
	font-family: 'Raleway', sans-serif;
	padding-top: 20px;
	color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	text-align: center;
}

.tabla-sientes {
    width: 45%; /* Ajusta el ancho de las tablas según tus necesidades */
    margin-bottom: 20px;
	
}

.tabla {
    width: 45%; /* Ajusta el ancho de las tablas según tus necesidades */
    margin-bottom: 20px;
	
}

.tabla-sientes h2 {
    font-family: 'Montserrat' , sans-serif;
    font-size: 46px;
    margin-bottom: 0px;
	
}
.tabla h2 {
	font-family: 'Montserrat' , sans-serif;
    font-size: 36px;
    margin-bottom: 0px;
	
}

.tabla img {
	width: 33%;
}
/* Estilos para whatsapp */
        .whatsapp {
            background-color: pink;
            text-align: center;
            padding: 20px;
			margin: 0 auto;
			
        }

        /* Estilos para el texto grande */
        .large-text {
			padding-bottom: 10px;
            font-size: 32px;
			font-family: 'Montserrat', sans-serif;
			font-weight: 900;
        }

        /* Estilos para la imagen */
        .center-image {
            display: block;
            margin: 0 auto;
        }

        /* Estilos para el texto blanco */
        .white-text {
			padding: 15px;
            color: black;
            font-size: 24px;
			font-family: 'Raleway', sans-serif;
        }

        /* Estilos para el botón verde */
        .green-button {
			font-family: 'Raleway', sans-serif;
			font-size: 18px;
            background-color: green;
            color: white;
            border: none;
            border-radius: 10px;
            padding: 10px 20px;
            width: 250px;
			height: 20px;
            text-align: center;
            text-decoration: none;
            display: block;
            margin: 0 auto;
			margin-top: 15px;
        }

/* Estilos para el contenedor del contenido e imagen */
.contenido-imagen {
	max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    margin-top: 40px; /* Espacio entre las secciones */
}

.contenido-imagen-izquierda {
	flex-direction: row-reverse;
}

/* Estilos para el texto */
.texto {
	color: white;
    flex: 1;
    text-align: left;
    padding: 20px;
}

.texto h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
.texto p {
	font-family: 'Raleway', sans-serif;
}


.faq-item {
	
			width: 800px;
            border: 1px solid black;
            margin-top: 10px;
        }

        .question {
			font-family: 'Montserrat', sans-serif;
            padding: 10px;
            cursor: pointer; 
			text-align: left;
            background-color: white;
            color: black;
			font-weight: 600;
        }

        .toggle::before {
            content: "+";
			color: black;
            margin-right: 10px;
            font-size: 18px;
            transition: transform 0.3s;
        }

        .answer {
			text-align: left;
            display: none;
            padding: 10px;
			padding-left: 30px;
            background-color: #f0f0f0;
            color: black;
			font-family: 'Raleway' , sans-serif;
        }

        .open .toggle::before {
            content: "-";
			color: black;
            transform: rotate(45deg);
        }


.contenedor {
	  background-color: hotpink;
      display: flex;
      text-align: center;
      width: 100%; /* Ancho del contenedor */
      margin: 0; /* Centrar horizontalmente */
    }
	
.cuadrado {
		padding-top: 15px;
	  background-color: hotpink;
      display: flex;
      text-align: center;
      width: 100%; /* Ancho del contenedor */
      margin: 0; /* Centrar horizontalmente */
    }

.tiempo {
	background-color: hotpink;
	Color: white;
	font-family: 'Montserrat' , sans-serif;
	font-size: 24px;
	text-align: center;
}









/* Estilos para dispositivos móviles (ancho de pantalla menor a 768px) */
@media screen and (max-width: 768px) {
	
.container h1 {
	font-family: 'Montserrat' , sans-serif;
	font-size: 42px;
	text-align: center;}

.container h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	text-align: center;}

.container h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-align: center;}
	
.franja-rosa {
	width: 95%;
	margin-top: 30px;
	padding: 10px;
	min-width: 400px;
    background-color: hotpink;
}

.franja-rosa franja-texto {
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif; /* Utiliza la fuente que desees */
	}
	
.btn {
	width: 300px;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	margin: 8px 8px 0 0;
	padding: 9.5px 30px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.25px;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 20px;}
	.tabla-pair {
        flex-direction: column;
    }

    .tabla {
        width: 100%;
    }
	
	.tabla-sientes {
    width: 100%; /* Ajusta el ancho de las tablas según tus necesidades */}
	
	.tabla img {
	width: 150px;
		margin-top: 30px;
		margin-bottom: 20px;
}
	.whatsapp img {
		width: 150px;
	}
	
	.contenido-imagen {
		display: flex;
		flex-direction: column;
	}
	
	.texto {
		text-align: center;
	}
	
	
   
	
	.franja-texto {
		padding: 5px;
		color: white;
		font-size: 24px;
	}
	.encabezado {
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
	font-size: 24px;
	text-align: center;
}
	
	
	.textofondo {	
	flex-direction: column;
	justify-content: center;
	font-family: 'Raleway', sans-serif;
	background-color: pink;
	color: black;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	text-align: justify;
	font-size: 18px;
	
}
	.faq-item {	
			width: 100%;
            border: 1px solid black;
            margin-bottom: 0px;
        }	

.tiempo p {
	Color: white;
	font-family: 'Montserrat' , sans-serif;
	font-size: 16px;
	text-align: center;
}
	
	.imagen {
    max-width: 100%;
    height: auto;
  }
}	
/* Estilos para dispositivos ordenadores (ancho de pantalla mayor a 768px) */
@media (min-width: 1024px) {
  .imagen {
    max-width: 600px;
    height: auto;
  }
}
