@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Montserrat', sans-serif !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lead {
    font-size: 16px;
}

/* home */

.site-blocks-cover.overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222222;
    opacity: 0.7;
}

/* cultos */

.section-cultos .owl-carousel .content {
    border: 1px solid #00bc50;
    padding: 56px 16px 16px;
    position: relative;
    background: #fff;
}

.section-cultos .owl-carousel .content h4 {
    width: 100%;
    padding: 8px 0;
    background-color: #00bc50;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.section-cultos .owl-carousel .content ul li {
    display: flex;
}

.section-cultos .owl-carousel .content ul li i {
    display: flex;
    margin-top: 2px;
    margin-right: 8px;
    color: #00bc50;
}

.section-cultos .owl-carousel .content ul li h6 {
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.section-cultos .owl-carousel .content ul li p {
    font-size: 14px;
}

.section-cultos .owl-carousel .content ul li:last-child  p{
    margin-bottom: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    top: 36%;
    left: -64px;
    background: transparent;
    color: #00bc50;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.owl-theme .owl-nav .owl-next {
    left: unset;
    right: -64px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #00bc50;
    transform: scale(1.1);
}

.owl-theme .owl-dots .owl-dot span {
    background: #00bc50;
    opacity: .4;
    transition: .4s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00bc50;
    opacity: 1;
}

/* sobre */

.ul-check.success li:before {
    display: none;
}

.ul-check.success li {
    padding: 0;
    display: flex;
}

.ul-check.success li i {
    color: #71bc42;
    margin-top: 2px;
    margin-right: 8px;
    display: flex;
}

.video-background {
    position: relative;
}

.video-background i {
    position: absolute;
    top: 40%;
    left: 51%;
    font-size: 64px;
    transform: translate(-50%, -50%);
    color: #00bc50;
    display: flex;
    cursor: pointer;
    transition: .4s;
}

.video-background i:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

/* atuacoes */

.section-atuacoes {
    position: relative;
}

.section-atuacoes::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00bc50;
    opacity: .4;
}

/* galeria */

ul.filter-menu {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.grid-item {
    float: left;
    width: 33.33%;
    padding: 15px;
    display: block;
}

.grid-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.grid-image::after {
    content: 'Clique para visualizar';
    width: 100%;
    height: 250px;
    position: absolute;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

.grid-image:hover::after {
    opacity: 1;
}

ul.filter-menu li span {
    padding: 8px 16px;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    border: 1px solid #1469ab;
    background: transparent;
    color: #1469ab;
}

ul.filter-menu li.active span {
    border: 1px solid transparent;
    background: #1469ab;
    color: #fff;
}

/* blog */

.section-blog .h-entry a .image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 8px;
}

/* contato */

.section-contato {
    position: relative;
}

.section-contato::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00bc50;
    opacity: .4;
}

/* footer */

.site-footer {
    padding: 48px 0 0;
    background: #00bc50;
}

.site-footer p {
    color: #ffffff;
}

.site-footer a {
    color: #ffffff;
}

/* modal */

.modal-video {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 999999999999;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
}

.modal-video.modal-video-animate {
    opacity: 1;
}

.modal-video .container {
    position: relative;
}

.modal-video .button-close {
    position: absolute;
    color: #fff;
    top: -24px;
    right: -4px;
    font-size: 24px;
    cursor: pointer;
}

.modal-video iframe {
    height: 80vh;
}

.container-video {
    width: 100%;
    height: 300px;
    border-radius: 1.25rem;
    box-shadow: 32px 32px 32px -4px rgba(0,0,0,0.2);
    z-index: 9;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-video img {
    width: 100% !important;
} 

.btn-whatsapp {
    width: 50px;
    height: 50px;
    background-color: #04D960;
    color: #FFF;
    font-size: 30px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    transition: .4s;
}

.btn-whatsapp ion-icon {
    font-size: 30px;
}

.btn-whatsapp:hover {
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 0 4px 16px -4 rgba(0,0,0,0.7);
}

.sticky-wrapper .site-navbar {
    background-color: #ffffff;
    border: 0px;
    /* padding-top: 0px !important; */
}

section.services .box {
    width: 100%;
    padding: 30px 40px 64px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    box-shadow: 0 8px 24px -8px rgba(0,0,0,0.1);
    margin-top: -144px;
}

section.services .box ion-icon {
    font-size: 40px;
    color: #00bc50;
}

section.services .box h4 {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
    margin-top: 27px;
    text-align: center;
}

section.services .box p {
    margin-top: 20px;
    color: #1C1C1C;
    font-weight: 300;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
    color: #999 !important;
    font-weight: 500;
    font-size: 14px;
}

.sticky-wrapper .site-navbar .site-menu > li > a.active {
    color: #00bc50 !important;
}

.ul-check.success {
    display: flex;
    flex-direction: column;
}

.ul-check.success li {
    display: unset;
}

.ul-check.success li i {
    display: unset;
}

.section-contato::before {
    opacity: 1;
}

.site-footer {
    padding: 48px 0 0;
    background: #ffffff;
}

.site-footer a {
    color: #212529;
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #00bc50;
}

.site-footer p {
    color: #495057;
}

.header-top {
    background: #00bc50;
    padding: 4px 0;
    margin-bottom: 24px;
}

.header-top a {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff !important;
}

.content-tabs {
    display: flex;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent;
}

.nav-tabs .nav-link {
    width: 100%;
    border-radius: 0;
}

.nav-tabs {
    border: 0;
    width: 260px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    position: relative;
    transition: .4s;
    right: 0;
    border: 1px solid #e6e6e6;
    width: 260px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link::before {
    content: '';
    position: absolute;
    top: calc(50% - 0px);
    right: -25px;
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 25px solid transparent;
    transition: .4s;
}

.nav-tabs .nav-item.show .nav-link:hover::before, .nav-tabs .nav-link.active::before, .nav-tabs .nav-link:focus::before, .nav-tabs .nav-link:hover::before {
    border-left: 25px solid #00bc50;
}

.nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #00bc50;
    color: #fff;
    font-weight: 500;
    transform: scale(1.02);
    right: -16px;
    transition: .4s;
}

.tab-content {
    padding: 24px 48px 24px 64px; 
    border: 1px solid #e6e6e6;
}

.tab-content>.active h5 {
    color: #00bc50;
}

#triangulo-para-direita {
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #4C4B63;
}

.logo img {
    height: 55px;
}

.header-top a {
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    color: #ffffff !important;
    align-items: center;
}

.header-top a ion-icon {
    margin-right: 8px;
}

.site-blocks-cover.overlay::before {
    opacity: 1;
    background: linear-gradient(-100deg, white 13%, #ffffff94 40%, transparent 52%);
    background-color: transparent;
}

.site-blocks-cover h1 {
    font-size: 3rem;
    font-weight: 400;
    color: #162332;
    font-weight: 500;
}

.site-blocks-cover .desc {
    font-size: 1.4rem;
    color: black;
    font-weight: 300;
}

section.services .box {
    width: 100%;
    padding: 30px 40px 64px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    box-shadow: 0 8px 24px -8px rgb(0 0 0 / 10%);
    margin-top: -200px;
}

.form-control {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #c9c9c7;
    padding-left: 39px;
    outline: none;
    color: #212529;
}

.section-contato {
    position: relative;
    margin-top: -120px;
}

.section-contato .btn {
    background: #ffb300;
    width: 100%;
    border-color: #ffb300;
    border-radius: 8px;
}

.section-contato .info p {
    font-size: 14px;
    color: #fff;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
    color: #00bc50 !important;
}

.btn.btn-primary:hover {
    background: #767676;
    border-color: #767676;
    color: #fff;
}

.site-footer a:hover {
    color: #00bc50;
}

.button-whatsapp {
    display: inline-flex;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 16px;
    background: #ffffff;
    text-align: left;
    align-items: center;
    box-shadow: 0 4px 24px -8px rgb(0 0 0 / 10%);
    min-width: 250.5px;
}

.button-whatsapp div {
    display: flex;
    flex-direction: column;
}

.button-whatsapp img {
    height: 50px;
    margin-right: 16px;
}

.button-whatsapp span {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1;
}

.button-whatsapp h6 {
    line-height: 1;
    margin: 0;
    font-size: 18px;
    color: #0d0d0d;
    font-weight: 700;
}

.site-section .item {
    display: flex;
    align-items: flex-start;
}

.site-section .item i {
    box-shadow: 0 1px 3px rgb(0 0 0 / 7%);
    text-shadow: 0 1px 0 rgb(0 0 0 / 15%);
    color: #fff;
    background: #00bc50;
    border-radius: .25rem;
    display: flex;
    font-size: 26px;
    padding: 16px;
    margin-right: 24px;
}

.site-section .item h4 {
    color: #0d0d0d;
    font-weight: 600;
    font-size: 22px;
} 

div#servicos {
    padding-bottom: 130px !important;
}

img.img-fluid.i {
    margin-top: -130px;
}

.title {
    width: 100%;
    padding: calc(105px + 24px) 0 24px;
    background-color: #00bc50;
}

.title .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title .content h1 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.title .content span {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.migalha {
    background: #f4f6f6;
    border-bottom: 1px solid #e6eaea;
    padding: 16px 0;
}

.migalha ul {
    display: flex;
    align-items: center;
}

.migalha ul li a {
    margin: 0 8px;
    font-size: 12px;
    color: #00bc50;
}

.migalha ul li:last-child a, .migalha ul li ion-icon {
    font-size: 12px;
    color: #9ca5ab;
}

.migalha ul li ion-icon {
    margin-bottom: -1.5px;
}

.sticky-wrapper .site-navbar .site-menu > li > a.btn.btn-primary {
    color: #ffffff !important;
}

@media (max-width: 1440px) {

    section.services .box {
        margin-top: -145px;
    }
    
    .site-blocks-cover .desc {
        font-size: 16px;
        color: black;
        font-weight: 300;
    }

    .button-whatsapp img {
        height: 35px;
        margin-right: 16px;
    }

    .button-whatsapp span {
        font-weight: 600;
        font-size: 10px;
        margin-bottom: 4px;
        line-height: 1;
    }

    .button-whatsapp h6 {
        line-height: 1;
        margin: 0;
        font-size: 16px;
        color: #0d0d0d;
        font-weight: 700;
    }

    .logo img {
        height: 45px;
    }

    header.site-navbar.py-4.js-sticky-header.site-navbar-target {
        padding-bottom: 16px !important;
    }

    .header-top {
        background: #00bc50;
        padding: 4px 0;
        margin-bottom: 16px;
    }

    .header-top a {
        font-size: 12px;
        font-weight: 800;
        display: inline-flex;
        color: #ffffff !important;
        align-items: center;
    }

    .header-top {
        background: #00bc50;
        padding: 0;
        margin-bottom: 16px;
    }

    h1.mb-0.logo {
        display: flex;
    }

    .col-md-6.offset-md-6.mt-lg-5.text-right {
        margin-top: -56px !important;
    }

    .section-contato {
        position: relative;
        margin-top: -90px;
    }

    div#servicos {
        padding-bottom: 130px !important;
    }

    img.img-fluid.i {
        margin-top: 0px;
        background: #f8f9fa;
    }

}

@media (max-width: 991px) {

    .owl-theme .owl-nav .owl-prev {
        left: -16px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -16px;
    }
    
    .btn.btn-primary {
        width: 100%;
    }

    .grid-item {
        width: 100%;
    }

    form.p-5 {
        padding: 32px 16px !important;
    }

    .logo img {
        height: 40px;
    }

    .sticky-wrapper .site-navbar .site-menu-toggle {
        color: #00bc50;
    }

    .sticky-wrapper .site-navbar .site-menu-toggle span {
        display: flex;
        margin: 0;
    }

    .header-top a {
        font-size: 12px;
    }

    section.services .box {
        margin-top: 16px;
    }

    section.services .col-lg:first-child .box {
        margin-top: -144px;
    }

    .section-contato {
        position: relative;
        margin-top: 0;
    }

    .i {
        margin-top: 48px;
    }

    .section-contato .info {
        margin-top: 48px;
    }

    .content-tabs {
        display: flex;
        flex-direction: column;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link, .nav-tabs {
        width: 100%;
    }

    .nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        background-color: #00bc50;
        color: #fff;
        font-weight: 500;
        transform: scale(1);
        right: 0;
        transition: .4s;
    }

    .nav-tabs .nav-item.show .nav-link:hover::before, .nav-tabs .nav-link.active::before, .nav-tabs .nav-link:focus::before, .nav-tabs .nav-link:hover::before {
        display: none;
    }

    .tab-content {
        padding: 24px 16px;
    }

}