/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Celular
*/

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Tablet vertical
*/

@media (min-width: 768px) and (max-width: 1199px) {}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Monitor
*/

@media (min-width: 1200px) {
  #gastro {
    padding-top: 80px;
    text-align: justify;
  }
  #gastro h1 {
    text-align: center;
    margin-bottom: 50px;
  }
  #chef {
    padding: 80px 0;
    margin-top: 80px;
    background-color: var(--gris1);
  }
  #chef h1 {
    text-align: center;
    margin-bottom: 50px;
  }
  #chef .contenedor-chef {
    height: 100%;
  }
  #chef .cont-chef {
    margin: 20px 0;
    min-height: 100px;
    background-color: #fff;
    border: 10px solid var(--gris1);
    padding: 0;
  }
  #chef .info-chef {
    font-weight: 400;
    text-align: justify;
  }
  #chef .info-chef h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0;
    text-align: center;
  }
  #chef .info-chef .info {
    padding: 20px;
  }
  #chef .info-chef img {
    box-shadow: 0px 5px 5px -4px black;
  }
}