@media(max-width: 992px) {
    .sec-cards-tab .title {
        margin: 0;
    }

    .sec-cards-tab .nav-item {
        width: 100%;
    }

    .sec-cards-tab .nav-item+.nav-item {
        margin-top: 1rem;
    }

}

.sec-cards-tab .cards-tab .nav-item .nav-link.active {
    background-color: #001e27;
}

.sec-cards-tab .cards-tab .nav-item .nav-link.active h3,
.sec-cards-tab .cards-tab .nav-item .nav-link.active p {
    color: #fff;
}

.sec-cards-tab .cards-tab .nav-item .nav-link img {
    filter: brightness(0);
}

.sec-cards-tab .cards-tab .nav-item .nav-link.active img {
    filter: brightness(0) invert(1);
}

.formulario.form-email input[type=email] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    width: 70%;
}

.formulario.form-email input[type=submit] {
    background-color: #00e2f4;
    border: 3px solid #00e2f4;
    color: #001e27;
    width: 30%;
    border-radius: 0 !important;
}

.banner .formulario.form-email input[type=submit]:hover {
    box-shadow: 0px 6px 0px 0px rgba(0, 226, 244, 0.6);
}

.formulario.form-email input[type=email] {
    width: unset;
    min-width: 60%;
}

.formulario.form-email input[type=submit] {
    background-color: #FF601F;
    border: 3px solid #FF601F;
    color: #fff;
    width: unset;
    min-width: 40%;
}

.banner.bg-v2 .formulario.form-email input[type=submit]:hover {
    box-shadow: 0px 6px 0px 0px rgba(255, 96, 31, .6);
}

.sec-cards-tab .cards-tab .nav-tabs {
    justify-content: stretch;
}

.sec-cards-tab .cards-tab .nav-item {
    width: 20%;
    border-radius: 0;
    border-top: none;
}

.sec-cards-tab .cards-tab .nav-item:first-child {
    border-left: 0;
}

.sec-cards-tab .cards-tab .nav-item:last-child {
    border-right: 0;
}

.sec-cards-tab .card-icons {
    border-radius: unset;
}

.sec-cards-tab .cards-tab .tab-content,
.sec-cards-tab .tab-pane {
    height: 60vh;
}

@media(max-width: 435px){
    .sec-cards-tab .cards-tab .nav-item {
        width: 100%;
    }

    .sec-cards-tab .cards-tab .tab-content, .sec-cards-tab .tab-pane {
        height: 40vh;
    }
}

@media(min-width: 992px) {
    .webp .banner.banner-home-24 {
        background: url(/assets/images/getdemo/bg-plg.png) 100% center;
        background-repeat: no-repeat;
    }
}

