@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	outline: none;
	backface-visibility: hidden
}

::-webkit-input-placeholder {
	color: #000000;
	opacity: 1
}

:-moz-placeholder {
	color: #000000;
	opacity: 1
}

::-moz-placeholder {
	color: #000000;
	opacity: 1
}

:-ms-input-placeholder {
	color: #000000;
	opacity: 1
}

:-webkit-autofill,
:-webkit-autofill:focus {
	background-color: transparent;
	-webkit-text-fill-color: #000000;
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

::-webkit-scrollbar-thumb {
	border: none;
	border-radius: 0;
	background: #0093de
}

::-webkit-scrollbar-thumb:active {
	background: #0093de
}

::-webkit-scrollbar-track {
	border: none;
	border-radius: 0;
	background: #001c67
}

::-webkit-scrollbar-track:active {
	background: #001c67
}

::-webkit-scrollbar-corner {
	background: transparent
}

body {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 62.5%;
	color: #000000;
	background: #ffffff;
	overflow-x: hidden
}

img {
	border: 0;
	outline: 0;
	transform-style: preserve-3d
}

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="time"],
input[type="date"],
textarea,
select {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	-webkit-appearance: none
}

form {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none
}

h1,
h2,
h3 {
	display: inherit;
	vertical-align: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
	outline: 0
}

.limpia {
	clear: both
}

.uppercase {
	text-transform: uppercase
}

.lowercase {
	text-transform: lowercase
}

.centrar {
	text-align: center !important
}

.oculto {
	display: none !important
}

.invisible {
	opacity: 0;
	visibility: hidden
}

.transicion {
	transition: all 250ms linear
}

.dialog {
	display: none
}

.textos_js {
	display: none
}

.contenedor {
	max-width: 1680px;
	margin: 0 auto;
	width: 95%;
}

@keyframes cargando {
	0%,
	40%,
	100% {
		transform: scaleY(.5)
	}

	20% {
		transform: scaleY(1)
	}

}

.cargando {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 25
}

.cargando .interior {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	transform: translate(0, -50%)
}

.cargando .interior div {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 100%;
	margin-left: 5px;
	background: #ffffff;
	animation: cargando 1.2s infinite ease-in-out
}

.cargando .interior div:nth-of-type(1) {
	margin-left: 0
}

.cargando .interior div:nth-of-type(2) {
	animation-delay: -1.1s
}

.cargando .interior div:nth-of-type(3) {
	animation-delay: -1s
}

.cargando .interior div:nth-of-type(4) {
	animation-delay: -.9s
}

.cargando .interior div:nth-of-type(5) {
	animation-delay: -.8s
}

.cargando .fondo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .95);
	z-index: 1
}

.campos .campo {
	position: relative;
	margin-top: 20px
}

.campos .campo:first-child {
	margin-top: 0
}

.campos .campo label {
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	display: block;
	font-size: 1.65em;
	font-weight: 500;
	line-height: 70px;
	z-index: 1;
	pointer-events: none;
	transition: all 250ms linear
}

.campos .campo input[type="tel"]:focus ~ label,
.campos .campo input[type="email"]:focus ~ label,
.campos .campo input[type="text"]:focus ~ label,
.campos .campo textarea:focus ~ label {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 1.25em;
	line-height: 15px
}

.campos .campo textarea:focus ~ label {
	background: #ffffff
}

.campos .campo input[type="tel"]:valid ~ label,
.campos .campo input[type="tel"]:not(:placeholder-shown) ~ label,
.campos .campo input[type="email"]:valid ~ label,
.campos .campo input[type="email"]:not(:placeholder-shown) ~ label,
.campos .campo input[type="text"]:valid ~ label,
.campos .campo input[type="text"]:not(:placeholder-shown) ~ label,
.campos .campo input[type="date"]:valid ~ label,
.campos .campo input[type="date"]:not(:placeholder-shown) ~ label,
.campos .campo textarea:valid ~ label,
.campos .campo textarea:not(:placeholder-shown) ~ label {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 1.25em;
	line-height: 15px
}

.campos .campo textarea:valid ~ label,
.campos .campo textarea:not(:placeholder-shown) ~ label {
	background: #ffffff
}

.campos .campo input {
	display: block;
	width: 100%;
	height: 70px;
	padding: 0 30px;
	padding-top: 20px;
	border-radius: 70px;
	font-size: 1.65em;
	font-weight: 500;
	line-height: 50px;
	background: #ffffff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .05)
}

.campos .campo textarea {
	display: block;
	width: 100%;
	height: 200px;
	padding: 35px 30px;
	border-radius: 35px;
	font-size: 1.65em;
	font-weight: 500;
	line-height: 20px;
	background: #ffffff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
	resize: none
}

.campos .campo textarea::-webkit-scrollbar {
	width: 0;
	height: 0
}

.checks .check {
	position: relative;
	display: block;
	margin-bottom: 10px;
	font-size: 1.65em;
	font-weight: 500;
	line-height: 25px;
	text-align: left
}

.checks .check:last-child {
	margin-bottom: 0
}

.checks .check input {
	display: none
}

.checks .check label {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	padding-left: 45px;
	cursor: pointer
}

.checks .check label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background: url('../img/web/check.png') no-repeat center left;
	border-radius: 5px
}

.checks .check input:checked + label:before {
	background-position: center right
}

.checks .check label a {
	color: #001c67
}

.desplegable_legal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 15
}

.desplegable_legal .interior {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px;
	background: #ffffff;
	z-index: 2;
	transform: translate(0, -50%)
}

.desplegable_legal .interior .titulo {
	display: block;
	font-size: 1.85em;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: .35em;
	color: #001c67
}

.desplegable_legal .interior .descripcion {
	max-height: calc(100vh - 180px);
	max-height: calc(var(--vh, 1vh) * 100 - 180px);
	margin-top: 40px;
	font-size: 1.45em;
	line-height: 30px;
	overflow-y: auto
}

.desplegable_legal .interior .descripcion p,
.desplegable_legal .interior .descripcion ul,
.desplegable_legal .interior .descripcion ol {
	margin: 0;
	margin-bottom: 20px;
	padding: 0
}

.desplegable_legal .interior .descripcion p:last-child,
.desplegable_legal .interior .descripcion ul:last-child,
.desplegable_legal .interior .descripcion ol:last-child {
	margin-bottom: 0
}

.desplegable_legal .interior .descripcion ol {
	counter-reset: contador
}

.desplegable_legal .interior .descripcion ul li,
.desplegable_legal .interior .descripcion ol li {
	display: block;
	margin-bottom: 5px
}

.desplegable_legal .interior .descripcion ol li {
	counter-increment: contador
}

.desplegable_legal .interior .descripcion ul li:last-child,
.desplegable_legal .interior .descripcion ol li:last-child {
	margin-bottom: 0
}

.desplegable_legal .interior .descripcion ul li:before {
	content: '- '
}

.desplegable_legal .interior .descripcion ol > li:before {
	content: counter(contador) ' - '
}

.desplegable_legal .interior .descripcion a {
	text-decoration: underline;
	color: #0093de
}

.desplegable_legal .interior .descripcion h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px
}

.desplegable_legal .interior .descripcion h3:last-child {
	margin-bottom: 0
}

.desplegable_legal .interior .cerrar_legal {
	position: absolute;
	top: 40px;
	right: 40px;
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/web/cerrar.png') no-repeat center
}

.desplegable_legal .fondo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 1
}

.desplegable_errores {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 15
}

.desplegable_errores .interior {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 500px;
	margin: 0 auto;
	padding: 40px;
	background: #ffffff;
	z-index: 2;
	transform: translate(0, -50%)
}

.desplegable_errores .interior .titulo {
	display: block;
	font-size: 1.85em;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: .35em;
	color: #001c67
}

.desplegable_errores .interior ul {
	max-height: calc(100vh - 180px);
	max-height: calc(var(--vh, 1vh) * 100 - 180px);
	margin: 0;
	margin-top: 40px;
	padding: 0;
	overflow-y: auto
}

.desplegable_errores .interior ul li {
	display: block;
	margin-bottom: 5px;
	font-size: 1.45em;
	line-height: 30px
}

.desplegable_errores .interior ul li:last-child {
	margin-bottom: 0
}

.desplegable_errores .interior ul li:before {
	content: '- '
}

.desplegable_errores .interior .cerrar_errores {
	position: absolute;
	top: 40px;
	right: 40px;
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/web/cerrar.png') no-repeat center
}

.desplegable_errores .fondo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 1
}