@font-face {
    font-family: 'GreatVibes';
    src: url('/fonts/GreatVibes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.page-footer {
    padding-top: 20px;
    color: #e8eaf6;
    background-color: #8e24aa;
}

.copyright a {
    color: #c5cf31!important;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.texto-fondo {
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 2rem;
    background: black;
    opacity: 0.6;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    right: 0;
}

.home-titulo {
    font-size: 2rem;
    font-family: GreatVibes;
    font-weight: bold;
}

.list-plato .avatar {
    min-height: auto!important;
}

.primary-content {
    float: left;
}

.circle-2 {
    width: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.circle-3 {
    width: 150px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.nombre-comercio {
    font-size: 1.5rem;
}

.icono-redes {
    font-size: 1.5rem;
}

.fa-facebook {
    color: blue!important;
}

.fa-twitter {
    color: #00A2F3!important;
}

.fa-youtube,
.fa-pinterest {
    color: red!important;
}

.fa-tripadvisor {
    color: green!important;
}

.fa-instagram {
    color: #fd5949!important;
}

.direccion,
.telefono,
.horarios {
    font-size: 1.2rem;
    font-weight: bold;
}

.logo-front {
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    position: absolute;
    height: auto;
    margin-bottom: 60px;
}

.header {
    height: 200px!important;
}

.texto-descripcion {
    font-size: 1.2rem;
    padding-left: 30px!important;
    padding-right: 30px!important;
}


/*********SABANA *************************/

.icon-txt {
    font-size: 1rem;
    line-height: 24px;
}

.sabana-icons {
    display: inline-flex;
    vertical-align: top;
}

.col-header {
    height: 35px;
    padding-top: 5px!important;
}

.sabana-categoria {
    font-size: 2rem;
    font-weight: bold;
}

.sabana-subcat {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 20px;
}

.sabana-collection {
    font-size: 0.9rem;
    background-color: transparent!important;
}

.sabana-collection.title {
    font-size: 1.2rem;
}

#categorias-menu {
    white-space: nowrap;
    overflow-x: scroll;
}

ul#categorias-menu li {
    display: inline;
    text-align: center;
    font-size: 1rem;
    margin-right: 14px;
}

#categorias-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    padding-bottom: 1px;
    padding-top: 10px;
    padding-left: 15px;
}

.titulo-del-menu {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 7px;
}

.underline {
    /*text-decoration: underline;*/
    border: 0px!important;
    margin-left: unset!important;
    background-color: unset!important;
    border-radius: 0px!important;
    box-shadow: unset!important;
    font-weight: bold;
}

@media (min-width: 600px) {
    .header {
        height: 200px!important;
    }
}

@media (min-width: 992px) {
    .header {
        height: 200px!important;
    }
}

@media (min-width: 1201px) {
    .header {
        height: 300px!important;
    }
}

@media (min-width: 1600px) {
    .header {
        height: 320px!important;
    }
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 95%!important;
        height: max-content;
        max-height: 80%!important;
    }
}