* {
	-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: #373737;
	opacity: 1;
}

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

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

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

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

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

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

::-webkit-scrollbar-thumb {
	border: none;
	border-radius: 0;
	background: #28225c;
}

::-webkit-scrollbar-thumb:active {
	background: #28225c;
}

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

::-webkit-scrollbar-track:active {
	background: #0093de;
}

::-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: #373737;
	background: #FFFFFF;
	overflow-x: hidden;
}

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

/*input,*/
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="time"],
input[type="date"],
input[type="submit"],
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;
}

a[role="button"] {
	cursor: pointer;
}

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;
}

.contenedorin {
	max-width: 880px;
	margin: 0 auto;
}

/* CARGANDO */
@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: #0093de;
	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(66, 55, 52, .75);
	z-index: 1;
}

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

.campos .form_encabezado {
	margin: 40px 0 0;
	background: #0093de;
	color: #FFFFFF;
	font-size: 2em;
	font-weight: 500;
	padding: 8px 15px;
	border-radius: 10px;
	text-transform: uppercase;
}

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

.campos .campo label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 0 20px;
	font-weight: 500;
	font-size: 1.55em;
	line-height: 70px;
	z-index: 1;
	pointer-events: none;
	transition: all 250ms linear;
}
.campos .campo fieldset label {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	line-height: 70px;
	z-index: 1;
	margin-top: 8px;
	pointer-events: all;
	transition: all 250ms linear;
}

.campos .campo.centrado label {
	text-align: center;
}

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

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

.campos .campo textarea,
.campos .campo input[type="text"],
.campos .campo input[type="email"],
.campos .campo input[type="password"],
.campos .campo input[type="date"],
.campos .campo input[type="tel"],
.campos .campo input[type="number"],
.campos .campo input[type="submit"],
.campos .campo select,
.campos fieldset {
	background-color: white;
	border: none;
	display: block;
	width: 100%;
	height: 70px;
	font-weight: 500;
	padding: 0 20px;
	font-size: 1.55em;
	line-height: 70px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
	border-radius: 100px;
}
.campos fieldset {
	min-height: 70px;
	height: auto;
	line-height: 70px;
}

.campos .campo input[type="password"] {
	padding-right: 60px;
}

.campos .campo input[type="date"] {
	position: relative;
	padding-right: 60px;
	text-transform: uppercase;
	background: url('../img/web/calendario.png') no-repeat center right 20px;
}

.campos .campo input[type="date"]::-webkit-inner-spin-button {
	opacity: 0;
	-webkit-appearance: none;
}

.campos .campo input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	background: transparent;
	opacity: 0;
	-webkit-appearance: none;
}

.campos .campo select {
	padding-right: 55px;
	background: url('../img/web/desplegar.png') no-repeat center right 20px;
}

.campos .campo textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 140px;
	font-size: 1.45em;
	border-radius: 50px;
	padding:20px 20px;
	line-height: 20px;
	background: none;
	resize: none;
}

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

.campos .campo .ver_password {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	display: block;
	width: 40px;
	background: url(../img/web/lock.svg) right 20px center no-repeat;
	background-size: 20px;
	cursor: pointer;
}

.campos .campo .ver_password.no_password {
	background-image: url('../img/web/unlock.svg');
}

/* JQUERY DIALOG */
.ui-dialog {
	position: fixed;
	left: 0;
	right: 0;
	display: none;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	z-index: 999;
}

.ui-dialog:before {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .75);
	z-index: -1;
}

.ui-dialog .ui-dialog-titlebar {
	position: relative;
	padding: 50px;
	padding-top: 100px;
	padding-bottom: 25px;
	background: white;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	display: block;
	font-size: 1.67em;
	font-weight: 600;
	text-transform: uppercase;
	color: #56a0d5;
	line-height: 1em;
}

.ui-dialog .ui-dialog-titlebar .ui-button {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border: none;
	font-size: 0;
	background: url('../img/web/close.svg') no-repeat center;
	background-size: 50px;
	cursor: pointer;
	transition: all 250ms linear;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	min-height: unset !important;
	margin: 0;
	padding: 50px;
	padding-top: 0;

	font-weight: 500;
	font-size: 1.45em;
	line-height: 20px;
	background:white;
}
.ui-dialog .ui-dialog-content a{
	word-break: break-all;
}
.ui-dialog .ui-dialog-content li {
	display: block;
	margin-bottom: 5px;
}

.ui-dialog .ui-dialog-content li:last-child {
	margin-bottom: 0;
}

.ui-dialog .ui-dialog-content li:before {
	content: '- ';
}

.ui-dialog .ui-dialog-buttonpane {
	position: relative;
	padding: 20px;
	padding-top: 0;
	text-align: center;
	background: white;
}

.ui-dialog .ui-dialog-buttonpane .ui-button {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 5px);
	margin-right: 10px;
	padding: 0;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.45em;
	line-height: 50px;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	color: white;
	background: #0093de;
	cursor: pointer;
	border-radius: 12px;
	transition: all 250ms linear;
}

.ui-dialog .ui-dialog-buttonpane .ui-button:last-child {
	margin-right: 0;
	background: black;
	box-shadow: none;
}

.ui-dialog ~ .ui-widget-overlay {
	display: none;
}

/* CHECKS */
.checks .check {
	position: relative;
	display: block;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 40px;
	text-align: left;
	font-weight: 500;
}

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

.checks .check.centrado {
	text-align: center;
}

.checks .check input[type="checkbox"] {
	display: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 0;
}

.checks .check label {
	position: relative;
	display: block;
	padding-left: 44px;
	cursor: pointer;
}

.checks .check.centrado label {
	display: inline-block;
	vertical-align: middle;
}

.checks .check label:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 26px;
	width: 26px;
	background: white;
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
	border-radius: 5px;
}

.checks .check input[type="checkbox"]:checked + label:before {
	background-color: #28225c;
}

.checks .check label a {
	text-decoration: underline;
	color: inherit;
}

/* COOKIES */
#cookie-bar {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	max-width: 360px;
	padding: 30px;
	text-align: center;
	background: white;
	box-shadow: 0px 0 20px 0px rgb(0 0 0 / 10%);

	z-index: 50;
}

#cookie-bar p {
	margin: 0;
}

#cookie-bar p span {
	display: block;
	margin-bottom: 20px;
	font-size: 1.35em;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
}

#cookie-bar a {
	display: block;
	float: right;
	width: calc(50% - 5px);
	margin-left: 10px;
	font-size: 1.45em;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	background: #28225c;
	border-radius: 50px;
	transition: all 250ms linear;
}

#cookie-bar a:last-child {
	float: left;
	margin-left: 0;
	color: white;
	background: #56a0d5;
}
