﻿@charset "utf-8";

.check_input_plan_formapago {
    border: 1px solid #2196f3;
}

.container_formapago {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container_formapago input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.checkmark_formapago {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}



/* On mouse-over, add a grey background color */
.container_formapago:hover input + .checkmark_formapago {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_formapago input:checked + .checkmark_formapago {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_formapago:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_formapago input:checked + .checkmark_formapago:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_formapago .checkmark_formapago:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: 0 0;
}

.formapago_text {
    margin-left: 0;
    margin-top: 2px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.div_formapago {
    cursor: pointer;
    width: 47%;
    float: left;
    margin-right: 3%;
}

.div_formapago.pago_anual {
    margin-right: 0;
}

.container_formapago {
    width: 200px;
}

.checkmark_formapago {
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
    float: left;
}

.cont_eyes {
    position: absolute;
    right: 10px;
    top: 10px;
}

.selected {
    border-style: solid;
    border-width: 15px;
}

#form1 {
    overflow: hidden;
}

.precio_strong {
    font-weight: bold;
}

.bts_pram_ls {
    width: 445px;
}

    .bts_pram_ls select {
        padding: 9px 12px;
        margin-bottom: 10px;
    }

    .bts_pram_ls input {
        width: 94%;
        padding: 9px 12px 7px;
    }

.modal_contenido_inf_der img {
    max-width: 447px;
}

.modal_contenido_inf_der .cont_img_mer {
    padding-top: 25px;
    text-align: center;
}

.cont_term {
    float: left;
    width: 85%;
    padding: 10px 11px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    line-height: normal;
    text-align: center;
}




    .cont_term a {
        color: #333;
        font-size: 12px;
        position: relative;
        top: -2px;
    }

.cont_term_alert {
    float: left;
    width: 85%;
    padding: 10px 11px;
    border: 1px solid #ccc;
    line-height: normal;
    text-align: center;
    width: 85%;
    background-color: #f2dede;
}

    .cont_term_alert a {
        color: #333;
        font-size: 12px;
        position: relative;
        top: -2px;
    }

.modal_contenido_inf_der a {
    color: #333;
}

.select_plan {
    float: left;
    width: 100%;
    max-width: 445px;
    margin-bottom: 15px;
}

    .select_plan h4.select_pay {
        font-size: 19px;
    }

    .select_plan a {
        color: #333;
    }

.select_medio_pago {
    float: left;
    width: 99%;
    /*max-width: 395px;*/
}

.cont_resumen {
    float: left;
    width: 90%;
    border: 1px solid #ccc;
    padding: 25px 24px;
}

    .cont_resumen.slicky_price {
        float: left;
        width: 90%;
        border: 1px solid #ccc;
        padding: 25px 24px;
    }

    .cont_resumen h4 {
        float: left;
        width: 100%;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

        .cont_resumen h4.subtitle {
            font-size: 16px;
            margin-top: 10px;
        }

.cont_resumen_int {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    .cont_resumen_int .img {
        float: left;
        width: 175px;
        padding: 15px 10px;
        margin-right: 14px;
    }

        .cont_resumen_int .img img {
            width: 100%;
        }

    .cont_resumen_int .cont_txt h1 {
        font-size: 17px;
        font-weight: bold;
        border: 1px solid #035545;
        float: left;
        padding: 10px 13px 10px 13px;
        color: #fff;
        background: #008973;
        border-radius: 2px;
        width: 45%;
        text-align: center;
        margin-top: 7px;
        margin-bottom: 0;
    }

.oferta_mes {
    float: left;
    /*width: 100%;*/
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 12%;
}

.cont_resumen_int .cont_txt p {
    font-size: 16px;
    font-weight: bold;
}

.cont_resumen ul.a {
    margin: 0 0 0 5px;
    list-style-type: none;
    color: #333;
    line-height: 22px;
}

    .cont_resumen ul.a li {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        line-height: 20px;
    }

        .cont_resumen ul.a li div {
            float: left;
            width: 90%;
        }

        .cont_resumen ul.a li a {
            text-decoration: none;
            color: #3162ab;
        }

            .cont_resumen ul.a li a:hover {
                text-decoration: underline;
            }

        .cont_resumen ul.a li .fa-check {
            float: left;
            margin-right: 10px;
            font-size: 17px;
            color: #008973;
            line-height: 23px;
        }

.mensual {
    float: left;
    width: 48%;
    padding: 0;
    margin-right: 4%;
}

    .mensual.clplan {
        margin-right: 0;
    }

    .mensual.last {
        width: 31.5%;
        margin-right: 0;
    }

        .mensual.last label {
            float: left;
            height: 23px;
            width: 99%;
            margin: 0;
            padding-right: 0;
            padding: 12px 0 10px;
            border: 1px solid #ccc;
        }

        .mensual.last .cont_descrip_plan {
            width: 99%;
            border: 1px solid #ccc;
            border-top: 0;
        }

            .mensual.last .cont_descrip_plan i {
                font-size: 15px;
            }

.cont_descrip_plan .items_plan {
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

    .cont_descrip_plan .items_plan .fa-circle {
        font-size: 7px;
        top: -1px;
    }

.checkmark2 {
    content: "";
    position: absolute;
    background-color: #2196F3 !important;
}

.checkmark3 {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.mensual label {
    float: left;
    height: 23px;
    width: 77%;
    margin: 0;
    padding-right: 0;
    padding: 12px 10px 14px 36px;
    border: 2px solid #ccc;
}

    .mensual label.check_input_plan {
        border-color: #008973;
    }

    .mensual label:hover {
        border-color: #008973;
    }

    .mensual label .checkmark {
        top: 11px;
        left: 15px;
        background: #ccc;
    }

.mensual .cargo_men {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
}

.mensual .monto_men {
    float: left;
    width: 90%;
    text-align: center;
}

.mensual.extranjero {
    width: 100%;
    margin: 0;
}

    .mensual.extranjero label {
        /*width: 39%;*/
        width: 89%;
    }

    .mensual.extranjero .cargo_men {
        width: 92%;
        text-align: left;
        padding-left: 30px;
    }

    .mensual.extranjero .cont_descrip_plan {
        width: 48%;
        padding: 12px 0;
        height: 23px;
        line-height: 24px;
        color: #fff;
        font-size: 17px;
        background: #3162ab;
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        position: relative;
    }

        .mensual.extranjero .cont_descrip_plan .fa-globe {
            font-size: 20px;
            position: absolute;
            left: 25px;
            top: 15px;
            color: #fff;
        }

        .mensual.extranjero .cont_descrip_plan .cont_txt_online {
            font-style: italic;
            font-weight: 600;
            margin-left: 15px;
        }

    .mensual.extranjero label .checkmark {
        top: 11px;
        left: 26px;
    }

.anual {
    float: left;
    width: 47%;
    padding: 0;
}

    .anual label {
        float: left;
        width: 74%;
        margin: 0;
        padding-right: 0;
        padding: 12px 10px 10px 36px;
        border: 1px solid #ccc;
    }

        .anual label:hover {
            border-color: #95c0ff;
        }

        .anual label .checkmark {
            top: 10px;
            left: 10px;
        }

    .anual .cargo_men {
        float: left;
        width: 100%;
        font-weight: bold;
        text-align: center;
    }

    .anual .monto_men {
        float: left;
        width: 90%;
        text-align: center;
    }

.modal_contenido_inf_izq h4.select_pay {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.select_medio_pago h4 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    /*max-width: 395px;*/
    font-size: 18px;
}

.cont_medio_pago_img {
    border-style: none;
}

    .cont_medio_pago_img input {
        float: left;
        width: 27%;
        padding: 5px 8px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .cont_medio_pago_img:nth-child(3) input {
        margin-right: 0;
    }

.cont_medio_pago_full {
    border-bottom: 1px dotted #ccc;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.icons_medioPago {
    float: left;
    width: 50%;
    /*margin-bottom: 25px;*/
    position: relative;
}

.icons_medioPago2 {
    float: left;
    width: 20%;
    /*margin-bottom: 25px;*/
    position: relative;
}

.icons_medioPago.paypal {
    width: 45%;
}

.icons_medioPago.paypal2 {
    width: 25%;
}

.icons_medioPago.cards {
    width: 55%;
}

.cont_check_medio {
    float: left;
    width: 15%;
    position: absolute;
    top: 45%;
    left: 3%;
}

.cont_img_medio {
    float: left;
    /*width: 85%;*/
}

    .cont_img_medio img {
        width: 100%;
    }

.cont_img_paypal {
    max-width: 130px;
    padding-left: 45px;
}

.cont_img_paypal2 {
    max-width: 90px;
    padding-left: 35px;
}

.cont_img_cards {
    max-width: 208px;
    padding-left: 36px;
}

.icons_medioPago .checkmark {
    top: 4px;
    background: #e1e1e1;
}

.auto-style1 {
    left: 0px;
    top: 0px;
}

.cont_politicas_priv {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .cont_politicas_priv a {
        color: #777;
    }

.cont_txt_msj_cond {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.cont_descrip_plan {
    font-size: 12px;
    background: #e1e1e1;
    float: left;
    width: 117%;
    text-align: center;
    padding: 5px 0;
}

    .cont_descrip_plan i {
        font-size: 16px;
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 4px;
        color: #474e5d;
    }

.flotante {
    display: scroll;
    position: fixed;
    /*bottom: 320px;
            right: 0px;
            top: 250px; */
    bottom: 25px;
    right: 25px;
    z-index: 1;
}

.cont_bt_chat {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    min-width: 300px;
    cursor: pointer;
}

.cont_bt_chat_txt {
    line-height: 55px;
    font-family: 'Open Sans', Arial;
    font-weight: 700;
}

.botonChat {
    /*border-radius: 8px 8px 8px 8px;
            -moz-border-radius: 8px 8px 8px 8px;
            -webkit-border-radius: 8px 8px 8px 8px;
            border: 0px solid #c0c0ed;
            background-color:#c0c0ed;
            text-align:center;*/
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #3162ab;
    text-align: center;
    line-height: 55px;
    /*margin-bottom: 25px;*/
    box-shadow: 0 0 16px #d9d9d9;
    line-height: 65px;
    margin-right: 10px;
}

    .botonChat .fa-comments {
        color: #fff;
        font-size: 25px;
    }

.cont_login_continue {
    float: left;
    width: 100%;
    max-width: 435px;
    padding-top: 30px;
    text-align: center;
}

    .cont_login_continue .login {
        float: right;
        color: #fff;
        background-color: #008973;
        border-color: #126454;
    }

.loginModal {
    color: #fff;
    background-color: #008973;
    border-color: #126454;
}

    .loginModal a {
        font-size: 19px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

.cont_txt_2mes {
    float: left;
    margin-top: 9px;
    text-align: center;
    width: 51%;
    font-size: 13px;
    position: relative;
    line-height: normal;
}

.digital_txt {
    font-size: 13px;
    margin-top: 5px;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.cont_txt_2mes_precio {
    float: left;
    margin-top: 5px;
    text-align: right;
    width: 49%;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.cont_txt_2mes_mensuales {
    float: left;
    margin-top: 5px;
    text-align: left;
    font-size: 18px;
    position: relative;
}


.oferta_precio_bold {
    margin-left: 7px;
    line-height: 22px;
    font-weight: bold;
}

.ofertaTotal_precio_bold {
    line-height: 22px;
    font-weight: bold;
}

.ofertaTotal_mes {
    float: left;
    /*width: 100%;*/
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin-bottom: 0;
}

.contTotal_txt_2mes {
    float: left;
    margin-top: 5px;
    text-align: center;
    width: 51%;
    font-size: 15px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}


.oferta_precio {
    margin-left: 7px;
    line-height: 22px;
}

.cont_txt_2mes .txt_price_2mo {
    font-weight: 800;
}

.txt_mensuales {
    margin-top: 5px;
    font-weight: 400;
    float: left;
}

.cont_detect_user {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    .cont_detect_user .title {
        float: left;
        width: 99.8%;
        margin-bottom: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 15px;
        background: #ffc107;
        border: 1px solid #d09f0b;
        text-align: center;
        padding: 6px 0;
    }

    .cont_detect_user .bts_pram_ls {
        float: left;
        width: 94%;
        margin-left: 15px;
    }

        .cont_detect_user .bts_pram_ls .container {
            margin-bottom: 15px;
        }

        .cont_detect_user .bts_pram_ls .cargo_men {
            font-size: 15px;
            font-weight: 600;
            font-style: italic;
        }

#div_login {
    font-family: Arial, sans-serif;
    display: none;
}

#div_empresa {
    font-family: Arial, sans-serif;
    display: none;
}

.cont_bt_modal_go {
    text-align: center;
}

.cont_login_msj {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    font-weight: normal;
    margin-bottom: 15px;
}




.ui-dialog {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    /*width: 100% !important;*/
    top: 25% !important;
    left: 31% !important;
    max-width: 640px;
}

.ui-widget-overlay {
    background: #000;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.content_log_modal_pram {
    padding: 1.7em;
}

.header_log_modal_pram .img_log_c {
    width: 40%;
    margin-left: 25px;
}

#modalPrivacidad {
    float: left;
    width: 100% !important;
    height: auto !important;
    display: none;
}

    #modalPrivacidad .cont_bt_modal_go {
        float: left;
        width: 100%;
        padding: 25px 0;
    }


    #modalPrivacidad h1 {
        font-size: 16px;
        font-family: Arial, sans-serif;
        margin: 0;
        font-weight: bold;
        text-align: center;
        padding: 0 0 15px 0;
    }

    #modalPrivacidad .btn-lg {
        padding: 5px 7px;
        width: 100px;
        font-size: 17px;
    }


#modalAccesoContacto {
    float: left;
    width: 100% !important;
    height: auto !important;
    display: none;
}

    #modalAccesoContacto .cont_bt_modal_go {
        float: left;
        width: 100%;
        padding: 25px 0;
    }

    #modalAccesoContacto h1 {
        font-size: 16px;
        font-family: Arial, sans-serif;
        margin: 0;
        font-weight: bold;
        text-align: center;
        padding: 0 0 15px 0;
    }

    #modalAccesoContacto .btn-lg {
        padding: 5px 7px;
        width: 100px;
        font-size: 17px;
    }



#modalTerminos {
    float: left;
    width: 100% !important;
    height: auto !important;
    display: none;
}


.terminosMer {
    float: left;
    width: 100%;
    height: 400px;
    font-family: Arial, sans-serif;
}

#modalTerminos .cont_bt_modal_go {
    float: left;
    width: 100%;
    padding: 25px 0;
}

#modalTerminos h1 {
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: bold;
    text-align: center;
    padding: 0 0 15px 0;
}

#modalTerminos .btn-lg {
    padding: 5px 7px;
    width: 100px;
    font-size: 17px;
}

.sbx:before {
    top: -16px;
    height: 43px;
}

.txt_emision {
    margin-right: 5%;
    width: auto;
}

.emision {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.mensual.txt_emision label {
    padding: 12px;
}

.mensual.txt_emision .cargo_men {
    text-align: left;
}

.mensual.txt_emision label {
    padding: 12px 0;
    width: 100%;
}

.emision .mensual.chile {
    width: 33.3%;
}

.emision .mensual.otropais {
    margin-right: 0;
    width: 33.3%;
}

    .emision .mensual.chile label, .emision .mensual.otropais label {
        background: #f9f9f9;
    }

        .emision .mensual.chile label .checkmark, .emision .mensual.otropais label .checkmark {
            top: 11px;
            left: 20px;
        }

.cont_panel_cards {
    float: left;
    width: 100%;
    margin-top: 35px;
}

    .cont_panel_cards .bts_pram_ls_esp {
        margin-bottom: 14px;
    }

        .cont_panel_cards .bts_pram_ls_esp.auto-style1 {
            margin-bottom: 30px;
        }

.mensual.extranjero label {
    width: 87%;
}

.auto-style2 {
    position: absolute;
    top: -11px;
    left: 0;
    height: 25px;
    width: 15px;
    border-radius: 50%;
    background-color: #eee;
}


.messagepop {
    display: none;
}

.tipsy {
    font-size: 13px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
    font-family: 'Open Sans', Arial;
    right: -20px;
    min-width: 330px;
}

.tipsy-inner {
    background-color: #ffc107;
    color: #343a40 !important;
    padding: 9px 10px 7px 11px;
    text-align: left;
    line-height: 16px;
    font-weight: bold;
    font-family: Arial;
}

.tipsy-inner {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #ffc107;
}

.tipsy .fa-times {
    position: absolute;
    right: 10px;
    padding: 7px 9px;
    top: 8px;
    cursor: pointer;
}

.cont_registered {
    float: left;
    margin: 0 4%;
    margin-top: 5px;
}

    .cont_registered p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .cont_registered .title_registered {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 10px;
    }

.cont_select_pay {
    float: left;
    width: 97%;
    padding: 10px 5px;
    background: #f2f2f2;
    border: 1px solid rgba(49, 98, 171, 0.5);
    margin-bottom: 15px;
}

.cont_select_pay_alert {
    float: left;
    width: 97%;
    padding: 10px 5px;
    background: #f2dede;
    border: 1px solid rgba(49, 98, 171, 0.5);
    margin-bottom: 15px;
}


.cont_registered .checkmark {
    background: #ccc;
    border: 2px solid #999;
    width: 15px;
    height: 15px;
    left: 3px;
    top: -2px;
}

.cont_registered .container input:checked ~ .checkmark {
    border-color: transparent;
}

.check_input_plan {
    border: 2px solid #2196f3;
}

.cont_registered .container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
}

.select_pay_user_reg {
    float: left;
    width: 95%;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}

.cont_registered .icons_medioPago.paypal2.check_sevipag .checkmark {
    left: 12px;
    top: -6px;
}

.cont_registered .fa-user {
    color: #1d8ae0;
    font-size: 17px;
    margin-right: 5px;
}

.cont_registered .fa-info-circle {
    font-size: 17px;
    margin-right: 5px;
}

.access_plan {
    float: left;
    width: 95%;
    padding: 15px 15px 5px 15px;
    border: 1px solid #008973;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

    .access_plan .title_plan {
        float: left;
        width: 100%;
        font-weight: bold;
        background: #008973;
        color: #fff;
        margin-top: -15px;
        margin-left: -15px;
        padding: 10px 15px;
        margin-bottom: 20px;
    }

.modal-header {
    position: relative;
}

#boxInicioSesion {
    position: absolute;
    right: 20px;
    top: 13px;
    width: 202px;
    border: 1px solid #ccc;
}

.nombresesion {
    max-width: 184px;
}

.cont_vig_year {
    margin-bottom: 15px;
}

.cont_bts_conti {
    width: 90%;
}

.insert_password {
    width: 40%;
    margin-right: 40px;
}

    .insert_password input {
        line-height: 33px;
        padding: 6px 12px 7px;
    }

    .insert_password ::-webkit-input-placeholder {
        font-size: 17px;
    }

    .insert_password :-moz-placeholder {
        font-size: 17px;
    }

    .insert_password ::-moz-placeholder {
        font-size: 17px;
    }

    .insert_password :-ms-input-placeholder {
        font-size: 17px;
    }

    .insert_password .top_camp_reque {
        right: -14px;
    }

    .insert_password .cont_eyes {
        right: 0;
    }

    .insert_password .fa-eye-slash {
        font-size: 22px;
        position: relative;
        top: 3px;
        right: -2px;
    }

    .insert_password .fa-eye {
        font-size: 22px;
        position: relative;
        top: 3px;
        right: -2px;
    }

.advertencia {
    width: 444px;
}

#ButtonContinuar2, #ButtonContinuar3 {
    display: none;
}

.downloadpdf {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 8px;
}

.txt_download {
    position: relative;
    top: -3px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 13px;
}

.fa-file-pdf {
    font-size: 24px;
    color: #008973;
}

#s1chat_welcome_wrapper.template1 #s1_chat_img {
    background: #008973;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #008973;
    border-color: #035545;
}

.iniciarsesion {
    float: left;
    font-size: 11px;
    color: #000000;
    height: 14px;
    width: 100%;
    max-width: 202px;
    text-align: center;
    padding: 1px 0 0;
    line-height: 15px;
    background-color: white;
}

.nombresesion {
    float: left;
    font-size: 11px;
    color: #000;
    background-color: #D8D9DA;
    height: 16px;
    width: 100%;
    background-image: url('../Imagenes/login.gif');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    text-align: center;
    padding: 1px 0 0 18px;
}

.linkIniciar {
    text-decoration: none;
    color: black;
}

.linkIniciar:hover {
    text-decoration: underline;
    color: black;
}

.div_formapago.pago_men label , .div_formapago.pago_anual label {
    float: left;
    height: 23px;
    width: 80%;
    margin: 0;
    padding-right: 0;
    padding: 12px 10px 14px 33px;
    border: 2px solid #ccc;
    max-width: 163px;
}

.div_formapago.pago_men .formapago_text {
    width: 100%;
    cursor: pointer;
}

.div_formapago.pago_men .checkmark_formapago , .div_formapago.pago_anual .checkmark_formapago {
    position: absolute;
    top: 11px;
    left: 15px;
}

.div_formapago.pago_anual .formapago_text {
    width: 100%;
    cursor: pointer;
    line-height: 15px;
}

.div_formapago.pago_anual .formapago_text .txt_month {
    font-size: 11px;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {

    .ui-dialog {
        left: 19% !important;
    }
}

@media only screen and (max-width: 768px) {

    .errorPW {
        display: none;
    }

    .modal-header {
        text-align: left;
    }

    .img_log_c {
        margin-left: 3%;
        width: 36%;
    }

    #boxInicioSesion {
        top: 9px;
    }

    .modal_contenido_inf_der {
        float: left;
        width: 77%;
    }

    .cont_error_ingreso {
        width: 96%;
    }

    .modal_contenido_inf_izq {
        width: 85%;
    }

    .bts_pram_ls {
        width: 87%;
    }

        .bts_pram_ls input {
            width: 96%;
        }

    .select_plan {
        max-width: 100%;
    }

    .cont_login_continue {
        max-width: 100%;
    }

    .cont_resumen_int .img {
        width: 275px;
    }

    #contenedorRUT.bts_pram_ls {
        width: 100%;
    }

    .mensual label {
        width: 86%;
    }

    .insert_password .top_camp_reque {
        right: 0;
    }

    .insert_password ::-webkit-input-placeholder {
        font-size: 21px;
    }

    .insert_password :-moz-placeholder {
        font-size: 21px;
    }

    .insert_password ::-moz-placeholder {
        font-size: 21px;
    }

    .insert_password :-ms-input-placeholder {
        font-size: 21px;
    }

    .insert_password .cont_eyes {
        right: 10px;
    }

    .insert_password .fa-eye-slash {
        right: 10px;
    }

    .insert_password .fa-eye {
        right: 10px;
    }

    .cont_login_continue {
        display: none;
    }

    #ButtonContinuar2, #ButtonContinuar3 {
        display: block;
        margin: 0 auto 15px auto;
    }

    .ui-dialog {
        left: 11% !important;
    }
}

@media only screen and (max-width: 767px) {


    .advertencia {
        position: unset;
        width: 320px;
        margin-left: 0px;
    }

    .content_log_modal_pram {
        padding: 15px;
    }

    .adv {
        margin-bottom: 0px;
    }

    .bts_pram_ls {
        width: 100%;
    }

    .modal_contenido_inf {
        width: 87%;
        margin: 20px 20px 20px 35px;
    }

    .cont_resumen {
        width: 86%;
    }

        .cont_resumen.slicky_price {
            position: static;
            max-width: 100%;
        }

        .cont_resumen ul.a li .fa-check {
            margin-left: -5px;
        }

    .cont_term {
        width: 94%;
    }

    .cont_term_alert {
        float: left;
        width: 85%;
        padding: 10px 11px;
        border: 1px solid #ccc;
        line-height: normal;
        text-align: center;
        width: 94%;
        background-color: #f2dede;
    }

    .cont_resumen_int .img {
        width: 92%;
    }

    .modal_contenido_inf_der img {
        display: block;
    }

    .cont_titulares_registro {
        width: 100%;
    }

    .bts_pram_ls input {
        width: 93%;
    }

    .cont_resumen_int .cont_txt h1 {
        width: 91%;
        margin-top: 15px;
    }

    .cont_txt_2mes {
        width: 100%;
    }

    .oferta_mes {
        width: auto;
        margin-left: 28%;
    }

    .oferta_precio {
        margin-left: 10px;
    }

    .cont_bt_chat {
        min-width: auto;
        margin-bottom: 0;
    }

    .botonChat {
        margin-right: 0;
    }

    .flotante {
        bottom: 10px;
        right: 15px;
        z-index: 1;
    }

    .cont_bt_chat_txt {
        display: none;
    }

    .cont_error_ingreso {
        margin-bottom: 30px;
    }

    .dimen_bt {
        width: 170px;
    }

    .cont_login_continue {
        margin-bottom: 70px;
    }

    .mensual {
        width: 45%;
        margin-right: 6%;
    }

        .mensual label .checkmark {
            left: 6px;
        }

    .cont_descrip_plan {
        width: 129%;
    }

    .mensual .cargo_men.digital_lite {
        position: absolute;
        left: 14px;
    }

    .mensual .cargo_men.plan_classic {
        line-height: 17px;
        position: absolute;
        top: 7px;
        left: 7px;
        width: 90%;
    }

    .ui-dialog {
        top: 5% !important;
        left: 4% !important;
        max-width: 92%;
    }

    .header_log_modal_pram .img_log_c {
        width: 50%;
    }

    .icons_medioPago.paypal {
        width: 100%;
        margin-bottom: 15px;
    }

    .icons_medioPago.cards {
        width: 100%;
    }

    .mensual.txt_emision {
        width: 100%;
    }
    
    .cont_img_medio {
        padding-left: 14px;
    }

    .cont_img_medio .checkmark {
        height: 25px;
        width: 25px;
    }

    .cont_img_medio img {
        margin-left: 0;
        padding-left: 0 !important;
    }

    .select_pay_user_reg {
        text-align: center;
    }

    .cont_registered .icons_medioPago2 {
        float: left;
        width: 100% !important;
        margin-right: 0 !important;
        left: 25%;
    }

    .cont_registered .icons_medioPago.paypal2 {
        width: 100% !important;
        left: 23%;
    }

        .cont_registered .icons_medioPago.paypal2.check_sevipag {
            width: auto !important;
            left: 25%;
        }

            .cont_registered .icons_medioPago.paypal2.check_sevipag .cont_img_medio img {
                margin-left: 0;
            }

            .cont_registered .icons_medioPago.paypal2.check_sevipag .checkmark {
                left: 3px;
            }

    .cont_bts_conti {
        width: 100%;
    }

    .access_plan {
        width: 90%;
    }

    .oferta_mes {
        margin-left: 10%;
    }

    .modal_contenido_inf_der {
        width: 100%;
    }

    .cont_error_ingreso {
        width: 100%;
    }

    .modal_contenido_inf_izq {
        width: 50%;
    }

    .bts_pram_ls input {
        width: 94%;
    }

    .select_plan {
        max-width: 445px;
    }

    .cont_login_continue {
        max-width: 435px;
    }

    .mensual label {
        width: 77%;
    }

    .modal-header {
        text-align: center;
    }

    .img_log_c {
        margin-left: 0;
        width: auto;
    }

    .insert_password .fa-eye-slash {
        right: -2px;
    }

    .insert_password .fa-eye {
        right: -2px;
    }

    .content_log_modal_pram iframe {
        height: 420px;
    }

    .ofertaTotal_mes {
        width: 100%;
    }

    .div_formapago.pago_men {
        margin-right: 2%;
    }

    .div_formapago.pago_men .checkmark_formapago, .div_formapago.pago_anual .checkmark_formapago {
        left: 6px;
    }

    .div_formapago.pago_men label, .div_formapago.pago_anual label {
        width: 74%;
    }
    
    .div_formapago.pago_men .formapago_text , .div_formapago.pago_anual .formapago_text {
        font-size: 13px;
    }

}


@media only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (min--moz-device-pixel-ratio: 3),
  only screen and (-o-min-device-pixel-ratio: 3/1),
  only screen and (min-device-pixel-ratio: 3) {
    #boxInicioSesion {
        position: static;
        width: 75%;
        border: 1px solid #ccc;
        margin: 12px auto 0 auto;
        display: inline-block;
        overflow: hidden;
    }

        #boxInicioSesion .nombresesion {
            max-width: 94%;
        }

        #boxInicioSesion .iniciarsesion {
            max-width: 100%;
        }

    .cont_login_continue {
        margin-bottom: 15px;
    }

    .modal_contenido_inf_izq {
        width: 100%;
    }
}

@media only screen and (max-width: 414px) {

    #boxInicioSesion {
        position: static;
        width: 75%;
        border: 1px solid #ccc;
        margin: 12px auto 0 auto;
        display: inline-block;
        overflow: hidden;
    }

        #boxInicioSesion .nombresesion {
            max-width: 94%;
        }

        #boxInicioSesion .iniciarsesion {
            max-width: 100%;
        }

    .cont_login_continue {
        margin-bottom: 15px;
    }

    .modal_contenido_inf_izq {
        width: 100%;
    }
}

@media only screen and (max-width: 384px) {

    .dimen_bt {
        width: 155px;
    }

    .mensual .cargo_men {
        font-size: 13px;
    }

    .cont_descrip_plan {
        width: 132%;
    }

    .cont_registered .icons_medioPago2 {
        left: 21%;
        width: 100% !important;
    }

    .cont_registered .icons_medioPago.paypal2 {
        left: 21%;
    }

        .cont_registered .icons_medioPago.paypal2.check_sevipag {
            left: 23%;
        }

    .p_titu_f br {
        display: none;
    }

    .oferta_mes {
        margin-left: 10%;
    }

    .access_plan {
        width: 90%;
    }

    .cont_resumen ul.a li div {
        width: 85%;
    }
}

@media only screen and (max-width: 360px) {
    .modal_contenido_inf {
        margin: 20px 20px 20px 32px;
    }

    .mensual label {
        width: 74%;
    }

    .tipsy {
        min-width: 270px;
    }

    .oferta_mes {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 320px) {
    .modal_contenido_inf {
        margin: 20px 20px 20px 25px;
    }

    .dimen_bt {
        width: 140px;
        font-size: 17px;
    }

    .cont_descrip_plan i {
        margin-right: 0;
    }

    .checkmark {
        width: 15px;
        height: 15px;
    }

    .container .checkmark:after {
        top: 5px;
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .mensual label {
        width: 80%;
        padding: 12px 10px 10px 26px;
    }

        .mensual label .checkmark {
            top: 15px;
        }

    .mensual .cargo_men.digital_lite {
        left: 7px;
    }

    .mensual label .checkmark.digital_lite_check {
        left: 3px;
    }

    .oferta_mes {
        margin-left: 10%;
    }

    .cont_registered .icons_medioPago2 {
        left: 20%;
    }

    .cont_registered .icons_medioPago.paypal2 {
        left: 18%;
    }

        .cont_registered .icons_medioPago.paypal2.check_sevipag {
            left: 20%;
        }

    .formapago_text {
        font-size: 13px;
    }
}

.cont_resumen ul.a {
    margin: 0 0 0 5px;
    list-style-type: none;
    color: #333;
    line-height: 22px;
}

    .cont_resumen ul.a li {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        line-height: 20px;
    }

        .cont_resumen ul.a li div {
            float: left;
            width: 93%;
        }

        .cont_resumen ul.a li a {
            text-decoration: none;
            color: #3162ab;
        }

            .cont_resumen ul.a li a:hover {
                text-decoration: underline;
            }

        .cont_resumen ul.a li .fa-check {
            float: left;
            margin-right: 10px;
            font-size: 17px;
            color: #008973;
            line-height: 23px;
        }

.recomendadoSegunda {
    font-size: 11px;
    color: #5f5f5f;
    float: left;
    margin-top: 12px;
    text-align: center;
}

label.container.check_input_plan > div.recomendadoSegunda {
    color: #008973;
}


.paso2_nyt_div {
    color: #000000;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid red;
}

#checkbox NYT .container_nyt {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_nyt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark_nyt {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid black
}

.productAdicional {
    float: left;
    width: 92%;
    /* padding: 15px 15px 5px 33px;*/
    /*border: 2px solid #2196f3;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 35px;
    text-align: center;
    /* margin-bottom: 10px; */
    /* padding-bottom: 0px!important; */
    /*height: 150px;*/
}

    .productAdicional .title_productoAdicional {
        float: left;
        width: 100%;
        font-weight: bold;
        background: #2196f3;
        color: #fff;
        margin-top: -15px;
        margin-left: -33px;
        padding: 8px 24px;
        margin-bottom: 8px;
    }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark_nyt {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_nyt input:checked ~ .checkmark_nyt {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_nyt:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_nyt input:checked ~ .checkmark_nyt:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_nyt .checkmark_nyt:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}