/* IMPORTANTE PONER PREFIJO A LOS IDENTIFICADORES Y CLASES PARA EVITAR DUPLICADOS EN LA WEB, POR EJEMPLO PONER DELANTE "nominf": .nominf_nombreclass, #nominf_nombreid */
#gesres_infografia img, #gesres_infografia video {
    width: initial;
    vertical-align: initial;
}
.gesres_h1{
    text-align: center;
    position: relative;
    width: 100%;
    color: #ff6200;
    font-family: 'RepsolSoleTextRegular';
    font-weight: 400;
    letter-spacing: -0.5px;
    font-size: 40px;
    line-height: 48px;
    padding: 0;
    margin: 20px 0;
}
.gesres_h2{
    margin-bottom: 24px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    color: #464646;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    color: #464646;
    font-family: "RepsolSoleTextRegular";
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.gesres_p{
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: "RepsolSoleTextRegular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #464646;
}
.gesres_mas{
    transition: background-color 0.3s;
    position: relative;
    width: 56px;
    height: 56px;
    background-color: #016A7F;
    border-radius: 100px;
    background-image: url(/content/dam/aplicaciones/gestion_residuos/img-data/mas.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
}
.gesres_mas:hover{
    transition: background-color 0.3s;
    background-color: #00404D;
    cursor: pointer;
}
.gesres_mas:active{
    background-color: #00ADC3;
}
.gesres_menos{
    background-image: url(/content/dam/aplicaciones/gestion_residuos/img-data/menos.svg);
    border: 4px solid #9CD1FF;
}
.gesres_etiqueta{
    position: relative;
    background-color: #fff;
    box-shadow: 0px 8px 32px -16px rgba(0, 0, 0, 0.08);
}

#gesres_mapa{
    position: relative;
    width: calc(100% - 20px);
    left: 10px;
    overflow: hidden;
    padding-bottom: 61%;
    cursor: zoom-in;
    border: 1px solid #FFF;
    border-radius: 8px;
}
#gesres_map{
    position: absolute;
    width: 100%;
}
#gesres_zona{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gesres_boton{
    position: relative;
    border-radius: 8px;
    background-color: #016a7f;
    color: #fff;
    padding: 12px;
    font-family: "RepsolSoleTextRegular";
}
.gesres_boton:hover{
    transition: background-color 0.3s;
    background-color: #00404D;
    cursor: pointer;
}
#gesres_volver{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: none;
    line-height: 30px;
    padding: 8px 20px;
}
#gesres_volver img{
    top: 5px;
    position: relative;
    margin-right: 10px;
}
.mover{
    cursor: move!important;
    border: 1px solid #DDDDDD!important;
    
}
#gesres_lista{
    position: absolute;
    bottom: 20px;
    left: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#gesres_lista li{
    position: relative;
    float: left;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 8px;
    padding: 0px 10px;
    margin-bottom: 4px;
    backdrop-filter: blur(6px);
    clear: left
}
.gesres_numero, .gesres_ley{
    font-family: "RepsolSoleTextRegular";
}
.gesres_numero{
    font-family: "RepsolSoleTextRegular";
}
#gesres_lista li span{
    line-height: 30px;
}
#gesres_lista img{
    position: relative;
    top: 3px;
    margin-right: 4px;
    height: 27px;
}
#gesres_eco_cir{
    margin-right: 27px;
}
.gesres_check{
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    left: -5px;
    top: 5px;
    background-color: #016a7f;
    border-radius: 4px;
    margin-right: 5px;
    background-image: none;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}
.gesres_lispul{
    background-image: url(/content/dam/aplicaciones/gestion_residuos/img-data/check.svg);
}
#res_gen .gesres_check, #gesres_eco_cir .gesres_check{
    background: none;
}
#res_no:hover, #res_des:hover{
    transition: background-color 0.3s;
    background-color: #00404D;
    cursor: pointer;
    color: #fff;
}
#gris_claro_1, #gris_claro_2, #gris_oscuro_1, #gris_oscuro_2{
    transform: translate(10000px , 0px);
}
#resto{
    transition: all 0.3s;
    opacity: 1;
}
#turquesa{
    transition: all 0.3s;
    opacity: 1;
}
#rec_y_mat{
    transition: all 0.3s;
    opacity: 1;
}
#amarillo{
    transition: all 0.3s;
    opacity: 1;
}
#gesres_span{
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: "RepsolSoleTextRegular";
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #464646;
    margin: 20px;
    left: 0;
    float: left;
}
#gesres_ayuda{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(70, 70, 70, 0.8);
    top: 0;
    cursor: auto;
    z-index: 1;
}
#gesres_ayuda2{
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    bottom: 260px;
    box-shadow: 0 8px 26px rgb(0 0 0 / 20%);
    width: 60%;
    margin: 0 20%;
    padding: 20px;
}
#gesres_ayuda2 img{
    width: 40px;
    max-width: inherit;
    position: relative;
    float: left;
    margin-right: 10px;
}
#gesres_ayuda2 .gesres_p{
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 100%;
}
#gesres_ayuda2 .gesres_h2{
    margin-bottom: 20px;
}
#gesres_ayu{
    float: right;
}
.gesres_ay{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
#discontinua {
    animation: discontinua 100s infinite linear forwards;
  }
@keyframes discontinua {
    0% {
        stroke-dashoffset: 0%;
    }
    100% {
        stroke-dashoffset: 100%;
    }
}
#coche {
    animation: coche1 20s infinite ease forwards;
  }
@keyframes coche1 {
    0% {
        transform: translate(0px, 0px);
    }
    20%{
        transform: translate(-16px, 8px);
    }
    60%{
        transform: translate(-16px, 8px);
    }
    80% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
#camion {
    animation: camion 20s infinite ease forwards;
  }
@keyframes camion {
    0% {
        transform: translate(0px, 0px);
    }
    20%{
        transform: translate(-10px, 5px);
    }
    60%{
        transform: translate(-10px, 5px);
    }
    80% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
#barco {
    animation: barco 20s infinite ease forwards;
  }
@keyframes barco {
    0% {
        transform: translate(-6px, -5px);
    }
    40%{
        transform: translate(13px, 4px);
    }
    50%{
        transform: translate(13px, 4px);
    }
    70% {
        transform: translate(-6px, -5px);
    }
    100% {
        transform: translate(-6px, -5px);
    }
}
#toro1{
    transform-origin: 58.4% 37%;
}
#toro2{
    transform-origin: 56% 40%;
}
#toro3{
    transform-origin: 38.7% 8.2%;
}
#toro4{
    transform-origin: 35.5% 6%;
}
#toro1, #toro3 {
    animation: toro 4s infinite ease forwards;
    
  }
@keyframes toro {
    0% {
        transform: rotate(340deg);
    }
    50%{
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(340deg);
    }
}
#toro2, #toro4 {
    animation: toro2 4s infinite ease forwards;
    
  }
@keyframes toro2 {
    0% {
        transform: rotate(360deg);
    }
    50%{
        transform: rotate(340deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* RESPONSIVE ------------------------------------------------------------------- */

@media (max-width: 1350px) {
    #gesres_ayuda2 {
        bottom: 150px;
    }
    #gesres_lista {
        transform-origin: left bottom;
        transform: scale(0.9);
    }
  }
@media (max-width: 1024px) {
    #gesres_ayuda2{
        width: 90%;
        margin: 0 5%;
        bottom: 60px;
    }
    #gesres_lista {
        transform-origin: left bottom;
        transform: scale(0.8);
        bottom: 0px;
        left: 0;
    }
  }
  @media (max-width: 720px) {
    #gesres_ayuda2{
        bottom: inherit;
    padding: 10px;
    top: 20px;
    }
    #gesres_ayuda2 img {
        width: 20px;
    }
    .gesres_p{
        font-size: 12px;
    }
    #gesres_mapa {
        padding-bottom: calc(61% + 130px);
    }
    .gesres_numero, .gesres_ley{
        font-size: 12px;
    }
    #gesres_lista {
        bottom: 0px;
        left: 3px;
        transform: scale(1);
        width: 100%;
    }
    #gesres_lista li {
        background-color: #F2F2F2;
        width: calc(100% - 3px);
    }
    #gesres_lista img {
        float: left;
    }
    #gesres_lista li span {
        float: left;
    }
    .gesres_ley{
        display: block;
        width: calc(100% - 110px);
        margin-left: 6px;
        line-height: 15px!important;
        padding: 7px 0;
    }
    #gesres_eco_cir img{
        width: 55px;
    }
  }