/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='tel']::-webkit-inner-spin-button,
input[type='tel']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.navbar {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f5f5f5;
}

.container-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	height: 100%;
	max-width: 1000px;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.type-column-2 {
	padding-top: 30px;
	padding-left: 20px;
}

.type-column-1 {
	padding-right: 20px;
}

.tag-title {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 18px;
	font-family: Roboto;
	color: #222;
	font-size: 22px;
	line-height: 44px;
	font-weight: 500;
	text-transform: uppercase;
}

.tags-subhead {
	margin-bottom: 40px;
	padding: 20px;
	border-radius: 4px;
	background-color: rgba(236, 56, 114, 0.1);
	color: #ec3872;
}

.tag-divider {
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #f3f3f5;
}

.tag-holder {
	margin-bottom: 10px;
	padding: 10px 10px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 50px 0 transparent;
	box-shadow: 0 0 50px 0 transparent;
	-webkit-transition: box-shadow 400ms ease;
	-webkit-transition: -webkit-box-shadow 400ms ease;
	transition: -webkit-box-shadow 400ms ease;
	-o-transition: box-shadow 400ms ease;
	transition: box-shadow 400ms ease;
	transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
}

.tag-holder:hover {
	-webkit-box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.07);
}

.heading {
	font-family: Merriweather, serif;
}

.column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.image {
	height: 24px;
}

.columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-bottom: 18px;
	padding-top: 0px;
}

.column-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	min-height: 710px;
	padding-left: 0px;
	background-image: url('https://uploads-ssl.webflow.com/620f55765464dea420bc25ef/621352d6124d00e331146981_s-migaj-Yui5vfKHuzs-unsplash.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-clip: border-box;
	-webkit-text-fill-color: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}

.column-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 710px;
	padding: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: var(--blue);
}

.columns-2 {
	height: 710px;
	min-height: 710px;
}

.section {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ededed;
}

.bold-text {
	font-family: var(--DMsans);
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.section-2 {
	display: block;
}

.section-3 {
	position: sticky;
}

.list {
	display: block;
	margin-left: 20px;
	padding-left: 0px;
}

.column-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.div-block-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.block-6-img {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-6-img img {
	width: 930px;
}

.price {
	margin-bottom: 20px;
	font-family: var(--DMsans);
	color: var(--blue);
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.04em;
}

.price-explain {
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: var(--DMsans);
	color: var(--blue);
	font-size: 27px;
	line-height: 96.8%;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.05em;
}

.price-explain:hover {
	margin-bottom: 20px;
}

.div-block-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.div-block-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.columns-3 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.text-block-7 {
	margin-top: 20px;
	margin-left: 20px;
	font-family: var(--DMsans);
	color: var(--white);
	font-size: 48px;
	line-height: 110%;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.text-block-7-copy {
	margin-top: 20px;
	margin-left: 20px;
	font-family: var(--DMsans);
	color: #414141;
	font-size: 48px;
	line-height: 110%;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.columns-4 {
	margin: 40px 0 40px 80px;
}

.column-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.text-block-7-copy-copy {
	margin-top: 20px;
	margin-left: 20px;
	font-family: var(--DMsans);
	color: var(--white);
	font-size: 48px;
	line-height: 110%;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.div-block-7 {
	padding-left: 40px;
}

.section-5 {
	background-color: var(--blue);
}

.container-3 {
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.nav-grid {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-flow: column;
	grid-auto-columns: -webkit-max-content;
	grid-auto-columns: max-content;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	grid-row-gap: 20px;
	-ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
	-ms-grid-columns: 1fr max-content max-content max-content;
	grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
	grid-template-columns: 1fr max-content max-content max-content;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.nav-logo-link {
	display: block;
	height: 60px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

.nav-logo {
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 0% 50%;
	object-position: 0% 50%;
}

.container-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-header img {
	height: 35px;
}

.footer-logo {
	height: 45px;
}



.block-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.button-4 {
	border-style: solid;
	border-width: 3px;
	border-color: var(--blue);
	border-radius: 13px;
	background-color: var(--white);
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: var(--DMsans);
	color: var(--blue);
	font-size: 16px;
	font-weight: 700;
}

.button-4:hover {
	background-color: var(--blue);
	color: var(--white);
}

.text-span {
	color: var(--pink);
}

.div-block-9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-span-2 {
	color: var(--orange);
}

.text-span-3 {
	color: var(--orange);
}

.text-span-4 {
	color: var(--orange);
}

.list-item-2 {
	list-style-type: none;
}

.list-item-3 {
	list-style-type: none;
}

.list-item-4 {
	list-style-type: none;
}

.list-item-5 {
	list-style-type: none;
}

.list-item-6 {
	list-style-type: none;
}

.list-item-7 {
	list-style-type: none;
}

.list-item-8 {
	list-style-type: none;
}

.list-item-9 {
	list-style-type: none;
}

.list-item-10 {
	list-style-type: none;
}

.list-item-11 {
	list-style-type: none;
}

.list-3 {
	list-style-type: none;
}

.list-item-12 {
	list-style-type: none;
}

.list-item-13 {
	list-style-type: none;
}

.text-block-9 {
	display: block;
}

.underfooter-link {
	margin-right: 40px;
	font-family: var(--DMsans);
	color: var(--blue);
	font-weight: 500;
	text-decoration: none;
}

.underfooter-link:hover {
	color: var(--pink);
	text-decoration: none;
}

.button-5 {
	border-radius: 13px;
	background-color: var(--blue);
	font-family: var(--DMsans);
	color: var(--white);
	font-weight: 700;
}

.image-3 {
	width: auto;
	margin-right: 10px;
}

.scroll-buttons-down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.scroll-buttons-down.scroll-buttons {
	display: none;
}

.section-6 {
	overflow: hidden;
	width: auto;
	max-width: 100%;
	margin-top: 40px;
	margin-bottom: 0px;
	-o-object-fit: fill;
	object-fit: fill;
}

.slide {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	padding: 10px;
}

.mask {
	overflow: visible;
	width: 480px;
}

.slider {
	width: 100vw;
	height: 400px;
	max-width: 100vw;
	min-width: auto;
	margin-bottom: 120px;
	background-color: transparent;
	cursor: pointer;
	-o-object-position: 0% 50%;
	object-position: 0% 50%;
}

.trust-stars-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 50px;
}

.trust-stars {
	width: 200px;
}

.slide-nav {
	display: none;
}

.left-arrow {
	position: relative;
	bottom: 40px;
	display: inline-block;
	margin-top: 10px;
	color: var(--orange);
	cursor: pointer;
}

.right-arrow {
	position: static;
	display: inline-block;
	cursor: pointer;
}

.icon {
	color: var(--orange);
}

.trust-avatar {
	height: 50px;
}

.image-4 {
	position: static;
	display: block;
	margin-top: auto;
}

.container-6 {
	margin-bottom: auto;
}

.marquee-horizontal-large {
	position: relative;
	z-index: 200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 180px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.marquee-cover-horizontal {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 10;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(70%, hsla(0, 0%, 100%, 0)), to(var(--white))),
		-webkit-gradient(linear, right top, left top, from(var(--white)), color-stop(30%, hsla(0, 0%, 100%, 0)));
	background-image: -o-linear-gradient(right, hsla(0, 0%, 100%, 0) 70%, var(--white)),
		-o-linear-gradient(right, var(--white), hsla(0, 0%, 100%, 0) 30%);
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 70%, var(--white)),
		linear-gradient(270deg, var(--white), hsla(0, 0%, 100%, 0) 30%);
}

.track-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-horizontal.flex-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.icon-container-alt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	height: 150px;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 8px;
	-webkit-box-shadow: 0 7px 15px 3px rgba(175, 177, 179, 0.3);
	box-shadow: 0 7px 15px 3px rgba(175, 177, 179, 0.3);
}

.icon-2 {
	width: 65%;
}

.spacer-30 {
	width: 100%;
	height: 30px;
}

.spacer-30._15-xsvp {
	width: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.header-quaternary {
	max-width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
}

.header-quaternary.grey-text.uppercase {
	padding: 2px 4px;
}

.button-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 34px;
	padding: 10px 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 8px;
	background-color: #8f00ff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

.track-horizontal-alt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.container {
	position: relative;
	z-index: 10;
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 60px;
	padding-left: 60px;
}

.flex-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.spacer-60 {
	width: 100%;
	height: 60px;
}

.spacer-60._60-width {
	width: 60px;
}

.header-secondary {
	max-width: 100%;
	font-size: 40px;
	line-height: 120%;
}

.spacer-15 {
	width: 100%;
	height: 15px;
}

.col {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.col.small {
	width: 41%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.section-7 {
	overflow: visible;
}

@media screen and (max-width: 991px) {
	.div-block-6 {
		background-size: cover;
	}

	.div-block-6:hover {
		background-size: cover;
		background-attachment: scroll;
	}

	.columns-4 {
		margin-right: 10px;
		margin-left: 10px;
	}

	.div-block-18 {
		margin-right: 20px;
		margin-left: 20px;
	}

	.scroll-buttons-down.scroll-buttons-up {
		display: none;
	}

	.container {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 479px) {
	.block-bottom {
		margin-top: 20px;
	}

	.list-item {
		font-size: 18px;
	}

	.nav-logo-link {
		border-top: 1px solid #c4c4c4;
	}

	.nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #c4c4c4;
	}

	.button-4 {
		font-size: 12px;
	}

	.list-item-14 {
		list-style-type: none;
	}

	.list-item-15 {
		list-style-type: none;
	}

	.list-item-16 {
		list-style-type: disc;
	}

	.div-block-18 {
		margin-right: 10px;
		margin-left: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* BASIC */

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

:root {
	/* COLORS */
	--black: #474747;
	--white: #fff;
	--blue: #423ef4;
	--pink: #f5c4dc;
	--orange: #ff6b00;
	--dark_grey: #414141;
	--grey: #6c6c6c;
	--light_grey: #ededed;
	/* FONT FAMILY */
	--DMsans: 'DM Sans', sans-serif;
	--MerriweatherSerif: 'Merriweather', serif;
}

body {
	font-family: var(--DMsans);
	color: var(--black);
}

h1 {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin: 0;
}

h2 {
	color: var(--blue);
}

h3 {
	font-family: var(--MerriweatherSerif);
	font-size: 30px;
	color: var(--blue);
	line-height: 130%;
	font-weight: 400;
	letter-spacing: -0.04em;
	margin: 0;
}

h4 {
	font-family: var(--DMsans);
	font-size: 16px;
	line-height: 120%;
}

p {
	font-family: var(--DMsans);
}

label {
	display: block;
	/* margin-bottom: 5px; */
	font-weight: 700;
}

a {
	text-decoration: none;
}

ul {
	padding-left: 0;
}

.titleDM {
	font-family: var(--DMsans);
	font-size: 38px;
	font-weight: 700;
	margin: 60px 80px 40px;
	color: var(--blue);
	letter-spacing: -0.02em;
}

.button {
	font-family: var(--DMsans);
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding: 12px 20px;
	border-radius: 10px;
	border: none;
	letter-spacing: -0.02em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	white-space: nowrap;
}

.primary-blue {
	color: var(--white);
	background-color: var(--blue);
}

.primary-blue:hover {
	color: var(--blue);
	background-color: var(--pink);
}

.primary-pink {
	color: var(--blue);
	background-color: var(--pink);
}

.primary-pink:hover {
	color: var(--pink);
	background-color: var(--blue);
}

.primary-white {
	color: var(--blue);
	background-color: var(--white);
}


.primary-pink-white:hover {
	color: var(--blue) !important;
	background-color: var(--white) !important;
}

.primary-white:hover {
	background-color: var(--pink);
}

.secondary-blue {
	color: var(--blue);
	background-color: transparent;
	border: 3px solid var(--blue);
}

.secondary-blue:hover {
	color: var(--white);
	background-color: var(--blue);
}

button,
input,
select {
	color: inherit;
	font: inherit;
	margin: 0;
}

input[type='text'],
input[type='tel'] {
	height: 50px;
	color: var(--black);
	border-radius: 5px;
	border: none;
	padding-left: 15px;
}

input:focus-visible {
	outline: none;
}

input[type='tel']::-webkit-inner-spin-button,
input[type='tel']::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type='tel'] {
	-moz-appearance: textfield;
}

select {
	height: 50px;
	color: var(--black);
	border-radius: 5px;
	border: none;
	padding-left: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/arrow.svg');
	background-repeat: no-repeat, repeat;
	background-position: right 20px top 50%, 0 0;
	background-size: 15px auto, 100%;
}

li {
	list-style: none;
}

/* PRE-HEADER */
.pre-header {
	background-color: var(--blue);
	color: var(--white);
	font-family: Merriweather, serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 95px;
	/* cambiar a 80 si se oculta el selector de idioma. */
	font-size: 16px;
}

.pre-header a {
	margin: 0 0 0 40px;
	color: var(--white);

}

.pre-header p {
	margin: 0 0 0 40px;
	color: var(--white);
	cursor: pointer;
	font-family: var(--MerriweatherSerif);
	font-weight: 400;
}

.pre-header label {
	margin-bottom: 0;
	position: relative;
	font-family: var(--DMsans);
	/* 	display: none; /* Si se visualiza hay que cambiar en .pre-header el paddin-right a 95px (hecho) */
	*/
}

.pre-header label svg {
	position: absolute;
	right: -14px;
	top: 6px;
	cursor: pointer;
}

.pre-header .phone-header {
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.pre-header .phone-header img {
	height: 15px;
}

.menu-lang {
	display: none;
	position: absolute;
	background-color: var(--blue);
	top: 45px;
	z-index: 101;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
	right: 77px;
}

#language-menu,
#language {
	display: none;
}

#language-menu:checked~.menu-lang-menu,
#language:checked~.menu-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu-lang li {
	padding: 5px 0;
}

.menu-lang li a {
	margin-left: 0;
}

/* HEADER NAV */
.sticky-nav {
	position: sticky;
	top: 0px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: var(--white);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	-o-transition: transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	mix-blend-mode: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sticky-nav .header-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	padding: 0 80px 0 80px;
}

.sticky-nav a {
	font-size: 16px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	color: var(--blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sticky-nav a:not(.button):hover {
	text-decoration: underline;
}

.sticky-nav .menu-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--MerriweatherSerif);
}

.sticky-nav .menu-horizontal li {
	margin-left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sticky-nav .menu-horizontal li:nth-last-of-type(1) {
	margin-left: 30px;
}

.sticky-nav .menu-horizontal li:nth-last-of-type(2) {
	margin-left: 80px;
}

.sticky-nav .menu-horizontal li .button {
	padding: 5px 16px;
	white-space: nowrap;
	cursor: pointer;
}

.sticky-nav .header-mobile {
	display: none;
}

.sticky-nav #button-seguros {
	display: none;
}

/* MENU SECTION */
.nav-menu {
	background-color: var(--blue);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0;
	padding-left: 80px;
	padding-right: 80px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--white);
}

#button-seguros:checked~.nav-menu {
	height: 600px;
	padding-top: 80px;
}

#button-seguros:checked~.nav-menu .menu-vertical,
#button-seguros:checked~.nav-menu .nav-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-menu .menu-vertical {
	padding-left: 0;
	line-height: 60px;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	/* opacity: 0; */
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.nav-menu ul li {
	color: var(--white);
	font-weight: 700;
	font-size: 36px;
	cursor: pointer;
}

.nav-menu ul li a {
	color: var(--white);
	font-weight: 700;
	font-size: 36px;
	opacity: 0.2;
	cursor: pointer;
	text-decoration: none !important;
}

.nav-menu ul li a:hover {
	opacity: 1;
}

.nav-menu .submenu {
	font-family: var(--MerriweatherSerif);
	margin-bottom: 20px;
	line-height: 35px;
	display: none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.nav-menu .submenu li a {
	font-size: 24px;
	font-weight: 400;
}

.nav-menu .nav-cards {
	display: none;
	/* opacity: 0; */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.nav-menu .nav-cards .card-content {
	max-width: 300px;
	min-width: 200px;
	width: 30%;
	height: 340px;
}

.nav-menu .nav-cards .card-content:hover .button {
	background-color: var(--blue);
	color: var(--pink);
}

.nav-menu .nav-cards .card-content h3 {
	font-size: 34px;
	margin-top: 40px;
	text-align: center;
	font-family: var(--MerriweatherSerif);
}

.nav-menu .nav-cards .card-content .card-title {
	font-size: 30px;
	margin-top: 40px;
	text-align: center;
	color: var(--blue);
	font-family: var(--MerriweatherSerif);
}

.nav-menu .nav-cards .card-content .price-explain {
	font-size: 22px;
}

.nav-menu .nav-cards .card-content .price {
	font-size: 22px;
}

.nav-menu .nav-cards .card-content .button {
	font-size: 22px;
}

.nav-menu .lang-menu,
.nav-menu .menu-buttons {
	opacity: 0;
	width: 0;
	position: relative;
}

.nav-menu .lang-menu ul li {
	font-size: 16px;
}

.nav-menu .menu-lang-menu {
	display: none;
	position: absolute;
	background-color: var(--blue);
	top: -20px;
	left: 30px;
	z-index: 101;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	margin: 0;
}

.nav-menu .menu-lang-menu a {
	color: var(--white);
	padding: 8px;
}

#language-menu,
#language {
	display: none;
}

#language-menu:checked~.menu-lang-menu,
#language:checked~.menu-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-menu .menu-buttons a {
	color: var(--white);
	border-color: var(--white);
	display: none;
}

/* TOP SECTION */
.top-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.top-section-stc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.top-section .top-text {
	width: 40%;
	min-width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 710px;
	padding: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: var(--blue);
	color: var(--white);
	row-gap: 40px;
}

.top-section.home .top-text {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	row-gap: 0;
}


.top-section-stc .top-text-stc {
	width: 45%;
	min-width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 710px;
	padding: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: var(--blue);
	background-color: var(--white);
	row-gap: 40px;
}

.top-section-stc.home .top-text-stc {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	row-gap: 0;
}

.list-item {
	font-size: 24px;
	line-height: 130%;
	list-style: disc;
	font-family: var(--MerriweatherSerif);
}

.top-section .top-text .button {
	padding: 15px 18px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.top-section .top-text .title {
	width: 100%;
	font-family: Merriweather, serif;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.04em;
	color: var(--white);
}

.top-section .top-text .text-block {
	width: 100%;
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.4px;
}


.top-section-stc .top-text-stc .button {
	padding: 15px 18px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -0.02em;
	border: 1px solid var(--blue);
}

.top-section-stc .top-text-stc .button:hover {
	background-color: var(--blue);
	color: var(--white);
}

.top-section-stc .top-text-stc .title {
	width: 100%;
	font-family: Merriweather, serif;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.04em;
	color: var(--blue);
}

.logo-stc {
	margin-left: 20px;	
}

.top-section-stc .top-text-stc .text-block {
	width: 100%;
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.4px;
}

.top-section.home .top-text .text-block {
	font-size: 24px;
}

.top-section .top-img {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: auto;
	min-height: 710px;
	padding-left: 0px;
	background-image: url('https://uploads-ssl.webflow.com/620f55765464dea420bc25ef/621352d6124d00e331146981_s-migaj-Yui5vfKHuzs-unsplash.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-clip: border-box;
	-o-object-fit: cover;
	object-fit: cover;
}

.top-section .top-img.top-video {
	width: 60%;
	min-height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-image: none;
}


.top-section-stc.home .top-text-stc .text-block {
	font-size: 24px;
}

.top-section-stc .top-img {
	width: 55%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: auto;
	min-height: 710px;
	padding-left: 0px;
	background-image: url('https://uploads-ssl.webflow.com/620f55765464dea420bc25ef/621352d6124d00e331146981_s-migaj-Yui5vfKHuzs-unsplash.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-clip: border-box;
	-o-object-fit: cover;
	object-fit: cover;
}

.top-section-stc .top-img.top-video {
	width: 55%;
	min-height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-image: none;
}

.video-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

#video-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.top-section .top-img .popover {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	max-height: 140px;
	max-width: 330px;
	min-height: 132px;
	min-width: 330px;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 10px;
	background-color: var(--pink);
	z-index: 99;
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 10%), 0px 2px 1px rgb(0 0 0 / 6%), 0px 1px 1px rgb(0 0 0 / 7%);
	box-shadow: 0px 1px 3px rgb(0 0 0 / 10%), 0px 2px 1px rgb(0 0 0 / 6%), 0px 1px 1px rgb(0 0 0 / 7%);
}

.top-section .top-img .popover .popover-text {
	margin-bottom: 20px;
	font-family: var(--DMsans);
	color: var(--blue);
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.top-section .top-img .popover-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-section .top-img .popover.fixed {
	position: fixed;
	top: 120px;
}

/* SECTION COTIZADOR */
.section-cotizador {
	background-color: var(--white);
	margin-top: 50px;
	margin-left: 85px;
	margin-bottom: 80px;
}

.section-cotizador>h1 {
	font-size: 30px;
	font-weight: 700;
	margin: 25px 0;
}

.section-cotizador>p {
	font-size: 18px;
	color: var(--blue);
	max-width: 450px;
	font-family: var(--MerriweatherSerif);
}

.section-cotizador .bloque-cotizador {
	width: 100%;
	margin-top: 40px;
}

.section-cotizador .bloque-cotizador .pasos-cotizador {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.section-cotizador .bloque-cotizador .pasos-cotizador a {
	font-size: 18px;
	color: var(--blue);
	font-weight: 700;
	opacity: 0.5;
	margin-bottom: 20px;
	cursor: pointer;
}

.section-cotizador .bloque-cotizador .pasos-cotizador a.active {
	opacity: 1;
}

.section-cotizador .cotizador {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
}

/* .section-cotizador .paso-precio .preguntas > div:nth-last-of-type(1) {
	border-top: solid 1px white;
	padding-top: 10px;
} */

/*  Aux classes */

.error {
	border: 4px solid #F5C4DC !important;
}

.dia-error,
.mes-error,
.anyo-error,
.cp-error,
.date_invalid-error,
.telefono-error,
.email-error,
.sexo-error,
.capital-error,
.consent-error {
	color: #F5C4DC;
	display: none;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}

.opacity {
	opacity: 0.2;
}

.show {
	display: block;
}

.hide {
	display: none !important;
}

/* * */

.section-cotizador .cotizador div[class^='paso'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-cotizador .cotizador div[class^='paso'].active .preguntas {
	background-color: var(--blue);
	color: var(--white);
}

.section-cotizador .preguntas {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-radius: 10px;
	background-color: #f2f2f2;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-cotizador .preguntas .preguntas-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.section-cotizador .preguntas .preguntas-content div{
	width: 260px;
	display: flex;
	flex-direction: column;
}

.section-cotizador .paso1.active,
.section-cotizador .paso2.active,
.section-cotizador .paso-precio.active {
	opacity: 1;
}

.section-cotizador .paso2-content {
	display: flex;
	flex-direction: row;
}

.section-cotizador .paso2 .preguntas {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-cotizador .paso2 .preguntas>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	/* -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
}

.section-cotizador .preguntas .agree {
	margin-top: 20px;
}

.section-cotizador .preguntas .agree input {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.section-cotizador .preguntas .agree label {
	max-width: 600px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	font-family: 'DM Sans';
}

.section-cotizador .preguntas .agree label a {
	color: var(--pink);
	text-decoration: underline;
}

.section-cotizador .preguntas label {
	margin-bottom: 15px;
}

.section-cotizador .preguntas input,
.section-cotizador .preguntas select {
	margin-right: 20px;
	width: 150px;
}

.section-cotizador .preguntas input#email {
	width: 220px;
}

.section-cotizador .preguntas .dia {
	margin-left: 80px;
}

.section-cotizador .preguntas .dia input {
	margin-right: 0;
}

.section-cotizador .preguntas .mes {
	margin-left: 80px;
}

.section-cotizador .preguntas .mes input {
	margin-right: 0;
}

.section-cotizador .preguntas .anyo {
	margin-left: 80px;
}

.section-cotizador .preguntas .anyo input {
	margin-right: 0;
}

.section-cotizador .preguntas .cp {
	margin-left: 80px;
}

.section-cotizador .preguntas .cp input {
	margin-right: 0;
}

.section-cotizador .preguntas .sexo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}

.section-cotizador .preguntas .sexo input[type='radio'] {
	display: none;
}

.section-cotizador .preguntas .sexo label[class^='option'] {
	background-color: var(--white);
	height: 50px;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 0;
	border-radius: 5px;
	cursor: pointer;
	padding: 0 10px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #4f4f4f;
	font-weight: 400;
}

.section-cotizador .preguntas .sexo #hombre:checked~.option-hombre,
.section-cotizador .preguntas .sexo #mujer:checked~.option-mujer {
	background-color: var(--pink);
	color: var(--blue);
	font-weight: 700;
}

.section-cotizador .paso-precio .preguntas {
	text-align: center;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	padding: 40px 60px;
}

.section-cotizador .paso-precio .preguntas {
	text-align: center;
	padding: 30px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-cotizador .paso-precio .preguntas .preguntas-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-column-gap: 120px;
	-moz-column-gap: 120px;
	column-gap: 120px;
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
}

.section-cotizador .paso-precio .preguntas .line {
	width: 90%;
	border-top: 0.2px solid #ffffff;
	opacity: 0.3;
}

.section-cotizador .paso-precio .preguntas .ipa-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
}

.section-cotizador .paso-precio .preguntas .ipa-wrapper span {
	font-size: 14px;
	font-weight: 400;
	font-family: 'DM sans';
	margin-right: 15px;
}

.section-cotizador .paso-precio .preguntas .ipa-wrapper input {
	margin-right: 15px;
}

.section-cotizador .paso-precio .preguntas .ipa-wrapper label {
	margin: 0;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

.section-cotizador .paso-precio .preguntas .precio {
	color: var(--pink);
	font-size: 48px;
	font-weight: 700;
	margin: 0;
}

.section-cotizador .paso-precio .preguntas .prima {
	color: white;
	border-radius: 5px;
	text-align: right;
	margin: 0;
	margin-right: 40px;
}

.section-cotizador .paso-precio .preguntas .label-precio {
	width: 230px;
	padding: 0;
	margin-bottom: 0;
	align-self: center;
}

.section-cotizador .paso-precio .preguntas .capital {
	font-weight: 700;
	font-size: 24px;
}

.capital__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.capital__wrapper img {
	cursor: pointer;
}

.section-cotizador .cotizador .button {
	font-size: 18px;
	margin-left: 20px;
	padding: 15px 25px;
}

.section-cotizador .cotizador .pasoSent .preguntas {
    gap: 50px;
	padding: 20px 40px;
}

.section-cotizador .cotizador .pasoSent .preguntas .sent--img {
    background:rgba(245, 247, 250, 1);
    border-radius: 50%;
}

.section-cotizador .cotizador .pasoSent .preguntas .sent--img img {
	height: 130px
}

.section-cotizador .cotizador .pasoSent .preguntas .sent--text {
    flex-direction: column;
    font-family: var(--DMsans);
    display: flex;
    justify-content: center;
}

.section-cotizador .cotizador .pasoSent .preguntas .sent--text .sent--text__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: -0.065em;
    color: var(--pink);
    margin: 0;
}

.section-cotizador .cotizador .pasoSent .preguntas .sent--text .sent--text__subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: var(--white);
}

@media (max-width: 1025px) {
	.section-cotizador .cotizador .pasoSent .preguntas {
		padding: 20px 20px;
		justify-content: center;
	}
	
	.section-cotizador .cotizador .pasoSent .preguntas .sent--img {
		height: 100px;
		align-self: center;
	}
	
	.section-cotizador .cotizador .pasoSent .preguntas .sent--img img {
		height: 100px;
	}
	
	.section-cotizador .cotizador .pasoSent .preguntas .sent--text .sent--text__title {
		font-size: 24px;
	}	
	
}

@media (min-width: 1025px) {
	.section-cotizador .preguntas .sexo label[class^='option']:hover {
		background-color: var(--pink);
		color: var(--blue);
		font-weight: 700;
	}
}

/* SECTION PLANS */
.section-plans {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--light_grey);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 80px;
}

.section-plans h3 {
	/* padding: 0 20px; */
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	/* or 125% */
	text-align: center;
	letter-spacing: -1.2px;
	color: var(--dark_grey);
}

.section-plans h4 {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.4px;
	color: var(--grey);
	max-width: 650px;
}

.section-plans .plans-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin: 60px 0;
	max-width: 1200px;
}

.section-plans .plans-container .plan-card {
	width: 30%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.section-plans .plans-container .plan-card:hover {
	-webkit-transform: scale(1.05, 1.1);
	-ms-transform: scale(1.05, 1.1);
	transform: scale(1.05, 1.1);
}

.section-plans .plans-container .plan-card:hover .card-content .button {
	background-color: var(--white);
	color: var(--blue);
}

.section-plans .plans-container .plan-card:hover .card-content {
	background-color: var(--blue);
}

.section-plans .plans-container .plan-card:hover .card-content h4,
.section-plans .plans-container .plan-card:hover .card-content .bigprice,
.section-plans .plans-container .plan-card:hover .card-content .smallprice,
.section-plans .plans-container .plan-card:hover .card-content p {
	color: var(--white) !important;

}

.section-plans .plans-container .card-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 190px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* -ms-flex-pack: distribute; 
	justify-content: space-around; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	background-color: var(--white);
	min-height: 500px;
	/* -webkit-box-pack: justify; 
	-ms-flex-pack: justify; 
	justify-content: space-between; */
	border-radius: 20px;
	padding: 40px 20px;
	box-shadow: 0px 7px 8px rgb(0 0 0 / 10%), 0px 5px 22px rgb(0 0 0 / 6%), 0px 12px 17px rgb(0 0 0 / 7%);
	border: 0.889189px solid #B5B5B5;
}

.card-content .card-title {
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.2px;
	color: var(--dark_grey);
	margin: 25px 0;
}

.card-content p {
	font-family: var(--MerriweatherSerif);
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.4px;
	color: var(--grey);
	margin: 0;
}

.card-content .price {
	display: flex;
	column-gap: 10px;
	align-items: center;
	color: var(--dark_grey);
}

.card-content .bigprice {
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	letter-spacing: -1.2px;
	color: var(--dark_grey);
}

.card-content .smallprice {
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.2px;
}

.card-content .button {
	line-height: 96.8%;
	min-height: 47px;
	font-size: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: auto;
}

@media screen and (max-width: 1024px) {
	.section-plans {
		padding: 60px 40px
	}

	.section-plans .plans-container {
		margin-top: 0;
	}

	.section-plans h3 {
		font-size: 36px;
		line-height: 46px;
	}

	.section-plans h4 {
		font-size: 15px;
		line-height: 22px;
	}

	.card-content {
		min-height: 400px;
	}

	.card-content p {
		font-size: 20px;
		line-height: 27px;
	}

	.card-content .bigprice {
		font-size: 36px;
		line-height: 46px;
	}

	.card-content .smallprice {
		font-size: 12px;
		line-height: 19px;
	}

}

/* SECTION US */
.us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 100px 40px 100px 80px;
	position: relative;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	max-width: 1600px;
	margin: 0 auto;
	gap: 20px;
}

.us .us-content {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.us .us-content .us-title {
	margin-bottom: 20px;
	text-align: left;
}

.us .us-content .us-title h3 {
	font-family: var(--MerriweatherSerif);
}

.us-text {
	max-width: 550px;
	width: 100%;
}

.us .us-content .us-text .us-question-block {
	border-bottom: solid 1px #d0d0d0;
}

.us .us-content .us-text .us-question label {
	padding: 10px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.us .us-content .us-text input {
	display: none;
}

.us .us-content .us-text p,
.us .us-content .us-text ul li {
	font-size: 14px;
	color: var(--blue);
	font-weight: 500;
	font-family: 'DM sans';
	max-width: 500px;
}

.us .us-content .us-text .us-question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.us .us-content .us-text h4 {
	font-size: 15px;
	margin: 5px 0;
}

.us .us-content .us-text .contenedor-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.us .us-content .us-text .arrow {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: 10px;
	width: 16px;
}

.us .us-answer {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.us .us-question:target .us-answer {
	max-height: 20rem;
}

.us .us-question-block input:checked~.us-answer {
	max-height: fit-content;
}

.us .us-question-block input:not(:checked)~.us-question .arrow {
	-webkit-animation: rotate-arrow-left 0.2s ease-in-out both;
	animation: rotate-arrow-left 0.2s ease-in-out both;
}

.us .us-question-block input:checked~.us-question .arrow {
	-webkit-animation: rotate-arrow-right 0.2s ease-in-out both;
	animation: rotate-arrow-right 0.2s ease-in-out both;
}

.us .us-question-block:hover h4,
.us .us-question-block:hover .arrow path,
.us .us-question-block input:checked~.us-question h4,
.us .us-question-block input:checked~.us-question .arrow path {
	stroke: var(--blue);
	color: var(--blue);
}

@-webkit-keyframes rotate-arrow-right {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes rotate-arrow-right {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@-webkit-keyframes rotate-arrow-left {
	0% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes rotate-arrow-left {
	0% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.us-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.us-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 50px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 50%;
}

.us-img img {
	width: 80%;
	display: none;
}

.us-img video {
	width: 100%;

}

/* SECTION COMENTS */
.section-coments .titleDM {
	font-family: var(--DMsans);
}

.marquee-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	margin: 0px 0px 60px;
	padding: 0px;
}

.marquee-section .button {
	margin: 80px 80px 30px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.marquee-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 2640px;
	height: 420px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-animation: commentsMove 10s infinite linear;
	animation: commentsMove 10s infinite linear;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.marquee-wrapper:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

@-webkit-keyframes commentsMove {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-1200px, 0);
		transform: translate(-1200px, 0);
	}
}

@keyframes commentsMove {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-1200px, 0);
		transform: translate(-1200px, 0);
	}
}

.marquee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1320px;
	padding-left: 0px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-flex: 0;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.trust-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 420px;
	height: 100%;
	min-width: 420px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 27px;
	background-color: #daf3e9;
}

.trust-block-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	margin-top: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trust-block-header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trust-header-clientname {
	margin-right: 10px;
	margin-left: 10px;
	font-family: var(--DMsans);
	color: var(--blue);
	font-size: 30px;
	font-weight: 700;
}

.trust-p {
	margin: 20px 50px 20px 28px;
	font-family: Merriweather, serif;
	color: var(--blue);
	font-size: 29px;
	line-height: 46.8px;
}

/* SECTION FAQ */
.section-FAQ {
	background-color: var(--pink);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-FAQ-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1600px;
	margin: 0 auto;
}

.section-FAQ .titleDM {
	margin: 100px 80px 50px;
}

.layout-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto 16px auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px;
}

.layout-grid>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.layout-grid>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.layout-grid>*:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.layout-grid>*:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.layout-grid>*:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.layout-grid>*:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.grid {
	margin: 20px 80px;
}

.faq-block {
	padding-right: 20px;
	padding-bottom: 20px;
}

.faq-question {
	/*display: inline;*/
	margin-bottom: 20px;
	padding: 12px 20px;
	border-radius: 13px 13px 13px 0px;
	background-color: var(--white);
	font-family: var(--DMsans);
	color: var(--blue);
	font-size: 18px;
	line-height: 110%;
	font-weight: 700;
	letter-spacing: -0.05em;
	-o-object-fit: fill;
	object-fit: fill;
	min-height: 65px;
	display: flex;
	align-items: center;
}

.faq-answer {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-right: 30px;
	color: var(--blue);
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	letter-spacing: -0.04em;
}

.section-FAQ .button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin: 50px 80px 80px;
}

.section-FAQ .primary-blue:hover {
	color: var(--blue);
	background-color: var(--white);
}

/* SECTION BLOG */
.section-blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1600px;
	margin: 0 auto;
}

.section-blog h3 {
	padding-top: 70px;
	padding-bottom: 40px;
	padding-left: 80px;
}

.blog-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-row-gap: 70px;
	padding: 0 80px;
}

.blog-block-row1,
.blog-block-row2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.component-blog img {
	border-radius: 10px;
	max-width: 100%;
}

.section-blog .button {
	margin: 80px 80px 70px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.component-blog .blog-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.component-blog .blog-text h4 {
	width: 70%;
}



/* SECTION FOOTER */
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	width: 100%;
	background-color: var(--blue);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer h4 {
	font-size: 18px;
	margin-right: 20px;
}

.footer p {
	font-size: 18px;
	margin-right: 20px;
}

.footer .primary-pink:hover {
	color: var(--blue);
	background-color: var(--white);
}

.logos-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 80px;
	margin-bottom: 40px;
	margin-left: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: var(--blue);
	padding-top: 60px;
	padding-bottom: 40px;
	color: var(--white);
	gap: 50px;
	max-width: 1400px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.footer-mobile-links {
	display: none;
}

.link-footer-mobile {
	color: var(--pink);
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.02em;
	list-style-type: none;
}

.social-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0px;
}

.social-block-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-icon {
	width: auto;
	height: 30px;
	margin-right: 6px;
	margin-left: 2px;
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 80px;
}

.footer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 60px 80px 40px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	width: 100%;
}

.footer-top .footer-links .footer-container .footer-block-column input {
	display: none;
}

.footer-logo-link {
	max-height: 60px;
	min-width: 60px;
	-webkit-box-flex: 0;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.footer-image {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 0% 50%;
	object-position: 0% 50%;
}

.footer-heading {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Merriweather, serif;
	color: var(--pink);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.footer-list {
	padding-left: 0;
	margin-top: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer-contact .footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.footer-contact:not(.footer-menu-column) .footer-list .footer-item:last-of-type a:last-of-type {
	display: none;
}

.footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	font-family: var(--DMsans);
	color: var(--white);
	font-size: 16px;
	line-height: 160%;
	font-weight: 700;
	/* letter-spacing: -0.04em; */
	text-decoration: none;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.footer-link:hover {
	color: var(--pink);
	text-decoration: none;
}

.footer-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
	list-style-type: none;
	line-height: 120%;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.newsletter {
	color: var(--white);
}

.newsletter label {
	font-weight: 400;
}

.email-newsletter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.newsletter input[type='text'] {
	margin: 15px 0;
	width: 240px;
	height: 40px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.newsletter .button {
	height: 40px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.privacy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.privacy p {
	margin-bottom: 0;
	margin-left: 10px;
	margin-top: 0;
	text-align: left;
}

.privacy a {
	color: var(--pink);
	text-decoration: underline;
}

.footer-us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* width: 20%; */
	margin-right: 80px;
	margin-left: 20px;
}

.footer-contact {
	/* width: 225px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 60px 0;
}

.footer-contact .footer-link svg path {
	fill: var(--white);
}

.trustpilot {
	background-color: #f6f6f6;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 3px;
	border-radius: 8px;
	margin: 40px 0;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
	background-color: white;
	width: 100%;
}

.footer-bottom .footer-bottom-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-width: 550px;
	row-gap: 5px;
}

.footer-bottom img {
	height: 25px;
}

.footer-bottom-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* width: 100%; */
}

.footer-bottom-logos img:nth-of-type(1),
.footer-bottom-logos img:nth-of-type(2),
.footer-bottom-logos img:nth-of-type(3) {
	height: 40px;
}

.footer-bottom-logos img:nth-of-type(4) {
	height: 15px;
	margin-top: 4px;
}

/* MEDIA QUERY */
@media screen and (max-width: 1025px) {

	/* SECTION MENU HEADER */
	.nav-menu .nav-cards .card-content h3 {
		font-size: 26px;
	}

	.nav-menu .nav-cards .card-content .button,
	.nav-menu .nav-cards .card-content .price-explain {
		font-size: 20px;
	}

	/* SECTION COTIZADOR */
	.section-cotizador {
		margin-left: 40px;
	}

	.section-cotizador>h2,
	.section-cotizador>p {
		margin-right: 40px;
	}

	.section-cotizador .bloque-cotizador {
		padding-right: 40px;
	}

	.section-cotizador .cotizador {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-cotizador .cotizador>div:not(.active) {
		display: none;
	}

	.section-cotizador .cotizador div[class^='paso'] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.section-cotizador .preguntas input,
	.section-cotizador .preguntas select {
		margin-right: 8px;
	}

	.section-cotizador .preguntas {
		width: 100%;
		padding: 40px 20px;
	}

	.section-cotizador .paso1 .preguntas input,
	.section-cotizador .preguntas select {
		margin-bottom: 20px;
	}

	.section-cotizador .paso1 .preguntas {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.section-cotizador .paso1 .preguntas .birth select {
		width: 120px;
	}

	.section-cotizador .preguntas .dia {
		margin-left: 0;
	}

	.section-cotizador .preguntas .mes {
		margin-left: 0;
	}

	.section-cotizador .preguntas .anyo {
		margin-left: 0;
	}

	.section-cotizador .preguntas .cp {
		margin-left: 0;
	}

	.section-cotizador .paso2 .preguntas .datos-personales {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-cotizador .paso2 .preguntas .datos-personales>div {
		margin-bottom: 30px;
		width: 100%;
	}

	.section-cotizador .paso2 .preguntas .datos-personales select,
	.section-cotizador .paso2 .preguntas .datos-personales input,
	.section-cotizador .paso2 .preguntas .datos-personales input#email {
		width: 100%;
	}

	.section-cotizador .paso2 .preguntas>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-cotizador .paso2 .preguntas .agree {
		margin-top: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.section-cotizador .paso-precio .preguntas {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 30px;
		padding: 40px 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section-cotizador .cotizador div[class^='paso'] .button {
		margin: 20px auto 0;
		width: 100%;
	}

	/* SECTION FAQ   */
	.layout-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	/* FOOTER */
	/* .footer .footer-top {
		column-gap: 70px;
	} */
}

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

	/* PRE-HEADER */
	.pre-header {
		display: none;
	}

	/* HEADER NAV */
	.sticky-nav .header-horizontal {
		padding: 10px 20px;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.sticky-nav .menu-horizontal li {
		display: none;
	}

	.nav-menu {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.nav-menu ul li a {
		opacity: 1;
	}

	#button-seguros:checked~.nav-menu {
		height: 600px;
		padding-top: 40px;
		border-bottom: 1px solid var(--black);
	}

	.nav-menu .submenu {
		display: block;
	}

	.nav-menu {
		padding-left: 20px;
		padding-right: 20px;
	}

	.nav-menu .nav-cards {
		display: none !important;
	}

	#button-seguros:checked~.nav-menu .lang-menu,
	#button-seguros:checked~.nav-menu .menu-buttons {
		opacity: 1;
		width: auto;
	}

	#button-seguros:checked~.nav-menu .menu-buttons a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.nav-menu .lang-menu {
		display: none;
		/* Si se visualiza esto hay que cambiar en #button-seguros:checked ~ .nav-menu (linea 2952) el height por 650px */
	}

	#button-seguros:checked~.nav-menu .lang-menu label {
		position: relative;
		cursor: pointer;
	}

	#button-seguros:checked~.nav-menu .lang-menu label svg {
		position: absolute;
		top: 6px;
		left: 20px;
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.nav-menu .lang-menu p {
		margin-top: 0;
	}

	.nav-menu .menu-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	/* SECTION CARDS */
	.card-content h3 {
		margin-top: 30px;
		margin-bottom: 15px;
	}

	/* FOOTER SECTION */
	.footer {
		-webkit-column-gap: 10%;
		-moz-column-gap: 10%;
		column-gap: 10%;
	}

	.sticky-nav .header-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.sticky-nav .header-mobile img {
		cursor: pointer;
	}

	.sticky-nav .header-mobile .burger-button {
		padding-bottom: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

}

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

	/* BASIC */
	.titleDM {
		margin: 60px 20px 30px;
	}

	/* HEADER NAV */
	.sticky-nav {
		position: sticky;
	}

	.section-cotizador .paso1 .preguntas {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* TOP SECTION */
	.top-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.top-section .top-text {
		width: 100%;
		min-width: auto;
		min-height: 330px;
		padding: 60px 0;
	}

    .top-section-stc .top-text-stc {
		width: 100%;
		min-width: auto;
		min-height: 330px;
		padding: 60px 0;
	}

	.top-section:not(.home) .top-text {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.top-section.home .top-text .title {
		width: 100%;
	}

	.top-section.home .top-text .title,
	.top-section.home .top-text .list {
		text-align: left;
		padding-left: 40px;
	}

	.top-section .top-text .title {
		width: 325px;
		text-align: center;
	}

	.top-section.home .top-text .text-block {
		display: none;
	}

	.top-section .top-text .text-block {
		padding: 0 40px;
		text-align: center;
	}

	.top-section .top-text .text-block-life {
		width: 313px;
		text-align: center;
		padding-bottom: 15px;
	}

	.top-section .top-text .button {
		z-index: 10;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		position: absolute;
		bottom: -25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 60px;
		width: auto;
	}


	.top-section .top-img,
	.top-section .top-img.top-video {
		width: 100%;
		height: 400px;
	}

	#video-desktop:not(.video-countrySelector) {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;

	}

	.popover {
		position: absolute;
		max-width: 90%;
		min-width: 50%;
		-o-object-fit: fill;
		object-fit: fill;
	}

	.top-section .top-img .popover.fixed {
		display: none;
	}

	/* SECTION COTIZADOR */
	.section-cotizador .paso-precio .preguntas>div:nth-last-of-type(1) {
		border: none;
	}

	.section-cotizador .paso-precio .preguntas .preguntas-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-cotizador .paso-precio .preguntas .label-precio:nth-last-of-type(1) {
		border-top: solid 1px white;
		padding-top: 20px;
	}

	/* SECTION PLANS */
	.section-plans .plans-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: auto;
	}

	.section-plans .plans-container .plan-card {
		width: 90%;
	}

	.us {
		padding: 50px 40px 50px 40px;
		flex-direction: column;
	}

	.us-title {
		width: 300px;
	}

	.us .us-content {
		width: auto;
	}

	.us-img {
		width: 100%;
	}

	/* SECTION COMENTS */
	.trust-block {
		width: auto;
		max-width: none;
		min-width: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		/* height: 420px; */
	}

	.trust-block-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.trust-block-header-left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.trust-p {
		margin-right: 28px;
		font-size: 22px;
	}

	.trust-stars {
		margin-top: 20px;
	}
	
	.no-show-bf {
		display: none;
	}

	/* .marquee-cover-horizontal {
		background-image: -webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(70%, hsla(0, 0%, 100%, 0)),
				to(var(--white))
			),
			-webkit-gradient(linear, left top, left bottom, from(var(--white)), color-stop(30%, hsla(0, 0%, 100%, 0)));
		background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, var(--white)),
			linear-gradient(180deg, var(--white), hsla(0, 0%, 100%, 0) 30%);
	} */

	.marquee-wrapper {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.marquee {
		-webkit-box-flex: 0;
		-ms-flex: 0 auto;
		flex: 0 auto;
		padding: 0;
	}

	.marquee-section .button {
		margin: 40px 20px;
	}

	/* SECTION FAQ */
	.grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-FAQ .titleDM {
		margin: 50px 20px;
	}

	.section-FAQ .button {
		margin: 40px 20px;
	}

	/* SECTION BLOG */
	.blog-block {
		padding: 0 20px;
	}

	.section-blog h3 {
		padding-left: 20px;
	}

	.blog-block-row1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.blog-block-row2 {
		display: none;
	}

	.section-blog .button {
		margin: 30px 20px 70px;
	}

	/* SECTION FOOTER*/
	.footer .footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 50px 0;
	}

	.footer-top .footer-links .footer-container .footer-block-column label {
		cursor: pointer;
	}

	.footer-top .footer-links .footer-container .footer-block-column .footer-list {}

	.footer-top .footer-links .footer-container .footer-block-column .footer-list a {
		height: 0;
		opacity: 0;
		z-index: -100;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.footer-top .footer-links .footer-container .footer-block-column #us:checked~.footer-list a,
	.footer-top .footer-links .footer-container .footer-block-column #help:checked~.footer-list a,
	.footer-top .footer-links .footer-container .footer-block-column #contract:checked~.footer-list a,
	.footer-top .footer-links .footer-container .footer-block-column #services:checked~.footer-list a {
		height: auto;
		opacity: 1;
		z-index: auto;
	}

	.footer-block-column {
		text-align: center;
	}

	.footer-links {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-left: 0;
	}

	.logos-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-mobile-links {
		display: block;
		padding-left: 0px;
		font-family: Merriweather, serif;
	}

	.footer-contact {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px 0 0 0;
	}

	.footer-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer h4 {
		margin-right: 0;
	}

	.newsletter {
		text-align: center;
		padding: 20px;
	}

	.privacy {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 20px;
	}

	.footer-us {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}

	.footer-bottom {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-bottom .footer-bottom-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.underfooter-link {
		margin-right: 0;
	}

	.footer-bottom img {
		height: 25px;
	}

	.newsletter label {
		padding-bottom: 10px;
		text-align: left;
	}

	.email-newsletter {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

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

	/* BASIC */
	.titleDM {
		font-size: 26px;
		margin: 60px 10px 20px;
	}

	/* HEADER NAV */
	/* .sticky-nav {
    padding: 20px;
  } */

	.sticky-nav .button {
		font-size: 12px;
	}

	/* SECTION TOP */
	.top-section.home .top-text .title,
	.top-section.home .top-text .list {
		padding-left: 20px;
	}

	.bold-text {
		font-size: 25px;
	}

	/* SECTION COTIZADOR */

	.section-cotizador .paso1 .preguntas .birth select {
		width: 100%;
	}

	.section-cotizador .paso1 .preguntas input {
		width: 100%;
	}

	.section-cotizador .preguntas .sexo {
		margin: 0;
		column-gap: 20px;
	}

	.section-cotizador .preguntas .sexo label[class^='option'] {
		width: 50%;
		margin-right: 0;
	}

	.toggle:checked:before {
		left: 20px;
	}

	/* SECTION PLANS */

	/* SECTION COMENTS */

	.trust-block-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.trust-block-header-left {
		margin-bottom: 10px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.trust-header-clientname {
		font-size: 20px;
	}

	.trust-p {
		font-size: 16px;
		line-height: 120%;
	}

	.trust-stars {
		margin-top: 0px;
	}

	.trust-avatar {
		height: 30px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.marquee-horizontal-large {
		height: 130px;
	}

	.marquee-section {
		overflow: hidden;
	}

	.marquee-section .button {
		margin: 50px auto 30px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.marquee-wrapper {
		width: 1920px;
		height: auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.marquee {
		width: 50%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.trust-block {
		width: auto;
		max-width: 50%;
		min-width: 0px;
		margin-right: 10px;
		margin-left: 10px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	/* SECTION FAQ */
	.grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 10px;
		margin-left: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-auto-flow: column;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.section-FAQ .titleDM {
		margin: 50px 10px;
	}

	.section-FAQ .button {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin: 20px 80px 40px;
	}

	/* SECTION BLOG */
	.section-blog .button {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	/* SECTION FOOTER */
	.footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-mobile-links {
		margin-bottom: 40px;
		padding-left: 0px;
	}

	.underfooter-link {
		margin-right: 0;
	}
}

.toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 40px !important;
	height: 20px;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	outline: none;
	border: none;
	cursor: pointer;
	background-color: white;
	-webkit-transition: background-color ease 0.3s;
	-o-transition: background-color ease 0.3s;
	transition: background-color ease 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.toggle:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	background: #f5c4dc;
	left: 2px;
	/* top: 3px; */
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
	-o-transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
	transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked:before {
	left: 24px;
}

/* Empieza lifeInsurance */

/* COMMON */
.color-white {
	color: var(--white);
}

.color-pink {
	color: var(--pink);
}

/* TOP SECTION */
.top-img-life {
	background-image: url('https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/family_top.png') !important;
}

.title-life {
	font-size: 48px !important;
	line-height: 62.4px !important;
	font-weight: 400;
	color: var(--pink);
}

.text-block-life {
	font-family: var(--DMsans);
	font-weight: 700;
	font-size: 16px;
	line-height: 19.2px;
}

/* SECTION IMAGE FAMILY */

.image-section-family {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 100px;
	min-height: 600px;
	max-width: 1600px;
	margin: 0 auto;
}

.image-section-family .image-family .block-text {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 65px 47px 105px 47px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}

.image-section-family .image-family .block-text h2,
.image-section-family .image-family .block-text p {
	max-width: 600px;
	font-weight: 400;
}

.image-section-family h2 {
	color: var(--white);
	font-family: var(--DMsans);
	padding: 25px;
	font-weight: 400;
}

.image-section-family p {
	color: var(--white);
	font-family: var(--DMsans);
	padding-left: 25px;
	padding-bottom: 38px;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
}

.image-section-family a {
	margin-left: 25px;
}

.image-family {
	width: 100%;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.image-family-familia {
	background-image: url('https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/familia.jpg');
}

.image-family-hipoteca {
	background-image: url('https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/hipoteca.jpg');
}

.image-family-mayores {
	background-image: url('https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/mayores.jpg');
}


/* SECTION CARDS */

/* .section-plans-life {
	background-color: var(--white);
} */

.card-content-life {
	background-color: var(--blue) !important;
	color: var(--pink);
}

.section-plans-life .plans-container .plan-card:hover .card-content .button {
	background-color: var(--white);
	color: var(--blue);
}

/* SECTION TABS */

.tab-section {
	max-width: 1600px;
	margin: 0 auto;
}

.tabs-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tab-section input[type='radio'] {
	display: none;
}

.tab-section .tabs-selector label[class^='option'] {
	background-color: var(--white);
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 0;
	border-radius: 5px;
	cursor: pointer;
	padding: 0 10px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #707070;
	font-weight: 700;
	white-space: nowrap;
}

.tab-section .tabs-selector label[class^='option']:hover,
.tab-section #first:checked~.tabs-selector .option-first,
.tab-section #second:checked~.tabs-selector .option-second,
.tab-section #third:checked~.tabs-selector .option-third,
.tab-section #fourth:checked~.tabs-selector .option-fourth,
.tab-section #fifth:checked~.tabs-selector .option-fifth {
	color: var(--blue);
	font-weight: 700;
}

.text-container-tabs>div {
	display: none;
}

.tab-section #first:checked~.tabs-container .layout-grid-tabs .text-container-tabs .first,
.tab-section #second:checked~.tabs-container .layout-grid-tabs .text-container-tabs .second,
.tab-section #third:checked~.tabs-container .layout-grid-tabs .text-container-tabs .third,
.tab-section #fourth:checked~.tabs-container .layout-grid-tabs .text-container-tabs .fourth,
.tab-section #fifth:checked~.tabs-container .layout-grid-tabs .text-container-tabs .fifth {
	display: block;
}

.tabs-container .layout-grid-tabs .text-container-tabs .first span:first-of-type,
.tabs-container .layout-grid-tabs .text-container-tabs .second span:first-of-type,
.tabs-container .layout-grid-tabs .text-container-tabs .third span:first-of-type {
	font-weight: 700;
	color: var(--blue);
}

.tabs-container .layout-grid-tabs .text-container-tabs .fifth ul li {
	list-style: disc;
	margin-left: 17px;
}

.tabs-container {
	min-height: 400px;
	background-color: var(--light_grey);
	margin: 100px;
	border-radius: 30px;
	margin-top: 30px;
}

.first p {
	margin-bottom: 5px;
}

.text-container-tabs {
	padding: 0px 45px;
	width: 50%;
	margin: 45px 0;
}

.text-container-tabs p {
	color: var(--black);
}

.img-container-tabs {
	-webkit-transform: translate(80px, 0px);
	-ms-transform: translate(80px, 0px);
	transform: translate(80px, 0px);
}

.img-container-tabs img {
	width: 100%;
}

.layout-grid-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* SECTION PROTECT */

.sectionProtect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--blue);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 60px 0;
}

.sectionProtect--img {
	height: 750px;
}

.sectionProtect--article {
	width: 100%;
	padding-left: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sectionProtect--article__title {
	max-width: 603px;
	font-family: var(--DMsans);
	font-size: 38px;
	font-weight: 700;
	line-height: 41px;
	color: var(--white);
	padding-bottom: 52px;
	margin: 0;
}

.sectionProtect--article__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sectionProtect--article__items .item {
	width: 50%;
	padding-right: 20px;
}

.item--img svg {
	height: 59px;
	color: var(--pink);
}

.item--title {
	font-family: var(--DMsans);
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	padding-top: 13.34px;
	padding-bottom: 11px;
	color: var(--white);
	max-width: 286px;
}

.item--text {
	font-family: var(--DMsans);
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	padding-bottom: 75px;
	color: var(--white);
	max-width: 286px;
}

.sectionProtect--article .button {
	border: none;
	max-width: 345px;
	font-size: 24px;
}

.sectionProtect:not(.whiteBackground) .sectionProtect--article .button:hover {
	background-color: var(--white);
	color: var(--blue);
}

/* FAQ SECTION */

.FAQ-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 80px;
	max-width: 1600px;
	position: relative;
}

.FAQ-title {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	color: var(--blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.FAQ-title h3 {
	font-family: var(--DMsans);
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0.4px;
}

input[type='radio'] {
	-webkit-appearance: none;
}

.FAQ-questions-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-column-gap: 4%;
	-moz-column-gap: 4%;
	column-gap: 4%;
}

.FAQ-questions {
	width: 37%;
	line-height: 21.6px;
	/*  max-height: 460px;
	overflow-y: auto;
	scrollbar-color: var(--blue) #ededed;
	scrollbar-width: thin; 
	direction: rtl; */
	min-width: 125px;
	max-width: 400px;
	border-right: 1px solid var(--light_grey);
	padding-right: 40px;
}

.FAQ-questions label {
	direction: ltr;
	margin-left: 30px;
	overflow: auto;
	margin-bottom: 20px;
	min-width: 125px;
	cursor: pointer;
}

.FAQ-questions label:hover {
	color: var(--blue);
	text-decoration: underline;
}

.FAQ-questions::-webkit-scrollbar {
	width: 10px !important;
	background-color: #ededed;
	border-radius: 20px;
}

.FAQ-questions::-webkit-scrollbar-thumb {
	background-color: var(--blue);
	border-radius: 20px;
}

.FAQ-answers {
	width: 67%;
	text-align: justify;
	margin-bottom: 80px;
}

.FAQ-answers h4 {
	font-size: 36px;
	line-height: 39.6px;
	width: 85%;
}

.FAQ-answers strong {
	font-size: 24px;
	line-height: 26.6px;
}

.FAQ-answers p {
	font-size: 16px;
}

.FAQ-answers>label {
	display: none;
}

.FAQ-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: end;
	align-self: flex-end;
	transform: translate(0, -45px);
}

#FAQ-1:checked~.FAQ-questions-section .FAQ-questions #FAQ-1-label,
#FAQ-2:checked~.FAQ-questions-section .FAQ-questions #FAQ-2-label,
#FAQ-3:checked~.FAQ-questions-section .FAQ-questions #FAQ-3-label,
#FAQ-4:checked~.FAQ-questions-section .FAQ-questions #FAQ-4-label,
#FAQ-5:checked~.FAQ-questions-section .FAQ-questions #FAQ-5-label,
#FAQ-6:checked~.FAQ-questions-section .FAQ-questions #FAQ-6-label,
#FAQ-7:checked~.FAQ-questions-section .FAQ-questions #FAQ-7-label,
#FAQ-8:checked~.FAQ-questions-section .FAQ-questions #FAQ-8-label,
#FAQ-9:checked~.FAQ-questions-section .FAQ-questions #FAQ-9-label {
	color: var(--blue);
}

#answer-1,
#answer-2,
#answer-3,
#answer-4,
#answer-5,
#answer-6,
#answer-7,
#answer-8,
#answer-9 {
	display: none;
	opacity: 0;
}

#FAQ-1:checked~.FAQ-questions-section .FAQ-answers #answer-1,
#FAQ-2:checked~.FAQ-questions-section .FAQ-answers #answer-2,
#FAQ-3:checked~.FAQ-questions-section .FAQ-answers #answer-3,
#FAQ-4:checked~.FAQ-questions-section .FAQ-answers #answer-4,
#FAQ-5:checked~.FAQ-questions-section .FAQ-answers #answer-5,
#FAQ-6:checked~.FAQ-questions-section .FAQ-answers #answer-6,
#FAQ-7:checked~.FAQ-questions-section .FAQ-answers #answer-7,
#FAQ-8:checked~.FAQ-questions-section .FAQ-answers #answer-8,
#FAQ-9:checked~.FAQ-questions-section .FAQ-answers #answer-9 {
	display: block;
	opacity: 1;
}

/* BACKGROUND IMAGE SECTION */

.sectionBackground {
	height: 795px;
	background-image: url('https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/mountains-bc.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

.sectionBackground--title {
	width: 90%;
	color: var(--blue);
	font-family: var(--DMsans);
	font-weight: 700;
	font-size: 48px;
	line-height: 53px;
	padding-bottom: 60px;
	text-align: center;
}

.sectionBackground--text {
	width: 90%;
	color: var(--white);
	font-family: var(--DMsans);
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	padding-bottom: 40px;
}

/* TOP SECTION */

/* PAGE DISTRIBUTIVA */

.dis-top-text {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.dis-title {
	color: var(--white);
	font-family: var(--MerriweatherSerif);
	font-size: 36px;
	font-weight: 400;
	line-height: 46.8px;
}

.dis-text-block {
	font-size: 24px;
	line-height: 26.4px;
	font-weight: 700;
	font-family: var(--DMsans);
}

/* SECTION VENTAJAS */

.dis-section-contact {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 160px;
	gap: 15%;
}

.dis-section-contact input {
	display: none;
}

.dis-section-contact .left-selector {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.dis-section-contact .left-selector .info-selector {
	display: flex;
	flex-direction: row;
	gap: 40px;
	border: solid 1px #B5B5B5;
	border-radius: 10px;
	max-width: 380px;
	min-height: 185px;
	padding: 15px;
	cursor: pointer;
}

.dis-section-contact input#desde:checked~.left-selector .info-selector.desde,
.dis-section-contact input#de:checked~.left-selector .info-selector.de,
.dis-section-contact input#siempre:checked~.left-selector .info-selector.siempre {
	background-color: var(--blue);
	color: var(--white);
}

.dis-section-contact input#desde:checked~.left-selector .info-selector.desde .selector-content .selector-text,
.dis-section-contact input#de:checked~.left-selector .info-selector.de .selector-content .selector-text,
.dis-section-contact input#siempre:checked~.left-selector .info-selector.siempre .selector-content .selector-text {
	color: var(--white);
}

.dis-section-contact input#desde:checked~.right-info .info-content.desde,
.dis-section-contact input#de:checked~.right-info .info-content.de,
.dis-section-contact input#siempre:checked~.right-info .info-content.siempre {
	display: flex;
}

.dis-section-contact .left-selector .info-selector .selector-icon img {
	height: 50px;
}

.dis-section-contact .left-selector .info-selector .selector-content {
	display: flex;
	flex-direction: column;
}

.dis-section-contact .left-selector .info-selector .selector-content .selector-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.4px;
	margin-bottom: 15px;
}

.dis-section-contact .left-selector .info-selector .selector-content .selector-text {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.3px;
	color: #6C6C6C;
	font-weight: 400;
}

.dis-section-contact .right-info {
	display: flex;
	flex-direction: column;
}

.dis-section-contact .right-info .info-title h2 {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	color: var(--blue);
	padding: 50px 0 20px;
	text-transform: uppercase;
}

.dis-section-contact .right-info .info-content {
	display: none;
	flex-direction: column;
}

.dis-section-contact .right-info .info-content .info-content-title {
	font-weight: 700;
	font-size: 48px;
	letter-spacing: -1.2px;
}

.dis-section-contact .right-info .info-content .info-content-text {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.4px;
	padding: 20px 0 35px;
	color: #6C6C6C;
	max-width: 500px;
}

@media screen and (max-width: 767px) {
	.dis-section-contact {
		flex-direction: column-reverse;
		margin: 60px 0 120px 20px;
		gap: 70px;
	}

	.dis-section-contact .right-info .info-title h2 {
		color: var(--black);
		font-size: 24px;
		text-transform: capitalize;
	}

	.dis-section-contact .right-info .info-content {
		display: flex;
	}

	.dis-section-contact .right-info .info-content .info-content-title {
		margin: 30px 0 10px;
		font-size: 15px;
	}

	.dis-section-contact .right-info .info-content .info-content-text {
		font-size: 15px;
		max-width: 300px;
	}

	.dis-section-contact .right-info button {
		display: none;
	}

	.dis-section-contact .left-selector {
		flex-direction: row;
		gap: 10px;
		overflow-x: auto;
	}

	.dis-section-contact .left-selector .info-selector {
		flex-direction: column;
		min-width: 290px;
		min-height: 250px;
		background-color: var(--blue);
		color: var(--white);
	}

	.dis-section-contact .left-selector .info-selector .selector-text {
		color: var(--white) !important;
	}
}

.dis-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-column-gap: 40px;
	margin-top: 40px;
	margin-bottom: 60px;
	max-width: 1100px;
}

.dis-container h3 {
	font-family: var(--DMsans);
}

.dis-card {
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dis-card-content {
	background-color: var(--blue);
	min-height: 240px !important;
	width: auto;
	width: 400px;
	justify-content: center;
}

.dis-card-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px;
	width: 400px;
	text-align: center;
}

.dis-card-title h2 {
	font-size: 36px;
	margin-bottom: 0;
}

.card-text-dis p {
	color: var(--pink) !important;
	font-size: 16px;
}

.card-text-dis h4 {
	color: var(--pink) !important;
}

/* SECTION ICONS */
.dis-section-icons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0px 10%;
	max-width: 80%;
	padding: 0 0 90px 0;
}

.dis-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 70px 0;
	width: 100%;
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: flex-start;
}

.agendar-icon-text p {
	font-size: 14px;
}

.agendar-title h3 {
	font-family: var(--DMsans);
	font-size: 36px;
	line-height: 39.6px;
}

.agendar-icon-text h3 {
	padding-bottom: 10px !important;
}

/* SECTION LIST */
.dis-section-list {
	background-color: #daf3e9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5%;
}

.dis-buttons-list {
	display: none;
}

.dis-section-list h3 {
	font-family: var(--DMsans);
	max-width: 825px;
	margin-bottom: 30px;
	font-size: 46px;
	line-height: 52.8px;
	text-align: center;
	letter-spacing: normal;
}

.dis-list-containers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-column-gap: 15%;
	-moz-column-gap: 15%;
	column-gap: 15%;
}

.dis-list,
.dis-list-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dis-list p {
	color: var(--blue);
	font-family: var(--DMsans);
	font-size: 23px;
	font-weight: 700;
	line-height: 23px;
}

.dis-list-container {
	border-radius: 30px;
	padding: 20px 20px 20px 20px;
	max-width: 350px;
	min-height: 480px;
}

.dis-list-container ul {
	padding-left: 20px;
}

.dis-list-button {
	width: 100%;
}

.dis-list-container li {
	list-style-type: inherit;
	margin-bottom: 10px;
	font-weight: 700;
}

.blue {
	background: var(--blue);
	color: var(--white);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.white {
	background: var(--white);
	color: var(--blue);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1420px) {
	.FAQ-questions {
		max-height: 405px;
	}
}

@media screen and (max-width: 1280px) {
	.FAQ-questions {
		max-height: 465px;
	}
}

@media screen and (max-width: 1240px) {
	.FAQ-questions {
		max-height: 465px;
	}

	.dis-icon-button {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}

@media screen and (max-width: 980px) {
	/* FAQ SECTION */

	.FAQ-section {
		margin: 0;
		width: 100%;
		padding: 70px 20px 100px 100px;
	}

	/* SECTION VENTAJAS */

	.dis-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dis-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dis-card-content {
		margin-bottom: 30px;
	}

	.dis-card-title,
	.dis-card-content {
		width: 90%;
	}

	/* SECTION ICONS */
	.dis-icons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* SECTION LIST */
	.dis-buttons-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.dis-buttons-list .button {
		width: 100%;
	}

	#ventajas,
	#coberturas {
		display: none;
	}

	#coberturasButton:checked~.dis-buttons-list .button-coberturas,
	#ventajasButton:checked~.dis-buttons-list .button-ventajas {
		background-color: var(--blue) !important;
		color: var(--white) !important;
	}

	#coberturasButton:checked~.dis-list-containers #coberturas,
	#ventajasButton:checked~.dis-list-containers #ventajas {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.layout-grid-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.img-container-tabs {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.img-container-tabs img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.tabs-selector {
		overflow: scroll;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	/* top section */
	.section1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section1 .section1--text {
		width: 100%;
		min-height: 330px;
		height: 415px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 62px 0 0 0;
	}

	.section1 .section1--text .section1--text__title {
		width: 290px;
		font-size: 36px;
		text-align: center;
	}

	.title-life {
		font-size: 36px !important;
		line-height: 46px !important;
	}

	.section1 .section1--text .section1--text__text {
		width: 313px;
		text-align: center;
		padding-bottom: 45px;
	}

	.section1 .section1--img {
		width: 100%;
		min-height: 380px;
	}

	.section1 .section1--text .button-3 {
		-webkit-transform: translate(0, 33px);
		-ms-transform: translate(0, 33px);
		transform: translate(0, 33px);
		z-index: 10;
	}

	/* section-family */
	.image-section-family {
		padding: 70px 20px 100px 20px;
	}

	.image-section-family h3 {
		width: 100%;
	}

	.image-section-family p {
		width: 100%;
		padding-bottom: 45px;
		padding-top: 9px;
		padding-right: 37px;
	}

	.image-section-family a {
		width: calc(100% - 50px);
	}

	.block-text {
		width: 100% !important;
		padding: 16px 12px 43px 12px !important;
	}

	/* SECTION TABS */
	.tabs-container {
		margin: 0;
		margin: 20px 20px 100px 20px;
	}

	.text-container-tabs {
		padding: 30px;
		width: 100%;
	}

	/* section protect */

	.sectionProtect {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 89px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}

	.sectionProtect--img {
		display: none;
	}

	.sectionProtect--article {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 35px;
		margin: 20px 0 55px 0;
	}

	.sectionProtect--article__title {
		font-size: 36px;
		line-height: 39px;
		padding-bottom: 115px;
		text-align: center;
	}

	.sectionProtect--article__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sectionProtect--article__items .item {
		width: 100%;
		padding-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.item--img svg {
		height: 69px;
		margin-bottom: 30px;
	}

	.item--title {
		text-align: center;
		font-size: 24px;
		line-height: 26px;
		padding-top: 0px;
	}

	.item--text {
		text-align: center;
		font-size: 18px;
		line-height: 21px;
	}

	.sectionProtect--article .button {
		width: 100%;
		max-width: 277px;
		font-size: 18px;
	}

	/* FAQ SECTION */

	.FAQ-section {
		padding: 70px 20px 100px 20px;
	}

	.FAQ-questions-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: auto;
	}

	.FAQ-answers {
		width: auto;
	}

	.FAQ-questions {
		display: none;
	}

	#FAQ-1:checked~.FAQ-questions-section .FAQ-answers #FAQ-1-label,
	#FAQ-2:checked~.FAQ-questions-section .FAQ-answers #FAQ-2-label,
	#FAQ-3:checked~.FAQ-questions-section .FAQ-answers #FAQ-3-label,
	#FAQ-4:checked~.FAQ-questions-section .FAQ-answers #FAQ-4-label,
	#FAQ-5:checked~.FAQ-questions-section .FAQ-answers #FAQ-5-label,
	#FAQ-6:checked~.FAQ-questions-section .FAQ-answers #FAQ-6-label,
	#FAQ-7:checked~.FAQ-questions-section .FAQ-answers #FAQ-7-label,
	#FAQ-8:checked~.FAQ-questions-section .FAQ-answers #FAQ-8-label,
	#FAQ-9:checked~.FAQ-questions-section .FAQ-answers #FAQ-9-label {
		font-size: 36px;
		line-height: 39.6px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.FAQ-answers>label {
		display: block;
		font-size: 24px;
		color: var(--blue);
		margin-bottom: 20px;
	}

	.FAQ-answers h4 {
		display: none;
	}

	.FAQ-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.FAQ-answers {
		width: auto;
	}

	.FAQ-questions {
		display: none;
	}

	#FAQ-1:checked~.FAQ-questions-section .FAQ-answers #FAQ-1-label,
	#FAQ-2:checked~.FAQ-questions-section .FAQ-answers #FAQ-2-label,
	#FAQ-3:checked~.FAQ-questions-section .FAQ-answers #FAQ-3-label,
	#FAQ-4:checked~.FAQ-questions-section .FAQ-answers #FAQ-4-label,
	#FAQ-5:checked~.FAQ-questions-section .FAQ-answers #FAQ-5-label,
	#FAQ-6:checked~.FAQ-questions-section .FAQ-answers #FAQ-6-label,
	#FAQ-7:checked~.FAQ-questions-section .FAQ-answers #FAQ-7-label,
	#FAQ-8:checked~.FAQ-questions-section .FAQ-answers #FAQ-8-label,
	#FAQ-9:checked~.FAQ-questions-section .FAQ-answers #FAQ-9-label {
		font-size: 28px;
		line-height: 33px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		color: var(--blue);
	}

	.FAQ-answers>label {
		display: block;
		font-size: 24px;
		color: #9F9F9F;
		margin-bottom: 20px;
	}

	.FAQ-answers h4 {
		display: none;
	}

	.FAQ-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	/* PAGINA DISTRIBUTIVA  */
	.dis-text-block {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 670px) {
	.sectionBackground {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		background-size: auto 376px;
		background-position: top center;
	}

	.sectionBackground--title {
		width: 80%;
		font-size: 36px;
		line-height: 40px;
		padding-top: 426px;
		padding-bottom: 50px;
	}

	.sectionBackground--text {
		width: 80%;
		color: var(--dark_grey);
		font-size: 24px;
		line-height: 27px;
		padding-bottom: 30px;
	}
}

/* Agendar Reuniones*/

.agendar-general {
	width: 80%;
	margin: 0 10%;
}

.agendar-section {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 70px 0;
	text-align: center;
	max-width: 1400px;
	margin: 0 auto;
}

.agendar-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	width: 100%;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 380px;
}

.agendar-img img {
	height: 150px;
}

.agendar-img img:hover~.button {
	background-color: var(--pink);
	color: var(--blue);
}

.agendar-img .button {
	white-space: nowrap;
}

.agendar-image {
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.agendar-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-grid-column-align: center;
	justify-self: center;
	width: 60%;
	cursor: pointer;
}

.agendar-section-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 70px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.agendar-title {
	color: #423ef4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-grid-column-align: center;
	justify-self: center;
	text-align: center;
	width: 60%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.agendar-title>h1 {
	font-size: 48px;
	font-weight: 700;
	margin: 25px 0;
}

.agendar-title>h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -1.2px;
	color: #424242;
}

.agendar-title>p {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}

.agendar-title>h3 {
	font-weight: 700;
	font-size: 13px;
	color: #424242;
	opacity: 0.6;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 14px;
}



.agendar-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 70px 0;
}

.agendar-icon-text {
	color: #423ef4;
}

.agendar-icon-text>h3 {
	font-size: 36px;
	font-weight: 700;
	padding: 35px 0;
}

.agendar-icon-text>p {
	font-size: 16px;
	font-weight: 700;
}

.button-calculated {
	width: auto;
}

@media screen and (max-width: 1240px) {
	.agendar-general {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.agendar-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0;
	}

	.agendar-img {
		padding-top: 55px;
	}

	.agendar-section-icons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.agendar-section-icons>button {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.agendar-icons {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 40px;
	}

	.agendar-title {
		width: 90%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.agendar-title>h2 {
		font-size: 36px;
	}

	.agendar-title>p {
		font-size: 16px;
	}

	.agendar-title>h3 {
		font-size: 24px;
		padding-bottom: 10%;
	}
}

/* Contacto */

.section-contact p {
	padding: 0 20px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 26, 59px;
	color: var(--blue);
	max-width: 711px;
}

.section-contact .sub-title {
	font-family: var(--DMsans);
	padding: 0 20px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 26, 59px;
	color: var(--blue);
	max-width: 711px;
}

/* SECTION PLANS */
.section-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--white);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 70px;
}

.section-contact h2 {
	font-family: var(--MerriweatherSerif);
	font-weight: 400;
	font-size: 30px;
	margin: 10px 0;
}

.section-contact h1 {
	font-family: var(--MerriweatherSerif);
	font-weight: 400 !important;
	font-size: 30px !important;
	margin: 10px 0 !important;
}

.section-contact h3 {
	padding: 0 20px;
	text-align: center;
	font-family: var(--DMsans);
	font-weight: 700;
	font-size: 30px;
}

.section-contact h4 {
	margin: 0 20px;
	text-align: center;
	font-family: var(--DMsans);
	font-weight: 700;
	font-size: 30px;
}

.contact-card .card-content h3 {
	padding: 0 20px;
	text-align: center;
	color: var(--pink);
	font-family: var(--MerriweatherSerif);
}

.section-contact .contact-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin: 60px 0;
	max-width: 940px;
	margin: 10px 20px 50px;
}

.section-contact .contact-container .contact-card {
	width: 33%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	max-width: 400px;
}

.section-contact .contact-container .contact-card:hover {
	-webkit-transform: scale(1.05, 1.1);
	-ms-transform: scale(1.05, 1.1);
	transform: scale(1.05, 1.1);
}

.section-contact .contact-container .card-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 190px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-contact .contact-container .contact-card .card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 13px;
	background-color: var(--blue);
	min-height: 400px;
	height: 455px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 20px;
}


.section-contact .contact-container .contact-card .card-content .card-footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-contact .contact-container .contact-card .card-content .card-footer .button {
	margin: 0 0 10px 0;
}

.section-contact .contact-container .contact-card .card-content h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.card-content .card-text {
	color: var(--white);
	font-family: var(--DMsans);
	font-weight: 400;
	padding: 30px;
	text-align: center;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-content .card-text-dis {
	min-height: 240px;
}


.card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}

.card-header svg {
	height: 50px;
}

.card-footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
}

.card-footer div {
	margin-bottom: 20px;
}

.card-footer div>a {
	color: var(--pink);
	font-size: 30px;
	line-height: 130%;
	font-weight: 400;
	letter-spacing: -0.04em;
}

.card-footer>label {
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	padding-bottom: 14px;
}

.card-footer .primary-pink {
	font-size: 15px
}

.card-footer .phone-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 20px;
}

.card-footer .input-container {
	width: 60%;
}

.card-footer .button-container {
	width: 40%;
}

.input-container>input {
	height: 50px;
	border-radius: 5px;
	width: 90%;
}

/* SECTION FAQ */
.section-form {
	background-color: var(--light_grey);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-form h3 {
	font-family: var(--DMsans);
	font-size: 30px;
	color: var(--blue);
	line-height: 130%;
	font-weight: 700;
	letter-spacing: -0.04em;
	margin: 0;
}

.layout-grid-form {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 150px 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto 16px auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 150px;
	max-width: 1400px;
	margin: 0 auto !important;
}

.layout-grid-form>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.layout-grid-form>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.layout-grid-form>*:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.layout-grid-form>*:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.info-us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* justify-content: center; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px;
}

.info-us h4 {
	color: var(--blue);
	font-size: 16px;
	font-weight: 700;
}

.talk-agent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* justify-content: center; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px;
}

.talk-agent h3 {
	margin-bottom: 15px;
}

.talk-agent input[type='text'] {
	width: 100%;
	margin-bottom: 20px;
}

.talk-agent textarea {
	width: 100%;
	margin-bottom: 10px;
	border: none;
	border-radius: 5px;
	height: 120px;
}

.talk-agent label {
	color: var(--blue);
	margin-bottom: 15px;
}

.check-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.check-form p {
	margin-left: 10px;
	color: var(--blue);
}

.form-block .button-container {
	height: 50px;
	width: 100%;
	margin-top: 10px;
}

.no-ipa {
	opacity: 0.4;
}

.disabled {
	background: lightgrey;
	pointer-events: none;
	color: grey;
}


#preguntas__btn_1,
#preguntas__btn_2,
#preguntas__btn_3 {
	cursor: pointer;
}

.form-block .button-container button {
	border-radius: 14px;
	background-color: var(--blue);
	font-family: 'DM Sans', sans-serif;
	color: var(--pink);
	font-size: 24px;
	line-height: 128.8%;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.02em;
	padding: 15px;
	border: none;
}

.text-content {
	margin-top: 30px;
	color: var(--dark_grey);
}

.block-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 80px;
}

.social-media-icons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.social-media-icons svg {
	margin: 15px;
}

h1 {
	font-family: var(--DMsans);
	font-size: 48px;
	color: var(--blue);
	line-height: 52.8px;
	font-weight: 400;
	letter-spacing: -4%;
	margin: 0;
}

.contact-container .contact-card .card-content h3 {
	font-family: var(--DMsans);
	font-size: 30px;
	color: var(--pink);
	line-height: 130%;
	font-weight: 400;
	letter-spacing: -0.04em;
	margin: 0;
}

/* MEDIA QUERY */
@media screen and (max-width: 1240px) {

	/* SECTION FAQ   */
	.layout-grid-form {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.grid {
		margin: 20px 80px;
	}
}

@media screen and (max-width: 991px) {
	.section-contact .contact-container .contact-card .card-footer h3>a {
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.grid {
		margin: 20px 20px;
	}

	.info-us h5 {
		margin-bottom: 10px;
	}

	.info-us p {
		margin: 0 !important;
	}

	.talk-agent {
		padding: 0 40px 40px 40px;
	}

	.dis-section-list h3 {
		font-size: 36px;
	}

	/* Contacto */
	.section-contact .contact-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-contact .contact-container .contact-card {
		width: 100%;
	}

	.section-contact .contact-container .contact-card .card-content {
		height: auto;
	}

	.section-contact .contact-container .contact-card .card-footer h3>a {
		font-size: 36px;
	}

	.card-footer .primary-pink {
		font-size: 21px;
	}
}

.toggle:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	background: #F5C4DC;
	left: 2px;
	/* top: 3px; */
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
	-o-transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
	transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked:before {
	left: 24px;
}

/*  Aux classes */
.opacity {
	opacity: 0.2;
}

.hide {
	display: none;
}

.paso1,
.paso2,
.paso-precio {
	opacity: 0.2;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.transition {
	width: 0;
}

/* CUSTOM CHECKBOX */
/* The container */
.container {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
	margin-left: 0;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 10px;
	left: 0;
	height: 25px;
	width: 25px;
	border: 3px solid #f5c4dc;
	border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
	display: block;
}

.container input:checked~.checkmark {
	border: 3px solid #f5c4dc;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 6px;
	bottom: 5px;
	width: 4px;
	height: 10px;
	border: solid #f5c4dc;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* header simple */

.header-simple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--blue);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-simple-logo {
	height: 36px;
	margin: 10px;
}

/* top section */

.section2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.section2 .section1--text {
	width: 45%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 710px;
	padding: 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: var(--blue);
}

.section2 .section1--text .section1--text__title {
	width: 65%;
	font-family: var(--MerriweatherSerif);
	color: #fff;
	font-size: 48px;
	line-height: 62px;
	letter-spacing: -0.04em;
	padding-bottom: 32px;
}

.section2 .section1--text .section1--text__text {
	width: 65%;
	font-family: var(--DMsans);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: -0.04em;
	padding-bottom: 54px;
}

.section2 .section1--img {
	width: 55%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: auto;
	min-height: 710px;
	padding-left: 0px;
	background-image: url('https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/mountains-bc.png');
	background-position: 50% 50%;
	background-size: cover;
	background-clip: border-box;
	-o-object-fit: cover;
	object-fit: cover;
}

.section2 .section1--text .button-3 {
	width: 263px;
	height: 66px;
	background-color: var(--white);
	color: var(--blue);
	border-radius: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	font-family: var(--DMsans);
	font-weight: 700;
	line-height: 31px;
}

/* Experto */

.mainTalk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainTalk--title {
	width: 50%;
	font-family: var(--DMsans);
	font-size: 48px;
	font-weight: 700;
	line-height: 53px;
	padding-top: 180px;
	text-align: center;
	color: var(--blue);
}

.mainTalk--text {
	width: 45%;
	font-family: var(--DMsans);
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
	padding-top: 30px;
	padding-bottom: 98px;
	text-align: center;
	color: var(--blue);
}

.mainTalk--iframe {
	width: 80%;
	height: 1000px;
	margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
	.mainTalk--title {
		width: 85%;
		font-size: 36px;
		line-height: 40px;
		padding-top: 60px;
	}

	.mainTalk--text {
		width: 90%;
		font-size: 16px;
		line-height: 20px;
		padding-top: 25px;
		padding-bottom: 110px;
	}

	.mainTalk--iframe {
		width: 90%;
		height: 1000px;
		margin-bottom: 92px;
	}
}

.sectionProtect.whiteBackground {
	background-color: var(--white);
}

.whiteBackground .item--img {
	color: var(--blue);
	height: 59px;
}

.whiteBackground .item--title,
.whiteBackground .item--text,
.whiteBackground .sectionProtect--article__title {
	color: var(--blue);
}

summary::-webkit-details-marker {
	display: none;
}

#iframe_ilead {
	display: none;
}

.custom-tooltip-styling {
	font-family: var(--DMsans);
	font-weight: bold;
	background: var(--pink);
	color: var(--blue);
	border-radius: 4px;
	padding: 10px;
	width: 200px;
}

.custom-tooltip-styling:after {
	/*arrow added to uparrowdiv DIV*/
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-color: var(--pink) transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
}

.disabled-pink {
	cursor: pointer;
	pointer-events: all !important;
}

/* PROMO SECTION */

.bottom-section.home {
	display: flex;
	flex-direction: row;
	width: 100%;
	background-color: var(--white);
	padding-top: 50px;
}

.bottom-section.home .bottom-section__container {
	display: flex;
	width: 100%;
	flex-direction: row;
	background-color: var(--blue);
}

.bottom-section.home .bottom-section__left {
	width: 40%;
	background-image: url('https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/W1200%20x%20H628%20(R%201_1%2C91)-1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 400px;
}

.bottom-section.home .bottom-section__right {
	width: 50%;
	padding: 100px 150px;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.bottom-section.home .bottom-section__right h3 {
	font-family: var(--DMsans) !important;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	color: var(--white);
	margin: 0;
}

.bottom-section.home .bottom-section__right p {
	font-family: var(--DMsans) !important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: var(--white);
	margin: 0;
}

.bottom-section.home .bottom-section__right a {
	font-family: var(--DMsans) !important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;

}

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

	.bottom-section.home .bottom-section__container {
		flex-direction: column;
		text-align: center;
	}

	.bottom-section.home .bottom-section__left {
		width: 100%;
	}

	.bottom-section.home .bottom-section__right {
		width: 100%;
		padding: 50px;
		text-align: left;
	}
}

/* MID TEXT SECTION */

.mid-text {
	display: flex;
	width: 100%;
	background: var(--white);
	justify-content: center;
}

.mid-text__container {
	padding: 80px;
	display: flex;
	flex-direction: row;
	column-gap: 150px;
	max-width: 1600px;
}

.mid-text__left__side {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.mid-text__left__side h2 {
	margin: 0;
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	color: var(--dark_grey);
}


.mid-text__right__side {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.mid-text__right__side p {
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}

.mid-text__container .aux-button {
	display: none;
}

@media screen and (max-width: 1024px) {
	.mid-text__container {
		padding: 60px 20px 60px 20px;
		display: flex;
		flex-direction: column;
		row-gap: 30px;
		max-width: 1600px;
	}

	.mid-text__left__side h2 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.4px;
		max-width: 350px;

	}

	.mid-text__left__side a {
		display: none;
	}

	.mid-text__right__side p {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: -0.2px;
	}

	.mid-text__container .aux-button {
		display: flex;
		margin-top: 40px;
		justify-content: center;
	}
}


/* CLAIM SECTION */

.claim-section {
	display: flex;
	width: 100%;
	background: var(--blue);
	justify-content: center;
}

.claim-section__container {
	padding: 100px;
}

.claim-section__container .claim-section__text {
	margin: 0;
	text-align: center;
	color: var(--white);
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -1.2px;
}

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

	.claim-section__container {
		padding: 60px 20px;
	}
}

/*  SECTION TABS FAMILIA */

.tab-section.new {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	background-color: var(--white);
	max-width: 100%;
	padding: 120px 0;
	align-items: center;
}

.tab-section.new .tab-section__container {
	display: flex;
	width: 100%;
	max-width: 1200px;
	justify-content: center;
	background-color: var(--white);
	flex-direction: column;
	row-gap: 50px;
}

.tab-section.new .tabs-title {
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -1.2px;
	color: var(--dark_grey);
	max-width: 800px;
}

.tab-section.new .tabs-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: start !important;
	border-bottom: 2px solid var(--light_grey);
	column-gap: 50px;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	height: 50px;
	overflow-y: hidden;
}

#first,
#second,
#third,
#fourth,
#fifth {
	display: none;
}

.tab-section.new .tabs-selector label[class^='option'] {
	background-color: transparent;
	margin: 0;
	border-radius: 0;
	align-self: flex-start;
	justify-content: start !important;
	padding: 20px 0;
}

.tab-section.new .tabs-selector label[class^='option'] .option-title {
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	color: var(--dark_grey);
}

.tab-section.new .tabs-selector label[class^='option']:hover,
#first:checked~.tab-section.new .tab-section__container .tabs-selector .option-first .optionTitle,
#second:checked~.tab-section.new .tab-section__container .tabs-selector .option-second .optionTitle,
#third:checked~.tab-section.new .tab-section__container .tabs-selector .option-third .optionTitle,
#fourth:checked~.tab-section.new .tab-section__container .tabs-selector .option-fourth .optionTitle,
#fifth:checked~.tab-section.new .tab-section__container .tabs-selector .option-fifth .optionTitle {
	color: var(--blue);
	font-weight: 700;
	border-bottom: 5px solid var(--blue);
}


.tab-section.new .text-container-tabs>div {
	display: none;
}

#first:checked~.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs .first,
#second:checked~.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs .second,
#third:checked~.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs .third,
#fourth:checked~.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs .fourth,
#fifth:checked~.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs .fifth {
	display: flex;
}

.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs .tab-title {
	color: var(--black);
	font-family: var(--DMsans);
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.4px;
}

#first:checked~.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs.dis .first,
#second:checked~.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs.dis .second {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 80px;
	row-gap: 30px;
}

.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs.dis .tab-block .tab-block-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.2px;
	margin-bottom: 10px;
}

.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs.dis .tab-block .tab-block-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.2px;
}

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

	#first:checked~.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs.dis .first,
	#second:checked~.tab-section.new .tab-section__container .tabs-container .layout-grid-tabs .text-container-tabs.dis .second {
		grid-template-columns: 1fr;
	}
}

.tab-section.new .tabs-container .layout-grid-tabs .text-container-tabs .first span:first-of-type,
.tab-section.new .tabs-container .layout-grid-tabs .text-container-tabs .second span:first-of-type {
	font-weight: 700;
	color: var(--blue);
}

.tab-section.new .tabs-container {
	background-color: var(--white);
	margin: 0;
	border-radius: 0;
	display: flex;
	flex-direction: row;
	min-height: 100px !important;
}

.tab-section.new .first .first_content,
.tab-section.new .second .second_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 40px;
}

.tab-section.new .first_content__item,
.tab-section.new .second_content__item {
	width: 30%;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.tab-section.new .first_content__item h4,
.tab-section.new .second_content__item h4 {
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	color: var(--blue);
}

.tab-section.new .first_content__item p,
.tab-section.new .second_content__item p {
	margin: 0;
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: var(--dark_grey);
}

.tab-section.new div p {
	margin-bottom: 5px;
}

.tab-section.new .text-container-tabs {
	padding: 0 0 0 0;
	width: 100%;
	margin: 0;
}

.tab-section.new .text-container-tabs p {
	color: var(--black);
}

.tab-section.new .layout-grid-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	column-gap: 80px;
}

.tab-section.new .layout-grid-tabs .tabs-left-image {
	align-self: flex-end;
	width: 40%;
}

.tab-section.new .layout-grid-tabs .tabs-left-image img {
	align-self: flex-end;
	width: 100%;
}

.tab-section.new .layout-grid-tabs .text-container-tabs {
	width: 100%;
}

.tab-section.new .layout-grid-tabs .text-container-tabs div {
	flex-direction: column;
}

.tab-section.new .layout-grid-tabs .text-container-tabs .text-container {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.tab-section.new .layout-grid-tabs .text-container-tabs .text-container h3 {
	margin: 0;
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--blue);
}

.tab-section.new .layout-grid-tabs .text-container-tabs .text-container p {
	margin: 0;
	font-family: var(--DMsans);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

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

	.tab-section.new .first .first_content,
	.tab-section.new .second .second_content {
		flex-direction: column;
	}

	.tab-section.new .first_content__item,
	.tab-section.new .second_content__item {
		width: 100%;
	}

	.tab-section.new .layout-grid-tabs .text-container-tabs {
		width: 100%;
	}

	.tabs-left-image {
		display: none;
	}

	.tab-section.new {
		padding: 60px 20px;
	}

	.tab-section.new .tabs-title h1 {
		font-size: 24px;
		line-height: 32px;
	}
}

/* NEW FAQS */
/* accordion SECTION */

.accordion-section {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 100px 0;
}

.accordion-section .accordion-section__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1200px;
}

.accordion-section .accordion-title h3 {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 110%;
	color: var(--dark_grey);
	letter-spacing: -0.04em;
	max-width: 700px;

}

.accordion-section .accordion-questions-section {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto;
}

.accordion-section .accordion-answers>div {
	border-bottom: 1px solid var(--dark_grey);
}

.accordion-section .accordion-answers>label .accordion-label-title {
	display: block;
	color: var(--dark_grey);
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.2px;
	padding: 20px 0;
	margin: 0;
}

.accordion-section .answer-content p {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.2px;
}

.accordion-section .accordion-answers>div>.answer-content {
	display: none;
	opacity: 0;
}

.accordion-section #accordion-1:checked~.accordion-questions-section .accordion-answers #accordion-answer-1>.answer-content,
.accordion-section #accordion-2:checked~.accordion-questions-section .accordion-answers #accordion-answer-2>.answer-content,
.accordion-section #accordion-3:checked~.accordion-questions-section .accordion-answers #accordion-answer-3>.answer-content,
.accordion-section #accordion-4:checked~.accordion-questions-section .accordion-answers #accordion-answer-4>.answer-content,
.accordion-section #accordion-5:checked~.accordion-questions-section .accordion-answers #accordion-answer-5>.answer-content,
.accordion-section #accordion-6:checked~.accordion-questions-section .accordion-answers #accordion-answer-6>.answer-content,
.accordion-section #accordion-7:checked~.accordion-questions-section .accordion-answers #accordion-answer-7>.answer-content,
.accordion-section #accordion-8:checked~.accordion-questions-section .accordion-answers #accordion-answer-8>.answer-content,
.accordion-section #accordion-9:checked~.accordion-questions-section .accordion-answers #accordion-answer-9>.answer-content {
	display: block;
	opacity: 1;
}

.accordion-section #accordion-1:checked~.accordion-questions-section .accordion-answers>label[for=accordion-1],
.accordion-section #accordion-2:checked~.accordion-questions-section .accordion-answers>label[for=accordion-2],
.accordion-section #accordion-3:checked~.accordion-questions-section .accordion-answers>label[for=accordion-3],
.accordion-section #accordion-4:checked~.accordion-questions-section .accordion-answers>label[for=accordion-4],
.accordion-section #accordion-5:checked~.accordion-questions-section .accordion-answers>label[for=accordion-5],
.accordion-section #accordion-6:checked~.accordion-questions-section .accordion-answers>label[for=accordion-6],
.accordion-section #accordion-7:checked~.accordion-questions-section .accordion-answers>label[for=accordion-7],
.accordion-section #accordion-8:checked~.accordion-questions-section .accordion-answers>label[for=accordion-8],
.accordion-section #accordion-9:checked~.accordion-questions-section .accordion-answers>label[for=accordion-9] {
	padding-bottom: 0;
}

.accordion-section #accordion-1:checked~.accordion-questions-section .accordion-answers.accordion-answers>#accordion-answer-1,
.accordion-section #accordion-2:checked~.accordion-questions-section .accordion-answers.accordion-answers>#accordion-answer-2,
.accordion-section #accordion-3:checked~.accordion-questions-section .accordion-answers.accordion-answers>#accordion-answer-3,
.accordion-section #accordion-4:checked~.accordion-questions-section .accordion-answers.accordion-answers>#accordion-answer-4,
.accordion-section #accordion-5:checked~.accordion-questions-section .accordion-answers.accordion-answers>#accordion-answer-5,
.accordion-section #accordion-6:checked~.accordion-questions-section .accordion-answers.accordion-answers>#accordion-answer-6,
.accordion-section #accordion-7:checked~.accordion-questions-section .accordion-answers.accordion-answers>#accordion-answer-7,
.accordion-section #accordion-8:checked~.accordion-questions-section .accordion-answers.accordion-answers>#accordion-answer-8,
.accordion-section #accordion-9:checked~.accordion-questions-section .accordion-answers.accordion-answers>#accordion-answer-9 {
	border-bottom: 1px solid var(--blue);
}

.accordion-section .accordion-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-self: start;
	margin-top: 30px;
}

@media screen and (max-width: 1024px) {
	.accordion-section {
		padding: 80px 20px;
	}

	.accordion-section .accordion-answers>label {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.4px;
	}

	.accordion-section .answer-content p {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: -0.2px;
	}

	.accordion-section .accordion-title h3 {
		font-size: 36px;
		line-height: 46px;
		text-align: center;
	}
}

.newFAQ-questions {
	position: sticky;
	top: 80px;
	display: flex;
	flex-direction: column;
	width: 37%;
	line-height: 21.6px;
	/*  max-height: 460px;
	overflow-y: auto;
	scrollbar-color: var(--blue) #ededed;
	scrollbar-width: thin; 
	direction: rtl; */
	min-width: 125px;
	max-width: 400px;
	border-right: 1px solid var(--light_grey);
	padding-right: 40px;
}

.newFAQ-questions .newFAQ-questions-question {
	text-decoration: none;
	color: var(--black);
	margin-left: 30px;
	margin-bottom: 20px;
	font-weight: 700;
}

.newFAQ-questions .newFAQ-questions-question:hover {
	color: var(--blue);
	text-decoration: underline;
}

.newFAQ-questions .button {
	margin-left: 30px;
}

.newFAQ-answers {
	width: 67%;
	text-align: justify;
	margin-bottom: 80px;
}

.newFAQ-answers h4 {
	font-size: 36px;
	line-height: 39.6px;
	width: 85%;
}

.newFAQ-answers p {
	font-size: 16px;
}

.FAQ-answers-container {
	position: relative;
}

.table {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.table--cell {
	width: 20%;
	text-align: center;
	outline: 1px solid var(--dark_grey);
	height: 60px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white);
}

.cell-header {
	background-color: rgb(253, 243, 166);
}

.anchor--hidden {
	display: block;
	position: absolute;
	top: -80px;
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.newFAQ-questions {
		visibility: hidden;
		height: 0;
	}

	.newFAQ-answers {
		width: 100%;
		padding: 0 20px 0 20px;
		margin-bottom: 0;
	}
}

/* NEW CALCULATOR */

/* Trustpilot Header */

.trustpilotHeader {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 60px;
	gap: 30px;
}

.trustpilotHeader--text {
	font-family: 'DM Sans';
	font-size: 17px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #000000;
}

.trustpilotHeader--puntuacion {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.trustpilotHeader--puntuacion img {
	height: 16px;
}

.trustpilotHeader--logo img {
	height: 24px;
}

@media (max-width: 768px) {
	.trustpilotHeader {
		height: 50px;
		gap: 10px;
	}

	.trustpilotHeader--text {
		display: none;
	}

	.trustpilotHeader--puntuacion p {
		display: none;
	}
}

/* Header */
.header {
	background-image: url('https://storage.googleapis.com/getlife-bucket-1/public/image/v2/calc-header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	gap: 50px;
	height: 700px;
	position: relative;
}

.header:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
	position: absolute;
	z-index: 0;
}

.header--text {
	max-width: 376px;
	margin: 24px;
	z-index: 2;
}

.header--text__title {
	font-family: var(--MerriweatherSerif);
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.header--text__description {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.header--text__description p {
	font-family: var(--MerriweatherSerif);
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}

.icon-check {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 20.8333L18.333 25.8333L26.6663 15.8333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke='white'/%3E%3Cpath d='M19.9997 36.6667C29.2044 36.6667 36.6663 29.2048 36.6663 20C36.6663 10.7953 29.2044 3.33334 19.9997 3.33334C10.7949 3.33334 3.33301 10.7953 3.33301 20C3.33301 29.2048 10.7949 36.6667 19.9997 36.6667Z' stroke-width='2' stroke='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 20px;
	display: flex;
	align-items: center;
	background-position-y: center;
}

.icon-check p {
	margin: 0 0 0 30px;
}

.header--button {
	display: none;
}

@media (max-width: 768px) {
	.header {
		height: 300px;
	}

	.header--text {
		max-width: 325px;
	}

	.header--text__title {
		font-size: 24px;
	}

	.header--text__description,
	.header--calculator {
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 0;
	}
	
	.header--button {
		z-index: 10;
    	-ms-flex-item-align: center;
    	-ms-grid-row-align: center;
    	align-self: center;
    	position: absolute;
    	bottom: -25px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
		justify-content: center;
    	height: 60px;
    	width: 80%;
		max-width: 360px;
		font-size: 18px;
	}
}

/* Protege a tu familia */

.protegeFamilia {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin: 80px 160px;
}

.protegeFamilia .protegeFamilia--text {
	display: flex;
	flex-direction: column;
	font-family: var(--DMsans);
	max-width: 548px;
	min-width: 300px;
	letter-spacing: -0.02em;
}

.protegeFamilia .protegeFamilia--text p {
	margin: 0;
}

.protegeFamilia .protegeFamilia--text .__subtitle {
	font-size: 20px;
	line-height: 170%;
	color: #423EF4;
}

.protegeFamilia .protegeFamilia--text .__title p {
	font-family: var(--MerriweatherSerif);
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	color: var(--blue);
	margin: 0 0 24px 0;
}

.protegeFamilia .protegeFamilia--text .__content {
	font-size: 20px;
	line-height: 170%;
	color: var(--black);
	;
}

.protegeFamilia .protegeFamilia--text .__content span {
	color: #423EF4;
	font-weight: 700;
}

.protegeFamilia .protegeFamilia--video {
	width: 100%;
	max-width: 500px;
	min-width: 300px;
}

.protegeFamilia .protegeFamilia--video video {
	width: 100%;
}

@media (max-width: 768px) {
	.protegeFamilia {
		display: flex;
		flex-direction: column;
		margin: 50px 24px 24px;
	}

	.protegeFamilia .protegeFamilia--text .__content {
		font-size: 17px;
	}
}

/* Informative checks */
.informativeChecks {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 8px;
	visibility: hidden;
	height: 0;
	position: absolute;
	top: 0;
}

.informativeChecks--icon-check {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 20.8333L18.333 25.8333L26.6663 15.8333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' stroke='%23423ef4'/%3E%3Cpath d='M19.9997 36.6667C29.2044 36.6667 36.6663 29.2048 36.6663 20C36.6663 10.7953 29.2044 3.33334 19.9997 3.33334C10.7949 3.33334 3.33301 10.7953 3.33301 20C3.33301 29.2048 10.7949 36.6667 19.9997 36.6667Z' stroke-width='4' stroke='%23423ef4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 20px;
	display: flex;
	align-items: center;
	background-position-y: center;
}

.informativeChecks--icon-check p {
	margin: 0 0 0 30px;
	font-family: 'Merriweather';
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #423EF4;
}

@media (max-width: 768px) {
	.informativeChecks {
		visibility: visible;
		height: auto;
		position: relative;
		margin: 36px 10%;
	}
}


/* Pricing Comparative */

.pricing-comparative__container {
	padding: 160px;
}

.pricing-comparative__container .pricing-comparative__container__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #423EF4;
	font-family: 'Merriweather';
	text-align: center;
	padding-bottom: 50px;
	max-width: 1700px;
	margin: 0 auto;
}

.pricing-comparative__container .pricing-comparative__imgTable {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 107px;
	max-width: 1700px;
	margin: 0 auto;
}

.pricing-comparative__img {
	max-height: 350px;
	max-width: 350px;
	width: 100%;
	height: 100%;
}

.pricing-comparative__table {
	max-width: 1000px;
	min-width: 650px;
	width: 100%;
	position: relative;
}

.pricing-comparative__rows {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	background: #423EF4;
}

.pricing-comparative__rows__item {
	padding-left: 24px;
	border-bottom: 1px solid #FFFFFF;
}

.pricing-comparative__rows__item p {
	width: 100%;
	min-height: 49px;
	display: flex;
	align-items: center;
	color: white;
	font-size: 20px;
	letter-spacing: -0.02em;
	margin: 0;
}

.pricing-comparative__rows__item p:nth-last-child(1) {
	border-bottom: none;
}

.pricing-comparative__columns {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	margin-right: 50px;
	top: -90px;
	gap: 15px;
}

.pricing-comparative__column__getlife,
.pricing-comparative__column__others {
	box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
		1px 3px 4px 1px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
	border-radius: 5px;
}

.pricing-comparative__column__getlife__title,
.pricing-comparative__column__others__title {
	min-height: 90px;
	min-width: 132px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F7FA;
	border-radius: 5px 5px 0px 0px;
}

.pricing-comparative__column__getlife__title img {
	height: 26px;
}

.pricing-comparative__column__others__title {
	font-size: 17px;
	line-height: 120%;
	letter-spacing: -0.02em;

}

.pricing-comparative__column__icon {
	height: 50px;
	width: 132px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.pricing-comparative__column__icon:nth-child(even) {
	background-color: white;
}

.pricing-comparative__column__icon:nth-child(odd) {
	background-color: #F5F7FA;
}

.pricing-comparative__column__icon:nth-last-child(1) {
	border-radius: 0 0 5px 5px;
}

@media (max-width: 1200px) {
	.pricing-comparative__container {
		margin: 80px 0;
		padding: 0;
		background-image: none;
	}

	.pricing-comparative__container .pricing-comparative__container__title {
		padding: 0 0 20px 15%;
		text-align: left;
	}

	.pricing-comparative__container .pricing-comparative__imgTable {
		justify-content: center;
	}

	.pricing-comparative__imgTable .pricing-comparative__img {
		display: none;
	}
}

@media (max-width: 768px) {
	.pricing-comparative__container .pricing-comparative__container__title {
		padding: 0 0 20px 20px;
		text-align: left;
		font-size: 24px;
	}

	.pricing-comparative__imgTable .pricing-comparative__table {
		min-width: auto;
	}

	.pricing-comparative__columns {
		margin-right: 15px;
		top: -75px;
		gap: 8px;
	}

	.pricing-comparative__column__getlife .pricing-comparative__column__getlife__title,
	.pricing-comparative__column__others .pricing-comparative__column__others__title {
		min-height: 74px;
		min-width: 76px;
		height: 74px;
		width: 76px;
	}

	.pricing-comparative__column__getlife__title img {
		height: 14px;
	}

	.pricing-comparative__column__others__title {
		font-size: 12px;
	}

	.pricing-comparative__column__icon {
		height: 40px;
		width: 76px;
	}

	.pricing-comparative__rows {
		border-radius: 0;
	}

	.pricing-comparative__rows .pricing-comparative__rows__item p {
		font-size: 15px;
		min-height: 39px;
	}
}

/* Coverages */

.newCoverage {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 24px;
    border-top: 1px solid #e2e2e2;
}

.newCoverage--titleContainer {
    padding: 36px 0;
    /* margin: 0 24px;
    border-top: 1px solid #e2e2e2; */
}

.newCoverage--titleContainer__coverage {
    font-size: 17px;
    font-weight: 400;
    font-family: var(--DMsans);
    line-height: 27px;
    color: var(--blue);
    padding-bottom: 8px;
    margin: 0;
}

.newCoverage--titleContainer__title {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--MerriweatherSerif);
    line-height: 34px;
    color: var(--blue);
    margin: 0;
    padding-bottom: 24px;
}

.newCoverage--titleContainer__subtitle {
    font-size: 17px;
    font-weight: 400;
    font-family: var(--DMsans);
    line-height: 27px;
    color: var(--black);
    margin: 0;
}

.newCoverage--titleContainer__subtitle span{
    font-weight: 700;
    color: var(--blue);
}

.newCoverage--coveragesContainer {
    border: 1px solid var(--blue);
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 27px 24px;
	width: 100%;
}

.newCoverage--coveragesContainer__coverage{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 27px;
}

.newCoverage--coveragesContainer input {
	display: none;
}

	.newCoverage--coveragesContainer .newCoverage--coveragesContainer__coverage input#cov:checked~.coveragesItems,
    .newCoverage--coveragesContainer .newCoverage--coveragesContainer__notCoverage input#notCov:checked~.notCoveragesItems {
	    display: none;
    }

.newCoverage--coveragesContainer .newCoverage--coveragesContainer__coverage input:not(:checked)~.coveragesTitle .arrow,
.newCoverage--coveragesContainer .newCoverage--coveragesContainer__notCoverage input:not(:checked)~.notCoveragesTitle .arrow{
	-webkit-animation: rotate-arrow-left 0.2s ease-in-out both;
	animation: rotate-arrow-left 0.2s ease-in-out both;
}

.newCoverage--coveragesContainer .newCoverage--coveragesContainer__coverage input:checked~.coveragesTitle .arrow,
.newCoverage--coveragesContainer .newCoverage--coveragesContainer__notCoverage input:checked~.notCoveragesTitle .arrow{
	-webkit-animation: rotate-arrow-right 0.2s ease-in-out both;
	animation: rotate-arrow-right 0.2s ease-in-out both;
}

.coveragesTitle {
    display: flex;
    flex-direction: row;;
    justify-content: space-between;
    align-items: center;
}

.coveragesTitle > label,
.notCoveragesTitle > label {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
    width: 100%;
}

.coveragesTitle--title, .notCoveragesTitle--title {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--MerriweatherSerif);
    line-height: 26px;
    margin: 0;
}

.coveragesItems, .notCoveragesItems {
    padding-top: 37px;
}

.coveragesItems--container, .notCoveragesItems--container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 18px;
}

.coveragesItems--container svg{
    height: 13px;
    width: 17px;
	margin-right: 19px;	
	margin-top: 11px;
}

.coveragesItems--container p{
    min-width: 280px;
    width: 90%;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--DMsans);
    line-height: 27px;
    color: var(--black);
}

.notCoveragesTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
}

.last {
    padding-bottom: 0;
}

.notCoveragesItems--container svg{
    height: 14px;
    width: 14px;
    margin-right: 19px;
	margin-top: 11px;
}

.notCoveragesItems--container p{
    min-width: 280px;
    width: 90%;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--DMsans);
    line-height: 27px;
    color: var(--black);
}

@media (min-width: 768px) {
    .newCoverage--titleContainer {
        padding: 80px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newCoverage--titleContainer__coverage {
        visibility: hidden;
        height: 0;
        padding-bottom: 0;
    }

    .newCoverage--titleContainer__title {
        font-size: 40px;
        line-height: 56px;
        text-align: center;
    }

    .newCoverage--titleContainer__subtitle {
        font-size: 20px;
        line-height: 34px;
    }

    .newCoverage--coveragesContainer {
        border: none;
        box-shadow: none;
        padding: 0 0 104px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
		gap: 50px;
    }

    .newCoverage--coveragesContainer__coverage, .newCoverage--coveragesContainer__notCoverage{
        border-bottom: none;
        padding-bottom: 0;
        padding-right: 15px;
        width: 50%;
    }
	
    .coveragesTitle {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .coveragesTitle--title, .notCoveragesTitle--title {
        font-size: 24px;
        line-height: 24px;
        margin: 0;
    }

    .coveragesTitle--title {
        color: var(--blue);
    }

    .coveragesTitle svg{
        visibility: hidden;
        height: 0;
    }

    .coveragesItems--container, .notCoveragesItems--container {
        padding-bottom: 24px;
    }

    .coveragesItems--container p{
        margin: 0;
        font-size: 18px;
        line-height: 34px;
    }

    .notCoveragesTitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
    }

    .notCoveragesTitle--title {
        color: var(--orange);
    }

    .notCoveragesTitle svg{
        visibility: hidden;
        height: 0;
    }

    .notCoveragesItems--container p{
        margin: 0;
        font-size: 18px;
        line-height: 34px;
    }
	
	.newCoverage--coveragesContainer .newCoverage--coveragesContainer__coverage input#cov:checked~.coveragesItems,
    .newCoverage--coveragesContainer .newCoverage--coveragesContainer__notCoverage input#notCov:checked~.notCoveragesItems {
	    display: flex;
		flex-direction: column;
    }
	
	.coveragesTitle > label,
    .notCoveragesTitle > label {
	    justify-content: center;
    }
}

@media (min-width: 1200px) {
    .newCoverage {
        margin: 0 160px;
        border-top: 1px solid #e2e2e2;
    }

    .newCoverage--coveragesContainer {
        width: 1120px;
        justify-content: space-between;
    }

    .newCoverage--coveragesContainer__coverage, .newCoverage--coveragesContainer__notCoverage{
        padding-right: 0;
        width: auto;
    }

    .coveragesItems--container p{
        font-size: 20px;
    }

    .notCoveragesItems--container p{
        font-size: 20px;
    }
}



/* User Experience */

.truspilotSection {
	background-color: var(--white);
	padding: 72px 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.truspilotSection--container {
	display: flex;
	flex-direction: row;
	width: 2592px;
	animation: commentsMove 10s infinite linear;
	animation-direction: alternate;
	padding-bottom: 70px;
}

.truspilotSection--container:hover {
	animation-play-state: paused;
}

.truspilotCard {
	width: fit-content;
	background-color: #DAF3E8;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px;
	border-radius: 5px;
	margin: 0 24px;
	justify-content: space-between;
}

.truspilotCard--title {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--DMsans);
	line-height: 31.2px;
	padding-bottom: 8px;
	color: var(--blue);
}

.truspilotCard--text {
	width: 300px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--DMsans);
	line-height: 28px;
	color: var(--blue);
	padding-bottom: 48px;
	margin: 0;
}

.truspilotCard--img {
	height: 13px;
}

.button-trust {
	border-radius: 5px;
	width: 310px;
	height: 60px;
	font-size: 18px;
	line-height: 130%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.truspilotSection {
		padding: 80px 0 160px 0;
	}

	.truspilotSection--container {
		padding-bottom: 160px;
	}

	.truspilotCard {
		padding: 24px;
	}

	.truspilotCard--text {
		font-size: 20px;
		font-weight: 400;
		padding-bottom: 54px;
	}

	.truspilotCard--img {
		height: 15px;
	}
}

/* FAQs */

.sectionFAQ {
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px;
}

.sectionFAQ--title {
	font-size: 25px;
	font-family: var(--DMsans);
	font-weight: 700;
	line-height: 35px;
	margin: 0;
	padding-bottom: 24px;
	color: var(--black);
}

.sectionFAQ--container {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}

.sectionFAQ--container__faqs {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sectionFaq-question {
	font-size: 24px !important;
	font-family: var(--MerriweatherSerif);
	font-weight: 700 !important;
	line-height: 31px;
	color: var(--blue);
	padding-bottom: 16px;
	margin: 0;
}

.sectionFaq-answer {
	font-size: 15px;
	font-family: var(--DMsans);
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 40px;
	margin: 0;
}

.sectionFAQ--container__img {
	width: 270px;
	padding-bottom: 40px;
}

.sectionFAQ--anchor {
	font-size: 18px;
	font-family: var(--DMsans);
	font-weight: 700;
	line-height: 32px;
	color: var(--blue) !important;
	padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
	.sectionFAQ {
		padding: 80px;
	}

	.sectionFAQ--title {
		padding-bottom: 80px;
	}

	.sectionFAQ--container {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 1100px;
	}

	.sectionFAQ--container__faqs {
		align-items: flex-start;
		max-width: 400px;
		padding-top: 0;
	}

	.sectionFaq-answer {
		font-size: 17px;
		line-height: 27px;
		padding-bottom: 48px;
	}

	.sectionFAQ--container__img {
		width: 55%;
		max-width: 590px;
		padding-bottom: 0;
	}

	.sectionFAQ--anchor {
		padding-top: 32px;
		padding-bottom: 0;
	}
}

/* Contact */

.talkToUsSection {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 72px 20px;
}

.talkToUsSection--title {
	font-size: 25px;
	font-weight: 700;
	font-family: var(--DMsans);
	line-height: 35px;
	color: var(--black);
	text-align: center;
	margin: 0;
}

.talkToUsSection--text {
	font-size: 15px;
	font-weight: 400;
	font-family: var(--DMsans);
	line-height: 24px;
	padding: 24px 0;
	text-align: center;
	margin: 0;
}

.talkToUsSection--text span {
	color: var(--blue);
	font-weight: 700;
}

.talkToUsSection--anchor {
	text-decoration: none;
	font-size: 36px;
	font-weight: 500;
	font-family: var(--DMsans);
	line-height: 47px;
	color: var(--blue) !important;
	display: flex;
	align-items: center;
}

.talkToUsSection--anchor svg {
	color: var(--blue);
	height: 34px;
	width: 34px;
	padding-right: 15px;
}

.talkToUsSection--button {
	background-color: var(--pink) !important;
	border: 1px solid var(--blue) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 310px;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--DMsans);
	color: var(--blue) !important;
	text-decoration: none;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

@media (min-width: 768px) {
	.talkToUsSection {
		margin: 176px 0;
	}

	/* .talkToUsSection--title {
        color: var(--white);
    } */
	.talkToUsSection--text {
		font-size: 20px;
		line-height: 34px;
	}

	.talkToUsSection--button {
		width: 325px;
	}
}

/* NEW CALCULATOR FOOTER */
.footerNewCalculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
    background-color: var(--blue);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 160px 80px;
}

.footerNewCalculator input[type="radio"] {
    display: none;
}

.footerNewCalculator .footer--logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 54px;
}

.footerNewCalculator .footer--logos__getlife a img {
    height: 35px;
}

.footerNewCalculator .footer--logos__rrss a {
    text-decoration: none;
}

.footerNewCalculator .footer--logos__rrss a img {
    height: 32px;
}

.footerNewCalculator .footer--menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerNewCalculator .footer--menu .footer-heading {
    font-family: var(--MerriweatherSerif);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #F4C7DD;
    margin-bottom: 16px;
}


.footerNewCalculator .footer--menu .footer-menu-column{
	max-width: 235px;
}

.footerNewCalculator .footer--menu .footer-contact.footer-menu-column{
	padding: 0;
}

.footerNewCalculator .footer--menu .footer-contact.footer-menu-column .footer-list p {
	margin: 0;
}

.footerNewCalculator .footer--menu .footer-menu-column .footer-list {
    padding-left: 0;
}

.footerNewCalculator .footer--menu .footer-menu-column .footer-list li {
    list-style-type: none;
}

.footerNewCalculator .footer--menu .footer-menu-column .footer-list a,
.footerNewCalculator .footer--menu .footer-menu-column .footer-list p {
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-decoration: none;
}

.footerNewCalculator .footer-link svg path {
    fill: var(--white);
}

.top-section-stc .top-img.top-video-stc{
	width: 55%;
}

.top-section-stc .top-text-stc{
	width: 45% !important;
	background-color: var(--white) !important;
	color:  var(--blue) !important;
}

.color-black {
	color: #272727 !important;
}

.color-gray {
	color: #424242 !important;
}

@media (max-width: 768px) {
    .footerNewCalculator {
        padding: 90px 50px 80px;
    }

    .footerNewCalculator .footer--logos {
        flex-direction: column;
        align-items: center;
        gap: 33px;
		margin-bottom: 45px;
    }

    .footerNewCalculator .footer--menu {
        flex-direction: column;
        align-items: center;
		gap: 10px;
    }

    .footerNewCalculator .footer--menu .footer-heading {
        margin: 0;
    }

    .footerNewCalculator .footer--menu .footer-menu-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footerNewCalculator .footer--menu .footer-menu-column .footer-list {
        text-align: center;
    }
	
	.footerNewCalculator .footer--menu .footer-contact.footer-menu-column .footer-list p {
		margin-top: 16px;
	}

    .footerNewCalculator .footer--menu .footer-menu-column:not(.footer-contact) .footer-list a {
        height: 0;
        opacity: 0;
        z-index: -100;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        text-align: center;
    }

    .footerNewCalculator .footer--menu .footer-menu-column #us:checked~.footer-list a,
    .footerNewCalculator .footer--menu .footer-menu-column #help:checked~.footer-list a,
    .footerNewCalculator .footer--menu .footer-menu-column #contract:checked~.footer-list a,
    .footerNewCalculator .footer--menu .footer-menu-column #services:checked~.footer-list a {
        height: auto;
        opacity: 1;
        z-index: auto;
        position: relative;
    }
    #section-reverse {
		flex-direction: column-reverse;
	}
	#lotery-container {
		flex-direction: column !important;
	}
	
	.logo-header img {
		width: 80%;
	}
	
	.logo-stc {
		margin: 0px;
	}
	
	.top-text-stc .logo-header > img {
		width: 50%;
	}
	
	.top-section-stc .top-text-stc {
		width: 100% !important;
		padding: 20px 20px;
		align-items: center;
		text-align: center;
	}
	
	.top-section-stc .top-img.top-video {
		width:100%
	}
	
}

.homeBF {
	background-color: #000000 !important;
	background-image: url("https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/lifeFriday2.svg");
	background-repeat: no-repeat;
	background-size: contain;
	justify-content: end !important;
	row-gap: 0 !important;
	align-items: center !important;
}

.bannerBF {
	background-color: var(--blue);
}

.bannerBF .title {
	color: var(--white);
	padding: 40px;
}

.img-bf {
	background-image: url("https://storage.googleapis.com/getlife-bucket-1/public/image/img-new-web/LIFE_final.jpg");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
}
.plus {
	background: none !important;
	color: inherit !important;
	border: none !important;
	padding: 0 !important;
	font: inherit !important;
	cursor: pointer !important;
	outline: inherit !important;
}
.minus {
	background: none !important;
	color: inherit !important;
	border: none !important;
	padding: 0 !important;
	font: inherit !important;
	cursor: pointer !important;
	outline: inherit !important;
}