.container-global{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(to right bottom, #14162b, #1b1f38, #212945, #273353, #2d3d61, #2f446c, #314c78, #325484, #2e5b8f, #28629b, #1e69a6, #0571b2);
}
#viewDiv {
    height: 100%;
    width: 50%;
}

.mapa-contenedor-arcgis{
    padding: 0;
    margin: 0;
   
    overflow: hidden;
}

.button-modal-indicador{
    width: 20px !important;
    height: 20px!important;
    margin-right: 10px!important;
    border: 1px solid #fff!important;
    background-color: transparent!important;
    border-radius: 7px!important;
    color: #fff!important;
    cursor: pointer!important;
}

.modal-informacion-observatorio {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container-detalles-pdf {
    height: 100%;
    width: 30%;
    display: flex;
    flex-direction: column;
}

.modal-content-informacion-observatorio-pdf {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: #fff solid 2px;
    width: 65%;
    display: flex;
    flex-direction: row;
    background-image: linear-gradient(to bottom, #131326, #171932, #1b1f3f, #1f254d, #222c5b);
    border-radius: 25px;
    align-items: center;
    justify-content: center;
}

.modal-container-pdf{
    width: 90%;
}

.modal-container-detalles-pdf{
    height: 100%;
    width: 30%;
    display: flex;
    flex-direction: column;
}

.modal-container-detalles-pdf-top{
    width: 100%;
    height: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.modal-container-detalles-pdf-descripcion{
    width: 100%;
    height: 50%;
}

.modal-container-detalles-pdf-tipo{
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;

}

.modal-container-detalles-pdf-top {
    width: 100%;
    height: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.modal-container-detalles-pdf-tipo-img{
    width: 80%;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}

.modal-container-detalles-pdf-descripcion {
    width: 90%;
    height: 50%;
    text-align: justify;
}

.modal-container-detalles-pdf-tipo {
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    margin-top: 10%;
}

.modal-container-detalles-pdf-tipo {
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    margin-top: 10%;
}

.content-container-global-map-and-data{
    height: 70%;
    width: 85%;
    margin-left: 9%;
}

.buttons-header-container{
    height: 5%;
    width: 91%;
    margin-left: 9%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttons-header-container a{
    color: #5771a2;
    margin-right: 1%;
    text-decoration: none;
    font-size: 0.8rem;
}

.logo-header-container{
    height: 10%;
    width: 91%;
    margin-left: 9%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-header-container img{
    width: 100%;
    height: 100%;
}

.logo-buttons-container{
    height: 15%;
    width: 91%;
    margin-left: 9%;
    display: flex;
    flex-direction: row;
}

.logo-container{
    width: 50%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-container img{
    width: 100%;
    height: 90%;
}

.buttons-container{
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.buttons-container button{
    background-color: transparent;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.descargar-datos-title-buttons{
    display: flex;
    flex-direction: row;
   
}

.descargar-datos-title-buttons img{
    width: 35%;
    height: 45%;
}

.button-img-container{
    display: flex;
    flex-direction: row;
    width: 30%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.content-container{
    height: 100%;
    width: 100%;
    background-color: #0f1626;
    display: flex;
    flex-direction: row;
    border: 1px solid #0f1626 ;
}
.data-container{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.data-container-row-1{
    height: 100%;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.data-container-row-2{
    height: 100%;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.data-container-row-3{
    height: 100%;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.data-container-row-4{
    height: 99%;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.row-1-filter-1{
    background-color: #242e4c;
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.row-1-filter-1 button{
    background-color: transparent;
    color: #fff;
    border: none;
    text-align: start;
    border-bottom: 1px solid #0f1626;
    cursor: pointer;
    font-size: 0.6rem;
}

.row-1-filter-4{
    background-color: #242e4c;
    height: 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.row-1-filter-4 button{
    border: 2px solid #0f1626;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    width: 5rem;
    font-size: 0.6rem;
}
.row-1-filter-2{
    background-color: #242e4c;
    height: 39%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.row-1-filter-2 button{
    background-color: transparent;
    color: #fff;
    border: none;
    text-align: start;
    border-bottom: 1px solid #0f1626;
    cursor: pointer;
    font-size: 0.6rem;
}
.row-1-filter-3{
    background-color: #242e4c;
    height: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.row-1-filter-3 button{
    background-color: transparent;
    color: #fff;
    border: none;
    text-align: start;
    border-bottom: 1px solid #0f1626;
    cursor: pointer;
    font-size: 0.6rem;
}

.row-2-data-1{
    height: 29%;
    width: 100%;
    background-color: #242e4c;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
}

.row-2-data-2{
    height: 20%;
    width: 100%;
    background-color: #242e4c;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
}
.row-3-data{
    height: 24%;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #242e4c;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.row-4-data{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #242e4c;
    flex-direction: column;
}

.row-4-data-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-global{
    display: none;
}

#comuna-container{
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: space-around;
    text-align: center;
    color: #fff;
}

#ssr-container{
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: space-around;
    text-align: center;
    color: #fff;
    max-height: 10rem;
}

.selected {
    background-color: #304771 !important;
    color: white !important;
    border: 2px solid #0056b3 !important;
}

.button-opacity {
    opacity: 0.5;
}

.footer-new-home{
    width: 80%;
    height: 5%;
    margin-top: 1rem;
    bottom: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, 
        rgba(64, 77, 111, 0), 
        rgba(56, 66, 98, 0.8), 
        rgba(47, 55, 85, 1), 
        rgba(39, 45, 72, 1), 
        rgba(31, 35, 60, 1), 
        rgba(30, 36, 63, 1), 
        rgba(29, 37, 65, 1), 
        rgba(27, 38, 68, 1), 
        rgba(30, 50, 88, 1), 
        rgba(30, 64, 108, 1), 
        rgba(24, 77, 129, 0.8), 
        rgba(3, 92, 150, 0)
    );

}

.highcharts-contextmenu {
    display: none !important;
}

.data-container-row-1 h6 {
    font-size: 0.6rem;
    color: #fff;
    margin: 0;
}
.data-container-row-2 h5 {
    font-size:2rem;
    color: #fff;
    margin: 0;
}

.data-container-row-2 h6 {
    font-size: 0.6rem;
    color: #fff;
    margin: 0;
}
.data-container-row-3 h5 {
    font-size:2rem;
    color: #fff;
    margin: 0;
}
.data-container-row-3 h6 {
    font-size: 0.6rem;
    color: #fff;
    margin: 0;
}
.data-container-row-4 h5 {
    font-size:2rem;
    color: #fff;
    margin: 0;
}
.data-container-row-4 h6 {
    font-size: 0.6rem;
    color: #fff;
    margin: 0;
}

.footer-new-home h4{
    font-size:0.7rem; 
    margin:0; 
    color:#fff; 
    font-weight: 100;
}

.indicator-value-p{
    margin-top: 10px;
}

.buttons-aplicacion-header{
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.download-aplicacion-button{
    border: solid 1px #fff;
    width: 75%;
    height: 55%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #051937, #102242, #1a2c4d, #243659, #2e4065);
}

.download-aplicacion-button a{
    color: #fff !important;
    font-size: x-small !important;
}



.buttons-header-new-home{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 20%;
}


@media screen and (max-width: 1000px) {
    .content-container-global-map-and-data{
        height: 70%;
        width: 90%;
        overflow: scroll;
    }

    .button-modal-indicador {
        width: 15px !important;
        height: 15px !important;
        margin: 5px !important;
        border: 1px solid #fff !important;
        background-color: transparent !important;
        border-radius: 5px !important;
        color: #fff !important;
        cursor: pointer !important;
    }
    
    .logo-header-container {
        height: 5%;
        width: 100%;
        margin-left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-buttons-container {
        height: 5%;
        width: 100%;
        margin-left: 0%;
        display: flex;
        flex-direction: row;
    }

    .buttons-container button {
        font-size: 0.4rem;
        margin: 4px;
    }

    .buttons-header-container {
        height: 5%;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 5rem;
        margin-left: 0;
    }

    .buttons-aplicacion-header {
        display: flex;
        flex-direction: column;
        width: 40%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .download-aplicacion-button a{
        color: #fff !important;
        font-size: 7px !important;
    }

    .buttons-header-new-home {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 50%;
    }
    
    .button-img-container {
        display: flex;
        flex-direction: row;
        width: 35%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .content-container {
        height: 55rem;
        width: 90%;
        margin-left: 0%;
        background-color: #0f1626;
        display: flex;
        flex-direction: column;
        border: 1px solid #0f1626;
    }

    .buttons-container {
        height: 100%;
        width: 45%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .data-container {
        height: 25rem;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    #viewDiv {
        height: 30rem;
        width: 100%;
    }

    .data-container-row-1 p{
        font-size: 0.5rem;
    }
    .data-container-row-1 h5 {
        font-size: 0.6rem;
    }
    .data-container-row-1 h6 {
        font-size: 0.5rem;
    }
    .data-container-row-2 h5{
        font-size: 0.6rem;
    }
    .data-container-row-2 h6 {
        font-size: 0.5rem;
    }
    .data-container-row-3 h5{
        font-size: 0.6rem;
    }
    .data-container-row-3 h6 {
        font-size: 0.5rem;
    }
    .data-container-row-4 h5 {
        font-size: 0.6rem;
    }
    .data-container-row-4 h6 {
        font-size: 0.5rem;
    }

    .footer-new-home h4{
         font-size: 0.5rem;
    }
}