/* CSS Document */



/* BACKGROUND SIZE para IE8
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale');
-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale')"; 
*/


* {
	margin:0;
	padding:0;
	position: relative;
}
body{
	font-family: Montserrat, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #1a0600;
	font-weight: 400;
}


html.cargando, 
html.cargando body{ height:100%; overflow:hidden; }

	
strong, h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
ul, li{
	display: block;
	margin: 0;
	padding: 0;
}
a{
    color: inherit;
    text-decoration: none;
}
img{ 
	border: none;
}
body > header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
body > header nav{
	/* width: 90%;
    max-width: 1280px;
    max-width: 1460px; */
    margin: 0 auto;
	padding-top: 20px;
    /* background: rgba(0,0,0,0.6); */
}
body > header nav button{
	display: none;
}
body > header nav ul{
	text-align: center;
}
body > header nav ul li{ 
	display: inline-block;
}
body > header nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	display: inline-block;
	cursor: pointer;
	width: 120px;
	height: 30px;
	padding-top: 22px;
	padding-bottom: 10px;
	font-size: 16px;
	background-size: auto 22px;
	background-position: top;
	background-repeat: no-repeat;
	/* background-image: url('../../img/menu/misc_la.png'); */
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
	
	transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-o-transition: all linear 300ms;
}
body > header nav ul li a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
	filter: alpha(opacity=70); /* IE 5-7 */
	-moz-opacity: 0.7; /* Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7; /* Good browsers */
}
body > header nav ul li a.la{
	background-image: url('../../img/menu/misc_la.png'); 
}
body > header nav ul li a.el{
	background-image: url('../../img/menu/misc_el.png'); 
}
body > header nav ul li a.las{
	background-image: url('../../img/menu/misc_las.png'); 
}
body > header nav ul li a.los{
	background-image: url('../../img/menu/misc_los.png'); 
}
body > header nav ul li a.nuestros{
	background-image: url('../../img/menu/misc_nuestros.png'); 
}

.portada-fdo{
	position: fixed;
	/* position: absolute; */
	width: 100%;
	z-index: 0;
}

.portada-fdo-top img,
.portada-fdo-bottom img{
	display: block;
	width: 90%;
	/* max-width: 1280px; */
    max-width: 1460px;
	height: auto;
	margin: 0 auto;
	/* border-right: 1px solid red;
	border-left: 1px solid red; */
}
.portada-fdo .portada-fdo-top{
	background-image: url('../../img/portada/portada-recorte-top.jpg');
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.portada-fdo .portada-fdo-bottom{
	background-image: url('../../img/portada/portada-recorte-bottom.jpg');
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}


main{
	position: relative;
	z-index:1;
}

main .articulos{
	background: #e3dcd6;
}
main article{
	width: 90%;
	/* max-width: 1280px; */
    max-width: 1460px;
	margin: 0 auto;
	/* min-height: 600px;
	background: white;*/
}

main article.recuadros img{
	display: block;
	width: 100%;
	height: auto;
}
main article .width-10{
	width: 10%;
}
main article .width-20{
	width: 20%;
}
main article .width-30{
	width: 30%;
}
main article .width-40{
	width: 40%;
}
main article .width-50{
	width: 50%;
}
main article .width-60{
	width: 60%;
}
main article .width-70{
	width: 70%;
}
main article .width-80{
	width: 80%;
}
main article .width-90{
	width: 90%;
}
main article .width-25{
	width: 25%;
}
main article .width-75{
	width: 75%;
}
main article .left{
	float: left;
}
main article .right{
	/* float: right; */
	float: left; /* EVITO LAS LÍNEAS SEPARADAS EN ALGUNAS RESOLUCIONES */
}


main article .item{
	background: white; /* EVITO LAS LÍNEAS SEPARADAS EN ALGUNAS RESOLUCIONES */
}

main article .item .carousel div.item_carousel{ width:100%; height:100%; background-size:cover; }
main article .item .carousel div.item_carousel a{ display:block; cursor:pointer; height:100%; }



main article .item.link{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	
	transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-o-transition: all linear 300ms;
}
main article .item.link a{
	display:block;
	cursor: pointer;
	border: none;
	background-color: rgba(0,0,0,0.5);
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}
main article .item.link a img{
	border: none;
	visibility: hidden;
}

/* ------------------------ SÓLO DESKTOP ------------------------ */
.desktop main article .item.link a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	-moz-opacity: 0; /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	opacity: 0; /* Good browsers */
	
	transition: all linear 500ms;
	-webkit-transition: all linear 500ms;
	-moz-transition: all linear 500ms;
	-o-transition: all linear 500ms;
}
.desktop main article .item.link:hover{
	background-size: 110% 110%;
}
.desktop main article .item.link:hover a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
}
/* ------------------------ SÓLO DESKTOP ------------------------ */



main article .item.servicios{
	background-image: url('../../img/600x600/servicios.jpg');
}
main article .item.servicios a{
	background-image: url('../../img/menu/servicios.png');
}

main article .item.historia{
	background-image: url('../../img/600x600/historia.jpg');
}
main article .item.historia a{
	background-image: url('../../img/menu/historia.png');
}

main article .item.recetas{
	background-image: url('../../img/600x600/recetas.jpg');
}
main article .item.recetas a{
	background-image: url('../../img/menu/recetas.png');
}


main article.cafes ul{
	background: white;
	/*padding: 30px 0 0 0;*/
}
main article.cafes li{
	display: block;
	width: 25%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90% 90%;
	
	transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-o-transition: all linear 300ms;
}
main article.cafes li:hover{
	background-size: 100% 100%;
}
main article.cafes li img{
	display: block;
	width: 100%;
	visibility: hidden;
}

main article.contacto{
	padding: 100px 0;
	font-size: 15px;
}
main article.contacto .width-30 section{
    padding: 0 3% 0 12%;
	box-sizing: border-box;
}
main article.contacto .width-70 section.left{
    padding: 0 6% 0 0;
	box-sizing: border-box;
}
main article.contacto .width-70 section.right{
    padding: 0 3% 0 6%;
	box-sizing: border-box;
}
article.contacto h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}
article.contacto h4, 
article.contacto p{
	font-size: 14px;
}
article.contacto p.google{
	padding: 5px 24px;
	margin-top: 6px;
	background: url('../../img/iconos/maps.png');
	background-repeat: no-repeat;
	background-size: contain;
	color: #0f95ca;
}
article.contacto p.google a{
	color: #0f95ca;
}
article.contacto p.google a:hover{
	color: #1180b0;
}
article.contacto ul li {
	padding: 10px 0;
    border-bottom: 1px solid #333;
}
article.contacto ul li span.val {
    float: right;
}

span.val.fb, span.val.tw, span.val.inst {
    width: 26px;
}
span.val.fb img, span.val.tw img, span.val.inst img {
    width: 100%;
}

main article.google-maps{
	width: 100%;
	max-width: 100%;
}
main article.google-maps .mapa{
	height: 340px;
	height: 25vw;
	min-height: 300px;
}

footer{
	background: #373330;
}
footer .al_cielo{
	text-align: center;
	padding-top: 24px;
	padding-bottom: 10px;
}
footer .al_cielo a{
	display: inline-block;
	border: none;
	cursor: pointer;
	width: 48px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
	filter: alpha(opacity=60); /* IE 5-7 */
	-moz-opacity: 0.6; /* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6; /* Good browsers */
}
footer .al_cielo a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1; /* Good browsers */
}
footer .al_cielo a img{
	border: none;
	width: 100%;
}
footer nav{
	width: 72%;
	min-width: 900px;
	margin: auto;
	padding-top: 24px;
}
footer nav .logo{
	width: 16%;
	height: 200px;
	float: left;
	margin-left: 2%;
	background-image: url('../../img/logo.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}
footer nav a:hover{
	opacity: 0.8;
}
footer nav > ul{
	width: 76%;
	float: right;
	padding-top: 10px;
}
footer nav > ul > li{
	display: inline-block;
	width: 16%;
	text-align: left;
	color: #bbb4ac;
	vertical-align: top;
}
footer nav ul li h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}
footer nav ul li ul li {
    font-size: 14px;
    margin: 3px 0;
}

footer .powerby{
	background: #272320;
	height: 30px;
}

footer .powerby .copyright{
	display: block;
	position: absolute;
	left: 10%;
	color: white;
	color: rgba(255,255,255,0.7);
	font-size: 10px;
	padding: 9px;
	font-weight: normal;
	letter-spacing: 0.05em;
}

footer .powerby .mood{
	display: block;
	position: absolute;
	left: 50%;
	width: 94px;
	margin-left: -46px;
	height: 27px;
	margin-top: 4px;
	background: url('../../img/iconos/powerby.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.clear{
	width: 100% !important;
	float: none !important;
	clear:both !important;
}

.shadow{
	box-shadow: 0px 0px 14px rgba(20,6,0,0.15);
}
.portada-cont .shadow{
	box-shadow: 6px 0px 30px rgba(0,0,0,0.4);
}
.shadow img{
	z-index: 7;
}
.z-1{
	z-index: 1;
}
.z-2{
	z-index: 2;
}
.z-3{
	z-index: 3;
}
.z-4{
	z-index: 4;
}
.z-5{
	z-index: 5;
}
.z-6{
	z-index: 6;
}
.z-7{
	z-index: 7;
}
.z-8{
	z-index: 8;
}
.z-9{
	z-index: 9;
}



.popup{
	display: none;
}
.popup a.cierrapop{
	display: block;
	position: absolute;
	width: 10%;
	max-width: 70px;
	top: 20px;
	right: 0;
	margin-right: 20px;
	z-index:10;
}
.popup .cuerpo.service a.cierrapop{
	right: 50%;
}
.popup a.cierrapop img{
	width: 100%;
}

html.pop{
	height: 100% !important;
}
html.pop, 
html.pop body{
	/* height: 100% !important;
	overflow: hidden; */
}
html.pop .popup {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: rgba(0,0,0,0.1);
	/*height: 100vh;*/
	height: 100%;
	
	/* overflow: auto; */
}

html.pop .popup .cuerpo{
    /* background: white; */
    width: 90%;
    max-width: 1460px;
    margin: auto;
    margin-top: 2%;
	margin-bottom: 2%;
}

html.pop .popup .cuerpo .contenido{
	width:100%; 
	height:100%; 
	min-height:100%; 
	position:absolute; 
	top: 0;
}

html.pop .popup .cuerpo .contenido .inner{
    background-color: white;
	height: 100%;
}

html.pop .popup .cuerpo .contenido .precarga{
	background: white;
	width:100%; 
	height:100%; 
	position:absolute;
	background-image:url('../../img/iconos/precarga.gif');
	background-position: center;
	background-repeat: no-repeat;
}

html.pop .popup .cuerpo.service .contenido{
	width:50%; 
}

.popup .cuerpo .contenido .item_carousel{
	width:100%; 
	height:100%;
}

.popup .contenido .cafe {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	text-align: center;
    padding: 7% 65% 5% 8%;
    box-sizing: border-box;
}
.popup .contenido .cafe.clasico {
    background-image: url('../../img/cafes/popup/clasico.jpg');
}
.popup .contenido .cafe.premium {
    background-image: url('../../img/cafes/popup/premium.jpg');
}
.popup .contenido .cafe.etiqueta_dorada {
    background-image: url('../../img/cafes/popup/etiqueta_dorada.jpg');
}
.popup .contenido .cafe.organico {
    background-image: url('../../img/cafes/popup/organico.jpg');
}
.popup .contenido .cafe.organico header {
	background-image: url('../../img/popup/iconos/organico.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin: auto;
    max-width: 280px;
}

.popup .contenido .cafe header h3 {
    font-size: 25px;
    line-height: 26px;
	letter-spacing: 0.05em;
}
.popup .contenido .cafe.organico header h3 {
    color: #2a5327;
}
.popup .contenido .cafe header h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
	letter-spacing: 0.05em;
}
.popup .contenido .cafe header h5 {
    font-size: 11px;
    color: #b0936a;
    margin: 0;
    letter-spacing: 0.1em;
}
.popup .contenido .cafe p {
    margin: 30px auto;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.popup .contenido .cafe h5 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}

.popup .contenido .cafe .marron{
	color: #302211;
}
.popup .contenido .cafe .gris{
	color: #333333;
}

.popup .contenido .cafe ul.intensidad li{
	background-color: #bbaa96;
	display: inline-block;
	width: 9px;
    height: 9px;
    border-radius: 10px;
    margin: 6px 1px;
}
.popup .contenido .cafe ul.intensidad li.lleno{
	background-color: #302211;
}
.popup .contenido .cafe ul.banderas li{
	width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	display: inline-block;
	margin: 4px 8px;
}
.popup .contenido .cafe ul.banderas li.brasil{
	background-image: url('../../img/banderas/brasil.png');
}
.popup .contenido .cafe ul.banderas li.colombia{
	background-image: url('../../img/banderas/colombia.png');
}
.popup .contenido .cafe ul.banderas li.costarica{
	background-image: url('../../img/banderas/costarica.png');
}
.popup .contenido .cafe ul.banderas li.mexico{
	background-image: url('../../img/banderas/mexico.png');
}
.popup .contenido .cafe ul.disposicion li{
	display: inline-block;
    margin: 1px 3px;
    font-family: BenchNine, "Trebuchet MS", Verdana, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.popup .contenido .historia {
	background-image: url('../../img/historia/fondo.jpg');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 7% 60% 5% 8%;
    box-sizing: border-box;
    font-size: 19px;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: left;
}
.popup .contenido .historia h3,
.popup .contenido .historia p{
    font-weight: inherit;
    font-size: inherit;
    margin: 20px auto;
}





.popup .contenido .maquinas .carousel{
	position: absolute;
    width: 90%;
    height: 80%;
    top: 0;
    left: 5%;
	text-align: center;
}
.popup .contenido .maquinas .carousel img{
    height: 100%;
}

.popup .contenido .maquinas .logos{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 100px;
    text-align: center;
	z-index: 22;
}
.popup .contenido .maquinas .logos div{
	height: 100%;
    display: inline-block;
}
.popup .contenido .maquinas .logos div a{
	display: block;
    height: 100%;
	background-size: contain;
}
.popup .contenido .maquinas .logos div a img{
	height: 100%;
    width: auto;
	visibility: hidden;
}
.popup .contenido .maquinas .logos div:hover a img{
	visibility: visible;
	opacity: 0.5;
}
.popup .contenido .maquinas .logos div.active a img{
	visibility: visible;
	opacity: 1;
}



.popup .contenido .service{
	background-image: url('../../img/service/fondo.jpg');
	background-size: cover;
	padding: 14%;
    box-sizing: border-box;
}
.popup .contenido .service h3{
	text-align: center;
    border: 2px solid #1a0600;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 40%;
    min-width: 240px;
	margin: auto;
}
.popup .contenido .service ul{
    padding: 10px;
    box-sizing: border-box;
    width: 40%;
    min-width: 240px;
	margin: 10px auto;
	line-height: 1.4em;
}




.popup .recetas .contenido{
    background-image: url('../../img/recetas/fondo.jpg');
    background-size: cover;
}

html.pop .popup .cuerpo.recetas .contenido{
	height: 100%;
}
html.pop .popup .cuerpo.recetas .contenido .inner{
/* (Pisa html.pop .popup .cuerpo .contenido .inner) */
	background: transparent;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-align: center;
	box-sizing: border-box;
	max-width: 600px;
    margin: auto;
}

.popup .recetas .contenido .img{
	height: 50%;
}
.popup .recetas .contenido .img img{
	height: 100%;
	width: auto;
}

.popup .recetas .contenido h3{
	font-weight: 400;
    font-size: 26px;
	margin-bottom: 20px;
}

.popup .recetas .contenido section.left{
	float: left;
	text-align: left;
	margin-left: 4%;
	width: 40%;
	font-size: 14px;
}
.popup .recetas .contenido section.right{
	float: right;
	margin-right: 4%;
	width: 50%;
	font-size: 14px;
}

.popup .recetas .contenido section h4{
	margin-bottom: 10px;
}

.popup .recetas .contenido .flickity-enabled.is-draggable .flickity-viewport{
	width: 100%;
    max-width: 600px;
    margin: auto;
}
.popup .recetas .contenido .flickity-prev-next-button {
    top: 30%;
	background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}
.popup .recetas .contenido .flickity-prev-next-button.next {
	background-image: url(../../img/iconos/recetas-R.png);
}
.popup .recetas .contenido .flickity-prev-next-button.previous {
	background-image: url(../../img/iconos/recetas-L.png);
}
.popup .recetas .contenido .flickity-prev-next-button svg {
    visibility: hidden;
}



/* FLICKITY */

.flickity-page-dots {
	width: auto;
	bottom: 10px;
    left: 0;
    right: 0;
}
.flickity-enabled.is-draggable .flickity-viewport{
	height: 100% !important;
}
.carousel{
	z-index: 8;
}
/* dots are lines 
.flickity-page-dots .dot {
	height: 4px;
	width: 40px;
	margin: 0 2px;
	border-radius: 0;
}
.flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100);
	opacity: 1;
	background: #27a8a4;
}*/











/* RESPONSIVE */


body > header nav > a.responsive{
	display: none;
}





@media only screen and (max-width:1200px){

	html.pop .popup .cuerpo .contenido .inner.historia {
	    height: 100%;
	    background-color: #e4dbd6;
	    background-size: contain;
	    background-position: right 10%;
	    padding: 6% 54% 5% 8%;
    	font-size: 16px;
	}

}



@media only screen and (max-width:1024px){

	footer nav{
	    width: initial;
	    min-width: initial;
	    padding: 0 0 6vh 0;
	}
	footer nav > ul{
		width: 94vw;
	    float: initial;
	    margin-left: 4vw;
	}
	footer nav .logo{
		display: none;
	}

	html.pop .popup .cuerpo .contenido .inner.historia {
	    background-size: 76%;
	    background-position: 110% 78%;
	    padding: 6% 34% 5% 8%;
	    font-size: 15px;
	    /* font-size: 2vh; */
	}

}



@media only screen and (max-width:1024px) and (min-width:801px){
	
	main article.contacto{
		width: 96vw;
    	margin: 0 auto 0 3vw;
	}
	main article.contacto > .width-30{
		width: 24%;
	}
	main article.contacto > .width-30 section{
		padding: 0;
	}
	main article.contacto > .width-70 {
	    width: 74%;
	}
	main article.contacto section.contactos{
		width: 62%;
		padding: 0;
	}
	main article.contacto section.social{
		width: 38%;
	}

}



@media only screen and (max-width:800px){
	
	html, body{
		overflow-x: hidden;
	}

	main article {
	    width: 100%;
	}

	main article.recuadros img,
	main article .responsive-100 {
	    width: 100%;
	    height: 400px;
	    width: 100vw;
	    height: 96vw;
	    float: none;
	}
	main article .responsive-100.auto {
	    height: auto;
	}

	main article .item .carousel div.item_carousel{
		background-position: center;
		background-repeat: no-repeat;
		background-size: 130%;
	}
	.popup .cuerpo .contenido .item_carousel{
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.popup .contenido .maquinas .carousel img{
		width: 100%;
		visibility: hidden;
	}

	.responsive-hide{
		display: none;
	}
	.responsive-hide-img{
		background-size: cover !important;
	    background-repeat: no-repeat !important;
	    background-position: center !important;
	}
	.responsive-hide-img img{
		visibility: hidden;
	}
	
	html.pop .popup .cuerpo {
	    width: 100vw !important;
	    height: 90vh !important; /* Toma el ALTO del dispositivo */
	    margin-left: 0 !important;
	    margin-bottom: 0 !important;
	    margin-right: 0 !important;
	}

	.popup .contenido .maquinas .carousel{
		height: 68vh;
	}
	.popup .contenido .maquinas .logos {
	    height: 6vh;
	    bottom: 12vh;
	}
	.flickity-page-dots {
	    bottom: 4vh;
	}

	main article.cafes ul {
    	width: 100%;
    	width: 100vw;
	}
	main article.cafes ul li {
    	display: block;
    	width: 49%;
    	width: 49vw;
	}


	.portada-cont .portada-fdo-top, 
	.portada-fdo .portada-fdo-top {
	    margin-top: 10vh;
	}
	.portada-fdo .portada-fdo-top{
	    background-size: cover;
	    background-position: center;
		background-image: url(../../img/portada/portada_responsive.jpg);
	}
	.portada-fdo-top img, 
	.portada-fdo-bottom img {
	    height: 90vh;
	}


	.popup .contenido .service {
	    background-image: url(../../img/service/fondo.jpg);
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    padding: 14%;
	    box-sizing: border-box;
	}
	html.pop .popup .cuerpo.service .contenido {
	    width: 100vw;
	}
	.popup .cuerpo.service a.cierrapop {
	    right: 0;
	}



	main article.contacto {
	    padding: 6vw 0;
	}
	main article.contacto section{
	    padding: 6vw !important;
	}
	

	main article.google-maps .mapa {
	    height: 96vw;
	}


	body > header nav {
	    background: #000 !important;
	    height: 10vh;
	    padding: 0 !important;
	    padding-bottom: 20px !important;
    	box-sizing: border-box;
    	overflow: hidden;
		
		/* Animación */
    	transition: all linear 500ms;
		-webkit-transition: all linear 500ms;
		-moz-transition: all linear 500ms;
		-o-transition: all linear 500ms;
	}
	body > header nav.activo {
	    height: auto;

	    /* Full height */
	    height: 100vh;
	    padding: 0 !important;
	}

	body > header nav ul {
	    display: none;
	}
	body > header nav.activo ul {
	    display: block;
	    padding-top: 10vh;
	}

	body > header nav ul li {
	    display: block;
	}
	body > header nav ul li a{
		background: none !important;
		width: auto;
    	padding: 20pt 0 0 0 !important;
	    height: 20pt !important;
	    font-size: 18pt;
	    width: auto;

	    /* Full height */
	    height: 8vh !important;
	    padding: 0 0 6vh 0 !important;
	    font-size: 4vh !important;
	}

	main article .right {
	    float: none;
	}

	body > header nav > a.responsive{
		display: block;
	    position: absolute;
	    right: 14pt;
	    top: 2.5vh;
	    width: 6vh;
	    height: 6vh;
	    padding: 0;
	    margin: 0;
	    border: 0;
	    z-index: 9;
	}
	body > header nav > a.responsive span {
	    display: block;
	    height: 0.8vh;
	    margin-bottom: 1.2vh;
	    background: white;
	    border-radius: 10px;
	}
	
	main article, 
	footer {
	    overflow: hidden;
	}
	

	html.pop .popup .cuerpo .contenido .inner.historia {
	    background-size: 100% auto;
	    background-position: 7vw 6vh;
	    padding: 6% 40% 5% 8%;
	    font-size: 2vh;
	}
	

	html.pop .popup .cuerpo .contenido .inner {
	    height: 90vh !important;
	}
	.popup .contenido .cafe.clasico{
		background-position: center 8vh;
	}

}




@media only screen and (max-width:760px){

	footer nav{
	    padding: 0;
	}
	footer nav > ul{
		width: 100vw;
    	float: left;
    	margin: 0;
	}
	footer nav > ul > li{
		width: 30vw;
	    height: 34vw;
	}
	footer nav > ul > li h4{
		margin-bottom: initial;
	    margin-top: 4vw;
	}
	footer nav > ul > li.item-1{
	    margin-left: 6vw;
	    margin-right: 6vw;
	    width: 26vw;
	}
	footer nav > ul > li.item-2{
		width: 28vw;
	}
	footer nav > ul > li.item-3{
	}
	footer nav > ul > li.item-4{
	    margin-left: 6vw;
	    width: 32vw;
	}
	footer nav > ul > li.item-5{
		width: 28vw;
	}
	footer nav > ul > li.item-6{
	}

	footer nav > ul > li.item-1 .responsive-logo{
		width: 100%;
	    height: 20vw;
	    margin: 4vw 0 0 0;
	    background-image: url(../../img/logo.png);
	    background-position: top;
	    background-repeat: no-repeat;
	    background-size: contain;
	}
	footer nav > ul > li.item-1 h4{
	    margin-top: 2vw;
	    text-align: center;
	}


	html.pop .popup .cuerpo .contenido .inner.historia {
	    background-size: 100% auto;
	    background-position: 7vw 6vh;
	    padding: 6% 34% 5% 8%;
	    font-size: 2.4vh;
	}
	

	footer .powerby{
		height: auto;
	}
	footer .powerby .copyright{
		padding: 2vh;
	}
	footer .powerby .mood{
		height: 34px;
	}
	footer .powerby .copyright,
	footer .powerby .mood{
		position: relative;
		left: initial;
		margin: auto;
		width: 80%;
		text-align: center;
	}
	footer .powerby .mood a{
		display: block;
		height: 100%;
		margin: 0;
		padding: 0;
	}

}




@media only screen and (max-width: 480px){

	html.pop .popup .cuerpo .contenido .inner.historia {
	    background-size: 100% auto;
	    background-position: 7vw 6vh;
	    padding: 6% 34% 5% 8%;
	    font-size: 2.4vh;
	}
	
	.portada-fdo .portada-fdo-top{
		background-image: url(../../img/portada/portada_responsive_mini.jpg);
	}

	article.contacto .contactos ul li span{
		float: none;
		display: block;
	}
	
	.popup .contenido .cafe {
    	background-size: 100vw auto;
    	background-position: 50vw 10vh !important;
    	padding: 20% 36% 5% 6%;
	}
	.popup .contenido .cafe p {
    	font-size: 2.4vh;
	}
	.popup .contenido .cafe.clasico {
	    background-image: url('../../img/cafes/popup/clasico_mini.jpg');
	}
	.popup .contenido .cafe.premium {
	    background-image: url('../../img/cafes/popup/premium_mini.jpg');
	}
	.popup .contenido .cafe.etiqueta_dorada {
	    background-image: url('../../img/cafes/popup/etiqueta_dorada_mini.jpg');
	}
	.popup .contenido .cafe.organico {
	    background-image: url('../../img/cafes/popup/organico_mini.jpg');
	}
	

	.popup .recetas .contenido .img{
		height: 40%;
	}
	.popup .recetas .contenido h3{
		font-size: 3.4vh;
		margin: 3vh 3vw;
	}
	.popup .recetas .contenido section.left{
		font-size: 2.2vh;
		width: 38vw;
		margin: 0 0 0 4vw;
	}
	.popup .recetas .contenido section.right{
		font-size: 2.2vh;
		width: 50vw;
		margin: 0 4vw 0 0;
	}
	

	footer nav ul li h4{
		font-size: 16px;
		margin: 2vh 0;
	}
	footer nav ul li ul li{
		font-size: 12px;
		line-height: 20px;
	}


	footer nav > ul > li{
	    height: auto;
	}

	footer nav > ul > li.item-1,
	footer nav > ul > li.item-5,
	footer nav > ul > li.item-6{
	    display: none;
	}
	footer nav > ul > li.item-2{
		margin: 0 0 0 6vw;
	    width: 26vw;
	    margin-bottom: 4vh;
	}
	footer nav > ul > li.item-4,
	footer nav > ul > li.item-3{
		margin-left: 3vw;
    	width: 28vw;
	}


}




html.mobile header nav {
	/* background: rgba(39,35,32,0.0); padding-top:20px; */

	transition: all linear 600ms;
	-webkit-transition: all linear 600ms;
	-moz-transition: all linear 600ms;
	-o-transition: all linear 600ms;
}
html.mobile header nav ul li a {
	/* height:30px; padding-top:22px; padding-bottom:10px; background-image:url('img/menu/misc_la.png'); */

	transition: all linear 600ms;
	-webkit-transition: all linear 600ms;
	-moz-transition: all linear 600ms;
	-o-transition: all linear 600ms;
}

html.mobile header.scroll nav {
	background: rgba(39,35,32,1.0); padding-top:10px;
}
html.mobile header.scroll nav ul li a {
	background-image:none; height:28px; padding-top:0px; padding-bottom:0px;
}






