@media all and (min-width: 980px) and (max-width: 1198px) {
.destacados {
    width: 290px;
 }
} 
    

@media (max-width: 990px) {
	.blog-sec{
	    width: 426px;
	}
	.marginbot-50{
		width: 426px;
	}
	.destacados{
		margin-bottom: 5%;
	}
}

@media (max-width: 766px) {
	.mini-btn-cotizar{
		width: 100%
	}
	.destacados{
		width: 100%
	}
}

@media (max-width: 470px) {
  body {
    font-size: 13px;
  }
  h4{
    font-size: 18px;
  }
  h1{
    font-size: 30px;
  }
  .footer-web{
  	margin-bottom: 15%;
  }
  .footer-horarios{
  	margin-bottom: 15%;
  }
  .contact2-form-title {
  	font-size: 30px;
  }
  .img-exp{
    content:  url('../images/syham-tratamiento-de-efluentes-residuos-efluentes-liquidos-small.jpg');
  }
}


@media all and (min-width: 460px) and (max-width: 770px) {
  .footer-web{
  	margin-bottom: 15%;
  }
  .footer-horarios{
  	margin-bottom: 15%;
  }
} 

@media (max-width: 410px) {
	.t2 {
	    width: 330px;
	}
	.h22{
		font-size: 28px;
	}
	.t3 {
	    width: 330px;
	}
	.h33{
		font-size: 21px;
	}
}


@media (max-width: 260px) {
	form.lead input{
		font-size: 14px;
	}
	h2{
		font-size: 26px;
	}
	.box h4 {
    	font-size: 16px;
	}
	h3{
		font-size: 23px;	
	}
	.t2 {
	    width: 130px;
	}
	.h22{
		font-size: 21px;
	}
	.t3 {
	    width: 130px;
	}
	.h33{
		font-size: 21px;
	}
	.d2{
		left: -74%;
	}
}
