.sin_margen { margin-right:0px; margin-left:0px; }
.sin_padding { padding-left:0px; padding-right:0px;  }
.sin_flex { display:inherit; }

.sin_padding_der { padding-right:0px; }
.sin_padding_izq { padding-left:0px; }

.margen_arriba_1 { margin-top:1%; }
.margen_arriba_2 { margin-top:2%; }
.margen_arriba_3 { margin-top:3%; }
.margen_arriba_4 { margin-top:4%; }
.margen_arriba_5 { margin-top:5%; }

.margen_abajo_1 { margin-bottom:1%; }
.margen_abajo_2 { margin-bottom:2%; }
.margen_abajo_3 { margin-bottom:3%; }
.margen_abajo_4 { margin-bottom:4%; }
.margen_abajo_5 { margin-bottom:5%; }

.padding_arriba_1 { padding-top:1%; }
.padding_arriba_2 { padding-top:2%; }
.padding_arriba_3 { padding-top:3%; }
.padding_arriba_4 { padding-top:4%; }
.padding_arriba_5 { padding-top:5%; }

.padding_abajo_1 { padding-bottom:1%; }
.padding_abajo_2 { padding-bottom:2%; }
.padding_abajo_3 { padding-bottom:3%; }
.padding_abajo_4 { padding-bottom:4%; }
.padding_abajo_5 { padding-bottom:5%; }


body {
    font-family: "Funnel Sans", sans-serif;
    scroll-behavior: auto;
}

.barra_nav {
    background-color: rgba(230, 238, 243, 0.7) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 8;
}

.logo_nav {
    max-width: 150px;
    width: 100%;
}

.nav-item {
    margin-right: 15px;
    position: relative;

    &::before {
        content:'';
        bottom:4px;
        left: 5px;
        height: 2px;
        width: 0;
        position: absolute;
        background: #1C60FF;
        background: linear-gradient(90deg, rgba(28, 96, 255, 1) 0%, rgba(255, 255, 255, 0) 66%);
        transition: .4s all ease-in-out;
    }

    &:hover {
        &::before {
            width: 100%;
        }
        
    }
}

.nav-link {
    color:#075293;
    font-size: 18px;
    transition: .4s all ease-in-out;
    &:hover {
       color:#075293; 
    }
    &:active {
        color:#075293;
    }
    &:focus {
        color:#075293;
    }
}

.c_barra_talk {
    position: relative;
    box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.47);
    -webkit-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.47);
    margin-left: 20px;
    
}

.barra_talk {
    background-color: #CCDDE8;
    min-width: 300px;
    min-height: 62px;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
}

.isologo {
    max-width: 30px;
    width: 100%;
    margin-top: 15px;
}

.habla_nav {
    color:#1C60FF;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-top: 15px;
}

.c_bot_talk {
    position: absolute;
    background-color: #E6EEF3;
    height: 100%;
    min-height: 350px;
    width: 100%;
    box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.47);
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.47);
    border-radius: 0 0 20px 20px;
    padding: 20px;
    z-index: 4;
    transition: .4s all ease-in-out;
    top: 52px;

    button {
        display: block;
        background-color: #05D20C;
        font-size: 20px;
        font-weight: 700;
        color:#FFF;
        text-align: center;
        padding:10px;
        border-radius: 10px;
        text-decoration: none;
        margin-top: 8px;
        transition: .4s all ease-in-out;
        width: 100%;
        border:none;
        &:hover {
            background-color: #12B400;
        }
    }
}

.c_graf_talk {
    transition: .4s all ease-in-out;
}

canvas{
    width:360px;
    height:360px;
    touch-action:manipulation;
}

.menu_activado {
    min-height: 62px;
    top: -10px;
    padding-top: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    a {
        margin-top: 8px;
    }
}

.graf_oculto {
    height: 0;
    overflow: hidden;
}


.banner_home {
    background-image: url('../imagenes/bg_banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 600px;
    padding-top: 130px;
}

.tit_b_home {
    color:#075293;
    font-size: 74px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
    max-width: 650px;
}

.texto_b_home {
    color:#33424F;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    max-width: 640px;
    margin-bottom: 170px;
}

.tit_secc_dark {
    color:#0A2540;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 480px;
    margin-bottom: 50px;
    span {
        color:#1C60FF;
    }
}

.selector_texto {
    border-top: 1px solid #003258;
    transition: .4s all ease-in-out;
}

.ultimo_select_txt {
    border-bottom: 1px solid #003258;
}

.bg_slct_txt_1:hover {
    background-color: #00456A;
    .txt_select {
        color:#FFF;
    }
}

.bg_slct_txt_2:hover {
    background-color: #00547E;
    .txt_select {
        color:#FFF;
    }
}

.bg_slct_txt_3:hover {
    background-color: #337699;
    .txt_select {
        color:#FFF;
    }
}

.bg_slct_txt_4:hover {
    background-color: #6698B3;
    .txt_select {
        color:#FFF;
    }
}

.txt_select {
    color:#435668;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .4s all ease-in-out;
}

.c_num_vert {
    border-top: 6px solid #1C60FF;
    background-color: #FFF;
    padding: 30px;
    box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.47);
    -webkit-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.47);
    min-height: 350px;
    margin-bottom: 30px;
    transition: .4s all ease-in-out;

    &:hover {
        background-color: #1C60FF;
        border-color:#0039B3;
        .num_c_vert {
            color:#FFF;
        }
        .texto_c_vert {
            color:#FFF;
        }
    }
}

.num_c_vert {
    color:#1C60FF;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 500;
    transition: .4s all ease-in-out;
}

.texto_c_vert {
    color:#003258;
    line-height: 1.2;
    transition: .4s all ease-in-out;
}

.tit_secc_azul {
    color:#1C60FF;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 480px;
    margin-bottom: 30px;
}

.texto_secc {
    color:#003258;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 480px;
    margin-bottom: 40px;
}

.barra_iconos {
    background-color: #E6ECFF;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 80px;
    margin-bottom: 70px;
}

.c_iconos {
    max-width: 480px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: -80px;

    /*img {
        box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.37);
    -webkit-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.37);
    }*/
}


.c_num_horiz {
    border-left: 6px solid #1C60FF;
    background-color: #FFF;
    padding: 30px;
    box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.47);
    -webkit-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.47);
    min-height: 350px;
    margin-bottom: 30px;
    transition: .4s all ease-in-out;

    &:hover {
        background-color: #1C60FF;
        border-color:#0039B3;
        .num_c_horiz {
            color:#FFF;
        }
        .texto_c_horiz {
            color:#FFF;
        }
    }
}

.num_c_horiz {
    color:#1C60FF;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 500;
    transition: .4s all ease-in-out;
}

.texto_c_horiz {
    color:#003258;
    line-height: 1.2;
    transition: .4s all ease-in-out;
    font-size: 22px;
    font-weight: 500;
}


.tit_secc_dark_thin {
    color:#0A2540;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 480px;
    margin-bottom: 50px;
    span {
        font-weight: 400;
    }
}

.planes {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0039B3;
    margin-top: 7%;
}

.tit_beneficios {
    color:#FFF;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.c_plan {
    border:1px solid #FFF;
    padding:20px 30px;
    border-radius: 30px;
}

.tit_c_plan {
    color:#FFF;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 28px;
    span {
        font-weight: 400;
    }
}

.texto_c_plan {
    color:#FFF;
    font-size: 18px;
    line-height: 1.2;
}

.linea_c_plan {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    margin: 20px 0;
}

.desde_c_plan {
    font-size: 18px;
    color:#FFF;
    margin-bottom: 5px;
}

.precio_c_plan {
    color:#FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.precio_mes_c_plan {
    color:#FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 50px;
}

.check_c_plan {
    color:#FFF;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;

    &::before {
        content:'';
        position: absolute;
        top: 6px;
        left: 0;
        width: 15px;
        height: 15px;
        background-image: url('../imagenes/check.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.subtit_c_plan {
    color:#FFF;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.aclaracion {
    color:#FFF;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 30px;
}

.tit_bienvenido {
    color:#075293;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.1;
    margin-bottom: 50px;
    text-align: center;
}

.bot_contactanos {
    color:#FFF;
    font-size: 18px;
    font-weight: 700;
    padding:15px 22px;
    border-radius: 40px;
    display: table;
    margin:0 auto;
     /* gradiente duplicado: normal + invertido */
    background: linear-gradient(90deg,
        rgba(28, 96, 255, 1) 0%,
        rgba(0, 38, 66, 1) 50%,
        rgba(0, 38, 66, 1) 50%,
        rgba(28, 96, 255, 1) 100%
    );
    background-size: 200% 100%;   
    background-position: left;
    text-decoration: none;
    transition: .4s all ease-in-out;
   
    i {
        font-size: 28px;
        margin-right: 10px;
         vertical-align: bottom;
        
    }

    &:hover {
       background-position: right;
    }
}

.footer {
    background-color: #003258;
    padding-top: 60px;
    padding-bottom: 20px;
}

.logo_footer {
    margin-top: 30px;
}

.texto_footer {
    color:#FFF;
}

.texto_footer_2 {
    color:#FFF;
    margin-top: 40px;
    margin-bottom: 20px;
}

.derechos {
    color:#FFF;
    margin-top: 15px;
}

.mail_footer {
    color:#FFF;
    font-weight: 700;
}

.redes {
    margin-top: 5px;
    a {
        display: inline-block;
        margin-left: 10px;
    }
    i {
        color:#FFF;
    }
}




/***************************************************************** RESPONSIVE ********************************************************/

@media (max-width: 991px) { 

    .c_bot_talk {
        min-height: 62px;
        top: -10px;
        padding-top: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
        button {
            margin-top: 8px;
        }
    }

    .c_graf_talk {
        height: 0;
        overflow: hidden;
    }

    .barra_talk {
        background-color: transparent;
    }

    .c_barra_talk {
        box-shadow: none;
        position: absolute;
        margin-left: 220px;
        top: 7px;
    }

    .c_iconos {
        max-width: 100%;
    }

    .c_plan {
        min-height: 944px;
    }

    .tit_bienvenido {
        font-size: 44px;
    }

}



@media (max-width: 767px) { 

    .c_plan {
        min-height: auto;
    }

    .c_barra_talk {
        margin-left: 170px;
        top: 8px;
    }

    .barra_talk {
        display: none;
    }

    .c_bot_talk {
        position: relative;
        button {
            display: inline-block;
            padding:10px 20px;
            font-size: 18px;

        }

    }

    .tit_b_home {
        font-size: 40px;
    }

    .banner_home {
        min-height: auto;
        padding-top: 110px;
    }

    .texto_b_home  {
        font-size: 22px;
        margin-bottom: 120px;
    }

    .tit_secc_dark {
        font-size: 36px;
    }

    .ultimo_select_txt {
        margin-bottom: 50px;
    }

    .c_num_vert {
        min-height: 250px;
    }

    .tit_secc_azul {
        font-size: 36px;
    }

    .c_num_horiz {
        min-height: 250px;
    }

    .tit_secc_dark_thin {
        font-size: 36px;
    }

    .precio_c_plan {
        font-size: 40px;
    }

    .c_plan {
        margin-bottom: 30px;
    }

    .check_c_plan {
        margin-bottom: 15px;
    }

    .precio_mes_c_plan {
        margin-bottom: 20px;
    }

    .tit_bienvenido {
        font-size: 36px;
    }

    .logo_footer {
        margin-top: 0;
        max-width: 250px;
        margin-bottom: 40px;
    }

    .footer {
        .col-md-6 {
            text-align: left !important;
        }
    }

    .mail_footer {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .aclaracion {
        font-size: 12px;
        margin-top: 0;
    }


}

@media (max-width: 500px) { 

    .logo_nav {
        max-width: 120px;
    }

    .c_barra_talk {
        margin-left: 140px;
        top: 10px;
    }

    .c_bot_talk {
        max-width: 170px;
        padding: 0;
        button {
            padding:8px 10px;
        }
    }

}









html {
    scroll-behavior: auto !important;
}