@charset: "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i');
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:100,200,300,400,500,600,700');

/* ------------------- reglas genericas ---------------------- */ 

*{
	box-sizing: border-box;
}


a{
    color:black;
    text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 2em 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}


img {
    max-width: 100%;
    border: 0;
}

figure img{
	max-width: 100%;
}

figure {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 2em 0;
}


h1 {
    text-align:center;
    font-weight: 100;
}

h2 {
    font-size: 4em;
    font-weight: 100;
    line-height: 0.5em;
    text-align: center;
    color: #575757;
}

h3 {
    font-size: 2.7em;
    color: black;
    font-weight: 100;
    margin: 0;
}

h4 {
    font-size: 1.2em;
    color: 4d4d4d;
    font-weight: 500;
    margin: 0.3em 0;
    display: inline-block;
}

h5 {
    color: #1d1d1b;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 100;
    margin: 0;
}

h6 {
    color: #1d1d1b;
    font-size: 2em;
    font-weight: 100;
    margin: 0;
}

p {
    color: #1d1d1b;
    font-weight: 100;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 0;
}

p.bajada {
    font-size: 1.3em;
    display:block;
    max-width: 650px;
    margin: 0.3em 0;
}

p.info {
    font-size: 0.9em;
}

.center {
    text-align:center;
}

.capitalize {
    text-transform: capitalize;
}

.boton {
    width: auto;
    cursor: pointer;
    background: #3c3c3c;
    color: #FFF;
    padding: 0.7em 1em;
    border-radius: 0.2em;
    display: inline-block;
    margin-top: 0.7em;
    transition: background 0.3s;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 0.95em;
}

.boton:hover, .boton2:hover {
    background: #1e1e1e;
}

.maiz {
    background: #e2ad37;
}

.maiz:hover {
    background-color:#db803b;
}

.boton2 {
    width: auto;
    cursor: pointer;
    background: #3c3c3c;
    color: #FFF;
    padding: 0.5em 0.85em;
    border-radius: 0.2em;
    display: inline-block;
    margin-top: 1em;
    transition: background 0.3s;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 0.92em;
}

.boton_salones {
    font-size: 0.7em;
}



/* ------------------ /genericas ---------------------- */


html {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    font-family: 'Libre Franklin', sans-serif;
    -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
    font-size: 14px;
}

body {
    background: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
}


/* -------------------------------- HEADER  --------------------------*/

header {
    width: 100%;
    min-height: 100%;
    text-align: center;
}

#top {
    background:url(../img/gotas.jpg) no-repeat center center;;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.menu_bar {
    display:none;
}



/* fijo barra de menú arriba y doy ancho al 100% */
.navPrincipal {
  background-color: #1d1d1d;
  position: fixed;
  min-width: 100%;
  padding: 0.6rem;
  z-index: 2000;
}

/* limito ancho barra de menú */
nav.navWrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navPrincipal ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: 50%;*/
}
		
.navPrincipal ul li{
    display: inline-block;
}

.navPrincipal ul li a{
    color: white;
    text-decoration: none;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0.5rem 0.7rem;
}

.navPrincipal ul li a:hover{
	border-bottom: .3em solid #e3e3e3;
}


.navPrincipal ul li a.activo {
    border-bottom: .3em solid #e3e3e3;
}

/* logo de Baez Catering */
#isologo img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#button-scroll {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100px;
    height: 60px;
    display: block;
    margin-left: -50px;
    left: 50%;
}

#button-scroll img {
    margin-top: 10px;
    max-width: 50px;
}

#button-scroll a {
    text-transform: uppercase;
}

span.black {
    background: #1d1d1b;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 12px;
    padding: 6%;
}

span.black:hover {
    background: #6f6f6e;
}

#menu-toggle {display:none;}

.label-toggle {display:none;}


/* --------------------------------  NOSOTROS  --------------------------*/

#nosotros {
    background:url(../img/pinchos.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 55em;
    padding: 20em 0;
}

/* --------------------------------  ECOMMERCE  --------------------------*/

article#ecommerce div {display:flex;}

article#ecommerce div div:first-child {
    display: block;
    background: url(../img/box-01.jpg);
    flex-direction: column;
    width: 50%;
    padding: 6em 3em;
    text-align: center;}

article#ecommerce div div:nth-child(2) {
    display: block;
    background: url(../img/bakery-01.jpg) center center;
    flex-direction: column;
    width:50%;
    padding: 6em 3em;
    text-align: center;}

/* -------------------------------- MENÚ --------------------------*/


article#eramenu1 figcaption {
    position: relative;
    bottom: 21em;
    left: 5%;
    width: 25%;
    height: auto;
}

article#eramenu2 figcaption {
    position: relative;
    bottom: 21em;
    left: 72%;
    width: 25%;
    height: auto;
}

article#eramenu1 figure, article#eramenu2 figure {
    margin: 4em auto;
    max-height: 340px;
}

/*

article#menu1, article#menu2 {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    min-height: 340px;
    margin: 3em auto;
    
}

article#menu1 {
    justify-content: flex-start;
	background: url("../img/life.jpg") no-repeat center center;
}

article#menu2 {
    justify-content: flex-end;
    background: url("../img/corporate.jpg") no-repeat center center;
}

.overlay-left {
    width: 25%;
    height: auto;
    padding-top: 3em;
    left: 5%;
    position: relative;
}

.overlay-right {
    width: 25%;
    height: auto;
    padding-top: 3em;
    right: 4%;
    position: relative;
}


*/


/* -------------------------------- ASIDE NOS APASIONAN LOS DETALLES --------------------------*/

#yellow {
    background: url(../img/espatulas.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 25em;
    position: relative;
    padding-top: 12em;
}



.frase {
    color: #1d1c1a;
    font-size: 2.5em;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
}

.frase-min {
    color: #1d1c1a;
    font-size: 1.5em;
}

span.bold {font-weight:500;}

/* -------------------------------- NUESTROS ESPACIOS --------------------------*/

section#espacios {
    background: #e4e3e4;
}

.salones {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.navSecundaria {
  margin: 0 auto 2em;
  /*max-width: 1000px;*/
  padding: 0;    
}

.navSecundaria ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    /*width: 50%;*/
}
		
.navSecundaria ul li{
    display: inline-block;
}

.navSecundaria ul li a{
    width: 9em;
    cursor: pointer;
    background: #808080;
    color: #FFF;
    padding: 0.5em 0;
    border-radius: 0.2em;
    display: inline-block;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 0.92em;
}

.espacio {
    margin-top: 2em;
    margin-bottom: 1em;
}

.ajustar {
    /*max-width: 30%;*/
    max-width: 300px;
}

.sitio {
    text-decoration: underline;
    color: #1969ff;
    font-size: 0.7em;
    margin-left: 0.5em;
}

.resize11 {
	width: 11em !important;
}

.navSecundaria ul li a:hover{
	background: #1d1d1b;
}


.navSecundaria ul li a.active {
    background: #1d1d1b;
}

.ancho650 {
    max-width: 650px;
}

.ancho440 {
    max-width: 440px;
}

.ancho380 {
    max-width: 380px;
}

.ancho300 {
    max-width: 300px;
}

.ancho250 {
    max-width: 250px;
}


/* ---------------------------------CATERING -------------------------- */


#probando {
    position: relative;
    height: 100%;
}

#video {
    max-width: 1000px;
}

/* --------------------------------- SPEAKYEASY -------------------------- */

#speaky {
    background:url(../img/barman.jpg) no-repeat center center;;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 25em;
    position: relative;
    padding-top: 4em;
}

.arriba {
    margin-top: 2em;
}

.fraseblanca {
    color: #FFFFFF;
    font-size: 2.5em;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}


/* -------------------------------- CLIENTES --------------------------*/

section#clientes {
    background: #e4e3e4;
}

.wrap {
    flex-wrap: wrap;
}

/*.opuesto {
    color: white;
    text-align: center;
    font-size: 3em;
    font-weight:100;
}*/

.size3 {
    font-size: 2.5em;
    color: #808080;
}

#clientes ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#clientes ul li {
    width: auto;
    text-align: center;
}

#clientes img {
    max-width: 9em;
}



/* -------------------------------- CONTACTO --------------------------*/

form {
    width: 60%;
    margin: 0 auto;
}

label {
    display:none;
}

form > input, form > textarea {
    background: #b7b7b7;
    width: 100%;
    display: block;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    border-radius: 0.2em;
    padding: 10px;
    color: #FFF;
    border: 0;
    margin: 1em 0;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1em;
}

form > input:focus, form > textarea:focus {
	background: #a0a0a0;
}

::-webkit-input-placeholder {
	color:#FFF;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#FFF;
    font-weight: 300;
}

:-ms-input-placeholder {  
   color:#FFF;
}


form > textarea[placeholder] {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1em;
}

#enviar {
    width: auto;
    margin: 0 auto;
    cursor: pointer;
    background: #3c3c3c;
    color: #FFF;
    padding: 0.5em 1.5em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    transition: background 0.5s;
    text-transform: uppercase;
}

#enviar:hover {
	background: #1d1d1b;
}

form > input[type=number]::-webkit-outer-spin-button, form > input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form > input[type=number] {
    -moz-appearance:textfield;
}

.g-recaptcha > div {margin: 0 auto}

/* --------------------------------  GRACIAS  --------------------------*/

#gracias {
    background: url(../img/pinchos.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    padding: 20em 0;
}

/* ------------------ FOOTER ---------------------------*/

footer {
    background: #333333;
}

#copyright {
    display:block;
    width: 100%;
    padding: 0.8em 0;
    text-align: center;
    background: #1a1a1a;
    color: white;
    font-size: 0.8em;
}



.flexible {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;  
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction:
    flex-direction: row;
}

.centrado {
    justify-content: center;
}

.imgpie {
    max-width: 120px;
}

footer figcaption {
    color: white;
    font-size: 1em;    
}

footer p {
    color: white;
    font-size: 1em;
}

footer p.location {
    padding-left: 30px;
    padding-top: 5px;
    background: url(../img/PieUbicacion.svg) center left no-repeat;
    
}

footer p.telephone {
    padding-left: 30px;
    padding-top: 5px;
    background: url(../img/PieTelefono.svg) center left no-repeat;
    
}

footer p.mail {
    padding-left: 30px;
    padding-top: 5px;
    background: url(../img/PieMail.svg) center left no-repeat;
    
}

.element { pointer-events: none; }
.element > a { text-decoration:none; color:inherit; }

#redes {
    max-width: 320px;
}

#redes figure {
    text-align: center;
}

#redes figure img {
    max-width: 40px;
}

footer figcaption {
    color: white;
}

.item-flex:nth-child(3) {
    -webkit-flex-grow: 0.15;
    flex-grow: 0.15;
}



/* --------------------------------------------- TABLET --------------------------------------------------------- */


@media all and (max-width:768px) {
    
    .wrapper {
    max-width: 90%;
    padding: 1em 0;
}

    h2 {
    font-size: 2.5em;
    line-height: 1em;

}

#isologo img {
    max-width: 60%;
}
    
    
.navBar {
  background-color: transparent;

}

/* limito ancho barra de menú */
.navWrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 2%;
}

nav.navWrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
    
    /*.navPrincipal {
        display: none;
    }*/
    
    .ajustar {
    max-width: 100%;
}
 
    section {
    padding: 0 0 1.5em;
}
    
    .salones {
        flex-wrap: wrap;
    }
    
    form {
    width: 100%;
}
    /*.flexible {flex-direction:column;}*/
    
    /* --------------------------------  NOSOTROS  --------------------------*/

#nosotros {
    height: auto;
    padding: 5em 0;
}

    
    /* ------------------------------------------ aside yellow ------------------------------------- */
    
    
#yellow {
    background: url(../img/espatulas_768.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 25em;
    position: relative;
    padding-top: 2em;
}
    
     #yellow p {
        width: 70%;
    }
    
    article#eramenu1 figcaption {
    position: relative;
    bottom: 0;
    left: 0;
    top: 1em;
    width: 100%;
}

article#eramenu2 figcaption {
    position: relative;
    bottom: 0;
    left: 0;
    top: 1em;
    width: 100%;
    height: auto;
}

article#eramenu1 figure:first-child {
    margin: 3em auto;
}
    
    
    /* ----------NUSTROS ESPACIOS ---------------- */
    
    .navSecundaria {
  display: none;   
}
    
    .espacio {
    margin-top: 1em;
    margin-bottom: 0.6em;
}
    .ajustar {
    max-width: 100%;
}
    
/* ------------- Cambié background fijo ----- */
    
   
    
    /* ----------------------------- CLIENTES ------------------------ */
    
   /* #clientes img {
    max-width: 100px;
}*/
    #clientes ul {
    justify-content: space-around;
}
    
    
    /* ------------------ FOOTER ---------------------------*/
    
    footer figcaption {
    display: none;
}
    #redes {
    margin: 2em auto 0;
}
  
    .imgpie {
        margin: 0 auto;
    }
    
    .swiper-slide {
        display:block;
    }
    
    .imgpie {
    margin: 1.5em auto;
}
    #datos {
        margin: 0 auto;
    }
    
    footer p {
        text-align: center;
    }
    
    footer p.location {
    background: none;
    padding-left: 0; 
}

    footer p.telephone {
    background: none;
    padding-left: 0;
}

    footer p.mail {
    background: none;
    padding-left: 0;
}
    
} /* cierre */


/* --------------------------------------------- MOBILE --------------------------------------------------------- */


@media all and (max-width:500px) {

    article#ecommerce div {display:block;}

    article#ecommerce div div:first-child {
        width: 100%;}
    
    article#ecommerce div div:nth-child(2) {
        width:100%;}
    
    /* -------------------------------- MENU BAR -------------------------------- */
    
    .navPrincipal {
        width: 80%;
        height: 100%;
        left: -100%;
        margin: 0;
        position: fixed;
    }
    
    .navPrincipal ul{
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    /*width: 50%;*/
}
		
.navPrincipal ul li{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 1em;
}
    
.navPrincipal ul li:hover {
        background-color: #c3c3c3;
        color: white;
    }

.navPrincipal ul li a{
    display: block;
    color: white;
    text-decoration: none;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0;
}
    


    .navPrincipal ul li a:hover {
        border-bottom: 0;
    }


.navPrincipal ul li a.activo {
    border-bottom: 0;
}
    
    nav.navWrapper {
    display: block;
    }
    
    .menu_bar {
        display:block;
        width: 100%;
    }
    
    .menu_bar .bt-menu {
    display: block;
    padding: 5px 20px 8px;
    text-decoration: none;
    background-color: #333;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
    
    .menu_bar span {
        float: right;
        font-size: 25px;
    }
    
    /* ------------------------------------------- ESPACIOS ------------------------------------------------------ */
        
    .ajustar {
    max-width: 300px;
}
    
    
} /* cierre */