nav {
    background-image: linear-gradient(-225deg, #85BC92 50%, #84BB91 48%, #7AB689 100%);
}

iframe{
    height: 100%;
    width: 100%;
}

.card-link {
    float: right;
}

.new-content {
    height: 3rem;
}

.news img {
    width: 3rem;
    height: 3rem;
    background-image: linear-gradient(-225deg, #85BC92 50%, #84BB91 48%, #7AB689 100%);
}

#presentation {
    background-color: #E4E4E4;
}

#presentation img {
    height: 100%;
}

#navbar li {
    border-right: 0.5px solid #7AB689;
}

#header {
    height: 100px;
}

#header img {
    width: 18rem;
    height: 6rem;
}

#header i {
    color: #7AB689;
}

#carouselSite {
    width: 100%;
    height: 400px;
    background-color: transparent;
}

#carouselSite img {
    width: 100%;
    height: 400px;
}


#supporters img {
    width: 100%;
    height: 8rem;
}

#highlights img {
    height: 22.4rem;
}

#contactFooter {
    background-image: linear-gradient(-225deg, #85BC92 50%, #84BB91 48%, #7AB689 100%);
}

#contactFooter img {
    width: 14rem;
    height: 7rem;
}

#perfil img {
    height: 18rem;
    width: 18rem;
}

@media only screen and (max-width: 700px) {
    #header img {
        width: 10rem;
        height: 5rem;
    }
    #carouselSite {
        height: 300px;
        background-color: transparent;
    }
    #carouselSite img {
        width: 100%;
        height: 300px;
    }
}