/* ============================================================
   EMAPASR-EP | CALCULADORA TARIFARIA
   Archivo exclusivo de tabla_tarifaria.html
   ============================================================ */

.pagina-tarifaria {
    overflow-x: hidden;
    background: #f3f7fa;
    color: #243746;
    font-family: "Open Sans", Arial, sans-serif;
}

.pagina-tarifaria *,
.pagina-tarifaria *::before,
.pagina-tarifaria *::after {
    box-sizing: border-box;
}

.pagina-tarifaria [hidden] {
    display: none !important;
}


/* HERO */

.tarifas-hero {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1180px;
    min-height: 330px;
    margin: 42px auto 0;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(115deg, #003f83 0%, #006bb1 52%, #08b8c7 100%);
    color: #fff;
    box-shadow: 0 16px 38px rgba(0, 55, 95, .15);
}

.tarifas-hero .container {
    width: 100%;
    max-width: 1170px;
}

.tarifas-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: radial-gradient(rgba(255,255,255,.75) 1px, transparent 1px);
    background-position: 73% 32%;
    background-size: 12px 12px;
    -webkit-mask-image: linear-gradient(to right, transparent 50%, #000 68%, transparent 88%);
    mask-image: linear-gradient(to right, transparent 50%, #000 68%, transparent 88%);
}

.tarifas-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 135px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 135px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140' preserveAspectRatio='none'%3E%3Cpath d='M0 58 C145 112 285 12 455 49 C620 86 715 124 875 72 C1042 17 1164 30 1280 72 C1346 96 1398 91 1440 78 L1440 140 L0 140 Z' fill='%23005aad' fill-opacity='.42'/%3E%3Cpath d='M0 86 C170 36 310 123 485 91 C663 58 754 39 926 88 C1088 134 1202 52 1320 76 C1375 87 1412 98 1440 99 L1440 140 L0 140 Z' fill='%23003c91' fill-opacity='.62'/%3E%3Cpath d='M0 111 C170 78 326 130 510 111 C695 91 830 83 1010 113 C1178 140 1315 91 1440 112 L1440 140 L0 140 Z' fill='%23002166' fill-opacity='.72'/%3E%3Cpath d='M0 79 C164 34 310 115 480 84 C650 53 758 33 930 79 C1090 122 1210 45 1328 69 C1381 80 1416 90 1440 91' fill='none' stroke='%2357e5ed' stroke-opacity='.32' stroke-width='2'/%3E%3C/svg%3E");
    pointer-events: none;
}

.tarifas-hero-contenido {
    position: relative;
    z-index: 4;
}

.tarifas-hero-texto {
    padding-top: 70px;
    padding-bottom: 82px;
}

.tarifas-etiqueta {
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
    color: #5ee8ef;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.tarifas-etiqueta::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    margin-top: 8px;
    background: #76eef2;
}

.tarifas-hero h1 {
    max-width: 670px;
    margin: 0 0 15px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -.6px;
}

.tarifas-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.92);
    font-size: 17px;
    line-height: 1.65;
}

.tarifas-hero-mascota {
    position: relative;
    height: 330px;
}

.tarifas-hero-mascota img {
    position: absolute;
    right: -4px;
    bottom: -205px;
    width: 475px;
    max-width: none;
    filter: drop-shadow(0 18px 22px rgba(0, 36, 80, .28));
}

.tarifas-onda {
    position: absolute;
    left: -5%;
    width: 110%;
    display: none;
    border-radius: 50% 50% 0 0;
    transform: rotate(-2deg);
    transform-origin: center bottom;
}

.onda-uno {
    z-index: 1;
    bottom: -185px;
    height: 255px;
    background: rgba(0, 57, 145, .34);
}

.onda-dos {
    z-index: 2;
    bottom: -215px;
    height: 265px;
    background: rgba(0, 42, 116, .40);
    transform: rotate(2deg);
}


/* ÁREA PRINCIPAL */

.tarifas-contenido {
    padding: 0 0 58px;
    background: linear-gradient(#f8fbfd 0%, #eef5f8 100%);
}

.tarifas-periodos {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 24px auto 22px;
}

.tarifas-periodo {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 15px 110px 15px 19px;
    overflow: hidden;
    border: 1px solid #dfe9ee;
    border-radius: 10px;
    outline: none;
    background: #fff;
    color: #123b66;
    text-align: left;
    box-shadow: 0 5px 16px rgba(2, 48, 83, .10);
    cursor: pointer;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tarifas-periodo:hover,
.tarifas-periodo:focus {
    border-color: #50b9d6;
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(2, 73, 117, .15);
}

.tarifas-periodo.activo {
    border-color: transparent;
    background: linear-gradient(135deg, #0752ae, #0087c5);
    color: #fff;
}

.periodo-icono {
    flex: 0 0 38px;
    color: #008ec7;
    font-size: 23px;
    text-align: center;
}

.tarifas-periodo.activo .periodo-icono {
    color: #78eff2;
}

.periodo-texto {
    display: block;
    padding-left: 10px;
}

.periodo-texto strong,
.periodo-texto small {
    display: block;
}

.periodo-texto strong {
    font-size: 15px;
    line-height: 1.35;
}

.periodo-texto small {
    margin-top: 3px;
    color: #6f818d;
    font-size: 12px;
}

.tarifas-periodo.activo .periodo-texto small {
    color: rgba(255,255,255,.82);
}

.periodo-estado {
    position: absolute;
    right: 13px;
    bottom: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
}

.periodo-estado.vigente {
    background: #19d1c7;
    color: #fff;
}

.periodo-estado.historico {
    background: #eef2f4;
    color: #657681;
}

.tarifas-periodo.activo .periodo-estado.historico {
    background: rgba(255,255,255,.20);
    color: #fff;
}

.tarifas-calculadora-row {
    display: flex;
    flex-wrap: wrap;
}

.tarifas-calculadora-row > [class*="col-"] {
    display: flex;
}

.tarifas-card {
    width: 100%;
    min-height: 470px;
    margin-bottom: 22px;
    padding: 26px 28px;
    border: 1px solid #e2ebef;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 27px rgba(22, 61, 88, .08);
}

.tarifas-formulario-card {
    position: relative;
}

.tarifas-formulario-card form {
    padding-left: 104px;
}

.tarifas-medidor-decorativo {
    position: absolute;
    top: 115px;
    left: 18px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    filter: drop-shadow(0 8px 11px rgba(15, 61, 96, .16));
}

.tarifas-card-titulo {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e9f0f3;
}

.tarifas-card-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    margin-right: 13px;
    border-radius: 10px;
    background: #e7f5fb;
    color: #007bae;
    font-size: 20px;
}

.tarifas-card-icono.resultado {
    background: #e9effd;
    color: #1456a9;
}

.tarifas-card-titulo h2 {
    margin: 0 0 3px;
    color: #073d78;
    font-size: 19px;
    font-weight: 700;
}

.tarifas-card-titulo p {
    margin: 0;
    color: #7a8a94;
    font-size: 12px;
}

.tarifas-formulario-card .form-group {
    margin-bottom: 17px;
}

.tarifas-formulario-card label,
.tarifas-fieldset legend {
    margin-bottom: 7px;
    color: #334c5d;
    font-size: 13px;
    font-weight: 600;
}

.tarifas-control-icono,
.tarifas-consumo-control {
    position: relative;
}

.tarifas-control-icono > i,
.tarifas-consumo-control > i {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 2;
    color: #0795be;
    font-size: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.tarifas-formulario-card .form-control {
    height: 44px;
    padding-left: 42px;
    border: 1px solid #d6e1e7;
    border-radius: 7px;
    background-color: #fbfdfe;
    color: #263e4e;
    font-size: 13px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.tarifas-formulario-card .form-control:focus {
    border-color: #159fc5;
    box-shadow: 0 0 0 3px rgba(21,159,197,.12);
}

.tarifas-consumo-control .form-control {
    padding-right: 54px;
}

.tarifas-unidad {
    position: absolute;
    top: 1px;
    right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 42px;
    border-left: 1px solid #dce5ea;
    border-radius: 0 7px 7px 0;
    background: #f1f6f8;
    color: #416273;
    font-size: 13px;
    font-weight: 700;
}

.tarifas-error {
    min-height: 17px;
    margin: 4px 0 -8px;
    color: #c43f45;
    font-size: 12px;
}

.tarifas-formulario-card .campo-invalido {
    border-color: #d44b51;
}

.tarifas-fieldset {
    min-width: 0;
    margin: 3px 0 20px;
    padding: 0;
    border: 0;
}

.tarifas-fieldset legend {
    width: auto;
    border: 0;
}

.tarifas-radio {
    display: inline-flex;
    align-items: center;
    margin: 1px 22px 0 0;
    cursor: pointer;
}

.tarifas-radio input {
    position: absolute;
    opacity: 0;
}

.tarifas-radio span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    border: 2px solid #bdcbd3;
    border-radius: 50%;
    color: transparent;
    font-size: 9px;
}

.tarifas-radio input:checked + span {
    border-color: #098ec3;
    background: #098ec3;
    color: #fff;
}

.tarifas-radio input:focus + span {
    box-shadow: 0 0 0 3px rgba(9,142,195,.16);
}

.tarifas-boton-calcular {
    display: block;
    width: 100%;
    min-height: 47px;
    padding: 12px 18px;
    border: 0;
    border-radius: 7px;
    outline: none;
    background: linear-gradient(135deg, #0755ad, #008ac2);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .25px;
    box-shadow: 0 7px 16px rgba(0, 93, 163, .20);
    transition: transform .2s ease, box-shadow .2s ease;
}

.tarifas-boton-calcular i {
    margin-right: 8px;
}

.tarifas-boton-calcular:hover,
.tarifas-boton-calcular:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 21px rgba(0, 93, 163, .28);
}


/* RESULTADO */

.tarifas-resultado-vacio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 325px;
    color: #80919b;
    text-align: center;
}

.tarifas-resultado-vacio > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #edf8fb;
    color: #14a2c1;
    font-size: 33px;
}

.tarifas-resultado-vacio h3 {
    margin: 0 0 7px;
    color: #36566a;
    font-size: 17px;
    font-weight: 700;
}

.tarifas-resultado-vacio p {
    margin: 0;
    font-size: 13px;
}

.tarifas-resultado-fila {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 43px;
    padding: 9px 8px;
    border-bottom: 1px solid #e9eff2;
    color: #3b5261;
    font-size: 13px;
}

.tarifas-resultado-fila strong {
    flex-shrink: 0;
    color: #173f61;
    font-size: 14px;
}

.tarifas-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 17px;
    padding: 18px 20px;
    border-radius: 10px;
    background: linear-gradient(120deg, #084aa5, #04bfc4);
    color: #fff;
    box-shadow: 0 8px 20px rgba(4,105,165,.18);
}

.tarifas-total span {
    font-size: 14px;
    font-weight: 700;
}

.tarifas-total strong {
    color: #fff;
    font-size: 27px;
    line-height: 1;
}

.tarifas-resultado-aviso {
    margin: 14px 2px 0;
    color: #788b97;
    font-size: 11px;
    line-height: 1.5;
}

.tarifas-resultado-aviso i {
    margin-right: 5px;
    color: #0c90bc;
}


/* NOTA */

.tarifas-nota {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 0 15px 35px;
    padding: 17px 20px;
    border: 1px solid #bcddea;
    border-left: 4px solid #0797bd;
    border-radius: 10px;
    background: #eff8fc;
}

.tarifas-nota-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #087eb2;
    font-size: 21px;
}

.tarifas-nota h2 {
    margin: 0 0 4px;
    color: #094376;
    font-size: 14px;
    font-weight: 700;
}

.tarifas-nota p {
    margin: 0;
    color: #496372;
    font-size: 12px;
    line-height: 1.55;
}


/* BENEFICIOS */

.tarifas-beneficios {
    padding: 6px 15px 0;
}

.tarifas-beneficios > h2 {
    margin: 0 0 22px;
    color: #073d78;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.tarifas-beneficio {
    display: flex;
    align-items: center;
    min-height: 85px;
    padding: 10px 15px;
}

.tarifas-beneficio > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 59px;
    width: 59px;
    height: 59px;
    margin-right: 15px;
    border-radius: 50%;
    background: #dff3fa;
    color: #0760ad;
    font-size: 23px;
}

.tarifas-beneficio h3 {
    margin: 0 0 4px;
    color: #0a4178;
    font-size: 14px;
    font-weight: 700;
}

.tarifas-beneficio p {
    margin: 0;
    color: #687d89;
    font-size: 11px;
    line-height: 1.45;
}


/* RESPONSIVE */

@media (max-width: 991px) {
    .tarifas-hero h1 {
        font-size: 36px;
    }

    .tarifas-hero-mascota img {
        right: -38px;
        bottom: -175px;
        width: 425px;
    }

    .tarifas-calculadora-row {
        display: block;
    }

    .tarifas-calculadora-row > [class*="col-"] {
        display: block;
    }

    .tarifas-card {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .tarifas-hero {
        width: calc(100% - 24px);
        min-height: 470px;
        margin-top: 24px;
        border-radius: 14px;
        text-align: center;
    }

    .tarifas-hero-texto {
        padding: 48px 20px 185px;
    }

    .tarifas-etiqueta::after {
        margin-right: auto;
        margin-left: auto;
    }

    .tarifas-hero h1 {
        margin-right: auto;
        margin-left: auto;
        font-size: 30px;
    }

    .tarifas-hero p {
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }

    .tarifas-hero-mascota {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 205px;
    }

    .tarifas-hero-mascota img {
        right: 50%;
        bottom: -125px;
        width: 325px;
        transform: translateX(50%);
    }

    .tarifas-periodos {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-top: 18px;
    }

    .tarifas-periodo {
        min-height: 72px;
    }

    .tarifas-card {
        padding: 22px 19px;
        border-radius: 12px;
    }

    .tarifas-formulario-card form {
        padding-left: 0;
    }

    .tarifas-medidor-decorativo {
        position: static;
        display: block;
        width: 86px;
        height: 86px;
        margin: -8px auto 14px;
    }

    .tarifas-nota {
        margin-right: 0;
        margin-left: 0;
    }

    .tarifas-beneficio {
        max-width: 420px;
        margin: 0 auto 8px;
    }
}

@media (max-width: 420px) {
    .tarifas-hero h1 {
        font-size: 27px;
    }

    .tarifas-periodo {
        padding-right: 88px;
        padding-left: 13px;
    }

    .periodo-icono {
        flex-basis: 31px;
        font-size: 19px;
    }

    .periodo-texto strong {
        font-size: 13px;
    }

    .periodo-texto small {
        font-size: 10px;
    }

    .tarifas-total {
        align-items: flex-start;
        flex-direction: column;
    }

    .tarifas-total strong {
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tarifas-periodo,
    .tarifas-boton-calcular,
    .tarifas-formulario-card .form-control {
        transition: none;
    }
}
