/* config.css */
*,
*:after,
*:before {
  box-sizing: border-box;
}
* { margin: 0px; padding: 0px; }
body {
	background: #fff;
	font-family: "Open Sans", sans-serif;
}
.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:absolute;
  width:100%;
  height:100vh;
  z-index:0;
}
.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;
  margin-bottom: 100px;
}
.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;
  }
}
