.footer-logo__img {
    max-height: 165px;
}

.title-rifa {
    font-size: 230px !important;
}

.donors-slider__img img {
    border-radius: 50%;
}

.patrocinadores img {
    border-radius: 0% !important;
}

.heading.heading--center {
    padding-top: 42px;
}

.slick-arrow {
    display: none !important;
}

.donors::before {
    background-color: #f9f7f6c4 !important;
    border-radius: 3px 0px 0px 125px !important;
}

.form__field {
    background: white;
}

.info-banner {
    padding: 23px 30px 90px 30px !important;
}

.btn-green-site {
    border: 2px solid #2ebca1;
}

.btn-green-site:hover {
    background: #2ebca1;
    color: white;
}

.icon-item__img i {
    font-size: 85px;
}

.mt-cont {
    margin-top: 90px;
}

.promo-primary__description h1 {
    color: #ffcc00;
    font-size: 59px;
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    position: absolute;
    bottom: 0px;
    right: 21px;
    /* Each alert has its own width */
    float: right;
    clear: right;
    position: fixed;
    z-index: 9999999999;
    background: white;
}

.alert-red {
    color: white;
    background-color: #DA4453;
}

.alert-green {
    color: white;
    background-color: #37BC9B;
}

.alert-blue {
    color: white;
    background-color: #4A89DC;
}

.alert-yellow {
    color: white;
    background-color: #F6BB42;
}

.alert-orange {
    color: white;
    background-color: #E9573F;
}

.box-cookies {
    position: fixed;
    background: rgb(47 188 161 / 89%);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999999;
}

.box-cookies .btn-cookies,
.box-cookies .msg-cookies {
    text-align: center;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 40px;
}

.box-cookies .btn-cookies {
    background: #3d464d;
    cursor: pointer;
    align-self: normal;
}

.box-cookies.hide {
    display: none !important;
}


.hide {
    display: none !important;
}

.assinatura-samuel{
    width: 350px;
}


@media only screen and (min-width: 992px) {
    .header-logo__img {
        max-height: 101px;
        margin-left: 2px;
    }

    .main-menu__item:not(:last-of-type) {
        margin-right: 20px;
    }

    .header--front.header--fixed .main-menu__item .main-menu__link, .header--front_2 .main-menu__item .main-menu__link, .header--front_3 .main-menu__item .main-menu__link {
        color: #282a43;
        padding: 39px 0 30px 0;
    }
}


@media only screen and (max-width: 576px) {
    .header-logo__img {
        max-height: 75px;
        margin: 10px;
    }

    .promo-slider .align-container {
        padding: 170px 0 120px 0;
    }

    .slick-list.draggable {
        height: 521px;
    }

    .promo-slider__count {
        display: none;
    }

    .promo-primary {
        height: 200px;
    }

    .footer-logo__img {
        max-height: 116px;
        margin: 0 auto;
        margin-left: 120px;
        margin-top: -35px;
    }

    .promo-primary__description h1 {
        color: #ffcc00;
        font-size: 32px;
    }

    .assinatura-samuel{
        width: 100%;
    }

}