/* config.css */
*,
*:after,
*:before {
  box-sizing: border-box;
}
* { margin: 0px; padding: 0px; }
body {
	background: #fff;
	font-family: "Open Sans", sans-serif;
}
.abs{position: absolute;}
.rel{position: relative;}
.hoverImagen:hover{opacity: 1}
.imgTransparente{opacity: 0.8}
.invisible{opacity: 0; display: inline-block; margin: 0 0.5rem}
.oculto{display: none!important}
.transparente{opacity: 0}
.ofHidden{overflow:hidden}
.txt-right{text-align: right}
.txt-center{text-align: center}
.fs28{font-size: 28px}
.fs24{font-size: 24px}
.wp50{width: 50%}
.mt10{margin-top: 10px}
.mt20{margin-top: 20px}
.mano{cursor: pointer}
.cRojo{color: red; font-weight: bold}
.cPlomo{color: #444}
.fwNegrita{font-weight: bold}
.bgCorp{background: var(--main-a-color)}
.bgBanner{background: #121F3D}
.imgMiddle{vertical-align: middle}
.mano{cursor: pointer}
.container-rel{position: relative;width: 100%}
.container-registro{position: relative;width: 100%}
.btnAceptar{
  color: #444;
  cursor: pointer;
  padding: 5px 20px;
  background: #ddd;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.btnAceptar:hover{
  background: #eee;
  border: 1px solid #eee;
  font-weight: bold;
}
.container-header{
  position:relative;
  width:100%;
  height:120px;
}
.container-form{
  position: relative;
  width: 100%;
}
.container-center{
  margin: 0 auto;
  width: 600px;
}
.container-center-l{
  margin: 0 auto;
  width: 720px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .container-center{
    width: 90%;
  }
  .container-center-l{
    width: 95%;
  }
}
.tb-registro{
  width: 100%;
  position: relative;
}
.txt-data{
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #aaa;
  font-size: 18px;
  background: rgba(255,255,255,0.8);
}
.txt-unico{
  width: 200px;
  padding: 8px;
  font-size: 15px;
  border-radius: 3px;
}
.btn-aceptar {
  padding: 10px  50px;
  background-color: var(--main-a-color);
  color: #fff;
  border: 0px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-aceptar:focus,
.btn-aceptar:hover {
	border: 0px;
  background-color: var(--main-b-color);
}
.div-left{
  float: left;
}
.voucher{
	color:#eee;
  height: 70px;
  background: var(--main-b-color);
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
  font-weight: bold;
}
.voucher:hover{
  background: #121F3D;
}
.btnSimulacro{
  height: 48px;
  background: #ddd;
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
}
.btnSimulacro:hover{
  background: #eee;
  font-weight: bold;
}
.nvoucher{
  height: 70px;
  background: #121F3D;
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
  color: #eee;
  font-weight: bold;
}
.nvoucher:hover{
  background: var(--main-b-color);
}
.d-imagen{
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  background: #18191A;
  text-align: center;
}
.d-subir{
  position: relative;
  padding-top: 10px;
  width: 100%;
  height: 60px;
  background: #18191A;
  text-align: center;
  color: #eee;
  font-weight: normal;
}
.banner-bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: var(--main-a-color);
  color: #eee;
  text-align: center;
  font-size: 18px;
  padding-top: 13px
}
.container-title{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding-top: 8px;
  height: 50px;
  color: #fff;
  font-weight: 600;
}
.container-section{
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.container-pago{
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 100px;
}
.container-ciclo{
  position: relative;
  float: left;
  width: 100%;
}
.container-simulacro{
	position: relative;
  float: left;
  width: 100%;
  height: 280px;
}
.container-cuentas{
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: #040404;
  margin: 0px;
  text-align: center;
}
.promocion_container{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 65px;
	background: #121F3D;
	color: #fff;
	text-align: center;
	font-size: 16px;
	z-index: 3;
}
.btn-promo{
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 30px;
  color: #fff !important;
	background: #FF5500;
  cursor: pointer;
  font-size: 16px;
}
.btn-promo:hover{
  background-color: #ff6e25;
}
.logosesion{
  height: 80px;
}
.button-registrar{
	padding: 10px 60px;
	color: #fff !important;
  cursor: pointer;
	font-weight: 600;
  font-size: 16px;
	background: #00b161
}
.button-aceptar{
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 40px;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
}
.button-aceptar:hover{
  color: #fff;
  opacity: 0.9;
}
select {
  border: 1px solid #aaa;
  border-radius: 2px;
  color: #444444;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.seleccionar {
  width: 100%;
  padding: 10px;
  background-image:
    linear-gradient(45deg, transparent 50%, #777 50%),
    linear-gradient(135deg, #777 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1.0em + 2px),
    calc(100% - 15px) calc(1.0em + 2px),
    calc(100% - 10em) 1.0em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  font-size: 16px;
}
select.seleccionar:focus {
  background-image:
    linear-gradient(45deg, #008FD5 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #008FD5 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1.0em,
    calc(100% - 20px) 1.0em,
    calc(100% - 10em) 1.0em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #008FD5;
  outline: 0;
}
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000;}
.terminos{
	color: blue;
  border-bottom: 1px solid rgba(0,0,0,0);
}
.terminos:hover{
  border-bottom: 1px solid #fff;
}
.check-terminos{
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#fondoModal {
	background: #000000;
	display: none;
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	opacity:.80;
	z-index:100;
	overflow:hidden;
}
#contenidoModal {
	display: none;
	position: fixed;
	padding: 0px;
	background: #fff;
	border-radius: 2px;
	font-size: 13px;
	z-index: 101;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  margin-left: auto;
  margin-right: auto;
  top: calc(-50vw + 50%);
  bottom: calc(-50vw + 50%);
  margin-top: auto;
  margin-bottom: auto;
}
#cerrarModal {
	color: #ffF;
	position: absolute;
	top: -25px;
	right: 0;
	text-align: right;
	font-size: 14px;
	font-family: Tahoma;
	background: #444;
	padding: 2px 7px;
	border: 0;
	display: block;
  cursor: pointer;
	z-index: 102;
}
#cerrarModal:hover{background: #E63642;}
.pdf-terminos{
  width: 100%;
  height: calc(100% - 40px);
}
.btn-terminos{
  width: 100%;
  height: 40px;
  text-align: right;
  padding-top: 4px;
}
.ds-simulacro{
	width: 95%;
	position: relative;
	float: left;
}

/*STYLES SELECT*/
.select {
  position: relative;
  height: 47.5px;
  background: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}
.select:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #121F3D transparent transparent transparent;
  pointer-events: none;
}
.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #ddd;
  content: "";
  pointer-events: none;
}
.select:hover:before {
  background: #bfc7db;
}
.select select {
  font-size: 16px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid #BFC7DB;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  border-color: #121F3D;
}

@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0;
  }
  .select:after, .select:before {
    display: none;
  }
}

@media only screen and (min-width: 720px) {
	.wr-10 {width: 10%;}
	.wr-30 {width: 30%;}
	.wr-40 {width: 40%;}
	.wr-49 {width: 49%;}
	.wr-50 {width: 50%;}
	.wr-98 {width: 98%;}
	.wr-100 {width: 100%;}

	.wl-1{width: 1%;}
	.wl-5 {width: 5%;}
	.wl-8 {width: 8%;}
	.wl-10 {width: 10%;}
	.wl-15 {width: 15%;}
	.wl-20 {width: 20%;}
	.wl-25 {width: 25%;}
	.wl-30 {width: 30%;}
	.wl-35 {width: 35%;}
	.wl-40 {width: 40%;}
	.wl-45 {width: 45%;}
	.wl-49 {width: 49%;}
	.wl-50 {width: 50%;}
	.wl-55 {width: 55%;}
	.wl-60 {width: 60%;}
	.wl-70 {width: 70%;}
	.wl-75 {width: 75%;}
	.wl-80 {width: 80%;}
	.wl-85 {width: 85%;}
	.wl-90 {width: 90%;}
	.wl-95 {width: 95%;}
	.wl-100 {width: 100%;}

	.wc-50 {width: 50%;}
	.wc-70 {width: 70%;}
	.wc-75 {width: 75%;}
	.wc-80 {width: 80%;}
	.wc-85 {width: 85%;}
	.wc-90 {width: 90%;}
	.wc-95 {width: 95%;}
	.wc-100 {width: 100%;}
}
@media only screen and (max-width: 720px) {
	[class*="wl-"] { width: 100%;}
	[class*="wc-"] { width: 95%;}
}

.h7{height: 7px;}
.h10{height: 10px;}
.h15{height: 15px;}
.h20{height: 20px;}
.h25{height: 25px;}
.h30{height: 30px;}
.h35{height: 35px;}
.h40{height: 40px;}
.h45{height: 45px;}
.h50{height: 50px;}
.h60{height: 60px;}
.h75{height: 75px;}
.h100{height: 100px;}
.h110{height: 110px;}
.h130{height: 130px;}
.h150{height: 150px;}
.h170{height: 170px;}
.h200{height: 200px;}
.h215{height: 215px;}
.h250{height: 250px;}
.h260{height: 260px;}
.h300{height: 300px;}
.h350{height: 350px;}
.h400{height: 400px;}
.h440{height: 440px;}
.h450{height: 450px;}
.h500{height: 500px;}
.h600{height: 600px;}
.h650{height: 650px;}
.h700{height: 700px;}
.h800{height: 800px;}

.w5{width: 5px;}
.w10{width: 10px;}
.w15{width: 15px;}
.w18{width: 18px;}
.w20{width: 20px;}
.w25{width: 25px;}
.w30{width: 30px;}
.w35{width: 35px;}
.w40{width: 40px;}
.w50{width: 50px;}
.w60{width: 60px;}
.w70{width: 70px;}
.w80{width: 80px;}
.w100{width: 100px;}
.w110{width: 110px;}
.w120{width: 120px;}
.w135{width: 135px;}
.w143{width: 143px;}
.w150{width: 150px;}
.w180{width: 180px;}
.w200{width: 200px;}
.w230{width: 230px;}
.w240{width: 240px;}
.w250{width: 250px;}
.w300{width: 300px;}
.w350{width: 350px;}
.w357{width: 357px;}
.w393{width: 393px;}
.w400{width: 400px;}
.w415{width: 415px;}
.w440{width: 440px;}
.w450{width: 450px;}
.w470{width: 470px;}
.w500{width: 500px;}
.w530{width: 530px;}
.w600{width: 600px;}
.w650{width: 650px;}
.w720{width: 720px;}
.w920{width: 920px;}
.w1100{width: 1100px;}
.w1220{width: 1220px;}
.wAll{width: 100%;}

.w-1{width: 1%;}
.w-5 {width: 5%;}
.w-8 {width: 8%;}
.w-10 {width: 10%;}
.w-15 {width: 15%;}
.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-30 {width: 30%;}
.w-35 {width: 35%;}
.w-40 {width: 40%;}
.w-45 {width: 45%;}
.w-50 {width: 50%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%;}
.w-75 {width: 75%;}
.w-80 {width: 80%;}
.w-85 {width: 85%;}
.w-87 {width: 87%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-96 {width: 96%;}
.w-98 {width: 98%;}
.w-100 {width: 100%;}

.fCenter{margin: 0 auto;}
.fLeft{float: left;}
.fRight{float: right;}

.txtCenter{text-align: center;}
.txtLeft{text-align: left;}
.txtRight{text-align: right;}
.txtJustify{text-align: justify;}
.txtTop{vertical-align: text-top;}
.txtBottom{vertical-align: text-bottom;}

.cAzul{color: #2eb3ec;}

[class*="wl-"] {float: left;padding: 0px;margin: 0px;}
[class*="wr-"] {float: right;padding: 0px;margin: 0px;}
[class*="wc-"] {padding: 0px;margin: 0 auto;}

