body {
	background-color: #f9f9f9 !important;
	font-size: 18px !important;
}
.btn-outline-primary {
    color: #002790 !important;
    border-color: #002790 !important;
    border-radius: 50px !important;
    padding: 12px 50px !important;
    font-weight: bold !important;
    font-size: 12px !important;
}
.btn-outline-primary:hover {
    background-color: #002790 !important;
    color: #ffffff !important;
}
.headerArticle {
	background-color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 2px solid #ececec;
}
.Title {
	margin-top: 60px;
}
.Title h3 {
	color: #0033a0;
	margin-bottom: 15px;
	font-weight: bold; 
}
.Form {
	margin-top: 60px;
}
.Form p {
	font-size: 15px !important;
}
.Subtitle span{
	background-color: #00009F;
	border-radius: 1.3em;
	color: #fff;
	padding: 10px 45px 10px 45px;
	font-weight: bold;
}
.Subtitle {
	margin-top: 60px;
	margin-bottom: 60px;
}
.Next {
	margin-top: 20px;
}
.AceptoDatos {
	color: #00009F;
	text-decoration-line: underline;
}
.AceptoDatos:hover {
	color: #00009F;
}
label {
	color: #0033a0;
	font-weight: bold;
}
input, textarea {
	font-size: 18px !important;
	padding: 20px 20px 20px 20px !important;
}
input[type="radio"] {
    -ms-transform: scale(1.7); 
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    margin-left: 20px !important;
}
input[type="checkbox"] {
    -ms-transform: scale(1.7); 
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    margin-right: 20px !important;
}
input, textarea {
	border: 2px solid #00009F !important;
	background: transparent !important;
	border-radius: .7em !important;
}
input[type="text"],input[type="tel"],input[type="email"], textarea:focus, select {
	border: 2px solid #00009F !important;
	background: transparent !important;
	box-shadow: inset 0 -1px 0 #ddd !important;
	border-radius: .7em !important;
}
textarea {
	min-height: 150px;
}
@media (min-width: 992px){ 
	.container, .container-lg, .container-md, .container-sm {
    	max-width: 900px !important;
	}
}
@media (max-width: 768px){
	.Form {
		margin-top: 30px;
	}
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
