/* CSS Document */
.bold700{
	font-weight:700;
}

.bold800{
	font-weight:800;
}

.normal{
	font-weight:400;
}

.light{
	font-weight:300;
}

.corrector{
	clear:both;
}

html{
	margin:0;
	padding:0;
	width:100%;
	
	height:100%;
	background:#ffffff;
	font-size:12px;
	
}

body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:400; /* o 700 */
	font-size:12px;
}

.logout{
	cursor:pointer;
}

.logout:Hover{
	border-bottom:1px solid #ffffff;
}


a{
	color:inherit;
	text-decoration:inherit;
}

.link{
	display:inline-block;
}

img{
	border:none;
}

.ancla{
	font-size:0px;
	height:0px;
}

.texto08{
	font-size:.8em;
}


.corrector{
	clear:both;
}

.imagenPerfil{
	position:absolute;
	left:-500px;
}

.todo{
	width:100%;
	/*max-width:1920px!important;*/
	overflow: hidden;
	margin:0 auto;
}



/* ENCABEZADO Y SLIDE */

.headerMenu{
	width: 100%;
	height: 50px;
	
	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:nowrap;
	
	 -webkit-justify-content: space-between; /* Safari */
 	 justify-content:        space-between;
  
     -webkit-align-items: flex-start; /* Safari */
 	 align-items:         flex-start;
	background-color: #e5d9cf;
}

.header{
	position:relative;
	width:100%;
	/*max-width: 1920px;*/
	overflow: hidden;
	height: calc( 50vh - 50px );
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:nowrap;
	
	 -webkit-justify-content: center; /* Safari */
 	 justify-content:        center;
  
     -webkit-align-items: center; /* Safari */
 	 align-items:         center;
	
	background-color: #e5d9cf;
}

.headerSeccion{
	position:relative;
	width:100%;
	/*max-width: 1920px;*/
	overflow: hidden;
	height: calc( 40vh - 50px );
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:nowrap;
	
	 -webkit-justify-content: center; /* Safari */
 	 justify-content:        center;
  
     -webkit-align-items: center; /* Safari */
 	 align-items:         center;
	
	background-color: #e5d9cf;
	
	
}




.logoMasMenu{
	width: 100%;
	text-align: center;
}



.menu{
	padding-right: 80px;
	
	/*position: absolute;*/
}


.botonesMenu{
	

	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:nowrap;
	position: relative;
	
	   -webkit-justify-content: flex-end; /* Safari */
  justify-content:        flex-end;
  
     -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;
	
	
}




.botonMenu{

	color:#473729;
	font-size:16px;
	line-height:14px;
	font-weight: 500;
	padding-top: 20px;
	padding-left: 5px;
	margin-right: 40px;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
position:relative;
	display: inline-block;
	border-left: 4px solid #473729;
	

	
}


.botonMenu:Hover{
	color:#654933;
	border-left: 4px solid #654933;
	padding-top: 25px;
}



.rev_slider_wrapper{
	height: 50vh!important;
	background-color: #473729;
	overflow: hidden!important;
	position: relative;
	
}

.rev_slider{
	height: 50vh!important;
	position: relative;
}

.tp-fullwidth-forcer{
	height: 50vh!important;
}


.iconoSubir{
	width:25px;
	height:25px;
	background:url(img/subir.svg);
	background-size:contain;
	background-repeat:no-repeat;
	position:fixed;
	left:-80px;
	bottom:10px;
	z-index:999;
	cursor:pointer;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
	
	

}

.iconoSubirVisible{
	left:10px;
}

.barraMenuMovil{
	width: 100%;
		height: 80px;
		background-color: #fff;
		border-bottom: 1px solid #252b43;
	position: fixed;
	top: -81px;
	-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
	z-index:998;
	}

.barraMenuMovilVisible{
		top: 0;
		
	}


.iconoMenuMovil{
	width:30px;
	height:30px;
	/*background-color:#FFFFFF;*/
	background-image:url(img/menu.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: left center;
	text-align: right;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	position:fixed;
	right:20px;
	top:10px;
	z-index:999;
	cursor:pointer;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
	
	
	
	
	/*  -webkit-filter: drop-shadow( -0px -0px 3px rgba(0,0,0,0.2) ); 
            filter: drop-shadow( -0px -0px 3px rgba(0,0,0,0.2));*/

}


.idiomasMenuMovil{
	position: relative;
	text-align: center;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:nowrap;
	
	   -webkit-justify-content: center; /* Safari */
  justify-content:        center;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
	margin-bottom: 40px;
}




.iconoIdioma{
	/*background-color:#FFFFFF;*/
	width: 220px;

	font-size: 12px;
	color: #473729;
	position:relative;
	left:20px;
	top:12px;
	font-weight: 400;

	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:nowrap;
	
	   -webkit-justify-content: flex-start; /* Safari */
  justify-content:        flex-start;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
	
}

.separadorMenu{
	width: 4px;
	height: 25px;
	background: url(img/separadorCirculo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 6px;
	margin-right: 6px;
}

.separadorMenuMovil{
	width: 4px;
	height: 25px;
	background: url(img/separadorCirculoBlanco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 6px;
	margin-right: 6px;
}


.iconoIdiomaM{
	height:25px;
	/*background-color:#FFFFFF;*/

	font-size: 12px;
	color: #fff;
	position:relative;
	
	z-index:995;

	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:nowrap;
	
	   -webkit-justify-content: flex-start; /* Safari */
  justify-content:        flex-start;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
}

.iconoIdioma a,.iconoIdiomaM a{
	border-bottom: 1px solid transparent;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}


.iconoIdioma a:Hover{
	border-bottom: 1px solid #473729;
	
}

.iconoIdiomaM a:Hover{
	border-bottom: 1px solid #fff;
	
}

.tacosEnglishSpanish{
	width: 25px;
	height:25px;
	margin-left: 5px;
	margin-right: 5px;
	background-image:url(img/tacosLogoBlancos.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center center;
	display: inline-block;
	position: relative;
}

.iconoUsuario{
	width:30px;
	height:30px;
	background:url(img/menuUsuario_magenta.png);
	background-size:contain;
	background-repeat:no-repeat;
	position:fixed;
	left:20px;
	top:10px;
	z-index:999;
	cursor:pointer;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.iconoMenuMovilVisible{
	right:20px;
}




.menuMovil{
	/*background:#4D5A21;*/
	background:#483525;
	position:fixed;
	height:100%;
	width:100%;
	max-width:400px;
	right:-400px;
	padding: 0;
	z-index:998;
		-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
overflow-y:scroll;
overflow-x:hidden;
	text-align: center;
	


}

.botonesMenuMovil{
	position:relative;
	border-left: 3px solid #e6d9ce;
	padding-top: 80px;
	width: 90%;
	margin: 0 auto;

}

.menuMovilVisible{
	right:0;
}

.botonMenuMovil{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:5px;
	color:#e6d9ce;
	font-size:16px;
	font-weight: 400;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
position:relative;
display:block;
	text-align: left;
	border-right: 3px solid transparent;
	
	/*border-top: 1px solid transparent;*/
	
}

.botonMenuMovil:Hover{
	color:#fff;
	padding-left: 20px;
	border-right: 3px solid #e6d9ce;
/*	background-color:#77a368;
		border-top: 1px solid #77a368;
	border-bottom: 1px solid #77a368;*/
}



/* FIN MENU */


.logo{
	/*width:160px;*/
	width:60vw;
	height: 60vw;
	/*max-width: 230px;	*/
	max-height: calc( 50vh - 70px );
	max-width: 230px;
	background: url(img/logo_paulmirror.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 992;
	
	display: inline-block;
	overflow:hidden;

}

.logoSeccion{
	/*width:160px;*/
	width:60vw;
	height: 60vw;
	/*max-width: 230px;	*/
	max-height: calc( 40vh - 70px );
	max-width: 230px;
	background: url(img/logo_paulmirror.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 992;
	
	display: inline-block;
	overflow:hidden;

}




.textoSlider{
	color: #e5d9cf;
	border-left: 5px solid #e5d9cf;
	width: calc( 85% - 20px );
	height: 0%;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: flex-start; /* Safari */
 	justify-content:        flex-start;
    -webkit-align-items: flex-end; /* Safari */
  	align-items:         flex-end;
	 -webkit-align-content:flex-end;
	align-content:flex-end;
	position: absolute;
	left: 15%;
	z-index: 950;
	padding-left: 20px;
	padding-bottom: 0px;
	opacity: 0;
	overflow: hidden;
	
		-webkit-transition: all 2s ease-out;
-moz-transition: all 2s ease-out;
-o-transition: all 2s ease-out;
transition: all 2s ease-out;
	
}

.textoSliderSeccion{
	color: #e5d9cf;
	border-left: 5px solid #e5d9cf;
	width: calc( 85% - 20px );
	height: 0%;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: flex-start; /* Safari */
 	justify-content:        flex-start;
    -webkit-align-items: flex-end; /* Safari */
  	align-items:         flex-end;
	 -webkit-align-content:flex-end;
	align-content:flex-end;
	position: absolute;
	left: 15%;
	z-index: 950;
	padding-left: 20px;
	padding-bottom: 0px;
	opacity: 0;
	overflow: hidden;
	
		-webkit-transition: all 2s ease-out;
-moz-transition: all 2s ease-out;
-o-transition: all 2s ease-out;
transition: all 2s ease-out;
	
}

.textoSliderVisible{
	height: 85%;
	opacity: 1;
}

.subtituloSlider{
	width: 100%;
	font-size: 16px;
	
	font-weight: 600;
	margin-bottom: 20px;
}

.tituloSlider{
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
}


.fotoSeccion{
	height: 250px;
	position: relative;
}

/*.logo:after{
	content: '';
    display: block;
	margin-top: 80%;
}*/


.barraGris{
	width:30%;
	height:100%;
	/*background:rgba(160,51,53,1.00);*/
	background-image:url(img/grisArriba.svg);
	position:absolute;
	
	bottom:0px;
	right: 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top left;
	z-index:990;
	border:0;
}

.carrito{
	width: 150px;
	height: 30px;
		position:fixed;
		bottom: 5px;
	right: 20px;
	z-index: 998;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:rgba(255,255,255,0.82);
	border: 1px solid #172c42;
		-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
	color: #172c42;
}

.carrito:Hover{
	background-color:rgba(23,44,66,1.00);
	color: #ffffff;
	
}


.textoCarrito{
	font-size: 12px;
	
	line-height: 14px;
	text-align: center;
}


.fotoIn{
	width: 100%;
	height: 60vh;
	overflow: hidden;
	position: relative;
}



#slider1, #rev_slider_20_2{
	/*max-width:1920px;*/
	margin:0 auto;
	position: relative;
}


.logoMovil{
	width:230px;
	background-image:url(img/logoH.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	left:10px;
	top: 22px;
	z-index:999;
}


.logoMovil:after{
	content: '';
    display: block;
	margin-top: 10.98%;
}


.logoMenuMovil{
	width:80%;
	max-width: 200px;
	/*background-color:#FFFFFF;*/
	background-image:url(img/logo_paulmirror_blanco.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 auto;
	display:block;
	overflow:hidden;
	
	margin-bottom: 20px;
}

.logoMenuMovil:after{
	content: '';
    display: block;
	margin-top: 60%;
}



.slick-slide, .slick-slide *{ outline: none !important; }

.infoFlex{
	width:100%;
	max-width: 1920px;
	margin:0 auto;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-around; /* Safari */
 	justify-content:         space-around;
    -webkit-align-items: stretch; /* Safari */
  	align-items:         stretch;
	
	margin-bottom: 40px;
}








.titulo{
	text-align: left;
	border-left: 6px solid #473729;
	
	color: #473729;
	font-size: 28px;
	line-height: 22px;
	padding-left: 20px;
	padding-top: 80px;
	display: block;
	margin-bottom: 40px;
	font-weight: 700;
}

.paddingTitulo{
	padding-top: 80px!important;
}


.titulo2{
	text-align: left;
	border-left: 6px solid #473729;
	
	color: #473729;
	font-size: 28px;
	line-height: 22px;
	padding-left: 20px;
	padding-top: 80px;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: 700;
}

.titulo3{
	text-align: left;
	
	color: #473729;
	font-size: 22px;
	line-height: 22px;
	padding-top: 20px;
	display: block;
	margin-bottom: 40px;
	font-weight: 700;
}

.subtitulo{
	text-align: left;
	
	color: #473729;
	font-size: 22px;
	line-height: 22px;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
}



.columnaTextoI{
	width: calc( 50% - 100px );
	
	padding:50px;
	padding-top:0;
	padding-bottom: 40px;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color: #666666;
	font-weight: 400;
	
}

.columnaTextoD{
	width: calc( 35% - 100px );
	
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color: #666666;
	font-weight: 400;
	
}

.columnaTextoIcooperativa{
	width: calc( 50% - 10px );
	
	padding:0px;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color: #666666;
	font-weight: 400;
	
}

.columnaTextoDcooperativa{
	width: calc( 50% - 100px );
	
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color: #666666;
	font-weight: 400;
	
}

.columnaTextoDcooperativa2{
	width: calc( 50% - 10px );
	
	padding:0px;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color: #666666;
	font-weight: 400;
	
}

.columnaTextoIcooperativa2{
	width: calc( 50% - 100px );
	
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color: #666666;
	font-weight: 400;
	
}

.columnaTextoDSeccion{
	width:100%;
	min-height: 300px;
}

.columnaTextoDblanca{
	width: calc( 35% - 100px );
	
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color: #666666;
	font-weight: 400;
	border-left: 6px solid #473729;
}

.moduloTextoCalidad{
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 6px solid #473729;
	padding-left: 20px;
}

.moduloTextoCalidadItem{
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: flex-start; /* Safari */
 	justify-content:         flex-start;
    -webkit-align-items: stretch; /* Safari */
  	align-items:         stretch;
	
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.moduloTextoCalidadVignetta{
	width: 15px;
	flex-grow: 0;
	flex-shrink: 0;
	border-right: 4px solid #473729;
	padding: 5px;
	padding-left: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	color: #473729;
	font-weight: 800;
}

.moduloTextoCalidadTexto{
	flex-grow: 2;
	flex-shrink: 2;
	padding: 10px;
	padding-bottom: 2px;
	padding-top: 2px;

}


.textoCalidadAbajo{
	width: 90;
	max-width: 900px;
	margin: 0 auto;
	
	padding:60px;

	font-size:16px;
	line-height:22px;
	text-align:justify;
	color: #473729;
	font-weight: 400;
	
}



.listaHome{	
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

.listaHome li{	
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	border-left: 6px solid #473729;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 800;
}


.fotoFamilia{
	width: 100%;
	overflow:hidden;
	display:inline-block;
	margin-top: 80px;
	
}


.fotoFamilia:after{
	content: '';
    display: block;
	margin-top: 80%;
}

.contenedorMapa{
	width: 100%;
	text-align: center;
	background-color: #f4ede5;
	/*-webkit-box-shadow: 0px 0px 14px 0px rgba(71,55,41,0.68);
-moz-box-shadow: 0px 0px 14px 0px rgba(71,55,41,0.68);
box-shadow: 0px 0px 14px 0px rgba(71,55,41,0.68);*/
}

.mapa{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url(img/mapa.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	display:inline-block;
	
}


.mapa:after{
	content: '';
    display: block;
	margin-top: 55.16%;
}



#productos{
	max-width: 500px;
}

.itemProductosI{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: flex-start; /* Safari */
 	justify-content:        flex-start;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
	
	margin-bottom: 40px;
}

.itemProductosD{
	display: -webkit-flex;
    display: flex;
   
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: flex-end; /* Safari */
 	justify-content:        flex-end;
    -webkit-align-items:flex-start; /* Safari */
  	align-items:         flex-start;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 40px;
	

}

.seccionUnaColumna{
	width:95%;
	max-width: 1200px;
	margin:0 auto;
}

.bloqueProductoIn{
	
	border-left: 6px solid #bfb1a6;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
}



.productosIn{
	width: 100%;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:center; /* Safari */
 	justify-content:        center;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
	
	margin-bottom: 40px;
}

.productoIn{
	width: 140px;
	text-align: center;
	margin: 10px;
}


.tituloProductoIn{
	color: #473729;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}

.subtituloProductoIn{
	color: #706f6f;
	font-size: 16px;
	padding-top: 5px;
	text-align: center;
}

.fotoProducto{
	width: 140px;
	height: 140px;
	
	display: inline-block;
	margin: 0 auto;
}

.fotoProductoHome{
	width: 110px;
	height: 110px;
	-moz-border-radius: 50%;
 	-webkit-border-radius: 50%;
	border-radius: 50%; /* the magic */
  	border: 5px solid #483524;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.calibreProducto{
	width: auto;
	color: #706f6f;
	border-left: 6px solid #e3d2c0;
	border-right: 6px solid #e3d2c0;
	font-weight: 700;
	font-size: 20px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	
}

.textosProducto{
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: justify;
}

.itemProductosI .textosProducto{
	text-align: left;
}


.itemProductosD .textosProducto{
	text-align: right;
}

.tituloProducto{
	color: #473729;
	font-size: 24px;
	font-weight: 700;
}

.subtituloProducto{
	color: #6d5d50;
	font-size: 16px;
	padding-top: 5px;
}



.botonMasProducto{
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background-image: url(img/plus.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-top: 10px;
	opacity: .5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
	display: block;
}

.botonMasProducto:Hover{
	opacity: 1;
}

.botonMasProductoMenos{
	background-image: url(img/menos.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


.textoOculto{
	font-size: 15px;
	border-top: 1px solid #6d5d50;
	border-bottom: 1px solid #6d5d50;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
	display: none;
	opacity: 0;
	text-align: justify;
}


.infoFlexGris{
	width:100%;
	margin:0 auto;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
  
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 30px;
}

.barraMarron{
	width:100%;
	margin:0 auto;
	
	
  
	background-color: #f4ede5;
		padding-bottom: 30px;
	
}


.infoFlexMarron{
	width:100%;
	margin:0 auto;
	
	
  
	background-color: #f4ede5;
	
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.infoFlexMarronIn{
	width:100%;
	margin:0 auto;
	
	
  
	background-color: #e5d9cf;
	
	
	
}


.contenidoInfoFlexMarron{
	max-width: 1600px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-around; /* Safari */
 	justify-content:         space-around;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
	
}





.itemBarraGris{
	width: calc( 50% - 40px);
	display: -webkit-flex;
    display: flex;
  
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
   -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items:flex-start; /* Safari */
  	align-items:         flex-start;
	margin-bottom: 20px;
	
	border-top: 5px solid #473729;
	color: #473729;
	padding-top: 20px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-align: justify;
	
	
}

.izquierda{
	
	
	 -webkit-justify-content: flex-start; /* Safari */
 	justify-content:        flex-start;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.derecha{
	 -webkit-justify-content: flex-start; /* Safari */
 	justify-content:        flex-start;
	  -webkit-flex-direction: row;
    flex-direction: row;
}

.iconoItemGris{
	width: 110px;
	height: 110px;
	margin-bottom: 15px;

	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}




.textosItemGris{
	padding-right: 20px;
	padding-left: 20px;
	max-width: 700px;
-webkit-flex-shrink: 2;
	flex-shrink: 2;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}



.itemBarraMarron{
	width: 30%;
	max-width: 250px;

	margin-bottom: 20px;
	
	color: #473729;
	padding-top: 20px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}


.iconoItemMarron{
	width: 120px;
	height: 120px;

	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin: 0 auto;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
	
	-moz-border-radius: 50%;
 	-webkit-border-radius: 50%;
	border-radius: 50%; /* the magic */
	
	border: 4px solid #473729;
}

.itemBarraMarron:Hover .iconoItemMarron{
	width: 120px;
	height: 120px;
	border: 8px solid #473729;
	background-color: #ffffff;
}



.textosItemMarron{
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 600px;
	
	color: #6d5d50;
	font-size: 16px;
	padding-top: 5px;
}

.tituloItemMarron{
	color: #473729;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;
}

.contenedorCertificaciones{
	width: 100%;
	text-align: center;
}

.tituloCertificaciones{
	color: #473729;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.logoCertificaciones{
	
	display: -webkit-flex;
    display: flex;
  
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
   -webkit-flex-direction: row;
    flex-direction: row;
   -webkit-justify-content: center; /* Safari */
	justify-content:        center;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	clear: both;
	margin: 0 auto;
}

.logoCertificacionBRC{
	width: 60px;
	background-image: url(img/certificaciones_brc.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	display:block;
	margin: 0 auto;
	margin: 20px;
}

.logoCertificacionBRC:after{
	content: '';
    display: block;
	margin-top: 150%;
}

.logoCertificacionSGS{
	width: 110px;
	background-image: url(img/certificaciones_sgs.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	display:block;
	margin: 0 auto;
	margin: 20px;
}

.logoCertificacionSGS:after{
	content: '';
    display: block;
	margin-top: 90.2%;
}

.logoCertificacionGMP{
	width: 100px;
	background-image: url(img/certificaciones_gmp.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	display:block;
	margin: 0 auto;
	margin: 20px;
}

.logoCertificacionGMP:after{
	content: '';
    display: block;
	margin-top: 99.9%;
}


.logoCertificacionEstiloReal{
	width: 100px;
	background-image: url(img/certificaciones_estiloreal.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	display:block;
	margin: 0 auto;
	margin: 20px;
}

.logoCertificacionEstiloReal:after{
	content: '';
    display: block;
	margin-top: 99.9%;
}

.circulosCooperativa{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 40px;
	
	display: -webkit-flex;
    display: flex;
  
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
   -webkit-flex-direction: row;
    flex-direction: row;
   -webkit-justify-content: center; /* Safari */
	justify-content:        center;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	
}

.columnaMitad{
	width: 50%;
}



.logoCooperativa{
	width: 80%;
	max-width: 300px;
	background-image: url(img/logo_cooperativa_arroyo_cabral.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	display:block;
	margin: 20px;

}

.logoCooperativa:after{
	content: '';
    display: block;
	margin-top: 30%;
}



.slideFotosCooperativa{
	width: 100%;
	height: 100%;
	min-height: 400px;
	position: absolute;
}

.fotoAdministracionCooperativa{
	width: 100%;
	height: 100%;
	display: inline-block;
	/*overflow:hidden;
	display:block;*/
	/*width: 100%;
	height: 100%;
	display: block;*/
}
/*
.fotoAdministracionCooperativa:after{
	content: '';
    display: block;
	margin-top: 50%;
}*/


.slideCirculos{
	width: 100%;
	display: -webkit-flex;
    display: flex;
  
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
   -webkit-flex-direction: row;
    flex-direction: row;
   -webkit-justify-content: center; /* Safari */
	justify-content:        center;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
}

.slideCirculos2{
	width: 100%;
	max-width: 920px;
	height: 150px;
	border-left: 6px solid #e3d2c0;
	border-right: 6px solid #e3d2c0;
	
}

.slideCirculos2 img{
	margin-left: 5px;
	margin-right: 5px;
}

.circulo_cooperativa_separador{
	background-image: url(img/cooperativa/circulos/circulos_cooperativa_IT_separador.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 150px;
}

.circulo_cooperativa_01{
	width: 120px;
	margin: 15px;
	overflow:hidden;
	display:inline-block;
}

.circulo_cooperativa_01:after{
	content: '';
    display: block;
	margin-top: 125%;
}


.circulo_cooperativa_02{
	width: 130px;
	margin: 15px;
	overflow:hidden;
	display:inline-block;
}

.circulo_cooperativa_02:after{
	content: '';
    display: block;
	margin-top: 115.38%;
}

.circulo_cooperativa_03{
	width: 140px;
	margin: 15px;
	overflow:hidden;
	display:inline-block;
}

.circulo_cooperativa_03:after{
	content: '';
    display: block;
	margin-top: 107.15%;
}

.circulo_cooperativa_04{
	width: 145px;
	margin: 15px;
	overflow:hidden;
	display:inline-block;
}

.circulo_cooperativa_04:after{
	content: '';
    display: block;
	margin-top: 103.45%;
}

.circulo_cooperativa_05{
	width: 150px;
	margin: 15px;
	overflow:hidden;
	display:inline-block;
}

.circulo_cooperativa_05:after{
	content: '';
    display: block;
	margin-top: 100%;
}




.circulo2_cooperativa_separador{
	background-image: url(img/cooperativa/circulos/circulos_cooperativa_IT_separador.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	margin: 10px;
}

.circulo2_cooperativa_separador:after{
	content: '';
    display: block;
	margin-top: 500%;
}


.circulo2_cooperativa_01{
	width: 120px;
	margin: 10px;
	overflow:hidden;
	display:inline-block;
}

.circulo2_cooperativa_01:after{
	content: '';
    display: block;
	margin-top: 125%;
}


.circulo2_cooperativa_02{
	width: 130px;
	margin: 10px;
	overflow:hidden;
	display:inline-block;
}

.circulo2_cooperativa_02:after{
	content: '';
    display: block;
	margin-top: 115.38%;
}

.circulo2_cooperativa_03{
	width: 140px;
	margin: 10px;
	overflow:hidden;
	display:inline-block;
}

.circulo2_cooperativa_03:after{
	content: '';
    display: block;
	margin-top: 107.15%;
}

.circulo2_cooperativa_04{
	width: 145px;
	margin: 10px;
	overflow:hidden;
	display:inline-block;
}

.circulo2_cooperativa_04:after{
	content: '';
    display: block;
	margin-top: 103.45%;
}

.circulo2_cooperativa_05{
	width: 150px;
	margin: 10px;
	overflow:hidden;
	display:inline-block;
}

.circulo2_cooperativa_05:after{
	content: '';
    display: block;
	margin-top: 100%;
}






.footer{
	background:#473729;
	display: block;
	
	color:#ffffff;
	text-align:left;
	font-size:10px;
	
}



.textosFooter{
width:90%;
	max-width:1480px;
		  margin:0 auto;
	
	text-align: center;
		
	
	padding-top:30px;
	padding-bottom:30px;
}

.moduloTextoFooter{
	text-align: center;
}

#logoFooter{
	width: 100px;
	background-image: url(img/logo_paulmirror_blanco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	display:inline-block;

}

#logoFooter:after{
	content: '';
    display: block;
	margin-top: 100%;
}


.tituloFooter{
	color:#ffffff;
	
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 700;
}

.contenidoTextoFooter{
	font-size:11px;
	font-weight:500;
	color:#ffffff;
	
}



.creditos{
	text-align:center;
	padding:15px;
	color:#666666;
	font-weight:400;	
}





.formContacto{
	width:90%;
	max-width:800px;
	line-height:14px;
	margin: 0 auto;
	padding-bottom: 40px;
	margin-top: 80px;
}

.campo{
	
	 padding:6px;
	 padding-left:10px;
	 padding-right:10px;
	 width:calc( 100% - 64px);
	
	 border:2px solid #473729;
	 font-size:14px;
	 color:#473729;
	
background-color:#e5d9cf;
	
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
 margin-bottom:20px;
 margin-top:5px;
 position:relative;
font-family: 'Montserrat', sans-serif;

	resize: none;
	font-weight: 600;
}

.campo:focus{
	background:transparent;
	border:2px solid #473729;
	color:#473729;
	font-weight: 600;
}

.contenedorCampo{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:        space-between;
	-webkit-align-items: flex-start; /* Safari */
	align-items:         flex-start;
}



label{
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;

}

.campo::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #473729;
	opacity: .5;
	font-weight: 400;
}
.campo::-moz-placeholder { /* Firefox 19+ */
  color: #473729;
	opacity: .5;
	font-weight: 400;
}
.campo:-ms-input-placeholder { /* IE 10+ */
  color: #473729;
	opacity: .5;
	font-weight: 400;
}
.campo:-moz-placeholder { /* Firefox 18- */
  color: #473729;
	opacity: .5;
	font-weight: 400;
}

.botonForm{
	background-color: #473729;
	font-size: 13px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 6px;
	padding-left: 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
	width: 80px;
	line-height: 15px;
	cursor: pointer;
	position: relative;
}

.botonForm:Hover{
	opacity: 0.8;
}


.textoError{
	font-size:16px;
	padding-right: 40px;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #473729;
}


.contenedorBotonEnviar{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:       flex-start;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
}

.preloaderContacto{
	background:url(img/preloader1.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: left center;
	overflow:hidden;
	clear:both;
	
	padding-left: 25px;
	margin-left: 5px;
	display:none;
	line-height: 25px;
	color: #473729;
}




/* NOVEDADES */

.paginador{
	width:120px;
	margin:0 auto;
	height:25px;
	margin-top:50px;
	margin-bottom:30px;
}

.paginadorAnteriores{
	width:21px;
	height:21px;
	background:url(img/paginador_izq.png);
	float:left;
	margin:2px;
	opacity:.7;
	-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.paginadorAnteriores:Hover{
	opacity:1;
}

.paginadorSiguientes{
	width:21px;
	height:21px;
	background:url(img/paginador_der.png);
	float:right;
	margin:2px;
	opacity:.7;
	-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.paginadorSiguientes:Hover{
	opacity:1;
}

.paginadorAnterioresMax{
	width:21px;
	height:21px;
	background:url(img/paginador_izq_max.png);
	float:left;
	margin:2px;
	opacity:.7;
	-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.paginadorAnterioresMax:Hover{
	opacity:1;
}

.paginadorSiguientesMax{
	width:21px;
	height:21px;
	background:url(img/paginador_der_max.png);
	float:right;
	margin:2px;
	opacity:.7;
	-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.paginadorSiguientesMax:Hover{
	opacity:1;
}

.opaco{
	opacity:.2;
}

.opaco:Hover{
	opacity:.2;
}

.novedad{
	margin-bottom:50px;
}

.tituloNovedad{
	font-size:26px;
	font-weight:900;
	
}

.infoNovedad{
	font-size:16px;
	font-weight:300;
}




.fotoNovedad{
	width:100%;
	width: calc(100% - 2px);
	overflow:hidden;
	clear:both;
	margin-top:10px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #eeeeee;
}

.fotoNovedad:after{
	content: '';
    display: block;
	margin-top: 40%;	
}

.leerMas{
	
color:#afcb08;
font-size:14px;
font-weight:900;
}

.bienvenido{
	position:fixed;
	bottom:0;
	z-index:990;
	background:rgba(0,0,0,0.35);
	color:#ffffff;
	padding:10px;
	left:10px;
}

.imgNovedad{
	width:100%;
	height:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.botonVolver{
	 color: #cccccc;
	 font-size:18px;
	 font-weight:300;
	 text-align:center;
	
	 -webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
	display: block;
	margin: 0 auto;
	
	 margin-top:30px;
	margin-bottom: 30px;
}

.botonVolver:Hover{
	color:#666666;
}

.cuerpoNovedad{
	font-size:17px!important;
	font-weight:300;
	color:#666666!important;
}


.error404{
	height:400px;
	width:40%;
	min-width:300px;
	max-width:600px;
	margin:0 auto;
	text-align:center;
	display:block;
	color:#666666;
	font-size:16px;
	font-weight: 300;
	
}

.tituloError{
	width:100%;
	/*background:#494949;
	border:1px solid #494949;*/
color:#473729;
	margin-top: 60px;
	
	font-size:45px;
	font-weight:300;
}




/* FIN NOVEDADES */




/* AJUSTE RESOLUCION */

@media screen and (max-height: 449px) {
.menu{
		display:none!important;
	}
}

@media screen and (min-height: 450px) {
.menu{
		display:block;
	}
}



@media (max-width: 799px){

.logoMovil{
	display:block;
}


	
	.menu{
		display:none;
	}
	
	

	
	
.iconoMenuMovil{
	right:20px;
}
	
	

.iconoMenuMovilVisible{
	right:20px;
}


.logo{
	max-width: 180px;
}

.logoSeccion{
	max-width: 180px;
}
	
.subtituloSlider{
	font-size: 16px;
	margin-bottom: 20px;
}

.tituloSlider{
	font-size: 26px;
	line-height: 26px;
}
	

.titulo{
	font-size: 24px;
	line-height: 20px;
}


.titulo2{
	font-size: 24px;
	line-height: 20px;
}
	
	
.infoFlex{

	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-around; /* Safari */
 	justify-content:         space-around;
    -webkit-align-items: stretch; /* Safari */
  	align-items:         stretch;
	margin-bottom: 40px;
}


.infoFlexGris{

	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
 
	padding-top: 50px;
	padding-bottom: 30px;
	
}

.infoFlexMarron{
	padding-top: 30px;
	padding-bottom: 30px;
}


.columnaTextoI{
	width: calc( 100% - 60px );
	padding:30px;
	padding-top:0;
	padding-bottom: 40px;
	font-size:16px;
	line-height:22px;
}

.columnaTextoD{
	width: 100%;
	padding:30px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
}
	
.columnaTextoIcooperativa{
	width: calc( 100% - 10px );
	font-size:16px;
	line-height:22px;
	order: 2;
	margin-top: 30px;
}

.columnaTextoDcooperativa{
	width: calc( 100% - 60px );
	padding:30px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
	order: 1;
	
}
	
.columnaTextoDcooperativa2{
	width: calc( 100% - 10px );
	font-size:16px;
	line-height:22px;
	margin-top: 30px;
}

.columnaTextoIcooperativa2{
	width: calc( 100% - 60px );
	padding:30px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
}

.columnaTextoDblanca{
	width: calc( 100% - 60px );
	padding:30px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
}

	
.columnaTextoDSeccion{
	width:100%;
	height: 300px;
}
	
	
	
.itemBarraGris{
	width: calc( 100% - 60px );
	margin-bottom: 20px;
	padding-top: 20px;
	padding: 30px;
	display: inline-block;
}
	
.iconoItemGris{
	margin: 0 auto;
	margin-bottom: 15px;
}
	
.textosItemGris{
	max-width: none;
}

	.itemProductosI{
	display: inline-block;
	margin-bottom: 40px;
}

.itemProductosD{
	display: inline-block;
	margin-bottom: 40px;
}
	
	
.fotoProducto{
	width: 110px;
	height: 110px;
	margin: 0 auto;
	margin-bottom: 15px;
}
	
.fotoProductoHome{
	width: 110px;
	height: 110px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.textosProducto{
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	max-width: none;
}

	
.itemProductosI .textosProducto{
	text-align: center;
}


.itemProductosD .textosProducto{
	text-align: center;
}

.tituloProducto{
	font-size: 24px;
}

.subtituloProducto{
	font-size: 16px;
	padding-top: 5px;
}

.contenidoInfoFlexMarron{
	display: block;
	
}


.itemBarraMarron{
	width: 100%;
	margin: 0 auto;
	max-width: none;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
	
	.textosItemMarron{
	max-width: none;
}		
	

.footer{
	font-size:44px;
	padding:0px;
}

.tituloFooter{
	font-size:17px;
	line-height:17px;
}

.contenidoTextoFooter{
	font-size:13px;
}

	

	
	#logoFooter{
	width: 60%;
	max-width: 250px;
		margin: 0 auto;
}

	


.iconoMenuMovil{

	right:20px;
	top:10px;
}	
	
	
	

	
	.iconoIdioma{

	display: none;

}
	
	.barraMenuMovilVisible{
		top: 0px;
		
	}
	
	

}


@media (min-width: 800px){

.logoMovil{
	display:block;
}

	.menu{
		display:none;
	}
	
	
	

.iconoMenuMovil{
	right:20px;
}

.iconoMenuMovilVisible{
	right:20px;
}

	
.logo{
	max-width: 230px;
}

.logoSeccion{
	max-width: 230px;
}
	
.subtituloSlider{
	font-size: 16px;
	margin-bottom: 20px;
}

.tituloSlider{
	font-size: 32px;
	line-height: 32px;
}	
	

.titulo{
	font-size: 28px;
	line-height: 22px;
}


.titulo2{
	font-size: 28px;
	line-height: 22px;
}

.infoFlex{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-around; /* Safari */
 	justify-content:         space-around;
    -webkit-align-items: stretch; /* Safari */
  	align-items:         stretch;
	margin-bottom: 40px;
}


.infoFlexGris{

	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
 
	padding-top: 50px;
	padding-bottom: 30px;
}

.infoFlexMarron{
	padding-top: 30px;
	padding-bottom: 30px;
}


.columnaTextoI{
	width: calc( 50% - 100px );
	padding:50px;
	padding-top:0;
	padding-bottom: 40px;
	font-size:16px;
	line-height:22px;
}

.columnaTextoD{
	width: calc( 50% - 100px );
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
}
	
.columnaTextoIcooperativa{
	width: calc( 50% - 10px );
	padding:0px;
	font-size:16px;
	line-height:22px;
	order: 2;
}

.columnaTextoDcooperativa{
	width: calc( 50% - 60px );
	padding:3px;
	
	font-size:16px;
	line-height:22px;
	order: 1;
}
	
	.columnaTextoDcooperativa2{
	width: calc( 50% - 10px );
	padding:0px;
	font-size:16px;
	line-height:22px;
}

.columnaTextoIcooperativa2{
	width: calc( 50% - 60px );
	padding:3px;
	
	font-size:16px;
	line-height:22px;
}


.columnaTextoDblanca{
	width: calc( 50% - 100px );
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
}
	
	
.columnaTextoDSeccion{
	width: calc( 50% - 100px );
	height: auto;
}
	
.itemBarraGris{
	width: calc( 100% - 60px );
	margin-bottom: 20px;
	padding-top: 20px;
	padding: 30px;
	display: inline-block;
}
	
.iconoItemGris{
	margin: 0 auto;
	margin-bottom: 15px;
}
	
.textosItemGris{
	max-width: none;
}

	.itemProductosI{
	display: inline-block;
	margin-bottom: 40px;
}

.itemProductosD{
	display: inline-block;
	margin-bottom: 40px;
}
	
	
.fotoProducto{
	width: 110px;
	height: 110px;
	margin: 0 auto;
	margin-bottom: 15px;
}
	
.fotoProductoHome{
	width: 110px;
	height: 110px;
	margin: 0 auto;
	margin-bottom: 15px;
}	
	
.textosProducto{
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	max-width: none;
}
	
.itemProductosI .textosProducto{
	text-align: center;
}


.itemProductosD .textosProducto{
	text-align: center;
}

.tituloProducto{
	font-size: 24px;
}

.subtituloProducto{
	font-size: 16px;
	padding-top: 5px;
}
	
	
	.contenidoInfoFlexMarron{
		max-width: 750px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-around; /* Safari */
 	justify-content:         space-around;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
	
}


.itemBarraMarron{
	width: 30%;
	max-width: 250px;
	margin-bottom: 20px;
	padding-top: 20px;
}
	
	.textosItemMarron{
	max-width: 600px;
}	
	

.footer{
	font-size:44px;
	padding:0px;
}

.tituloFooter{
	font-size:18px;
	line-height:18px;
}

.contenidoTextoFooter{
	font-size:13px;
}






	

	
#logoFooter{
	width: 30%;
	max-width: 250px;
}



.iconoMenuMovil{
	
	right:20px;
	top:10px;
}
	
	


	
	.iconoIdioma{

	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	
	   -webkit-justify-content: flex-start; /* Safari */
  justify-content:        flex-start;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;

}
	
	.barraMenuMovilVisible{
		top: -81px;
		
	}

}



@media (min-width: 1100px){
	
	
.logoMovil{
	display:none;
}
	


	
	
	.menu{
		display:inherit;
	}
	
	.iconoMenuMovil{
	right:20px;
}

.iconoMenuMovilVisible{
	right:20px;
}


	
.logo{
	max-width: 230px;
}

.logoSeccion{
	max-width: 230px;
}
	
.subtituloSlider{
	font-size: 16px;
	margin-bottom: 20px;
}

.tituloSlider{
	font-size: 32px;
	line-height: 32px;
}
	

.titulo{
	font-size: 28px;
	line-height: 22px;
}


.titulo2{
	font-size: 28px;
	line-height: 22px;
}

	
.infoFlex{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-around; /* Safari */
 	justify-content:         space-around;
    -webkit-align-items: stretch; /* Safari */
  	align-items:         stretch;
	margin-bottom: 40px;
}


.infoFlexGris{

	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between; /* Safari */
 	justify-content:         space-between;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
 
	padding-top: 50px;
	padding-bottom: 30px;
}

.infoFlexMarron{
	padding-top: 30px;
	padding-bottom: 30px;
}


.columnaTextoI{
	width: calc( 50% - 100px );
	padding:50px;
	padding-top:0;
	padding-bottom: 40px;
	font-size:16px;
	line-height:22px;
}

.columnaTextoD{
	width: calc( 40% - 100px );
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
}
	
	.columnaTextoIcooperativa{
	width: calc( 50% - 10px );
	padding:0px;
	font-size:16px;
	line-height:22px;
		order: 1;
}

.columnaTextoDcooperativa{
	width: calc( 50% - 100px );
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
	
	order: 2;
}
	
	.columnaTextoDcooperativa2{
	width: calc( 50% - 10px );
	padding:0px;
	font-size:16px;
	line-height:22px;
}

.columnaTextoIcooperativa2{
	width: calc( 50% - 100px );
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
}

.columnaTextoDblanca{
	width: calc( 35% - 100px );
	padding:50px;
	padding-top:0;
	padding-bottom: 0px;
	font-size:16px;
	line-height:22px;
}

.columnaTextoDSeccion{
	width: calc( 50% - 100px );
	height: auto;
}
	


.itemBarraGris{
	width: calc( 46% - 40px);
	margin-bottom: 20px;
	padding-top: 20px;
	display: -webkit-flex;
    display: flex;
}

	
.iconoItemGris{
	margin: 0;
	margin-bottom: 15px;
}
	
.textosItemGris{
	max-width: 600px;
}

	.itemProductosI{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: flex-start; /* Safari */
 	justify-content:        flex-start;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
	margin-bottom: 40px;
}

.itemProductosD{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: flex-start; /* Safari */
 	justify-content:        flex-start;
    -webkit-align-items:flex-start; /* Safari */
  	align-items:         flex-start;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}

.fotoProducto{
	width: 120px;
	height: 120px;
	margin: 0;
}

.fotoProductoHome{
	width: 110px;
	height: 110px;
	margin: 0;
}

.textosProducto{
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	max-width: 350px;
	text-align: justify;
}
	
.itemProductosI .textosProducto{
	text-align: left;
}


.itemProductosD .textosProducto{
	text-align: right;
}

.tituloProducto{
	font-size: 24px;
}

.subtituloProducto{
	font-size: 16px;
	padding-top: 5px;
}

	
.contenidoInfoFlexMarron{
		max-width: 750px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-around; /* Safari */
 	justify-content:         space-around;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
	
}


.itemBarraMarron{
	width: 30%;
	max-width: 250px;
	margin-bottom: 20px;
	padding-top: 20px;
}
	

.textosItemMarron{
	max-width: 600px;
}	
	
	
	

.footer{
	font-size:62px;
	padding:0px;
}

.tituloFooter{
	font-size:20px;
	line-height:20px;
}

.contenidoTextoFooter{
	font-size:14px;
}






	
	#logoFooter{
	width: 30%;
	max-width: 250px;
}
	



.iconoMenuMovil{

	right:20px;
	top:10px;
}

	
	
	.iconoIdioma{

	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	
	   -webkit-justify-content: flex-start; /* Safari */
  justify-content:        flex-start;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;

}
	
	.barraMenuMovilVisible{
		top: 0px;
		
	}
	
}

@media (min-width: 1300px){
	.contenidoInfoFlexMarron{
	max-width: 1600px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content: space-around; /* Safari */
 	justify-content:         space-around;
    -webkit-align-items: flex-start; /* Safari */
  	align-items:         flex-start;
	
}
}