@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&display=swap');

* { padding: 0; margin: 0; box-sizing: border-box; }


#l20200907 {
	display: block;
	width: 100%;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #1c3287;
}

#l20200907 strong {
	font-weight: 900;
}

#l20200907 .main-header {
	display: block;
	width: 100%;
	padding: 15px;
	position: relative;
}

#l20200907 .main-header img {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#l20200907 .main-header .blue-bg {
	display: block;
	width: 100%;
	height: calc(100% - 30px);
	background: #1c3287;
	position: absolute;
	top: 0;
	left: 0;
}

#l20200907 .bajada {
	display: block;
	width: 100%;
	max-width: 640px;
	padding: 30px 15px;
	font-size: 20px;
	line-height: 1.2em;
	text-align: center;
	margin: 0 auto;
}

@media (min-width: 768px) {
	#l20200907 .bajada {
		font-size: 28px;
		padding: 70px 15px;
	}
}

#l20200907 .caracteristicas {
	display: block;
	width: 100%;
	padding: 0 15px;
	position: relative;
	margin-bottom: 15px;
}

#l20200907 .caracteristicas .gray-bg {
	display: block;
	width: 100%;
	height: calc(100% - 30px);
	background: #f6f6f6;
	position: absolute;
	top: 15px;
	left: 0;
}

#l20200907 .caracteristicas .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#l20200907 .caracteristicas .content img {
	display: block;
	width: calc(100% - 30px);
	max-width: 280px;
}

#l20200907 .caracteristicas .content .right {
	display: block;
	width: 100%;
	max-width: 520px;
	padding: 30px 0 0;
	font-size: 20px;
}

#l20200907 .caracteristicas .content ul {
	display: block;
	list-style: none;
	font-size: 14px;
	padding: 15px 15px 0;
}

#l20200907 .caracteristicas .content ul li {
	padding-left: 30px;
	background: transparent url(../images/list-style.png) no-repeat top 5px left / 20px auto;
	padding-bottom: 15px;
}

@media (min-width: 768px) {

	#l20200907 .caracteristicas {
		margin-bottom: 50px;
	}

	#l20200907 .caracteristicas .content {
		flex-direction: row;
	}

	#l20200907 .caracteristicas .content img {
		width: 50%;
		max-width: 520px;
		margin-right: 30px;
	}

	#l20200907 .caracteristicas .content .right {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {

	#l20200907 .caracteristicas .content .right {
		font-size: 28px;
	}

	#l20200907 .caracteristicas .content ul {
		font-size: 18px;
		max-width: 460px;
	}
}

#l20200907 form {
	display: block;
	padding: 15px 30px;
	max-width: 600px;
	margin: 0 auto;
}

#l20200907 form .input {
	display: block;
	border: 1px solid #aeaeae;
	box-shadow: 3px 3px 0px 0px rgba(174, 174, 174, .5);
	margin-bottom: 1rem;
}

#l20200907 form input, #l20200907 form textarea, #l20200907 form select {
	display: block;
	width: 100%;
	height: 40px;
	border: 0;
	outline: 0;
	background: white;
	padding: 10px 15px;
	color: #1c3287;
}

#l20200907 form .input.select {
	position: relative;
}

#l20200907 form .input.select input {
	background: white url(../images/chevron-down-solid.svg) no-repeat center right 15px / 20px auto;
}

#l20200907 form .input.select .option-list {
	display: block;
	background: white;
	width: calc(100% - 7px);
	max-height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	opacity: .4;
	z-index: 2;
}

#l20200907 form input.error, #l20200907 form textarea.error {
	background: #ff000033;
}

#l20200907 form input::placeholder, #l20200907 form textarea::placeholder {
	color: #1c328766;
}

#l20200907 form textarea {
	height: initial;
	min-height: 100px;
}

#l20200907 form .submit {
	display: block;
	background: #1c3287;
	padding: 5px 50px;
	color: white;
	border-radius: 25px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	margin: 30px auto;
	transition: filter .3s, opacity .3s;
}

#l20200907 form .submit:disabled {
	opacity: .3;
	filter: blur(1px);
	cursor: default;
}

@media (min-width: 768px) {
    #l20200907 form .submit {
		padding: 7px 70px;
		border-radius: 30px;
	}
}

#l20200907 .main-footer {
	display: block;
	width: 100%;
	background: #1c3287;
	color: #f3d031;
}

#l20200907 .main-footer .yellow-bg {
	display: block;
	width: calc(100% - 30px);
	max-width: 1200px;
	height: 16px;
	margin: 0 auto;
	background: #f3d031;
	transform: translateY(-50%);
}

#l20200907 .logo-footer {
	display: block;
	width: 170px;
	margin: 30px auto;
}

#l20200907 .sociales {
    display: flex;
    justify-content: space-between;
    width: 380px;
    margin: 40px auto;
    list-style: none;
    transform: scale(.7);
}

#l20200907 .sociales a {
    background-image: url(../images/icon-sociales.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    display: block;
    height: 51px;
    width: 50px;
}

#l20200907 .sociales .instagram {
    background-position: -50px;
}

#l20200907 .sociales .twitter {
    background-position: -100px;
}

#l20200907 .sociales .youtube {
    background-position: -150px;
}

#l20200907 .legal {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grecaptcha-badge {
	display: none;
}























