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: auto;
    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.8rem;
    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: 768px) {
    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: 2rem;
    }

    nav :checked ~ .list {
        bottom: 0;
    }
    
    nav .icon-bars {
        display: block;
    }

    .menuVertical {
        justify-content: right;
        margin-top: -68px;
        margin-left: 124px ;
    }

    /*Modificacion menu desplegable celular */

    /*.list li:hover .menuVertical {
        display: block;
        margin-top: -68px;
        margin-left: 124px ;
    }*/
}

.precio {
    text-align: center;
    width: 10%;
    font-size: 0.95rem;
    padding: 0;
    font-size: 0.95rem;
    margin: 0px 5px 0px 10px;
    padding: 0px 5px 0px 5px;
    background-color: rgba(232, 209, 177, 0.7);
    border-radius: 5px;
}

.nota {
    font-family: "Futura-Book";
    margin: 1.5px 2.5px;
    padding: 0 10% 0 0;
    font-size: 0.9rem;
    text-align: justify;
}

#cola {
    background-image: url("/Imagenes/Fondo\ Cola\ Editado.jpg");
    width: auto;
    height: 110vh;
    padding-top: 0%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgba(60, 39, 7);
}

#texCola {
    background-color: rgba(248, 163, 191, 0.75);
    color: rgba(60, 39, 7);
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 0;
    margin: 0% 0%;
    font-family: "futura-bold";
    overflow: auto;
}

.tituloCola {
    font-family: "Futura-Bold";
    font-size: 1.4rem;
    margin: 0% 0 0.3% 0;
    padding: 10px 0 0 0;
}

.subTituloCola {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Futura-Bold";
    font-size: 0.8rem;
    padding: 0.3% 0 0% 0;
    margin: 0 0 0 0;
}

.titCola {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0px;
    margin: 0 5px;
}

#texColaImg {
    min-width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0%;
    border-radius: 10px;
}

#texColaImg img {
    height: 60vh;
}

.texColaLista {
    font-family: "Futura-Book";
    font-size: 1rem;
    padding: 5px 0 10px 0;
    margin: 3px 5px;
}

#agregaCola {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-family: "Futura-Bold";
    font-size: small;
}

#agregaCola p {
    margin-right: 0;
}

.encargoCola {
    width: 60%;
    display: flex;
    flex-direction: row;
    font-family: "Futura-Bold";
    font-size: small;
    justify-content: space-between;
    padding: 1% 0;
}
    
.contWppCor {
    width: 65%;
    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;
    text-decoration: none;
    border: solid rgba(60, 39, 7) 2px;
}
    
.contWppAgrCol {
    width: 15%;
    padding: 3px;
    margin: 7px 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;
}

.botonProduct {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Futura-Bold";
    font-size: small;
    justify-content: space-between;
    padding: 1% 0;
}

.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: 15%;
    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;
}

@media screen and (max-width: 768px) {

    
    .nota{
        padding: 0.5% 0 0.5% 1.5%;
    }

    .precio {
        display: flex;
        width: 25%;
        text-align: center;
        justify-content: center;
    }
   
    #cola {
        width: auto;
        height: auto;
        background-size: 35%;
        padding: 0;
        margin: 15% 0 0 0;
    }

    #texCola {
        width: auto;
        height: 100%;
        padding: 18% 0;
        padding-left: 1.5%;
        font-size: 0.7rem;
        flex-direction: column;
        justify-content: end;
    }

    .tituloCola {
        padding-left: 1.5%;
        margin: 0;
        margin-bottom: 2%;
    }

    .subTituloCola {
        padding-left: 1.5%;
        font-size: 1rem;
    }

    .texColaLista {
        padding: 0.5% 0 0.5% 6%;
    }

    #texColaImg {
        justify-content: end;
        height: 40vh;
        width: 80%;
        background-size: contain;
        padding-top: 0;
        margin: 0;
    }

    #texColaImg img {
        height: 45vh;
    }

    #agregaCola {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5px;
    }
    
    #agregaCola p {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .encargoCola {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-right: 5px;
    }
    
    #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: 10%;
        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;
    }

}