
@import url('boot.css');
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/font-awesome/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    padding: 0px;
    margin: 0px;
}
html{
    font-size: 15px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    position: relative;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
}

:target {
    scroll-margin-top: .8em;
}

body{
    background-color: transparent;
    color: #234665;
    font-size: 1rem;
    line-height: 1.4em !important;
    height: 100%;
    font-weight: 400 !important;
    z-index: 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
a{
    color: #234665;
}
a:hover{
    color: #000;
    text-decoration: none;
}



/* MENU LATERAL */
body.menu-open{
    overflow: hidden;
}



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin: 0px;
    font-weight: 300;
    letter-spacing: -0.03em;
}

h1, .h1{
    font-size: 4.27rem;
}
h2, .h2{
    font-size: 2.4rem; /* title blocos*/
}
h3, .h3{
    font-size: 1.25rem;/* title empresas*/
}
h4, .h4{
    font-size: 1rem;;/* title oferts*/
}
h5, .h5{
    font-size: .87rem;/* title oferts*/
}

@media (max-width: 576px) {
    h1, .h1{
        font-size: 3rem;
    }
    h2, .h2{
        font-size: 1.8rem;
    }

}

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

/*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;
    }
}

.btn{
    padding: 0.5rem 1rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 4px;
}

.btn-link{
    color: #334155;
}
.btn-link:hover{
    color: #000;
    text-decoration: none;
}

small{
    font-size: 0.87rem;
}



/* MENU LATERAL */
body.menu-open{
    overflow: hidden;
}

#menu-lateral{
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -360px;
    width: 360px;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9999 !important;
    background-color: #fffffff2;
}

#menu-lateral-fundo{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .71);
    opacity: 86%;
    z-index: 9000 !important;
}

#menu-lateral-fundo.open{
    display: block;
}

#menu-lateral.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#menu-lateral .conteudoMenuHeader{
    background: #fff;
    padding: 2rem 3rem 2rem 1rem;
    position: relative;

    border-bottom: 1px solid #E2E2E2;
}
#menu-lateral .conteudoMenuHeader strong{
    display: block;
    color: #000;
}
#menu-lateral .conteudoMenuHeader .btn{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#menu-lateral .conteudoMenuHeader strong a{
    margin-left: 8px;
    display: inline-block;
    font-size: 1.2rem;
}

#menu-lateral .conteudoMenu{
    padding: 1rem 1rem;
    position: relative;
    height: 100%;
    overflow: hidden;
}
#menu-lateral .conteudoMenu .menu a{
    font-size: 1.27rem;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #141617;
}

#menu-lateral .conteudoBody{
    overflow-y: scroll;
}

#menu-lateral .fechar{
    position: absolute !important;
    top: 0px;
    right: 14px;
    font-size: 2em;
    padding: 4px;
    z-index: 3;
    color: #707070 !important;
    border: 0px !important
}
/* MENU LATERAL */


.text-primary{
    color: #011166;
}

.text-warning{
    color: #F39931 !important;
}


.btn-primary{
    background-color: #011166;
    border-color: #011166;
}
.btn-outline-primary{
    color: #011166;
    border-color: #DADCE0;
}

.btn-outline-primary:hover,
.btn-primary:hover{
    background-color: #011166;
    border-color: #011166;
}

.btn-lg{
    font-size: 1.13rem;
    min-height: 47px;
}
.btn-padrao{
    font-size: 0.93rem;
    font-weight: 700;
    min-height: 45px;
    line-height: 27px;
    padding-left: 30px;
    padding-right: 30px;
}



.form-control{
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    height: 47px;
    box-shadow: 2px 2px 2px #eee inset !important;
    padding: 0.375rem 1rem;
}
.form-group label{
    font-size: 1rem;
    font-weight: 700;
    color: #011166;
}

.form-group .input-group{
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    height: 47px;
    box-shadow: 2px 2px 2px #eee inset !important;
    overflow: hidden;
}
.form-group .input-group input,
.form-group .input-group select{
    background: none !important;
    border: 0px;
    box-shadow: none !important;
    outline: none !important;
    height: 41px !important;
    margin-right: 4px !important;
}
.form-group .input-group-text{
    background: none !important;
    border: 0px !important;
    padding-right: 0px !important;
    font-size: 1.2rem;
    color: #707070;
}


header .nav-link{
    font-size: 1.1rem;
}
header .nav-link-whatsapp{
    color: #fff;
    background: #24A860;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 20px !important;
    display: inline-block;
    margin-left: 8px;
}
@media(max-width: 576px){
    header .nav-link-whatsapp  {
        margin-left: auto;
    }
    header .nav-link-whatsapp span{
        display: none;
    }
    header .btn-padrao{
        padding-left: 15px;
        padding-right: 15px;
    }
}



.btn-destaque{
    font-size: 1.27rem;
    font-weight: 700;
    border-radius: 8px;
    border: 2px solid transparent !important;
    padding: 15px 30px;
}
.btn-destaque:hover{
    border: 2px solid transparent !important;
}
.btn-destaque.btn-warning{
    background: #F39931;
}
.btn-destaque.btn-success{
    background: #365711;
}
.btn-destaque-noborder,
.btn-destaque-noborder:hover{
    border: 0px !important;
}



.btn-destaque-grow{
    position: relative;
}
.btn-destaque-grow:before{
    content: '';
    padding: 4px;
    border: 2px solid #fff;
    border-radius:  4px;
    position: absolute;
     top: -7px;
    left: -4px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);

    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 0.5s;
    -webkit-animation-name: grow;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: grow;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    transition-property: -moz-transform;
    transition-duration: 0.5s;
    animation-name: grow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}



.btn-light{
    background: #ebe4e4;
}


.section{
    padding-top: 80px;
    padding-bottom: 80px;
}

@media(max-width: 576px){
    .section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.section-destaque{
    position: relative;
    color: #fff;
    font-size: 1.33rem;
    padding-top: 60px;
    padding-bottom: 0px !important;
    min-height: 66vh;
    line-height: 1.4em !important;
}
.section-destaque:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("/themes/site/assets/img/fundo-destaque.webp") center center no-repeat;
    background-size: cover;
    content: '';
    z-index: -2;
}
.section-destaque .head{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
    line-height: 1.1em;
}
.section-destaque .head strong{
    font-weight: 700;
}
.section-destaque h1{
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 30px;
}



@media(max-width: 576px){
    .section-destaque{
        text-align: center;
        min-height: 54vh;
    }
    .section-destaque:after{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #3c353270;
        content: '';
        z-index: -1;
    }
    .section-destaque .head{
        font-size: 1.4rem;
    }
    .section-destaque h1{

        font-size: 2.2rem;
        font-weight: 700;
    }

}

.titlePage h2{
    font-size: 2.4rem;
    font-weight: 700;
    color: #2C3E50;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.titlePage p{
    font-size: 1.27rem;
    line-height: 1.4em;
}

@media (max-width: 576px){
    .titlePage h2{
        font-size: 1.6rem;
        color: #486786;
    }

}


footer{
    background: #FAFBFB;
    padding-top:30px;
    padding-bottom:0px;
    font-size: 0.93rem;
}
footer .footer2{
    background: #FB8438;
    padding: 12px 15px;
    text-align: center;
    color: #fff;
}

footer .links {
    margin-bottom: 15px;
    color: #ccc;
}
footer .links a{
    font-weight: 600;
    color: #FB8438;
    margin-left: 6px;
    margin-right: 6px;
}
footer .links a:first-child{
    margin-left: 0px !important;
}

.btn-warning{
    /*background: #eb6219;*/
    background: #fa873a;
    border-color: #fa873a;
    color: #fff;
}

.botoesInterna .btn-destaque{
    padding-left: 10px;
    padding-right: 10px;
}
.botoesInterna .btn-telefone{
    font-weight: 400;
    /*border: 1px solid #eb621933;*/
}

.btn-telefone i{
    background-color: #eeeeee;
    color: #18bc9c;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 0.9rem;
    justify-content: center;
}
.btn-telefone small{
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    display: block;
}

@media(max-width: 576px){
    .botoesInterna .btn{
        width: 100%;
        display: block;
        margin-bottom: 12px;
    }
    .botoes .btn{
        width: 100%;
        display: block;
    }
    .btn-telefone small{
        text-align: center !important;
    }
}




.whatsapp-rodape{
    height: 73px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
}
.whatsapp-rodape img{
    height: 100%;
}



.section-clientes{
    padding-top: 20px;
    padding-bottom: 20px;
    background:#F2F2F2 ;
}

.container-video{
    max-width: 926px;
    margin-left: auto;
    margin-right: auto;
}
.container-video iframe{
    border-radius: 20px;
}

.icon{
    padding: 8px;
    background: #ffc107;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.icon i{
    font-size: 1.7rem;
}


.card-comofunciona{
    background: #F2F2F2;
    border: 0px;
    border-radius: 9px;
}
.card-comofunciona .card-body{
    padding: 30px;
    text-align: center;
    font-size: 1.13rem;
}
.card-comofunciona h3{
    font-size: 1.13rem;
    color: #F18C27;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}


.section-mensagem{
    background: #121F25;
    color: #fff;
    font-size: 1.13rem;
    line-height: 1.4em;
}
.section-mensagem .titlePage h2{
    color: #F3A002;
}
.section-mensagem .avatar{
    border-radius: 50%;
    border: 1px solid #fff;
}



.card-vantagens{
    background: #fff;
    border: 0px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 9px;
}
.card-vantagens .card-body{
    padding: 20px;
    line-height: 1.5em !important;
    font-size: 1.067rem;
}
.card-vantagens  h3{
    font-size: 1.2rem;
    color: #F18C27;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

.section-bggray{
    background: #F7F8FA;
}

.section-vantagens .titlePage h2{
    font-weight: 800;
}

.informacoes ul{
    font-size: 1.13rem;
    line-height: 1.5em;
    list-style-position: inside;
    margin-left: 21px;
}

.informacoes p{
    font-size: 1.13rem;
    line-height: 1.5em;
}


.lista-depoimentos .item{
    /*width: 33%;*/

}
.lista-depoimentos .depoimento {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    line-height: 1.6em;
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}


.lista-depoimentos .depoimento .texto{
    font-weight: 500;
    color: #939191;
    font-style: italic;
    font-size: 1.13rem;
}
.lista-depoimentos .depoimento .nome{
    margin-top: 15px;
}
.lista-depoimentos .depoimento .nome strong{
    display: block;
}

.lista-depoimentos .owl-dots{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.lista-depoimentos .owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    margin-left: 6px;
    margin-right: 6px;
}
.lista-depoimentos .owl-dots .owl-dot.active{
    background: #000 !important;
}


.section-planos .titlePage{
    font-size: 1.27rem;
}
.section-planos .titlePage h2{
    font-weight: 800;
}
.section-planos .titlePage p strong{
    font-size: 1.6rem;
    line-height: 1.5em;
}


.card-planos{
    border: 3px solid #D8DBE8;
    border-radius: 8px;
}
.card-planos.active{
    border-color: #FA5F00 !important;
}
.card-planos .card-body{
    padding: 22px 30px;
    line-height: 1.6em;
}
.card-planos .card-body .recomendado{
    font-weight: 700;
}
.card-planos.active .card-body   .recomendado{
     color: #FA5F00 !important;
 }
.card-planos .card-body .titulo{
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.27rem;
}
.card-planos .card-body .titulo h3{
    font-size: 1.87rem;
    font-weight: 700;
}
.card-planos .card-body .valor{
    margin-top: 28px;
    margin-bottom: 28px;
}
.card-planos .card-body .valor strong{
    font-size: 1.87rem;
    font-weight: 700;
}
.card-planos .card-body .btn{
    font-size: 0.93rem;
    height: 45px;
    border-radius: 8px;
    font-weight: 700;
    line-height: 28px;
    border: 0px;
}
.card-planos .card-body .btn.btn-warning{
    background: #F18C27;
    font-size: 1.2rem;
    color: #fff !important;
}
.card-planos .card-body .btn.btn-secondary{
    background: #878EAF;
}


.modal-content-site {
    border: 0px !important;
}
.modal-content-site .modal-title{
    font-size: 1.6rem;
    font-weight: 600;
    color: #F39931 !important;
    line-height: 1.2em;
}
.modal-content-site .modal-body,
.modal-content-site .modal-header{
    padding-left: 30px;
    padding-right: 30px;
    border: 0px !important
}

.modal-content-site .modal-body{
    font-size: 1.07rem;
    line-height: 1.6em;
}
.modal-content-site .modal-body ul{
    list-style-position: inside; font-size: 1.07rem;
    line-height: 1.6em;
}