@charset "UTF-8";
/* CSS Document */

body {  }










.navbar-cordillera {
  background-color: ; /* #d4e8ca con 50% de transparencia */
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  z-index: 9999;
}

.navbar-cordillera.scrolled {
  background-color: ; /* Opaco al hacer scroll */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.0);
}

.navbar-cordillera .nav-link,
.navbar-cordillera .dropdown-item {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  color: #333333 !important;
  margin-left: 15px;
  transition: color 0.3s ease;
}

.navbar-cordillera .nav-link:hover,
.navbar-cordillera .dropdown-item:hover {
  color: #2E7D32 !important;
}

.navbar-cordillera .navbar-brand {
  font-family: 'Fascinate', cursive;
  font-size: 20px;
  color: #333333 !important;
}



/*************** COMIENZO IMAGEN 1********************/
#image1 {
    min-height: 100vh;
    background-image: url("WebPics/CarruselACC0.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.seccion-home {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Columna izquierda */
.columna-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.logo-superior {
    text-align: center;
    margin-top: 1rem;
}

/* Columna derecha */
.columna-texto {
    text-align: left;
    height: 100%;
}

.texto-bienvenida {
    padding: 5px;
    margin-left: 10%;
    margin-top: 15%;
}

.texto-bienvenida h1 {
    font-size: 3.5rem;
    color: #FFFFFF;
}

.texto-bienvenida p {
    font-size: 1.5rem;
    color: #ffffff;
    max-width: 600px;
}
/*************** FIN IMAGEN 1********************/





/*************** COMIENZO IMAGEN 2********************/

#image2 {
  background-image: url("WebPics/CarruselACC9.jpg");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}


.titulo-principal {
  font-size: 55px;
  color: #FFFFFF;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-align: left;
	
}

.titulo-secundo {
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-align: left;
}

.texto-columna1 {
  padding: 10px;
  text-align: justify;
	font-size: 16px;
	border-top: 100px;
}

.texto-columna2 {
  padding: 10px;
  text-align: justify;
}

.parrafo-image2 {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.7;
  color: #FFFFFF;
  text-align: justify;
	margin-top: 40px;
	margin-bottom: 40px;
}

.parrafo-image2b {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.7;
  color: #43400A;
  text-align: justify;
	margin-top: 40px;
	margin-bottom: 40px;
}


.parrafo-image2Lista {
  font-size: 22px;
  font-family: 'Federo';
  line-height: 1.7;
  color: #43400A;
  text-align: justify;
	
}

.parrafo-image2ListaII {
  font-size: 25px;
  font-family: 'Fascinate';
  line-height: 1.7;
  color: #ffffff;
  text-align: center;
	background-color: #A8B714;
	 padding: 10px 20px;
	border-radius: 5px;
}










.bloque-descriptivo {
  
  padding: 15px;
  margin-top: 10px;
}

.descripcion {
  font-size: 15px;
  text-align: justify;
  color: #b9fe54;
  margin: 0;
}






/*************** FIN IMAGEN 2********************/






/*************** COMIENZO IMAGEN 3********************/
#image3 {
   background-image: url("WebPics/CarruselACC5.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: white;
  min-height: 100vh;
 
	}

.columna-izquierda {
	align-content: center;
	margin-top: 100px;
}
.columna-derecha {
  padding: 20px;
  text-align: left;
	margin-top: 50px;
}

.titulo-pulso {
  font-size: 55px;
  color: #FFFFFF;
	 text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.subtitulo-quimicos {
  font-size: 25px;
  color: #75932B;
  margin-top: 10px;
  padding: 10px;
}

.titulo-luna {
  margin-top: 12px;
  font-size: 50px;
  color: #544d26;
}

.descripcion-luna {
  font-size: 16px;
  color: #544D26;
  text-align: justify;
}

.lista-beneficios {
  list-style: none;
  padding-left: 0;
  margin-top: 50px;
}

.lista-beneficios li {
  
	margin-bottom: 15px;
	
}

.beneficio-titulo {
  color: #FFFFFF;
  font-size: 25px;
 text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);	
}

.beneficio-texto {
  color: #4B6350;
  font-size: 15px;
}

.boton-reserva {
  font-size: 1.2rem;
  color: #b9fe54;
  background-color: #4B6350;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 50px;
	margin-bottom: 100px;
}




/*************** FIN IMAGEN 3********************/


/*************** COMIENZO IMAGEN 4********************/
#image4 {
  background-image: url("WebPics/CarruselACC8.jpg");
  background-size: cover;
  background-attachment: fixed;
min-height: 100vh;
	
}


.columna-imagen {
  margin-top: 5%;
}

.columna-info {
  text-align: left;
  padding: 20px;
}

.titulo-producto {
  color: #FFFFFF;
  font-size: 55px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	font-family: 'Fascinate';
}

.subtitulo-producto {
  color: #4A4A4A;
  font-size: 25px;
}

.bloque-detalles {
  margin-top: 1rem;
}

.titulo-detalles {
  font-size: 3.5rem;
  color: #544D26;
}

.titulo-detalles1 {
  font-size: 1.2rem;
  color: #202020;
	text-align: justify;
	margin-top: 20px;
}
.detalle-texto {
  font-size: 20px;
  margin-top: 10px;
}

.detalle-texto.negro {
  color: #000000;
}

.detalle-texto.blanco {
  color: #FFFFFF;
}

.lista-detalle {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.lista-detalle li {
  margin-bottom: 15px;
	
}

.detalle-titulo {
  color: #202020;
  font-size: 18px;
}

.precio-final {
  font-size: 5rem;
  color: #FFFFFF;
  margin-top: 10px;
}

.precio-unidad {
  font-size: 25px;
  color: #202020;
  margin-top: -10px;
  font-family: 'Montserrat', sans-serif;
}

/* Botón inferior */
.boton-inferiorII {
  text-align: left;
  padding: 0px;
  margin-top: 40px;
}

.BotonHomeII.dosII {
  font-size: 2.0rem;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #FFFFFF;
  background-color: #A8B714;
  padding: 5px 5px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}




/*************** FIN IMAGEN 4********************/

/*************** COMIENZO IMAGEN 5********************/
#image5 {
  background-image: url("WebPics/CarruselACC1.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  height: 100vh;
}







.columna-titulo {
  display: flex;
  align-items: start;
  justify-content: start;
}

.titulo-contacto {
  font-size: 90px;
  color: #ffffff;
}

.columna-contacto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
}

.contacto-contenido {
  padding: 20px;
	
}

.whatsapp-link {
  margin-top: 20px;
}

.whatsapp-boton {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.whatsapp-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.whatsapp-texto {
  font-size: 18px;
  color: #ffffff;
}

.correo-contacto {
  font-size: 25px;
	color: #202020;
	margin-top: 30px;
}

.correo-enlace {
  text-decoration: none;
  color: #4B6350;
}

.direccion-contacto {
  font-family: 'Cardo', serif;
  font-size: 16px;
  color: #544D26;
  margin-top: 10px;
}




/*************** FIN IMAGEN 5********************/

/*************** COMIENZO IMAGEN 6********************/
#image6 {
   background-image: url("WebPics/CarruselACC2.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: white;
  min-height: 100vh;
 
	}

/*************** COMIENZO IMAGEN 7 ********************/
#image7 {
   background-image: url("WebPics/CarruselACC4.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: white;
  min-height: 100vh;
 
	}

/*************** COMIENZO IMAGEN 8 ********************/
#image8 {
   background-image: url("WebPics/fondocontacto.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: white;
  min-height: 100vh;
 
	}


/*************** COMIENZO IMAGEN 1l********************/
#image1l {
  min-height: 100vh;
  background-image: url("WebPics/lavandahome.jpg");
  background-size: cover;
  max-height: 100%;
  background-attachment: fixed;
}

.seccion-home {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Columna izquierda */
.columna-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.logo-superior {
  text-align: center;
  margin-top: 1rem;
}

.logo-img {
  width: 60%;
}

/* Botón inferior */
.boton-inferior {
  text-align: center;
  padding: 20px;
  margin-top: 100px;
}

.BotonHome.dos {
  font-size: 2.2rem;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #b9fe54;
  background-color: #544D26;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

/* Columna derecha */
.columna1l-texto1l {
  text-align: left;
	margin-top: 50px;
}

.texto1l-bienvenida1l {
  padding: 5px;
  margin-left: 10%;
  margin-top: 15%;
}

.texto1l-bienvenida1l h1 {
  font-size: 2.5rem;
  color: #FFFFFF;
}

.texto1l-bienvenida1l p {
  font-size: 1.0rem;
  color: #3C2828;
  max-width: 600px;
}

.imagen-container {
  width: 100%;
  max-width: 500px; /* Puedes ajustar el tamaño máximo */
  margin: 20px auto;
  text-align: center;
}

.imagen-responsiva {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* Opcional: bordes redondeados */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Opcional: sombra suave */
  object-fit: contain; /* Controla cómo se ajusta la imagen */
}









/*************** FIN IMAGEN 1l********************/





/*************** COMIENZO IMAGEN 2l********************/

#image2l {
  background-image: url("WebPics/lavandahome.jpg");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}


.columna2-derecha2 {
  padding: 20px;
  text-align: left;
	margin-top: 50px;
}

.titulo2-lunaAC2 {
  margin-top: 12px;
  font-size: 50px;
  color: #FFFFFF;
}

.beneficio-textoAC {
  color: #4B6350;
  font-size: 15px;
}

.beneficio-label {
  font-weight: bold;
  color: #b9fe54;
}


/*************** FIN IMAGEN 2l********************/

/*************** COMIENZO IMAGEN 3l********************/
#image3l {
   background-image: url("WebPics/romerohome.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: white;
  min-height: 100vh;
 
	}

.columna-izquierda

.columna3-derecha3 {
  padding: 20px;
  text-align: left;
}



.subtitulo-quimicos {
  font-size: 25px;
  color: #75932B;
  margin-top: 10px;
  padding: 10px;
}

.titulo3-lunaAC3 {
  margin-top: 12px;
  font-size: 50px;
  color: #FFFFFF;
}



.lista-beneficiosAC {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.lista-beneficiosAC li {
  margin-bottom: 15px;
	
}

.beneficio-tituloAC {
  color: #4B6350;
  font-size: 18px;
}

.beneficio3-textoAC3 {
  color: #4B6350;
  font-size: 15px;
}

.beneficio3-label3 {
  font-weight: bold;
  color: #b9fe54;
}




/*************** FIN IMAGEN 3l********************/

/*************** COMIENZO IMAGEN 4l********************/
#image4l {
  background-image: url("WebPics/ventaAChome.jpg");
  background-size: cover;
  background-attachment: fixed;
min-height: 100vh;
	
}


.columna4l-imagen4l {
  margin-top: 5%;
}

.columna4l-info4l {
  text-align: left;
  padding: 20px;
}

.titulo4l-producto4l {
  color: #FFFFFF;
  font-size: 55px;
	 text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.subtitulo4l-producto4l {
  color: #4A4A4A;
  font-size: 25px;
}

.bloque4l-detalles4l {
  margin-top: 1rem;
}

.titulo4l-detalles4l {
  font-size: 2.5rem;
  color: #b9fe54;
	text-align: left;
}

.titulo4l-detalles14l {
  font-size: 1.2rem;
  color: #202020;
	text-align: justify;
	margin-top: 20px;
}
.detalle-texto {
  font-size: 20px;
  margin-top: 10px;
}

.detalle-texto.negro {
  color: #000000;
}

.detalle-texto.blanco {
  color: #FFFFFF;
}

.lista4l-detalle4l {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.lista-detalle li {
  margin-bottom: 15px;
	
}

.detalle4l-titulo4l {
  color: #202020;
  font-size: 18px;
}

.precio4l-final4l {
  font-size: 5rem;
  color: #ffffff;
  margin-top: 10px;
}



/* Botón inferior */
.boton4l-inferior4l {
  text-align: left;
  padding: 0px;
  margin-top: 40px;
}

.BotonHome4l.dos4l {
  font-size: 2.0rem;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #b9fe54;
  background-color: #544D26;
  padding: 5px 5px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}




/*************** FIN IMAGEN 4********************/


