﻿.swiper-container {
    margin: 2em 0;
}

.swiper-container h3 {
    text-align: center;
    font-size: 2em;
}

.swiper-slide {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.retailer-zone {
    background-image: url('/images/herosection/retailer-zone-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-background-Retailer-zone {
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 5px;
}

.contact-Background {
    background-image: url('/images/herosection/Color_negro.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.move-up {
    margin-top: -70px;
}

.move-up-footer {
    margin-top: 29px;
}

.no-wrap {
    white-space: nowrap;
}

.image-links {
    display: flex;
    justify-content: right;
    gap: 10px;
}

.image-links a {
    display: inline-block;
    margin: 0 10px;
}

.image-links img {
    max-width: 50px;
    height: auto;
}

.small-text {
    font-size: 12px;
}

.align-right {
    text-align: left;
}

.align-center {
    text-align: center;
}

.retailerzpn-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.retailerzpn-container a, .retailerzpn-container p {
    margin: 10px 0;
}

.ul-link {
    margin: 0 0 0 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    margin: 5px 0;
}

.container-right {
    margin-left: 8em;
    margin-top: -45px;
}

#unique {
    scroll-margin-top: 200px !important;
}

#contact {
    scroll-margin-top: 100px;
}

#retailer {
    scroll-margin-top: 100px;
}

#instagramAlertContainer {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.alert {
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    position: relative;
    font-family: system-ui, sans-serif;
    font-size: 1.2rem;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
