html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
}

.bg-banner {
    background-image: url('../img/banner.png');
}

/* DEPOIMENTOS */

.quote-icon::before {
        content: "“";
        font-size: 3rem;
        color: #2e9ca1;
        display: block;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px !important;
    font-weight: 700 !important;
}