body{
    margin: 0 !important;
    padding: 0 !important;
    background-image: url('./captacao-bg.webp') !important;
    background-size: cover !important;
    height: calc(100vh - 1rem) !important;
}

.principal-bg-color{
    background-color: #004490 !important;
    color: #fff !important;
}
.cardDiv{
    max-width: 1000px;
}

@media screen and (max-width: 1074px) {

    .cardDiv{
        max-width: 930px !important;
    }
}
@media screen and (max-width: 1000px) {

    .cardDiv{
        max-width: 880px !important;
    }
}

@media screen and (max-width: 920px) {

    .cardDiv{
        max-width: 840px !important;
    }
}

@media screen and (max-width: 866px) {
    .cardimg {
        display: none !important;
    }
    .cardDiv{
        max-width: 710px !important;
    }
}

@media screen and (max-width: 750px) {
    .cardDiv{
        max-width: 650px !important;
    }
}

@media screen and (max-width: 660px) {
    .cardDiv{
        max-width: 570px !important;
    }
}

@media screen and (max-width: 580px) {
    .cardDiv{
        max-width: 480px !important;
    }
}
@media screen and (max-width: 414px) {
    .cardDiv{
        max-width: 400px !important;
    }
    .cardform{
        padding-top: 30px !important;
        padding-bottom: 14px !important;
    }
}