@media screen and (max-width: 575px){
    .imgfc {
        width: 260px;
        height: 260px;
    }

    .ig {
        width: 300px;
        height: 300px;
    }

    .funcionalidades2 .flex-end {
        justify-content: start;
    }

    .relative .d-flex {
        flex-wrap: wrap;
    }

    .wfc {
        width: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .navbar .flex-end {
        justify-content: center;
    } 

    .navbar-nav {
        text-align: center;
    }

    .header p {
        max-width: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 70px !important;
    }
}

@media screen and (min-width: 415px) and (max-width: 575px) {
    h1 {
        font-size: 55px !important;
    }
}

@media screen and (max-width: 414px) {
    h1 {
        font-size: 38px !important;
    }

    h2 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 991px) {
    .ig, .imgfc {
        display: none;
    }

    .form-control {
        margin-bottom: 1rem;
    }
}