@media (max-width: 480px) 
{
	.est-slider .carousel-item img
	{
		height: 500px;
		width: 100%;
		object-fit: cover;
	}
	.bloq-3
	{
		padding: 0rem 0rem;
	}
	.bloq-3 h5
	{
		padding: 0;
	}
	.bloq-2 .tours .slick-prev
	{
		display: none !important;
	}
	.bloq-2 .tours .slick-next
	{
		display: none !important;
	}

	.est-bloq-single .est-menu-celulares .panel-title a
	{
		text-decoration: none;
    color: #ff9506;
    font-weight: bold;
	}
	.est-bloq-content-single h2
	{
		text-transform: lowercase;
	}
	.est-bloq-single .panel-collapse p
	{
		text-align: justify;
	}




}

@media screen and (min-width: 576px) and (max-width: 760px)
{

}