
#mainCampaingTitle {
    margin-top: 5.5%;
    font-size: 44px;
    text-align: center;
}

.mainCampaignImg img {
    padding: 1rem;
    width: 100%;
}

.mainCampaignText p {
    text-align: left;
}

.mainCampaignText-btn {
    width: 96%;
    font-weight: 500;
    margin-left: 3%;
    padding: 0.5rem;
    background-color: #0653b6;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border: none;
}

.mainCampaignText-popup {
    width: 96%;
    font-weight: 500;
    margin: 3%;
    padding: 0.5rem;
    background-color: gray;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border: none;
}

    .mainCampaignText-popup:hover {
        opacity: 0.9;
    }

.mainCampaignText-btn:hover {
    opacity: 0.9;
}

#mainCampaign {
    margin-top: 1.5%;
}

#footer-text {
    text-align: justify;
}

/* Styles for _offers page */

.img-offer {
    display: block;
    object-fit: cover;
}

#right-img img {
    filter: brightness(80%);
}

.img-offer img {
    width: 100%;
}

.absolute-wrapper {
    position: absolute;
    z-index: 50;
}

#left-btn {
    position: absolute;
    left: 25%;
    transform: translate(-50%, -50%);
}

.absolute-btn {
    background-color: #0653b6;
    border: none;
    font-size: 18px;
    color: #fff;
    width: 100%;
    margin-top: -4rem;
    padding: 0.55rem 7rem;
}

.store-content-wrapper {
    max-width: 30rem;
    margin-top: -12.5rem;
    margin-left: 1.2rem;
    z-index: 500;
}

#left-btn {
    align-items: center;
}

.store-content-wrapper h1, h3 {
    color: #fff;
    margin: 15px 0;
}

.store-content-wrapper button {
    margin: 15px 0;
}

.absolute-btn-store {
    background-color: #0653b6;
    border: none;
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 0.5rem;
}

.visual-banner-wrapper {
    position: absolute;
    width: 100%;
    z-index: 500;
}

.visual-banner-text-wrapper {
    margin-top: -17.5rem;
    margin-left: 10rem;
}

    .visual-banner-text-wrapper h1, button {
        color: #fff;
        margin: 15px 0;
    }

.absolute-btn-visual_banner {
    background-color: #0653b6;
    border: none;
    font-size: 18px;
    padding: 0.5rem;
    width: 25%;
}

.img-visual-banner img {
    max-width: 2200px;
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 21rem;
}

.video {
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
}

    .video h3 {
        color: #000;
        padding: 2rem;
        border: solid 1px black;
    }

    .video video {
        max-width: 2200px;
        width: 100%;
        height: 480px !important;
        height: auto;
        display: block;
        object-fit: cover;
    }


.banner-offer {
    position: relative;
}

    .banner-offer img {
        display: block;
        max-width: 100%;
        height: auto;
        opacity: 1.8;
        object-fit: cover;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Color de fondo oscuro con opacidad */
}

.banner-offer-text {
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: #fff;
}

    .banner-offer-text h2 {
        font-size: 2em;
        margin-bottom: 0.5rem;
        color: white;
    }

    .banner-offer-text h4 {
        font-size: 1em;
        margin-bottom: 1.5rem;
        color: white;
    }

    .banner-offer-text a {
        background: #0653b6;
        text-decoration: none;
        padding: 0.5rem;
        color: white;
        width: fit-content;
    }

        .banner-offer-text a:hover {
            background: #0653b6;
            text-decoration: none;
            padding: 0.5rem;
            color: white;
            opacity: 0.9;
        }

.banner-offer-text-centered {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: #fff;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
/* Responsive Queries */
@media (max-width: 526px) {
    #mainCampaingTitle {
        font-size: 35px;
    }
}

@media (max-width: 452px) {

    #mainCampaingTitle {
        font-size: 30px;
    }

    .banner-offer img {
        height: 15rem;
    }
}

@media (max-width: 394px) {

    #mainCampaingTitle {
        font-size: 26px;
    }
}

@media (max-width: 305px) {

    #mainCampaingTitle {
        font-size: 23px;
    }
}

@media (max-width: 272px) {

    #mainCampaingTitle {
        font-size: 19px;
    }
}

@media (max-width: 481px) {
    .store-content-wrapper {
        margin-top: -12rem;
    }

    .visual-banner-text-wrapper {
        display: none;
    }
}
