@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../recursos/Montserrat-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../recursos/Montserrat-SemiBold.ttf') format('opentype');
}


@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../recursos/Montserrat-Medium.ttf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-MediumItalic';
    src: url('../recursos/Montserrat-MediumItalic.ttf') format('opentype');
}

#target2 {
    width: 100%;
    height: 500px;
}

#Btn_Mo2 {
    margin-top: 26px;
    box-shadow: rgba(0, 0, 0, 0.25) 1.95px 2.95px 2.6px;
    border-radius: 16px;
    color: #3d4095;
    font-family: 'Montserrat-Regular';
    background-color: white;
    height: 84%;
    width: 28%;
    padding: 10px;
}

#familiasContainer2 {
    margin-top: 20px;
}

#acceso2sucursales {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.acceso2sucursalesElemento {
    width: 49%;
    height: 100%;

}

#acceso2sucursalesElemento2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#acceso2sucursalesElemento1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

#pta_link2 {
    width: 60%;
    display: flex;
    margin-left: 40px;
}

#acceso2sucursaleslista {
    overflow-y: auto;
    max-height: 100%;
    width: 100%;
    direction: rtl;
    margin-left: 10px;
    margin-bottom: 10px;
}

#acceso2sucursaleslista div {
    direction: ltr;
}


#acceso2sucursaleslista::-webkit-scrollbar {
    width: 10px;
    /* Ancho del scrollbar */
}

#acceso2sucursaleslista::-webkit-scrollbar {
    background-color: #92B1D5;
    width: 16px;
    border-radius: 16px;
}

/* background of the scrollbar except button or resizer */
#acceso2sucursaleslista::-webkit-scrollbar-track {
    background-color: #92B1D5;
    border-radius: 16px;
}

/* scrollbar itself */
#acceso2sucursaleslista::-webkit-scrollbar-thumb {
    background-color: #576587;
    border-radius: 16px;
    border: 4px solid #92B1D5;
}

/* set button(top and bottom of the scrollbar) */
#acceso2sucursaleslista::-webkit-scrollbar-button {
    display: none;
}

#acceso2tramites {
    display: none;
    grid-template-columns: auto auto auto auto auto auto auto;
    width: auto;
    height: 100%;
    padding: 4%;
    align-items: baseline;
}

#acceso2tramites a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px;
    text-decoration: none;
    /* Opcional: para quitar el subrayado de los enlaces */
}

#acceso2tramites .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#acceso2tramites a img {
    width: 80px;
    /* Ajusta el tamaño de la imagen según tus necesidades */
    height: 100px;
    /* Ajusta el tamaño de la imagen según tus necesidades */
    transition: filter 0.3s;
    /* Transición suave para el sombreado */
    margin-top: 100px;
}

#acceso2tramites a img:hover {
    filter: brightness(0.5);
    /* Aplica un sombreado al pasar el cursor */
}

#Tramites_Text {
    color: white;
    width: 50%;
    text-align: center;
}

#acceso2tarifa {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#tarifa2_container {
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#acceso2tarifaelemento1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: auto;
    width: 40%;
}

#acceso2tarifaelemento2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: auto;
    width: 38%;
}

.select_wrap2 select {
    position: relative;
    z-index: 1;
    padding: 0 30px 0 10px;
    font-family: inherit;
    padding: 10px;
    border-radius: 50px;
}

#resultado2 span {
    font-weight: normal;
    color: white;
}

#resultado2 strong {
    font-weight: bold;
    color: aquamarine;
}

#periodoa2,
#consumoa2,
#aguaa2,
#alcantarilladoa2,
#saneamientoa2,
#ivaa2,
#descuentoa2 {
    color: gray;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content2 {
    background-color: rgb(76, 136, 188);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.close2 {
    color: #aaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
}

.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.button123 {
    margin-top: 20px;
    padding: 10px 10px;
    background-color: rgb(57, 79, 146);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

#searchRPUContainer2 {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-family: 'Montserrat-MediumItalic';
}

#rpuInput2 {
    width: 200px;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #ccc;
}

#acceso2meses1 {
    border-radius: 50px;
    height: 42px;
    padding-left: 15px;
}

#acceso2meses2 {
    border-radius: 50px;
    height: 42px;
    padding-left: 15px;
}

#gauge2 {
    width: 100%;
    height: 160px;
    margin-top: 15px;
    margin-left: 0%;
}


#FoolTip_Txt {
    font-weight: 100;
    line-height: 20px;
}


/*Aquí empieza el Tooltips de Número de Tarifas*/
.help-icon4 {
    margin-left: 164px;
    background-color: #ffffff;
    color: rgb(34 50 117);
    border-radius: 70%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -22px;
    position: relative;
    /* Necesario para posicionar el tooltip */
}

.bold {
    font-weight: bold;
}

.help-icon4:hover::after {
    content: attr(data-help);
    position: absolute;
    bottom: 125%;
    /* Ajustar según sea necesario */
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    /*color: #000000;*/
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
    pointer-events: none;
    /* Asegura que no interfiera con otros elementos */
}

.help-icon4:hover::before {
    content: '';
    position: absolute;
    bottom: 115%;
    /* Ajustar según sea necesario */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
    pointer-events: none;
    /* Asegura que no interfiera con otros elementos */
}

.help-icon4::after,
.help-icon4::before {
    opacity: 0;
}

.help-icon4:hover .tooltip-image {
    display: block;
}

.tooltip-content4 {
    display: none;
    position: absolute;
    left: 289%;
    transform: translateX(-16%);
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: 320px;
    text-align: left;
    font-family: 'Montserrat-Regular';
    white-space: inherit;
    margin-top: -216px;
}

.tooltip-content4 p {
    margin: 0;
    font-size: 16px;
    margin-bottom: 5px;
}

.tooltip-content4 p:last-child {
    margin-bottom: 0;
}

.help-icon4:hover .tooltip-content4 {
    display: block;
}

/*Aquí termina el Tooltips de Número de Tarifas*/

/* Aquí empieza el Tooltips de Número de Familias */
.help-icon6 {
    margin-left: 424px;
    background-color: #ffffff;
    color: rgb(34 50 117);
    border-radius: 70%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -22px;
    position: relative;
    /* Necesario para posicionar el tooltip */
}

.help-icon6:hover .tooltip-content6 {
    display: block;
}

.tooltip-content6 {
    display: none;
    position: absolute;
    left: -12%;
    transform: translateX(-64%);
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: 370px;
    text-align: left;
    white-space: inherit;
    top: 14px;
}

/* Aquí termina el Tooltips de Número de Familias */

#modalContent2 {
    background-color: white;
    width: 60%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

#Txt_Modal_Down4 {
    font-family: 'Montserrat-MediumItalic';
    color: yellow;
    font-size: 14px;
    margin-top: 4%;
    position: absolute;
    margin-left: 3%;
    width: 42%;
    height: auto;
    text-align: center;
    line-height: 15px;
}

#Txt_Modal_Down5 {
    font-family: 'Montserrat-MediumItalic';
    color: black;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 26px;
    display: flex;
}

#Txt_Modal_Down6 {
    font-family: 'Montserrat-MediumItalic';
    color: yellow;
    font-size: 20px;
    text-align: center;
}

#modalContent2 {
    background-color: white;
    width: 60%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

/* The Modal (background) */
.modal7 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content7 {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close7 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close7:hover,
.close7:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#FAM_TXT2 {
    color: white;
}

#img_maps2 {
    height: auto;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 1.95px 2.95px 2.6px;
    cursor: pointer;
}

#Text_consumo2 {
    width: 50%;
    height: 65.7%;
    position: absolute;
    top: 67.2%;
    left: 27%;
    transform: translate(-50%, -50%);
    line-height: 30px;
}

#Txt_calculo2 {
    color: white;
    font-family: 'Montserrat-Medium';
    font-size: 40px;
    width: 32%;
    text-align: center;
}

#Acceso2ReportesContainer {
    display: flex;
    flex-direction: row;
    gap: 200px;
    margin-top: 8%;
}

#date_selector2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#calculoTarifaContenido3 {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #62c756;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    flex-direction: row;
}

#calculoTarifaContenido4 {
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background-color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    flex-direction: column;
}

#tarifasTable2 {
    width: 100%;
    border-collapse: collapse;
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#thead_table2 {
    display: flex;
    flex-direction: column;
    position: static;
}

#tbody_table2 {
    display: flex;
}

#tr_table2 {
    display: flex;
    flex-direction: column;
}

#tr_table2 {
    display: contents;
}

#tarifasTable2 th,
#tarifasTable2 td {
    border: 1px solid #ddd;
    padding: 8px;
}

#tarifasTable2 th {
    background-color: #f2f2f2;
    color: black;
    text-align: center;
}

#adeudoa2 {
    color: black;

}

#tarifasTable2 td {
    text-align: center;
}

#Contenedor_A3 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#Contenedor_A4 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#acceso2Selection {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#txt_modal_container2 {
    display: flex;
}

#consumo21 {
    width: 200px;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #ccc;
    text-align: center;
    text-align: center;
}

#servicios_tarifa2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-right: 170px;
}

#familiaoptions {
    margin-top: 10px;
}

#numeroFamilias2 {
    width: 12%;
}

#tarifatxt {
    color: white;
    margin-top: 15px;
}

/* Teléfonos móviles pequeños */
@media (max-width: 320px) {
    #Acceso2ReportesContainer {
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin-top: 8%;
    }

    #Txt_calculo2 {
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 40px;
        width: 90%;
        text-align: center;
    }

    #target2 {
        width: 100%;
        height: 1200px;
    }

    #tarifa2_container {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #acceso2tarifaelemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: -88px;
    }

    #acceso2tarifaelemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: 14px;
    }

    #FAM_TXT2 {
        color: white;
        text-align: center;
    }

    .help-icon6 {
        margin-left: 270px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .help-icon4 {
        margin-left: 214px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .tooltip-content4 {
        display: none;
        position: absolute;
        left: -173px;
        transform: translateX(-16%);
        background-color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 10;
        width: 320px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        margin-top: -296px;
    }

    #consumo21 {
        width: 250px;
        padding: 10px;
        border-radius: 50px;
        border: 1px solid #ccc;
        text-align: center;
    }

    #servicios_tarifa2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        margin-right: 0px;
    }

    #familiaoptions {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    #numeroFamilias2 {
        width: 12%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tarifatxt {
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    #acceso2tramites {
        display: none;
        grid-template-columns: auto auto auto;
        width: 100%;
        height: 80%;
        padding: 4%;
        align-items: baseline;
    }

    #acceso2sucursales {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #acceso2sucursalesElemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 60%;
        width: 100%;
    }

    #acceso2sucursalesElemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-top: 10%;
    }
}

/*Teléfonos móviles medianos*/
@media (min-width: 321px) and (max-width: 375px) {
    #Acceso2ReportesContainer {
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin-top: 8%;
    }

    #Txt_calculo2 {
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 40px;
        width: 90%;
        text-align: center;
    }

    #target2 {
        width: 100%;
        height: 1200px;
    }

    #tarifa2_container {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #acceso2tarifaelemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: -88px;
    }

    #acceso2tarifaelemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: 14px;
    }

    #FAM_TXT2 {
        color: white;
        text-align: center;
    }

    .help-icon6 {
        margin-left: 270px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .help-icon4 {
        margin-left: 214px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .tooltip-content4 {
        display: none;
        position: absolute;
        left: -173px;
        transform: translateX(-16%);
        background-color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 10;
        width: 320px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        margin-top: -296px;
    }

    #consumo21 {
        width: 250px;
        padding: 10px;
        border-radius: 50px;
        border: 1px solid #ccc;
        text-align: center;
    }

    #servicios_tarifa2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        margin-right: 0px;
    }

    #familiaoptions {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    #numeroFamilias2 {
        width: 12%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tarifatxt {
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    #acceso2tramites {
        display: none;
        grid-template-columns: auto auto auto;
        width: 100%;
        height: 80%;
        padding: 4%;
        align-items: baseline;
    }

    #acceso2sucursales {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #acceso2sucursalesElemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 60%;
        width: 100%;
    }

    #acceso2sucursalesElemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-top: 10%;
    }
}

/*Teléfonos móviles grnandes*/
@media (min-width: 376px) and (max-width: 425px) {
    #Acceso2ReportesContainer {
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin-top: 8%;
    }

    #Txt_calculo2 {
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 40px;
        width: 90%;
        text-align: center;
    }

    #target2 {
        width: 100%;
        height: 1200px;
    }

    #tarifa2_container {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #acceso2tarifaelemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: -88px;
    }

    #acceso2tarifaelemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: 14px;
    }

    #FAM_TXT2 {
        color: white;
        text-align: center;
    }

    .help-icon6 {
        margin-left: 270px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .help-icon4 {
        margin-left: 214px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .tooltip-content4 {
        display: none;
        position: absolute;
        left: -173px;
        transform: translateX(-16%);
        background-color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 10;
        width: 320px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        margin-top: -296px;
    }

    #consumo21 {
        width: 250px;
        padding: 10px;
        border-radius: 50px;
        border: 1px solid #ccc;
        text-align: center;
    }

    #servicios_tarifa2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        margin-right: 0px;
    }

    #familiaoptions {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    #numeroFamilias2 {
        width: 12%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tarifatxt {
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    #acceso2tramites {
        display: none;
        grid-template-columns: auto auto auto;
        width: 100%;
        height: 80%;
        padding: 4%;
        align-items: baseline;
    }

    #acceso2sucursales {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #acceso2sucursalesElemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 60%;
        width: 100%;
    }

    #acceso2sucursalesElemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-top: 10%;
    }
}

/* Tabletas en modo retrato */
@media (min-width: 426px) and (max-width: 768px) {
    #Acceso2ReportesContainer {
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin-top: 8%;
    }

    #Txt_calculo2 {
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 40px;
        width: 90%;
        text-align: center;
    }

    #target2 {
        width: 100%;
        height: 1200px;
    }

    #tarifa2_container {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #acceso2tarifaelemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: -88px;
    }

    #acceso2tarifaelemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: 14px;
    }

    #FAM_TXT2 {
        color: white;
        text-align: center;
    }

    .help-icon6 {
        margin-left: 270px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .help-icon4 {
        margin-left: 214px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .tooltip-content4 {
        display: none;
        position: absolute;
        left: -173px;
        transform: translateX(-16%);
        background-color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 10;
        width: 320px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        margin-top: -296px;
    }

    #consumo21 {
        width: 250px;
        padding: 10px;
        border-radius: 50px;
        border: 1px solid #ccc;
        text-align: center;
    }

    #servicios_tarifa2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        margin-right: 0px;
    }

    #familiaoptions {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    #numeroFamilias2 {
        width: 12%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tarifatxt {
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    #acceso2tramites {
        display: none;
        grid-template-columns: auto auto auto;
        width: 100%;
        height: 80%;
        padding: 4%;
        align-items: baseline;
    }

    #acceso2sucursales {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #acceso2sucursalesElemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 60%;
        width: 100%;
    }

    #acceso2sucursalesElemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-top: 10%;
    }
}

/* Tabletas en modo paisaje */
@media (min-width: 769px) and (max-width: 1024px) {
    #Acceso2ReportesContainer {
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin-top: 8%;
    }

    #Txt_calculo2 {
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 40px;
        width: 90%;
        text-align: center;
    }

    #target2 {
        width: 100%;
        height: 1200px;
    }

    #tarifa2_container {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #acceso2tarifaelemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: -88px;
    }

    #acceso2tarifaelemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: 14px;
    }

    #FAM_TXT2 {
        color: white;
        text-align: center;
    }

    .help-icon6 {
        margin-left: 270px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .help-icon4 {
        margin-left: 214px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .tooltip-content4 {
        display: none;
        position: absolute;
        left: -173px;
        transform: translateX(-16%);
        background-color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 10;
        width: 320px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        margin-top: -296px;
    }

    #consumo21 {
        width: 250px;
        padding: 10px;
        border-radius: 50px;
        border: 1px solid #ccc;
        text-align: center;
    }

    #servicios_tarifa2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        margin-right: 0px;
    }

    #familiaoptions {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    #numeroFamilias2 {
        width: 12%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tarifatxt {
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    #acceso2tramites {
        display: none;
        grid-template-columns: auto auto auto;
        width: 100%;
        height: 80%;
        padding: 4%;
        align-items: baseline;
    }

    #acceso2sucursales {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #acceso2sucursalesElemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 60%;
        width: 100%;
    }

    #acceso2sucursalesElemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-top: 10%;
    }
}

/* Ordenadores portátiles pequeños */
@media (min-width: 1025px) and (max-width: 1280px) {}

/* Monitores de PC de escritorio */
@media (min-width: 1281px) and (max-width: 1600px) {}

/* Monitores de PC de escritorio grandes */
@media (min-width: 1601px) and (max-width: 1920px) {}

/* Televisores y proyectores HD */
@media (min-width: 1921px) and (max-width: 2560px) {}

/* Televisores y proyectores 4K */
@media (min-width: 2561px) {}

/* Orientación vertical para tabletas */
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
    #Acceso2ReportesContainer {
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin-top: 8%;
    }

    #Txt_calculo2 {
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 40px;
        width: 90%;
        text-align: center;
    }

    #target2 {
        width: 100%;
        height: 1200px;
    }

    #tarifa2_container {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 22px;
    }

    #acceso2tarifaelemento1 {
        gap: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: 0px;
    }

    #acceso2tarifaelemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        margin-top: 0px;
        gap: 18px;
    }

    #FAM_TXT2 {
        color: white;
        text-align: center;
    }

    .help-icon6 {
        margin-left: 460px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .help-icon4 {
        margin-left: 214px;
        background-color: #ffffff;
        color: rgb(34 50 117);
        border-radius: 70%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -22px;
        position: relative;
    }

    .tooltip-content4 {
        display: none;
        position: absolute;
        left: -173px;
        transform: translateX(-16%);
        background-color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 10;
        width: 320px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        margin-top: -296px;
    }

    #consumo21 {
        width: 250px;
        padding: 10px;
        border-radius: 50px;
        border: 1px solid #ccc;
        text-align: center;
    }

    #servicios_tarifa2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        margin-right: 0px;
    }

    #familiaoptions {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    #numeroFamilias2 {
        width: 12%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tarifatxt {
        color: white;
        margin-top: 15px;
        text-align: center;
    }

    #acceso2tramites {
        display: none;
        grid-template-columns: auto auto auto;
        width: 100%;
        height: 80%;
        padding: 4%;
        align-items: baseline;
        justify-content: center;
    }

    #acceso2sucursales {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #acceso2sucursalesElemento1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 50%;
        width: 100%;
        margin-top: 0%;
    }

    #acceso2sucursalesElemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-top: -4%;
    }
}