.cabecera-interior .section-grey{
	background: #EDEDED;
	padding-top: 80px;
	padding-bottom: 0px;
	position: relative;
	z-index: 1;
}
.cabecera-interior .section-grey h1{
	font-size: 60px;
	font-weight: 700;
}
.cabecera-interior .section-grey p.title{
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}
.cabecera-interior .section-grey .left .control{
	padding-right: 75px;
}
.cabecera-interior .section-grey .right img{
	position: relative;
	z-index: 4;
}
.cabecera-interior .section-grey .white-bg{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 2;
	background-color: white;
}
.cabecera-interior .section-white .left .control{
	padding-right: 75px;
}
.cabecera-interior .section-white .left p{
	font-size: 30px;
	color: #232E5C;
}
.cabecera-interior ul.listado{
	margin-top: 40px;
}
.cabecera-interior .button-yellow{
	margin-top: 5px;
	position: relative;
	padding-left: 42px;
}
.cabecera-interior .button-yellow:before{
	content: '\f061';
	display: inline-block;
	margin-right: 8px;
	position: absolute;
	left: 17px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#breadcrumbs a{
	color: #232E5C;
}


/* media query */

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

@media only screen and (max-width: 1700px) {
	
	.cabecera-interior .section-grey{
		padding-left: 40px;
		padding-right: 40px;
	}
	.cabecera-interior .section-grey .white-bg{
		height: 45px;
	}
	
	
}
@media only screen and (max-width: 1500px) {
	.cabecera-interior .section-grey p.title {
	    font-size: 52px;
	}
	.cabecera-interior .section-grey h1{
		font-size: 28px;
	}
	.cabecera-interior .section-grey .white-bg{
		display: none;
	}
	.cabecera-interior .section-grey{
		padding-bottom: 80px;
	}

}
@media only screen and (max-width: 1200px) {
	.cabecera-interior .section-grey{
		margin-left: 40px;
		margin-right: 40px;
	}
	.cabecera-interior .section-grey .left .control,
	.cabecera-interior .section-white .left .control {
	    padding-right: 20px;
	}

}

@media only screen and (max-width:991px) {
	.cabecera-interior .section-grey{
		margin-left: 0;
		margin-right: 0;
	}
	.cabecera-interior .section-grey{
		padding-left: 0;
		padding-right: 0;
	}
	.cabecera-interior .section-grey p.title {
	    font-size: 42px;
	}
	.cabecera-interior .section-grey h1{
		font-size: 25px;
	}

}	

@media only screen and (max-width: 767px) {
	.cabecera-interior .section-grey .left .control,
	.cabecera-interior .section-white .left .control{
		padding-right: 0;
	}
	.cabecera-interior .mobile-image{
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 575px) {
	
	.cabecera-interior .section-grey{
		padding-top:80px;
		padding-bottom:80px;
	}


}


