#formulariocont .modal-title {
    text-align: center;
    font-size: 20px
}

#formulariocont .modal-body {
    padding: 0
}

#formulariocont .close {
    font-size: 30px;
    font-weight: 500;
    text-shadow: 0 0 0 #fff;
    opacity: .8;
    top: -10px;
    position: relative;
    left: 5px;
    cursor: pointer
}

#formulariocont iframe {
    height: 400px;
    width: 90%;
    margin: auto;
    display: table
}

.ml {
    display: flex;
}

.pl32 {
    padding-left: 32px !important
}

.ver_precios {
    color: #00C5FB;
    border: 2px solid #00C5FB;
    float: right;
    padding: 5px 20px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 12.5%;
}

.ver_precios:hover {
    color: #fff;
    background: #00C5FB;
    text-decoration: none
}

h1 {
    color: #007BFF;
    font-size: 47.78px;
    line-height: 40px;
    font-weight: 500;
    text-align: center
}

.bg_blanco {
    background-color: #fff
}

.tex_lic {
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    text-align: center
}

.bg-rojo {
    background: red
}

.text_iva {
    padding: 10px 1px;
    color: white;
    font-size: 20.04px;
    font-weight: bold
}

.letra {
    color: #5e666f;
    font-weight: 300
}

.caracteristica {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007BFF;
    width: 402px !important;
    height: 40px;
    padding: 4px;
    font-size: 10px;
    border-radius: 10px;
    margin-right: 2px;
}

.caracteristicas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    width: 372px !important;
    height: 40px;
    padding: 4px;
    font-size: 13.33px;
    margin-right: 3px;
    margin-left: 25px;
}

.caracteristicas-pagos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    width: 372px !important;
    height: 30px;
    padding: 4px;
    font-size: 13.33px;
    margin-right: 3px;
    margin-left: 30px;
}


.tit-pagos {
    padding: 4px 4px 4px 36px;
    font-size: 15px;
    font-weight: bold;
    width: 402px !important;
    height: 30px;
    margin-right: 2px;
}

.poliza-pagos {
    color: #007BFF;
    padding: 4px 4px 4px 36px;
    font-size: 16px;
    width: 402px !important;
    height: 20px;
    margin-right: 2.8px;
}

.text_precio {
    font-size: 15px;
    padding: 4px;
    text-align: center;
    width: 114px !important;
    margin-right: 6px;
}

.tit_caracteristica {
    padding: 4px;
    color: #007BFF;
    font-size: 16px;
    font-weight: bold;
    width: 402px !important;
    height: 31px;
    margin-right: 1px;
}

.tit_empresas {
    padding: 4px 4px 4px 35px;
    color: #007BFF;
    font-size: 16px;
    font-weight: bold;
    width: 402px !important;
    height: 30px;
    margin-right: 2px;
}

.tit_agrupador {
    padding: 10px 4px;
    font-weight: 700;
    color: #5e666f;
    border-bottom: 2px solid #EDF1F6;
    text-transform: uppercase;
    font-size: 18px
}

.img_interrogacion {
    cursor: pointer;
}

.tooltip-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.tooltip-box {
    position: absolute;
    top: 50%;
    right: calc(100% - 220px);
    transform: translateY(-50%);

    width: 213px;
    height: 109px;

    background-image: url("/imagenes/redes/Mas-info.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px 20px 20px 30px;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;

    z-index: 999999;
}

.tooltip-container:hover .tooltip-box {
    opacity: 1;
    visibility: visible;
}

.tooltip-box p {
    font-size: 9.5px;
    color: #4A5568;
    text-align: left;
    margin: 0;
    width: 155px;
}

.check {
    width: 18px;
    height: 18px;
}

.col-xs-1 {
    width: 115px;
}

.col-xs-1-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.7;
    height: 59px;
    border-radius: 10px;
    margin-right: 5px;
}

.t {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center
}

.t-con {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 355px !important;
    height: 64px !important;
    background: #007BFF;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 10px;
    margin-left: 0 !important;
}

.t-e {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 840px !important;
    height: 64px !important;
    background: #4A3ECF;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.bg_empresariales {
    background-color: #782c8d
}

.bg_emprendedor {
    background-color: #edb151
}

.bg_contables {
    background-color: #02a1e6
}

.bg_facturador {
    background-color: #e8bd46
}

.col_facturador {
    color: #e8bd46
}

.bg_comercial_full {
    background-color: #7535AD
}

.col_comercial_full {
    color: #4A5568;
    background-color: #f8f5fb;
}

.bg_empresarial_full {
    background-color: #7535AD
}

.col_empresarial_full {
    color: #4A5568;
    background-color: #f8f5fb;
}

.col_empresarial_full2 {
    color: #4A5568;
    background-color: #f6f5fd;
}

.bg_empresarial_costos {
    background-color: #7535AD
}

.col_empresarial_costos {
    color: #4A5568;
    background-color: #f8f5fb;
}

.col_empresarial_costos2 {
    color: #4A5568;
    background-color: #f6f5fd;
}

.bg_empresarial_plus {
    background-color: #4A3ECF
}

.bg_empresarial_premium {
    background-color: #4A3ECF
}

.bg_comercial_contable {
    background-color: #C93565
}

.col_comercial_contable {
    color: #4A5568;
    background-color: #fcf5f7;
}

.bg_emprendedor_estandar {
    background-color: #E8352E
}

.col_emprendedor_estandar {
    color: #4A5568;
    background-color: #fef5f5;
}

.col_comercial_basico {
    color: #ed9f15
}

.bg_comercial_basico {
    background-color: #ed9f15
}

.col_emprendedor_est {
    color: #e89003;
}

.bg_emprendedor_est {
    background-color: #e89003
}

.bg_contable_minimo {
    background-color: #00BFFF
}

.col_contable_minimo {
    color: #4A5568;
    background-color: #f2fcff
}

.bg_contable_cartera {
    background-color: #00AAF8
}

.col_contable_cartera {
    color: #4A5568;
    background-color: #f2fbff;
}

.bg_contable_estandar {
    background-color: #007BFF
}

.col_contable_estandar {
    color: #4A5568;
    background-color: #f2f8ff;
}

.bg-contable1 {
    background: #d0e6ef
}

.bg-contable2 {
    background: #cdecf3
}

.bg-emprendedor1 {
    background: #f7dcd2
}

.bg-emprendedor2 {
    background: #f3e2d9
}

.bg-comercial1 {
    background: #ecd8d5
}

.bg-comercial2 {
    background: #f6e1dd
}

.bg-empresarial1 {
    background: #d9cfe2
}

.bg-empresarial2 {
    background: #dfd6e2
}

.mas {
    height: 22px;
    width: 22px;
    float: left
}

.menos {
    height: 22px;
    width: 22px;
    float: left
}

.mas_paq {
    height: 22px;
    width: 22px;
    float: left;
    margin-left: 5px
}

.menos_paq {
    height: 22px;
    width: 22px;
    float: left;
    margin-left: 5px
}

.espacio {
    float: left;
    height: 5px;
    width: 5px;
    margin: 0 5px;
    padding: 0 3px
}

sup {
    font-size: 10px;
    font-weight: 700;
    text-transform: none
}

.nom_paq {
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
}

.explicacion {
    color: #969696;
    font-weight: 300
}

.solicitar {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 110px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px !important;
}

.solicitar:hover {
    text-decoration: none;
    color: #fff;
    background-color: #969696
}

.text-invisible {
    background: transparent;
}

.text-wrong {
    font-weight: bold !important;
}

.ver {
    color: #fff;
    padding: 15px 0;
    text-align: left;
    font-size: 24px;
    margin: auto;
    display: table;
    width: 100%;
    text-decoration: none;
    margin-top: 10px
}

.ver:hover {
    text-decoration: none;
    color: #fff;
    background-color: #969696
}

.center {
    margin: auto;
    display: table
}

/**/
.f_left {
    float: left
}

.f_right {
    float: right
}

.precio {
    text-align: center;
    font-size: 30px;
    font-weight: 600
}

.iva {
    font-size: 16px
}

.vista-paq {
    background-color: transparent;
    position: sticky;
    z-index: 10;
    top: 85px
}

@media (min-width:80px) {
    .explicacion {
        padding: 5px;
        font-size: 11px
    }

    .mas {
        margin: 0 10px
    }

    .menos {
        margin: 0 10px
    }

    .padding_banner {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .chulo {
        font-size: 13px;
        padding: 5px;
        text-align: right
    }
}

@media (min-width:830px) {
    .explicacion {
        padding: 5px;
        font-size: 11px
    }

    .mas {
        margin: 0 10px
    }

    .menos {
        margin: 0 10px
    }

    .padding_banner {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .chulo {
        font-size: 13px;
        padding: 5px;
        text-align: right
    }
}

@media (min-width:992px) {
    .banner {
        background: url(/imagenes/ContaPyme/pag_web/banner/bannerpaquetes.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow: hidden;
        text-align: center;
        height: 200px
    }

    .solicitar {
        font-size: 14px
    }

    .explicacion {
        padding: 4px 56px;
        font-size: 14px
    }

    .mas {
        margin: 0 5px
    }

    .menos {
        margin: 0 5px
    }

    .padding_banner {
        padding-top: 90px;
        padding-bottom: 0
    }

    .chulo {
        font-size: 15px;
        padding: 5px;
        text-align: center
    }

    .text_precio2 {
        font-size: 18px;
        font-weight: 600;
        padding: 5px;
        text-align: center
    }
}

@media (min-width:1100px) {
    .solicitar {
        font-size: 20px
    }

    .explicacion {
        padding: 4px 56px;
        font-size: 14px
    }

    .mas {
        margin: 0 5px
    }

    .menos {
        margin: 0 5px
    }

    .padding_banner {
        padding-top: 90px
    }

    .chulo {
        font-size: 15px;
        padding: 5px;
        text-align: center
    }
}

@media (min-width:1200px) {
    .explicacion {
        padding: 4px 56px;
        font-size: 14px
    }

    .mas {
        margin: 0 5px
    }

    .menos {
        margin: 0 5px
    }

    .padding_banner {
        padding-top: 90px
    }

    .chulo {
        font-size: 15px;
        padding: 5px;
        text-align: center
    }
}

@media (min-width:1300px) {
    .explicacion {
        padding: 4px 56px;
        font-size: 14px
    }

    .mas {
        margin: 0 5px
    }

    .menos {
        margin: 0 5px
    }

    .padding_banner {
        padding-top: 90px
    }

    .chulo {
        font-size: 15px;
        padding: 5px;
        text-align: center
    }
}

@media (min-width:1500px) {
    .explicacion {
        padding: 4px 56px;
        font-size: 14px
    }

    .mas {
        margin: 0 5px
    }

    .menos {
        margin: 0 5px
    }

    .padding_banner {
        padding-top: 90px
    }

    .chulo {
        font-size: 15px;
        padding: 5px;
        text-align: center
    }

    .vista-paq {
        top: 90px
    }
}

@media (min-width:1900px) {
    .explicacion {
        padding: 4px 56px;
        font-size: 14px
    }

    .mas {
        margin: 0 5px
    }

    .menos {
        margin: 0 5px
    }

    .chulo {
        font-size: 15px;
        padding: 5px;
        text-align: center
    }

    .vista-paq {
        top: 97px
    }
}

.desc_precio {
    padding: 0;
    padding-top: 5px;
    font-weight: 300;
    text-align: center
}

.activo {
    font-weight: 700
}

#btn_paquete1 {
    cursor: pointer
}

#btn_paquete2 {
    cursor: pointer
}

#btn_paquete3 {
    cursor: pointer
}

#btn_paquete1_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #5ac1d7 transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete2_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0097d6 transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete9_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #EE6D0A transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete3_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #1c5ea7 transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete11_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #314082 transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete12_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #d6521e transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete13_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffad4a transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete14_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f59b1e transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete15_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f47621 transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete4 {
    cursor: pointer
}

#btn_paquete5 {
    cursor: pointer
}

#btn_paquete4_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c2371c transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete5_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #EE6D0A transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete6 {
    cursor: pointer
}

#btn_paquete7 {
    cursor: pointer
}

#btn_paquete8 {
    cursor: pointer
}

#btn_paquete6_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #9e230b transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete7_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #672679 transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

#btn_paquete8_clic:before {
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #4e2a67 transparent;
    bottom: -10px;
    left: 45%;
    z-index: 1
}

@media(max-width:767px) {
    #formulariocont iframe {
        width: 95%
    }
}

@media (max-width:991px) {
    .col-xs-1 {
        width: auto
    }

    .caracteristica {
        width: auto !important;
    }
}

/*------------------- PROMO CONGELADOS --------------------*/
/* FREEZE SCREEN */

#freeze-screen {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle,
            rgba(200, 240, 255, .6),
            rgba(174, 211, 250, .9));
    backdrop-filter: blur(6px);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

#freeze-screen.active {
    opacity: 1;
    pointer-events: all;
    animation: freezeIn 1.2s ease-out forwards;
}

@keyframes freezeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* COPOS INDIVIDUALES */

#freeze-screen .snowflake {
    position: absolute;
    background: url("../img/CopoN.svg") no-repeat center / contain;
    pointer-events: none;
    animation: snowFloat 7s ease-in-out infinite;
}

#freeze-screen .snow-1 {
    top: 10%;
    left: 6%;
    width: 140px;
    height: 140px;
}

#freeze-screen .snow-2 {
    top: 14%;
    right: 8%;
    width: 180px;
    height: 180px;
    animation-duration: 9s;
}

#freeze-screen .snow-3 {
    bottom: 12%;
    left: 10%;
    width: 120px;
    height: 120px;
    animation-duration: 8s;
}

#freeze-screen .snow-4 {
    bottom: 10%;
    right: 12%;
    width: 160px;
    height: 160px;
    animation-duration: 10s;
}

#freeze-screen .snow-5 {
    right: 20%;
    width: 100px;
    height: 100px;
    animation-duration: 10s;
}

#freeze-screen .snow-6 {
    left: 10%;
    width: 100px;
    height: 100px;
    animation-duration: 10s;
}

@keyframes snowFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-14px) rotate(6deg);
    }
}

/* TEXTO CONGELADO CENTRAL */

.freeze-message h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    filter: drop-shadow(0 0 35px rgba(180, 230, 255, .9));
    animation: textBounce 1.2s ease-out forwards;
}

.freeze-message .line-1 {
    display: block;
    font-size: 11.7rem;
    font-weight: 400;
    color: #3579f6;
    margin-bottom: 80px;
}

.freeze-message .line-2 {
    display: block;
    font-size: 6.5rem;
    font-weight: 800;
    transform: translateY(-50px);
    color: #ffffff;
}

.freeze-message .line-3 {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 34px;
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: none;
    color: #3579f6;
    background: rgba(220, 240, 255, .95);
    border-radius: 50px;
    box-shadow:
        0 10px 25px rgba(53, 121, 246, .25),
        inset 0 0 12px rgba(255, 255, 255, .6);
    transform: translateY(-80px);
}

/*-------- Responsive Texto y Copos -----------*/

@media (max-width: 1600px) {

    .freeze-message .line-1 {
        font-size: 9.5rem;
    }

    .freeze-message .line-2 {
        font-size: 5.4rem;
    }

    .freeze-message .line-3 {
        font-size: 3rem;
        padding: 12px 30px;
    }

    .snow-1 {
        width: 120px;
        height: 120px;
    }

    .snow-2 {
        width: 150px;
        height: 150px;
    }

    .snow-3 {
        width: 100px;
        height: 100px;
    }

    .snow-4 {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 1400px) {

    .freeze-message .line-1 {
        font-size: 8rem;
    }

    .freeze-message .line-2 {
        font-size: 4.8rem;
        margin-top: 20px;
    }

    .freeze-message .line-3 {
        font-size: 2.6rem;
        padding: 10px 26px;
    }

    .snow-1,
    .snow-2,
    .snow-3,
    .snow-4 {
        opacity: .8;
    }
}

@media (max-width: 1200px) {

    .freeze-message .line-1 {
        font-size: 6.8rem;
    }

    .freeze-message .line-2 {
        font-size: 4rem;
    }

    .freeze-message .line-3 {
        font-size: 2.2rem;
    }

    .snow-2,
    .snow-4 {
        display: none;
    }
}

@media (max-width: 992px) {

    .freeze-message .line-1 {
        font-size: 5.4rem;
        margin-bottom: 40px;
    }

    .freeze-message .line-2 {
        font-size: 3.2rem;
        margin-top: 0;
    }

    .freeze-message .line-3 {
        font-size: 1.9rem;
        padding: 8px 22px;
    }

    .snowflake {
        opacity: .5;
    }
}

@media (max-width: 768px) {

    .freeze-message .line-1 {
        font-size: 3.6rem;
        margin-bottom: 10px;
    }

    .freeze-message .line-2 {
        font-size: 2.4rem;
        transform: translateY(-25px);
    }

    .freeze-message .line-3 {
        font-size: 1.4rem;
        padding: 6px 18px;
        transform: translateY(-60px);
    }

    .snowflake {
        width: 70px !important;
        height: 70px !important;
        opacity: .35;
    }
}


/*---------------------------------------------*/

@keyframes textBounce {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    70% {
        transform: scale(1.08);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

/* UNFREEZE */

#freeze-screen.unfreeze {
    animation: unfreeze 1.2s ease-in forwards;
}

@keyframes unfreeze {
    to {
        opacity: 0;
        backdrop-filter: blur(0);
    }
}

/* LOGO FLOAT CONGELADOS */

#congelados-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 250px;
    height: 250px;
    z-index: 9999;
    opacity: 0;
    transform: scale(.4);
    transition: all .9s ease;
}

#congelados-float.show {
    opacity: 1;
    transform: scale(1);
}

#congelados-float img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* Halo de hielo */
.ice-glow {
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(180, 230, 255, .6),
            transparent 70%);
    opacity: 0;
    filter: blur(10px);
    transition: opacity .5s ease;
    z-index: 1;
}

#congelados-float:hover .ice-glow {
    opacity: 1;
}

/* HINT CLICK AQUÍ */

.hint {
    position: absolute;
    top: -55px;
    right: 65px;
    text-align: center;
    animation: hintFloat 1.6s ease-in-out infinite;
}

.hint span {
    font-size: 30px;
    font-weight: 600;
    color: #3579f6;
    letter-spacing: 1px;
}

.arrow {
    width: 2px;
    height: 55px;
    margin: 8px auto 0;
    background: linear-gradient(to bottom,
            rgba(200, 240, 255, .9),
            rgba(200, 240, 255, .1));
}

@keyframes hintFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Hover: ocultar hint */
#congelados-float:hover .hint {
    opacity: 0;
    transform: translateY(18px);
    transition: all .4s ease;
}

/*--------------------- Responsive logo --------------------------*/
@media (max-width: 1720px) {
    #congelados-float {
        width: 200px;
        height: 200px;
    }

    .hint {
        top: -50px;
        right: 45px;
    }

    .hint span {
        font-size: 28px;
    }

    .arrow {
        height: 48px;
    }
}

@media (max-width: 1400px) {
    #congelados-float {
        width: 190px;
        height: 190px;
    }

    .hint {
        top: -40px;
        right: 55px;
    }

    .hint span {
        font-size: 20px;
    }

    .arrow {
        height: 42px;
    }
}

@media (max-width: 1200px) {
    #congelados-float {
        width: 170px;
        height: 170px;
    }

    .hint {
        top: -40px;
        right: 45px;
    }

    .hint span {
        font-size: 20px;
    }

    .arrow {
        height: 36px;
    }
}

@media (max-width: 992px) {
    #congelados-float {
        width: 150px;
        height: 150px;
    }

    .hint {
        top: -50px;
        right: 40px;
    }

    .hint span {
        font-size: 17px;
    }

    .arrow {
        height: 30px;
    }
}

@media (max-width: 768px) {
    #congelados-float {
        width: 150px;
        height: 150px;
        bottom: 15px;
        right: 15px;
    }

    .hint {
        top: -40px;
        right: 40px;
    }

    .hint span {
        font-size: 16px;
    }

    .arrow {
        height: 24px;
    }
}

/* MOBILE RESPONSIVE PRECIOS */

@media (max-width: 1199px) {

    /* Main Layout */
    .row.sin_m.paquete-ref {
        display: none !important;
    }

    /* Wrapper logic. By default hide columns 2 to 11 */
    #tabla_precios_container .row.sin_m>div.col-xs-1:nth-child(n+2) {
        display: none !important;
    }

    /* Reappear based on active package */
    #tabla_precios_container[data-active-col="2"] .row.sin_m>div.col-xs-1:nth-child(2) {
        display: flex !important;
        justify-content: center;
    }

    #tabla_precios_container[data-active-col="3"] .row.sin_m>div.col-xs-1:nth-child(3) {
        display: block !important;
    }

    #tabla_precios_container[data-active-col="4"] .row.sin_m>div.col-xs-1:nth-child(4) {
        display: block !important;
    }

    #tabla_precios_container[data-active-col="5"] .row.sin_m>div.col-xs-1:nth-child(5) {
        display: block !important;
    }

    #tabla_precios_container[data-active-col="6"] .row.sin_m>div.col-xs-1:nth-child(6) {
        display: block !important;
    }

    #tabla_precios_container[data-active-col="7"] .row.sin_m>div.col-xs-1:nth-child(7) {
        display: block !important;
    }

    #tabla_precios_container[data-active-col="8"] .row.sin_m>div.col-xs-1:nth-child(8) {
        display: block !important;
    }

    #tabla_precios_container[data-active-col="9"] .row.sin_m>div.col-xs-1:nth-child(9) {
        display: block !important;
    }

    #tabla_precios_container[data-active-col="10"] .row.sin_m>div.col-xs-1:nth-child(10) {
        display: block !important;
    }

    #tabla_precios_container[data-active-col="11"] .row.sin_m>div.col-xs-1:nth-child(11) {
        display: block !important;
    }

    /* Width logic */
    #tabla_precios_container .row.sin_m>div.col-xs-1:nth-child(1) {
        width: 86% !important;
        float: left;
        padding: 4px;
        height: 20px !important;
        border-right: none !important;
    }

    #tabla_precios_container .row.sin_m>div.col-xs-1:nth-child(n+2) {
        width: 20% !important;
        float: left;
        text-align: center;
        border-right: none !important;
        border-top: none !important;
        background-color: var(--active-col-bg, transparent);
    }

    /* Background Override */
    #tabla_precios_container .row-no-bg>div.col-xs-1:nth-child(n+2) {
        background-color: transparent !important;
    }

    #tabla_precios_container .row.sin_m>div.col-xs-1 {
        min-height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #EDF1F6;
    }

    .text_precio_oculto {
        display: none;
    }

    /* Override Desktop specific layout issues inside feature column */
    .caracteristica,
    .caracteristicas,
    .caracteristicas-pagos,
    .tit-pagos,
    .poliza-pagos,
    .tit_empresas,
    .tit_caracteristica {
        height: auto !important;
        min-height: 48px;
        display: flex;
        align-items: center;
        width: 100% !important;
        border: none;
        border-bottom: none !important;
        padding: 0 !important;
    }

    .text_precio,
    .text_precio2 {
        height: auto !important;
        width: 100% !important;
        border: none;
        border-bottom: none !important;
    }

    .caracteristicas-pagos .text-wrong {
        white-space: normal;
    }

    .col-xs-1.sin_p.caracteristica[style="background: transparent;"] {
        display: none !important;
    }

    /* Clean up button spacing */
    .row.sin_m.ml .col-xs-1.sin_p.text_precio {
        padding: 10px 0 !important;
    }

    /* Mobile styles exactly as requested */
    .mobile-pricing-header {
        text-align: center;
        padding: 0 10px;
    }

    .mobile-pricing-header h2 {
        color: #007BFF;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .mobile-type-toggles {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .mobile-type-toggle {
        padding: 8px 20px;
        border: 1px solid #00BFFF;
        border-radius: 8px;
        color: #00BFFF;
        background: white;
        font-weight: bold;
        cursor: pointer;
        font-size: 14px;
        width: 45%;
        transition: all 0.3s ease;
    }

    .mobile-type-toggle.active {
        background: #00BFFF;
        color: white;
    }

    .mobile-swipe-hint {
        color: #999;
        font-size: 11px;
        margin-bottom: 15px;
    }

    .mobile-pkg-tabs {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 5px;
        justify-content: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile-pkg-tabs-contadores {
        justify-content: center;
    }

    /* Hide scrollbar */
    .mobile-pkg-tabs::-webkit-scrollbar {
        display: none;
    }

    .mobile-pkg-tabs {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .mobile-pkg-tab {
        padding: 6px 14px;
        border: 1px solid #CCC;
        border-radius: 20px;
        white-space: nowrap;
        font-size: 13px;
        color: #666;
        background: white;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .mobile-pkg-tab.active {
        border-color: #007BFF;
        /* updated dynamically in JS but fallback */
        color: #00BFFF;
    }

    .mobile-dot {
        height: 6px;
        width: 15px;
        background-color: #D3D3D3;
        display: inline-block;
        margin: 0 2px;
        border-radius: 3px;
        transition: width 0.3s, background-color 0.3s;
    }

    .mobile-dot.active {
        width: 15px;
        background-color: #00BFFF;
        /* Active package color will override this in JS */
    }

    .mobile-active-pkg-title {
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        transition: background-color 0.3s ease;
    }

    .mobile-arrow-btn {
        background: none;
        border: none;
        color: white;
        font-weight: bold;
        font-size: 18px;
        cursor: pointer;
        padding: 0 10px;
    }

    .ml {
        flex-direction: column;
        align-items: center;
    }

    .ancho_caracteristica {
        width: 100% !important;
        background-color: #007BFF !important;
        border-radius: 10px !important;
        padding: 10px !important;
        color: white !important;
    }

    .full-width-mob {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ancho_caracteristica .text_iva {
        color: white !important;
        font-size: 14px !important;
        text-align: center;
        width: 100%;
    }

    .div-ver-precios {
        justify-content: center !important;
        width: 100%;
        margin-top: 40px;

    }

    .bg_gris .bg_blanco>.row.sin_m {
        gap: 55px;
    }

    .tit_caracteristica,
    .tit_empresas,
    .tit-pagos,
    .poliza-pagos {
        margin-right: 33px;
    }

    .solicitar {
        max-width: 200px;
    }
}

@media (max-width: 425px) {

    h1 {
        font-size: 37px;
        margin-top: 40px;
    }

    .bg_gris .bg_blanco>.row.sin_m {
        gap: 20px;
    }

    #tabla_precios_container .row.sin_m>div.col-xs-1:nth-child(n+2) {
        width: 35% !important;
    }

    .tit_caracteristica,
    .tit_empresas,
    .text_precio,
    .tit-pagos,
    .poliza-pagos {
        font-size: 13px;
    }

    .mas,
    .check {
        width: 17px;
    }
}

@media (max-width: 375px) {}

/* Centrar tabla de precios */
.ml {
    justify-content: center;
}

@media (min-width: 1200px) {
    .bg_gris .bg_blanco.border_b1 {
        border-bottom: none !important;
    }

}

.mli {
    justify-content: start;
    margin-left: 17%;
}

.bg_gris .bg_blanco>.row.sin_m {
    display: flex;
    justify-content: center;
    border: 1px solid #FFFF;
}

.dummy-cols {
    width: 1200px !important;
}

.text-invisible-mob {
    color: transparent;
}

.t-con {
    margin-bottom: 10px;
}

.text_down {
    transform: translateY(15px);
}

@media (max-width: 2100px) {
    .mli {
        margin-left: 10%;
    }

    .ver_precios {
        margin-right: 4.5%;
    }
}

.fila-hover {
    transition: background-color 0.3s ease;
}

@media (min-width: 1200px) {
    .fila-hover:hover>div {
        background-color: #e6f2ff !important;
    }
}

/* ========================================================= */
/* ESTILOS FONDO NUESTROS PAQUETES                           */
/* ========================================================= */

.banner-paquetes {
    position: relative;
    background-color: transparent !important;
    z-index: 1;
}

.banner-paquetes::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 350px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 350' preserveAspectRatio='none'%3E%3Cpath fill='%23f2f2f2' d='M0,180 C300,320 500,280 750,220 C1000,160 1200,120 1440,120 L1440,0 L0,0 Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center top;
    background-size: 100% 100%;
    z-index: -1;
}