@charset "UTF-8";
/* CSS Document */
/*Reset*/
* {
	margin:0;
	/*font-size:100%;*/
	text-decoration:none;
	outline:none;
	}
 body {

	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff; 
	background-image:url(../images/background.jpg); 
	background-repeat:repeat-x; 
	background-position:center; 
	background-position:top
}

a, p, figcaption, input, textarea {
	font-family: 'Dosis', sans-serif;
	}
h2, h3, h4, h5, h6 button {
	font-family: 'Lato', sans-serif;
	}
h2, h5 {
	color:#46778c;
	font-size:3.563em;
	/*16px = 100% = 1em (element)*/
	font-weight:400;
	text-align:center;
	}
h3, h6 {
	color:#46778c;
	font-size:2em;
	letter-spacing:1px;
	font-weight:300;
	text-align:center;
	font-style:italic;
	}
.delgado {
	font-weight:300;
	}
section#s2, section#s3, section#s4 section#s5, section#s6, footer {
	padding:8px 0;
	}
section#s1,  {
    	padding:10px 0;
	
	}
section#s2, section#s4, section#s6 {
	
	}
footer {
	background-color:#fff;
	}
div.centrar {
	width:90%;
	max-width:1200px;
	margin:60px auto 0;
	}
div.clear {
	clear:both;/*No se vea influido por flotados superiores*/
	float:none;/*No flote él mismo*/
	width:100%;/*Nunca mida menos del 100%*/
	}
/*----------------------*/

/*header 
	background-color:#fff;
	float:left;
	width:100%;
    position: fixed;
    top: 0;
    z-index:10;/* 
    Defino la profunidad del header, qué tan al frente o qué tan detrás se verá
    -infinito 0 +infinito*/



	
div#mobile {
	display:none;
	}
h1 {
	background-image:url(/images/Editables/Nuevo%20Logo%20gif%20PLP%203.gif);
	background-position:center;
	width:373px;
	height:74px;
	float:left;
    background-repeat:no-repeat;
    
	}
h1 span {
	opacity:0;
	}
div#desktop {
	float:right;
	}
div#desktop a {
	display:block;/*Se pasó de inline-block a block para asignar medidas*/
	color:#306073;
	width:135px;
	height:60px;
	text-align:center;
	line-height:60px;/*Interlineado del texto*/
	float:left;
	transition:all .5s;
	}
div#desktop a:hover {
	color:#fff;
	background-color:#306073;
	}
div#desktop a:active {
	background-color:#222;
	}
div#portada {
	background-image:url(../images/img/Marisco.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:400px;
	}
div#portada img.dos {
	display:block;
	margin:auto;
	position:relative;
	top:40%;
	/*
	margin:10px = todo los lados son de 10px
	margin:10px 20px = 1,2,1,2
	margin:10px 20px 3px = 1, 2, 3, 2
	margin:10px 5px 3px 50px = 1,2,3,4	
	*/
	}
div#portada span {
	display:block;
	width:300px;
	height:300px;
	margin:auto;
	position:relative;
	top:25%;
	}

/*Section 1*/


/*Section 2*/

section#s3 article {
	width:calc(33.33% - 1em);
	width:-webkit-calc(33.33% - 1em);
	float:left;
	background-color:rgba(255,255,255,.5);
	border:2px solid #fff;
	box-sizing:border-box;
	margin:.5em;
	padding:.5em;
    position: relative;
	}
section#s3 img {
	width:100%;
	height:auto;
	}
section#s3 figcaption {
	text-align:center;
	color:#f27b50;
	font-weight:300;
	font-size:1.4em;
	margin:.5em 0 0;
	}
section#s3 article span {
	display:block;
	width:40px;
	height:40px;
	background-color:#f27b50;
	color:#fff;
	text-align:center;
	font-size:1.4em;
	line-height:40px;
	border-radius:50%;
	margin:1.5em auto;
	}
section#s3 a {
	display:block;
	width:200px;
	background-color:#f30;
	color:#fff;
	text-align:center;
	border-radius:15px;
	padding:.7em 0;
	margin:60px auto 0;
	font-size:1.3em;
	}
section#s3 input[type="checkbox"] {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 10%;
    left: 45%;
    opacity: 0;
}
/*Image 1*/
section#s3 article#camaron img {
    background-image: url(../images/menu-inicio2/vacio.gif), url(../images/menu-inicio/huevoscamaron.jpg);
    background-blend-mode:multiply;
}
section#s3 article#camaron input:checked + img {
    background-image:url(../images/menu-inicio2/huevoscamaron.gif), url(../images/menu-inicio/huevoscamaron.jpg);
}
/*Image 2*/
section#s3 article#ensalada img {
    background-image: url(../images/menu-inicio2/vacio.gif), url(../images/menu-inicio/ensalada.jpg);
    background-blend-mode:multiply;
}
section#s3 article#ensalada input:checked + img {
    background-image:url(../images/menu-inicio2/ensalada.gif), url(../images/menu-inicio/ensalada.jpg);
}
/*Image 3*/
section#s3 article#pizza img {
    background-image: url(../images/menu-inicio2/vacio.gif), url(../images/menu-inicio/pizza.jpg);
    background-blend-mode:multiply;
}
section#s3 article#pizza input:checked + img {
    background-image:url(../images/menu-inicio2/pizza.gif), url(../images/menu-inicio/pizza.jpg);
}
/*Image 6*/
section#s2 article#burrito img {
    background-image: url(../images/menu-inicio2/vacio.gif), url(../images/menu-inicio/burritou.jpg);
    background-blend-mode:multiply;
}
section#s3 article#burrito input:checked + img {
    background-image:url(../images/menu-inicio2/burritou.gif), url(../images/menu-inicio/burritou.jpg);
}
/*Image 6*/
section#s3 article#pasta img {
    background-image: url(../images/menu-inicio2/vacio.gif), url(../images/menu-inicio/pasta.jpg);
    background-blend-mode:multiply;
}
section#s2 article#pasta input:checked + img {
    background-image:url(../images/menu-inicio2/fetuccini.gif), url(../images/menu-inicio/pasta.jpg);
}
/*Image 6*/
section#s3 article#cupcake img {
    background-image: url(../images/menu-inicio2/vacio.gif), url(../images/menu-inicio/cupcake.jpg);
    background-blend-mode:multiply;
}
section#s2 article#cupcake input:checked + img {
    background-image:url(../images/menu-inicio2/cupcake.gif), url(../images/menu-inicio/cupcake.jpg);
}
/*Section 3*/
/*
section#s1 figure {
	width:25%;
	float:left;
	padding:.2em .5em;
	box-sizing:border-box;
	}*/
/*section#s1 figure span {
	display:block;
	width:150px;
	height:150px;
	border-radius:50%;
	background-color:#9A5433;
	margin:auto;
	background-size:69%;
	background-position:center;
	background-repeat:no-repeat;*/
	/*Transform
	-webkit-transform:rotateY(120deg);
	-webkit-transform:scale(.5);
	-webkit-transform:skew(20deg,200deg);
	-webkit-transform:translate(500px,200px);*/
	/*transition:all .5s;
	/*-webkit-transform-origin:top left*/
	*/}*/
/*section#s1 figure:hover span {
	border-radius:10%;
	-webkit-transform:scale(.9) rotateY(360deg);
	background-color:#222;
	}*/
section#s1 span#recolectar {background-image:url(../images/iconos/chef15.svg);}
section#s1 span#preparar {background-image:url(../images/iconos/cooking6.svg); background-size:80%;}
section#s1 span#cocinar {background-image:url(../images/iconos/flat15.svg);}
section#s1 span#servir {background-image:url(../images/iconos/salty.svg);}

/*section#s1 h4 {
	text-align:center;
	font-size:1.6em;
	font-weight:300;
	padding:.3em 0;
	margin:.3em 0;
	border-bottom:2px solid #69C;
	}*/
section#s1 figcaption {
	text-align:center;
	font-weight:300;
	color:#9A5433;
	font-size:1.2em;
	margin:.3em 0 0;
	}

section#s1 div#galeria {
    
    width:960px;    
    margin:0em auto 0;
    
    }
div#galeria img {
    height:700px; !important;
    position: absolute;
    width:100%;
    height: auto;
}
div#textos {
    height: inherit !important;/*Altura heredada del padre*/
    position: relative;/*Ya viene asignado del jQuery*/
    width:960px;
    margin:auto;
    top:-120px;
    left: 20px;
}
div#textos p {
    background-color:rgba(0,0,0,.9);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border:1px solid #000;
    font-size: 2.5em;
    padding:.1em .6em;
    border-radius:.2em;
}
/*Section 4*/

section#s4 article {
	width:33.33%;
	float:left;
	padding:.5em;
	box-sizing:border-box;
	}
section#s4 img {
	width:100%;
	height:auto;
	}
section#s4 p {
	text-align:center;
	font-size:1.4em;
	font-weight:300;
	margin:.5em 0 0;
	}
section#s4 article span {
	display:block;
	width:40px;
	height:40px;
	background-color:#fff;
	color:#f30;
	margin:auto;
	border-radius:50%;
	text-align:center;
	font-size:1.6em;
	}
section#s4 figcaption {
	position:absolute;
	width:100%;
	top:45%;
	}
section#s4 figure {
	position:relative;
	}

/*Footer*/

div#formulario {
	width:90%;
	max-width:600px;
	margin:60px auto 0;
	}
div#formulario input, div#formulario textarea {
	width:100%;
	background:#efefef;
	box-sizing:border-box;
	margin:0 0 2em;
	padding:1em .5em;
	border:2px solid #efefef;
	border-radius:.8em;
	color:#000;
	}
div#formulario textarea {
	height:8em;
	padding:.5em;
	}
input[type="submit"] {
	width:50% !important;
	float:right;
	}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
/*Botón de Mapa*/

footer button {
    display: block;/*Cambiar la interpretación de bloque sin medidas a bloque con medidas*/
    clear:both;/*Evitar el flotado superior*/
    margin: 1em auto;/*Agrega un margen de 1em hacia arriba y abajo y los lados automáticos*/
    background-color: #46778c;
    color: #fff;
    border: none;/*Prescindimos del borde nativo*/
    padding: .2em 2em;/*Separa el texto o el contenido de la orilla la cantidad indicada*/
    font-size: 2.3em;
    font-weight: 300;/*Grosor de la tipografía*/
   
}

div#menupie {
    width: 90%;
    max-width:400px;
    margin:2em auto;/*Una medida de ancho y un margen auto centrarán todo bloque*/
}
div#menupie a {
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    font-weight: 300;
    width:calc(20% - 1px);/*Restar el excedente del borde al ancho total*/
    border-right: 1px #fff solid;/*Los valores del borde funcionan a pesar del orden*/
}

div#mapa {
    display: none;
}

div#social {
    width: 90%;
    max-width: 200px;
    margin: auto;
}

div#social img {
    width:calc(25% - 1em);
    float: left;
    margin: 0 .5em;
}

/*@media screen and (max-width:) {}
    De 0px y hasta el max de ancho
    0px => 768px
*/
/*@media screen and (min-width:) {}
    Desde la medida min y hasta infinito
    768px => infinito
*/
/*Media Query*/
@media screen and (max-width:1023px) {
/* Visto desde 768px*/
    div#desktop {
        display: none;
    }
    div#mobile {
        clear:both;
        background-color: #1b445a;
        padding: .5em .5em .2em;
        box-sizing: border-box;
/*
        width: 50%;
        position: absolute;
        right:0;
        bottom:-199px;
*/
    }
    div#mobile a {
        display: block;
        background-color: rgba(255,255,255,.4);
        margin: 0 0 .5em;
        padding:.3em;
        box-sizing: border-box;
        color: #fff;
        border-radius: 2px;
    }
    div#burguer {
        width: 40px;
        height: 40px;
        border:1px solid #1b445a;
        padding: 5px 2px 2px;
        box-sizing: border-box;
        border-radius: 2px;
        float: right;
        margin:.7em .5em 0 0;
    }
    div#burguer span {
        display: block;
        width: 100%;
        background-color: #1b445a;
        height:7px;
        margin: 0 auto 4px;
        border-radius: 2px;
    }
    div.centrar {
        width: 96%;
    }
    section#s1 article {
        padding: .5em;
    }
    section#s2 article {
        width: calc(50% - 1em);
        width: -webkit-calc(50% - 1em);
    }
    section#s3 figure {
        width: 50%;
    }
    div#galeria, div#textos {
        display: none;
    }
    section#s4 article {
        padding: .3em;
    }
}

@media screen and (max-width:767px) {
/* Visto desde 425px */
    h2 {
        font-size: 3.2em;
    }
    h3 {
        font-size: 1.7em;
    }
    section#s1 article, section#s2 article, section#s3 figure, section#s4 article    {
        width: 90%;
        float: none;
        margin: 0 auto 1em;
    }
}
@media screen and (max-width:424px) {
/*Visto desde 320px*/
    h1 {
        width: 258px;
        background-repeat: no-repeat;
    }
    div#portada span {
        width: 250px;
        height: 250px;
    }
    div#menupie {
        display: none;
    }
    div.centrar {
        width: 100%
    }
  section#s1 article, section#s2 article, section#s3 figure, section#s4 article    {
        width: 96%;
    }
}









