:root {
    --thm-font-1: 'Open Sans', sans-serif;
    --thm-font-2: 'Nunito Sans', sans-serif;
}

/* navbar  */
.navbar{
    z-index: 9999;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(228, 228, 228);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(196, 196, 196, 0.7);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
.custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255);
  } 

  @media (min-width: 300px) {
    .navbar-collapse{
        margin-top: 50px;
   }
  
  .navbar-collapse .nav-link{
      padding: 1.5rem 1rem;
  
  }

   
}
@media (min-width: 900px) {
    .navbar-collapse{
        margin-top: 0px;
   }
  
  .navbar-collapse .nav-link{
      padding: 1.5rem 1rem;
  
  }

   
}


/* navbar end */

.main{
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/img-background.jpg"); */
    background-image: url("../img/cafe-au-lait-interior.jpg");
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

.bardecor{
    position: relative;
    width: 100%;
    height: 58px;
    overflow: hidden;
}
.bardecor img{
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

#nosotros{
    margin-top: 174px;
    margin-bottom: 120px;
}
.imgabout{
    position: relative;
    width: 100%;
    height: 439px;
    overflow: hidden;
}




h1{
    font-family: var(--thm-font-2);
    font-weight: 900;
}
.descripcion{
    margin-top: 30px;
    margin-bottom: 60px;
    font-family: var(--thm-font-1);
    font-weight: 300;
}

.imgabout img{
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.menu-img{
    background-color: black;
    /* height: 475px; */
    width: 100%;
    padding-top: 18px;
    padding-bottom: 100px;
}

.menuhead{
    font-family: var(--thm-font-2);
    font-weight: 900;
    font-size: 36px;
    color: white;
    text-align: center;
    margin: 45px 0;
}
.img-platos{
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/img-background.jpg"); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/pancakes.jpg");
    transition: 0.3s;
    height: 439px;
    margin-top: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.8;
    
  }
  .img-platos:hover{
   
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url("../img/img-background.jpg"); */
    opacity: 1;
  }

  .img-platos-1{
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/img-background.jpg"); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/chuleta-de-cerdo.jpg");
    transition: 0.3s;
    height: 439px;
    margin-top: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.8;
    
  }
  .img-platos-1:hover{
   
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url("../img/img-background.jpg"); */
    opacity: 1;
  }
  .img-platos-2{
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/img-background.jpg"); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/affogato.jpg");
    transition: 0.3s;
    height: 439px;
    margin-top: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.8;
    
  }
  .img-platos-2:hover{
   
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url("../img/img-background.jpg"); */
    opacity: 1;
  }

.title-platos{
 width: 100%;
 text-align: center;
 position: absolute;
 bottom: 20px;

}

.title-platos h3{
    text-transform:uppercase;
    text-decoration: none;
    color: white;
}

.infocafe{
    margin-top: 87px;
    margin-bottom: 87px;
    text-align: center;
}
.direccion{
    margin-top: 18px;
}
.direccion h5{
 font-family: var(--thm-font-1);
 font-size: 16px;
 font-weight: 300;
}

.telefono{
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.imglogocafe{
    margin-bottom: 40px;
}
.telefono a{
    width: 250px;
    margin: 0 auto;
    border: 1px solid black;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    transform: 0.3s;
}
.telefono a:hover{
    background-color: rgb(209, 209, 209);
    border: none;
}

.links{
    margin-top: 54px;
    margin-bottom: 54px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.links a{
    text-decoration: none;
    color: black;
    padding: 20px 30px;

}


.close{
    text-align: center;
    color: white;
    background-color: black;
    height: 92px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.navmenu{
    margin-top: 88px;
    width: 100%;
    height: 64px;
    background-color: #CECECE;
    font-family: var(--thm-font-2);
    font-weight: 300;
    color: black;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    /* position: fixed; */
}
 @media (min-width: 300px) {
    .navmenu{
        font-size: 11px;
        margin-top: 88px;
        width: 100%;
        height: 64px;
        background-color: #CECECE;
        font-family: var(--thm-font-2);
        font-weight: 300;
        color: black;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-transform: uppercase;
        /* position: fixed; */
    }

    @media (min-width: 900px) {
        .navmenu{
            font-size: 16px;
            margin-top: 88px;
            width: 100%;
            height: 64px;
            background-color: #CECECE;
            font-family: var(--thm-font-2);
            font-weight: 300;
            color: black;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            text-transform: uppercase;
            /* position: fixed; */
        }
    
     }
 }
.affix-top {
    position: static;
    margin-top:30px;
    width:228px;
  }

.affix {
    position: fixed;
    /* top:70px; */
    width:228px;
  }

.navmenu .nav-item .nav-link{
    color: black;
}
.navmenu .nav-item .nav-link:hover{
    text-decoration: underline;  
}
/* .padtop{
    height: 180px;
} */
.activo{
    text-decoration: underline;     
}
.contentmenu{
    margin-top: 180px;
    margin-bottom: 200px;
}
.contentmenu .nav{
    
    margin-top: 61px;
}
.contentmenu .nav-link{
    text-transform: uppercase;
    padding: .5rem 1rem .5rem 0;
    border-bottom: solid 1px black;
    color: black;
}

.platos{
    margin: 61px auto 0 auto;
    text-align: center;
    /* width: 500px; */
}
.platos h2{
    font-family: var(--thm-font-2);
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
}

.platos h3{
    font-family: var(--thm-font-2);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 50px;
}
.platos h4{
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 41px;
}

.platos span{
    font-family: var(--thm-font-1);
    font-weight: 300;
    font-size: 15px;
}

.secondtittle{
    margin-top: 61px;
}

.bebidas{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}