#valor { 
    text-shadow: 2.6px 2.6px 2.6px rgb(58, 56, 56)
}

#imagemH {
    top: -35px;
    height: 110%;
    right: 53px;
}

#flgpdmodal-open {
    bottom: 138px !important;
}

#app > a {
    text-align: center;
    display: block;
    padding: 5px;
    background-color: rgb(0 151 178 / 1);
    color: white;
    border-bottom: 1px solid rgb(10 120 170 / 1);
}

.logos-carousel-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
}

.logos-carousel {
    animation: scroll-left 30s linear infinite;
}

.logos-carousel:hover {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

#google-calendar-button + button,
#google-calendar-button button {
    background-color: #ffbd59 !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: normal !important;
    border-radius: 0.5rem !important;
    padding: 8px 16px !important;
    border: none !important;
    box-shadow: none !important;
    min-height: unset !important;
    height: auto !important;
    display: inline-block !important;
    text-transform: none !important;
    font-family: 'Poppins', sans-serif !important;
}

#google-calendar-button + button span,
#google-calendar-button button span {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #000 !important;
}