html {
    box-sizing: border-box;
}


*,
*:before,
*:after {
    box-sizing: inherit;
    padding: 0;
}

@font-face{
    font-family: futuraDemi;
    src: url(../fonts/FuturaPTDemi.otf)
}
@font-face{
    font-family: futuraMedium;
    src: url(../fonts/FuturaPTMedium.otf)
}
@font-face{
    font-family: futuraBook;
    src: url(../fonts/FuturaPTBook.otf)
}
@font-face{
    font-family: futuraBold;
    src: url(../fonts/FuturaPTBold.otf)
}
@font-face{
    font-family: futuraHeavy;
    src: url(../fonts/FuturaPTHeavy.otf)
}
@font-face{
    font-family: futuraLight;
    src: url(../fonts/FuturaPTLight.otf)
}

/* padding */
.p-0{
    padding: 0;
}
.pt-64px
{
    padding-top: 4rem;
}
.pt-80px
{
    padding-top: 5rem;
}
.pt-7rem{
    padding-top: 7rem;
}

.interlineado-24{
    line-height: 1.5rem;
}
@media(min-width:576px){
    .pt-7rem{
        padding-top: 4rem;
    }
}
@media(min-width:786px){
    .pt-64px
    {
        padding-top: 0rem;
    }
    .pt-7rem{
        padding-top: 0rem;
    }
}
/* Posiciones */
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}

/* width */
.w100{
    width: 100%;
}
.w90{
    width: 90%;
}
.h100{
    height: 100%;
}
.w300{
    width: 18.75rem;
}
.w-32{
    width: 2rem;
}
.w-500{
    width: 500px;
}
.w160px{
    width: 160px;
}

.video_height{
    height: 41rem;
}

@media(max-width:768px){
    .video_height{
        height: 12rem;
    }
    
}
/* Fuentes */
.futura_book{
    font-family: futuraBook;
}
.futura_medium{
    font-family: futuraMedium;
}
.futura_demi{
    font-family: futuraDemi;
}
.futura_bold{
    font-family: futuraBold;
}
.futura_heavy{
    font-family: futuraHeavy;
}
.futura_light{
    font-family: futuraLight;
}

.btn-modal{
    border: none;
    background: transparent;
}

h1{
    font-size: 2.3rem !important;
}
h2{
    font-size: 2rem;
}
h3{
    font-size: 1.5rem; 
}
p{
    color: #002856;
    font-size: 1rem;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.font-w300{
    font-weight: 700;
}

 
/* COLORES */
.text-blue-50{
    color: #4377FF;
}
.text-blue-100{
    color: #1F49B6;
}
.text-blue-200{
    color: #002856;
}
.text-blue-900{
    color: #002856;
}
.text-white{
    color: #fff;
}
.text-gray-50{
    color: #A8A9AC;
}
.text-gray-{
    color: #8D8D8D;
}

.text-shadow{
    
    text-shadow: 2px 3px 1px #0000001a, 5px 4px 5px rgb(139 142 147);
}
.fs_16{
    font-size: 1rem;
}
.fs_19{
    font-size: 1.18rem;
}
.fs_20{
    font-size: 1.25rem;
}
.fs_22{
    font-size: 1.4rem;
}
.fs_24{
    font-size: 1.5rem;
}
.fs_29{
    font-size: 1.8rem;
}
.fs_30{
    font-size: 1.9rem;
}
.fs_32{
    font-size: 2rem;
}
.fs_40{
    font-size: 2.5rem;
}
.fs_46{
    font-size: 2.87rem;
}
.fs_52{
    font-size: 3.25rem;
}
.fs_64{
    font-size: 4rem;
}

.letter-space-8px{
    letter-spacing: .5rem;
}
.letter-space-4px{
    letter-spacing: .25rem;
}




@media(max-width: 768px){
    .fs_46{
        font-size: 1.3rem;
    }
    .fs_52{
        font-size: 2.25rem;
    }
    .fs_64{
        font-size: 3rem;
    }
        
}
/* background */

.bg-blue-50{
    background-color: #4377FF;
}
.bg-blue-100{
    background-color: #1F49B6;
}
.bg-blue-900{
    background-color: #002856;
}
.bg-white{
    background-color: #fff;
}
.bg-gray-50{
    background-color: #D9D9D9;
}
.bg-gray-{
    background-color: #8D8D8D;
}
.bg-gradient-blue{
    height: 100%;
    background-color: #1f49b6a8;
}
.bg-blue-trasparent{
    height: 100%;
    background-color: #002856a8;
    background-size: cover;
    background-position: center center;
}
.bg-gradient-blue__50{
    background: rgb(16,37,43);
    background: linear-gradient(90deg, #002856  0%, rgba(51,80,203,1) 47%, #002856 100%);
}
.bg-indicadores{
    background-image: url("../img/bg/indicadores.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-footer-rs{
    background-image:none ;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-bg{
    background-image: url("../img/bg/footer_web.jpg");
    background-position: center center;
    background-size: cover;
    height: 50vh;
}

@media(max-width: 1199px){
    .bg-indicadores{
        background-image: url("../img/bg/indicadores_movil.jpg");
    }   

    .footer-bg{
        background-image:none;
    }
    .bg-footer-rs{
        background-color: #1F49B6;
        background-size: cover; 
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media(max-width: 992px){
    .bg-indicadores{
        background-image: url("../img/bg/indicadores_movil.jpg");
    }   
}   


.ml-5rem{
    margin-left: 5rem;
}
@media(max-width:768px)
{
    .ml-5rem{
        margin-left: 0rem;
    }    
}
/* Border */
.border-blue-top{
    border-top: 10px solid #1F49B6;
}
.border-blue-left{
    border-left: 10px solid #1F49B6;
}

.border-count-left{
    border-left: 1px solid #fff ;
}
.border-count-right{
    border-right: 1px solid #fff;
}

.box-shadow-1{
    box-shadow: 10px 13px 23px 4px rgba(140,140,140,0.58);
-webkit-box-shadow: 10px 13px 23px 4px rgba(140,140,140,0.58);
-moz-box-shadow: 10px 13px 23px 4px rgba(140,140,140,0.58);
}
@media (max-width:1200px){
    .border-count-left{
        border-left: none ;
    }
    .border-count-right{
        border-right: none;
    }
}
.hr-white{
    border: 2px solid #fff;
    text-align: center;
}
.hr_white_short{
    border: 1px solid #fff;
    text-align: center;
    width: 100px;
}
.hr-blue{
    border: 1px  solid #002856;
    width: 3rem; 
}
.hr-testimonio{
    border: 1px solid #fff;
}
.hr-footer{
    border: 2px solid #1f49b7;
}
.z-99{
    z-index: 99;
}
.z-1032{
    z-index: 1032;
}

.icon-menu{
    width: 1.25rem;
}
.contend-beneficicios div{
    height: 75px;
    width: 75px;
}
.contend-soporte div{
    height:50px ;
    width:50px  ;
}
.contend-beneficicios div:hover{
    background-color: #1f49b7;
}
.icon-beneficions{
    width: 2.5rem;
}
.icon-soporte{
    width: 2rem;
}
/* header */
.logo-navetec{
    padding: 4px;
    width: 3.5rem;
}

.hero{
    background-image: url(../img/content/lp_pbb_club.png);
    background-size: cover;
    background-position: center center;
    height: 35rem;
}
.bg__login{
    background-image: url(../img/content/portada_login.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
}



/* formulario */

.intencion{
    border: 1px solid #c1c1c1;
    padding: 9px 10px;
    margin-right: 20px;
    text-transform: uppercase;
    color: #c1c1c1;
}

@media (min-width: 768px){
    .intencion{
        border: 1px solid #c1c1c1;
        padding: 9px 20px;
        margin-right: 20px;
        text-transform: uppercase;
        color: #c1c1c1;
    }
        
}

.formulario input[type="radio"] {
  display: none;
}
#Form_movil input[type="radio"]{
    display: inline-block;
}
#Form_movil_gracias input[type="radio"]{
    display: block;
}

.formulario input[type="radio"]:checked+label:before {
  display: none;
}

.formulario input[type="radio"]:checked+label {
    padding: 9px 30px;
  background: #002856;
  border-radius: 2px;
  color: #fff !important;
}
#guardar{
    border:#1F49B6 1px solid;
    color: #1F49B6;
    letter-spacing: 5px;
}
#guardar:hover{
    border:#1F49B6 1px solid;
    color: #fff;
    background-color: #1F49B6;
    transition: all ease-in .1s;
    letter-spacing: 5px;
}

.box_logo-blue-n{
    left: 20%;
    top: -125px;
}
.logo-blue-n{
    width: 14.75rem;
}

@media(min-width:460px){
    
    .logo-blue-n{
        width: 16.75rem;
    }   
}
@media(min-width:540px){
    
    .logo-blue-n{
        width: 17.75rem;
    }   
}
@media(min-width:600px){
    
    .logo-blue-n{
        width: 19.75rem;
    }   
    .box_logo-blue-n{
        left: 25%;    
    }
}
@media(min-width:800px){ 
    .box_logo-blue-n{
        left: 30%;    
    }
}
@media(min-width:1000px){ 
    .box_logo-blue-n{
        left: 35%;    
    }
}



.float-text{
    left: -200px;
    top: -300px;
}
.float-text div{
    width: 200px;
}

.wildcard{
    top: -14rem;
    width: 100%;
    z-index: -1;
}
.wildcard div{
    height: 15rem;
}
/* indicadores */
.plus-counter{
    width: 2rem;
    margin-bottom: 1.5rem;
    margin-right: 0.625rem;
    padding-top: 1rem;
}
.count-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3rem 0;
}

.encabezado_mapa{
    margin-top: 5rem;
    border-left: 6px solid #fff;
    padding-left: 7px;
}

.n-box{
    top: -9rem;
    left: 7rem;
}
.ptfooter-10{
    padding-top: 5rem;
}

.footer-list{
    list-style: none;
}
/* modificaciones bootstrap */

.dropdown-toggle::after{
   visibility: hidden;
}

.carousel-indicators{
    bottom: -4rem !important;
}
.carousel-indicators li{
    height: .5rem;
    width: 3.125rem;
}

.texto-comodin{
    display: none;
}

@media(min-width: 1500px){
    .texto-comodin{
        display:unset;
    }
}

@media(min-width: 1200px){
    .navetec__modal{
        min-width: 75rem ;
        min-height: 40rem ;
        background: transparent;
    }

    .navetec__modal_contenido{
        min-height: 40rem;
        background: transparent;
        border: none;
    }
}



.pt-btn_invetir{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.container-boton {
    background-color: #1b8335;
    border: 1px solid #fff;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
    padding: 15px;
    transition: ease 0.3s;
    animation: efecto 1.2s infinite;
    margin: 1rem;
}

.container-boton:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.boton-telegram {
    width: 2rem !important;
    transition: ease 1s;
}

@keyframes aparecer{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.ocultar{
    opacity: 0;
}
.animar{
    animation: aparecer 1.3s;
}


@media(min-width:996px){
    .hr-extraordinario{
        margin: 0 4rem;
    }

}
#form_gracias input {
    appearance: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
#form_gracias input[type="radio"]:checked +  label img{
    font-weight: bolder; 
    transform: scale(1.3);
}

@media(max-width:768px){
    .margintop6rem{
        margin-top:6rem;
    }
}

.accordion-item{
    border: 0;
}
.login__icons img{
    width: 100px;
    transition: all .2s ease-in;
}

.login__icons img:hover{
    transform: scale(1.2);
}
