html {
    scroll-behavior: smooth;
    font-size: 1rem;
}

@font-face {
    font-family: "ForAntenna-RegularCmp";
    src: url(Fuentes/ford-antenna-regular-compressed.otf);    
}

@font-face {
    font-family: "Futura Regular";
    src: url(Fuentes/Futura\ Regular.ttf);
}

@font-face {
    font-family: "Futura-Bold";
    src: url(Fuentes/futura-bold.otf);
}

@font-face {
    font-family: "Futura-Book";
    src: url(Fuentes/Futura\ Book.otf);
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Futura Regular";
    display: flex;
    flex-direction: column;
}

nav {
    height: 11%;
    position: fixed;
    z-index: 10;
    border-bottom-style: solid;
    border-bottom-color : rgba(60, 39, 7);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 5%;
    background-color: rgba(246, 167, 0);
}

nav .logo {
    float: left;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-family: "ForAntenna-RegularCmp"
}

nav .logo a {
    color: rgba(60, 39, 7);
    text-decoration: none;
}

nav .list {
    float: right;
    padding: 0;
    margin: 0;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}

nav .list li {
    list-style: none;
}

nav .list a {
    display: block;
    padding: 15px 25px;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 10px;
    color: rgba(60, 39, 7);
    font-family: "ForAntenna-RegularCmp";
}

.menuVertical {
    position: absolute;
    display: none;
    padding: 0;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 10px;
    color:  rgba(60, 39, 7);
    background-color: rgba(246, 167, 0);
}

/*.list li:hover .menuVertical {
    display: block;
}*/

nav .list a:hover {
    background-color:  rgba(60, 39, 7);
    color: rgba(246, 167, 0);
}

#toogle {
    position: absolute;
    top: -80px;
}

nav .icon-bars {
    display: none;
    position: absolute;
    right: 5%;
    top: 25%;
    transform: translate(-50%);
}

nav .icon-bars .line {
    width: 30px;
    height: 5px;
    background-color: rgba(60, 39, 7);
    margin: 5px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 1024px) {
    nav .logo {
        float: none;
        width: auto;
        justify-content: left;
    }

    nav .list{
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 75px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        overflow: hidden;
        transition: all .5s ease-in-out;
        background-color: rgba(246, 167, 0, 0.7);
    }

    nav .list a {
        font-size: 1.7rem;
    }

    nav :checked ~ .list {
        bottom: 0;
    }
    
    nav .icon-bars {
        display: block;
    }

    .menuVertical {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-top: -25%;
        margin-left: 30% ;
        color:  rgba(60, 39, 7);
        background-color: rgba(246, 167, 0);
    }

    /*Modificacion menu desplegable celular */

    /*.list li:hover .menuVertical {
        display: block;
        margin-top: -68px;
        margin-left: 124px ;
    }*/
}

#inicio {
    width: auto;
    height: calc(100vh - 11vh);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color:  rgba(60, 39, 7);
    background-size: cover;
    background-position: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

.titSub {
    background-color: rgba(246, 167, 0);
    text-align: center;
    padding: 1.5%;
    padding-left: 25%;
    padding-right: 25%;
    margin: 6% 0;
    width: 100%;
    height: 70%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#logoVert {
    width: 0;
    height: 0;
    border-radius: 10px;
}

#titulo {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#subtitulo {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#nosotres {
    width: 100%;
    height: 100vh;
    padding: 0% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(60, 39, 7);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
}

#textNos {
    background-color: rgba(232, 209, 177, 0.9);
    color: rgba(60, 39, 7);
    display: flex;
    width: 47%;
    height: auto;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding:  1% 1%;
    right: 0;
    left: 0;
    border-radius: 10px;
    font-family: "Futura Bold";
    overflow: auto;
}

.nosCasa {
    font-family: "Futura-Bold";
    font-size: 1.3rem;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 0;
    text-align: center;
    width: auto;    
}

.parNos {
    padding: 0%;
    margin: 0;
    font-size: 1.2rem;
    padding-top: 1%;
    padding-bottom: 1%;
    font-family: "Futura-Book";
}

#productos {
    background-color: rgba(246, 167, 0);
    width: auto;
    height: auto;
    padding: 7% 0 5% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-position: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgba(60, 39, 7);
    color: rgba(60, 39, 7);
}

.productosTodosUno {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1.5%;
}

.productosTodosDos {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cardProd {
    width: 100%;
    text-align: center;
    justify-items: center;
    padding: 0 2%;
}

.tituloProd {
    margin: 1% 0;
    text-align: center;
    /*width: 80%;*/
}

.verMas {
    width: 50%;
    text-decoration: none;
    color: rgba(60, 39, 7);
    font-weight: bold;
    font-size: 1.2rem;
}

.cardTitProdu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.subTituloProd {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.titP {
    margin: 0;
    padding: 0 0 0.5% 0;
}

/*.subTituloProdBlend {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}*/

.reishiImg img {
    height: 30vh;
}

.melenaImg img {
    height: 30vh;
}

.cordyImg img {
    height: 30vh;
}

.comboImg img {
    height: 30vh;
}

.capsImg img {
    height: 30vh;
}

.autocultImg img {
    height: 30vh;
}

.blendImg img {
    height: 30vh;
}

.precio {
    width: 80%;
    font-size: 0.95rem;
    margin: 0;
    padding: 0;
    background-color: rgba(232, 209, 177, 0.7);
    border-radius: 5px;
}

.botonProduct {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Futura-Bold";
    font-size: small;
    justify-content: space-between;
    align-items: center;
    padding: 1% 0;
}

.botonProduct p {
    max-width: 65%;
    font-size: 0.8em;
    padding: 0;
    margin: 0.5% 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.encargoProd {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-family: "Futura-Bold";
    font-size: small;
    justify-content: space-between;
    padding: 1% 0;
}

.contWppProd {
    width: 100%;
    padding: 3px 0;
    margin: 7px 5px 0 2px;
    text-align: center;
    justify-content: center;
    font-family: "Futura-Book";
    font-size: 18px;
    color: rgba(60, 39, 7);
    background-color: rgba(232, 209, 177, 0.7);
    border-radius: 5px;
}
    
.contWppAgrProd {
    width: 25%;
    padding: 3px 0;
    margin: 8px 5px 0 5px;
    text-align: center;
    justify-content: center;
    font-family: "Futura-Book";
    font-size: 18px;
    color: rgba(60, 39, 7);
    background-color: rgba(232, 209, 177, 0.7);
    border-radius: 5px;
}

#preguntas {
    background-image: url("Imagenes/Fondo\ Preguntas\ v1.jpg");
    background-color: rgba(60, 39, 7);
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgba(60, 39, 7);
}

#texPreguntas {
    background-color: rgba(232, 209, 177, 0.8);
    color: rgba(60, 39, 7);
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding: 0% 0 0% 0;
    margin: 0;
    font-family: "futura-bold";
    overflow: auto;
}

.tituloPreguntas {
    font-family: "Futura-Bold";
    font-size: 1.4rem;
    margin: 0px;
    padding: 0% 10px;
}

.subTituloPreguntas {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Futura-Bold";
    font-size: 1rem;
    margin: 3px 0 3px 0;
    padding: 0 10px;
}

.titPreguntas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0;
    padding: 0 5px;
}

.notaPreguntas {
    font-family: "Futura-Book";
    font-size: 0.95rem;
    margin: 0px;
    padding: 0 10px 5px 10px;
}

#contacto {
    background-image: url("Imagenes/combofondo.jpg");
    background-color: rgba(60, 39, 7);
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 110vh;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
}

#texContacto {
    background-color: rgba(232, 209, 177, 0.75);
    color: rgba(60, 39, 7);
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding: 0% 0 0% 0;
    margin: 0;
    font-family: "futura-bold";
    overflow: auto;
}

.tituloContacto {
    font-family: "Futura-Bold";
    font-size: 1.1rem;
    margin: 1.5px 0 1.5px 10px;
    padding: 2px 0px;
}

.subTituloContacto {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Futura-Book";
    font-weight: bold;
    font-size: 0.9rem;
    margin: 1.5px 0 1.5px 0;
    padding: 0 10px;
}

.titContacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0;
}

.notaContacto {
    font-family: "Futura-Book";
    font-size: 1rem;
    margin: 0px;
    padding: 5px 10px;
    font-weight: bold;
}

#formContacto {
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: left;
    text-align: center;
    justify-items: center;
    margin: 0;
    margin-bottom: 3%;
}

.inputDatos {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px;
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(60, 39, 7);
    border-radius: 10px;
    font-family: "Futura-Book";
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.inputDatos h3 {
    margin: 5px;
    padding: 0;
}

#detallePedido {
    min-width: 80%;
    min-height: 50px;
    text-align: center;
    background-color: rgba(246, 167, 0, 0.5);
    font-family: "Futura-Book";
    height: 2em;
    border-radius: 5px;
}

.inputDatos input {
    width: 80%;
    text-align: center;
    background-color: rgba(246, 167, 0, 0.5);
    font-family: "Futura-Book";
    height: 2em;
    border-radius: 5px;
}

.inputDatos select {
    width: 81%;
    height: auto;
    text-align: center;
    background-color: rgba(246, 167, 0, 0.5);
    font-family: "Futura-Book";
    height: 2em;
    border-radius: 5px;
    margin: 0%;
}

.boton {
    padding-top: 10px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    font-family: "Futura-Book";
    font-size: 1.1rem;
    color: rgba(60, 39, 7);
}

.bot {
    height: 30px;
    width: 15%;
    background-color: rgba(232, 209, 177, 1);
    color: rgba(60, 39, 7);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.bot:hover {
    background-color: rgba(246, 167, 0);
    color: rgba(60, 39, 7);
    border-radius: 5px;
}

.redes {
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: end;
    text-align: left;
    padding: 1% 3%;
}

.redes img {
    display: flex;
    justify-items: center;
    align-items: center;
}

.redes a {
    text-decoration: none;
    color: rgba(60, 39, 7);
    font-family: 'Futura-Book';
    font-weight: bold;
    font-size: 1rem;
}

#piePag {
    color: rgba(246, 167, 0);
    background-color: rgba(60, 39, 7);
    height: 9%;
    width: 100%;
    position: fixed;
    justify-content: center;
    justify-items: center;
    text-align: center;   
    align-items: center;
    bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.5), 0 -8px 10px -6px rgba(0, 0, 0, 0.5);
    font-family: "Futura-Book";
}

@media screen and (max-width: 1024px) {

    #inicio {
        height: 100vh;
        width: auto;
        margin: 0;
    }

    .titSub {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: /*47%*/ 70%;
        width: auto;
        padding: 10% 5% 10% 5%;
    }
    
    #logoVert {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 100%;
        border-radius: 10px;
        margin: 0;
        padding: 0;
    }

    #titulo {
        width: 0%;
        height: 0%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    #subtitulo {
        width: 0%;
        height: 0%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #nosotres {
        width: auto;
        height: 100vh;
        padding: 2% 0;
        margin-top: 0px;
        margin-bottom: 0px;
        background-size: 0px 0px;
    }

    #textNos {
        width: auto;
        max-height: 100%;
        padding-top: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    #textNos p {
        font-size: 1.2rem;
    }

    .productosTodosUno {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22% 0 2% 0;
    }

    .productosTodosDos {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }

    .cardTitProdu {
        width: 85%;
    }

    .titP {
        padding: 0;
        margin: 1% 0 0 0;
    }

    .precio {
        text-align: center;
        width: 30%;
        margin: 2% 0 0 0;
    }

    .encargoProd {
        width: 65%;
    }
    
    #preguntas {
        width: auto;
        height: 100%;
        background-size: 350%;
        background-position: right;
        padding: 2%;
        margin: 0;
        font-size: 0.7rem;
    }

    #texPreguntas {
        width: auto;
        max-height: 80%;
        padding: 5%;
        margin-top: 20%;
        margin-bottom: 15%;
        font-size: 0.7rem;
        border-radius: 10px;
        background-color: rgba(232, 209, 177, 0.85);
    }

    #contacto {
        width: auto;
        height: 100%;
        background-size: 0%;
        background-repeat: no-repeat;
        padding: 2%;
        margin: 0%;;
        font-size: 0.7rem;
    }

    #texContacto {
        width: auto;
        max-height: 80%;
        padding: 5%;
        margin-top: 10%;
        margin-bottom: 15%;
        font-size: 0.7rem;
        border-radius: 10px;
    }

    #formContacto {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: left;
        text-align: center;
        justify-items: center;
        margin: 0 ;
    }

    .inputDatos {
        width: 100%;
        height: auto;
        padding: 10px 0;
        margin: 10px 0;
        color: rgba(60, 39, 7);
    }

    .inputDatos option {
        font-size: 0.4rem;
    }

    .bot {
        height: 30px;
        width: 35%;
        background-color: rgba(232, 209, 177, 0.8);
        color: rgba(60, 39, 7);
        margin: 0 0 10px 0px;
    }

    .redes {
        width: 95%;
        display: flex;
        flex-direction: row;
        justify-items: center;
        align-items: center;
        text-align: center;
        padding: 0% 2% 15% ;
    }

    #piePag {
        margin: 0;
    }

    #piePag p {
        text-align: center;
        font-size: 0.7rem;
        padding: 0;
        margin-bottom: 0;
    }

}