html {
  scroll-behavior: smooth;
}

h2 span {
  font-weight: 600!important;
 }
 
.contacto  {
  padding: 5px 20px;
  border: 1px solid #ddd;
 }

.contacto  h2 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.contacto  .wp  a {
color: #18ac00;
font-weight: 600;
}

.text-black {color:#000}

.link-blanco  {
  color: #fff;
 }
 
.link-rojo  {
  color: #F00 !important;
 }
 
@media (max-width: 767px) {
  .center-movil {text-align:center !important;}
  .section-movil {margin-top: 60px;}
}

.contactenos  {
  position: fixed;
  bottom: 0px;
  left: 85%;
  z-index:200;
}

.contactenos-m  {
  position: fixed;
  bottom: 10px;
 right: 20px;
  z-index:200;
}

.ofertas {
	border-radius: 0 0 0 30px; 
	background-color:#F00;
}

.ofertas_txt1 {
	font-size: 3vw;
	line-height: 1;
	font-weight: 900;
	color:#FFF !important;
}

.ofertas_txt2 {
	font-size: 1.5vw;
	line-height: 1;
	font-weight: 900;
	color:#FFF !important;
}

@media (max-width: 767px) {
.ofertas {padding: 25px;margin:0 15px 20px}
.ofertas_txt1 {font-size: 45px;text-align:center}
.ofertas_txt2 {	font-size: 35px;text-align:center}
}

@media (min-width: 768px) {
.tit-ofertas {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px; }
}

.flecha_1 {
	background:url(../images/flecha_1.svg) bottom left repeat-x;
	height: 10px;
	position: relative;
    z-index: 2;
    bottom: 11px;
}

.flecha_2 {
	background:url(../images/flecha_2.svg) bottom left repeat-x;
	height: 10px;
	position: relative;
    z-index: 2;
    top: 10px;
}

.flecha_3 {
	background:url(../images/flecha_3.svg) bottom left repeat-x;
	height: 10px;
	position: relative;
    z-index: 2;
    top: 0;
}

.mayorista_fondo {
	padding: 100px 0;
	background: url(../images/fondo_mayorista.jpg) no-repeat top center;
	background-size: cover;
}

.minorista_fondo {
	padding: 100px 0;
	background: url(../images/fondo_minorista.jpg) no-repeat top center;
	background-size: cover;
	top: -10px;
    position: relative;
}

.tienda_tit {
	font-size: 60px;
	line-height: 0.9;
	text-align: right;
}

@media (min-width: 992px) {
.mayorista_div {
	border-right:#fff 2px solid;
	padding: 25px 40px 20px 0;
    margin: 0 25px 0 130px;}
	
.minorista_div {
	border-right:#fff 2px solid;
	padding: 10px 40px 0 0;
    margin: 0 25px 0 130px;}
}

@media (max-width: 767px) {
.mayorista_top {height:40px}
}

@media (min-width: 768px) and (max-width: 991px) {
.mayorista_top {height:9px}
}

@media (max-width: 767px) {
  .cierre-banners {margin-bottom:50px}
}



@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }