/*<weight>: Use a value from 400 to 700*/
/*<uniquifier>: Use a unique and descriptive class name*/

.dynapuff-fuente {
  font-family: "DynaPuff", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.nunito-fuente {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.bellota-light {
  font-family: "Bellota", system-ui;
  font-weight: 300;
  font-style: normal;
}

.neucha-regular {
  font-family: "Neucha", cursive;
  font-weight: 400;
  font-style: normal;
}





/* Navigation Menu Styles */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.navbar-brand img {
    height: 40px;
}

.navbar-nav .nav-link {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #2e7d32;
}

.navbar-nav .nav-link.active {
    color: #2e7d32;
    border-bottom: 2px solid #2e7d32;
}

*, *::after, *::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
  }

body {
    /* font-size: 16px; */
    box-sizing: border-box;
  }
  
html {
    font-size: 90%;
  }








/* Estilos para el contenido principal */

.hero-container {
    position: relative;
    left: 0;
    top: 0;

}

.heroImg {
    position: absolute;
    left: 15%;
    top: 25%;
    width: 20%;
    height: 80%;
    z-index: 200;
}

.heroImg img {
    height: 100%;
}

.titulo {
    position: absolute;
    left: 50%;
    top: 6%;
    width: 90%;
    transform: translate(-50%, 0);
    z-index: 200;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: calc(2.2vw + 1.3vh + 1.3vmin);
    text-align: center;
    color: #d5dbbd;
    text-shadow: 2px 2px 5px black;
}

.hero-txt {
    position: absolute;
    left: 51%;
    top: 55%;
    transform: translate(0, -50%);
    width: 48%;
    padding: 10px;
    text-align: center;
    z-index: 200;
}

.hero-txt h2 {
    font-size: calc(2vw + 1.3vh + 1.4vmin);
    color: aliceblue;
    font-family: "Neucha", cursive;
    font-weight: 800;
    text-shadow: 2px 2px 5px black;
}

.hero-txt button {
    position: relative;
    margin-top: 30px;
    background-color: #FE5B00;
    color: #FFF;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: calc(1.1vw + 0.8vh + 0.8vmin);
    border: none;
    border-radius: 30px;
}

.heroVid {
    position: relative;
    left: -1%;
    width: 102%;

}






/* SECCION 2 */

.seccion2 {
    padding-top: 30px;
}

.cada-beneficio {
    text-align: center;
    margin-bottom: 40px;
}

.beneficios-titulo {
    margin-bottom: 30px;
    font-size: calc(1.7vw + 1.2vh + 1.2vmin);
    font-family: "Neucha", cursive;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    text-align: center;
    color: #C2CAA4;
}

.cada-beneficio h3 {
    margin-bottom: 15px;
    font-family: "Nunito", sans-serif;
    color: #12817a;
    text-align: center;
}

.cada-beneficio img {
    height: 100px;
}

.titulo-main {
    margin-top: 30px;
}

.titulo-main h2 {
    font-size: calc(2.4vw + 1.4vh + 1.5vmin);
    font-family: "Neucha", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    color: #C2CAA4;
}










.main-content {
    margin-bottom: 40px;
    text-align: center;
}



.main-content h3 {
    font-size: calc(2vw + 1.2vh + 1.2vmin);
    font-family: "Neucha", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    color: #12817a;
}

.main-content p {
    font-size: calc(1.1vw + 0.8vh + 0.8vmin);
    font-family: "Nunito", system-ui;
    font-optical-sizing: auto;
    font-weight: 100;
}









/* Estilos para la barra DERECHA */
.sidebar {
    padding: 20px;
    background-image: url(img/back-top-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
}

.sidebar img {
    width: 100%;
    margin-bottom: 35px;
}

.sidebar h4 {
    margin-bottom: 30px;
    font-family: "Neucha", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: bold;
    line-height: 1.6;
    text-align: center;
    color: #939e6d;
}

.sidebar h2 {
    margin-bottom: 30px;
    font-family: "Nunito", system-ui;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    font-size: calc(1.6vw + 1.1vh + 1.1vmin);
}


.boton-cta {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #FE5B00;
    color: #FFF;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    font-family: "Neucha", cursive;
    font-size: calc(1.4vw + 1vh + 1vmin);
    border: none;
    border-radius: 30px;
}







/* SECCION DE PROPIEDADES */

.propiedades {
    padding-top: 100px;
}

.titulo-props h2 {
    margin-bottom: 100px;
    font-family: "Neucha", cursive;
    font-size: calc(2.5vw + 1.4vh + 1.3vmin);
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.benefit-item {
    padding: 20px 5px 30px 5px;
    margin-bottom: 50px;
    background-color: #F0F7EF;
    text-align: center;
    border-radius: 10%;
    border: 2px solid #FFF;
}

.benefit-item img {
    position: relative;
    top: -25%;
    height: 100px;
}

.benefit-item h3 {
    margin-bottom: 30px;
    font-family: "Neucha", cursive;
    font-weight: bold;
    font-size: calc(1vw + 0.7vh + 0.9vmin);
}


.benefit-item p {
    flex: 1;
    color: #666;
    margin: 0;
    font-family: "Nunito", system-ui;
}

.icon {
    flex-shrink: 0;
}

/* Animación hover para SVG (opcional, como en el sitio) */
.benefit-item:hover .icon {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}









/* DIVISION */

.division {
    height: 700px;
    margin: 200px 0;
    background-image: url(img/back-division.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.division h3 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Neucha", cursive;
    font-weight: bold;
    font-size: calc(2.4vw + 1.6vh + 1.5vmin);
    color: #FFF;
    text-shadow: 3px 3px 7px black;
}












/* SECCION DE USOS */

.section-usos {
    padding: 50px 0;
}

.titulo-usos h2 {
    margin-bottom: 100px;
    font-family: "Neucha", cursive;
    font-size: calc(2.5vw + 1.4vh + 1.3vmin);
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}


.cada-uso {
    height: 400px;
    padding: 30px;
    border: 3px solid #FFF;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.cada-uso-1 {
    background-image: url(img/om-liptus-usos-aromaterapia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cada-uso-2 {
    background-image: url(img/om-liptus-usos-vaporizaciones.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cada-uso-3 {
    background-image: url(img/om-liptus-usos-masajes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cada-uso-4 {
    background-image: url(img/om-liptus-usos-capilar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cada-uso-5 {
    background-image: url(img/om-liptus-usos-limpieza.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cada-uso-6 {
    background-color: none;
}

.usos6-cont {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cada-uso-6 img {
    display: inline-block;
    position: relative;
    left: 20%;
    height: 100%;
}

.boton-usos {
    margin-bottom: 50px;
    font-family: "Neucha", cursive;
    font-size: calc(1.4vw + 1vh + 1vmin);
}

.cada-uso-6 h6 {
    display: inline-block;
    font-family: "Nunito", system-ui;
    text-align: center;
    color: #12817a;
}


.cada-uso h3 {
    position: relative;
    left: 45%;
    padding: 20px;
    width: 55%;
    display: inline-block;
    z-index: 0;
    font-family: "Neucha", cursive;
    font-size: calc(1.5vw + 0.9vh + 0.9vmin);
    text-align: center;
    color: #c8cfaf;
    background-color: #12817a9c;
    border-radius: 30px;
}

.cada-uso p {
    position: relative;
    left: 45%;
    padding: 20px;
    width: 55%;
    display: inline-block;
    font-family: "Nunito", system-ui;
    text-align: center;
    color: #FFF;
    background-color: #12817ad2;
    border-radius: 30px;
}









/* SECCION ORIGEN */

.section-origen {
    margin: 50px auto;
    padding: 50px 20px;
    background-color: #F0F7EF;
    background-image: url(img/concrete-wall.png);
    border-radius: 30px;
}

.origen-left {
    padding: 15px;
    margin-bottom: 40px;
}

.origen-left-txt {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.origen-left-txt h3 {
    margin-bottom: 50px;
    font-family: "Neucha", cursive;
    font-weight: 900;
    font-size: calc(2.3vw + 1.7vh + 1.6vmin);
    text-align: center;
    text-transform: uppercase;
    color: #C2CAA4;
}

.origen-left-txt p {
    font-family: "Nunito", system-ui;
    font-size: calc(1vw + 0.9vh + 0.9vmin);
    text-align: center;
    color: #479C8E;
}


.origen-right {
    text-align: center;
}

.origen-right img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 550px;
}







/* SECCION CONTACTO */
.contact-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.form-container {
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
}

.form-container h2 {
    margin-bottom: 100px;
    font-family: "Neucha", cursive;
    font-size: calc(2.5vw + 1.4vh + 1.3vmin);
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #C2CAA4;
}

.contactForm label {
    font-family: "Nunito", system-ui;
    font-size: calc(0.8vw + 0.7vh + 0.7vmin);
    color: #C2CAA4;
}

.contactForm input {
    width: 100%;
    background-color: #f8f9fa;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.contactForm textarea {
    width: 100%;
    background-color: #f8f9fa;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contactForm button {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 40px;
    max-width: 60%;
    background-color: #FE5B00;
    color: #FFF;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    font-family: "Neucha", cursive;
    font-size: calc(1.4vw + 1vh + 1vmin);
    border: none;
    border-radius: 30px;
}

.error {
    color: #dc3545;
    font-size: 0.9em;
    display: none;
}

.success-message {
    display: none;
}










.testimonials-section {
    padding: 80px 0;
    font-family: 'Arial', sans-serif;
}

.testimonial-titulo {
    margin-bottom: 100px;
    font-family: "Neucha", cursive;
    font-size: calc(2.5vw + 1.4vh + 1.3vmin);
    font-weight: 800;
    text-align: center;
    margin-bottom: 2rem;
}

.testimonials-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 60px; /* Espacio para los botones */
}

.testimonials-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
    width: fit-content;
    will-change: transform; /* Optimiza las animaciones */
}

@media (max-width: 768px) {
    .testimonials-slider {
        padding: 0 20px; /* Reduce padding on mobile */
        overflow-x: auto; /* Enable horizontal scroll */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        scroll-behavior: smooth;
    }
    
    .testimonials-wrapper {
        width: auto;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
        padding: 10px 0;
    }
}

.testimonial-item {
    flex: 0 0 300px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.testimonial-item blockquote {
    font-size: 1.2rem;
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.testimonial-item p {
    font-size: 1rem;
    color: #777;
    margin-bottom: 15px;
    line-height: 1.4;
}

.testimonial-item cite {
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 10px;
}

.role {
    font-size: 0.9rem;
    color: #999;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    z-index: 10;
    transition: background 0.3s;
}

.slider-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* Pause animation on hover */
.testimonials-wrapper:hover {
    cursor: grab;
}

.testimonials-wrapper:active {
    cursor: grabbing;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 0;
    }
    
    .testimonial-titulo {
        font-size: calc(2vw + 1.2vh + 1.2vmin);
        margin-bottom: 40px;
    }
    
    .testimonials-wrapper {
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
    
    .testimonials-wrapper::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    
    .testimonial-item {
        flex: 0 0 85%; /* Ajustar ancho para móviles */
        max-width: 320px;
        scroll-snap-align: center;
        min-height: 250px;
    }
    
    .testimonial-item blockquote {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    
    .testimonial-item p {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .testimonial-item cite {
        font-size: 1rem;
    }
    
    .slider-btn {
        display: none !important; /* Oculta botones en móvil */
    }
}

@media (max-width: 480px) {
    .testimonial-item {
        flex: 0 0 90%;
        max-width: 280px;
        padding: 20px;
    }
    
    .testimonial-item blockquote {
        font-size: 0.95rem;
    }
    
    .testimonial-item p {
        font-size: 0.85rem;
    }
}












