/**
* 2007-2019 PrestaShop
*/

#wim_2hand_banner{
	height: 50px;
	margin:auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
}

#wim_2hand_banner .container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#wim_2hand_banner .wim_2hb_icon{
  float: left;
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
}

#wim_2hand_banner .wim_2hb_text{
  float: left;
  font-family: 'GalanoGrotesque-bold';
	font-size: 14px;
	font-weight: 400;
  line-height: 16px;
  padding-top: 10px;
  padding-left: 10px;
}

#wim_2hand_banner .itv,
#wim_2hand_banner_mobile .itv{
  -webkit-mask-image: url(../img/itv.svg);
  mask-image: url(../img/itv.svg);
}

#wim_2hand_banner .revisadas,
#wim_2hand_banner_mobile .revisadas{
  -webkit-mask-image: url(../img/revisadas.svg);
  mask-image: url(../img/revisadas.svg);
}

#wim_2hand_banner .garantia,
#wim_2hand_banner_mobile .garantia{
  -webkit-mask-image: url(../img/garantia.svg);
  mask-image: url(../img/garantia.svg);
}

#wim_2hand_banner_mobile{
	height: 375px;
  padding-bottom: 70px;
	background: #FFFFFF;
	margin:auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

#wim_2hand_banner_mobile .container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#wim_2hand_banner_mobile .wim_2hb_icon{
  width: 35px;
  height: 35px;
  /*background-color: #00A5E4;*/
  margin: auto;
}

#wim_2hand_banner_mobile .wim_2hb_text{
  float: left;
  font-family: 'GalanoGrotesque-bold';
	font-size: 14px;
	/*color: #00A5E4;*/
	font-weight: 400;
  line-height: 16px;
  padding-top: 10px;
  padding-left: 10px;
}

#wim_2hand_banner.oculta{
  height:0px;
  -webkit-transition:height, 0.5s linear;
  -moz-transition: height, 0.5s linear;
  -ms-transition: height, 0.5s linear;
  -o-transition: height, 0.5s linear;
  transition: height, 0.5s linear;
  overflow: hidden;
}

#wim_2hand_banner.oculta.open{
  height:50px;
  -webkit-transition:height, 0.5s linear;
  -moz-transition: height, 0.5s linear;
  -ms-transition: height, 0.5s linear;
  -o-transition: height, 0.5s linear;
  transition: height, 0.5s linear;
}

#wim_2hand_banner .bl1,
#wim_2hand_banner .bl2,
#wim_2hand_banner .bl3{
  visibility: hidden;
}

@media (min-width:768px) and (max-width:991px){
  #wim_2hand_banner{
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media(max-width:767px){
	#wim_2hand_banner.w_footer{
		display: none;
	}
  #wim_2hand_banner.w_header{
		display: none;
	}
  #wim_2hand_banner_mobile.w_footer{
		display: flex;
	}
  #wim_2hand_banner_mobile.w_header{
		display: none;
	}
}
@media(min-width:768px){
  #wim_2hand_banner.w_footer{
		display: none;
	}
  #wim_2hand_banner.w_header{
		display: flex;
	}
  #wim_2hand_banner_mobile.w_header{
		display: none;
	}
  #wim_2hand_banner_mobile.w_footer{
		display: none;
	}
}

#contenedor_2hand{
  min-height: 50px;
}