@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 #ffd900;
    padding: 56px 16px 16px;
    position: relative;
    background: #fff;
}

.section-cultos .owl-carousel .content h4 {
    width: 100%;
    padding: 8px 0;
    background-color: #ffd900;
    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: #ffd900;
}

.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: #ffd900;
    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: #ffd900;
    transform: scale(1.1);
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffd900;
    opacity: .4;
    transition: .4s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffd900;
    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: #ffd900;
    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: #ffd900;
    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: #ffd900;
    opacity: .4;
}

/* footer */

.site-footer {
    padding: 48px 0 0;
    background: #ffd900;
}

.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;
    border: none;
    outline: none !important;
}

.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);
}

.site-navbar {
    position: relative;
}

.logo img {
    height: 70px;
}

.sticky-wrapper .site-navbar {
    background-color: #fff;
    border-bottom: 0;
}

header.site-navbar.js-sticky-header.site-navbar-target.header-menu {
    background-color: #2b2b2b;
}

header.site-navbar.js-sticky-header.site-navbar-target.header-top {
    padding: 16px 0;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
    padding: 10px 20px;
    font-weight: 600;
    color: #fff !important;
    margin: 0 !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
    background: #ffd900;
    padding: 10px 20px;
    font-weight: 600;
    color: #2b2b2b !important;
}

.site-blocks-cover.overlay::before {
    opacity: 0.4;
}

.site-footer {
    padding: 48px 0 0;
    background: #2b2b2b;
}

.section-contato::before {
    opacity: 0;
}

.divider {
    display: flex;
    align-items: center;
    color: #2b2b2b;
    margin: 24px 0;
}

.bg-light {
    background-color: #2b2b2b08!important;
}

.divider span {
    width: 100%;
    height: 1px;
    background: #2b2b2b;
    margin: 0 8px;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
    color: #2b2b2b;
}

@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;
    }

}




