@font-face {
	font-family: 'AvenirNextLTPro-Bold';
	src: url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot');
	src: url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.woff') format('woff'),
		url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'AvenirNextLTPro-Bold';
		src: url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg') format('svg');
	}
}

@font-face {
	font-family: 'AvenirNextLTPro-Demi';
	src: url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.eot');
	src: url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.woff') format('woff'),
		url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'AvenirNextLTPro-Demi';
		src: url(' /fonts/AvenirLTStd-Book/AvenirLTStd-Book.svg') format('svg');
	}
}

@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-BlkEx';
	src: url('/fonts/HelveticaNeueLTStd-BlkEx.eot');
	src: local('?'), url(' /fonts/HelveticaNeueLTStd-BlkEx.woff') format('woff'), url(' /fonts/HelveticaNeueLTStd-BlkEx.ttf') format('truetype'), url(' /fonts/HelveticaNeueLTStd-BlkEx.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Conv_HelveticaNeueLTStd-BlkEx';
		src: url('/fonts/HelveticaNeueLTStd-BlkEx.svg') format('svg');
	}
}

@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-BlkEx';
	src: url('fonts/HelveticaNeueLTStd-BlkEx.eot');
	src: local('?'), url('fonts/HelveticaNeueLTStd-BlkEx.woff') format('woff'), url('fonts/HelveticaNeueLTStd-BlkEx.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-BlkEx.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Conv_HelveticaNeueLTStd-BlkEx';
		src: url('fonts/HelveticaNeueLTStd-BlkEx.svg') format('svg');
	}
}

@font-face {
	font-family: 'AvenirLT-Black';
	src: url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot');
	src: url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.woff') format('woff'), url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.ttf') format('truetype'), url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'AvenirLT-Black';
		src: url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg') format('svg');
	}
}

body {
	/* background-color: #08307A; */
	background-color: #47162B;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'AvenirNextLTPro-Demi';
}

.regular {
	font-family: AvenirNextLTPro-Demi;
}

.bold {
	font-family: AvenirNextLTPro-Bold;
}

.container {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width: 100%
}

.bg-light {
	background-color: #0054AE !important;
}

.white {
	color: #fff;
}

.content-section-a {
	position: absolute;
	width: 100%;
}

.fondo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../../img/baseformulario.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.3;
	z-index: -1;
  }

  .cardBackground{
	background-position: center center;
	background-image: url("../../img/baseformulario.png");
	background-repeat: no-repeat;
	background-size: cover;
  }  

.divform {
	/* background: url("../../img/baseformulario.png") no-repeat; */
	background: url("../../img/Rectangulo-inter.png") no-repeat;
  /* margin-top: 50%; */
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}

#contrataform h5 {
	font-family: "AvenirNextLTPro-Bold";
	font-size: 1.6em;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 0.8em;
	padding-top: 7%;
}

#contrataform span {
	font-size: 0.8em;
}

.centerimput {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.form {
	font-family: "AvenirNextLTPro-Demi";
	color: #ffffff;
}

.form input,
.form select {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	width: 100%;
	border-radius: 9px 9px 9px 9px;
}

.form h4,
.select h4,
.forminteresado h4 {
	font-family: "AvenirNextLTPro-Demi";
	font-size: 0.9em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-align: center;
	text-transform: capitalize;
	color: #000;
}

.formbutton {
	margin-bottom: 2%;
	margin-top: 4%;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #ae873e;
}

.imgbackgroungint {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0rem;
	height: auto;
  width:100%;
	height: auto;
}

.bg-light-footer {
	background-color: #0054AE;
}

.img-center {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.p-md-top {
	padding-top: 2rem;
}

.b-facebook {
	background: url("../../img/5.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 30px;
	height: 30px;
	display: block;
}

.b-facebook:hover {
	background: url("../../img/5h.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 30px;
	height: 30px;
	display: block;
}

.b-instagram {
	background: url("../../img/6.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 30px;
	height: 30px;
	display: block;
}

.b-instagram:hover {
	background: url("../../img/6h.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 30px;
	height: 30px;
	display: block;
}

.b-twitter {
	background: url("../../img/8.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 30px;
	height: 30px;
	display: block;
}

.b-twitter:hover {
	background: url("../../img/8h.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 30px;
	height: 30px;
	display: block;
}

.b-youtube {
	background: url("../../img/7.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 30px;
	height: 30px;
	display: block;
}

.b-youtube:hover {
	background: url("../../img/7h.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 30px;
	height: 30px;
	display: block;
}

.card-text {
	line-height: 22px;
}

.texto12 {
	font-size: 12pt;
}

.contrataaqui {
	background: url("../../img/registrar1.png") no-repeat;
	color: #f2f3f4;
	width: 200px;
	height: 39px;
	cursor: pointer;
	border: none;
	margin-top: 1%;
  margin-bottom: 7%;
}

.contrataaqui:hover {
	background: url("../../img/registrar2.png") no-repeat;
	color: #f2f3f4;
	width: 200px;
	height: 39px;
	cursor: pointer;
	border: none;
	margin-top: 1%;
}

.list-inline>li {
	display: inline-block;
	padding-left: 1%;
	padding-right: 1%;
}

.list-inline>li>a {
	display: inline-block;
}

.containerform {
	display: flex !important;
	align-items: center !important;
}

.divform{
	width: 400px !important;
	margin: 20px auto !important;
}

#contrataform h4 {
	color: #ffffff;
}

.form input, .form select {
	color: #000;
	font-size: 0.5em;
	font-weight: normal;
	padding-bottom: 5px !important;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px !important;
	width: 100%;
	border-radius: 9px 9px 9px 9px;
}	

/*****************************************************moviles*************************************************************************/
@media (min-width: 2561px){
	.divform {
		/* height: 480px !important; */
		width: 450px !important;
		margin: 200px auto auto auto !important;
	}
	#contrataform h5 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 25px;
		text-align: center;
		text-transform: capitalize;
		color: #ffffff;
		margin-bottom: 0.8em;
		padding-top: 7%;
	}
	.error{
		font-size: 12px !important;
		line-height: 0 !important;
	}		
}
@media (min-width: 1441px) and (max-width: 2560px) {
	.divform {
		/* height: 480px !important; */
		width: 450px !important;
		margin: 200px auto auto auto !important;
	}
	#contrataform h5 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 25px;
		text-align: center;
		text-transform: capitalize;
		color: #ffffff;
		margin-bottom: 0.8em;
		padding-top: 7%;
	}
	.error{
		font-size: 10px !important;
		line-height: 0 !important;
	}		
}
@media (min-width: 1024px) and (max-width: 1440px) {
	.divform {
		/* height: 380px !important; */
		width: 	300px !important;
		margin: 80px auto auto auto !important;
	}
	#contrataform h5 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 12px;
		text-align: center;
		text-transform: capitalize;
		color: #ffffff;
		margin-bottom: 0.8em;
		padding-top: 7%;
	}
	#contrataform h4 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 9px;
		text-align: center;
		color: #ffffff;
	}	
	.form input, .form select {
		font-size: 10px !important;
	}
	.error{
		font-size: 9px !important;
		line-height: 0 !important;
	}		

}
@media (min-width: 768px) and (max-width: 1023px) {
	.divform {
		/* height: 220px !important; */
		width: 200px !important;
		margin: 45px auto auto auto !important;
	}
	#contrataform h5 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 8px;
		text-align: center;
		text-transform: capitalize;
		color: #ffffff;
		margin-bottom: 0.8em;
		padding-top: 7%;
	}
	#contrataform h4 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 5px;
		text-align: center;
		color: #ffffff;
	}		
	.form input, .form select {
		color: #000;
		margin-top: 0px !important;
		font-size: 6px;
		font-weight: normal;
		padding-bottom: 3px !important;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 3px !important;
		width: 100%;
		border-radius: 9px 9px 9px 9px;
	}		
	body{
		line-height: 0 !important;
	}		
	.contrataaqui {
		background: url("../../img/registrar1.png") no-repeat;
		color: #f2f3f4;
		width: 180px;
		height: 39px;
		cursor: pointer;
		border: none;
		margin-top: 1%;
		margin-bottom: 7%;
	}
	
	.contrataaqui:hover {
		background: url("../../img/registrar2.png") no-repeat;
		color: #f2f3f4;
		width: 180px;
		height: 39px;
		cursor: pointer;
		border: none;
		margin-top: 1%;
	}	
	.error{
		font-size: 6px !important;
		line-height: 0 !important;
	}		
}
@media (min-width: 425px) and (max-width: 767px) {
	.divform {
		/* height: 405px !important; */
		width: 350px !important;
		margin: 350px auto auto auto !important;
	}
	#contrataform h5 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 16px;
		text-align: center;
		text-transform: capitalize;
		color: #ffffff;
		margin-bottom: 0.8em;
		padding-top: 7%;
	}
	.error{
		font-size: 10px !important;
		line-height: 0 !important;
	}			
}
@media (min-width: 375px) and (max-width: 424px) {
	.divform {
		/* height: 350px !important; */
		width: 300px !important;
		margin: 340px auto auto auto !important;
	}
	#contrataform h5 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 10px;
		text-align: center;
		text-transform: capitalize;
		color: #ffffff;
		margin-bottom: 0.8em;
		padding-top: 7%;
	}
	#contrataform h4 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 10px;
		text-align: center;
		color: #ffffff;
	}		
	.form input, .form select {
		color: #000;
		margin-top: 0px !important;
		font-size: 10px;
		font-weight: normal;
		padding-bottom: 5px !important;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 5px !important;
		width: 100%;
		border-radius: 9px 9px 9px 9px;
	}		
	.error{
		font-size: 9px !important;
		line-height: 0 !important;
	}	
}
@media (max-width: 374px) {
	.divform {
		/* height: 365px !important; */
		width: 250px !important;
		margin: 280px auto auto auto !important;
	}
	#contrataform h5 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 12px;
		text-align: center;
		text-transform: capitalize;
		color: #ffffff;
		margin-bottom: 0.8em;
		padding-top: 7%;
	}
	#contrataform h4 {
		font-family: "AvenirNextLTPro-Bold";
		font-size: 10px;
		text-align: center;
		color: #ffffff;
	}		
	.form input, .form select {
		color: #000;
		margin-top: 0px !important;
		font-size: 10px;
		font-weight: normal;
		padding-bottom: 3px !important;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 3px !important;
		width: 100%;
		border-radius: 9px 9px 9px 9px;
	}
	.error{
		font-size: 9px !important;
		line-height: 0 !important;
	}			

}
