@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');
}

#target {
    width: 100%;
    height: 500px;
    color: #333;
    font-weight: 700;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
    display: none;
    margin: -12px auto;
}

#Btn_Mo {
    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;
}

#familiasContainer {
    margin-top: 20px;
}

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

.acceso1sucursalesElemento {
    width: 100%;
    height: 100%;
    font-family: "Montserrat-SemiBold";
}

.acceso1sucursalesElemento2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

#pta_link {
    width: 96%;
    display: flex;
}

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

#acceso1sucursaleslista div {
    direction: ltr;
}

#acceso1sucursaleslista::-webkit-scrollbar {
    width: 10px;
}

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

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

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

#acceso1sucursaleslista::-webkit-scrollbar-button {
    display: none;
}

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

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

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

#acceso1tramites {
    grid-template-columns: auto auto auto auto auto auto auto;
    width: auto;
    height: 100%;
    padding: 10%;
    align-items: baseline;
}

#acceso1tramites 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 */
}

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

#acceso1tramites 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 */
}

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

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

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

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

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

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

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

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

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

#periodo,
#consumo1,
#agua,
#alcantarillado,
#saneamiento,
#iva,
#descuento {
    color: gray;
}

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

.modal-content {
    background-color: #0d2449;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.close5 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: red;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
}

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

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

.button12 {
    margin-top: 20px;
    padding: 10px 10px;
    background-color: rgb(76, 136, 188);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}


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

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

#searchRPUButton {
    margin-left: 10px;
    padding: 10px 4px;
    border: none;
    border-radius: 5px;
    /*background-color: #007BFF;*/
    color: white;
}

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

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

#gauge {
    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-icon {
    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-icon: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-icon: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-icon::after,
.help-icon::before {
    opacity: 0;
}

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

.tooltip-content {
    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: -240px;
}

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

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

.help-icon:hover .tooltip-content {
    display: block;
}

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


/* Aquí empieza el Tooltips de Número de Familias */
.help-icon3 {
    margin-left: 412px;
    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-icon3:hover .tooltip-content3 {
    display: block;
}

.tooltip-content3 {
    display: none;
    position: absolute;
    left: 50%;
    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: 10px;
}

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

#txt_modal_container {
    display: flex;
}

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

#Txt_Modal_Down2 {
    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_Down3 {
    font-family: 'Montserrat-MediumItalic';
    color: yellow;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 26px;
    display: flex;
}

#modalContent {
    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) */
.modal6 {
    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-content6 {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

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

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

#FAM_TXT {
    color: white;
}

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

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

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

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

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

#calculoTarifaContenido1 {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #3d4095;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    flex-direction: row;
}

#calculoTarifaContenido2 {
    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;
}

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

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

#tbody_table {
    display: flex;
}

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

#tr_table1 {
    display: contents;
}

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

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

#adeudo {
    color: black;

}

#tarifasTable td {
    text-align: center;
}

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

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

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


/* Teléfonos móviles pequeños */
@media (max-width: 320px) {

    .acceso1sucursalesElemento {
        width: 100%;
    }

    #acceso1sucursales {
        flex-direction: column;
    }

    #target {
        width: 100%;
        height: 1128px;
    }

    .accesoContainer0-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .acceso0-elemento {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f2f2f2;
        padding: 20px;
        box-sizing: border-box;
    }

    .acceso1sucursalesElemento {
        height: 60%;
        width: 100%;
        align-content: center;
    }

    #acceso1sucursalesMapa {
        width: 80%;
        height: 60%;
        align-content: center;
        margin-left: 40px;
    }

    .accesoRapido1Content #acceso1tarifa {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .accesoRapido1Content #acceso1meses2 {
        padding: 10px;
    }

    .accesoRapido1Content #acceso1meses1 {
        padding: 10px;
    }

    #Btn_Cal {
        padding-left: 3rem;
        padding-right: 3rem;
        width: 40%;
    }

    #acceso1tarifa {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        overflow-y: auto;
    }

    #acceso1tarifaelemento1 {
        width: 94%;
        height: 2000px;
        color: #929090;
        overflow-y: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    #acceso1tarifaelemento2 {
        width: 100%;
        height: 158rem;
        color: #929090;
        overflow-y: auto;
        align-items: center;
        text-align: center;
        margin-top: -263px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .numeros-y-consumo {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5%;
    }

    .help-icon {
        margin-left: 206px;
        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: -30px;
        position: relative;
    }


    .tooltip-content {
        display: none;
        position: absolute;
        left: -192px;
        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: 339px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        top: -60px;
    }

    .help-icon3 {
        margin-left: 330px;
        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-content3 {
        display: none;
        position: absolute;
        left: -119%;
        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: 280px;
        text-align: left;
        white-space: inherit;
        top: -84px;
    }

    .help-icon2 {
        margin-left: 130px;
        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: -44px;
        position: relative;
    }

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

    #numeroFamilias {
        width: 20%;
    }

    #Txt_Modal_Down {
        font-family: 'Montserrat-MediumItalic';
        color: yellow;
        font-size: 13px;
        margin-top: 1014px;
        position: absolute;
        left: 6px;
        font-size: 16px;
        text-align: center;
    }

    #FAM_TXT {
        color: white;
        width: 50%;
        margin-left: 108px;
    }

    #acceso1tramites {
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        flex-direction: column;
        font-size: 13px;
        line-height: 14px;
    }

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

    #Acceso1ReportesContainer {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 32%;
    }

    #Txt_Modal_Down {
        font-family: 'Montserrat-MediumItalic';
        color: yellow;
        font-size: 13px;
        margin-top: 1014px;
        left: 14%;
        text-align: center;
    }

    #Btn_Cal {
        padding-left: 0rem;
        padding-right: 0rem;
        width: 40%;
    }

    .flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .items-center {
        align-items: center;
    }

    .tarifa-y-servicios {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

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

    .help-icon3 {
        margin-left: 86%;
        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;
    }

    #numeroFamilias {
        width: 20%;
        margin-top: 4%;
    }

    #date_selector {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    #calculoTarifaContenido1 {
        display: flex;
        width: 100%;
        height: 100%;
        background-color: #3d4095;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: column;
    }

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

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

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


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

    #thead_table {
        width: 200px;
    }

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

    #acceso1Selection {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }

}

/*Teléfonos móviles medianos*/
@media (min-width: 321px) and (max-width: 375px) {

    .acceso1sucursalesElemento {
        width: 100%;
    }

    #acceso1sucursales {
        flex-direction: column;
    }

    #target {
        width: 100%;
        height: 1128px;
    }

    .accesoContainer0-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .acceso0-elemento {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f2f2f2;
        padding: 20px;
        box-sizing: border-box;
    }

    .acceso1sucursalesElemento {
        height: 60%;
        width: 100%;
        align-content: center;
    }

    #acceso1sucursalesMapa {
        width: 80%;
        height: 60%;
        align-content: center;
        margin-left: 40px;
    }

    .accesoRapido1Content #acceso1tarifa {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .accesoRapido1Content #acceso1meses2 {
        padding: 10px;
    }

    .accesoRapido1Content #acceso1meses1 {
        padding: 10px;
    }

    #Btn_Cal {
        padding-left: 3rem;
        padding-right: 3rem;
        width: 40%;
    }

    #acceso1tarifa {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        overflow-y: auto;
    }

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

    #acceso1tarifaelemento1 {
        width: 100%;
        height: auto;
        color: #929090;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #acceso1tarifaelemento2 {
        width: 100%;
        height: auto;
        color: #929090;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .numeros-y-consumo {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5%;
    }

    .help-icon {
        margin-left: 206px;
        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: -30px;
        position: relative;
    }

    .tooltip-content {
        display: none;
        position: absolute;
        left: -192px;
        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: 339px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        top: -60px;
    }

    .help-icon3 {
        margin-left: 86%;
        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-content3 {
        display: none;
        position: absolute;
        left: -290%;
        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: 280px;
        text-align: left;
        white-space: inherit;
        top: 22px;
    }

    .help-icon2 {
        margin-left: 130px;
        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: -44px;
        position: relative;
    }

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

    #numeroFamilias {
        width: 20%;
    }

    #txt_modal_container {
        display: flex;
        height: 10%;
    }

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

    #FAM_TXT {
        color: white;
        width: 50%;
        margin-left: 108px;
    }

    #acceso1tramites {
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        font-size: 13px;
        line-height: 14px;
        grid-template-columns: auto auto;
    }

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

    #Acceso1ReportesContainer {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 32%;
    }

    #Btn_Cal {
        padding-left: 0rem;
        padding-right: 0rem;
        width: 40%;
    }

    .flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .items-center {
        align-items: center;
    }

    .tarifa-y-servicios {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

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

    #numeroFamilias {
        width: 20%;
        margin-top: 4%;
    }

    #date_selector {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    #calculoTarifaContenido1 {
        display: flex;
        width: 100%;
        height: 100%;
        background-color: #3d4095;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: column;
    }

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

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

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


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

    #thead_table {
        width: 200px;
    }

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

    #acceso1Selection {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }

}

/*Teléfonos móviles grnandes*/
@media (min-width: 376px) and (max-width: 425px) {

    .acceso1sucursalesElemento {
        width: 100%;
    }

    #acceso1sucursales {
        flex-direction: column;
    }

    #target {
        width: 100%;
        height: 1128px;
    }

    .accesoContainer0-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .acceso0-elemento {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f2f2f2;
        padding: 20px;
        box-sizing: border-box;
    }

    .acceso1sucursalesElemento {
        height: 60%;
        width: 100%;
        align-content: center;
    }

    #acceso1sucursalesMapa {
        width: 90%;
        height: 100%;
        align-content: center;
        margin-left: 40px;
    }

    #pta_link {
        width: 94%;
        display: flex;
    }

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

    .accesoRapido1Content #acceso1tarifa {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .accesoRapido1Content #acceso1meses2 {
        padding: 10px;
    }

    .accesoRapido1Content #acceso1meses1 {
        padding: 10px;
    }

    #Btn_Cal {
        padding-left: 3rem;
        padding-right: 3rem;
        width: 40%;
    }

    #acceso1tarifa {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        overflow-y: auto;
    }

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

    #acceso1tarifaelemento1 {
        width: 100%;
        height: auto;
        color: #929090;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #acceso1tarifaelemento2 {
        width: 100%;
        height: auto;
        color: #929090;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .numeros-y-consumo {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5%;
    }

    .help-icon {
        margin-left: 206px;
        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: -30px;
        position: relative;
    }

    .tooltip-content {
        display: none;
        position: absolute;
        left: -192px;
        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: 339px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        top: -60px;
    }

    .help-icon3 {
        margin-left: 80%;
        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-content3 {
        display: none;
        position: absolute;
        left: -156%;
        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: 280px;
        text-align: left;
        white-space: inherit;
        top: 22px;
    }

    .help-icon2 {
        margin-left: 130px;
        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: -44px;
        position: relative;
    }

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

    #numeroFamilias {
        width: 20%;
    }

    #FAM_TXT {
        color: white;
        width: 50%;
        margin-left: 108px;
    }

    #acceso1tramites {
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        font-size: 13px;
        line-height: 14px;
        grid-template-columns: auto auto;
    }

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

    #Acceso1ReportesContainer {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 32%;
    }

    #txt_modal_container {
        display: flex;
        height: 10%;
    }

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

    #Btn_Cal {
        padding-left: 0rem;
        padding-right: 0rem;
        width: 40%;
    }

    .flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .items-center {
        align-items: center;
    }

    .tarifa-y-servicios {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

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

    #numeroFamilias {
        width: 20%;
        margin-top: 4%;
    }

    #date_selector {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    #calculoTarifaContenido1 {
        display: flex;
        width: 100%;
        height: 100%;
        background-color: #3d4095;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: column;
    }

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

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

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

    #Btn_Mo {
        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: 66%;
        width: 39%;
        padding: 10px;
    }

    #Txt_Modal_Down2 {
        font-family: 'Montserrat-MediumItalic';
        color: yellow;
        font-size: 14px;
        margin-top: 86%;
        position: absolute;
        margin-left: 10%;
        width: 80%;
        height: auto;
        text-align: center;
        line-height: 15px;
    }

    #tarifasTable {
        width: 100%;
        border-collapse: collapse;
        display: flex;
        flex-direction: row;
        margin-top: 2%;
    }

    #thead_table {
        width: 200px;
    }

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

    #acceso1Selection {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }

}

/* Tabletas en modo retrato */
@media (min-width: 426px) and (max-width: 768px) {

    .acceso1sucursalesElemento {
        width: 100%;
    }

    #acceso1sucursales {
        flex-direction: column;
    }

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

    #pta_link {
        width: 96%;
        display: flex;
    }

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

    #target {
        width: 100%;
        height: 1160px;
    }

    .accesoContainer0-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .acceso0-elemento {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f2f2f2;
        padding: 20px;
        box-sizing: border-box;
    }

    .acceso1sucursalesElemento {
        height: 60%;
        width: 100%;
        align-content: center;
    }

    #acceso1sucursalesMapa {
        width: 100%;
        height: 60%;
        align-content: center;
    }

    .accesoRapido1Content #acceso1tarifa {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .accesoRapido1Content #acceso1meses2 {
        padding: 10px;
    }

    .accesoRapido1Content #acceso1meses1 {
        padding: 10px;
    }

    #Btn_Cal {
        padding-left: 3rem;
        padding-right: 3rem;
        width: 40%;
    }

    #acceso1tarifa {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        overflow-y: auto;
    }

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

    #acceso1tarifaelemento1 {
        width: 100%;
        height: auto;
        color: #929090;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #acceso1tarifaelemento2 {
        width: 100%;
        height: auto;
        color: #929090;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .numeros-y-consumo {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5%;
    }

    .help-icon {
        margin-left: 206px;
        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: -30px;
        position: relative;
    }

    .tooltip-content {
        display: none;
        position: absolute;
        left: -192px;
        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: 339px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        top: -60px;
    }

    .help-icon3 {
        margin-left: 70%;
        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-content3 {
        display: none;
        position: absolute;
        left: -119%;
        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: 280px;
        text-align: left;
        white-space: inherit;
        top: 12px;
    }

    .help-icon2 {
        margin-left: 130px;
        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: -44px;
        position: relative;
    }

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

    #numeroFamilias {
        width: 20%;
    }

    #FAM_TXT {
        color: white;
        width: 50%;
        margin-left: 108px;
    }

    #acceso1tramites {
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        font-size: 13px;
        line-height: 14px;
        grid-template-columns: auto auto;
    }

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

    #Acceso1ReportesContainer {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 32%;
    }

    #txt_modal_container {
        display: flex;
        height: 10%;
    }

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

    #Btn_Cal {
        padding-left: 0rem;
        padding-right: 0rem;
        width: 40%;
    }

    .flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .items-center {
        align-items: center;
    }

    .tarifa-y-servicios {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

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

    #numeroFamilias {
        width: 20%;
        margin-top: 4%;
    }

    #date_selector {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    #calculoTarifaContenido1 {
        display: flex;
        width: 100%;
        height: 100%;
        background-color: #3d4095;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: column;
    }

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

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

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

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

    #thead_table {
        width: 200px;
    }

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



}

/* Tabletas en modo paisaje */
@media (min-width: 769px) and (max-width: 1024px) {

    .acceso1sucursalesElemento {
        width: 100%;
    }

    #acceso1sucursales {
        flex-direction: column;
    }

    #target {
        width: 100%;
        height: 1160px;
    }

    .accesoContainer0-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .acceso0-elemento {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f2f2f2;
        padding: 20px;
        box-sizing: border-box;
    }

    .acceso1sucursalesElemento {
        height: 60%;
        width: 100%;
        align-content: center;
    }

    #acceso1sucursalesMapa {
        width: 80%;
        height: 60%;
        align-content: center;
        margin-left: 40px;
    }

    .accesoRapido1Content #acceso1tarifa {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .accesoRapido1Content #acceso1meses2 {
        padding: 10px;
    }

    .accesoRapido1Content #acceso1meses1 {
        padding: 10px;
    }

    #Btn_Cal {
        padding-left: 3rem;
        padding-right: 3rem;
        width: 40%;
    }

    #acceso1tarifa {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        overflow-y: auto;
    }

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

    #acceso1tarifaelemento1 {
        width: 100%;
        height: auto;
        color: #929090;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #acceso1tarifaelemento2 {
        width: 100%;
        height: auto;
        color: #929090;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .numeros-y-consumo {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5%;
    }

    .help-icon {
        margin-left: 206px;
        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: -30px;
        position: relative;
    }

    .tooltip-content {
        display: none;
        position: absolute;
        left: -192px;
        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: 339px;
        text-align: left;
        font-family: 'Montserrat-Regular';
        white-space: inherit;
        top: -60px;
    }

    .help-icon3 {
        margin-left: 70%;
        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-content3 {
        display: none;
        position: absolute;
        left: -119%;
        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: 280px;
        text-align: left;
        white-space: inherit;
        top: -84px;
    }

    .help-icon2 {
        margin-left: 130px;
        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: -44px;
        position: relative;
    }

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

    #numeroFamilias {
        width: 20%;
    }

    #txt_modal_container {
        display: flex;
        height: 10%;
    }

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

    #FAM_TXT {
        color: white;
        width: 50%;
        margin-left: 108px;
    }

    #acceso1tramites {
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        font-size: 13px;
        line-height: 14px;
        grid-template-columns: auto auto auto;
    }

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

    #Acceso1ReportesContainer {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 32%;
    }

    #Btn_Cal {
        padding-left: 0rem;
        padding-right: 0rem;
        width: 40%;
    }

    .flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .items-center {
        align-items: center;
    }

    .tarifa-y-servicios {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

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

    #numeroFamilias {
        width: 20%;
        margin-top: 4%;
    }

    #date_selector {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #calculoTarifaContenido1 {
        display: flex;
        width: 100%;
        height: 100%;
        background-color: #3d4095;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: column;
    }

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

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

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


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

}

/* 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) {

    #target {
        width: 100%;
        height: 500px;
        color: #333;
        font-weight: 700;
        border-radius: 0 0 20px 20px;
        box-sizing: border-box;
        display: none;
        margin: -12px auto;
    }


    #Btn_Mo {
        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: 26%;
        padding: 10px;
    }

    #familiasContainer {
        margin-top: 20px;
    }

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

    .acceso1sucursalesElemento {
        width: 49%;
        height: 100%;
        font-family: "Montserrat-SemiBold";
        overflow-y: auto;

    }

    .acceso1sucursalesElemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

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


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

    #acceso1sucursaleslista div {
        direction: ltr;
    }

    #acceso1sucursaleslista::-webkit-scrollbar {
        width: 10px;
    }

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

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

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

    #acceso1sucursaleslista::-webkit-scrollbar-button {
        display: none;
    }

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

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

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

    #acceso1tramites {
        flex-direction: row;
        width: auto;
        height: 100%;
        padding: 10%;
        align-items: baseline;
    }

    #acceso1tramites 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 */
    }

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

    #acceso1tramites 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 */
    }

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

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

    #acceso1tarifa {
        width: 100%;
        height: 100%;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 164px;
    }

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

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

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

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

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

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

    .modal-content {
        background-color: #0d2449;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 600px;
        position: relative;
    }

    .close5 {
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
        background-color: red;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        top: 0px;
        right: 10px;
        cursor: pointer;
    }

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

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

    .button12 {
        margin-top: 20px;
        padding: 10px 10px;
        background-color: rgb(76, 136, 188);
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 20px;
    }


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

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

    #searchRPUButton {
        margin-left: 10px;
        padding: 10px 4px;
        border: none;
        border-radius: 5px;
        /*background-color: #007BFF;*/
        color: white;
    }

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

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

    #gauge {
        width: 100%;
        height: 160px;
        margin-top: 15px;
    }


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

    /*Aquí empieza el Tooltips de Número de Tarifas*/
    .help-icon {
        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-icon: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-icon: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-icon::after,
    .help-icon::before {
        opacity: 0;
    }

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

    .tooltip-content {
        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: -240px;
    }

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

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

    .help-icon:hover .tooltip-content {
        display: block;
    }

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


    /* Aquí empieza el Tooltips de Número de Familias */
    .help-icon3 {
        margin-left: 412px;
        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-icon3:hover .tooltip-content3 {
        display: block;
    }

    .tooltip-content3 {
        display: none;
        position: absolute;
        left: 50%;
        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: 10px;
    }

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


    #Txt_Modal_Down {
        font-family: 'Montserrat-MediumItalic';
        color: yellow;
        font-size: 18px;
        margin-top: 444px;
        position: absolute;
        right: 10%;
    }

    #Txt_Modal_Down2 {
        font-family: 'Montserrat-MediumItalic';
        color: yellow;
        font-size: 14px;
        margin-top: 588px;
        position: absolute;
        left: 382px;
        width: 314px;
        height: auto;
        text-align: center;
        line-height: 15px;
    }

    #Txt_Modal_Down3 {
        font-family: 'Montserrat-MediumItalic';
        color: black;
        font-size: 20px;
        margin-top: 36%;
        position: absolute;
        left: 0%;
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 26px;
    }


    /* The Modal (background) */
    .modal6 {
        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-content6 {
        background-color: #fefefe;
        margin: 5% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

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

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

    #FAM_TXT {
        color: white;
    }

    #img_maps {
        height: auto;
        width: 66%;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.25) 1.95px 2.95px 2.6px;
        margin-top: 60px;
        cursor: pointer;
        margin-left: 14%;
    }

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

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

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

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

    #calculoTarifaContenido1 {
        display: flex;
        width: 100%;
        height: 100%;
        background-color: #3d4095;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
    }

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

    #tarifasTable {
        width: 100%;
        border-collapse: collapse;
    }

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

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

    #tarifasTable td {
        text-align: center;
    }

}

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

    #target {
        width: 100%;
        height: 500px;
        color: #333;
        font-weight: 700;
        border-radius: 0 0 20px 20px;
        box-sizing: border-box;
        display: none;
        margin: -12px auto;
    }


    #Btn_Mo {
        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: 26%;
        padding: 10px;
    }

    #familiasContainer {
        margin-top: 20px;
    }

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

    .acceso1sucursalesElemento {
        width: 49%;
        height: 100%;
        font-family: "Montserrat-SemiBold";
        overflow-y: auto;

    }

    .acceso1sucursalesElemento2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

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


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

    #acceso1sucursaleslista div {
        direction: ltr;
    }

    #acceso1sucursaleslista::-webkit-scrollbar {
        width: 10px;
    }

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

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

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

    #acceso1sucursaleslista::-webkit-scrollbar-button {
        display: none;
    }

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

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

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

    #acceso1tramites {
        flex-direction: row;
        width: auto;
        height: 100%;
        padding: 10%;
        align-items: baseline;
    }

    #acceso1tramites 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 */
    }

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

    #acceso1tramites 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 */
    }

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

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

    #acceso1tarifa {
        width: 100%;
        height: 100%;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 164px;
    }

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

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

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

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

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

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

    .modal-content {
        background-color: #0d2449;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 600px;
        position: relative;
    }

    .close5 {
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
        background-color: red;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        top: 0px;
        right: 10px;
        cursor: pointer;
    }

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

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

    .button12 {
        margin-top: 20px;
        padding: 10px 10px;
        background-color: rgb(76, 136, 188);
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 20px;
    }


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

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

    #searchRPUButton {
        margin-left: 10px;
        padding: 10px 4px;
        border: none;
        border-radius: 5px;
        /*background-color: #007BFF;*/
        color: white;
    }

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

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

    #gauge {
        width: 100%;
        height: 160px;
        margin-top: 15px;
    }


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

    /*Aquí empieza el Tooltips de Número de Tarifas*/
    .help-icon {
        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-icon: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-icon: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-icon::after,
    .help-icon::before {
        opacity: 0;
    }

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

    .tooltip-content {
        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: -240px;
    }

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

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

    .help-icon:hover .tooltip-content {
        display: block;
    }

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


    /* Aquí empieza el Tooltips de Número de Familias */
    .help-icon3 {
        margin-left: 412px;
        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-icon3:hover .tooltip-content3 {
        display: block;
    }

    .tooltip-content3 {
        display: none;
        position: absolute;
        left: 50%;
        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: 10px;
    }

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


    #Txt_Modal_Down {
        font-family: 'Montserrat-MediumItalic';
        color: yellow;
        font-size: 18px;
        margin-top: 444px;
        position: absolute;
        right: 10%;
    }

    #Txt_Modal_Down2 {
        font-family: 'Montserrat-MediumItalic';
        color: yellow;
        font-size: 14px;
        margin-top: 588px;
        position: absolute;
        left: 382px;
        width: 314px;
        height: auto;
        text-align: center;
        line-height: 15px;
    }

    #Txt_Modal_Down3 {
        font-family: 'Montserrat-MediumItalic';
        color: black;
        font-size: 20px;
        margin-top: 36%;
        position: absolute;
        left: 0%;
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 26px;
    }


    /* The Modal (background) */
    .modal6 {
        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-content6 {
        background-color: #fefefe;
        margin: 5% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

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

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

    #FAM_TXT {
        color: white;
    }

    #img_maps {
        height: auto;
        width: 66%;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.25) 1.95px 2.95px 2.6px;
        margin-top: 60px;
        cursor: pointer;
        margin-left: 14%;
    }

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

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

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

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

    #calculoTarifaContenido1 {
        display: flex;
        width: 100%;
        height: 100%;
        background-color: #3d4095;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
    }

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

    #tarifasTable {
        width: 100%;
        border-collapse: collapse;
    }

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

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

    #tarifasTable td {
        text-align: center;
    }

}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
    #acceso1tramites {
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        font-size: 23px;
        line-height: 36px;
        grid-template-columns: auto auto auto;
    }

    #acceso1tramites a img {
        width: 100px;
        height: 120px;
        transition: filter 0.3s;
    }

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

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

    .acceso1sucursalesElemento2 {
        height: 60%;
        width: 100%;
        align-content: center;
        justify-items: center;
    }

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

    #acceso1sucursalesMapa {
        width: 100%;
        height: 88%;
        align-content: center;
        margin-left: 40px;
        justify-items: center;
    }

    #pta_link {
        width: 50%;
        display: flex;
    }
}