.seccion1-restaurante {
  background-image: url('../img/fondo.png');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
.seccion1-restaurante::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/fondo2.png');
  background-size: cover;
  background-position: center;
}
.seccion1-restaurante .container {
  position: relative;
  z-index: 2;
}
.seccion1-restaurante .container .row {
  margin-top: 65px;
}
.seccion1-restaurante .container .row .content {
  height: 600px;
  position: relative;
  display: flex;
}
.seccion1-restaurante .container .row .content .img {
  height: 600px;
  width: 850px;
  margin-left: 80px;
  background-size: cover;
  background-position: center;
}
.seccion1-restaurante .container .row .content .cuadro-texto {
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  padding: 150px 40px;
  height: 600px;
  background-color: #fff;
  background-image: url('../img/adorno.png');
  background-position: right;
  background-repeat: no-repeat;
}
.seccion1-restaurante .container .row .content .cuadro-texto .texto1 {
  text-align: left;
}
.seccion2-restaurante {
  height: 460px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.seccion2-restaurante:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #808080;
  mix-blend-mode: multiply;
}
.seccion2-restaurante .container {
  height: 100%;
  position: relative;
}
.seccion2-restaurante .container .row {
  height: 100%;
  align-items: center;
}
.seccion3-restaurante {
  padding-top: 90px;
  padding-bottom: 90px;
}
.seccion3-restaurante .container-fluid .content .divisor {
  width: 950px;
  display: block;
  margin: 15px auto;
}
.seccion3-restaurante .container-fluid .content .row {
  margin-top: 60px;
}
.seccion3-restaurante .container-fluid .content .row .item .img {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
}
.seccion3-restaurante .container-fluid .content .row .item .texto {
  padding: 15px 5px;
  height: 60px;
  background: #F5F5F5;
  box-shadow: 0 4px 49px 0 rgba(0, 0, 0, 0.12);
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media all and (max-width: 768px) {
  .seccion1-restaurante .container .row .content {
    height: fit-content;
  }
  .seccion1-restaurante .container .row .content .img {
    width: 100%;
    margin-left: 0;
    height: 450px;
  }
  .seccion1-restaurante .container .row .content .cuadro-texto {
    width: 100%;
    position: relative;
    right: 0;
  }
  .seccion1-restaurante .container .row .content .cuadro-texto .texto1 {
    text-align: center;
  }
  .seccion1-restaurante .container .row .content .cuadro-texto p {
    text-align: center;
  }
  .seccion1-restaurante .container .row .content .cuadro-texto .btn-dorado {
    display: block;
    margin: auto;
  }
}
@media all and (max-width: 639px) {
  .seccion1-restaurante .container .row .content .cuadro-texto {
    padding: 60px 15px;
  }
  .seccion2-restaurante {
    height: 250px;
  }
  .seccion2-restaurante .container .row .content br {
    display: block !important;
  }
  .seccion2-restaurante .container .row .content .texto21 {
    font-size: 21px !important;
  }
}
