﻿/* Estrutura */
.site-font-family {
    font-family: Montserrat, sans-serif !important;
}

.fs-15px {
    font-size: 15px !important;
}

/* Cores */
.text-light-yellow {
    color: #faebd7 !important;
}

.text-light-green {
    color: #4dff4d !important;
}

.text-yellow {
    color: #f9ff00 !important
}

.bg-green {
    background-color: #44C052 !important;
}

/* Classes */
.module-title {
    background-image: linear-gradient(to right, #fff, #ffe69c, #fff);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}