/* ==================================================
   PÀGINA DE CONTACTE
   ================================================== */


/* ==================================================
   CAPÇALERA
   ================================================== */

.contacte-capcalera {
    max-width: 1280px;
    margin: 55px auto 35px;
    padding: 0 55px;
}

.contacte-intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.contacte-intro h1 {
    margin: 0 0 18px;

    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.contacte-intro p {
    margin: 0;

    font-size: 17px;
    line-height: 1.65;

    color: #555555;
}


/* ==================================================
   FORMULARI I MAPA
   ================================================== */

.contacte-principal {
    max-width: 1280px;

    margin: 0 auto 65px !important;
    padding: 0 55px !important;

    gap: 35px;

    align-items: stretch;
}

.contacte-formulari,
.contacte-mapa {
    width: 100%;
    height: 100%;
}

.contacte-mapa iframe {
    width: 100%;
    height: 500px;

    border-radius: 10px;
}


/* ==================================================
   ADREÇA DEL MERCAT
   ================================================== */

.contacte-adreca {
    margin-top: 14px;
	text-align: center;
}

.contacte-adreca h3 {
    margin: 0 0 8px;
	text-align: center;

    font-size: 20px;
    font-weight: 600;
}

.contacte-adreca p {
    margin: 0 0 18px;
	text-align: center;

    font-size: 16px;
    line-height: 1.6;

    color: #555555;
}


/* ==================================================
   BOTÓ GOOGLE MAPS
   ================================================== */

.boto-contacte-mapa {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding: 0 22px;

    background: #E87524;
    color: #ffffff !important;

    border-radius: 7px;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.boto-contacte-mapa:hover {
    background: #C95F18;
    color: #ffffff !important;

    transform: translateY(-1px);
}


/* ==================================================
   COM ARRIBAR-HI
   ================================================== */

.contacte-arribar {
    max-width: 1280px;

    margin: 0 auto 70px;
    padding: 0 55px;
}


/* TÍTOL */

.contacte-arribar > h2,
.contacte-arribar .uagb-heading-text {
    margin: 0 0 32px;

    text-align: center;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}


/* ==================================================
   ESTRUCTURA
   ================================================== */

.arribar-grid {
    display: grid;

    grid-template-columns: 1.35fr 1fr;

    gap: 38px;

    align-items: start;
}


/* ==================================================
   IMATGE DEL PLÀNOL
   ================================================== */

.arribar-planol-imatge {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e3e3e3;
    border-radius: 12px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.arribar-planol-imatge img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;

    border: 0;
}


/* ==================================================
   INFORMACIÓ DE TRANSPORT
   ================================================== */

.arribar-info {
    display: flex;
    flex-direction: column;

    gap: 14px;
}

.arribar-fitxa {
    display: flex;

    gap: 17px;

    align-items: center;

    min-height: 91px;

    padding: 17px 20px;

    background: #ffffff;

    border: 1px solid #e5e5e5;
    border-radius: 10px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}


/* ==================================================
   ICONES
   ================================================== */

.arribar-icona {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;
}

.metro-icon {
    background: #E87524;
    color: #ffffff;
}

.bus-icon {
    background: #D95D39;
    color: #ffffff;

    font-size: 10px;
}

.bici-icon {
    background: #678B72;
    color: #ffffff;

    font-size: 18px;
}

.parking-icon {
    background: #536B82;
    color: #ffffff;

    font-size: 18px;
}


/* ==================================================
   TEXT DE LES FITXES
   ================================================== */

.arribar-fitxa h3 {
    margin: 0 0 5px;

    font-size: 18px;
    font-weight: 600;
}

.arribar-fitxa p {
    margin: 0;

    font-size: 14px;
    line-height: 1.5;

    color: #555555;
}


/* ==================================================
   BOTÓ TMB
   ================================================== */

.boto-planifica-trajecte {
    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 48px;

    margin-top: 4px;

    padding: 0 22px;

    background: #E87524;
    color: #ffffff !important;

    border-radius: 7px;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.boto-planifica-trajecte:hover {
    background: #C95F18;
    color: #ffffff !important;

    transform: translateY(-1px);
}


/* ==================================================
   TABLET
   ================================================== */

@media (max-width: 1024px) {

    .contacte-capcalera {
        padding: 0 35px;
    }

    .contacte-principal {
        padding: 0 35px !important;

        gap: 28px;
    }

    .contacte-arribar {
        padding: 0 35px;
    }

    .arribar-grid {
        grid-template-columns: 1.15fr 1fr;

        gap: 28px;
    }

}


/* ==================================================
   MÒBIL
   ================================================== */

@media (max-width: 768px) {

    .contacte-capcalera {
        margin-top: 38px;
        margin-bottom: 28px;

        padding: 0 22px;
    }

    .contacte-intro h1 {
        font-size: 30px;
    }

    .contacte-intro p {
        font-size: 16px;
    }

    .contacte-principal {
        margin-bottom: 50px !important;

        padding: 0 22px !important;

        gap: 30px;
    }

    .contacte-adreca {
        margin-top: 18px;
    }

    .boto-contacte-mapa {
        width: 100%;
    }


    /* COM ARRIBAR-HI */

    .contacte-arribar {
        margin-bottom: 55px;

        padding: 0 22px;
    }

    .contacte-arribar > h2,
    .contacte-arribar .uagb-heading-text {
        margin-bottom: 25px;

        font-size: 27px;
    }

    .arribar-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .arribar-planol-imatge {
        max-width: 650px;

        margin: 0 auto;
    }

}


/* ==================================================
   MÒBIL PETIT
   ================================================== */

@media (max-width: 480px) {

    .arribar-fitxa {
        min-height: 84px;

        padding: 15px 16px;

        gap: 14px;
    }

    .arribar-icona {
        width: 42px;
        height: 42px;

        flex-basis: 42px;
    }

    .arribar-fitxa h3 {
        font-size: 17px;
    }

    .arribar-fitxa p {
        font-size: 13px;
    }

}

/* ==================================================
   MINIATURA DEL PLÀNOL
   ================================================== */

.arribar-planol-columna {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arribar-planol-boto {
    display: block;

    width: 100%;
    max-width: 430px;

    padding: 0;

    background: transparent;

    border: 0;

    cursor: zoom-in;
}

.arribar-planol-miniatura {
    display: block;

    width: 100%;
    height: auto;

    border: 1px solid #e3e3e3;
    border-radius: 12px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.arribar-planol-ajuda {
    margin: 10px 0 0;

    font-size: 13px;
    color: #777777;

    text-align: center;
}


/* ==================================================
   LIGHTBOX DEL PLÀNOL
   ================================================== */

.planol-lightbox {
    position: fixed;

    inset: 0;

    z-index: 99999;

    display: none;

    align-items: center;
    justify-content: center;

    padding: 30px;

    background: rgba(0,0,0,0.82);
}

.planol-lightbox.actiu {
    display: flex;
}

.planol-lightbox-contingut {
    max-width: 95vw;
    max-height: 92vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

.planol-lightbox-contingut img {
    display: block;

    width: auto;
    height: auto;

    max-width: 95vw;
    max-height: 92vh;

    border-radius: 10px;

    box-shadow: 0 10px 35px rgba(0,0,0,0.35);
}


/* BOTÓ TANCAR */

.planol-lightbox-tancar {
    position: fixed;

    top: 18px;
    right: 25px;

    z-index: 100000;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    background: #ffffff;
    color: #222222;

    border: 0;
    border-radius: 50%;

    font-size: 32px;
    line-height: 1;

    cursor: pointer;

    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.planol-lightbox-tancar:hover {
    background: #E87524;
    color: #ffffff;
}


/* EVITA SCROLL QUAN EL PLÀNOL ESTÀ OBERT */

body.planol-obert {
    overflow: hidden;
}


/* ==================================================
   MÒBIL
   ================================================== */

@media (max-width: 768px) {

    .arribar-planol-boto {
        max-width: 380px;
    }

    .planol-lightbox {
        padding: 18px;
    }

    .planol-lightbox-contingut img {
        max-width: 96vw;
        max-height: 88vh;
    }

    .planol-lightbox-tancar {
        top: 12px;
        right: 12px;

        width: 42px;
        height: 42px;

        font-size: 28px;
    }

}

/* ==================================================
   ICONES DE LES TARGETES
   ================================================== */

.arribar-icona-imatge {
    background: transparent !important;
    padding: 0;
    overflow: hidden;
}

.arribar-icona-imatge img {
    display: block;

    width: 46px;
    height: 46px;

    object-fit: contain;

    border-radius: 50%;
}


/* ICONA APARCAMENT DE COTXES */

.arribar-icona-imatge.icona-cotxe {
    border-radius: 0;
    overflow: visible;
}

.arribar-icona-imatge.icona-cotxe img {
    border-radius: 0;
}

/* MÒBIL */

@media (max-width: 480px) {

    .arribar-icona-imatge img {
        width: 42px;
        height: 42px;
    }

}