body, html{
	background: #f9f9f9;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #373737;
}
input[type="text"],input[type="text"]:focus {
	outline: none;
	box-shadow: none;
}
h2 {
	font-size: 32px;
	font-weight: 300;
	padding-bottom: 15px;
}
.paragraph {
	font-size: 16px;
	line-height: 24px;
}
a:hover {
	text-decoration: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: transparent !important;
}
@font-face {
	font-family: 'Posnet';
	src: url('../fonts/Posnet.eot?v=5');
	src: url('../fonts/Posnet.eot?v=6#iefix') format('embedded-opentype'),
	url('../fonts/Posnet.woff?v=6') format('woff'),
	url('../fonts/Posnet.ttf?v=6') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.posnet-icon{
	font-family: "Posnet";
	font-weight: normal;
	font-style: normal;
}
.posnet-icon.posnet-phone:before{content:"\f000";}
.posnet-icon.posnet-email:before{content:"\f001";}
.posnet-icon.posnet-palomita:before{content:"\f002";}
.posnet-icon.posnet-dinero:before{content:"\f003";}
.posnet-icon.posnet-palomita-alt:before{content:"\f004";}
.posnet-icon.posnet-ubicacion:before{content:"\f005";}
.posnet-icon.posnet-garantia:before{content:"\f006";}
.posnet-icon.posnet-mision:before{content:"\f007";}
.posnet-icon.posnet-vision:before{content:"\f008";}
.posnet-icon.posnet-valores:before{content:"\f009";}
.bg-top-black {
	background: #1a1c28;
	padding: 13px 0;
}
.top-contact {
	text-align: center;
}
.top-contact a {
	color: #fff;
	font-weight: 600;
	margin-left: 10px;
	font-size: 12px;
}
.minheighVh {
	min-height: calc(100vh - 345px);
}
.navbar-light .navbar-nav .nav-link {
	font-size: 21px;
	font-weight: 600;
	padding: 10px;
	color: #333;
}
.navbar-light .navbar-nav .nav-link:last-child {
	padding-right: 0;
}
.navbar {
	padding: 9px 0 0;
}
.bkg-shadow-top {
	padding: 10px 0;
	box-shadow: 0px 2px 5px -3px rgba(51,51,51,0.60);
}
#main-slide {
	background-position: top center;
	background-size: cover;
	min-height: 500px;
	background-repeat: no-repeat;
	padding: 40px 0;
}
.overlayTa {
	color: #fff;
	background: rgba(0,0,0,0.6);
	font-size: 25px;
	font-weight: 300;
	line-height: 1.3em;
	padding: 1% 4%;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
}
.verestadocuenta {
	margin: 20px 0;
}
.g-recaptcha {
	display: inline-block;
}
.loginform {
	background: rgba(255,255,255,0.75);
	margin-top: 8%;
	padding: 20px 25px 30px;
	border-radius: 7px;
	width: 100%;
	margin: 30px auto 25px;
	min-height: 350px;
	position: relative;
	overflow: hidden;
	z-index: 4;
}
.loginform.registerpage {
	padding-left: 0;
	background: transparent;
	width: 100%;
	height: auto;
	min-height: 301px;
}
#formLost {
	padding: 20px 25px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	transition: transform 0.25s ease-in-out;
}
#formLost.active {
	transform: translateX(0);
}
#lostPass {
	cursor: pointer;
}
#formLost .btn-ingresar button{
	margin-bottom: 10px;
}
.registerpage .inicioSesion {
	text-align: left;
}
.spaceTop {
	padding: 20px 0;
}
.logo {
	width: 100%;
	max-width: 200px;
}
.inicioSesion {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
}
.loginform .form-control {
	height: auto;
	padding: 11px 12px;
	border: 1px solid #999999;
	font-size: 16px;
	margin-bottom: 15px;
}
.btn-ingresar button {
	width: 100%;
	padding: 10px 0;
	font-size: 17px;
	font-weight: 400;
}
.registerpage .btn-ingresar button {
	display: inline-block;
	width: auto;
	padding: 10px 30px;
}
.btn-ingresar > div {
	display: block;
	color: #333;
	font-size: 14px;
	padding: 12px 0 0;
	font-weight: 600;
}
.registerpage .btn-ingresar > div {
	display: inline-block;
	margin-right: 10px;
}
.btn-registrar .btn {
	font-size: 17px;
	padding: 10px 30px;
}
.marginbottom30 {
	margin-bottom: 45px;
}
.p-bottom-registro {
	padding-bottom: 20px;
	margin-bottom: 5px;
	position: relative;
}
section.section {
	min-height: calc(100vh - 310px);
}
.form-group .error-div{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #f00;
	font-weight: 600;
}
.loginform .p-bottom-registro input.form-control {
	margin-bottom: 0;
}
.loginform .form-group.label-error .form-control{
	border-color: #f00;
}
.loginform .form-group.label-success .form-control{
	border-color: green;
}
.loginform .form-group.label-success .error-div {
	color:green;
	font-weight: 600;
}
.topBarIcon {
	font-size: 15px;
	color: #FFFFFF;
}
.blueBenefits {
	background-color: #FFFFFF;
	padding-bottom: 66px;
	margin-bottom: 45px;
	text-align: center;
	color: #666666;
}
.blueBenefits span{
	font-size: 16px;
}
.benefitsCorner {
	border-color: #00AFE0 transparent transparent transparent;
	border-width: 20px 20px 0 0;
	border-style: solid;
	height: 0;
	width: 0;
}
div.benefitsTile h3 {
	margin-bottom: 30px;
	text-align: center;
	margin-top: 45px;
	font-size: 45px;
	color: #FFFFFF;
}
.imgbeneficios {
	font-size: 60px;
	color: #00CFEC;
}
.imgbeneficios i {
	border-bottom: 3px solid #EBEBEB;
	padding-bottom: 8px;
}
.mediosText {
	color: #333;
	font-size: 17px;
}
.laptopLeft {
	margin-left: -220px;
	margin-top: 130px;
}
.text-left {
	text-align: left;
}
.overlayTaNew {
	background-color: rgb(0,0, 0, .5);
	text-align: center;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
	padding: 32px;
	height: 220px;
	width: 100%;
	max-width: 514px;
	border-radius: 8px;
	margin: 0 auto;
}
.overlayTaNew .regaloensaldo {
	margin-bottom: 15px;
}
.overlayTaNew a {
  background-color: #13C853;
  display: inline-block;
  font-style: normal;
  border-radius: 6px;
  padding: 12px 72px;
  font-weight: 400;
  max-width: 320px;
  font-size: 21px;
  color: #FFFFFF;
  margin: 0 auto;
	margin-top: 20px;
}
.imgvalores {
	font-size: 102px;
	color: #398bef;
	line-height: 1em;
	margin-bottom: 20px;
}
.title-valores {
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 15px;
}
.content-valores {
	font-size: 17px;
	line-height: 1.5em;
}
.bkg-gray {
	background: #f2f2f2;
	padding: 2% 0;
}
.bulletsB  {
	margin: 0;
	padding: 0;
}
.bulletsB li{
	list-style-type: none;
	padding: 0 0 10px 20px;
	position: relative;
	font-size: 18px;
}
.bulletsB li:before{
	font-family: "Posnet";
	font-weight: normal;
	font-style: normal;
	content: "\f002";
	position: absolute;
	left: 0;
	font-size: 15px;
	color: #0079db;
}
.beneficiosinfo {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 25px;
}
.buttoncontact a{
	width: 100%;
	max-width: 360px;
	padding: 8px 0;
	font-size: 21px;
	background: #0078d7;
}
footer {
	background: #232323;
	padding: 10px 0 18px;
}
.logo-footer {
	width: 150px;
	margin-bottom: 12px;
}
.title-footer {
	color: #00afe0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.tabfooter {
	padding: 0;
	margin:0 0 15px;
}
.tabfooter li {
	list-style-type: none;
	padding: 0 0 5px 0;
}
.tabfooter li a {
	font-size: 15px;
	line-height: 1em;
	color: #7f7f7f;
}
.contact-footer {
	font-size: 14px;
	line-height: 1.5em;
	color: #7f7f7f;
}
.overflow-hidden {
	overflow: hidden;
}
.spaceTables {
	padding: 30px 0;
}
#menuText {
	position: absolute;
	z-index: 3;
	font-weight: 300;
	color: #333;
	display: none;
	font-size: 30px;
	padding-left: 12px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#menuText.activem {
	display: block;
}
.bkg-mediosRecargas {
	position: relative;
	padding-bottom: 30px;
}
.bkg-mediosRecargas:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	height: 30%;
	width: 100%;
}
#backto {
	cursor: pointer;
	display: block;
	color: #333;
	font-size: 14px;
	padding-bottom: 7px;
	font-weight: 600;
}
#id_error_pass {
	display: none;
	color: #fff;
	padding: 7px 0;
	font-size: 15px;
	background: rgb(255,100,100);
	border-radius: 6px;
}
#id_error {
	display: none;
	color: #fff;
	padding: 7px 0;
	font-size: 15px;
	background: rgb(255,100,100);
	border-radius: 6px;
	margin: 14px 0 0;
}
.iniciarsesion {
	display: inline-block;
	margin: 30px 0 0;
	color: #007bff;
	font-weight: 600;
	cursor: pointer;
}
.wrapper-pass {
	position: relative;
}
.wrapper-pass small {
	position: absolute;
	right: 0;
	top: 0;
	color: #007bff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	padding: 15px;
}
@media (min-width: 576px) {
	.wrapper-registro {
		width: 50%;
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	#drowdownTopMenu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 2;
	}
	#drowdownTop {
		position: relative;
		z-index: 3;
	}
	#drowdownTopMenu {
		height: 0;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.25s ease-in-out;
		-moz-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
	}
	#drowdownTopMenu.active {
		height: 100vh;
		opacity: 1;
	}
	#drowdownTopMenu .navbar-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		height: 100vh;
		padding-left: 0;
		list-style-type: none;
	}
	.g-recaptcha {
		transform: scale(0.90);
		transform-origin: 0 0;
	}
	#rc-imageselect   {
		transform: scale(1);
		transform-origin: 0 0;
	}
	.g-recaptcha iframe {
		width: 100% !important;
	}
}
@media (min-width: 768px) {
	img.phonesTop {
		margin-top: -50px;
	}
	.overlayTa {
		position: absolute;
		left: 0;
		top: 50%;
		color: #fff;
		background: rgba(0,0,0,0.6);
		font-size: 34px;
		font-weight: 300;
		line-height: 1.2em;
		padding: 1% 4%;
		width: 46%;
		margin-top: -110px;
		max-width: 50%;
	}
	.overlayTaNew {
		background-color: rgb(0,0, 0, .5);
    text-align: center;
		font-size: 24px;
		padding: 32px;
		max-width: 640px;
		height: auto;
		width: 100%;
		margin: 0;
	}
	.wrapper-overlay {
    margin-left: 30px;
		top: 30%;
		position: absolute;
		height: 220px;
		z-index: 1;
		width: 100%;
	}
	.loginform {
		float: right;
		background: rgba(255,255,255,0.75);
		margin-top: 8%;
		padding: 20px 25px 30px;
		border-radius: 7px;
		width: 352px;
		margin: 30px auto 0;
		min-height: 350px;
		position: relative;
		overflow: hidden;
	}
	.top-contact {
		text-align: right;
	}
	.navbar-light .navbar-nav .nav-link {
		margin-left: 24px;
		font-size: 18px;
		font-weight: 400;
	}
	.mediosText {
		color: #fff;
	}
	footer {
		padding: 2% 0;
	}
	#formLost .btn-ingresar button {
		display: inline-block;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	.overlayTa {
		font-size: 43px;
	}
}

