.banner-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.banner-half {
    position: relative;
    width: 50%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-half.izquierda {
    background-image: url('/images/purastone/bannerPura.webp');
}

.banner-half.derecha {
    background-image: url('/images/purastone/bannerPrima.webp');
}

.overlay-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 2;
    width: 300px;
    height: 150px;
}

#prima{
    margin-top: 5%;
}

.description-logo {
    display: block;
    margin: 0 auto 3rem auto; 
    max-width: 300px;
    height: auto;
}

#pura{
    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;
    }
}