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

.bold900{
	font-weight:900;
}

.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: 'Open Sans', 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;
	position: relative;
}



/* ENCABEZADO Y SLIDE */

.header{
	position:relative;
	width:100%;
	/*max-width: 1920px;*/
	overflow: hidden;
	height: 100vh;
	
		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: center; /* Safari */
  align-items:         center;
	
	background-color: #ffffff;
	
}

.headerSeccion{
	position:relative;
	width:100%;
	/*max-width: 1920px;*/
	
	background-color: #ffffff;
}


.subHeaderSeccion{
	width: 100%;
	
	/*max-width: 1920px;*/

	
	background-color: #597034;
	
	/*background-image: url(img/fondoHome.jpg);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;*/
	position: relative;
}


.headerMenu{
	width: 30%;
	height: 100vh;
	-webkit-flex-grow: 2;
	flex-grow:2;
	
	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;
}




.headerIn{
	width: 70%;
	max-width: 1300px;
	height: 100vh;
	
	/*max-width: 1920px;*/


	background-image: url(img/fondoHome.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	
	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;
	
}






.circuloBlanco{
	width: calc( 100% + 2px );
	height: calc( 100vh + 2px );
	background-image: url(img/circulo_normal.svg);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: -2px;
	bottom: -1px;
}



.slogan{
	/*max-width: 600px;*/
	/*height: 34px;*/
	font-size: 34px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: 300;
	/*position: absolute;*/
	text-align: right;

display: block;
	/*top: -100px; left: 0; right: 0; bottom: 0;*/
	padding: 10px;
	padding-bottom: 100px;
	padding-left: 20px;
}

.sloganSeccion{
	font-size: 32px;
	color: #FFFFFF;
	font-weight: 300;
	position: relative;
	text-align: right;

	padding: 70px;
	padding-right: 40px;
}







.logo{
	/*width:160px;*/
	width:60vw;
	max-width: 250px;
	
	
	background: url(img/logo_agrilea_sur.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 992;
	
	
	overflow:hidden;
	margin: 0 auto;
	position: absolute;
	left: 30px;
	top: 20px;
}

.logo:after{
	content: '';
    display: block;
	margin-top: 39.93%;
}


.logoR{
	/*width:160px;*/
	width:60vw;
	max-width: 250px;
	margin-top: 0px;
	margin: 20px;
	
	
	background: url(img/logo_agrilea_sur.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	
	
	overflow:hidden;
	position: relative;
	display: block;
	
}

.logoR:after{
	content: '';
    display: block;
	margin-top: 39.93%;
}



.productosArgentinos{
	/*width:160px;*/
	width:30vw;
	max-width: 150px;
	
	
	background: url(img/productosArgentinos.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 992;
	
	
	overflow:hidden;
	margin: 0 auto;
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.productosArgentinos:after{
	content: '';
    display: block;
	margin-top: 22.12%;
	
}



.productosArgentinos_en{
	/*width:160px;*/
	width:30vw;
	max-width: 150px;
	
	
	background: url(img/productosArgentinos_en.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 992;
	
	
	overflow:hidden;
	margin: 0 auto;
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.productosArgentinos_en:after{
	content: '';
    display: block;
	margin-top: 22.12%;
	
}





.menu{
	margin-left: 30px;
	display: block;
}


.botonMenu{
	width: 170px;
	
	

	color:#5a7034;
	text-align: left;
	font-size:28px;
	line-height:28px;
	font-weight: 300;
		-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;
	
	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;
	margin-bottom: 20px;

	
}

.botonMenu:Hover{
	color:#7ba02b;
}

.iconoBotonInicio{
	width: 40px;
	height: 40px;
	background-image:url(img/hojas_menu.svg);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	flex-shrink:0;
	-webkit-flex-shrink:0;
	margin-left: 0px;
	opacity: 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;
}

.botonMenu:Hover .iconoBotonInicio, .botonMenuMovil:Hover .iconoBotonInicio{
	margin-left: 10px;
	opacity: 1;
}




.iconoSubir{
	width:25px;
	height:25px;
	background:url(img/subir.svg);
	background-size:contain;
	background-repeat:no-repeat;
	position:fixed;
	right:-80px;
	bottom:2%;
	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{
	right:2%;
}




.iconoMenuMovil{
	width:30px;
	height:30px;
	/*background-color:#FFFFFF;*/
/*	background-image:url(img/botonMenuM.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: left center;*/
	color: #5a7034;
	text-align: right;
	font-size: 16px;
	line-height: 35px;
	position:fixed;
	right:40px;
	top:15px;
	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));*/

}



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

	font-size: 12px;
	color: #5a7034;
	position:absolute;
	right:100px;
	top:20px;
	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{
	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;
	margin: 5px;
}


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



.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:30px;
}




.menuMovil{
	/*background:#4D5A21;*/
	background:#5a7034;
	position:fixed;
	height:100%;
	width:100%;
	max-width:400px;
	right:-400px;
	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;
}

.menuMovilVisible{
	right:0;
}

.botonMenuMovil{
	
	

	color:#ffffff;
	text-align: left;
	font-size:24px;
	line-height:24px;
	font-weight: 300;
		-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;
	
	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;
	margin-bottom: 20px;
	padding-left: 20px;
	
}

.botonMenuMovil:Hover{
	color:#fff;
/*	background-color:#77a368;
		border-top: 1px solid #77a368;
	border-bottom: 1px solid #77a368;*/
}

.separadorMenuMovil{
	width:100%;
	height: 6px;
	background: url(img/separadorCirculo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

/* FIN MENU */


.infoFlexHome{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	
	 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-top:100px;*/
  margin-bottom:80px;
	margin-top: 80px;
  
}

	
.infoFlexHomeProductos{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	
	 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-top:100px;*/
  margin-bottom:150px;
	margin-top: 150px;
  
}
	

	

.columnaFoto{
	width:40%;
			position: relative;

}

.columnaFoto2{
	width:40%;
	position: relative;
}


.columnaTexto{
	width:50%;
	margin-left: 3%;
	max-width:650px;
	
	padding-right:50px;
	padding-bottom: 0;
	font-size:18px;
	line-height:30px;

}
	
	
.columnaTituloProductos{
	width:40%;
	
	 display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-end; /* Safari */
  justify-content:        flex-end;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
}
	
	
.tituloProductos{
		width: 90%;
	max-width: 400px;
		text-align: right;
			font-size: 34px;
		line-height: 34px;
		font-weight: 300;
		color: #5a7034;
		display: block;
		margin-bottom: 60px;
}


.textoProductos{
	width: 90%;
	max-width: 400px;
	font-size: 16px;

	color: #555555;
	font-weight:300; /* o 700 */
}

.columnaListaProductos{
	width:50%;
	
	margin-left: 10%;
	
	
	padding-bottom: 0;
	font-size:18px;
	line-height:30px;
	
	
	 display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-end; /* Safari */
  justify-content:        flex-end;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
	
}
	
	.producto{
		width: 100%;
		max-width: 800px;
		
		
		margin-bottom: 30px;
		cursor: pointer;
		
	}

.detalleProducto{
	/*max-width: calc( 100% - 230px);*/
		/*max-width: 600px;*/
	padding-left: 260px;
	text-align: left;
	color: #555555;
		font-size: 18px;
		font-weight: 300;
	padding-top: 10px;
	padding-right: 20px;
	display: none;
	opacity: 0;
}

.detalleProductoVisible{
	
}

.productoIn{
	 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;
}



	.nombreProducto{
		width: 230px;
		color: #555555;
		font-size: 26px;
		font-weight: 300;
		background-color: #ffffff;
		padding: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 20px;
		text-align: right;
			 -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;
	}
	
	.fotoProducto{
		width: 150px;
		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;
	}
	
	.producto:Hover .nombreProducto{
		width: 220px;
	}
	
	.producto:Hover .fotoProducto{
		width: 160px;
		opacity: 1;		
	}

.fotoProductoSeccion{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	
}
	

.fotoProcesosMani{
	width: 90%;
	max-width: 550px;
	margin: 0 auto;	
	background-image: url(img/mani_procesos3.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	overflow:hidden;
	display:block;
	position: relative;
}


.fotoProcesosMani:after{
	content: '';
    display: block;
	margin-top: 61.91%;
}

.fotoProcesosMani_en{
	width: 90%;
	max-width: 550px;
	margin: 0 auto;	
	background-image: url(img/mani_procesos3_en.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	overflow:hidden;
	display:block;
	position: relative;
}


.fotoProcesosMani_en:after{
	content: '';
    display: block;
	margin-top: 61.91%;
}




.graficoProcesos{
	width: 90%;
	max-width: 650px;
	background-image: url(img/grafico.jpg); 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	margin-bottom: 60px;
	overflow:hidden;
	display:block;
	position: relative;
}


.graficoProcesos:after{
	content: '';
    display: block;
	margin-top: 96.7%;
}


.graficoProcesos_en{
	width: 90%;
	max-width: 650px;
	background-image: url(img/grafico_en.jpg); 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	margin-bottom: 60px;
	overflow:hidden;
	display:block;
	position: relative;
}


.graficoProcesos_en:after{
	content: '';
    display: block;
	margin-top: 96.7%;
}



.imagenHeadIn{
	height: calc( 50vh - 100px );
	position: relative;
	overflow: hidden;
}






.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{
		position:fixed;
		bottom: 5px;
	right: 20px;
	z-index: 993;
	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/logo_agrilea_sur_transparente.svg);
	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: 39.93%;
}


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

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


.contenidoHeader{
	position: absolute;
	height: 100%;
	
	z-index: 991;
	 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: center; /* Safari */
  align-items:         center;
	
}



.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: flex-start; /* Safari */
  align-items:         flex-start;
  
 /* margin-top:100px;*/
  margin-bottom:40px;
  
}

.infoFlexArticulo{
	width:90%;
	max-width:1400px;
	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;
  
 /* margin-top:100px;*/
  margin-bottom:40px;
  
}



.flexCategorias{
	width:100%;
	max-width:1600px;
	margin: 0 auto;
	min-height: 25vh;
	
	 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: center; /* Safari */
  align-items:        center;
  
 /* margin-top:100px;*/

}

.contenedorCategorias{
	width: 100%;
		 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;
}

.infoContenido{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	margin-top: 50px;
}

.categoria{
	width: calc( 100% / 5 - 20px );
	max-width:250px; 
	padding: 0;
	margin-bottom: 20px;

	
	position:relative;
		-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;
}


.fotoCategoria{
	width: 100%;
	overflow:hidden;
	display:inline-block;
	
}


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

.textoCategoria{
	font-family: "EB Garamond", serif;
	text-align: center;
	font-size: 21px;
	color: #172c42;
}

.categoria:Hover{
	 transform: scale(0.95);
}


.contenidoItemCategoria{
	padding-left: 10px;
	width: 100%;
	height: 100%;
	position: absolute;
		 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;
	
}

.textoItemCategoria{
	color:#ffffff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	text-align: left;
	max-width: 160px;
	/*position: absolute;*/
}


.titulo{
	text-align: left;
	color: #5a7034;
	font-size: 26px;
	line-height: 32px;
	display: block;
	margin-bottom: 20px;
	font-weight: 300;
}

.subtitulo{
	width: 100%;
	text-align: left;
	color: #5a7034;
	font-size: 22px;
	line-height: 26px;
	display: block;
	margin-bottom: 20px;
	font-weight: 300;
}

.tituloSeccion{
	text-align: center;
	border-bottom: 1px solid #172c42;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 28px;
	line-height: 32px;
	margin-top: 10px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 30px;
}



.subsubtitulo{

	font-size: 16px;
}

.espacioV{
	height: 60px;
}

.mensajeNoHay{
	margin-top: 15px;
}

.columnaTexto{
	font-weight: 300;
	color: #555555;
}







.fotoSeccionIn{
	width:100%;
	
	height: 65vh;

	

	
	
	
}






.listaArticulos{
	width: 90%;
	max-width: 1200px;
	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;
	
	padding-top: 20px;
	padding-bottom: 20px;
}


.listaArticulosCarrito{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	
}

.articulo{
	width: 25%;
	

	margin-bottom: 20px;
	padding: 10px;
		-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
	font-size: 14px;
	position: relative;
}

.articulo:Hover{
	background:#172c42;
	color: #ffffff;
	transform: scale(0.95);
}

.fotoArticulo{
	width: 100%;
	overflow:hidden;
	display:inline-block;
	
}


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

.clickParaAmpliar{
	width: 100%;
	font-size: 12px;
	text-align: center;
}

.codigoProducto{
	font-size: 14px;
	text-align: right;
	margin-bottom: 15px;	
}

.infoProducto{
	font-size: 16px;
	color: #333333;
}

.articuloCarrito{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px;
	padding-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;
	font-size: 14px;
	color: #7b7b7b;
	position: relative;
}

.tituloArticulo{
	font-family: "EB Garamond", serif;
	text-align: center;
	border-top: 1px solid #172c42;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 26px;
	margin-top: 10px;
	padding-top: 5px;
	display: block;
	color: #172c42;
		-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;
}
.articulo:Hover .tituloArticulo{
	border-top: 1px solid #ffffff;
	color: #ffffff;
}


.articuloCarrito:Hover{
	background:#DCDCDC;
	color: #333333;
}

.nobreak{
	white-space: nowrap;
}

.botonArticulo{
	width: 20px;
	height: 20px;
	/*background-image: url(img/icono_plus.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;*/
	position: absolute;
	right: 10px;
	opacity: .5;
	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;
	z-index: 980;
}

.botonArticulo:Hover{
	opacity: .8;
}

.formAgregarCarrito{
	border: 1px solid #172c42;
	margin-top: 20px;
	padding: 10px;
}

.tituloFormCarrito{
	font-family: "EB Garamond", serif;
	text-align: center;
		border-bottom: 1px solid #172c42;
	width: 90%;
	margin: 0 auto;
	color: #172c42;
	font-size: 20px;
	line-height: 22px;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.menuArticulo{
	position: absolute;
	width: 100%;
	max-width: 180px;
	background: #666666;
	border: 1px solid #DBDBDB;
	right: 5px;
	top: 35px;
	display: none;
	z-index: 981;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


label{
	font-size:13px;
	width: calc( 90% - 12px );
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
	display: block;
}

.campoMenuArticulo{
	width: calc( 90% - 12px );
	margin: 0 auto;
	padding: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 13px;
	border: 1px solid #dedede;
	font-family: 'Nunito Sans', sans-serif;

	display: block;
}

.campoMenuArticulo:focus::-webkit-input-placeholder { color:transparent; }
.campoMenuArticulo:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.campoMenuArticulo:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.campoMenuArticulo:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.botonMenuArticulo{
	width: calc( 90% - 22px );
	margin: 0 auto;
	padding: 5px;
		margin-top: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 12px;
	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;
	cursor: pointer;
	background-color: #333333;
	color: #ffffff;
	display: none;
}

.botonMenuArticulo:Hover{
	background-color: #172c42;
	color: #ffffff;
}

.visible{
	display: block!important;
}


.selectMenuArticulo {
    
	width: calc( 100% - 12px );
	margin: 5px;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	border: 1px solid #dedede;
	
	
    overflow: hidden;
    background: #fafafa url("img/abrir_select.svg");
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: calc( 100% - 5px ) center;
	
}

.selectMenuArticulo select {
	width: 98%;
    /*padding: 5px 8px;*/
	padding: 0px;
	font-size: 11px;
	color: #666666;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	-moz-appearance:none;
	cursor: pointer;
}

#selectArt option{
		font-size: 11px;
	color: #666666;
}

.selectMenuArticulo select:focus {
    outline: none;
}








.dhl_es{
	width: 100%;
	height: 200px;
	background-color: #eeeeee;
	background-image: url(img/fondoDHL_es.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.dhl_en{
	width: 100%;
	height: 200px;
	background-color: #eeeeee;
	background-image: url(img/fondoDHL_en.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}




.datosAbajo{
	width:90%;
	max-width:1200px;
	margin: 0 auto;
	
	

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

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

.textoDato{
	font-size:22px;
	line-height:26px;
	font-weight:300;
	padding-left: 15px;
	text-align: left;
	
	color: #7b7b7b;
}



.iconoDato{
	width:25%;
	max-width: 100px;
	
min-width: 80px;
	overflow:hidden;
	display:inline-block;
	position:relative;
}

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



.footer{
	display: block;
	
	color:#ffffff;
	text-align:left;
	font-size:10px;
	background-color: #5a7034;
	position: relative;
	z-index: 1;

}

.footer:before{
	 content: '';
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .6; 
	z-index: -1;
	background-image: url(img/fondoHome.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.textosFooter{
width:90%;
	max-width:1480px;
		  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: center; /* Safari */
  justify-content:         center;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
		
	
	
}

.moduloTextoFooter{
	
			   text-align: left;
			   margin:20px;
}

#logoFooter{
}

#consultenos{
}

.tituloFooter{
	font-size:36px;
	color:#ffffff;
	margin-bottom:10px;
	font-weight: 300;
}

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


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



.formContacto{
	width:100%;
	max-width:400px;
	font-weight:400; /* o 700 */
	line-height:14px;
}

.campo{
	 padding:4px;
	 padding-left:4px;
	 padding-right:4px;
	 width:calc( 100% - 8px);
	
	 border:1px solid #ffffff;
	 font-size:12px;
	 color:#ffffff;

-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:0px;
 margin-top:0px;
 position:relative;
font-family: 'Nunito Sans', sans-serif;
	font-weight:800; /* o 700 */
	resize: none;
	background:rgba(255,255,255,0);
}

.campo:focus{
	background:#ffffff;
	border:1px solid #5a7034;
	color:#5a7034;
}

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

.botonForm{
	width:calc( 100% - 12px);
	max-width:120px;

color:#FFFFFF;
text-align:center;
padding:5px;
 border:1px solid #ffffff;
background:rgba(255,255,255,0);

 font-size:12px;
-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;
position:relative;
cursor:pointer;

 margin-bottom:10px;
 margin-top:14px;
}

.botonForm:Hover{
	background:#5a7034;
	border:1px solid #5a7034;
	color:#ffffff;
}





.botonBuscar{

color:#172c42;
text-align:center;
padding:5px;
 border:1px solid #172c42;
background:rgba(255,255,255,0.19);

 font-size:14px;
-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;
position:relative;
cursor:pointer;

 margin-bottom:15px;
 margin-top:15px;
}

.botonBuscar:Hover{
	background:#172c42;
	border:1px solid #172c42;
	color:#FFFFFF;
}


.textoError{
	font-size:13px;
}

.textoErrorPresupuesto{
	font-size:13px;
}

.mensajeOK{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
	color:#172c42;
	margin-bottom: 100px;
	text-align: center;
}



.campoPresupuesto{
	
		width: calc( 95% - 12px );
	margin: 0 auto;
	padding: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 13px;
	border: 1px solid #dedede;
	font-family: 'Nunito Sans', sans-serif;

	display: block;
	

-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;

	resize: none;
	margin-bottom: 5px;
}

.campoPresupuesto:focus{
	background:#ffffff;
	border:1px solid #172c42;
	color:#172c42;
}

.campoPresupuesto::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
}
.campoPresupuesto::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
}
.campoPresupuesto:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
}
.campoPresupuesto:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
}

.etiqueta{
	width:calc( 95% - 12px);
	padding: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 13px;
	text-align: left;
	display: block;
	
}

.botonFormPresupuesto{
	width:calc( 95% - 35px);
	max-width:150px;

text-align:center;
padding:5px;
	padding-right: 30px;
	margin: 0 auto;

 font-size:14px;
-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;
position:relative;
cursor:pointer;

 margin-bottom:15px;
 margin-top:15px;
		background:#172c42;
	border:1px solid #172c42;
	color:#ffffff;
}

.botonFormPresupuesto:Hover{
	background:#ffffff;
	border:1px solid #172c42;
	color:#172c42;
}


/* 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:#172c42;
	
	font-size:45px;
	font-weight:300;
}


.preloaderContacto{
	background:url(img/grid.svg);
	background-size:contain;
	background-repeat:no-repeat;
	overflow:hidden;
	clear:both;
	width:8%;
	max-width:20px;
	position:absolute;
	right:5%;
	bottom:27%;
	display:none;
}

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

/* FIN NOVEDADES */


	
.carrouselRenders{
	width:100%;
	overflow:hidden;
	position: relative;
	margin-bottom: 2px;
}

.render{
	/*width:20%;*/
	overflow:hidden;
	display:inline-block;
	position:relative;
	margin: 3px;
	
	 -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;
	
	opacity: 0.75;
}

.render:after{
	content: '';
    display: block;
	margin-top: 40.54%;
}

.render:Hover{
	opacity: 1;
}

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




/* AJUSTE RESOLUCION */

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

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



@media (max-width: 749px){

.logoMovil{
	display:block;
}


	
	
	
.logo{
	width:50vw;
	max-width: 200px;
	left: 20px;
	top: 80px;
}
	
.logoR{
	width:50vw;
	max-width: 200px;
	margin: 20px;
	margin-top: 50px;
}
	
.menu{
		display:none;
	}
	
.botonMenu{
	font-size:24px;
	line-height:24px;
}

.productosArgentinos{
	width:25vw;
	max-width: 120px;
	right: 0px;
	bottom: 20px;
}
	
.slogan{
	width: 100%;
	max-width: 230px;
	/*height: 30px;*/
	font-size: 30px;
	

	/*top: -50px; left: 0; right: 0; bottom: 0;*/
	/*padding: 10px;*/
}
	
.sloganSeccion{
	font-size: 26px;
	
	padding: 40px;
	padding-right: 30px;
}
	
.infoFlexHome{
	 margin-bottom:60px;
	margin-top: 60px;
		
 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: stretch; /* Safari */
  align-items:         stretch;
 }

	
.infoFlexHomeProductos{
	 margin-bottom:60px;
	margin-top: 60px;
	 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-start; /* Safari */
  align-items:         flex-start;
 }






.columnaFoto{
	width:90%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	order: 2;
}

	
.columnaFoto:after{
	content: '';
    display: block;
		margin-top: 50%;
}
	
	
	.columnaFoto2{
	width:90%;
	margin: 0 auto;
	display: block;
	order: 2;
}

	.fotoProductoSeccion{
	width: 100%;
	height: 50%;
	position: absolute;
	right: 0;
	
}
	


.columnaTexto{
	width:90%!important;
	margin: 0 auto!important;
	margin-left: 0;
	padding-right:0px;
	margin-bottom: 30px!important;
	display: block;
	order: 1;
}
	
	
.columnaTituloProductos{
	width:90%;
	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: flex-start; /* Safari */
  justify-content:        flex-start;
     -webkit-align-items: center; /* Safari */
  align-items:         center;
	padding: 30px;
}

.tituloProductos{
	text-align: left;
	font-size: 30px;
	margin-bottom: 15px;
}

.columnaListaProductos{
	width:100%;
	margin-left: 5%;
	padding-bottom: 0;
display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-end; /* Safari */
  justify-content:        flex-end;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;	
}

	
	
	.header{
	position:relative;
	width:100%;
	overflow: hidden;
	height: 100vh;
		display:block;
  align-items:         center;
	background-color: #ffffff;
}


.headerMenu{
	width: 100%;
	height: 20vh;
	-webkit-flex-grow: 2;
	flex-grow:2;
	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;
}

.headerIn{
	width: 100%;
	max-width: 1300px;
	height: 100vh;
	background-image: url(img/fondoHome.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:nowrap;
	   -webkit-justify-content: flex-end; /* Safari */
  justify-content:        flex-end;
     -webkit-align-items: center; /* Safari */
  align-items:        center;
}

.circuloBlanco{
	width: calc( 100% + 2px );
	height: calc( 100% + 2px );
	background-image: url(img/circulo_vertical.svg);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -1px;
}

		
		
	

.iconoMenuMovil{
	right:40px;
}
	
	

.iconoMenuMovilVisible{
	right:40px;
}



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

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

.contenidoTextoFooter{
	font-size:13px;
}




.infoFlex{
	width:80%;
	margin:0 auto;
	
	 display: block;
  
/*  margin-top:100px;*/
  margin-bottom:20px;
	overflow: hidden;
  
}
	
	
.infoFlexArticulo{
	width:80%;
	margin:0 auto;
	
	 display: block;
  
/*  margin-top:100px;*/
  margin-bottom:20px;
	overflow: hidden;
  
}
	
	
	



.columnaTexto{
		width:100%;
	max-width:none;
	
	padding:0px;
	padding-top:0;
	font-size:16px;
	line-height:20px;
	margin-bottom: 20px;
}


.flexCategorias{
	
    margin-bottom:60px;
  
}	
	
.categoria{
	width: calc( 100%  - 40px );
	padding: 0;
	margin: 10px;
	margin-bottom: 10px;
}
	
.textoItemCategoria{
	font-size: 20px;
	line-height: 22px;
	max-width: 140px;
}
	
	

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

	


.iconoMenuMovil{

	right:40px;
	top:14px;
}	

	

	
.tipito{
	width: 90vw;
	height: calc( 100% - 40px );
	right: 2vw;
	bottom: 0px;
}
	
.tituloSeccion{
	font-size: 24px;
	line-height: 24px;
}
	
	
	
		.dhl_es{
	width: 100%;
	height: 150px;
	background-color: #eeeeee;
	background-image: url(img/fondoDHL_es.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}

.dhl_en{
	width: 100%;
	height: 150px;
	background-color: #eeeeee;
	background-image: url(img/fondoDHL_en.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
	
	.articulo{
	width: calc(45% - 22px);
		max-width: 200px;
	
	margin-bottom: 20px;
	padding: 10px;
}



}


@media (min-width: 750px){

.logoMovil{
	display:block;
}

	
.logo{
	width:50vw;
	max-width: 200px;
	left: 20px;
	top: 20px;
}
	
.logoR{
	width:50vw;
	max-width: 200px;
	margin-top: 0px;
	margin: 20px;
}
	
	
.menu{
	margin-left: 20px;
	display:inherit;
}
	
.botonMenu{
	font-size:24px;
	line-height:24px;
}

.productosArgentinos{
	width:25vw;
	max-width: 120px;
	left: 20px;
	bottom: 20px;
}
	
.slogan{
	/*height: 30px;*/
	font-size: 30px;

	/*top: -100px; left: 0; right: 0; bottom: 0;*/
	/*padding: 10px;*/
}
	
.sloganSeccion{
	font-size: 28px;
	
	padding: 50px;
	padding-right: 30px;
}
	
	
.infoFlexHome{
	 margin-bottom:80px;
	margin-top: 150px;
	
	 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;
 }

	
.infoFlexHomeProductos{
	 margin-bottom:150px;
	margin-top: 150px;
 }




.columnaFoto{
	width:40%;
}

	.columnaFoto2{
	width:40%;
	
}

.fotoProductoSeccion{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	
}

.columnaTexto{
	width:50%;
	margin-left: 3%;
	max-width:650px;
	padding-right:50px;
	padding-bottom: 0;
}
	
	
.columnaTituloProductos{
	width:35%;
	 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: center; /* Safari */
  align-items:         center;
	padding: 10px;
}

.tituloProductos{
	text-align: left;
	font-size: 30px;
}

.columnaListaProductos{
	width:60%;
	margin-left: 5%;
	padding-bottom: 0;
display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-end; /* Safari */
  justify-content:        flex-end;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;	
}
	
	
.header{
	position:relative;
	width:100%;
	overflow: hidden;
	height: 100vh;
		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: center; /* Safari */
  align-items:         center;
	background-color: #ffffff;
}


.headerMenu{
	width: 30%;
	height: 100vh;
	-webkit-flex-grow: 2;
	flex-grow:2;
	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;
}

.headerIn{
	width: 70%;
	max-width: 1300px;
	height: 100vh;
	background-image: url(img/fondoHome.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	
	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;
}

.circuloBlanco{
	width: calc( 100% + 2px );
	height: calc( 100vh + 2px );
	background-image: url(img/circulo_normal.svg);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: -2px;
	bottom: -1px;
}

	
	
	

.iconoMenuMovil{
	right:40px;
}

.iconoMenuMovilVisible{
	right:40px;
}



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

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

.contenidoTextoFooter{
	font-size:13px;
}




.infoFlex{
	width:90%;
	max-width:1400px;
	margin:0 auto;
	
	 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;
  
 /* margin-top:100px;*/
  margin-bottom:20px;
  
}
	
	
.infoFlexArticulo{
	width:90%;
	max-width:1400px;
	margin:0 auto;
	
	 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;
  
 /* margin-top:100px;*/
  margin-bottom:20px;
  
}
	
	
	

.columnaTexto{
	width:calc( 50% - 40px );
	max-width:500px;
	
	padding:20px;
	padding-top:0;
	font-size:16px;
	line-height:20px;
}

	
.flexCategorias{
	
    margin-bottom:60px;

}	
	
.categoria{
	width: calc( 50% - 40px );
	padding: 0;
	margin: 10px;
	margin-bottom: 10px;
}
	
.textoItemCategoria{
	font-size: 20px;
	line-height: 22px;
	max-width: 140px;
}
	

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



.iconoMenuMovil{
	
	right:40px;
	top:14px;
}
	
	


	
.tipito{
	width: 70vw;
	height: calc( 100% + 40px );
	right: 2vw;
	bottom: 0px;
}
	
.tituloSeccion{
	font-size: 26px;
	line-height: 26px;
}
	
	
	.dhl_es{
	width: 100%;
	height: 200px;
	background-color: #eeeeee;
	background-image: url(img/fondoDHL_es.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.dhl_en{
	width: 100%;
	height: 200px;
	background-color: #eeeeee;
	background-image: url(img/fondoDHL_en.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
	
	.articulo{
	width: 35%;
	max-width: 200px;
	margin-bottom: 20px;
	padding: 10px;

}

}



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

.logo{
	width:60vw;
	max-width: 250px;
	left: 30px;
	top: 20px;
}
	
.logoR{
	width:60vw;
	max-width: 250px;
	margin-top: 0px;
	margin: 20px;
}

.menu{
	margin-left: 30px;
	display:inherit;
}
	
.botonMenu{
	font-size:28px;
	line-height:28px;
}
	
.productosArgentinos{
	width:30vw;
	max-width: 150px;
	left: 30px;
	bottom: 20px;
}
	

.slogan{
	/*height: 38px;*/
	font-size: 38px;

	/*top: -100px; left: 0; right: 0; bottom: 0;*/
	/*padding: 10px;*/
}
	
.sloganSeccion{
	font-size: 32px;
	
	padding: 70px;
	/*padding-right: 40px;*/
}
	
	
	.infoFlexHome{
	 margin-bottom:80px;
	margin-top: 80px;
		
		 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;
 }

	
.infoFlexHomeProductos{
	 margin-bottom:120px;
	margin-top: 120px;
 }




.columnaFoto{
	width:40%;
}

	.columnaFoto2{
	width:40%;
	
}


	.fotoProductoSeccion{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	
}

.columnaTexto{
	width:50%;
	margin-left: 3%;
	max-width:650px;
	padding-right:50px;
	padding-bottom: 0;
}
	
	
.columnaTituloProductos{
	width:40%;
	 display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-end; /* Safari */
  justify-content:        flex-end;
     -webkit-align-items: center; /* Safari */
  align-items:         center;
}

.tituloProductos{
	text-align: left;
	font-size: 34px;
}

.columnaListaProductos{
	width:50%;
	margin-left: 10%;
	padding-bottom: 0;
display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: flex-end; /* Safari */
  justify-content:        flex-end;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;	
}
	
	
.header{
	position:relative;
	width:100%;
	overflow: hidden;
	height: 100vh;
		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: center; /* Safari */
  align-items:         center;
	background-color: #ffffff;
}


.headerMenu{
	width: 30%;
	height: 100vh;
	-webkit-flex-grow: 2;
	flex-grow:2;
	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;
}

.headerIn{
	width: 70%;
	max-width: 1300px;
	height: 100vh;
	background-image: url(img/fondoHome.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	
	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;
}

.circuloBlanco{
	width: calc( 100% + 2px );
	height: calc( 100vh + 2px );
	background-image: url(img/circulo_normal.svg);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: -2px;
	bottom: -1px;
}
	
	
	
	
.iconoMenuMovil{
	right:30px;
}

.iconoMenuMovilVisible{
	right:30px;
}



	


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

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

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


	
.flexCategorias{
	margin-bottom:0px;
}	
	
.categoria{
	width: calc( 100% / 3 - 5% - 20px );
	padding: 0;
	margin: 10px;
	margin-bottom: 10px;
}
	
.textoItemCategoria{
	font-size: 24px;
	line-height: 26px;
	max-width: 160px;
}
	

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



.iconoMenuMovil{
	
	right:40px;
	top:14px;
}
	

	
.tipito{
	width: 50vw;
	height: calc( 100% + 40px );
	right: 2vw;
	bottom: 0px;
}
	
.tituloSeccion{
	font-size: 28px;
	line-height: 28px;
}

	
	.dhl_es{
	width: 100%;
	height: 200px;
	background-color: #eeeeee;
	background-image: url(img/fondoDHL_es.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.dhl_en{
	width: 100%;
	height: 200px;
	background-color: #eeeeee;
	background-image: url(img/fondoDHL_en.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
	
.articulo{
	width: calc(20% - 20px );
	max-width: 200px;
	margin-bottom: 20px;
	padding: 10px;
}

}

