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

.bold900{
	font-weight:900;
}

.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: 'Nunito 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;
}



/* ENCABEZADO Y SLIDE */

.header{
	position:relative;
	width:100%;
	/*max-width: 1920px;*/
	overflow: hidden;
	height: 75vh;
}

.headerSeccion{
	position:relative;
	width:100%;
	/*max-width: 1920px;*/
	overflow: hidden;
	height: 60vh;
}


.bordeHeader{
	width: 100%;
	position: absolute;
	background: url(img/bordeHeader.svg);
	background-size: 100vw;
	background-position: bottom center;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	bottom: -2px;
	z-index: 800;
}

.bordeHeader:after{
	content: '';
    display: block;
	margin-top: 13.33%;
}

.headerIn{
	width: 100%;
	height: 65vh;
	position:absolute;
	z-index: 994;
	
	/*max-width: 1920px;*/
	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;
}

.headerInSeccion{
	width: 100%;
	height: 45vh;
	position:absolute;
	z-index: 994;
	
	/*max-width: 1920px;*/
	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;
}




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



.menu{
	
	width: 90%;
	max-width:1200px;
	margin: 0 auto;
	text-align: center;
	/*position: absolute;*/
	z-index: 998;
	margin-top: 40px;
}


.botonesMenu{
	

	width: 100%;
	
display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap:nowrap;
	position: relative;
	
	   -webkit-justify-content: space-between; /* Safari */
  justify-content:        space-between;
  
     -webkit-align-items: center; /* Safari */
  align-items:         center;
	
	
}




.botonMenu{

	color:#ffffff;
	font-size:18px;
	line-height:18px;
	font-weight: 300;
	padding: 5px;
		-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: 1px solid transparent;

	
}


.botonMenu:Hover{
	color:#252b43;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

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


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

.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:90px;
	height:35px;
	/*background-color:#FFFFFF;*/
	background-image:url(img/tacosLogoBlancos.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:30px;
	top:20px;
	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));*/

}


.iconoMenuMovilAzul{
		background-image:url(img/tacosLogoAzules.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: left center;
	color: #172c42;
	}

.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{
	width: calc( 100% - 150px );
	height:25px;
	/*background-color:#FFFFFF;*/

	font-size: 12px;
	color: #fff;
	position:absolute;
	left:30px;
	top:20px;
	z-index:995;

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

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




.menuMovil{
	/*background:#4D5A21;*/
	background:#252b43;
	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{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:5px;
	color:#ffffff;
	font-size:18px;
	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;
	border: 1px solid transparent;
	text-align: center;
	
	/*border-top: 1px solid transparent;*/
	
}

.botonMenuMovil:Hover{
	color:#fff;
	border: 1px solid #ffffff;
/*	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 */


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


.logo{
	/*width:160px;*/
	width:60vw;
	max-width: 300px;
	
	
	background-color:#ffffff;
	background: url(img/logoMartinSirventBlanco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 992;
	
	
	overflow:hidden;
	margin: 0 auto;
}

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

.logoIn{
	width: 80%;
	height: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
	background-image:url(img/LOGO_AyFaceros.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

/*.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/logoMartinSirventBlanco.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: 60%;
}


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

.slogan{
	font-size: 34px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: 300;
	margin-left: 50px;
	max-width: 450px;
}



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

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

.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{
		font-family: "EB Garamond", serif;
	text-align: center;
	border-bottom: 1px solid #172c42;
	color: #172c42;
	font-size: 24px;
	line-height: 32px;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
}

.tituloSeccion{
	font-family: "EB Garamond", serif;
	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;
}


.subtitulo{

	font-size: 30px;
	line-height: 30px;
}

.subsubtitulo{

	font-size: 16px;
}

.espacioV{
	height: 60px;
}

.mensajeNoHay{
	margin-top: 15px;
}

.columnaTexto{
	width:40%;
	max-width:500px;
	
	padding:50px;
	padding-top:0;
	font-size:17px;
	line-height:22px;
	text-align:justify;
	color: #666666;
	font-weight: 300;
}







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

.dhl_fr{
	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{
	background:#252b43;
	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: 150px;
	max-width: 250px;
	background-image: url(img/logoMartinSirventBlanco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	display:inline-block;

}

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


.tituloFooter{
	color:#ffffff;
	
		font-family: "EB Garamond", serif;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 15px;
}

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



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



.formContacto{
	width:100%;
	max-width:400px;
	font-family: 'Rubik';
	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:5px;
 margin-top:5px;
 position:relative;
font-family: 'Nunito Sans', sans-serif;
	font-weight:400; /* o 700 */
	resize: none;
	background:rgba(255,255,255,0.19);
}

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

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

.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.19);

 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:1%;
 margin-top:1%;
}

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





.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 */




/* AJUSTE RESOLUCION */

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

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



@media (max-width: 799px){

.logoMovil{
	display:block;
}

	.logo{
		width:70vw;
		max-width: 250px;
	display:block;
}
	
	.menu{
		display:none;
	}
	
	
	
	
	
.iconoMenuMovil{
	right:30px;
}
	
	

.iconoMenuMovilVisible{
	right:30px;
}



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

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

.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:30px;
	top:20px;
}	
	
	
	
.slogan{
display: none;
}
	

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


.carrito{
	top: 20px;
	left: 20px;
}
	
	.iconoIdioma{

	display: none;

}
	
	.barraMenuMovilVisible{
		top: 0px;
		
	}
	
	

}

@media (min-width: 600px){
.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;
}
	
.articulo{
	width: calc(45% - 22px);
		max-width: 200px;
	
	margin-bottom: 20px;
	padding: 10px;
}
	
	

	
}

@media (min-width: 800px){

.logoMovil{
	display:block;
}

.logo{
	width:60vw;
	max-width: 300px;
	display:block;
}
	
	.menu{
		display:inherit;
	}
	

.iconoMenuMovil{
	right:30px;
}

.iconoMenuMovilVisible{
	right:30px;
}



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

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

.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:30px;
	top:20px;
}
	
	
.slogan{
	position: relative;
	font-size: 28px;
	line-height: 28px;
	margin-left: 30px;
	max-width: 250px;
}	

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

}
	
	.carrito{
	bottom: 5px;
	right: 20px;
}
	
	.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;
}
	
	
	.logo{
		width:40vw;
	display:block;
}
	
	.menu{
		display:inherit;
	}
	
	.iconoMenuMovil{
	right:30px;
}

.iconoMenuMovilVisible{
	right:30px;
}



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

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

.contenidoTextoFooter{
	font-size:14px;
}






.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:45%;
	max-width:500px;
	
	padding:50px;
	padding-top:0;
	font-size:17px;
	line-height:22px;
}
	

	
.flexCategorias{
    margin-bottom:60px;
}	
	
.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:30px;
	top:20px;
}

.slogan{
	position: relative;
	font-size: 30px;
	line-height: 30px;
	margin-left: 30px;
	max-width: 350px;
}
	
.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: 25%;
	max-width: 200px;
	margin-bottom: 20px;
	padding: 10px;
}
	
	.carrito{
	bottom: 5px;
	right: 20px;
}
	
	.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: 1500px){
	
	
.logoMovil{
	display:none;
}
	
	.logo{
		width:60vw;
	display:block;
}
	
	.menu{
		display:inherit;
	}
	
	.iconoMenuMovil{
	right:30px;
}

.iconoMenuMovilVisible{
	right:30px;
}



	


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

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

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


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



.columnaTexto{
	width:40%;
	max-width:500px;
	
	padding:50px;
	padding-top:0;
	font-size:17px;
	line-height:22px;

}
	
	
.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:30px;
	top:20px;
}
	
.slogan{
	position: relative;
	font-size: 34px;
	line-height: 34px;
	margin-left: 40px;
	max-width: 450px;
}
	
.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;
}

.carrito{
	bottom: 5px;
	right: 20px;
}	
	
	.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;
		
	}
	

}

