/* Logo Cabecalho */
@media (max-width: 270px) {
    .logo-img {
        width: 4rem !important;
    }
}

/* Fim Logo Cabecalho */


/* Botao Saiba Mais */
@media (max-width: 550px) {
    .btn-saiba-mais {
        position: absolute;
        bottom: 15px;
        right: 15px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    }
}

/* Fim Botao Saiba Mais */


/* Produtos - Cards */
@media (min-width: 450px) and (max-width: 580px) {
    #produtos .row>div {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* Fim Produtos - Cards */


/* Nossos Objetivos */
@media (max-width: 580px) {
    .nossos-objetivos-buttons {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }

    .nossos-objetivos-buttons .btn {
        width: 48%;
    }
}

/* Fim Nossos Objetivos */


/* Sobre Nos */
@media (max-width: 940px) {
    #sobre-nos .row>.col-md-7 {
        flex-direction: column !important;
        align-items: center !important;
    }

    #sobre-nos video,
    #sobre-nos img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 1rem;
    }
}

/* Fim Sobre Nos */