.box-img img {
    width: 294px;
    height: 204px;
}

.altura{
    height: 350px;
}

.imgIcon {
    width: 55px;
    height: 55px;
}

.img-logos {
    max-width: 100px;
    max-height: 100px;
}

#social {
    margin-top: 0;
    padding: 20px 0px 20px 0px;
    text-align: right;
}

#social li {
    display: inline-block;
    margin-right: 1em;
}

#social a {
    font-size: 20px;
}

.rowLogos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.colLogos {
    flex: 0 1 auto;
    margin: 10px;
    text-align: center;
}

@media (max-width: 1200px) {

    .fb-page .fb_iframe_widget,
    .instagram-media {
        max-width: 300px !important;
    }
}

@media (max-width: 992px) {

    .fb-page .fb_iframe_widget,
    .instagram-media {
        max-width: 750px !important;
    }
}

/* .btn-green {
    color: white;
    background-color: #3d9334;
    border-color: #3d9334;
}

.btn-green:hover,
.btn-green:focus {
    color: white;
    background-color: #085300;
    border-color: #085300;
} */

.text-center {
    padding-bottom: 20px;
    text-align: center;
}

#youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}