
body.bg-agendamentos {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #ffe1a3 0%, #c6b4fc 100%);
}

.titleBanner {
    font-size: 80px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #2E2D2C;
    line-height: 0.9;
}

.superLine {
    font-size: 32px;
    font-weight: 800;
    margin-left: 10px;
}

.centerContentDefault {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 20px;
}

.centerContentDefault h2,
.centerContentDefault h3 {
    font-weight: 800;
    color: #2E2D2C;
}

.centerContentDefault p {
    color: #2E2D2C;
    font-size: 15px;
    line-height: 1.7;
}

.accordionRoot {
    margin-top: 20px;
}

.accordionRoot h3 {
    background: #ffe08e;
    border-radius: 25px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #2E2D2C;
    margin: 10px 0;
    position: relative;
    padding-left: 45px;
}

.accordionRoot h3::before {
    content: "▶";
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 12px;
    transform: rotate(90deg);
}

.accordionRoot div {
    background-color: white;
    padding: 15px 20px;
    border-left: 3px solid #f6c35d;
    margin-bottom: 10px;
    border-radius: 0 0 10px 10px;
}

a {
    color: #2E2D2C;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.footerMaster_content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .titleBanner {
        font-size: 50px;
        padding-left: 20px !important;
    }

    .superLine {
        font-size: 24px;
        margin-left: 0;
    }

    .centerContentDefault {
        padding: 15px;
    }

    .accordionRoot h3 {
        font-size: 15px;
        padding-left: 40px;
    }

    .accordionRoot h3::before {
        top: 12px;
        font-size: 11px;
    }
}
