/*******************************************************************************************
*	Desarrollador: SAFEMENU.ES
*	Versión: :14.0
*	Fecha: 24-septiembre-2021
*	Producto: Proyecto Safe
*	Desarrollo para exposición de productos diferentes gremios. Principalmente HOSTELERIA
*	Email: jesus.garcia@safemenu.es
*******************************************************************************************/

/* COLORES */
:root {
    --PRINCIPAL: #D3955D;
    --FONDO: #4E2812;
    --GRIS1:#F5F5F5;
    --GRIS2: rgba(236,236,236, 0.37);
    --BLANCO: rgb(255, 255, 255);
    --NEGRO:rgb(0, 0, 0);
  }

  /* FUENTES */
@font-face {
  font-family: "bellevue";
  src: url("Bellevue.otf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
    font-family: 'Recoleta Alt';
    src: url('Recoleta-Light.eot');
    src: local('Recoleta Alt Light'), local('RecoletaAlt-Light'),
        url('Recoleta-Light.eot?#iefix') format('embedded-opentype'),
        url('Recoleta-Light.woff2') format('woff2'),
        url('Recoleta-Light.woff') format('woff'),
        url('Recoleta-Light.ttf') format('truetype');
}

/*******************************************************************************************/
@media (min-width: 668px) { .compartir { display: none } }
@media (max-width: 668px) { .LogoEmpresa2 { display: none } }


@media (max-width: 769px) and (orientation: portrait){ /* TABLET - iPad - 768x1024*/

    .tituloMenuModal {
        font-size: 15px;
    }
    .colModal{
        display: inherit;
    }
    .divButon {
        bottom: 2%;
        position: fixed;
        width: 90%;
    }
    .btnClose {
        width: 90%;
        border: 2px solid VAR(--FONDO);
        border-radius: 5px;
        /* filter: grayscale(100%) opacity(0.6); */
        background-color: VAR(--PRINCIPAL);
        color: var(--BLANCO);
        cursor: pointer;
        transition: all 0.2s ease-in;
        position: fixed;
        bottom: 1em;
        padding: 10px;
    }
    .suso{
        margin-bottom: 5px;
        width: 100%;
        padding-bottom: 2px;
    }
    .suso2{
        margin-bottom: 1px;
        /* width: 100%; */
    }
    .containerTituloSeccion {
    height: 100px;
    }
    .tituloSeccionNombre {
    font-size: 1.4rem;
    }
    .menuBurguer {
    padding: 0 .3rem;
    }
    #containerMenu {
    width: 99%;
    }
    #containerMenu li {
        /* height: 1%; 
        height: 54px;*/
        font-size: 2rem;
    }
    #containerMenu li{
    /* height: 6%; */
    font-size: 1rem;
    }
    .fotoBurguer {
        margin-right: 25px;
        width: 49px;
        margin-right: 6px;
    }
    #containerMenu i {
    font-size: 1.4rem;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    #containerMenu i span{
    margin-left: .3rem
    }
    .tituloSeccion {
    margin-bottom: 5px;
    }

    .containerSeccion{
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: -webkit-fill-available;
    }

    .col{
        width: 100%;
        height: 120px;
        display: grid;
        grid-template-columns: 20% 65% 15%;
        /* grid-template-columns: 12% 74% 15%; */
        /* grid-template-columns: 10% 72% 18%; */
        /* grid-template-rows: auto 1fr; */
        grid-template-rows: 100px 20px;
        background-color: whitesmoke;
    }
    .containerFoto{
    /* width: 96%;
    height: 100%;
    border-radius: 10px 0 0 10px; */
    }
    .foto {
        height: 8em;
        width: 9em;
    }

    .containerDescripcion{
    display: grid;
    grid-template-rows: 32px 65px;
    /* grid-template-rows: auto 1fr; */
    /* height: 65px; */
    justify-content: normal;
    grid-column: 2/ span 3;
    }
    .tituloMenu{
    margin-top: 0;
    border-bottom: 1px solid grey;
    background-color: #eae8e8;
    padding:1px;
    border-radius: 0 .3rem 0 0;
    }
    .nombreMenu{
    font-size: 0.7rem;
    line-height: .8rem;
/*  */
    margin-top: 0;
    /* border-bottom: 1px solid grey; */
    background-color: #eae8e8;
    padding: .3rem;
    border-radius: 0 5px 0 0;
    text-align: center;
    }
    .precioMenu{
    font-size: 15px;
    /* width: 125%; */
    }
    .descripcionMenu{
    height: 100%;
    font-size: .6rem;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    /* padding-top: 0; */
    padding: 0px -1%;
    }
    /* .description{
    padding-top: 1px;
    } */

    .alergeno{
    /* grid-column: 2/2;
    grid-row: 2/3;
    display: flex;
    align-items: center; */
    text-align: left;
    padding: 2px;
    }

    .containerDescripcionModal .alergeno1 .alergenoAct{
        height: 40px;
    }
    .precio{
    display: flex;
    }

    /*-----------modal-------------*/
    .containerModal{
        width: 800px;
        height: 550px;
    padding: .5rem;
    border-radius: .3rem;
    background-color: white;
    }
    .tituloMenuModal .nombreMenu{
    font-size: 1.4rem;
    }
    .tituloMenuModal .precioMenu{
    font-size: 17px;
    padding: 5px;
    }
    .descripcionMenuModal{
    font-size: 1rem;
    }
    .imagenModal {
        /* width: 99%; */
        /* height: 20em; */
        object-fit: cover;
        background-color: #512c1e;
    }
    .descripcionMenuModal {
        padding-top: .3rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        /* height: 16em; */
        white-space: pre-line;
        text-align: center;
        /* font-size: .6rem; */
        margin-bottom: 0;
    }
    .alergenoAct2 {
        height: 40px;
        border: none;
    }
    .btnClose {
        position: unset;
        left: 44.2em;
        border-radius: 5px;
        /* filter: grayscale(100%) opacity(0.6); */
        color: var(--BLANCO);
        cursor: pointer;
        transition: all 0.2s ease-in;
        padding: 7px;
    }

}



@media (max-width: 845px) and (orientation: portrait){ /* REDMI 8 PLUS y iPhone X - 393x851 y 414x736*/

    .colModal{
        display: inherit;
    }
    .divButon {
        bottom: 2%;
        position: fixed;
        width: 90%;
    }
    .container {
        width: 99%;
        margin: auto;
        max-width: 28rem;
    }
    .texto-encima{
        color: white;
        margin-left: 13%;
        margin-top: 5%;
        -ms-transform: rotate(-20deg); /* IE 9 */
        -ms-transform-origin: 85% 120%; /* IE 9 */
        transform: rotate(-8deg);
        transform-origin: 100% 100%; 
        background-color: #522b1ae0;
        border-radius: 8px 8px 8px 8px;
        position: absolute;
        font-size: 20px;
        width: 70%;
    }
    .foto {
        height: 100%;
        width: 100%;
        /* height: 8em;
        width: 5em; */
        /* BORDER-RADIUS: 10PX 0PX 0PX 10PX; */
        border-radius: 5px 0px 0px 5px;
    }
    .nombreMenu {
        FONT-SIZE: 14px;
    }
    .imagenModal{
        max-width: 95%;
        /* max-width: 65%; */
        /* height: 21em; */
        border-radius: .3rem;
        object-fit: cover;
        background-color: #512c1e;
    }
    .containerModal{
        width: 90%;
        height: 95%;
        padding: .5rem;
        border-radius: .3rem;
        background-color: white;
        text-align: center;
    }
    .btnClose {
        position: unset;
        left: 44.2em;
        border-radius: 5px;
        /* filter: grayscale(100%) opacity(0.6); */
        color: var(--BLANCO);
        cursor: pointer;
        transition: all 0.2s ease-in;
        padding: 7px;
    }
    .description{
        /* padding-top: .6rem; */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        /* overflow: auto; */
        /* height: 6em; */
        white-space: pre-line;
        text-align: center;
        font-size: 13px;
        margin-bottom: 0;
        width:100%
    }

    .descripcionMenuModal{
        padding-top: .3rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: auto;
       /* height: 100%;
         height: 200px; 
        min-height: 160px;*/
        white-space: pre-line;
        text-align: center;
        font-size: 16px;
        margin-bottom: 0;
        height: 21vh;
    }
    .view_data {
        margin: 0px 0 0% 0;
        padding: 1px;
        background-color: whitesmoke;
        display: inline-flex;
        width: 99%;
        margin-top: 1px;
    }
    .alergenos {
        width: 45%;
    }
    .alergenoAct {
        height: 24px;
        width: 24px;
    /* height: auto; */
    border: none;
    /* max-height: 20px; */
    padding-left: 4px;
    }
    .alergenoAct2 {
        height: 35px;
        border: none;
        width: auto;
    }
    .containerFoto {
        width: 96%;
        height: 100%;
        border-radius: 10px 0 0 10px;
        padding: 1px;
        /* height: 105%; */
        grid-row: 1 / span 2;
    }
    /* .foto {
        height: 7em;
    } */
    #containerMenu li {
        height: auto;
        /* height: 2.5em; */
        /* font-size: 1rem; */
    }
    .fotoBurguer {
        height: 100%;
        width: 40px;
        margin-right: 6px;
    }

}