.block-cabecera-general{
	background-color: #232E5C;
	color: white;
	position: relative;
}
.block-cabecera-general h1{
	color: white;
}
.block-cabecera-general .control{
	padding-right: 70px;
}
.block-cabecera-general .image{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background-position: center;
	background-size: cover;
}

/* media query */

@media only screen and (max-width:1920px) {
	
}

@media only screen and (max-width: 1700px) {
	
	
	
	
}
@media only screen and (max-width: 1500px) {
	
	 .block-cabecera-general h1 {
        font-size: 52px;
    }
    .block-cabecera-general .control {
	    padding-right: 65px;
	}
	

}
@media only screen and (max-width: 1200px) {
	.block-cabecera-general .control {
	    padding-right: 30px;
	}

}

@media only screen and (max-width:991px) {
	.block-cabecera-general h1 {
        font-size: 42px;
    }
	

}	

@media only screen and (max-width: 767px) {
	.image-mobile{
		margin-bottom: 50px;
		margin-top: 40px;
	}
	.block-cabecera-general .control{
		padding-right: 0;
	}
	.cita-online-hidden{
		display: none !important;
	}
}

@media only screen and (max-width: 575px) {
	
	.block-cabecera-general h1{
		font-size: 30px;
	}


}
