.info_accesible{
    position: relative;
    opacity: 0;
    pointer-events: none;
}
#fon1, #cir1, #fon2, #cir2, #fon3, #cir3 {
    cursor: pointer;
    transition: all 0.2s;
}
#agua1, #agua2, #agua3, #agua4, #agua5, #agua6 {
    transition: opacity 0.2s;
}

#gr_oscuro{
    display: none;
    position: absolute;
    width: 100%;
    height: 1520px;
    background-color: rgba(70, 70, 70, 0.8);
    left: 0;
    top: 0;
    z-index: 3;
}
#gr h2, .grit{
    color: rgb(70, 70, 70);
    font-family: RepsolSoleDisplayRegular;
    font-size: 20px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    height: auto;
    width: calc(100% - 40px);
}
#gr p{
    font-family: RepsolSoleTextRegular;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
#gr_emergente{
    position: fixed;
    width: calc(100% - 20px);
    max-width: 600px;
    background-color: #fff;
    top: 200px;
    padding: 25px 25px;
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(0,0,0,0.08);
    left: 50%;
    transform: translateX(-50%);
}
#gr_cerrar{
    transition: background-color .3s;
    width: 32px;
    height: 32px;
    background-color: #C0EBF2;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    right: 10px;
}
#gr_cerrar2{
    transition: background-color .3s;
    width: 32px;
    height: 32px;
    background-color: #C0EBF2;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    right: 10px;
}
#gr_cerrar svg, #gr_cerrar2 svg, #gr_minimizar svg{
    position: absolute;
    left: 8px;
    top: 8px;
}
#gr_cerrar:hover, #gr_cerrar2:hover, #gr_minimizar:hover{
    cursor: pointer;
    background-color: #92D9E2;
}
g rect{
    transition: all .3s;
}
#gr_info{
    overflow: hidden;
    position: absolute;
}
#gr_info svg{
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}
#gr_oscuro2{
    position: absolute;
    width: 100%;
    height: 1470px;
    background-color: rgba(70, 70, 70, 0.8);
    left: 0;
    top: 0;
    z-index: 2;
}
#gr{
    transition: all .5s;
    position: relative;
    height: 1520px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 10px;
}
.gr_inicial{
    height: 430px!important;
}
#gr_resp{
    position: absolute;
    width: calc(100% - 40px);
    max-width: 400px;
    background-color: #fff;
    top: 70px;
    padding: 25px 25px;
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(0,0,0,0.08);
    left: 50%;
    transform: translateX(-50%);
}
#gr_tit2, .gr_tex2{
    width: calc(100% - 50px)!important;
    line-height: 21px!important;
}
.gr_tex2{
    float: left;
    margin-bottom: 10px;
    width: 100%!important;
}
.gr_tex2 p{
    float: left;
    width: calc(100% - 50px);
    margin-left: 10px;
    min-height: 39px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    line-height: 18px!important;
}
.gr_icono{
    position: relative;
    float: left;
}
#gr_tit2{
    margin-bottom: 10px;
}
#gr_iz{
    width: 20px;
    height: 1450px;
    background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    z-index: 1;
    display: none;
    top: 0;
}
#gr_der{
    width: 20px;
    height: 1450px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    position: absolute;
    z-index: 1;
    right: 0;
    display: none;
    top: 0;
}
#gr_emergente a{
    color: #016a7f;
    text-decoration: underline;
}
#gr_nav_mov{
    display: none;
}
#gr_minimizar{
    display: none;
    position: relative;
    float: right;
}
#gr_minimizar svg{
    width: 20px !important;
  z-index: 10;
  margin: -15px 10px 0px -15px;
  position: relative;
}
#gr_minimizar:hover #mini1, #gr_minimizar:hover #mini2, #gr_minimizar:hover #mini3{
    fill: #007899;
}
#emergente_3{
    position: absolute;
}
.gr_boton{
    position: relative;
    border-radius: 8px;
    background-color: #016a7f;
    color: #fff;
    padding: 12px;
    font-family: "RepsolSoleTextRegular";
    float: right;
}
.gr_boton:hover {
    transition: background-color 0.3s;
    background-color: #00404D;
    cursor: pointer;
}
[id^="emergente_"]:focus rect:nth-child(2){
  stroke: rgb(0, 30, 55);
  stroke-width: 3px;
}

[id^="emergente_"] {
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
    #gr_nav_mov{
        display: inherit;
    }
    #gr_info svg{
        width: 1248px;
        cursor: move;
    }
    #gr_info{
        overflow-x: auto;
        width: 100%;
    }
    #gr_der{
        display: inherit;
    }
    #gr_oscuro2{
        display: inherit;
    }
}
@media screen and (max-width: 1024px) {
    #gr_info svg{
        width: 936px;
    }
    #gr_der, #gr_iz{
        height: 1110px;
    }
    #gr{
        height: 1110px;
    }
}
@media screen and (max-width: 720px) {
    
}  
@media screen and (max-width: 655px) {
    
}
@media screen and (max-width: 550px) {
}
@media screen and (max-width: 400px) {
    .gr_inicial{
        height: 530px!important;
    }
}