﻿@charset "utf-8";


        .content_tabs_sus {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .tabSusPw-buttons {
            display: flex;
            gap: 10px;
            margin-bottom: 10px !important;
            margin-top: 10px !important;
            border-bottom: 1px solid #146695 !important;
        }

        .tabSusPw-button {
            padding: 8px 13px 7px;
            cursor: pointer;
            border: 0 !important;
            border-top-left-radius: 2px !important;
            border-top-right-radius: 2px !important;
        }

            .tabSusPw-button.active {
                background-color: #2184be;
                color: #fff;
                border: 1px solid #146695;
                border-bottom: 0;
            }

        .tabSusPw-content {
            padding: 0 0;
        }

        /*        #tabSusPw2 {
            display: none;
        }*/

        .insert_password .top_camp_reque {
            right: -23px;
        }

.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: 10px;
    margin-top: 2px;
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.div_formapago {
    cursor: pointer;
    width: 215px;
    float: left;
}

.container_formapago {
    width: 200px;
}

.checkmark_formapago {
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
    float: left;
}

.advertencia_txt_campo {
    float: left;
    width: 98%;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    font-size: 12px;
    /* background-color: #f2dede; */
    color: #black;
    /* margin: 2px 0 0 0; */
    padding: 3px 0 0 0;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    opacity: 0.8;
}


.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: 89%;
    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;
        border: 2px solid #95c0ff;
        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 #3162ab;*/
        /*border: 1px solid #c57704;*/
        border: 1px solid #2d9431;
        float: left;
        /*padding: 14px 13px;*/
        padding: 10px 13px 7px 13px;
        color: #fff;
        /*background: #3162ab;*/
        /*background: #FF9800;*/
        background: #4CAF50;
        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: #3162ab;
            line-height: 23px;
        }

.mensual {
    float: left;
    width: 48%;
    padding: 0;
    margin-right: 3%;
}

    .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: 80%;
    margin: 0;
    padding-right: 0;
    padding: 12px 10px 14px 33px;
    border: 2px solid #ccc;
}

    .mensual label.check_input_plan {
        border-color: #2196f3;
    }

    .mensual label:hover {
        border-color: #2196f3;
    }

    .mensual label .checkmark {
        top: 11px;
        left: 6px;
        background: #ccc;
    }

.mensual .cargo_men {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
}

.mensual .cargo_men.digital_lite {
    line-height: normal;
}

.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;
    width: 100%;
}

.icons_medioPago {
    float: left;
    width: 50%;
    /*margin-bottom: 25px;*/
    position: relative;
}

.icons_medioPago2 {
    float: left;
    width: 50%;
    /*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: 32px;
}

.cont_img_OCM {
    max-width: 130px;
    padding-left: 32px;
}
.cont_img_paypal2 {
    max-width: 90px;
    padding-left: 35px;
}
.cont_img_webpay {
    max-width: 90px;
    padding-left: 25px;
}
.cont_img_cards {
    max-width: 208px;
    padding-left: 26px;
}

.icons_medioPago .checkmark {
    top: -11px;
    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: steelblue;
    padding-bottom: 5px;
    padding-top: 15px;
    height: 40px;
    vertical-align: middle;
}

    .loginModal a {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

.cont_txt_2mes {
    float: left;
    margin-top: 5px;
    text-align: center;
    width: 51%;
    font-size: 16px;
    position: relative;
}

.cont_txt_2mes_precio {
    float: left;
    margin-top: 5px;
    text-align: right;
    width: 49%;
    font-size: 15px;
    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: 16px;
    margin-bottom: 0;
}

.contTotal_txt_2mes {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
    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;
        }

.cont_bt_modal_go {
    text-align: center;
}

.cont_login_msj {
    # text-align: center;
    width:97%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    font-weight: normal;
    margin-bottom: 15px;
}
.cont_msj {
    # text-align: center;
    width: 97%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    font-weight: normal;
    margin-bottom: 15px;
}

.cont_inv_ElPais_mje {
    text-align: center;
    width: 95%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    font-weight: normal;
    margin-bottom: 15px;
}
.cont_inv_NewYorkTimes_mje {
    text-align: center;
    width: 95%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    font-weight: normal;
    margin-bottom: 15px;
}
.cont_inv_Adicionales_mje {
    text-align: center;
    width: 95%;
    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;
    }

#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;
    align-content:center;
    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 #2196f3;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.access_plan .title_plan {
    float: left;
    width: 100%;
    font-weight: bold;
    background: #2196f3;
    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: #3162ab;
}

.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
}
.checkmark_elPais {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid black
}

/* 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);
}

/* */
.select_plan.dig_mer {
    background: rgba(158,158,158,.035);
    padding: 18px 15px;
    border: 1px solid #ccc;
    max-width: 413px;
    border-top: 3px solid #ccc;
}

.select_plan.dig_mer .bts_pram_ls_esp {
    margin-bottom: 12px;
}

.select_plan.dig_mer .productAdicional {
    min-height: 80px;
    height: auto;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
}

.select_plan.dig_mer h4.select_pay {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 9px;
}

.select_plan.dig_mer h4.select_pay .img_log_c {
    float: left;
    max-width: 185px;
}

.select_plan.dig_mer .mensual label , .select_plan.dig_mer .mensual label.check_input_plan {
    background: #fff;
}
.select_plan.dig_mer h4.select_pay .txt {
    float: right;
    font-size: 16px;
    color: #333;
    margin-top: -2px;
    margin-right: 6px;
}

.select_plan.dig_mer.otros_prod {
    padding: 15px 15px 18px;
    background: 0 0;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #e5e5e5;
}

.select_plan.dig_mer.otros_prod .mensual .cargo_men {
    font-size: 13px;
    line-height: 27px;
}

.select_plan.dig_mer.otros_prod .mensual .cargo_men br {
    display: none;
}

.select_plan.dig_mer.otros_prod .mensual label .checkmark {
    top: 12px;
    left: 8px;
}

.select_plan.dig_mer.otros_prod .mensual {
    margin-right: 4%;
    margin-bottom: 10px;
}

.select_plan.dig_mer.otros_prod .mensual label {
    margin-bottom: 10px;
}

.select_plan.dig_mer.otros_prod .mensual:nth-child(odd) {
    margin-right: 0;
}

.select_plan.dig_mer.otros_prod .mensual:last-child label {
    margin-bottom: 0;
}

/* */
.select_plan.dig_mer {
    background: rgba(158,158,158,.035);
    padding: 18px 15px;
    border: 1px solid #ccc;
    max-width: 413px;
    border-top: 3px solid #ccc;
}

.select_plan.dig_mer .bts_pram_ls_esp {
    margin-bottom: 12px;
}

.select_plan.dig_mer .productAdicional {
    min-height: 80px;
    height: auto;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
}

.select_plan.dig_mer h4.select_pay {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 9px;
}

.select_plan.dig_mer h4.select_pay .img_log_c {
    float: left;
    max-width: 185px;
}

.select_plan.dig_mer .mensual label , .select_plan.dig_mer .mensual label.check_input_plan {
    background: #fff;
}
.select_plan.dig_mer h4.select_pay .txt {
    float: right;
    font-size: 16px;
    color: #333;
    margin-top: -2px;
    margin-right: 6px;
}

.select_plan.dig_mer.otros_prod {
    padding: 15px 15px 18px;
    background: 0 0;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #e5e5e5;
}

.select_plan.dig_mer.otros_prod .mensual .cargo_men {
    font-size: 13px;
    line-height: 27px;
}

.select_plan.dig_mer.otros_prod .mensual label .checkmark {
    top: 12px;
    left: 8px;
}

.select_plan.dig_mer.otros_prod .mensual {
    margin-right: 4%;
    margin-bottom: 10px;
}

.select_plan.dig_mer.otros_prod .mensual label {
    margin-bottom: 10px;
}

.select_plan.dig_mer.otros_prod .mensual:nth-child(odd) {
    margin-right: 0;
}

.select_plan.dig_mer.otros_prod .mensual:last-child label {
    margin-bottom: 0;
}

.select_plan.dig_mer.otros_prod h4.select_pay {
    font-size: 16px;
}

.select_plan.dig_mer.otros_prod .mensual label.container_nyt {
    position: relative;
    padding: 0;
    border: 0;
    width: 100%;
    margin: 0 0 10px 11px;
    text-align: center;
}

.select_plan.dig_mer.otros_prod .mensual label.container_nyt .checkmark_nyt {
    height: 21px;
    width: 21px;
}
.select_plan.dig_mer.otros_prod .mensual label.container_nyt .checkmark_nyt:after {
    left: 7px;
    top: 2px;
}

.select_plan.dig_mer.otros_prod .mensual label.container_nyt .txt {
    margin-left: 12px;
    font-size: 13px;
}

.select_plan.dig_mer.otros_prod .mensual.pro_agregado {
    position: relative;
}

.select_plan.dig_mer.otros_prod .mensual.pro_agregado .fa-check {
    position: absolute;
    z-index: 1;
    font-size: 21px;
    color: #3162ab;
    line-height: 23px;
    top: 15px;
    left: 15px;
}

.select_plan.dig_mer.otros_prod .mensual.pro_agregado .container {
    border-color: #2196f3;
}

.select_plan.dig_mer.otros_prod .mensual.pro_agregado .container .cargo_men {
    position: absolute;
    top: 4px;
    left: 3px;
}

.select_plan.dig_mer.otros_prod .mensual.pro_agregado .container .msj_txt {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 43px;
}

/* TIP */

.tip_info {
    position: relative;
    margin-left: 3px;
}

.tip_info img {
    width: 16px;
}

.tip_info .fa-info-circle {
    cursor: pointer;
    color: #999;
}

.tip_info_box {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none;
}

.tip_info.open .fa-info-circle {
    color: #555;
}

.dimen_bt {
    color: #fff;
    min-height: 30px;
}

.contTotal_txt_2mes .title:first-child {
    display: inline-block;
    margin-top: 5px;
}
.cont_planes_mer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    float: left;
    gap: 15px;
    width: 100%;
}
.cont_planes_mer .mensual {
    width: 100%;
    margin: 0;
}
.cont_planes_mer .mensual label {
    width: 77%;
}
.cont_planes_mer .mensual label .checkmark {
    top: 12px;
    left: 10px;
}
.cont_plan_mer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    float: left;
    gap: 15px;
    width: 100%;
}
.cont_plan_mer .mensual {
    width: 100%;
    margin-top: 15px;
}
.cont_plan_mer .mensual label {
    width: 89%;
}
.cont_plan_mer .cont_txt_msj_cond {
    margin-bottom: 0;
    width: 50%;
    font-size: 11px; 
    line-height: 4px;
    margin-top: 8px;
}
.cont_plan_mer .mensual .cargo_men {
    width: 43%;
    margin-top: 5px;
}
.cont_plan_mer .spanRecomendadoPapelDigital {
    text-align: left;
    margin-left: 4%;
    font-size: 13px;
    margin-top: 3px;
}
.cont_plan_mer .mensual label .checkmark {
    top: 13px;
    left: 10px;
}

.cont_planes_mer .mensual .cargo_men.papel_lite {
    position: relative;
    top: -3px;
}
.cont_planes_mer .mensual .papel_lite_msj .papel_lite_txt {
    font-size: 11px;
    position: relative;
    top: -7px;
    text-align: center;
}

#ContentPlaceHolder1_div_mandato.mensual table {
    width:100% !important;
}
#ContentPlaceHolder1_div_mandato.mensual table .p_titu_f {
    text-align:center;
    padding:20px;
}
.Yuno-input__label {
    width: 90% !important;
    border: 1px solid white !important;
    padding: 0 !important;
}

@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;
    }

    .cont_resumen.slicky_price {
        position: static;
        max-width: 100%;
    }
}

@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_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: 5%;
    }

    .mensual label#lbl_mer_dig {
        overflow: hidden;
        max-width: 167px;
    }

    .mensual label#lbl_mer_dig {
        overflow: hidden;
        max-width: 167px;
    }
    
    .mensual label#lbl_mer_dig .cont_txt_msj_cond {
        display: inline-block;
        width: 120px;
    }

    .mensual label .checkmark {
        left: 6px;
    }

    .cont_descrip_plan {
        width: 129%;
    }
    .cont_img_cards {
        padding-left: 7px;
    }
    .cont_img_OCM {
        padding-left: 9px;
    }
    .cont_img_webpay {
        padding-left: 7px;
    }
    .mensual .cargo_men.digital_lite {
        position: absolute;
        left: 14px;
    }

    .mensual .cargo_men.digital_lite2 {
       
        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 img {
        margin-left: 10%;
    }

    .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: 100%;
    }

    .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;
    }

    .select_plan.dig_mer.otros_prod .mensual label#ContentPlaceHolder1_lblContainerInversiones .cargo_men {
        line-height: normal;
        top: -3px;
        position: relative;
        width: 100px;
    }

    .select_plan.dig_mer.otros_prod .mensual label#ContentPlaceHolder1_lblContainerCampo .cargo_men {
        line-height: normal;
        top: -3px;
        position: relative;
        width: 100px;
        text-align: left;
        margin-left: 14px;
    }
    .select_plan.dig_mer.otros_prod .mensual label#ContentPlaceHolder1_lblContainerLegal .cargo_men {
        line-height: normal;
        top: -3px;
        position: relative;
        width: 100px;
        text-align: left;
        padding-left: 14px;
    }

    #otro_prod_Encuentros label span#ContentPlaceHolder1_ElMercurioEncuentros {
        line-height: normal;
        top: -3px;
        position: relative;
        width: 80px;
        text-align: left;
        padding-left: 14px;
    }

    #otro_prod_Deportes label span#ContentPlaceHolder1_ElMercurioDeportes {
        line-height: normal;
        top: -3px;
        position: relative;
        width: 80px;
        text-align: left;
        padding-left: 14px;
    }
    
    .select_plan.dig_mer.otros_prod .mensual .cargo_men br {
        display: block;
    }   

    .select_plan.dig_mer h4.select_pay .img_log_c {
        max-width: 160px;
    }
    
    .select_plan.dig_mer h4.select_pay .txt {
        font-size: 14px;
    }

    .new_digital_suscriber.subscribeCard .modal_contenido_inf_izq {
        width: 100%;
    }

    .open-lblmensaje {
        display: none;
    }

    #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_planes_mer {
        grid-template-columns: repeat(1, 1fr);
    }

    .select_plan.dig_mer {
        max-width: 91%;
    }

    .cont_planes_mer .mensual label {
        width: 86%;
    }

    .cont_plan_mer .mensual label#lbl_mer_dig {
        max-width: 86%;
    }
    .cont_plan_mer .mensual .cargo_men.digital_lite {
        position: relative;
        width: 53%;
        left: 10px;
    }

    #ContentPlaceHolder1_pnlMensualGlosaResumen.rightbar_event {
        display: block;
    }

    #ContentPlaceHolder1_pnlMensualGlosaResumen.rightbar_event #ButtonContinuar2 {
        display: none;
    }

    #ContentPlaceHolder1_pnlMensualGlosaResumen.rightbar_event .cont_resumen.slicky_price {
        margin-bottom: 25px;
        max-width: 87%;
    }

    .cont_planes_mer .mensual .cargo_men.papel_lite {
        position: relative;
        width: 53%;
        top:3px;
    }

    .cont_planes_mer .mensual .papel_lite_msj {
        max-width: 120px;
        font-size: 12px;
        display: inline-block;
    }
    .cont_planes_mer .mensual .papel_lite_msj .papel_lite_txt {
        text-align:left;
        position:relative;
        top:5px;
    }

    .select_plan.dig_mer.otros_prod .mensual .cargo_men {
        font-size: 13px;
        line-height: normal;
        width: 59%;
        position: relative;
        text-align: left;
        left: 12px;
        top: -2px;
    }





}

@media only screen and (max-width: 414px) {
    .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 .cargo_men.digital_lite2 {
        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%;
        }
        .cont_plan_mer .mensual .cargo_men.digital_lite {
            width: 52%;
        }
}

.spanRecomendadoPapelDigital {
    float: left;
    text-align: center;
    font-size: 11px;
    line-height: normal;
    margin-top: 5px;
    width: 100%;
}

@media screen and (max-width:645) {
    .spanRecomendadoPapelDigital {
        font-size: 10px;
        margin-left: 36px;
    }
}

.spanRecomendadoPapelDigitalActivo {
    display: block;
    text-align: center;
}

@media screen and (max-width:645) {
    .spanRecomendadoPapelDigitalActivo {
        font-size: 10px;
        margin-left: 36px;
    }
}

.tablaRegionesNormal {
    padding: 10px;
    text-align: center;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    background: white;
}

.tablaRegionesbold {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    background: lightgray
}

.tablaVerdeBordeCentrada {
    border: 2px solid #4CAF50;
    margin-left: auto;
    margin-right: auto
}

.camionregiones {
    width: 27px;
    height: 24px;
    float: inline-end;
    margin-top: -5px;
}
.productAdicional {
    float: left;
    width: 92%;
    /* padding: 15px 15px 5px 33px;*/
    /*border: 2px solid #2196f3;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    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;
    }
.productAdicionalModal {
    float: left;
    width: 92%;
    padding: 15px 15px 5px 33px;
    border: 2px solid #ccc;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    /* margin-bottom: 10px; */
    /* padding-bottom: 0px!important; */
    height: 150px;
}

.productAdicionalModal .title_productoAdicionalModal {
        float: left;
        width: 100%;
        font-weight: bold;
        background: #ccc;
        color: #fff;
        margin-top: -15px;
        margin-left: -33px;
        padding: 8px 24px;
        margin-bottom: 8px;
    }
