section#section-banner h2 {
    font-family: robotoRegular, Sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 3rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 0 !important;
}

section#section-banner p,
section#section-contagem p {
    font-family: robotoRegular, Sans-serif;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 2rem;
}

section#section-contagem strong span {
    font-size: 1.4rem;
}

.section-solucoes .elementor-column .elementor-widget-wrap {
    box-shadow: 0px 0px 35px 6px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 3px;
    background: #FFF;
    border: none !important;
    padding: 0;
}

.section-solucoes .elementor-column .elementor-widget-wrap .elementor-icon-list-items li:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f271";
    margin-right: 9px;
    color: #9b9b9b;
}

.section-solucoes .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0 !important;
}

#depoimentos {
    padding-bottom: 39px;
}

#depoimentos .depoimento {
    padding: 70px 60px 60px 60px;
    background: #FFF;
    background-image: url(https://citis.com.br/wp2022/wp-content/themes/citistheme/_assets/images/icones/citis_citacao-top.webp);
    background-position: left top;
    background-repeat: no-repeat;
    background-position-x: -9px;
    background-position-y: -18px;
    box-shadow: 0px 0px 36px 6px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #FFF;
    border-bottom: 3px solid #F60 !important;
}

#depoimentos .depoimento .depoimento-desc {
    line-height: 27px;
    text-align: center;
}

#depoimentos .depoimento .depoimento-desc p {
    font-size: 1rem;
}

#depoimentos .depoimento .depoimento-cli {
    margin-top: 45px;
    font-size: .8rem;
    line-height: 27px;
    text-align: center;
    color: #369;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 15px;
}

#depoimentos .depoimento .depoimento-cli p {
    font-size: 1rem !important;
}

#depoimentos .swiper-slide {
    height: auto !important;
    padding: 33px;
}

#depoimentos .mySwiperDepoimento {
    position: relative;
}

#depoimentos .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    margin-top: 36px;
}

footer {
    margin-top: 100px !important;
}

@media screen and (max-width: 575px) {
    section#section-banner form .btn {
        margin-top: 15px;
    }
}

@media screen and (max-width:991px) {
    
    section#section-banner {
        background-position: center;
        background-image: none;
    }

    section#section-contagem {
        margin: 30px 0;
    }

    .background-mobile-color-02 {
        background-color: #f8f7ff;
    }

    .section-solucoes .elementor-column .elementor-widget-wrap {
        margin-bottom: 45px;
    }

    section#depoimentos .depoimento {
        padding-left: 18px;
        padding-bottom: 0px;
        padding-right: 18px;
    }

    section#depoimentos {
        margin-bottom: 0;
    }

}

@media screen and (min-width:992px) {
    section#section-banner .formulario-newsletter input.form-control.form-ll {
        width: 50%;
        margin-right: 15px;
        float: left;
    }

    section#section-contagem>div:first-child {
        position: relative;
        top: -75px;
        background: #FFF;
        box-shadow: 0px 0px 35px 6px rgb(0 0 0 / 10%);
    }

    .elementor-editor-active section#section-contagem>div:first-child {
        top: 0 !important;
    }

    section#section-banner .border-effect-dotted strong {
        position: relative;
        padding: 4px 9px;
        z-index: 2;
        text-align: center;
        overflow: hidden;
        display: inline-flex;
    }

    section#section-banner .border-effect-dotted strong span {
        z-index: 100;
    }

    section#section-banner .border-effect-dotted strong::before {
        content: ' ';
        position: absolute;
        left: -6px;
        height: 21px;
        width: 106%;
        background: #369;
        animation: effect-border 4s linear infinite;
        z-index: -1;
    }

    section#section-banner .border-effect-dotted strong::after {
        content: '';
        position: absolute;
        inset: 3px;
        background: #83eef0;
        z-index: 1;
    }

    @keyframes effect-border {
        0% {
            transform: rotate(0deg);
        }

        50% {
            transform: rotate(180deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    section#depoimentos .swiper {
        overflow: initial;
        overflow-x: clip !important;
    }
    
}

@media screen and (min-width:992px) and (max-width:1200px) {
    section#depoimentos {
        margin-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 0;
    }
}

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

}