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: 20%;
    font-size: 0.95rem;
    margin: 0;
    padding: 0;
    background-color: rgba(232, 209, 177, 0.7);
    border-radius: 5px;
    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;
    }

#combo {
    background-image: url("/Imagenes/Combo\ Fondo\ I.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: cover;
    background-position: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgba(60, 39, 7);
}

#texCombo {
    background-color: rgba(232, 209, 177, 0.6);
    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;
}

.tituloCombo {
    font-family: "Futura-Bold";
    font-size: 1.4rem;
    margin-top: 5px;
}

.subTituloCombo {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Futura-Bold";
    font-size: 0.8rem;
    margin: 5px 0 5px 0;
    padding-bottom: 1%;
}

.titCombo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0px;
    margin: 0% 10px;
}

.notaCombo {
    font-family: "Futura-Book";
    font-size: 1rem;
    text-align: justify;
    margin: 2px;
    padding: 1% 5% 0 0;
}

#texComboImg {
    min-width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0%;
    border-radius: 10px;
}

#agregaCombo {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-family: "Futura-Bold";
    font-size: small;
}

#agregaCombo p {
    margin-right: 0;
}

.encargoCombo {
    width: 60%;
    display: flex;
    flex-direction: row;
    padding-top: 1%;
    font-family: "Futura-Bold";
    font-size: small;
    justify-content: space-between;
    padding: 1% 0;
}
    
.contWppCom {
    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: solid rgb(60, 39, 7) 2px;
    border-radius: 5px;
    text-decoration: none;
    color: rgba(60, 39, 7);
}
    
.contWppAgrCom {
    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: 80%;
        text-align: center;
        justify-content: center;
        margin: 1% 0;
    }
   
    #combo {
        width: auto;
        height: auto;
        padding: 10% 0 0 0;
        margin: 0;
        background-image: none;
    }

    #texCombo {
        background-color: rgba(232, 209, 177, 0.7);
        width: auto;
        height: 100%;
        padding-left: 1.5%;
        padding-bottom: 5%;
        font-size: 0.7rem;
        flex-direction: column;
        justify-content: end;
    }

    .tituloCombo {
        padding-left: 1.5%;
    }

    .subTituloCombo {
        width: auto;
        padding-bottom: 1%;
        flex-direction: column;
        text-align: left;
    }

    .notaCombo {
        padding-left: 1.5%;
    }

    #texComboImg {
        justify-content: end;
        height: 45vh;
        width: 80%;
        background-size: contain;
        padding-top: 2.5%;
        margin: 0;
    }

    #texComboImg Img {
        height: 35vh;
    }
    
    #agregaCombo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5px;
    }
    
    #agregaCombo p {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .encargoCombo {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-right: 5px;
    }
}