@font-face {
	font-family: 'Gotham';
	src: url('../font/gothammedium-webfont.woff2') format('woff2'),
		 url('../font/gothammedium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'third_rail';
		src: url('../font/ThirdRail.eot');
		src: local('Third Rail'), local('ThirdRail'),
				url('../font/ThirdRail.eot?#iefix') format('embedded-opentype'),
				url('../font/ThirdRail.woff2') format('woff2'),
				url('../font/ThirdRail.woff') format('woff'),
				url('../font/ThirdRail.ttf') format('truetype'),
				url('../font/ThirdRail.svg#ThirdRail') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
}
@font-face {
	font-family: 'DIN Pro';
		src: url('../font/DINPro.eot');
		src: local('DIN Pro'), local('DINPro'),
				url('../font/DINPro.eot?#iefix') format('embedded-opentype'),
				url('../font/DINPro.woff2') format('woff2'),
				url('../font/DINPro.woff') format('woff'),
				url('../font/DINPro.ttf') format('truetype'),
				url('../font/DINPro.svg#DINPro') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../font/fa-solid-900.eot");
	src: url("../font/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
		url("../font/fa-solid-900.woff2") format("woff2"), 
		url("../font/fa-solid-900.woff") format("woff"), 
		url("../font/fa-solid-900.ttf") format("truetype"), 
		url("../font/fa-solid-900.svg#fontawesome") format("svg"); }

::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}


b, strong {
	font-weight: bold;
}


.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; }


body {
	font-family: Montserrat;
	/*background: #e7396f;*/
}
header.banner {
	border-top: 5px solid #1be6a8;
	background: white;
}
.navbar {
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13.5px;
}
.wrap.container {
	/*height: 100%;*/
}

 .vista7 .retroceder.desactivado{
	opacity: 0.5;
	filter: sepia(0.8);
	filter: sepia(80%);
	cursor: inherit !important;
}
.vista7 .seleccionar-checks .check img.desactivado{
	opacity: 0.5;
    filter: sepia(0.8);
	filter: sepia(80%);
	cursor: inherit !important;
}



/* FLEX */

html, body {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
}
.wrap.container,
header.banner {
	/* these are the flex items */
	flex: 1 1 auto;
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
header.banner {
	flex: 0;
}

/* END FLEX */

/* FLEX HOME */
.wrap article,
article.home {
	height: 100%;
}
.wrap article,
article.home {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.registrate > div,
.matriculate,
.soy_alumno,
.aun_no_soy_alumno {
	/* these are the flex items */
	flex: 1 1 auto;
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.matriculate {
	flex: 0 !important;
}
/* END FLEX HOME */



#matricular_2021 {
	font-family: 'Gotham';
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #113150;
}


.container {
	max-width: 100% !important;
}


.matriculate {
	padding: 1em;
	padding-bottom: 0.2em;
}

.vertical_rentangulo_blanco {
	width: 13px;
	height: 80px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 21px;
}

.vertical_rentangulo_azul,
.soy_alumno .vertical_rentangulo_azul {
	left: 0;
	right: auto;
	bottom: 50px;

	width: 34px;
	height: 134px;
	background-color: #2655d7;
	position: absolute;
}
.inicia_sesion .vertical_rentangulo_azul {
	width: 35px;
	height: 242px;
	bottom: 158px;
}

.soy_alumno .vertical_rentangulo_blanco {
	width: 13px;
	height: 80px;
	left: 21px;
	right: auto;
	top: auto;
	bottom: 20px;
}

.soy_alumno{
	background: #4374ff;
	position: relative;
	overflow: hidden;
}
.aun_no_soy_alumno{
	background: #e7396f;
	position: relative;
	overflow: hidden;
}

.aun_no_soy_alumno h2 ,
.soy_alumno h2 {
	color: #fff;
}
.aun_no_soy_alumno .content ,
.soy_alumno .content {
	padding: 2em;
}

.registrate .title:after {
	content: "";
	border-left: 2px solid CURRENTCOLOR;
	height: 14px;
	position: absolute;
	top: -12px;
	left: 148px;
	transform: rotate(45deg );
}

.home .title:after {
	content: "";
	border-left: 2px solid CURRENTCOLOR;
	height: 14px;
	position: absolute;
	top: -12px;
	left: 200px;
	transform: rotate(45deg );
}

.title {
	position: relative;
	font-family: third_rail;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffcc31;
	transform: rotate(-3deg );
}
.subtitle {
	font-family: DIN Pro;
	font-size: 10px;
	font-size: 9px;
	font-weight: bold;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	transform: rotate(-3deg );
	background: url( ../img/raya_azul@2x.png );
	background-size: 125px auto;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 0.6em;
}
.inicia_sesion .subtitle ,
.registrate .subtitle {
	background-image: url( ../img/raya_amarilla@2x.png );
}
.inicia_sesion .subtitle {
	color: #5a7fe5;

	font-size: 11px;
	background-size: 167px auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.form-group.opacity {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #113150;
	opacity: .5;
	margin-top: 15px;
	margin-bottom: 15px;
}

select.form-control {
    height: 29px !important;
    appearance: none;
}
.entrada-inicio ,
.entrada-modalidad ,
.entrada-linea ,
.entrada-sub-linea ,
.entrada-ciclo ,
.entrada-forma-pago ,
.entrada-genero ,
.entrada-departamento ,
.entrada-provincia ,
.entrada-distrito {
    position: relative;
}
.entrada-inicio:after ,
.entrada-modalidad:after ,
.entrada-linea:after ,
.entrada-sub-linea:after ,
.entrada-ciclo:after ,
.entrada-forma-pago:after ,
.entrada-genero:after ,
.entrada-departamento:after ,
.entrada-provincia:after ,
.entrada-distrito:after {
    content: "\f13a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    border: 0;
    width: auto;
    height: auto;
    color: #4374ff;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 16px;
    z-index: 11;
}

.form-control {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #00274c;

	padding: 6px 9px 6px 9px;
	border-radius: 10px;
	border: solid 1px #dcdddf;
	background-color: #ffffff;
}

.puntos_azules_top img {
	position: absolute;
	transform: rotate(0deg );
	top: 63px;
	top: 25px;
	right: 25px;
	bottom: auto;
	transform-origin: top left;
	width: 55px;
}
.soy_alumno .puntos_blancos_bottom img {
	width: 55px;
	transform: rotate(-90deg );
	top: 77px;
	left: 21px;
	right: auto;
	bottom: auto;
	transform-origin: top left;
}
.aun_no_soy_alumno .puntos_blancos_bottom img {
	width: 55px;
	transform: rotate(90deg );
	bottom: 30px;
}

.registrate .matriculate {
	padding-top: 23px;
	padding-bottom: 15px;
}

label:not(.form-check-label).error {
	color: #f00;
}
p.fila.error {
    color: #f00;
}

#seleccione_bancos-popup .puntos_azules_top img ,
#seleccione_metodo_pago-popup .puntos_azules_top img {
    top: 20px;
    right: 20px;
}
#seleccione_bancos-popup .cruz_blanca_top img ,
#seleccione_metodo_pago-popup .cruz_blanca_top img {
    right: 27px;
    left: auto;
}
#seleccione_bancos-popup .cruz_blanca_top img:last-child ,
#seleccione_metodo_pago-popup .cruz_blanca_top img:last-child {
    right: 39px;
    left: auto;
}

select.picker__select--year {
    padding-top: 3px;
    padding-bottom: 0;
    font-size: 16px;
    padding-right: 0;
    width: 75px !important;
    line-height: 30px;
}

select.picker__select--month {
    padding-top: 3px;
    padding-bottom: 0;
    font-size: 16px;
    padding-right: 0;
}

.btn-azul,
.btn-cerrar-popup,
.btn-bienvenido-ingresa-aqui,
.btn-bienvenido-click-aqui,
.btn-siguiente-confirmar,
.btn-siguiente-servicios,
.btn-regresar,
.btn-siguiente,
.btn-registrar,
.btn-inicia-sesion,
.btn-matriculate-popup ,
.btn-matriculate {
	white-space: normal;
	cursor: pointer;
	text-align: center;
	background: #005BFF;
	border: 2px solid #005BFF;

	font-family: Montserrat;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 12.7px 0 8.3px;
	padding: 8.7px 20px 8.3px;
	border-radius: 23px;
}
.btn-examen-becas,
.btn-simulacro-gratuito,
.btn-registrate {
	cursor: pointer;
	text-align: center;
	background: #fff;
	color: #005BFF;
	font-weight: 900;
	border: 2px solid #005BFF;
	border-radius: 120px;
	padding: 12px 30px;



	font-family: Montserrat;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #005cfe;
}

.bootstrap-select>.dropdown-toggle:after {
	content: "\f13a";

	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	border: 0;
	width: auto;
	height: auto;
	color: #4374ff;
}

.inicia_sesion .btn-registrate {
	color: #e7396f;
	border: 2px solid #e7396f;
}
.btn-examen-becas ,
.btn-simulacro-gratuito {
	border: 0;
	border-radius: 10px;

	padding: 11px 15px 12px 15px;
	border-radius: 10px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	background-color: #ffffff;
	text-align: left;
}


label:not(.form-check-label) {
	margin-bottom: 0;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.2px;
	text-align: left;
	color: #00274c;
}
label.form-check-label {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #00274c;
}

.form-group {
	margin-bottom: 0.5rem;
}

.registrate {
	background: #e7396f;
}
.card {
	border-radius: 10px;
}

.card-header {
	padding: 8px 8px;
}

.card-body {
	padding: 4px 25px 15px;
}

.card-header {
	background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-bottom: 0px solid rgba(0,0,0,.125);
}

.nav-tabs .nav-link {
	padding: 0.3em 0.1em;
	text-align: center;
	color: #4f4f4f;
	border-radius: 0px;

	font-family: Montserrat;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
	background: transparent;
	color: #005cfe;

	border-color: transparent transparent #dee2e6;
	border-bottom-color: #005cfe;
	border-bottom-width: 4px;
}


article.bienvenido ,
article.pagar ,
article.servicios ,
article.confirmar ,
article.inicia_sesion {
	background: #4374ff;
}
.login_form {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 1em;
	margin-bottom: 4.2em;
}

.check input {
    display: none;
}

.check {
    position: relative;
}
.check img {
    width: 15px;
    position: absolute;
    left: 0;
    top: 5px;
}

.boton {
    display: inline-block;
    margin-top: 0.5em;
}
.white-popup h3 {
    font-size: 22px;
}

article.inicia_sesion .login_form ,
article.bienvenido .login_form ,
article.pagar .login_form ,
article.confirmar .login_form {
	margin-bottom: 4.2em;
}

article.registrate .datos_personales_contacto {
	margin-bottom: 5em;
}
.registrate .puntos_blancos_bottom img {
	width: 55px;
}
.registrate .matriculate  {
	position: relative;
}
.registrate .matriculate .puntos_blancos_bottom img {
    width: 55px;
    bottom: -10px;
}

.cronograma-pagos .contenido tr:not(:last-child) td ,
.concepto-datos tbody.contenido tr:not(:last-child) td {
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 0;
    padding-top: 0;
}

.cronograma-pagos .contenido tr:last-child td ,
.concepto-datos tbody.contenido tr:last-child td {
    border-top: 0;
    padding-top: 0;
    padding-bottom: .75rem;;
}
.cronograma-pagos .contenido tr:first-child td ,
.concepto-datos tbody.contenido tr:first-child td {
    border-top: 0;
    padding-top: .75rem;;
}

.card-header h3 {
	margin: 0 24px 27px 0px;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #005cfe;
}

.filter-option-inner-inner {
	opacity: 0.5;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #00274c;
}
button.btn.dropdown-toggle.btn-light.bs-placeholder {
	padding: 6px 8px 8px 12px;
	border-radius: 10px;
	border: solid 1px #dcdddf;
	background-color: #ffffff;
	height: auto;
	line-height: 1.2;
}

.table th {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #113150;
}

.table td {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #113150;
}
.table-bordered {
	border: 0;
}
.table-conceptos-datos.table td + td {
	font-weight: 500;
}
.table-bordered td, .table-bordered th {
	border-left: 0;
	border-right: 0;
}
.table-bordered td + td, .table-bordered th + th {
	border-left: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 1px;
}

table.table.table-conceptos-datos {
	margin-bottom: 0;
}

table.table.table-conceptos-datos + .table-bordered thead td, table.table.table-conceptos-datos + .table-bordered thead th {
	border-bottom-width: 1px;
	border-top-width: 0;
}




@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

div#preloader {
    display: none !important;
}

.spinner {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 6px solid;
    border-top-color: #005a9c;
    border-bottom-color: #005a9c;
    border-left-color: rgba(0, 90, 156, 0.15);
    border-right-color: rgba(0, 90, 156, 0.15);
    -webkit-animation: spinner 0.8s ease-in-out infinite alternate;
    animation: spinner 0.8s ease-in-out infinite alternate;
}

.gota_amarilla img ,
.gota_azul img ,
.gota_roja img {
	position: absolute;
	left: -58px;
	bottom: -60px;
}

.puntos_blancos_bottom img {
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 86.7px;
}
.inicia_sesion .matriculate {
	padding-top: 80px;
}
.cruz_blanca_top img {
    width: 20px;
    bottom: 30px;
    left: 59px;
    transform-origin: top left;
    position: absolute;
}
.cruz_blanca_top img:last-child {
    bottom: 20px;
    width: 16px;
    left: 47px;
}
.aun_no_soy_alumno .cruz_blanca_top img {
	top: 20px;
    bottom: auto;
    left: 51px;
}
.aun_no_soy_alumno .cruz_blanca_top img:last-child {
    top: 30px;
    bottom: auto;
    left: 37px;
}

.puntos_blancos_top img {
	position: absolute;
	left: 15px;
	bottom: 0;
	top: -90px;
	margin: auto;
	width: 86.7px;
	z-index: 99999;
	transform: rotate(180deg );
	z-index: 0;
}
.soy_alumno .puntos_blancos_top img {
    width: 56.7px;
    transform: rotate(0deg );
    z-index: 0;
    bottom: 20px;
    top: auto;
    right: 20px;
    left: auto;
}

.gota_azul_top img ,
.gota_amarilla_top img ,
.gota_roja_top img {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 144px;
}



.select_bancos ,
.select_pago_efectivo ,
.select_tarjetas {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #113150;
	cursor: pointer;
}
.select_bancos img.img-fluid,
.select_pago_efectivo img.img-fluid,
.select_tarjetas img.img-fluid{
	margin-bottom: 0.4em;
	padding-left: 23px;
	padding-right: 23px;
}

.seleccione_metodo_pago {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #113150;
	margin-bottom: 18px;
}


.importe_pagar {
	font-family: Montserrat;
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #113150;
}
.importe_pagar strong{
}
.precio_pagar {
	font-family: Montserrat;
	font-size: 45px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #005cfe;
	margin-top: 7px;
	margin-bottom: 7px;
}

.logo_pago_efectivo {
	width: 140px;
}


.steps_2 ,
.steps {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #113150;
}
.steps_2 p ,
.steps p {
	position: relative;
	padding-left: 30px;
}
.steps_2 p:before ,
.steps p:before {
	position: absolute;
	left: 0;
	top: 0;
	border: solid 2px #005cfe;
	background-color: #ffffff;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #005cfe;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	line-height: 18px;
}
.steps_2 p:after ,
.steps p:after {
	position: absolute;
	left: 10px;
	border: solid 1px #005cfe;
	background-color: #ffffff;
	font-family: Montserrat;
	height: 100%;
	width: 0px;
	top: 22px;
}
.steps_2 p:nth-child(1):before,
.steps p:nth-child(1):before{
	content: "1";
}
.steps_2 p:nth-child(2):before,
.steps p:nth-child(2):before{
	content: "2";
}
.steps_2 p:nth-child(3):before,
.steps p:nth-child(3):before{
	content: "3";
}
.steps p:nth-child(4):before,
.steps_2 p:nth-child(4):before{
	content: "3";
}
.steps p:nth-child(1):after{
	content: "";
}
.steps p:nth-child(2):after{
	content: "";
}
.steps_2 p:nth-child(1):after{
	content: "";
}
.steps_2 p:nth-child(2):after{
	content: "";
}
.steps_2 p:nth-child(3):after{
	content: "";
}



.pg-texto ,
.codigo_cip {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #113150;
	margin-bottom: 2em;
}
.forma-pago .pg-texto,
.forma-pago .codigo_cip {
    color: #005bff;
}
.activacion_servicio {
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #113150;
}



.bienvenido .card-body{
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #113150;
}

.te_damos_bienvenida{
	font-weight: 600;
	color: #005cfe;
}

.btn-bienvenido-ingresa-aqui {
	margin-top: 0.25em;
}

.stylo_1 {  
	font-size: 14px;
	font-weight: 600;
}
.bienvenido .card-body .stylo_1 span{
	font-size: 20px;
}
.bienvenido .card-body span{
	color: #005cfe;
}


.mfp-bg {
	background: #007bff;
	background: #003e82;
	opacity: 0.5;
}

#welcome-popup .card {
	overflow: hidden;
}
#welcome-popup .card-body {
	padding-top: 93px !important;
	padding-bottom: 115px !important;
}
.inicia_sesion .card-body {
	padding-top: 55px !important;
	padding-bottom: 80px !important;
}

.inicia_sesion .card ,
.white-popup .card {
	overflow: hidden;
	border-width: 0;
	border-color: transparent;
	border-bottom-color: #08EAFF;
	border-bottom-width: 3px;
}
.home .content h2 {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-family: Montserrat;
}
#welcome-popup .subtitle {
	font-family: third_rail;
	font-size: 40px;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	background-image: url(../img/raya_roja.png);
	background-size: 245px auto;
	padding-top: 12px;
	padding-bottom: 12px;
}

.mfp-close-btn-in .mfp-close {
	left: 0;
	right: 0;
	margin: auto;
	bottom: 100%;
	top: auto;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	line-height: 40px;
	font-size: 42px;
	margin-bottom: 10px;
	opacity: 1;
}
@media (max-width: 900px) {
	.mfp-container {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.white-popup {
	position: relative;
	width: auto;
	max-width: 500px;
	
	/*
	background: #FFF;
	padding: 20px;
	margin: 20px auto;
	*/
}



