@font-face {
    font-family: "Condor";
    src: url("/assets/fonts/Poppins-Medium.ttf");
}

html, body {
    width: 100%;
    height: 100%;
}

#root {
    width: 100%;
    height: 100%;
}

.home {
    width: 100%;
    aspect-ratio: 2000 / 738;
    background-image: url("/assets/images/vitale-walk-pechincha-scaled.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.home .logo {
    margin-top: 0px;
    width: 18vw;
    margin-left: 50px;
    min-width: 220px;
}

.form-div {
    background-image: url("/assets/images/BG-WALK-1.webp");
    width: 100%;
    color: rgb(152, 127, 105);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8vw;
    padding-bottom: 20px;
}

.form-div-container {
    width: 50%;
}

#blank {
    padding-top: 30px
}

.tour {
    width: 100%;
    padding: 40px 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tour p {
    font-family: "Condor", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
    text-align: center;
}

.tour-button {
    width: 350px;
    max-width: 80vw;
    aspect-ratio: 8/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 0;
}


/* Copy */
.image-div {
    position: relative;
    width: 100%;
    aspect-ratio: 1583/875;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.bg-layer {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.bg-layer.visible {
    opacity: 1;
    z-index: 1;
}

.balls-image-div {
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.balls-image-div .ball {
    width: 10px;
    height: 10px;
    margin: 0 2.5px;
    background-color: rgb(230, 230, 230);
    border-radius: 100%;
    cursor: pointer;
}

.balls-image-div .ball.active {
    background-color: rgb(255, 255, 255);
}
/* /Copy */

.lazer-div {
    padding-top: 20px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-lazer {
    width: 600px;
}

.grid-lazer-div {
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    padding: 20px;
}

.item-lazer-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px
}

.item-lazer-div img {
    aspect-ratio: 88/85;
}

.item-lazer-div p {
    color: #73216A;
    font-family: "Condor", Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 15px;
    text-align: center;
}

.item-lazer-div span {
    color: #73216A;
    font-family: "Condor", Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    min-height: 13px;
    text-align: center;
}

/* Copy */
.plantas-div {
    width: 100%;
    height: 80vw;
    max-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* garante que os botões se posicionem em relação a esse container */
}

.img-planta-div {
    width: 100%;
    height: 90%;
    position: relative;
    overflow: hidden; /* esconde os slides fora da tela */
}

.plantas-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.45s ease;
}

.planta-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.button-planta {
    background-color: gray;
    padding: 2px;
    aspect-ratio: 1/1;
    position: absolute;
    cursor: pointer;
    z-index: 2; /* fica acima dos slides */
}

#button-planta-left {
    left: 10%;
}

#button-planta-right {
    right: 10%;
}
/* /Copy */

.map-div {
    margin: 0;
    padding: 0;
    background-color: white;
    height: fit-content;
    height: 350px;
}

.around-div {
    width: 100%;
    background-color: white;
    color: blue;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    font-family: "Condor", Arial, Helvetica, sans-serif;
    user-select: none;
    font-size: 22px;
}

.around-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 10px;
    gap: 10px;
}

.around-local {
    width: fit-content;
    border-left: 5px solid blue;
    padding: 8px;
    margin: 20px 0;
    line-height: 25px;
}

.locations-div {
    display: none;
    width: calc(100% - 60px);
    padding: 10px 30px;
    background-color: white;
}

.location-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.location-h1-div {
    color: #73216A;
    font-family: "Condor", Arial, Helvetica, sans-serif;
}

.location-desc-div {
    color: #73216A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Condor", Arial, Helvetica, sans-serif;
}

.location-desc-div .icon {
    height: 18px;
}

.footer {
    width: 100%;
    padding: 30px 0;
    background-color: #C83B28;
    color: white;
    display: flex;
    justify-content: center;
}

.super-container {
    width: 60vw;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.footer-left, .footer-right {
    width: max-content;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-left img {
    width: 140px;
    margin-top: 15px;
}

.footer-right {
    display: flex;
    justify-content: center;
    align-items: end;
}

.footer-right a {
    height: fit-content;
    height: 16px;
    max-height: 16px;
    margin: 0 10px;
}

.disclaimer {
    margin-top: 15px;
    font-size: 10px;
    text-align: justify;
}

#merchan {
    width: 50vw;
    position: relative;
    margin-top: auto;
    transform: translateY(50%);
    left: 0;
}

.entrada-facilitada {
    width: 100%;
    padding: 50px 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Condor", Arial, Helvetica, sans-serif;
}

.entrada-facilitada-portas {
    margin-top: 30px;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.entrada-facilitada-portas img {
    width: 16.5vw;
    max-width: 200px;
}

.merchan-container {
    display: none;
}

@media screen and (max-width: 1100px) {
    #button-planta-left {
        left: 10px;
    }

    #button-planta-right {
        right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .home {
        aspect-ratio: auto;
        height: 78%;
    }

    .home-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .home .logo {
        width: 60.4vw;
        margin: 0;
    }

    #merchan {
        display: none;
    }

    .merchan-container {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0002F4;
        padding: 10px 0;
    }

    #merchan2 {
        min-width: 300px;
        width: 60%;
    }

    .form-div {
        padding: 20px 0;
    }

    .form-div-container {
        width: 95%;
    }

    .tour-buttons {
        width: 100%;
    }

    .item-lazer-div p {
        font-size: 14px;

    }

    .item-lazer-div span {
        font-size: 10px;
    }
    
    .super-container {
        width: 90%;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-right {
        margin: 20px 0 10px 0;
    }

    .entrada-facilitada-portas {
        flex-direction: column;
    } 

    .entrada-facilitada-portas img {
        width: 33vw;
        margin: 10px 0;
    }
}

@media screen and (max-width: 500px) {
    .grid-lazer-div {
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }
}

@media screen and (max-width: 380px) {
    .around-div {
        font-size: 4vw;
    }

}