@charset "utf-8";
/* CSS  */
/*paleta segun adobe color COLORES LEAF Análogos*/
/* Verde 		 #647D45  */
/* Ocre 		 #9E6F1D  */
/* Marron vino	 #6B1C27  */
/* Azul 		 #170099  */
/* Aguamarina	 #47B8A8  */

/* gris claro 	 #F4F7F8 */
/*gris medio 	#E0E2E2*/
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,700');
@import url('https://fonts.googleapis.com/css?family=Bitter');

@import url('https://fonts.googleapis.com/css?family=Allan');

/*Estilo General del cuerpo*/
body{
	background-color:FFF; /*blanco*/
	padding:0px;
	margin:0px;
	border:none;
	font-family: 'Quicksand', sans-serif;
	
	}
p{
	margin:0;}
	
	
/* Modelo Base */
/*Clases Principales */

/* Encabezado */
.cabecera{
	color:#FFF;
	text-align:center;
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background-color:#6B1C27; /*marron*/
	background-image:url(../imagenes/fondocabecera.jpg);
	background-position:center;
	background-repeat:repeat;
	background-size:auto;
	}


/* Menú */
.menu{
	text-shadow:1px 2px 2px #999;
	text-align:center;
	display:block;
	position:relative;
	padding:0 0 0em 0;
	margin:0;
	height:auto;
	width:auto;
	background-color:#F4F7F8; /*gris claro*/
	box-shadow:0em 0em 0.3em #333;	
	font-family: 'Quicksand', sans-serif;

	}
.menu a{ /*elemento hipervinculo de menu*/
	display:inline-block;
	text-decoration:none;
	padding:0 1em 1.7em  1em ;
	outline:none;
	color: #6B1C27 ; /*marron vino*/
	-webkit-transition: all 0.5s cubic-bezier(0,0,0.25,1);
	transition: all 0.5s cubic-bezier(0,0,0.25,1);
	background-repeat:no-repeat;
	background-position:50% 130%;
	font-family: 'Quicksand', sans-serif;
	font-size:16pt;
	
	
	}
.menu a:hover, .menu a:focus{
	text-shadow:1px 2px 2px #777;
	-webkit-transition: all 0.5s cubic-bezier(0,0,0.25,1);
	transition: all 0.5s cubic-bezier(0,0,0.25,1);
	color:#000;
	background-image:url(../imagenes/flechamenu.png);
	background-repeat:no-repeat;
	background-position:50% 100%;
	font-family: 'Quicksand:700', sans-serif;

	}


/* Portada */
.portada{
	display: block;
	box-shadow:0em 0em 0.3em #333;
	background-color: #FFF;
	background-image: url(../imagenes/portada1.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: top;
	background-size:cover;
	position: relative;
	height:480px;
	z-index:-2;
}
.portadafondo1{
	display: block;
	background-image: url(../imagenes/transitorioportada01.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: center;
	background-size:cover;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:480px;
	width:auto;
	z-index:-1;
	opacity:0;
	-webkit-transition: all 1s cubic-bezier(0,0,0.25,1);
	transition: all 1s cubic-bezier(0,0,0.25,1);
	-o-transition:all 1s cubic-bezier(0,0,0.25,1);
	}
.portadafondo2{
	display: block;
	background-image: url(../imagenes/transitorioportada02.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: center;
	background-size:cover;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:480px;
	width:auto;
	z-index:-1;
	opacity:0;
	-webkit-transition: all 1s cubic-bezier(0,0,0.25,1);
	transition: all 1s cubic-bezier(0,0,0.25,1);
	-o-transition:all 1s cubic-bezier(0,0,0.25,1);
	}
.portadafondo3{
	display: block;
	background-image: url(../imagenes/transitorioportada03.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: center;
	background-size:cover;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:480px;
	width:auto;
	z-index:-1;
	opacity:0;
	-webkit-transition: all 1s cubic-bezier(0,0,0.25,1);
	transition: all 1s cubic-bezier(0,0,0.25,1);
	-o-transition:all 1s cubic-bezier(0,0,0.25,1);
	}
.portadafondo4{
	display: block;
	background-image: url(../imagenes/transitorioportada04.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: center;
	background-size:cover;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:480px;
	width:auto;
	z-index:-1;
	opacity:0;
	-webkit-transition: all 1s cubic-bezier(0,0,0.25,1);
	transition: all 1s cubic-bezier(0,0,0.25,1);
	-o-transition:all 1s cubic-bezier(0,0,0.25,1);}
.portadafondo5{
	display: block;
	background-image: url(../imagenes/transitorioportada05.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: center;
	background-size:cover;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:480px;
	width:auto;
	z-index:-1;
	opacity:0;
	-webkit-transition: all 1s cubic-bezier(0,0,0.25,1);
	transition: all 1s cubic-bezier(0,0,0.25,1);
	-o-transition:all 1s cubic-bezier(0,0,0.25,1);}
.portadafondo6{
	display: block;
	background-image: url(../imagenes/transitorioportada06.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: center;
	background-size:cover;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:480px;
	width:auto;
	z-index:-1;
	opacity:0;
	-webkit-transition: all 1s cubic-bezier(0,0,0.25,1);
	transition: all 1s cubic-bezier(0,0,0.25,1);
	-o-transition:all 1s cubic-bezier(0,0,0.25,1);}
.portadafondo7{
	display: block;
	background-image: url(../imagenes/transitorioportada07.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: center;
	background-size:cover;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:480px;
	width:auto;
	z-index:-1;
	opacity:0;
	-webkit-transition: all 1s cubic-bezier(0,0,0.25,1);
	transition: all 1s cubic-bezier(0,0,0.25,1);
	-o-transition:all 1s cubic-bezier(0,0,0.25,1);}
.portadafondo8{
	display: block;
	background-image: url(../imagenes/transitorioportada08.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: center;
	background-size:cover;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:480px;
	width:auto;
	z-index:-1;
	opacity:0;
	-webkit-transition: all 1s cubic-bezier(0,0,0.25,1);
	transition: all 1s cubic-bezier(0,0,0.25,1);
	-o-transition:all 1s cubic-bezier(0,0,0.25,1);}



	.inspirador{
	color: #FFC;
    display: block;
    text-align: right;
    font-size: 23pt;
    font-family: 'Quicksand:700', sans-serif;
    text-shadow: 2px 2px 2px #000000;
    position: relative;
    top: -5%;
    margin-left: 20%;
    margin-right: 20%;

		}
	.inspiradorsombra{
		opacity: 0.5;
		top: 50%;
		background-color: #275612;
		position: relative;
		height: 12%;
		}
	.inspiradorlocalalive{
		color: #FFC;
		display: block;
		text-align: center;
		font-size: 30pt;
		text-shadow: 2px 2px 2px #000000;
		position: relative;
		top: 24%;
		margin-left: 20%;
		margin-right: 20%;
		}
	.marcas {
		position: relative;
		top: 36%;
		text-align: center;
		opacity: 0.9;
		}
	
	.portadatexto{
	box-shadow:0em 0em 0.9em #333;
	color:#6B1C27;
	display: block;
	text-align:left;
	position: relative;
	margin: auto;
	padding: 1em 1em 2em 1em;
	font-size: 19pt;
	text-shadow: 1px 1px 0px #d5c4b7;
	background-image:url(../imagenes/fondoyute.jpg);
	background-position:center;
	background-size:cover;
	font-family: 'Allan', cursive;

		}
	.portadatexto p {
	max-width: 800px;
	display: block;
	position: relative;
	margin: auto;
	padding-top:1em;

	}

/* Porque LEAF*/
.porqueleaf{
	display: block;
	text-align:center;
	background-color: #FFF;
	background-image: url(../imagenes/fondomazorcacacao.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-position: top;
	background-size:cover;
	position: relative;
	}



.contenedorporqueleaf{
	display:block;
	clear:both;

	}
.iconocacao {
	display:inline-block;
	padding:1em;
	max-width:500px;
	margin:50px 1em 1em 1em;
	text-align:left;
	vertical-align:center;
	}
.textoporqueleaf{
	color:#FFF;
	display:inline-block;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	max-width:500px;
	background-image:url(../imagenes/fondotransparentoso.png);
	background-repeat:repeat;
	padding:0.8em 0.8em 0.8em 2em;
	margin:0.8em 0.8em 0.8em 2em;
	text-align:right;
	vertical-align: top;
	}


/* Articulos */
.cursiva{
	font-style:italic;
	}

.articulos{
	text-align:center;
	padding-bottom:1em;
	}
	.articulos img{
		margin:2em 2em 1em 2em;
		}
	.tituloseccion{
		color:#6B1C27;
		text-align:center;
		padding:1em 1em 0.5em 1em;
		position:relative;
		font-size:28pt;
		font-family: 'Quicksand:700', sans-serif;}
	.tituloseccionoscuro{
		color:#FFF;
		text-align:center;
		padding:1em 1em 0.3em 1em;
		position:relative;
		font-size:28pt;
		font-family: 'Quicksand:700', sans-serif;
		}
		
	.tituloarticulos{
	text-align: center;
	padding-bottom: 0.1em;
	position: relative;
	font-family: 'Quicksand:700', sans-serif;
	font-size: 26pt;
		}
	.botonverde{
		color:#FFF;
		background-color:#647D45;
		font-family: 'Quicksand:700', sans-serif;
		padding:0.3em;
		margin-top:1em;
		-webkit-transition: all 0.5s cubic-bezier(0,0,0.25,1);
		transition: all 0.5s cubic-bezier(0,0,0.25,1);
		}
		
	.botonverde:hover{
	color: #647D45;
	background-color: #CEE9CD;
	cursor:pointer;
		}
		
		.sombracuadro{	
		position:relative;
		text-align:center;
		display:inline-block;
		width:480px;
		height:auto;
		background-color:#F4F7F8;
		margin:1em;
		size:0.8;

		
/*modificar escala de acuerdo al tamaño de la pantalla*/
		-ms-transform: scale(1,1); /* IE 9 */
	    -webkit-transform: scale(1,1); /* Safari */
    	transform: scale(1,1);}
		
		.sombracuadro::after{
		content: '';
		position:absolute;
		left:9px;
		z-index:-1;
		bottom: 8px;
		width: 47%;
		height: 12px;
		transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		-webkit-box-shadow: 0 10px 10px #777;
		box-shadow: 0 10px 10px #777;
		}
		
		.sombracuadro::before{
		content: '';
		position: absolute;
		right:9px;
		z-index:-1;
		bottom: 8px;
		width: 47%;
		height: 12px;
		transform: rotate(2deg);
		-webkit-transform:rotate(2deg);
		-webkit-box-shadow: 0 10px 10px #555;
		box-shadow: 0 10px 10px #555;}
	
	
    .cuadroarticulo{
		position:relative;
		text-align:center;
		display:inline-block;
		width:480px;
		height:auto;
		background-color:#F4F7F8; 
		z-index:0;
		
/*modificar escala de acuerdo al tamaño de la pantalla*/
		-ms-transform: scale(1,1); /* IE 9 */
	    -webkit-transform: scale(1,1); /* Safari */
    	transform: scale(1,1);
		}
	.dentroarticulos{
		padding:0 2em 2em 2em;
		}

/*Acerca de Nosotros*/
.aboutus{
	background-color:#E8E8E8;
	background-image:url(../imagenes/fondocacaomata.jpg);
	background-size:cover;
	padding:1em 4em 0 4em ;
	text-align:center;
	display:block;
	position:relative;
	overflow:hidden;
	}
	.contenedoraboutus{
		margin:auto;
		text-align:center;	
		padding-bottom: 2em;
		}
	
	.fotoaboutus{
	display:inline-block;
	background-image:url(../imagenes/sacoleafexportacion.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:400px;
	height:493px;
	box-shadow:5px 5px 5px #666 ;
	position:relative;
	vertical-align:text-top;
	margin: 2em;

	}
	
	.textoaboutus{
	color:#FFF;
	display:inline-block;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	max-width:300px;
	background-image:url(../imagenes/fondotransparentoso.png);
	background-repeat:repeat;
	padding:2em;
	margin:2em;
	text-align:justify;
	vertical-align:top;
	position:relative;
	height:400px;
	}
	
/* Reviews */
.reviews{
	background-image:url(../imagenes/fondotestimonios.jpg);
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	background-color:#47B8A8;
	padding:0.2em 3em 2em 3em ;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size:28pt;
	color:#FFF;
	text-shadow: 2px 2px 2px #000000;
	}
.tituloreviews{
		color:#FFF;
		text-align:left;
		padding:1em;
		position:relative;
		font-size:18pt;
		font-family: 'Quicksand:700', sans-serif;
		}
#coment1{
	position:absolute;
	left:-200%;
	width:100%;
	text-align:center;	
	display:inline-block;
	animation-name:anicoments;
	animation-duration:20s;
	animation-delay:-2s;
	animation-direction:normal;
	animation-iteration-count:infinite;	
	
	-webkit-animation-name:anicoments;
	-webkit-animation-duration:20s;
	-webkit-animation-delay:-2s;
	-webkit-animation-direction:normal;
	-webkit-animation-iteration-count:infinite;	
	
	}
#coment2{
	position:absolute;
	width:100%;
	left:-200%;
	display:inline-block;
	animation-name:anicoments;
	animation-duration:20s;
	animation-delay:5s;
	animation-direction:normal;
	animation-iteration-count:infinite;
	
	-webkit-animation-name:anicoments;
	-webkit-animation-duration:20s;
	-webkit-animation-delay:5s;
	-webkit-animation-direction:normal;
	-webkit-animation-iteration-count:infinite;
	}
#coment3{
	position:absolute;
	width:100%;
	left:-200%;
	position:relative;
	display:inline-block;
	animation-name:anicoments;
	animation-duration:20s;
	animation-delay:12s;
	animation-direction:normal;
	animation-iteration-count:infinite;
	
	-webkit-animation-name:anicoments;
	-webkit-animation-duration:20s;
	-webkit-animation-delay:12s;
	-webkit-animation-direction:normal;
	-webkit-animation-iteration-count:infinite;
	
		}
		
		
@keyframes anicoments {
	0% {
		left:-100%;	
		opacity:0%;	
		
		}		
	3% {
		
		left:0;
		opacity:1;
		}
	28% {
		
		left:0;
		opacity:1;
		}
	33%{
	
		
		opacity:0;
		}
	100%{
		opacity:0;
		}
	
	}
@-webkit-keyframes anicoments {
	0% {
		left:-100%;	
		opacity:0%;	
		
		}		
	3% {
		
		left:0;
		opacity:1;
		}
	28% {
		
		left:0;
		opacity:1;
		}
	33%{
	
		
		opacity:0;
		}
	100%{
		opacity:0;
		}
	
	}

 
/* Mapa Principal */
.mapaprincipal{
	padding:0em 4em 3em 4em ;
	background-color: #9E6F1D;
	background-image:url(../imagenes/texturagranocafe.jpg);
	background-size:cover;
	box-shadow:0em 0em 0.3em #333;
}
.imagenmapa{
	background-image:url(../imagenes/mapainteractivo.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	max-width:950px;
	height:600px;
	margin:auto;
	}
.textoenmapa{
	color: #FFF;
	display: block;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	max-width: 800px;
	background-image: url(../imagenes/fondotransparentoso.png);
	background-repeat: repeat;
	padding: 1em;
	margin: 1em auto 1em auto;
	text-align: justify;
	position: relative;

	}

/*Seccion contactenos*/
.contenedorcontactanos{
	background-color:#000;
	background-image:url(../imagenes/camionbordenegro.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0.5em;
	}
	
.contactanos{
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	}
/* contactenos textos */ 
.textocontactenos{
	color:#FFF;
	display:inline-block;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
	width:250px;
	background-image:url(../imagenes/fondotransparentoso.png);
	background-repeat:repeat;
	padding:1em;
	margin:0.2em;
	text-align:left;
	vertical-align:top;
	}





/* Piedepagina */
.piedepagina{
	padding:0em 4em 0 4em ;
	color: #F4F7F8;
	background-color:#333;
	text-align:right;
		padding:3em 1em 0.2em 1em;
	}
.piedepagina a{

	text-decoration:none;
	color: #888;
	
	}
/* icono de icioma*/
.barraidioma, .barraidioma a{
	padding:0 1em 0 1em;
	display:block;
	background-color:FFF;
	overflow:hidden;
	text-align:left;
	font-size:12pt;
	vertical-align:top;
	text-decoration:none;
	color: #9E6F1D;
	}
.iconoidioma{
	position:absolute;
	float:right;
	z-index:5;
	top:2px;
	right:10px;
	padding:0 1em 0 1em;
	overflow:hidden;
	}
	
/*Paginas de productos */
.contenedorproductos{
	text-align:justify;
	display:inline-block;
	position:relative;
	max-width:500px;
	padding:1em;
	font-size:16pt;
	vertical-align:text-top;

	}
.contenedorproductosimg{
	text-align:justify;
	display:inline-block;
	position:relative;
	max-width:500px;
	padding:1em;
	font-size:16pt;
	vertical-align:text-top;
	}
.contenedorproductosffd{
	text-align:justify;
	display:inline-block;
	position:relative;
	max-width:850px;
	padding:1em;
	font-size:16pt;
	vertical-align:text-top;
	}
.contenedorservices{
	text-align:justify;
	display:inline-block;
	position:relative;
	padding:1em;
	font-size:16pt;
	vertical-align:text-top;
	}
.contenedorservicescursiv{
	text-align:right;
	display:inline-block;
	position:relative;
	padding:1em;
	font-family:'Allan', cursive;
	font-size:19pt;
	vertical-align:text-top;
		}

.contenedorservicesimg1{
	text-align:center;
	display:block;
	position:static;
	vertical-align:text-top;
	background-image:url(../imagenes/services1.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:300px;
	min-width:300px;
	margin:2em;
	}
.contenedorservicesimg2{
text-align:center;
	display:block;
	position:static;
	vertical-align:text-top;
	background-image:url(../imagenes/services2.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:400px;
	min-width:300px;
	margin:2em;
	}
.contenedorservicesimg3{
	text-align:center;
	display:block;
	position:static;
	vertical-align:text-top;
	background-image:url(../imagenes/services3.jpg);
	background-position:left;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:570px;
	min-width:150px;
	margin:2em;
		}



	
/* A partir de aqui la modificacion de escalas para multiples pantallas ======================================= */
@media only screen and (max-width:1220px){
/*Acerca de Nosotros*/
.aboutus{
	padding:0em ;
	margin:0em;
	}
	.contenedoraboutus{
		margin:auto;
		padding: 0em;
		}
	
	.fotoaboutus{

	width:320px;
	height:394px;
	margin: 0em;

	}
	
	.textoaboutus{
	max-width:800px;
	padding:2em;
	margin:1em;
	height:auto;
	}	
}

@media only screen and (max-width:1006px){
/*Paginas de productos */
.contenedorproductos{
	max-width:550px;
	padding:1em;
	font-size:16pt;
	}
.contenedorproductosimg img{
	width:200px;

	}
.contenedorproductosffd{

	max-width:850px;
	padding:1em;
	font-size:16pt;
	}	
	
.textocontactenos{
	font-size: 15px;
	width:200px;
	padding:0.5em;
	margin:0.2em;
	}

	
}





@media only screen and (max-width:808px){
	
/* Modelo Base */
/*Clases Principales */

/* Menú */

.menu a{ /*elemento hipervinculo de menu*/
	padding:0 0.9em 1.2em  0.9em ;
	font-size:14pt;
	
	}

/* Portada */
.portada{
	box-shadow:0em 0em 0.3em #333;
	height:600px;
	z-index:-2;
}
.portadafondo1{
	height:600px;
	width:auto;
	}
.portadafondo2{

	height:600px;
	width:auto;
	}
.portadafondo3{
	
	height:600px;
	width:auto;
	}
.portadafondo4{
	height:600px;
	width:auto;
	}
.portadafondo5{
	height:600px;
	width:auto;
	}
.portadafondo6{
	height:600px;
	width:auto;
	}
.portadafondo7{
	height:600px;
	width:auto;
	}
.portadafondo8{
	height:600px;
	width:auto;
	}


	.inspirador{
    font-size: 19pt;
    top: -5%;
    margin-left: 7%;
    margin-right: 7%;

		}
	.inspiradorsombra{
		top: 50%;
		height: 15%;
		}
	.inspiradorlocalalive{
		color: #FFC;
		display: block;
		text-align: center;
		font-size: 30pt;
		text-shadow: 2px 2px 2px #000000;
		position: relative;
		top: 24%;
		margin-left: 20%;
		margin-right: 20%;
		}
	.marcas {
		transform:scale(0.8,0.8);
		position: relative;
		top: 36%;
		}
	
	.portadatexto{
	padding: 1em 1em 2em 1em;
	font-size: 17pt;
	}

/* Porque LEAF*/

.iconocacao {
	display:inline-block;
	padding:0.5em;
	max-width:500px;
	margin:0.5em 1em 0.5em 1em;
	text-align:left;
	vertical-align:center;
	}
.textoporqueleaf{
	max-width:700px;
	padding:0.5em;
	margin:0.5em;
	
	}


/* Articulos */
	
		
		
	.dentroarticulos{
		padding:0 2em 2em 2em;
		}


/* Reviews */
.reviews{
	padding:2em 3em 2em 3em ;
	font-size:22pt;
	}
 
/* Mapa Principal */
.mapaprincipal{
	padding:0em 1em 1em 1em ;
}
.imagenmapa{
	max-width:950px;
	height:400px;
	margin:auto;
	}
.textoenmapa{
	max-width: 800px;
	padding: 0.5em;
	margin: 0.2em auto 0.2em auto;
	}

}
	
@media only screen and (max-width:513px){
/* icono de icioma*/
.barraidioma, .barraidioma a{
	padding:0 0em 0 0em;
	}
.iconoidioma{
	top:1px;
	right:1px;
	padding:0em;
	}

.menu a{ /*elemento hipervinculo de menu*/
	padding:0 0.9em 1em  0.9em ;
	font-size:13pt;
	
	}
	.inspirador{
    font-size: 14pt;
    top: -5%;
    margin-left: 2%;
    margin-right: 2%;

		}
	.inspiradorsombra{
		top: 42%;
		height: 15%;
		}
	.inspiradorlocalalive{
		font-size: 23pt;
		top: 19%;
		margin-left: 7%;
		margin-right: 7%;
		}
	.marcas {
		position: relative;
		top: 36%;
		}
	.marcas img{
		width:72px;
				}
	
	.portadatexto{
	padding: 1em 1em 2em 1em;
	font-size: 17pt;
	}

/*Acerca de Nosotros*/
.aboutus{
	padding:0em ;
	margin:0em;
	}
	.contenedoraboutus{
		margin:auto;
		padding: 0em;
		}
	
	.fotoaboutus{

	width:224px;
	height:276px;
	margin: 0em;

	}
	
	.textoaboutus{
	max-width:800px;
	padding:0.5em;
	margin:1em;
	height:auto;
	}	

/* Articulos */

.articulos{
	padding-bottom:0em;
	}
	.articulos img{
		margin:1em;
		}
		
		.sombracuadro{	
		width:100%;
		height:auto;
		margin: 0em 0em 1em 0em;
		}	
			.sombracuadro::after{
		content: '';
		position:absolute;
		left:0px;
		right:0px;
		z-index:-1;
		bottom: 0px;
		width: 100%;
		height: 12px;
		transform: rotate(0deg);
		-webkit-box-shadow: 0 10px 10px #777;
		box-shadow: 0 10px 10px #777;
		}
		
		.sombracuadro::before{
			display:none;}
	
	
	
    .cuadroarticulo{
		width:auto;
		height:auto;
		}
	 .cuadroarticulo img{
		 width:280px;
		 height:auto;
		 }
	.dentroarticulos{
		padding:0 1em 1em 1em;
		}
		
	/* Reviews */
.reviews{
	padding:1em 1em 2em 1em ;
	font-size:18pt;
	}


	}	
	
	
