:root {
    --color-primary: #01A54F;
    --color-secondary: #0F2467;
}


.bg-green {
    background: #01A54F!important;
}
.bg-blue {
    background: #0F2467!important;
}

.btn-whatsapp {
    background: #4AC959!important;
    border-color: #4AC959!important;
    color: #ffffff!important;
}
.btn-facebook {
    background: #3b5998!important;
    border-color: #3b5998!important;
    color: #ffffff!important;
}
.btn-instagram {
    background: #C13584!important;
    border-color: #C13584!important;
    color: #ffffff!important;
}

.carousel-nav-solid .flickity-prev-next-button:before, .carousel-nav-bordered .flickity-prev-next-button:before {
    background: var(--color-primary)!important;
}

@media screen and (max-width: 991px){
    header.fancy-title h2.first-section {
        font-size: 20px;
    }
    .split-text-applied {
        font-size: 40px!important;
    }

    .first-section .row-bg {
        background-size: cover!important;
        background-position: center top!important;
    }
}

/*.iconbox-icon-container > img {*/
/*    width: 100%!important;*/
/*}*/
