﻿@font-face {
    font-family: 'MoonTime';
    src: url('fuentes/Moontime//MoonTime-Regular.otf') format('opentype'),
         url('fuentes/Moontime//MoonTime-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chloe';
    src: url('fuentes/Chloe.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(../images/fondo.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'MiFuente', sans-serif;
}


body{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #545454;
}

header{
    background: #a2bbb6;
}

.logotipo img{
    width: 100%;
}

.menuR{
    display: none;   
}


nav a{
    text-decoration: none;
    color: white;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 16.66%;
    float: left;
}

.menu, .menuR{
    text-align: center;
    font-size: 18px;
    color: white;
    cursor: pointer;
}
.menu:hover{
    font-weight: bold;
}


.efecto{
    padding: 0;
}


.contenido{
    padding-top:60px;
    padding-bottom:60px;
}


.texto{
    text-align: center;
    font-size: 19px;
}

.seccion{
    text-align: justify;
    font-size: 19px;
}
.seccion b{
    font-weight: 700;
}
.seccion strong{
    /* width: 100%; */
    font-weight: bold;
    text-align: start;
    font-size: 30px;
    display: inline-block;
}
.seccion strong label{
    width: 100%;
    color: #587D74;
    font-size: 40px;
    font-family: 'Chloe';
    display: inline-block;
}


.titulazo{
    background: url(../images/titulazo.png) no-repeat center center;
    background-size:contain;
    font-size: 32px;
    text-align: center;
    padding: 50px 0;
}
.titulazo b{
    font-family: 'Chloe';
    font-size: 40px;
    margin-left: 8px;
}
.titulazo strong, .titulazo2 strong{
    font-family: 'MoonTime';
    font-size: 62px;
}

.titulazo2 strong{
    color: #a2bbb6;
    font-family: 'MoonTime';
    font-size: 102px;
}
.titulazo2 b{
    color: #a2bbb6;
    font-family: 'Chloe';
    font-size: 60px;
    margin-left: 8px;
}



.imagen img{
    width: 100%;
}
.imagenCircular img{
    width: 80%;
    border-radius: 50%;
}


.ingredientes{
    padding-top: 60px;
    padding-bottom: 60px;
}


.cir{
    text-align: center;
    font-size: 19px;
}

.cir strong{
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

.cir img{
    width: 80%;
    margin-bottom: 20px;
}


.beneficios{
    padding-top: 30px;
    padding-bottom: 30px;
}


.cuadro{
    text-align: center;
}
.cuadro img{
    width: 70%;
    height: 300px;
    object-fit: cover;
}
.cuadro strong{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 20px 0;
}


.contacto{
    padding-top: 40px;
    padding-bottom: 40px;
}

.contacto strong{
    font-size: 43px;
    color: #587D74;
    font-weight: bold;
}

.contacto p{
    font-size: 26px;
}

.contacto img{
    width: 80%;
    float: right;
}

.formu{
    background: #a2bbb6;
    padding: 40px;

    border-radius: 20px;
}

.form-control{
    margin-bottom: 25px;
}

textarea{
    height: 180px;
}

.btn-submit {
    background: #a8cfcf;
    color: #ffffff;
    border: none;
    padding: 0px 80px;
    font-size: 26px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    margin-top: 20px;
}

.btn-submit:hover {
    background: #9bc4c4;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.btn-submit:active {
    transform: translateY(0);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}



.testimonios{
    padding-bottom: 100px;
}


.t{
    position: relative;
    background: white;
    text-align: justify;
    padding: 30px;

    border-radius: 0 100px 0 100px;
}
.t img{
    width: 60px;
}

.e1{
    position: absolute;
    top: -30px;
    left: 0;
    width: 60px;
}
.e2{
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 120px;
}
.e1 img, .e2 img{
    width: 100%;
}

.estrellas{
    margin-top: 20px;
}



footer{
    background-color: #a2bbb6;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;

    border-radius: 20px 20px 0 0;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    .menuR{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }

    footer{
        font-size: 18px;
    }

    .titulazo{
        line-height: 40px;
    }
    .titulazo strong{
        font-size: 50px !important;
    }
    .titulazo b{
        font-size: 36px;
    }
    .titulazo2{
        text-align: start;
        line-height: 60px;
    }
    .titulazo2 strong{
        font-size: 80px !important;
    }
    .titulazo2 b{
        font-size: 40px !important;
    }
    .seccion strong{
        font-size: 27px;
    }
    .seccion strong label{
        font-size: 30px;
    }
    .contacto strong{
        font-size: 33px;
    }
}

@media screen and (max-width:576px){
    
}


:root{
    --bg: #f4f5f3;
    --card: rgba(255, 255, 255, 0.65);
    --text: #6b5b52;
    --muted: #7a6a61;
    --btn: #aebdb8;
    --btnText: #ffffff;
}


.wrap{
    width: min(1200px, 100%);
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(18px, 3vw, 44px);
    align-items: center;
}

.product{
    display: flex;
    justify-content: center;
}

.product img{
    width: min(520px, 100%);
    height: auto;
    display: block;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,0.18));
    border-radius: 14px;
}

.card{
    background: var(--card);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 26px;
    padding: clamp(22px, 3vw, 38px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.title{
    margin: 0;
    color: var(--text);
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: clamp(30px, 3.2vw, 52px);
    text-align: center;
}

.price{
    margin: 12px 0 22px 0;
    text-align: center;
    color: var(--muted);
    font-weight: 500;
    font-size: clamp(20px, 2.1vw, 32px);
}

.btn{
    width: 100%;
    border: 0;
    cursor: pointer;
    border-radius: 18px;
    padding: 18px 16px;
    font-size: clamp(18px, 2vw, 30px);
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: lowercase;
    background: var(--btn);
    color: var(--btnText);
    transition: transform 0.12s ease, filter 0.12s ease, opacity 0.12s ease;
}

.btn:hover{
    transform: translateY(-1px);
    filter: brightness(0.98);
}

.btn:active{
    transform: translateY(0px);
    opacity: 0.92;
}

@media (max-width: 900px){
    .wrap{
        grid-template-columns: 1fr;
    }
    .card{
        max-width: 680px;
        margin: 0 auto;
    }
}











