@media only screen and (max-width: 600px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 20px;
    margin: 20px auto auto;
  }
  .heading-section h2{
  	    padding-top: 5vh;
  	    padding-bottom: 5vh;
  }
}


/*----- quitar slider ---*/

.slider-home .carousel-owl{
	position: relative;
    height: 350px;
    z-index: 0;
}

.slider-home .carousel-owl .slider-item{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 400px;
    position: relative;
    z-index: 0;
}

.slider-home .carousel-owl .slider-item .overlay{

	position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: .3;

}

.slider-home .carousel-owl .slider-item .slider-text{
	height: 300px;
}

.slider-home .carousel-owl .slider-item .slider-text .subheading{

	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
}

.slider-home .carousel-owl .slider-item .slider-text h1{
	font-size: 40px;
    color: #fff;
    line-height: 1.2;
    font-weight: 900;
}





