.navbar-secondary {
    background-color: transparent;
    border-top: 0;
    box-shadow: inherit;
    padding-bottom: 0;
    position: absolute;
}

.navbar-secondary .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-secondary .navbar-nav .nav-link:hover {
    background-color: transparent;
}

.banner-top {
    position: relative;
    z-index: 870;
}

.banner-top .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 600px;
    width: 100%;
}

@media (max-width: 768px) {
    .banner-top .img {
        background-position: center right/* -500px*/;
        height: 500px;
    }
}

.banner-top .caption {
    align-items: center;
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 980;
}

.banner-top .caption-title {
    color: #FAFAFA;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 62px;
}

.banner-top .caption-description {
    color: #FAFAFA;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 25px;
}

.banner-top .btn {
    margin-top: 50px;
}

@media (min-width: 492px) {
    .banner-top .btn + .btn {
        margin-left: 20px;
    }
}

@media (max-width: 491px) {
    .banner-top .btn + .btn {
        margin-top: 30px;
    }
}

.institucional {
    position: relative;
}

.institucional::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), url(/../img/bg/sobre.jpg);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.banner-top + .institucional {
    margin-top: -100px;
}

.banner-top + .institucional .caption {
    margin-top: 100px;
}

.institucional .vinheta {
    color: #DC853D;
    text-align: left;
}

.institucional .caption-description {
    color: #686466;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 25px;
    text-align: justify;
}

@media (max-width: 991px) {
    .institucional .vinheta {
        margin-top: 50px;
    }

    .institucional .vinheta,
    .institucional .caption-description {
        text-align: center;
    }
}

.institucional .btn {
    margin-top: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .institucional .vinheta {
        font-size: 32px;
        line-height: 50px;
    }

    .institucional .caption-description {
        margin-top: 15px;
        line-height: 26px;
    }

    .institucional .btn {
        margin-top: 30px;
    }
}

.animais {
    padding-bottom: 75px;
    padding-top: 100px;
}

.animais .item {
    margin-top: 60px;
}

.animais .item .embed-responsive-item {
    border-radius: 25px;
    box-shadow: 0px 30px 50px -20px rgba(37, 34, 213, 0.15);
    object-fit: contain;
    object-position: center;
}

.animais .item .title,
.animais .item .title a {
    color: #343233;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 40px;
    text-align: center;
}

.animais .item .title a:hover {
    text-decoration: none;
}

.animais .item .btn {
    background-color: #ffffff;
    border-color: #686466;
    color: #686466;
    height: 40px;
    margin-top: 20px;
}

.animais .item .btn:hover {
    background-color: #686466;
    color: #ffffff;
}

.animais .btn-more {
    margin-top: 90px;
}

.topicos {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), url(/../img/bg/sobre.jpg);
    padding-bottom: 100px;
    padding-top: 90px;
}

.topicos .item {
    margin-top: 60px;
}

.topicos .item .embed-responsive {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.topicos .item .embed-responsive-item {
    align-items: center;
    background-color: #CD6A18;
    border: 3px solid #CD6A18;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    object-fit: contain;
    object-position: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .1s linear;
}

.topicos .item .embed-responsive-item img {
    display: block;
    height: auto;
    max-width: 100%;
    transition: all .1s linear;
}

.topicos .item a {
    text-decoration: none;
}

.topicos .item a:hover .embed-responsive-item {
    background-color: #ffffff;
}

.topicos .item a:hover img {
    filter: invert(20%) sepia(13%) saturate(32096%) brightness(90%) contrast(80%);
}

.topicos .item .title {
    color: #343233;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 25px;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    text-transform: uppercase;
}

.topicos .item .description {
    color: rgba(104, 100, 102, 0.8);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.015rem;
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
}

.ajude {
    padding-top: 90px;
}

@media (min-width: 576px) {
    .ajude {
        padding-bottom: 90px;
    }
}

.ajude .item {
    padding: 75px 40px;
}

@media (max-width: 429px) {
    .ajude .item {
        padding: 40px 20px;
    }

}

.ajude .item .caption-title {
    color: #393738;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 30px;
}

.ajude .item .caption-description {
    color: #686466;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
}

.ajude .item .btn {
    margin-top: 40px;
}

.ajude .voluntario {
    background-color: #DC853D;
}

@media (min-width: 576px) {
    .ajude .voluntario {
        border-radius: 20px;
    }
}

.ajude .voluntario .caption-title {
    color: #ffffff;
}

.ajude .voluntario .caption-description {
    color: #ffffff;
}

.ajude .voluntario .btn {
    background-color: #8E5425;
    border-color: #8E5425;
}

.ajude .voluntario .btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #8E5425;
}