/* MAPA donde estamos  -  Por defecto movil */

#mapa-donde-estamos .container-titulo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 32px;
}

#mapa-donde-estamos .container-titulo .titulo {
    color: var(--Black, var(--Color, #000));
    text-align: center;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}




#mapa-donde-estamos{
    background-color: #f2f2f2 !important;
    padding-top: 40px;
        }

/* MOBILE */
@media (max-width: 992px) {

    /** dejarlo aqui dentro, es exclusivo para mvl */
    #mapa-donde-estamos{
        padding-top: 50px;
    }

    #mapa-donde-estamos .mapa {
        display: flex;
        justify-content: center; 
        align-items: center;    
    
        background-image: url(/img/frontend_go/mapa2.jpg);
        background-size: cover; 
        background-position: 40% center;
        background-repeat: no-repeat;
    
        height: 450px;
        border-radius: 8px;
        position: relative;
    }


    #mapa-donde-estamos .container-titulo .titulo {
        font-size: 24px;
        line-height: 28px;
    }

    #mapa-donde-estamos .container-titulo .boton {
        display: none;
    }

    #mapa-donde-estamos .container-datos.pc{
        display: none;
    }
    
    #mapa-donde-estamos .container-datos.mvl {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        height: auto;
        padding: 32px;
        flex-shrink: 0;
        z-index: 1;
        /* transform: translateY(-50%); */
        transform: translateY(0%);
        background-color: var(--color-blanco, #FFF);
        border-radius: 12px; 
    }


      #mapa-donde-estamos .donde-estamos_info {
        display: none;
        flex-direction: column;
        gap: 18px;
    }

    #mapa-donde-estamos .active   {
        display: flex;
    }

    #mapa-donde-estamos .container-datos .titulo {
        display: none;
        /* color: var(--Black, var(--Color, #000));
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; */
    }

    #mapa-donde-estamos .container-datos .titulo.solo_mvl{
        display: block;
        color: var(--Black, var(--Color, #000));
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    #mapa-donde-estamos .container-datos .concesionarios-select.pc {
        display: none;
    }

    #mapa-donde-estamos .concesionarios-select.mvl {
        margin: 0;
        appearance: none;
        border: none;
        padding: 12px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        background-image: url(/img/frontend_go/icono-chevron.svg);
        background-repeat: no-repeat;
        background-position-x: calc(100% - 24px);
        background-position-y: 50%;
        border-radius: 60px;
        border: 1.5px solid var(--color-negro-base);
        color: var(--color-negro-base);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        width: 100%;
    }


    #mapa-donde-estamos .donde-estamos_info .direccion_txt {
        color: var(--color-negro-base, #000);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    #mapa-donde-estamos .donde-estamos_info .telefono_lbl {
        color: var(--color-negro-base, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    #mapa-donde-estamos .donde-estamos_info .telefono_txt {
        color: var(--color-negro-base, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    #mapa-donde-estamos .donde-estamos_info .horario_lbl {
        color: var(--color-negro-base, #000);

        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }

    #mapa-donde-estamos .donde-estamos_info .horario_txt {
        color: var(--color-negro-base, #000);

        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    

    #mapa-donde-estamos .donde-estamos_info .comollegar_contenedor {
        width: 100%
    }


    #mapa-donde-estamos .mapa .container-ubis-nombres {
        display: none;
    }

    #mapa-donde-estamos .mapa .container-markers {}

    #mapa-donde-estamos .container-markers .nombre-ubi{
        position: absolute;
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.active svg path {
        fill: var(--color-primario);
        stroke: var(--color-primario);
    }
    
    #mapa-donde-estamos .container-markers .ubi-alcorcon{
        bottom: 7ch;
        left: 16ch;
    }
    
    
    #mapa-donde-estamos .container-markers .ubi-leganes{
        bottom: 3ch;
        left: 25ch;
    }
    
    #mapa-donde-estamos .container-markers .ubi-lasrozas{
        left: 6ch;
        top: -17px;
        
    }
    
    #mapa-donde-estamos .container-markers .ubi-taller{
        bottom: 3ch;
        left: 26ch;
    }

    #mapa-donde-estamos .container-markers .ubi-alcorcontoyota{
        bottom: 7ch;
        left: 15ch;
    }

    /** marker mapa detalle */
    #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-leganes{
        bottom: 3ch;
        left: 24ch;
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-alcorcontoyota{
        bottom: 6ch;
        left: 15ch;
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-taller{
        top: -15px;
        left: 6ch;
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-lasrozas{
        bottom: 3ch;
        left: 24ch;
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-alcorcon{
        bottom: 6ch;
        left: 15ch;
    }

    .texto-sm.container-verentienda{
        font-size: 13px !important;
    }
    

}


/* DESKTOP */
@media (min-width: 993px) {


    
    #mapa-donde-estamos .donde-estamos_padre {
        padding: 32px 0 64px;
    }

    #mapa-donde-estamos .container-xs{
        /* padding-bottom: 40px; */
    }

    #mapa-donde-estamos .mapa {
        display: flex;
        /* background-image: url(/img/frontend_go/mapa.png); */
        background-image: url(/img/frontend_go/mapa2.jpg);
        height: 620px;
        background-size: cover;
        background-position-x: -50px;
        background-repeat: no-repeat;
        border-radius: 8px;
        position: relative;
    }

    #mapa-donde-estamos .container-titulo .titulo {
        font-size: 40px;
        line-height: 46px;
    }

    #mapa-donde-estamos .concesionarios-select.mvl {
        display: none;
    }

    #mapa-donde-estamos .container-datos.mvl{
        display: none;
    }

    #mapa-donde-estamos .container-datos.pc {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        height: auto;
        width: 405px;
        padding: 32px;
        flex-shrink: 0;
        z-index: 1;
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
       /* right: 40px;*/ /* cuadro informativo a la derecha */
        left: 40px; /*  cuadro informativo a la  izquierda */
        background-color: var(--color-blanco, #FFF);
        border-radius: 12px;
    }


    #mapa-donde-estamos .container-datos .titulo {
        color: var(--Black, var(--Color, #000));
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    #mapa-donde-estamos .container-datos .titulo.solo_mvl{
        display: none;
    }
  

    #mapa-donde-estamos .container-datos .concesionarios-select.pc {
        margin: 0;
        appearance: none;
        border: none;
        padding: 12px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        background-image: url(/img/frontend_go/icono-chevron.svg);
        background-repeat: no-repeat;
        background-position-x: calc(100% - 24px);
        background-position-y: 50%;
        border-radius: 60px;
        border: 1.5px solid var(--color-negro-base);
        color: var(--color-negro-base);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    #mapa-donde-estamos .donde-estamos_info {
        display: none;
        flex-direction: column;
        gap: 18px;
    }

    #mapa-donde-estamos .active   {
        display: flex;
    }

    #mapa-donde-estamos .donde-estamos_info .direccion_txt {
        color: var(--color-negro-base, #000);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    #mapa-donde-estamos .donde-estamos_info .telefono_lbl {
        color: var(--color-negro-base, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    #mapa-donde-estamos .donde-estamos_info .telefono_txt {
        color: var(--color-negro-base, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    #mapa-donde-estamos .donde-estamos_info .horario_lbl {
        color: var(--color-negro-base, #000);

        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    #mapa-donde-estamos .donde-estamos_info .horario_txt {
        color: var(--color-negro-base, #000);


        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    #mapa-donde-estamos .donde-estamos_info .comollegar_contenedor {
        width: fit-content;
    }

    #mapa-donde-estamos .mapa .container-ubis-nombres {
        display: flex;
        gap: 8px;
        position: absolute;
        top: 33px;
        z-index: 1;
        left: 33px;
    }

    #mapa-donde-estamos .mapa .container-ubis-nombres .active{
        background-color: var(--color-primario);
        color: var(--color-blanco);
      }



    #mapa-donde-estamos .container-markers .nombre-ubi{
        position: absolute;
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.active svg path {
        fill: var(--color-primario);
        stroke: var(--color-primario);
    }
    
    #mapa-donde-estamos .container-markers .ubi-alcorcon{
        top: 465px;
        left: 76ch;
    }
    
    #mapa-donde-estamos .container-markers .ubi-leganes{
        top: 504px;
        left: 87ch;
    }
    
    #mapa-donde-estamos .container-markers .ubi-lasrozas{
        top: 0px;
        left: 63ch;
    }
    
    #mapa-donde-estamos .container-markers .ubi-taller{
        top: 504px;
        left: 88ch;
    }

    #mapa-donde-estamos .container-markers .ubi-alcorcontoyota{
        top: 455px;
        left: 74ch;
    }
  
     /** marker mapa detalle */
     #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-leganes{
        bottom: 4ch;
        left: 84ch; 
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-alcorcontoyota{
        bottom: 9ch;
        left: 71ch;
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-taller{
        bottom: 4ch;
        left: 84ch; 
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-lasrozas{
        top: 0ch;
        left: 60ch;
    }

    #mapa-donde-estamos .container-markers .nombre-ubi.ubi-mapa-alcorcon{
        bottom: 9ch;
        left: 72ch; 
    }


}