@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat:wght@400;700&display=swap');

*{
    box-sizing:border-box;
}

body{
    font-family: 'Montserrat', sans-serif;
    margin:0;
    background-image: linear-gradient(to right, #330202a9 0%, #330202a9 100%) , url("/img/comida.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*----------------Estilos Base-------------------*/
img{
    display: block;
    width:100%;
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
.container{
    width: 100%;
    margin:auto;
}
.container--flex,
.container--flex_list{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.container--flex_list{
    justify-content: start;
    gap: 8px;
    padding: 1rem;

}
.column{
    width:100%;
}

/*--------------------------Estilos del header-----------------------------*/
.main-header{
    width: 100%;
}
.logo{
    width: 200px;
    height: auto;
}
/*-------------------------------------Estilos del menu----------------------------*/

 .social-icon{
     display: flex;
     justify-content:space-around;
     margin: 0 8px;
  
 }
 .social-icon .social-icon__link i{
     color: white;
     margin-left: 15px;
     padding-top: 10%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 1.5em;
     width: 40px;
     height: 40px;
     background: #D9042B;
     border-radius: 50%;
     transition: all .5s;
 }

 .social-icon__link{
     text-decoration: none;
 }

 /*---------------------------Estilos del Banner------------------------*/
 /* .banner{
     margin-top: -55px;
     position: relative;
 }
 .banner:before{
     content:'';
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,.6);
     z-index: 1000;
     top:0;
 }
 .banner__img{
     widows: 100%;
     height: 300px;
     object-fit: cover;
 }
 .banner__content{
     width: 90%;
     color: #F2F2F2;
     text-align: center;
     position: absolute;
     z-index: 1500;
     top: 50%;
     left: 50%;
     transform: translate(-50%) translateY(-50%);
     font-size: 1.5em;
     font-weight: bold;
 } */
/*----------------ESTILOS PRINCIPALES------------------------*/

.group--color .container{
    background: transparent;
    color: #F2F2F2;
    padding: 10px;
    font-size: .8rem;
    text-align: center;
}
.main__title{
    margin: 5px 0;
    font-size: 2rem;
    font-family: 'Abril Fatface', cursive;
    font-weight: 100;
}

.column__title{
    font-size: 1.3em;
}

.main__about__description .column:nth-child(2){
    padding: 10px;
}

.group__title{
    font-family: Arial black;
    font-weight: 100;
    text-align: center;
    font-size: 2rem;
    margin: 30px;
    color: #F2F2F2;
    text-shadow: 0px 0px 15px #D4AF37;
}
.today-special .column{
    margin-bottom: 30px;
    text-align: center;
    border:solid;
}
.today-special__img{
    margin: auto;
    max-width: 350px;
    border-radius: 7px;
}
.today-special__title{
    font-size: 1.5rem;
    font-weight: bold;
    color: #F2F2F2;
    padding: 20px 0;
    text-align: center; 
    font-family: 'Montserrat', sans-serif;
    font-weight:bold; 
    font-size: 30px; 
    color: #EBD758; 
}
.today-special__description
{
    font-size: 1rem;
    font-weight: 400;
    padding: 0 7px 20px 7px;
    text-align: center;
    color: #F2F2F2;
}

.today-special__price{
    font-size: 1.5em;
    color: #F2F2F2;
    font-weight: bold;
    text-align: center; 
    font-family: 'Montserrat', sans-serif;
    font-weight:bold; 
    font-size: 30px; 
    color: #EBD758; 
    }
/*----------------ESTILOS FOOTER------------------------*/
.main-footer{
    background: #0D0D0D;
    color: #F2F2F2;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .9em;
}
.copy{
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}
.main-footer [class*="icon-"]{
    color: #F2F2F2;
    text-decoration: none;
}
.main-footer [class*="icon-"]:before{
    position: relative;
    top: 3px;
    right: 5px;
}

#preloader{
    background: #000  url("/img/loader.gif") no-repeat center center;
    background-size: 30%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: rgba(255, 255, 255, .1);

    padding: 12px;
    border-radius: 7px;
  }
  
  ul.breadcrumb li {
    display: inline;
    font-size: 1rem;
  }
  
  ul.breadcrumb li+li:before {
    padding: 5px;
    color: #0D0D0D;
    content: "/\00a0";
  }
  
  ul.breadcrumb li a {
    color: #D4AF37;
    text-decoration: none;
  }
  
  ul.breadcrumb li a:hover {
    color: #9e8515;
    text-decoration: underline;
  }

  .background-bebidas{
    background-image: linear-gradient(to right, #070000a9 0%, #020000a9 100%) , url("/img/bebidas-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }


/*----------------------------------ESTILOS RESPONSIVE----------------------------------*/
@media screen and (min-width:480px){


    .main-header__contactInfo__address{
        color: white;
    }
    .main-nav{
        background: rgba(0,0,0,.85);
    }
    /* .banner{
        margin-top: -145px;
        z-index: -1000;
    }
    .banner__img{
        height: 600px;
    }
    .banner__content{
        font-size: 2em;
    } */
    
    .main{
        padding-bottom: 15px;
    }
    /* .main__about__description .column:nth-child(2){
        padding-left:20px;
        font-size: .9em;
    } */
    /* .main__about__description  .btn{
        margin:0;
    } */
    .today-special .column{
        height: 400px;
        border-radius: 7px;
        padding: 5px;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(250, 250, 250, .3);
        transition: background .3s;
    }
    .today-special .column:hover{
        background: rgba(230,0,0,.5);
    }
    .today-special__img{
        max-width: 350px;
        height: auto;
        object-fit: cover;
        overflow: hidden;
    }
    .main-footer .container--flex{
        align-items: flex-start;
    }
    .column--50{
        width: 49%;
    }
    .column--50-25{
        width: 49%;
    }
    .column--33{
        width: 31%;
    }
  
}

@media screen and (min-width:768px){
    .main__title{
        font-size: 2rem;
    }
    .main__about__description{
        margin-top: 30px;
    }
    .main__about__description .column--50:nth-child(2){
        font-size: 1em;
    }
    .main__about__description .column--50:nth-child(2) .column__txt{
        line-height: 35px;
    }
    .column--50-25{
        width: 24.5%;
    }
    .column__title{
        font-size: 1em;
    }
    .group__title{
        font-size: 2rem;
    }
}

@media screen and (min-width:1024px){
    .container{
        width: 850px;
    }
    .logo{
        font-size: 2em;
        padding: 0;

    }
    .main-header__contactInfo__phone, .main-header__contactInfo__address{
        padding-right: 0;
        font-size: 1.15em;
    }

    .main-nav{
        padding:0;
    }
    .banner__img{
        height: 700px;
    }
    .banner__content{
        font-size: 2.5em;
    }
    .icon-menu{
        display: none;
    }
    .menu{
        position: static;
        display: flex;
        height: auto;
        width: auto;
    }
    .menu__link{
        padding: 20px;
    }
    .group--color .container{
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .main__title{
        font-size: 2rem;
    }
    .main__about__description .column--50:nth-child(2) .column__txt{
        line-height: 45px;
    }
    .today-special__title{
        font-size: 1.5rem;
    }
    .today-special__price{
        font-size: 1.5em;
    }
    .main-footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width:1600px){
    .container{
        width: 1400px;
    }
    .main__about__description .column:nth-child(1) img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .today-special__img{
        height: 250px;
        object-fit: cover;
    }
    .banner__img{
        height: 800px;
    }

}

@media screen  and (max-width: 1445px) {
    .column--50-25{
        width: 24%;
    }

    .container{
        width: 1200px;
    }

    .today-special__img{
        max-width: 250px;
        height: 200px;
    }

    .today-special .column{
        height: 350px;
        border-radius: 7px;
        padding: 5px;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(250, 250, 250, .3);
        transition: background .3s;
    }

    .today-special__title,
    .today-special__price{
        font-size: 1.2rem;
    }

    .main__title{
        font-size: 1.7rem;
    }
    
}


@media screen and (max-width: 1030px)
{
    .container{
        width: 1000px;
    }

    .container--flex_list{
        justify-content: center;
        gap: 1rem;
        margin: 0 auto;
    }

    .column--50-25{
        width: 31%;
    }

    .today-special__img{
        max-width: 350px;
        height: 220px;
    }

    .today-special__title,
    .today-special__price{
        font-size: 1.3rem;
    }

    .main__title{
        font-size: 1.7rem;
    }

}

@media  screen and (max-width: 820px)
{
    .container--flex_list{
        justify-content: start;
        gap: 1rem;
        margin: 0 auto;
    }

    .today-special__img{
        max-width: 400px;
        height: 220px;
    }

    .today-special__title,
    .today-special__price{
        font-size: 1.3rem;
    }

    .main__title{
        font-size: 1.5rem;
    }

    .column--50-25{
        width: 32%;
    }

    .today-special .column{
        height: 350px;
    }

    .group__title{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 790px)
{
    .container{
        width: 680px;
    }

    .container--flex_list{
        justify-content: center;
        gap: 1rem;
        margin: 0 auto;
    }

    .today-special__img{
        max-width: 400px;
        height: 220px;
    }

    .today-special__title,
    .today-special__price{
        font-size: 1.3rem;
    }

    .main__title{
        font-size: 1.5rem;
    }

    .column--50-25{
        width: 47%;
    }

    .today-special .column{
        height: 350px;
    }

    .group__title{
        font-size: 1.5rem;
    }

}

@media screen and (max-width: 480px)
{
    .container{
        width: 380px;
    }

    .social-icon{
        visibility: hidden;
    }

    .logo-container img{
        display: block;
        margin: 0 auto;
    }

    .today-special .column{
        border-radius: 7px;
        padding: 5px;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(250, 250, 250, .3);
        width: 98%;
        margin: 0 auto;
        transition: background .3s;
    }

    .today-special .column:hover{
        background-color: rgba(230,0,0,.5);
    }
    
    ul.breadcrumb li {
        display: inline;
        font-size: .8rem;
      }
}

@media screen and (max-width: 330px){

    .container{
        width: 300px;
    }
}

