@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('boot.css');
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/font-awesome/css/all.min.css');

*{
    padding: 0px;
    margin: 0px;
}
:root {
    --radius: 12px;
    --cor-verde: #3CB89E;
}
html{
    width: 100%;
    height: 100%;
    font-size: 15px;
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: .8em;
}
::placeholder{
    color: #ccc !important;
}
body{
    color: #fff;
    background: #1E1E1E;
    height: 100%;
    font-family: "Lato", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
/*
@media (min-width: 1240px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media (min-width: 1380px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1380px;
    }
}*/

/*REMOVE AS MARGINS NO MOBILE*/
@media (max-width: 576px) {
    .mobile-no-margin {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
        border-radius: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }
    .hmd{
        display: none;
    }
}
@media (max-width: 768px) {
    .hsm{
        display: none;
    }
}


.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

section{
    padding-top: 60px;
    padding-bottom: 60px;
}
@media(max-width: 576px){
   section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
}


a{
    color: #fff;
}
a:hover{
    color: #fff;
}
h1,h2, h3, h4, h5, h6{
    letter-spacing: -0.02em;
    font-optical-sizing: auto;
    font-style: normal;
}

p{
    font-size: 1.27rem;
    line-height: 1.8em;
}


.text-danger{
    color:  #CF3840;
}

section{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
@media(max-width: 576px){
    section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.btn-padrao{
    border-radius: 100px;
    background: #CF3840;
    padding: 8px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 1.07rem;

}

.btn-outline-padrao{
    border-radius: 100px;
    padding: 8px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 1.07rem;
    border: 2px solid #FFF;
    background: rgba(39, 16, 16, 0.50);
}

.btn-outline-danger{
    border-radius: 100px;
    padding: 8px 24px;
    color: #CF3840;
    font-weight: 600;
    font-size: 1.07rem;
    border: 2px solid #CF3840;
    background: rgba(39, 16, 16, 0.50);
}

.btn-padrao:hover,
.btn-outline-padrao:hover{
    color: #fff;
}
.btn-dark{
    background: #2E1A1A;
}

.btn-max{
    height: 56px;
    font-size: 1.27rem;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 30px;
}

header{
   position: relative;
   z-index: 3;
}
header .nav-link{
    display: block;
    font-size: 1.07rem;
    font-weight: 600;
    padding-left: 8px;
    padding-right: 8px;
}

header .navbar-brand{
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    display: flex;
    align-items: center;
}
header .navbar-brand img{
    border-radius: 8px;
    width: 70px;
    height: 49px;
}

main{
    margin-top: -78px;
}


.page-title h2{
    font-size: 3.87rem
}
.page-title h2 strong{
    font-weight: 800 !important;
}

.page-title.page-square h2{
    position: relative;
}
.page-title.page-square h2:before{
    content: '';
    top: 0;
    left: 29%;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: -1;
    border-radius: 15px;
    background: #CF3840;
}

@media(max-width: 576px){
    .page-title h2{
        font-size: 2.87rem
    }
    .page-title.page-square h2:before{
        width: 60px;
        height: 60px;
        left: 35%;
    }
    .btn-max{
        padding-left: 22px;
        padding-right: 22px;
    }
}


.section-destaque{
    position: relative;
    padding-bottom: 100px;
    min-height: 80vh;
}
.section-destaque:before{
    background: url("../img/fundo-destaque.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
}
.section-destaque:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: linear-gradient(180deg, #180000 10%, rgba(24, 1, 1, 0.57) 71.5%, rgba(24, 1, 1, 0.00) 99.99%, #180101 100%);
    /*background:  linear-gradient(180deg, rgba(27, 44, 28, 0.00) -21.61%, rgba(26, 43, 27, 0.47) 24.89%, #1A2B1B 78.39%);*/
}
.section-destaque .fundo-destaque{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(0deg, #180000 10%, rgba(24, 1, 1, 0.57) 71.5%, rgba(24, 1, 1, 0.00) 99.99%);
    height: 84px;
    z-index: -1;
}

.section-destaque .container-min{
    max-width: 800px;
    margin-top: 100px;
    margin-bottom: 60px;
}
.section-destaque .container h1{
    font-size: 3.47rem;
    font-weight: 800
}

.section-video-apresentacao{
    position: relative;
    margin-top: -260px;
}

.section-video-apresentacao:after{
    background: #180000;
    z-index:-4;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
}
.section-video-apresentacao .video-apresentacao{
    border-radius: 15px;
    border: 15px solid rgba(255, 255, 255, 0.50);
}
.section-video-apresentacao .img-parceiros{
    padding: 4px;
}

@media(max-width: 576px){
   .section-video-apresentacao .img-parceiros{ 
        height: 40px;
        padding: 8px 4px;
    }
}

.section-sobre:before{
    background: url(../img/fundo-sobre.png) center center repeat;
    z-index:-1;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
}
.section-sobre:after{
    background: #2E1A1A;
    z-index:-2;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.img-destaque-sobre,
.section-sobre .img-destaque {
    position: relative;
    margin-top: 40px;
}
.img-destaque-sobre img,
.section-sobre .img-destaque img{
    height: 313px;
    border-radius: 15px;
    object-fit: cover;
}
.img-destaque-sobre .img-destaque .fundo,
.section-sobre .img-destaque .fundo{
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(15deg);
    z-index: -1;
    opacity: 25%;
}


.card-horarios{
    margin-top: 80px;
    border-radius: 15px;
    background: #CF3840;
    color: #fff;
}
.card-horarios .card-body{
    padding: 30px;
}
.card-horarios .card-body h3{
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.card-horarios .card-body p{
    font-size: 1.07rem;
    line-height: 1.6rem;
}

.card-publicacao{
    border: 0px;
    border-radius: 15px;
    background: transparent;
}
.card-publicacao:before{    
    border-radius: 15px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: #fff;
    z-index: -4;
}

.card-publicacao .card-header{
    border: 0px;
    display: flex;
    align-items: center;
    color: #000;
}
.card-publicacao .card-header .avatar{
    border-radius: 50%;
}
.card-publicacao .card-footer{
    border-top: 1px solid #E6E7EC !important;
}
.card-publicacao .card-body{
    padding: 15px 15px;
    position: relative;
    background: transparent;
}
.card-publicacao .card-body img{
    border-radius: 8px;
}
/*
.card-publicacao .card-body:before{
    background: #EB2C2C;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 35%;
    content: '';
    position: absolute;
    z-index: -2;
}
.card-publicacao .card-body:after{
    background: #F59696;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 45%;
    content: '';
    position: absolute;
    z-index: -3;
}
.card-publicacao .fundo-espelhado{
    background: url(../img/fundo-publicidade.png) top left repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60%;
    content: '';
    position: absolute;
    z-index: -1;   
}*/


.card-equipe{
    color: #fff;
    font-size: 1.07rem;
    position: relative;
    text-align: center;
    padding: 15px 15px 30px 15px;
}
.card-equipe:before{
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 90px);
    content: '';
    position: absolute;
    z-index: -1;   
    background: #CF3840;
    border-radius: 20px;
}
.card-equipe .avatar{
    border-radius: 50%;
    height: 180px;
    width: 180px;
}
.card-equipe h4{
    font-size: 1.4rem;
    margin-bottom: 4px;
}

.section-borda-topo{
    position: relative;
}
.section-borda-topo:before{
    top: 0px;
    left: calc(50% - 50px);
    width: 200px;
    height: 6px;
    border-radius: 100px;
    background: #CF3840;
    content: '';
    position: absolute;
}


.card-agenda{
    border-radius: 15px;
    background: #2E1A1A;
    display: flex;
    align-items: center;
    padding: 11px 16px;
    position: relative;
}
.card-agenda .datas{
    height: 100%;
    border-radius: 15px;
    background: #CF3840;
    padding: 12px 8px;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    margin-right: 20px;
}
.card-agenda .datas span{
    display: block;
    line-height: 1em;
}
.card-agenda .datas span.dia{
    font-size: 3.2rem;
}
.card-agenda .texto h3{    
    font-size: 1.6rem;
    font-weight: 700;
}
.card-agenda .texto span{
    font-size: 1.2rem;
}

.section-galeria{
    background: #2E1A1A;
}


footer .submenu li {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.07rem;
    font-weight: 600;
}
footer .submenu i {
    font-size: 6px;
    color: #97CB6B;
    margin-right: 4px;
}
footer .navbar-brand {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    display: flex;
    align-items: center;
}
footer .navbar-brand img {
    border-radius: 8px;
    width: 70px;
    height: 49px;
}

.section-conteudo ul{
    font-size: 1.27rem;
    line-height: 1.8em;
    list-style: inside;
}

.fotos-destaque .item1{
    width: 172px;
    padding-left: 4px;
    padding-right: 4px;
}
.fotos-destaque .item1 img{
    border-radius: 8px;
}


/*MODAL*/
.modal-contato{
    border-radius: 15px;
    color: #000;
}
.modal-contato .modal-footer,
.modal-contato .modal-header{
    padding-left: 2rem;
    padding-right: 2rem;
    border: 0px;
}
.modal-contato .modal-header h5{
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 0px;
}
.modal-contato .modal-header i{
    font-size: 3rem;
    color: #CF3840;
}

.modal-contato .modal-body{
    padding: 1rem 2rem;
}

.modal-contato .btn-contato{
    border-radius: 5px;
    background: #a89773;
    border-color: #a89773;
    font-size: 1.06rem;
    font-weight: 700;
    padding: 12px 20px;
}
.modal-contato .input-group {
    border: 1px solid #fff !important;
    background: #f5f5f5;
    border-radius: 8px !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    overflow: hidden;
}
.modal-contato .input-group .input-group-text{
    background: transparent;
    border: 0px;
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    color: #CF3840;
}
.modal-contato .input-group input.form-control{
    height: 46px;
    background: transparent;
    line-height: 50px;
    color: #4E4E4E;
    border: 0px;
    font-size: 1.17rem;
}
.modal-contato .input-group textarea.form-control{
    background: transparent;
    line-height: 50px;
    color: #4E4E4E;
    border: 0px;
    font-size: 1.17rem;
}


.botoes-contato-header{
    border-radius: 15px;
    padding: 8px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    line-height: 1.3em;
}
.botoes-contato-header .btn  {
    display: flex ;
}
.botoes-contato-header .btn i {
    margin-right: 8px;
    background-color: #eeeeee;
    color: #fff;
    border-radius: 50%;
    height: 42px !important;
    width: 42px !important;
    line-height: 42px !important;
    font-size: 1.4rem !important;
}
.botoes-contato-header .btn.btn-telefone i {
    color: #18bc9c !important;
}

.botoes-contato-header .btn div{
    text-align: left;
}
.botoes-contato-header .btn div small{
    font-size: 0.85rem
}
.botoes-contato-header .btn div .contato-nome{
    font-size: 1.1rem !important;
    font-weight: 600;
    display: block;
    margin-top: 0px;
}




.body-interna{
    position: relative;
}
.body-interna main{
    margin-top: 0px;
}
.body-interna:before{
    background: url("../img/fundo-destaque.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 231px;
    z-index: -3;
}
.body-interna:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 231px;
    z-index: -2;
    background: linear-gradient(180deg, #180000 10%, rgba(24, 1, 1, 0.57) 71.5%, rgba(24, 1, 1, 0.00) 99.99%, #180101 100%);
    /*background:  linear-gradient(180deg, rgba(27, 44, 28, 0.00) -21.61%, rgba(26, 43, 27, 0.47) 24.89%, #1A2B1B 78.39%);*/
}
.body-interna .fundo-destaque{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 232px;
    background: linear-gradient(180deg, #180000 10%, rgba(24, 1, 1, 0.57) 71.5%, #180101 99.56%, rgba(24, 1, 1, 0.00) 99.99%);
    z-index: -1;
}



.btn-contato-modal {
    position: relative;
    padding: 4px;
    margin-bottom: 8px;
    border-radius: 50rem!important;
    border: 1px solid #ddd;
    display: inline-block;
}
.btn-contato-modal .icone2 {
    border-radius: 50px!important;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    width: auto;
    height: 36px;
    text-align: center;
    line-height: 38px;
}


.btn-contato-modal .icone1 {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 38px;
    margin-right: 4px;
    border-radius: 50%;
}
.btn-contato-modal .num{
    font-size: 1.1rem;
    font-weight: 700;
}
.btn-contato-modal .num small{
    font-size: 0.83rem;
    font-weight: 400;
}

.btn-contato-whatsapp-modal{
    color: #18bc9c;
    border-color: #18bc9c;
}
.btn-contato-whatsapp-modal .icone2 {
    background-color: #28a745;

}
.btn-contato-whatsapp-modal .icone1 {
    background-color: #28a745;
    color: #fff;
}
.btn-contato-whatsapp-modal:hover{
    color: #18bc9c;
    border-color: #18bc9c;
    text-decoration: none;
}

.btn-contato-telefone-modal{
    color: #000;
    border-color: #95a5a6;
}
.btn-contato-telefone-modal:hover{
    color: #000;
    text-decoration: none;
}
.btn-contato-telefone-modal .icone2 {
    background-color: #18bc9c;
    color: #fff;

}
.btn-contato-telefone-modal .icone1 {
    background-color: #eee;
    color: #18bc9c;
}





.card-publicacao2{
    border: 1px solid #F3F3F4;
    border-radius: 8px;
    overflow: hidden;
}
.card-publicacao2 .card-footer{
    border-top: 1px solid #F3F3F4;
    background: none;
    font-size: 0.83rem;
    display: flex;
    align-items: center;
}
.card-publicacao2 .card-footer .btn{
    padding: 0rem 10px;
}
.card-publicacao2 .card-title{
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000;
    text-transform: uppercase;
}
.card-publicacao2 .badge-primary{
    font-size: 0.83rem;
    background: #4C00BD;
    border-radius: 16px;
    font-weight: 400;
    padding: 8px 16px;
}
.card-publicacao2  .card-text{
    font-size: 13px;
}