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

/* BANNER */
#banner-top-contacto {
  	background-image: url('/img/contacto/back_banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
    min-height: 550px;
} #banner-top-contacto .title {
	font-family: "Biennale-b";
	font-size: 60px;
	padding: 20% 0% 0% 0%;
	line-height: 1.2;
} #banner-top-contacto .boton {
	padding-top: 50px;
} #banner-top-contacto .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;
} 


#formulario_interior-block-1 {
	background-image: url("") !important;
	background-color: #fff;
	padding: 50px 0px !important;
}