.legacy{
	margin-top: 85px;
	margin-bottom: 40px;
}

.legacy .img_cabecera{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	height: 250px;
	margin-bottom: 60px;
}

.legacy h2{
	font-size: 40px;
}

.legacy h3 {
  	font-size: 25px;
  	margin-bottom: 40px;
  	font-family: "GothamBold";
	color: #2c5f96;
	text-transform: uppercase;  
}


.legacy .textual_legacy{
	width: 48%;
	margin-right: 2%;
}

.legacy .image_legacy{
	width: 48%;
	margin-left: 2%;
	background-image: url('img/legacy/legacy001.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}

.legacy .form_legacy{
	margin-top: 20px;
}


.legacy input {
  background-color: #dde2e6;
  border: none;
  border-radius: 0;
  color: #285e97;
  text-indent: 0;
  padding: 13px 11px 7px 14px !important;
  font-size: 18px !important;
}


.legacy textarea {
  background-color: #dde2e6;
  border: none;
  border-radius: 0;
  color: #285e97;
  text-indent: 0;
  padding: 10px 11px 7px 14px !important;
  font-size: 18px !important;
}

.legacy .form_legacy .form-check {
  padding-bottom: 10px;
  padding-left: 0;
  padding-top: 10px;
}

.legacy #submit_legacy {
  width: 100%;
  background-color: #285e97;
  color: #fff;
  padding: 9px 5px 5px 12px;
  cursor: pointer;
}

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

	.legacy .textual_legacy{
		width: 100%;
		margin-right: 0%;
	}
	
	.legacy .image_legacy{
		width: 100%;
		margin-left: 0%;
	}

	.legacy .image_legacy::before{
		content: "";
    	display: block;
	    padding-top: 40%;
	}

	
}


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



}