
@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: 0;
}

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

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg") format("svg"), url("../fonts/opensans-regular.eot") format("embedded-opentype");
}

@font-face {
	font-family: "Open Sans Bold";
	src: url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.svg") format("svg"), url("../fonts/opensans-bold.eot") format("embedded-opentype");
}

@font-face {
	font-family: "Open Sans Semibold";
	src: url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg") format("svg"), url("../fonts/opensans-semibold.eot") format("embedded-opentype");
}

@font-face {
	font-family: "Open Sans Light";
	src: url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.svg") format("svg"), url("../fonts/opensans-light.eot") format("embedded-opentype");
}

html {
	font-size: 62.5%;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.3em;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
	color: #47484a;
	font-weight: 400;
	background: #eff1f4;
}

h2, .h2 {
	font-size: 20px;
	font-size: 2rem;
	padding-bottom: 2rem;
}

h1, h2, h3 {
	line-height: 1.3em;
	color: #47484a;
}

h3 {
	font-size: 2rem;
	font-family: "Open Sans Bold", sans-serif;
	padding: 0 0 1.4rem 0;
}

p {
	line-height: 1.47;
}

@media (max-width: 767px) {
	.hide-on-phones {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.hide-on-tablets {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hide-on-desktops {
		display: none !important;
	}
}

#mainContainer {
	max-width: 160rem;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 2rem;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ac {
	text-align: center;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.np {
	padding: 0 !important;
}

.w50 {
	width: 50%;
}

.g-6 {
	width: 46%;
}

.g-8 {
	width: 66%;
}

.row:before, .row:after, .clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}

.row:after, .clearfix:after {
	clear: both;
}

#supHeaderPage {
	background: #2a9dde;
}

.logo, .logoLeft {
	width: 4.2rem;
	left: calc(50% - 2.1rem);
	display: block;
	position: relative;
	border: solid 1px transparent;
	border-width: 1px 0 0 0;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}

.logo:after, .logoLeft:after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 768px) and (max-width:1023px) {
	.logo, .logoLeft {
		width: 19.2rem;
		left: calc(50% - 9.6rem);
	}
}

@media (min-width: 1024px) {
	.logo, .logoLeft {
		width: 22.4rem;
		left: calc(50% - 11.2rem);
	}
}

.logoLeft {
	left: -50%;
	position: absolute;
}

.icoSVGLogo {
	position: relative;
	width: 4.2rem;
	height: auto;
	margin-right: 0 !important;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}

.icoSVGLogo svg {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) and (max-width:1023px) {
	.icoSVGLogo {
		width: 3.4rem;
		width: 3.1rem;
		float: left;
	}
}

@media (min-width: 1024px) {
	.icoSVGLogo {
		width: 4.1rem;
		height: 3.7rem;
		float: left;
	}
}

.textSVGLogo {
	display: none;
}

.textSVGLogo svg {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) and (max-width:1023px) {
	.textSVGLogo {
		display: block;
		float: left;
		width: 13.3rem;
		height: 2.38rem;
		height: 2.07rem;
		margin: .5rem 0 0 .5rem;
	}
}

@media (min-width: 1024px) {
	.textSVGLogo {
		display: block;
		float: left;
		width: 17.6rem;
		height: 2.38rem;
		margin: .85rem 0 0 0;
	}
}

#mainHeaderPage {
	background: #fff;
	display: block;
	position: relative;
	width: 100%;
	padding: .9rem 0 1rem 0;
	z-index: 12;
	border-bottom: .2rem solid #f0f0f0;
}

.container {
	padding: 0;
	max-width: 1240px;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.3em;
	font-size: 1.5rem;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.smileBigTitle {
	font-size: 4rem;
	line-height: 2.9rem;
	font-family: "Open Sans Bold", sans-serif;
	padding-bottom: 2.1rem;
	color: #47484a;
	padding: 0 0 2.8rem;
	margin-bottom: .5em;
	position: relative;
	letter-spacing: -1.2px;
}

.smileBigTitle:after {
	background: url("../img/smile.png") no-repeat;
	background-size: 35px;
	position: absolute;
	content: "";
	height: 1.3rem;
	width: 3.5rem;
	left: 0;
	bottom: 0;
}

.moreTopMargin {
	margin-top: .5em;
}

.bluePanel {
	background-color: #2a9dde;
	color: #fff;
	padding: 30px 0;
	border-radius: 4px;
	clear: both;
	margin-bottom: 3rem;
}

.row.blueHorform {
	margin-bottom: 0px;
}

.row {
	width: 100%;
	max-width: 1240px;
}

.bt {
	text-decoration: none;
	display: inline-block;
	background-color: #f118a7;
	border-radius: 10rem;
	font-size: 12px;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-family: "Open Sans Bold", sans-serif;
	border: 0;
	letter-spacing: .032em;
	padding: 2rem 4rem;
	margin-bottom: 5px;
	max-width: 100%;
	text-align: center;
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background .2s ease-in-out;
	-ms-transition: color .2s ease-in-out, background .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background .2s ease-in-out;
	transition: color .2s ease-in-out, background .2s ease-in-out;
}

.bt:hover {
	background-color: #cc0c8a;
	cursor: pointer;
	color: #fff;
}

.blueHorform .content {
	max-width: 940px;
	margin: 0 auto;
}

.blueHorform .content .bt {
	margin-top: 0px;
	margin-bottom: 0px;
}

.blueHorform .content .col-form {
	float: left;
	width: 30rem;
	margin-top: .5rem;
}

.blueHorform .content .col-form p {
	margin: 1rem;
	font-size: 2rem;
	font-family: "Open Sans Semibold";
}

.blueHorform .content .col-btn {
	float: left;
}

.blueHorform .content .col-btn p {
	margin: 1rem;
	font-family: "Open Sans Bold", sans-serif;
}

.column {
	padding: 20px;
	min-height: 1px;
}

.column.ntp {
	padding-top: 0;
}

.error404_v2 .cnt-boxes {
	display: flex;
	justify-content: space-between;
}

.error404_v2 .cnt-boxes .sp {
	vertical-align: middle;
	height: 24px;
	margin-right: 5px;
}

.error404_v2 .cnt-boxes .box {
	width: 380px;
	padding: 28px 25px 28px 25px;
	position: relative;
	margin-right: 30px;
}

.error404_v2 .cnt-boxes .box.more-left-pd {
	padding-left: 65px;
}

.error404_v2 .cnt-boxes .box .txt {
	line-height: 1.5em;
	font-size: 1.5rem;
}

.error404_v2 .cnt-boxes .box .tit {
	font-size: 22px;
	line-height: 1.5em;
	color: #38393b;
}

.error404_v2 .icono {
	position: absolute;
	top: 30px;
	left: 21px;
}

.grayBorderPanel {
	border: 3px solid #eff1f4;
	border-radius: 4px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 380px;
	padding: 28px 25px 28px 25px;
	position: relative;
}

.biggerTxt {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4em;
}

.strong {
	font-family: "Open Sans Bold", sans-serif;
}

.blueTxt {
	color: #2a9dde;
	margin-top: 1.5rem;
}

.sp.clockIcon {
	background: url("../img/reloj.png") no-repeat center center;
	padding: 0;
	width: 21px;
	height: 21px !important;
	display: inline-block;
}

.dvGestiones {
	max-width: 63%;
}

.dvGestiones h2 {
	font-family: "Open Sans Bold", sans-serif;
}

.dvGestiones p {
	line-height: 1.87;
}

.ultick {
	display: inline-block;
	width: 100%;
}

.ultick li {
	float: left;
	width: 26%;
	background: url("../img/tick.png") no-repeat left top;
	padding-left: 2.5rem;
	font-family: "Open Sans Bold", sans-serif;
}

.ultick li.w35 {
	width: 35%;
}

.dvAcceso {
	clear: both;
	text-align: center;
	padding: 2.5rem 0;
}

.dvAcceso a {
	font-family: "Open Sans Bold", sans-serif;
	font-size: 1.2rem;
	color: #f118a7;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background .2s ease-in-out;
	-ms-transition: color .2s ease-in-out, background .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background .2s ease-in-out;
	transition: color .2s ease-in-out, background .2s ease-in-out;
}

.dvAcceso a:hover {
	text-decoration: underline;
}

.aAcceso {
	border: 1px solid #f118a7;
	border-radius: 30px;
	background: url("../img/icoacceso.png") no-repeat 1rem center;
	padding: 2rem 3rem 2rem 4.5rem;
	margin-bottom: 1.5rem;
}

.aAcceso:hover {
	background: #f118a7 url("../img/icoaccesohover.png") no-repeat 1rem center;
	color: #fff;
}

.dvAcceso a.aRegistro {
	font-size: 1.5rem;
}

#supFooter {
	background: #fff;
	display: block;
	position: relative;
	width: 100%;
	padding: 0rem 0 4rem 0;
	z-index: 12;
	border-top: .2rem solid #f0f0f0;
}

.dvApps {
	margin-top: 2.5rem;
}

.dvApps h3 {
	font-family: "Open Sans Bold", sans-serif;
	font-size: 1.6rem;
	line-height: 2.13;
}

.dvApps ul li {
	display: inline-block;
}

.dvApps ul li:last-child {
	margin-left: 1rem;
}

.contactPhone {
	font-family: "Open Sans Bold", sans-serif;
	text-decoration: none;
	color: #47484a;
}

.legalText {
	font-family: "Open Sans", sans-serif;
	padding-right: 2rem;
}

#legalDoc {
	font-family: "Open Sans Bold", sans-serif;
	color: #f118a7;
	text-decoration: none;
}

label {
	font-family: "Open Sans Bold", sans-serif;
	font-size: 1.4rem;
}

label.legalText:before {
	content: " ";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 14px 10px -36px;
	border-radius: 4px;
	position: relative;
	top: 1.7rem;
	background-color: #fff;
}

.fg.customCheck {
	clear: both;
}

.fg.customCheck input[type="checkbox"] {
	display: none;
}

.fg.customCheck label {
	margin-left: 36px;
	width: calc(100% - 35px);
}

input[type="checkbox"]:checked+label:before, input[type="checkbox"]:checked+input+label:before {
	background: #fff url("../fonts/checkblue.svg") no-repeat center center;
}

.cnt-form .column {
	padding: 0;
	padding-right: 20px;
}

.cnt-form .column input[type="text"] {
	width: 250px;
	height: 30px;
	padding: 5px;
	border-radius: 4px;
	margin: auto;
	margin-top: .5rem;
	display: block;
	border: solid 1px #fff;
	background-color: #fff;
}

#connect {
	width: 161px;
	height: 45px;
	border-radius: 100px;
	background-color: #f118a7;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 1;
}

#connect:disabled {
	opacity: .5;
	cursor: not-allowed;
}

@media (max-width: 1024px) {
	.dvGestiones {
		max-width: 61%;
	}
}

@media (max-width: 769px) {
	.error404_v2 .smileBigTitle.smaller {
		margin-top: 0;
		line-height: 3.5rem;
		font-size: 2.5rem;
	}
	
	.error404_v2 .img-error404 {
		width: 200px;
		margin: 0 auto 20px;
		float: none;
	}
	
	.error404_v2 .cnt-boxes {
		display: block;
	}
	
	.error404_v2 .cnt-boxes .grayBorderPanel {
		padding: 15px;
		margin: 0 0 2.5rem 0;
	}
	
	.error404_v2 .cnt-boxes .box.more-left-pd {
		padding-left: 15px;
		max-width: 91%;
	}
	
	.error404_v2 .cnt-boxes .box {
		width: auto;
		margin-top: -3px;
	}
	
	.error404_v2 .cnt-boxes .box .tit {
		padding-left: 3.5rem;
	}
	
	.error404_v2 .icono {
		top: auto;
		left: auto;
	}
	
	.blueHorform .content .col-form, .blueHorform .content .col-btn {
		width: 100%;
		text-align: center;
		font-size: 1.6rem;
	}
	
	.f22 {
		font-size: inherit;
	}
	
	.dvGestiones {
		max-width: 100%;
	}
	
	.dvGestiones li, .dvGestiones li.w35 {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	
	.w50 {
		width: 100%;
	}
	
	.g-6 {
		width: 43%;
	}
	
	.dvApps {
		margin-top: 1rem;
	}
	
	.row {
		margin-bottom: 0;
	}
	
	.contactPhone {
		margin: 1rem 0;
		display: inline-block;
	}
	
	.blueHorform .content .col-form p {
		margin: 1rem 0 2.5rem;
	}
	
	.cnt-form .column {
		width: 47%;
	}
	
	.g-12 {
		width: auto !important;
	}
}

@media (max-width: 767px) {
	.g-6, .g-8 {
		width: auto;
	}
	
	.cnt-form .column input[type="text"] {
		margin: auto;
	}
	
	.cnt-form .column {
		margin-top: 1rem;
		padding-right: 0;
		width: auto;
	}
	
	.fg.customCheck label {
		text-align: left;
		padding-left: 1rem;
		display: block;
		width: auto;
		padding-bottom: 2rem;
	}
}

@media (min-width: 768px) {
	.column {
		float: left;
	}
	
	.g-12 {
		width: 100%;
	}
}
