@media (max-width: 575.98px) {
	#banner-top-productos {
		padding-top: 50px;
		min-height: 380px !important;
		background-position-x: 90% !important;
	} #banner-top-productos .title {	
    	font-size: 8vw !important;
		background-position-y: 25vw !important;
	} #banner-top-productos .boton a {
		font-size: 5vw !important;;
	} h6 {
		font-size: 4vw !important;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
  #banner-top-productos {	
		padding: 80px 0px;
		min-height: 380px !important;
	} #banner-top-productos .title { 
    font-size: 6vw !important;
		background-position-y: 20vw !important;
	} 
} @media (min-width: 767.98px) and (max-width: 991.98px) {
  #banner-top-productos {	
		min-height: 400px !important;
	}
  #banner-top-productos .title { 
		background-position-y: 20vw !important;
	}	
} @media (min-width: 991.98px) and (max-width: 1199.98px) {
  #banner-top-productos {	
		min-height: 450px !important;
	}
}

/* BANNER */
#banner-top-productos {
  	background-image: url('/img/productos/BANNER.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
    min-height: 550px;
} #banner-top-productos .title {
	font-family: "Biennale-b";
	font-size: 60px;
	padding: 20% 0% 0% 0%;
	line-height: 1.2;
} #banner-top-productos .boton {
	padding-top: 50px;
} #banner-top-productos .boton a {
	font-family: "Biennale-b";
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	background-color: #49b900;
	padding: 8px 40px 8px 40px;
	border-radius: 100px;
} 

/**/
#productos-block-1 {
	padding: 50px 0px;
} #productos-block-1 .producto-carrusel {
	max-height: 400px;
} 

#productos-block-1 .custom_dots {
  position: absolute;
  bottom: 0px;
  left: 10%;
  z-index: 1;
  list-style: none;
} #productos-block-1 .custom_dots li {
  float: left ;
  width: 10px;
  height: 10px;
  border: 1px solid #49b900;
  margin-right: 10px;
  border-radius: 100%;
  cursor: pointer;
} #productos-block-1 .custom_dots .slick-active {
  background-color: #000;
} #productos-block-1 .custom_dots li button {
    display: none;
}


/**/
#productos-block-2 {
	padding: 50px 0px;
	background-color: #f3f3f3;
}

/**/
#productos-block-3 {
	background-image: url('/img/productos/BANNER3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0px;
}
