/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
  Base styles: opinionated defaults
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
html {
  box-sizing: border-box;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
*, *:after, *:before{
  box-sizing: inherit;
  border: 0;
  margin: 0;
  padding: 0;
}
body{
  font-family: 'Roboto', sans-serif;
}
/*
  * Remove text-shadow in selection highlight:
  * https://twitter.com/miketaylr/status/12228805301
  *
  * Vendor-prefixed and regular ::selection selectors cannot be combined:
  * https://stackoverflow.com/a/16982510/7133471
  *
  * Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
  * Remove the gap between audio, canvas, iframes,
  * images, videos and the bottom of their containers:
  * https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow none resizing of textareas.
*/
textarea {
  resize: none;
}
/* Removing margin of the paragraph */
p{
  margin: 0;
}

/* ==========================================================================
  Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
  Author's custom styles
========================================================================== */
/* Cambios en bootstrap */
.navbar{
  padding: .5rem 0!important;
}
.navbar-collapse{
  justify-content: flex-end;
}
.nav-item{
  margin-right: 1.5rem;
}
.nav-item:last-child{
  margin: 0;
}
.nav-link{
  color: #fff!important;
}
/* Cambios en OWL */
.owl-carousel {
  position: relative;
}
.owl-nav{
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 2;
}
.owl-prev{
  left: 5px;
  position: absolute;
}
.owl-next{
  right: 5px;
  position: absolute;
}
.owl-prev i,
.owl-next i{
  color: #bf0811;
  font-size: 1.5rem;
}
/* Clases reutilizables */
.btn-principal{
  background-color: #bf0811;
  border: 1px solid #bf0811;
  color: #fff;
  padding: .5rem 1rem;
  transition: .4s ease all;
}
.btn-principal:hover{
  background-color: #fff;
  color: #bf0811;
  text-decoration: none;
}
.no-padding{
  padding: 0!important;
}
/* = Header = */
.header{
  background-color: #000;
}
.header-logo{
  width: 170px;
}
.fa-bars{
  color: #fff;
}
/* Hero */
.hero{
  background-image: url('../img/hero.jpg');
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
}
.hero h4{
  font-size: 1.2rem;
}
.hero span{
  border-bottom: 2px solid red;
}
/* Contacto */
.contacto{
  background-image: url('../img/contacto.jpg');
  background-size: cover;
  color: #fff;
  padding: 3rem 0 0 0;
}
.contacto h2::before{
  background-color: #bf0811;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}
.contacto h2{
  padding-top: 2rem;
  position: relative;
}
.contacto h5{
  margin-bottom: 2rem;
}
.form-contacto input,
.form-contacto textarea{
  border-radius: 1rem;
  padding: .3rem 1rem;
  width: 100%;
}
.form-contacto textarea{
  min-height: 6rem;
}
.logo-catering{
  width: 300px;
}
.redes-chef{
  background-color: #e72025;
  padding: 5rem 0 2rem 0;
}
.redes-chef > figure{
  margin-bottom: 2rem;
}
.social{
  display: flex;
  justify-content: center;
  list-style: none;
}
.social a{
  color: #fff;
  font-size: 2rem;
  margin: 0 1rem;
}
.social a:hover{
  text-decoration: none;
}
.logo-especial{
  padding-top: .4rem;
}
/* Conoce chef */
.conoce-chef{
  color: #555758;
  padding: 2rem 0;
}
.conoce-chef h1::before{
  background-color: #bf0811;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}
.conoce-chef h1{
  padding-top: .5rem;
  position: relative;
}
.conoce-chef p{
  font-size: .9rem;
  letter-spacing: -1px;
}
/* Servicios */
.servicios{
  background-color: #3d3c3c;
  background-image: url('../img/fondo.png');
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 3rem 0;
}
.servicios h2::before{
  background-color: #c00c15;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}
.servicios h2{
  padding-top: 1rem;
  position: relative;
}
.servicio{
  padding-top: 1.5rem;
}
.servicio-texto{
  align-items: center;
  background-color: #bf0811;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  min-height: 6rem;
  padding: 1rem;
}
/* Mise */
.mise{
  background-image: url('../img/mise.jpg');
  background-position: left center;
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
}
.mise h6::before{
  background-color: #bf0811;
  content: '';
  display: block;
  height: 3px;
  left: 25%;
  position: absolute;
  top: 0;
  width: 60px;
}
.mise h6{
  padding-top: 3rem;
  position: relative;
}
/* Experiencias */
.experiencias{
  color: #555758;
  padding: 3rem 0;
}
.experiencias-taller{
  text-align: center;
}
.experiencias-taller img{
  width: 130px;
}
.experiencias h2::before{
  background-color: #bf0811;
  content: '';
  display: block;
  height: 3px;
  left: 41%;
  position: absolute;
  top: 0;
  width: 60px;
}
.experiencias h2:nth-child(2)::before{
  display: none;
}
.experiencias h2{
  padding-top: 2rem;
  position: relative;
}
.carousel-dos{
  margin-top: 2rem;
}
/* 404 */
.no-encontrado{
  background-image: url('../img/mise.jpg');
  background-position: left center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
}
/* Página de Conoce chef */
.textura-roja figure{
  margin: 0;
}
.titulo-rojo{
  color: #e00006;
  padding: 2rem 0;
  margin: 0;
  text-transform: uppercase;
}
.breve-chef p{
  margin-bottom: 1rem;
  text-align: justify;
}
.breve-chef > figure::before{
  background-color: #bf0811;
  content: '';
  display: block;
  height: 3px;
  margin-bottom: .5rem;
  position: absolute;
  top: 5px;
  width: 60px;
}
.breve-chef > figure{
  margin: 0;
}
.breve-chef .experiencias-taller{
  margin: 1rem 0 2rem 0;
}
.trayectoria p{
  margin-bottom: 1rem;
  text-align: justify;
}
.trayectoria p:first-child::before{
  background-color: #bf0811;
  content: '';
  display: block;
  height: 3px;
  margin-bottom: 1rem;
  width: 60px;
}
.lista-reconocimientos{
  list-style-type: none;
  padding-left: 2.5rem;
}
.lista-reconocimientos li::before{
  background-image: url('../img/icono-gorro.png');
  content: '';
  display: inline-block;
  height: 30px;
  left: -35px;
  position: absolute;
  top: 1px;
  width: 30px;
}
.programas > p{
  text-align: justify;
  margin-bottom: 1rem;
}
.lista-reconocimientos li{
  position: relative;
  margin-bottom: 1rem;
}
.programas-tv{
  margin-bottom: 2rem;
  text-align: left;
  padding-left: 1.2rem;
}
.programas-tv li{
  color: #e00006;
}
.programas-tv p{
  color: #000;
}
.parrafo-miembro{
  padding-bottom: 1rem; 
  text-align: center;
}

/* ==========================================================================
  Responsive web design (First Mobile)
========================================================================== */

@media screen and (min-width: 768px) {
  .hero{
    padding: 8rem 0;
  }
}

@media screen and (min-width: 992px) {
  /* Clases reutilizables */
  .owl-prev{
    left: -35px;
  }
  .owl-next{
    right: -35px;
  }
  .order-lg-1{
    order: 1;
  }
  /* Hero */
  .hero{
    padding: 10rem 0;
  }
  .hero h3::before{
    background-color: #fff;
    content: '';
    height: 2px;
    left: 15%;
    position: absolute;
    top: 36%;
    width: 200px;
  }
  .hero h3::after{
    background-color: #fff;
    content: '';
    height: 2px;
    right: 15%;
    position: absolute;
    top: 36%;
    width: 200px;
  }
  .contacto{
    padding-top: 0;
    overflow-x: hidden;
  }
  .contacto h2,
  .contacto h5{
    text-align: center;
  }
  .contenedor-form{
    padding-top: 3rem;
  }
  .texto-conoce{
    padding-top: 5rem;
  }
  .texto-conoce h1{
    font-weight: bold;
  }
  .texto-conoce img{
    margin-left: 5rem;
  }
  .conoce-chef p{
    font-size: 1rem;
    width: 80%;
  }
  .redes-chef{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 4rem;
  }
  .redes-chef > figure{
    margin-bottom: 6rem;
  }
  .servicios h2::before{
    left: 1%;
  }
  .servicios h2{
    font-size: 3rem;
  }
  .servicio:nth-child(2){
    padding-top: 1.2rem;
  }
  .social{
    flex-direction: column;
  }
  .mise{
    padding: 12rem 0;
  }
  .mise h6::before{
    left: 8%;
  }
  .experiencias h2{
    font-weight: bold;
  }
  .experiencias p{
    text-align: right;
  }
  .experiencias-trendy{
    background-image: url('../img/textura.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  .experiencias h2:nth-child(2)::before{
    display: block;
    left: 30%;
    top: -300%;
  }
}
@media screen and (min-width: 1500px) {
  .hero h3::before{
    top: 25%;
    left: 20%;
  }
  .hero h3::after{
    top: 25%;
    right: 20%;
  }
}

/* ==========================================================================
  Helper classes
========================================================================== */
/*
 * Hide visually and from screen readers
*/
.hidden {
  display: none !important;
}
/*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
  * Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}
/*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

/* ==========================================================================
  EXAMPLE Media Queries for Responsive Design.
  These examples override the primary ('mobile first') styles.
  Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
  Print styles.
  Inlined to avoid the additional HTTP request:
  https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
    * Don't show links that are fragment identifiers,
    * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
    * Printing Tables:
    * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
