body {
	background-color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #7a7a7a;
	width: 100vw;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	margin: 0;
	padding: 0
}

#HeaderLogo{
    max-width: 256px !important;
}

.gfw-fixed-cta {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FD6A2F;
	text-decoration: none
}

.gfw-fixed-cta a,
.gfw-fixed-cta a:focus,
.gfw-fixed-cta a:hover {
	color: #FFFFFF;
	background-color: #FD6A2F;
	text-decoration: none
}

.gfw-fixed-cta img {
	vertical-align: middle
}

@media only screen and (max-width: 768px) {
	.gfw-fixed-cta {
		display: block
	}
}

.gfw-page-wrpr {
	padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.gfw-page-wrpr {
		padding-bottom: 50px
	}
}

.gfw-blue-txt {
	color: #2694c3
}

.gfw-text-center {
	display: block;
	width: 100%;
	text-align: center
}

.gfw-orange-txt {
	color: #FD6A2F
}

.gfw-underline {
	text-decoration: underline
}

.gfw-cta-btn,
.gfw-cta-btn:focus,
.gfw-cta-btn:hover {
	display: inline-block;
	padding: 10px 20px;
	margin: 20px 0;
	border-radius: 4px;
	color: #FFFFFF;
	background-color: #FD6A2F;
	font-weight: 500;
	text-decoration: none
}

.gfw-page-wrpr section {
	display: block;
	width: calc(100% - 50px);
	margin-top: 50px;
	margin-left: 25px;
	text-align: center
}

.gfw-page-wrpr section h2 {
	font-weight: 300;
	color: #2592c1;
	font-size: 2.1em;
	font-weight: 300;
	margin-top: 80px;
	margin-bottom: 40px
}

.gfw-page-wrpr section h3 {
	display: inline-block;
	margin: 25px 0 0;
	font-weight: 400;
	color: #444
}

.gfw-intro-wrpr,
.gfw-cobertura-wrpr {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	width: 100%;
	padding: 40px;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #0274be;
	background: -webkit-linear-gradient(top, #013164 0%, #0274be 52%, #0274be 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#013164), color-stop(52%, #0274be), to(#0274be));
	background: linear-gradient(to bottom, #013164 0%, #0274be 52%, #0274be 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013164', endColorstr='#0274be', GradientType=0)
}

.gfw-intro-wrpr .gfw-col-6,
.gfw-cobertura-wrpr .gfw-col-6 {
	width: 50%
}

.gfw-intro-wrpr .gfw-col-6:first-of-type,
.gfw-cobertura-wrpr .gfw-col-6:first-of-type {
	width: 55%;
	margin-left: 10%
}

.gfw-intro-wrpr .gfw-col-6:first-of-type img,
.gfw-cobertura-wrpr .gfw-col-6:first-of-type img {
	margin-left: 25px
}

.gfw-intro-wrpr .gfw-col-6:last-of-type,
.gfw-cobertura-wrpr .gfw-col-6:last-of-type {
	width: 45%;
	margin-right: 0;
	align-self: flex-end;
	padding-bottom: 0;
	margin-bottom: 0;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	text-align: center
}

.gfw-intro-wrpr .gfw-col-6:last-of-type img,
.gfw-cobertura-wrpr .gfw-col-6:last-of-type img {
	width: 100%;
	height: auto
}

.gfw-cobertura-wrpr {
	background: #062f62
}

.gfw-cobertura-wrpr .gfw-col-6 {
	width: 40%
}

.gfw-cobertura-wrpr .gfw-col-6:first-of-type {
	margin-left: 10%
}

.gfw-cobertura-wrpr .gfw-col-6:first-of-type img {
	margin-left: 25px
}

.gfw-cobertura-wrpr .gfw-col-6:last-of-type {
	margin-right: 5%;
	align-self: flex-end;
	padding-bottom: 0;
	margin-bottom: 0;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	text-align: center
}

.gfw-cobertura-wrpr .gfw-col-6:last-of-type img {
	width: 100%;
	height: auto
}

.gfw-top-cta {
	position: absolute;
	width: 100%;
	font-weight: 500;
	text-align: right;
	font-size: 13px;
	letter-spacing: 0.05em
}

.gfw-top-cta span {
	color: #99ccff
}

.gfw-col-6 {
	width: calc(50% - 40px);
	margin: 0;
	padding: 20px
}

@media only screen and (max-width: 768px) {
	.gfw-top-cta {
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 20px;
		top: 10px
	}

	.gfw-intro-wrpr,
	.gfw-cobertura-wrpr {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}

	.gfw-col-6 {
		width: calc(100% - 40px);
		margin: 0;
		padding: 20px;
		padding-top: 30px;
		text-align: center
	}

	.gfw-col-6:first-of-type {
		margin-top: 50px !important
	}

	.gfw-col-6:first-of-type ul {
		display: none
	}
}

.gfw-intro-wrpr {
    padding-top:100px;
	font-weight: 300
}

.gfw-intro-wrpr p {
	font-weight: 300;
	line-height: 1.6em
}

.gfw-intro-wrpr strong {
	display: block;
	width: calc(100% - 50px);
	margin-left: 25px;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 15px;
	color: #FFFFFF
}

.gfw-intro-wrpr h1 {
	width: calc(100% - 50px);
	margin-left: 25px;
	margin-top: 0;
	padding-top: 10px;
	font-weight: 300;
	font-size: 3.5vw;
	font-weight: 300;
	line-height: 1em
}

@media only screen and (max-width: 768px) {
	.gfw-intro-wrpr h1 {
		margin-top: 20px;
		font-size: 32px
	}
}

.gfw-intro-wrpr p {
	width: calc(100% - 50px);
	margin-left: 25px;
	font-weight: 300
}

.gfw-intro-wrpr ul {
	display: block;
	width: 80%;
	margin: 0;
	font-weight: 300
}

.gfw-intro-wrpr ul li {
	width: 100%;
	margin-top: 5px;
	font-weight: 300;
	text-align: -webkit-match-parent;
	list-style: disk !important;
	margin-left: 20px
}

.gfw-intro-wrpr ul li:last-of-type {
	margin-bottom: 25px
}

.gfw-intro-wrpr h1 b {
	font-weight: 700
}

.gfw-intro-wrpr strong a,
.gfw-intro-wrpr strong a:focus,
.gfw-intro-wrpr strong a:hover {
	color: #FFFFFF;
	text-decoration: none
}

.gfw-cobertura-wrpr {
	color: #FFFFFF;
	background-color: #062E60;
	margin-top: 50px;
	padding: 25px 25px 0;
	width: calc(100% - 50px)
}

.gfw-cobertura-wrpr h2 {
	font-weight: 300;
	font-size: 3.5vw
}

.gfw-cobertura-wrpr p {
	line-height: 1.7em
}

.gfw-cobertura-wrpr img {
	display: inline-block;
	margin-left: auto
}

@media only screen and (max-width: 768px) {
	.gfw-cobertura-wrpr h2 {
		font-size: 32px
	}

	.gfw-cobertura-wrpr .gfw-col-6:last-of-type img {
		width: auto;
		height: 32vh;
		margin-right: 0
	}
}

.gfw-cta-txt {
	font-weight: 500
}

.gfw-cta-txt span {
	font-weight: 700;
	color: #FD6A2F
}

.gfw-form-wrpr {
	font-weight: 300;
	font-size: 16px;
	margin-left: 25px
}

.gfw-form-wrpr form span {
	display: block;
	float: left;
	width: 45%
}

.gfw-form-wrpr form label {
	display: inline-block;
	margin: 20px 0;
	font-weight: 400;
	font-size: 13px
}

.gfw-form-wrpr label a {
	color: #FFFFFF
}

.gfw-form-wrpr [type="submit"] {
	-webkit-appearance: none;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FD6A2F;
	border: none;
	margin: 6px 0;
	cursor: pointer
}

.gfw-form-wrpr [type="text"] {
	-webkit-appearance: none;
	display: inline-block;
	width: calc(100% - 50px);
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 300;
	font-size: 16px;
	margin: 5px 0;
	border: solid 1px #7a7a7a;
	color: #7a7a7a
}

@media only screen and (max-width: 768px) {
	.gfw-form-wrpr form span {
		display: block;
		float: left;
		width: 100%
	}

	.gfw-form-wrpr [type="text"] {
		-webkit-appearance: none;
		display: inline-block;
		width: calc(100% - 50px);
		padding: 10px 20px;
		border-radius: 4px;
		font-weight: 300;
		font-size: 16px;
		margin: 5px 0;
		border: solid 1px #7a7a7a;
		color: #7a7a7a
	}
}

#Aseguradoras {
	width: 100vw;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f1f4
}

#Aseguradoras h2 {
	margin-top: 0
}

.gfw-logos-wrpr {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}

.gfw-logos-wrpr img {
	align-self: flex-start;
	width: auto;
	height: 60px;
	margin: 0 25px
}

@media only screen and (max-width: 768px) {
	.gfw-logos-wrpr {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center
	}

	.gfw-logos-wrpr img {
		display: inline-block;
		align-self: center;
		width: inherit;
		height: 80px;
		margin: 20px
	}
}

#Pasos h2 {
	color: #808285
}

#Pasos h2 strong {
	color: #2596c5
}

#Pasos .gfw-cta-wrpr {
	position: relative
}

#Pasos .gfw-cta-wrpr:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	z-index: -1;
	top: 40px;
	border-top: dotted #c9c9c9 2px
}

#Pasos .gfw-cta-wrpr:after {
	content: '';
	display: block;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: calc(50% - 1px);
	width: 2px;
	height: 80px;
	background-color: #c9c9c9
}

#Pasos p {
	line-height: 1.85em
}

.gfw-steps-wrpr {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}

.gfw-steps-wrpr .gfw-steps {
	width: 23%
}

.gfw-steps-wrpr .gfw-steps:nth-of-type(2) {
	margin: 0 50px
}

@media only screen and (max-width: 768px) {
	.gfw-steps-wrpr {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center
	}

	.gfw-steps-wrpr .gfw-steps {
		width: calc(100% - 40px);
		margin-left: 20px
	}

	.gfw-steps-wrpr .gfw-steps:nth-of-type(2) {
		margin: 30px 0 30px 20px
	}
}

#Beneficios {
	position: relative;
	min-height: 80vh
}

#Beneficios .gfw-cta-wrpr {
	position: relative
}

#Beneficios .gfw-cta-wrpr:after {
	content: '';
	display: block;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: calc(50% - 1px);
	width: 2px;
	height: 80px;
	background-color: #c9c9c9
}

.gfw-beneficios-wrpr {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%
}

.gfw-beneficios-wrpr .gfw-col-4 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: calc(33.333% - 80px);
	padding: 0 40px;
	text-align: center
}

.gfw-beneficios-wrpr .gfw-col-4 img {
	display: inline-block;
	margin: auto;
	margin-bottom: 40px
}

.gfw-beneficios-wrpr .gfw-beneficios {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px
}

.gfw-beneficios-wrpr .gfw-beneficios h3 {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	font-weight: 300
}

.gfw-beneficios-wrpr .gfw-beneficios p {
	display: inline-block;
	font-size: 15px;
	margin-top: 10px
}

@media only screen and (max-width: 768px) {
	#Beneficios {
		position: relative;
		min-height: inherit;
		text-align: center
	}

	#Beneficios>img {
		position: relative;
		z-index: 0;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.gfw-beneficios-wrpr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		width: 100%
	}

	.gfw-beneficios-wrpr .gfw-col-4 {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		width: 100%
	}
}

footer {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #7a7a7a
}

footer img {
	display: inline-block;
	vertical-align: middle
}

footer .gfw-col-12 {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

footer .gfw-col-12 ul {
	width: 70%
}

footer .gfw-col-12 div {
	padding-top: 10px;
	width: 30%
}

footer ul {
	display: block;
	text-align: center
}

footer ul li {
	display: inline-block;
	padding-right: 10px;
	margin: 10px;
	border-right: solid 1px #7a7a7a
}

footer ul li:last-of-type {
	border-right: none
}

footer li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #7a7a7a
}

footer .gfw-legal-wrpr {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #727272
}

@media only screen and (max-width: 768px) {
	footer .gfw-col-12 {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 30px 0 0;
		margin: 0
	}

	footer .gfw-col-12 ul {
		width: 100%;
		padding: 0;
		margin: 0
	}

	footer .gfw-col-12 div {
		padding-top: 20px;
		width: 100%
	}

	footer img {
		margin-bottom: 30px
	}

	.gfw-intro-wrpr .gfw-col-6 {
		width: calc(100% - 20px);
		padding-left: 0;
		margin-left: -5px
	}
}

.gfw-intro-wrpr .gfw-col-6:last-of-type img {
	width: auto;
	max-height: 570px
}

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

	.gfw-intro-wrpr .gfw-col-6,
	.gfw-cobertura-wrpr .gfw-col-6 {
		width: calc(100% - 40px) !important;
		margin-left: 10px !important
	}

	.gfw-intro-wrpr .gfw-col-6:first-of-type img {
		margin-left: 0;
		margin-top: 10px
	}

	.gfw-intro-wrpr .gfw-col-6:last-of-type img {
		width: 90%;
		max-height: auto;
		margin-left: 10px
	}

	.gfw-cobertura-wrpr .gfw-col-6:last-of-type img {
		margin-left: 20px
	}

	.gfw-page-wrpr section h2 {
		font-size: 1.9em
	}

	#Pasos h2 {
		color: #808285
	}

	#Pasos h2 strong {
		display: inline-block;
		width: 100%;
		color: #2596c5
	}
}