.banner-full {
    position: relative;
    width: 100%;
    height: 70dvh;
    background-image: url('/images/neolith/bannerNeolith.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (max-width: 768px) {
    .banner-full {
        background-image: url('/images/neolith/bannerNeolithMovile.webp');
        height: 50vh;
        background-position: center top;
    }
}

#neolith{
    margin-top: 5%;
}

.folio-item {
    margin-bottom: 32px;
}

.popup-modal .link-box a.cotizar-btn {
    background: #e64e04;
    color: #000000;
}

footer{
    margin-top: 5%;
}

.popup-modal .link-box a{
    color: orangered;
}

@media (max-width: 768px) {
    .banner-container {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .banner-half {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .banner-half {
        height: 50vh;
        min-height: 500px;
    }
}
