﻿.labels {
    font-size: 1rem;
    width: 100%;
}
.legend {
    padding: 5px;
    margin-left: 20px;
    font-size: 1rem;
}
.divlegend{
    position: absolute;
    width: 25%;
}
.nav.nav-tabs {
    width: 100%; /*938px;*/
}
div.tooltipmap {
    position: absolute;
    width: 16%;
    background: #ffffff;
    border-radius: 8px;
    pointer-events: none;
    text-align: center;
    max-width: 250px;
    display: grid;
}
.state {
    stroke-width: 1;
    stroke: #ffffff;
}
.feature {
    cursor: pointer;
}
.feature.active {
    fill: #ccc;
}
.tooltipTitle {
    color: #ffffff;
    padding: 0.3vw;
    margin-top: 0.5vw;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 0.5vw;
}
.estratosTitle {
    font-weight: bold;
    position: absolute;
    padding: 4px;
    margin-top: -202px;
    margin-left: 40px;
    font-size: 1rem;
}
.psubtitle {
    font-weight: 800;
    font-size: 1rem;
}
.divSelect{
    height: 60px;
    padding: 13px;
    background-color: white;
    width: 26%;
    margin-top: -80px;
    position: absolute;
    margin-left: 20px;
    border-radius: 5px;
}
.spanSubtitle {
    font-weight: 800;
}
.responsive-image {
    max-width: 100%;
    height: auto;
}
.offcanvas-end.show {
    position: absolute;
    right: 0;
    width: 35%;
    max-width: 350px;
}
.offcanvas-end {
    top: 0px;
    right: -300px;
    width: 0% ;
    height: 100% ;
    z-index:2;
    /*background-color: #f2f2f2;*/
    transition: right 0.4s ease;
}

.bubbleD {
    position: relative;
    width: 130px;
    height: 80px;
    padding: 10px;
    border-radius: 8px;
    background-color: #96DDDF;
    font-size: 12px;
    font-weight: bold;
}
      
.bubbleD::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #96DDDF;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
}

@media screen and (min-width: 1500px) {
    .divlegend {
        width: 15%;
    }
}
@media only screen and (max-width: 1100px) {
    div.tooltipmap {
        width: 17%;
    }

    .tooltipTitle, .labels, .estratosTitle, .legend {
        font-size: 0.8rem;
    }

    .psubtitle {
        font-size: 0.9rem;
    }

}
@media only screen and (max-width: 900px) {
    .divlegend{
        width: 27%;
    }
}
@media only screen and (max-width: 760px) {
    div.tooltipmap {
        width: 22%;
    }

    .tooltipTitle, .labels, .estratosTitle {
        font-size: 0.75rem;
        margin-top: 0px;
    }

    .psubtitle {
        font-size: 0.8rem;
    }

    /* .divlegend{
        width: 27%;
    } */

    .legend {
        font-size: 0.75rem;
        margin-left: 0px;
    }

    .estratosTitle {
        margin-top: -236px;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 760px) {
    div.tooltipmap {
        width: 22%;
    }

    .tooltipTitle, .labels, .estratosTitle {
        font-size: 0.75rem;
        margin-top: 0px;
    }

    .psubtitle {
        font-size: 0.8rem;
    }

    .divlegend{
        width: 27%;
    }

    .legend {
        font-size: 0.75rem;
        margin-left: 0px;
    }

    .estratosTitle {
        margin-top: -236px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 600px) {
    .divlegend{
        width: 30%;
    }
    .divSelect{
        width: 45%;
        height: fit-content;
    }
    .spanSubtitle {
        font-size: .5rem;
        margin-bottom: .4rem;
    }
    .tooltipTitle, .labels, .estratosTitle, .legend {
        font-size: 2vw !important;
    }
    .psubtitle {
        font-size: 2.2vw;
    }
    .fichaCss{
        display: grid;
        margin-top: -5px;
    }

    .bubbleD::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid #96DDDF;
        border-left: 10px solid transparent;
        border-right: 0px solid transparent;
    }
}           
@media only screen and (max-width: 500px) {
    .tooltipTitle {
        margin-bottom: 0px;
    }

    .estratosTitle {
        margin-top: -131px;
        margin-left: 2px;
    }
}
@media print {
    svg[id^="Capa_1"] {
      width: 616px;
    }
}
  
 


   

