body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

/* intro-abelha */
.intro-abelha {
    padding: 20px;
    background-color: #FFE9E9;
    height: 100%;
    height: 100vh;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-section img {
    height: 60px;
    margin: 0 10px;
}

.info-intro-abelha {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

h1 {
    font-size: 1.5rem;
    margin: 20px 0;
    font-weight: normal;
}

.highlight {
    color: #d41566;
    font-weight: bold;
}

.coupon {
    margin: 20px 0;
}

.coupon img {
    width: 150px;
    height: auto;
    margin-top: 20px;
}

.button {
    background-color: #d41566;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 5px;
    display: inline-block;
    margin-top: 25px;
}

.button:hover {
    background-color: #b01456;
}

.frete {
    font-size: 0.9rem;
    margin-top: 10vh;
}

.frete strong {
    display: block;
    font-weight: bold;
}

/* section-livelo */
.section-livelo {
    background-color: #B90B55;
    padding: 40px 20px;
    color: white;
}

.section-livelo .livelo-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.section-livelo .livelo-text {
    flex: 1 1 300px;
    padding-left: 12%;
}

.section-livelo .livelo-logo img {
    max-width: 210px;
    height: auto;
}

.section-livelo a {
    color: lightpink;
    font-weight: bold;
}

/* regulations */
.regulations {
    max-width: 900px;
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-weight: bold;
    margin-top: 20px;
    color: #333;
}

.attention {
    color: #d9534f;
    font-weight: bold;
}

/* description */
.section-description {
    background-color: #a3bac6;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-description h1 {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

h1 {
    text-align: center;
    color: #B90B55;
    margin-bottom: 20px;
}

h2 {
    color: white;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
}

ul {
    margin: 15px 0;
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
    line-height: 1.5;
}

a {
    color: #B90B55;
    text-decoration: none;
    font-weight: bold;
}

h1,
h2 {
    font-family: 'Arial', sans-serif;
}

a:hover {
    text-decoration: underline;
}

/* Responsividade */
@media (max-width: 768px) {
    .logo-section img {
        height: 40px;
    }

    .regulations {
        padding: 15px;
    }

    .section-livelo .livelo-content {
        flex-direction: column;
    }

    h1 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }

    p {
        font-size: 1.2rem;
    }

    .coupon img {
        width: 250px;
    }

    .button {
        font-size: 1.1rem;
        padding: 15px 40px;
    }

    .frete {
        font-size: 1.1rem;
    }
}
