body{
    overflow-x: hidden;
    font-family: 'CorporativeSansRd-Regular';
    background-color: #FAFAFA;
}

h1{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
}

/*Header*/
.header-landing{
    position: fixed;
    width: 100vw;
    top: 0px;
    z-index: 10;
}

.header-landing .navbar{
    padding: 0px;
}

.header-landing .bar-menu{
    width: 100vw;
    padding: 5px 15px;
    border-bottom: 1px solid #353A3F;
}

.header-landing .navbar-nav{
    padding: 0px 17px;
    margin: 20px 0px;
}

.header-landing .navbar-toggler{
    border: 0px;
    position: absolute;
    right: 5px;
    top: 12px;
}

.header-landing .navbar-toggler i{
    color: #fff;
}

.header-landing .menu .nav-item{
    text-transform: uppercase;
    line-height: 35px;
}

/*contenedor*/
.main-container{
    padding-top: 54px;
}

.section-landing{
    width: 100%;
}

.sub-title{
    font-weight: 900;
    font-style: italic;
    font-family: 'CorporativeSansRd-BoldIt';
}

.btn-landing{
    width: 240px;
    color: #000;
    border: 0px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 10px auto;
    padding: 7px 0px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 89px 89px 89px 89px;
    -moz-border-radius: 89px 89px 89px 89px;
    -webkit-border-radius: 89px 89px 89px 89px;
    font-family: 'CorporativeSansRd-Black';
    font-size: 19px;
}

.btn-landing:hover{
    color: #000;
    text-decoration: none;
}

.btn-opt{
    display: block;
    width: 180px;
    float: right;
    text-align: center;
    color: #000;
    border: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
    border-radius: 89px 89px 89px 89px;
    -moz-border-radius: 89px 89px 89px 89px;
    -webkit-border-radius: 89px 89px 89px 89px;
    font-size: 14px;
    padding: 4px 10px;
    font-family: 'CorporativeSansRd-Black';
}

.btn-opt:hover{
    color: #000;
    text-decoration: none;
}

.g-r-title{
    font-size: 25px;
    color: #FFF;
    padding-top: 35px;
}

.g-r-sub-title{
    text-transform: initial;
    color: #FFF;
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.top{
    top: 20px; /*Depende de la altura de la imagen*/
    position: relative;
}

.product{
    padding-bottom: 15px;
    width: 280px;
    display: block;
    margin: 0px auto;
}

.p-highlight{
    font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
}

.product .product-l img{
    width: 60%;
    height: 60%;
    max-width: 270px;
    float: left;
}

.product .product-r img{
    width: 60%;
    height: 60%;
    max-width: 270px;
    float: right;
    /*left: calc(40%);*/
}

.product .product-r .product-text{
    position: relative;
    right: -10px;
    float: left;
}

.product .product-l .product-text{
    position: relative;
    /* right: 35px; */
    float: right;
}

.product .product-text .title{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-family: 'CorporativeSansRd-Black';
}

.product .product-text .price{
    font-size: 13px;
    font-family: 'CorporativeSansRd-Book';
    font-weight: 500;
}

.product .product-l .product-text .price{
    text-align: right;
}

.product .product-r .product-text .price{
    text-align: left;
}

.product .desc h4{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'CorporativeSansRd-Black';
    margin-bottom: 0px;
}

.product .desc .list{
    margin-bottom: 0px;
    font-family: 'CorporativeSansRd-RegularIt';
}

.product .desc .list i{
    position: relative;
    bottom: 4px;
    color: #00D84D;
    font-size: 4px;
}

.product hr{
    height: 20px;
    overflow: hidden;
    margin: 0px;
    border: 0;
}

.product hr:after{
    content:"..................................................................................................................................................";
    letter-spacing: 20px; /* Use letter-spacing to increase space between dots*/
}

.input-dir{
    width: 245px;
    margin: 0px auto;
}

.input-landing{
    text-transform: uppercase;
    font-family: 'CorporativeSansRd-Book';
}

.title-recharge{
    padding: 15px 0px;
}

.title-recharge h1{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
}

.title-recharge h3{
    font-weight: 600;
    margin: 0px;
}

#second-section .f-medium{
    line-height: 23px;
    padding-top: 11px;
    font-size: 29px;
}

.opt-recharge{
    padding: 20px 0px;
}

.opt-recharge .box{
    margin: 10px auto;
    width: 235px;
}

.faq-section h1{
    font-weight: 900;
    text-transform: initial;
    font-family: 'CorporativeSansRd-Black';
    line-height: 30px;
    font-size: 32px;
}

.faq-section .mail{
    color: initial;
    text-decoration: none;
    cursor: pointer;
}

.faq-section .wp{
    color: #000;
    font-size: 25px;
    cursor: pointer;
    text-decoration: none;
    line-height: 20px;
    font-family: 'CorporativeSansRd-BlackIt';
}

footer{
    width: 100%;
    background-color: #262E30;
    text-align: center;
    padding: 30px 10px;
    margin-top: 30px;
}

footer .cpr{
    color: #fff;
    font-size: 13px;
    padding-top: 20px;
}

/*Pagina de contacto*/
.contact-page .title-contact{
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0px;
}

/*Pagina de convertura*/
.coverage-page .title-coverage{
    color: #FFF;
    font-size: 35px;
    padding-top: 10px;
}

.coverage-page .logo-star{
    background-image: url('../img/starts.png');
    background-size: contain;
    width: 250px;
    margin: 0px auto;
    background-position-x: 40px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}

.coverage-page .face{
    width: 100px;
}

.coverage-page .t-2{
    font-size: 25px;
    padding-top: 10px;
    line-height: 25px;
    margin-bottom: 10px;
}

.coverage-page .t-3{
    font-size: 18px;
    margin-bottom: 10px;
}

.coverage-page .im-1{
    width: 35px;
    padding-bottom: 20px;
}

/*Pagina FAQ*/
.faq-page{
    padding-top: 90px;
    background-color: #000;
}

.faq-page .title-faq{
    font-size: 22px;
    color: #00D84D;
    font-weight: 900;
    padding-bottom: 12px;
}

.w-s-l ul, .w-s-l li { list-style: none; }

.faq{
    padding: 0px;
    margin: 0px;
}

.faq li.q {
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 5px 5px;
}

.faq li.q i{
    color: #00D84D;
    font-size: 18px;
}

.faq li.q img {
    padding-right: 10px;
}

.faq li.a {
    display: none;
    color: #B3B3B3;
    padding-left: 20px;
    font-size: 16x;
    padding-bottom: 10px;
}

.faq li.a a{
    color: #dcd8d8;
    font-weight: 600;
}

.check-list li:before {
    content: "•";
    padding-right: 8px;
    color: #fff;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width:800px) {
    #container { width: 90%; }
}

/*Page recharger*/
.recharge-page .title-recharge{
    font-size: 23px;
    padding: 8px 0px;
    background-color: #00D84D;
    width: 100%;
    position: absolute;
    left: 0px;
    text-transform: uppercase;
}

.recharge-page .content-form-locate{
    margin: 20px 17px;
}

.recharge-page .content-form-locate .input-number{
    width: 60%;
    float: left;
}

.recharge-page .content-form-locate .btn-locate-content{
    float: right;
}

.recharge-page .btn-locate{
    width: 100px;
    color: #000;
    border: 0px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 3px auto;
    padding: 2px 0px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 89px 89px 89px 89px;
    -moz-border-radius: 89px 89px 89px 89px;
    -webkit-border-radius: 89px 89px 89px 89px;
    font-family: 'CorporativeSansRd-Black';
    font-size: 15px;
}

.content-form-locate .form-content{
    margin: 0px auto;
    max-width: 500px;
}

#map{
    /*margin: 0px 40px;*/
    height: 50vh;
    min-height: 300px;
}

#map-content{
    width: 100%;
    height: calc(100% - 65px);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*Problem recharge page*/

.problem-recharge-page .title-problem{
    font-size: 18px;
    line-height: 24px;
}

.problem-recharge-page .step-content .step span{
    padding-right: 5px;
    font-size: 18px;
}

.problem-recharge-page .step-content .step-txt{
    margin-left: 30px;
}

/*Miscelaneos*/
.custom-a{
    color: #000;
    text-decoration: none;
}

.custom-a:hover{
    color: #000;
    text-decoration: none;
}

.f-w-500{
    font-weight: 500;
}

.f-regular{
    font-family: 'CorporativeSansRd-Regular' !important; 
}

.f-medium{
    font-family: 'CorporativeSansRd-Medium' !important;
}

.f-blackit{
    font-family: 'CorporativeSansRd-BlackIt' !important;
}

.f-black{
    font-family: 'CorporativeSansRd-Black' !important;
}

.f-book{
    font-family: 'CorporativeSansRd-Book' !important;
}

.f-bold{
    font-family: 'CorporativeSansRd-Bold' !important;
}

.f-regularit{
    font-family: 'CorporativeSansRd-RegularIt' !important;
}

.f-boldit{
    font-family: 'CorporativeSansRdAlt-BoldIt' !important;
}

.f-s-20{
    font-size: 20px;
}

.f-s-19{
    font-size: 19px;
}

.f-s-17{
    font-size: 17px;
}

.f-s-15{
    font-size: 15px;
}

.f-s-13{
    font-size: 13px;
}

.f-s-12{
    font-size: 12px;
}

.f-c-m{
    color: #00D84D !important;
}

.f-c-bl{
    color: #000 !important;
}

.f-c-g{
    color: #6A8084 !important;
}

.f-c-w{
    color: #fff !important;
}

.f-c-fc{
    color: #6A8084 !important;
}

.f-c-btn{
    color: #262E30 !important;
}

.back-c-pl{
    background-color: #262E30;
}

.back-c-s{
    background-color: #6A8084;
}

.back-c-g{
    background-color: #6A8084;
}

.back-w-pc{
    background-color: #FAFAFA;
}

.back-c-p{
    background-color: #00D84D;
}

.back-c-b{
    background-color: #000;
}

.p-t-90{
    padding-top: 90px;
}

.p-t-60{
    padding-top: 60px;
}

.p-t-40{
    padding-top: 40px;
}

.p-t-30{
    padding-top: 30px;
}

.p-t-20{
    padding-top: 20px;
}

/*Padding alto = a altua del menu*/
.p-t-menu{
    padding-top: 54px;
}

.p-t-10{
    padding-top:10px;
}

.m-b-0{
    margin-bottom: 0px;
}

.d-g{
    display: grid;
}

.w-100{
    width: 100%;
}

.max-width{
    max-width: 900px;
}

.txt-upper{
    text-transform: uppercase;
}

.l-s-1{
    letter-spacing: 1px;
}

.icon-in{
    width: 20px;
    position: relative;
    top: -2px;
}

/*Portal*/

.btn-portal-v{
    width: 260px;
    color: #000;
    border: 0px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 10px auto;
    padding: 3px 0px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 89px 89px 89px 89px;
    -moz-border-radius: 89px 89px 89px 89px;
    -webkit-border-radius: 89px 89px 89px 89px;
    font-family: 'CorporativeSansRd-Black';
    font-size: 19px;
}

.btn-portal-v:hover{
    color: #000;
    text-decoration: none;
}

.btn-portal-inv{
    width: 260px;
    color: #00D84D;
    border: 2px solid;
    border-color: #00D84D;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 10px auto;
    padding: 3px 0px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 89px 89px 89px 89px;
    -moz-border-radius: 89px 89px 89px 89px;
    -webkit-border-radius: 89px 89px 89px 89px;
    font-family: 'CorporativeSansRd-Black';
    font-size: 19px;
}

.btn-portal-inv:hover{
    color: #00D84D;
    text-decoration: none;
}

/*Home*/
.background-netwey{
    width: 100vw;
    height: calc(100vh - 53px);
    position: relative;
    left: -15px;
    top: 53px;
    overflow: hidden;
}

.home-portal .background .top-circle{
    position: absolute;
    left: calc(100vw - 90px);
    top: 20px;
}

.home-portal .background .top-circle img{
    width: 70px;
}

.home-portal .background .middle-circle{
    position: absolute;
    top: calc((100vh/2) - 115px);
    left: -80px;
}

.home-portal .background .middle-circle img{
    width: 160px;
}

.home-portal .background .bottom-circle{
    position: absolute;
    top: calc(100vh - 198px);
    left: calc(100vw - 145px);
}

.home-portal .background .bottom-circle img{
    width: 250px;
}

.home-portal .background .home-content{
    margin: 10px 50px;
    position: relative;
    top: calc((100vh/2) - 215px);
}

.home-portal .background .home-content .logo-net{
    width: 130px;
}

.home-portal .background .home-content .txt{
    color: #fff;
    font-size: 20px;
    padding-top: 15px;
}

.home-portal .background .home-content .txt-2{
    font-size: 19px;
    padding-top: 15px;
    font-weight: 100;
}

.home-portal .background .home-content .txt-3{
    margin: 0px;
    font-size: 19px;
}

.home-portal .background .home-content .connect{
    width: 140px;
}

/*Login portal*/
.div-point-content{
    padding: 18px 28px;
}
.div-point-content .div-point{
    background-image: url('../img/div_point.png');
    width: 100%;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    max-width: 520px;
    margin: 0px auto;
}

.div-point-2-content{
    padding: 18px 28px;
}
.div-point-2-content .div-point{
    background-image: url('../img/div_point2.png');
    width: 100%;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    max-width: 520px;
    margin: 0px auto;
}

.login-portal .title{
    font-size: 28px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

/*Register portal*/

.background-register{
    width: 100vw;
    height: calc(100% - 233px);
    position: absolute;
    left: 0px;
    overflow: hidden;
}

.register-portal .background .top-circle{
    position: absolute;
    left: calc(100vw - 80px);
    top: 20px;
}

.register-portal .background .top-circle img{
    width: 40px;
}

.register-portal .background .middle-circle{
    position: absolute;
    top: 80px;
    left: -45px;
}

.register-portal .background .middle-circle img{
    width: 80px;
}

.register-portal .bottom-circle{
    top: calc(100vh - 150px);
    left: calc(50vw - 100px);
}

.register-portal .bottom-circle img{
    width: 200px;
}

.register-portal label{
    text-align: left;
}

.register-portal label a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.register-portal .form-check-label{
    font-size: 14px;
    font-weight: 100;
}

.input-no-edit p{
    border-bottom: 1px solid;
    border-color: #00D84D;
    text-align: left;
    padding: 0px 10px;
}

/*account*/
.account-portal .item-account h4{
    color: #fff;
    font-size: 14px;
    font-family: 'CorporativeSansRd-Book';
    text-align: left;
    margin-bottom: 0px;
}

.account-portal .item-account p{
    color: #fff;
    font-size: 13px;
    font-family: 'CorporativeSansRd-Bold';
    text-align: left;
    font-weight: 100;
    letter-spacing: 1px;
}

.account-portal .item-account .group-progress{
    width: 260px;
}

.account-portal .item-account .group-progress .l-progress{
    float: right;
    background-color: #00D84D;
    border-radius: 4px;
    padding: 0px 4px;
    font-family: 'CorporativeSansRd-Black';
    text-align: center;
    margin: 0px;
    font-size: 15px;
    position: relative;
    top: 8px;
    min-width: 75px;
}

.account-portal .item-account .progress{
    margin-top: 9px;
    border-radius: 50px;
    height: 21px;
    background-color: #6A8084;
    width: 170px;
    float: left;
}

/*Menu de mi cuenta*/
.menu-account-header{
    top:53px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.menu-account-header .navbar-brand{
    color: #fff;
    font-family: 'CorporativeSansRd-Bold';
    letter-spacing: 2px;
    font-size: 13px;
}

.menu-account-header .navbar-toggler{
    border: 0px;
    position: absolute;
    right: 11px;
    top: 5px;
    padding: 0px 8px;
}

.menu-account-header .nav-custom{
    padding: 0px;
}

.menu-account-header .nav-custom .bar-menu{
    background-color: #6A8084;
    width: 100vw;
    padding: 0px 15px;
}

.menu-account-header .nav-custom .nav-item a{
    color: #000;
    font-family: 'CorporativeSansRd-Bold';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 100;
    line-height: 35px;
}

.menu-account-header .nav-custom .nav-item a:focus{
    color: #000;
}

.menu-account-header .nav-custom .nav-item a:hover{
    color: #000;
}

/*Historial de recargas*/

.history-portal .item-history{
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.history-portal .item-history p{
    margin: 0px;
    line-height: 17px;
    font-family: 'CorporativeSansRd-Book';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.history-portal .item-history label{
    margin: 0px;
    line-height: 17px;
    font-family: 'CorporativeSansRd-Bold';
    letter-spacing: 1px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

label.error{
    color: #ff0000 !important;
}

.with-errors{
    color: #ff0000 !important;
}

.min-height-body{
    min-height: calc(100vh - 260px);
}

.loading-portal{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
}

.loading-portal .icon-content{
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    position: relative;
    top: 48%;
}

/*Modal de compra*/

.form-payement{
    width: 100%;
    height: 600px;
}

.loading-payment{
    width: 100%;
    height: 500px;
    background-color: rgba(0,0,0,.5);
}

.loading-payment .spinner{
    width: 100%;
    text-align: center;
    position: relative;
    top: 230px;
}

.loading-payment .spinner i{
    font-size: 40px;
    color: #FFF;
}

/*Auto activación*/
.login-portal .msg-wellcome{
    margin: 20px 40px;
    font-style: italic !important;
}

.login-portal .title-auto {
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

/*Modal acticion exitosa*/
.act-success .modal-dialog{
    width: 380px;
}

.act-success .modal-content{
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.act-success .title{
    text-align: center;
    font-size: 45px;
    margin: 50px 0px;
}

.act-success .emoticon-content{
    text-align: center;
}
    
.act-success .emoticon-content .emoticon{
    width: 140px;
}

.act-success .emoticon-content .contact{
    width: 40px;
}

.act-success .txt1{
    font-size: 25px;
    text-align: center;
    padding-top: 25px;
    font-weight: 600;
}

.act-success .txt2{
    font-size: 20px;
    text-align: center;
}

.act-success .txt3{
    font-size: 16px;
    text-align: center;
    margin: 0px 50px;
}

.act-success .txt4{
    font-size: 14px;
    text-align: center;
    margin: 0px 50px;
    text-decoration: none;
}

.mesagger-coverage {
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.mesagger-importan-coverage {
    font-weight: bold;
    padding-left: 0px;
    font-size: 14px;
    color: #dc3545;
}

.adv-content{
    margin: 10px 80px;
    padding: 10px;
    border-radius: 5px !important;
    background-color: #ffffff;
}

.adv-content .read{
    color: #101214;
    cursor: pointer;
}

.cus-t{
    position: relative !important;
}

/*.cus-t input{
    width: calc(100% - 30px);
    float: left;
}*/

.cus-t span{
    font-size: 20px;
    position: absolute;
    right: 10px;
    color: #000 !important;
    top: 34px;
}

/* :: 3.5.0 Preloader */
#preloader {
  background: #262e30;
  /*background: -webkit-linear-gradient(to right, #b6e358, #38b143);
  background: linear-gradient(to right, #b6e358, #38b143);*/
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom-color: #00d84d;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* :: 3.6.0 Miscellaneous */

/*captach*/
.captcha{
    max-width: 270px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20PX;
}

.captcha .refresh-captcha{
    font-size: 23px;
    padding: 3px 5px;
    color: #65D94F;
    cursor: pointer;
}

.captcha .alert{
    padding: 2px 10px !important;
    margin-top: 5px !important;
}
