@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&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: #000;
    height: 100%;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/*
@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;
    }
}

.text-info{
    color:#157E9C !important;
}


.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){
    padding-top: 45px;
    padding-bottom: 45px;
}


a{
    color: #2D2E2F;
}
a:hover{
    color: #000;
}
h1,h2, h3, h4, h5, h6{
   /* letter-spacing: -0.04em;*/
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 0px;
}


header{
    background: #0f0832;
    height: 73px;
}

header .navbar-nav .nav-link{
    font-weight: 600;
    color: #fff;
    padding-right: 12px !important;
    padding-left: 12px !important;
    display: block;
}

.btn-quote{
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background: #157E9C;
    border-color: #157E9C;
    text-align: left;
    transition: all 0.2s ease, visibility 0s;
    line-height: 1.2em !important;
}
.btn-quote strong{
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 4px;
}

.section-destaque{
    background: url(../img/topo-min.jpg) center bottom no-repeat;
    background-size: cover;
}
.section-destaque .destaque{
    padding-top: 45px;
    padding-bottom: 45px;
}
.section-destaque .destaque h1{
    color: #fff;
    font-weight: 700;
    font-size: 3.87rem;
    margin-top: 30px;
    margin-bottom: 30px;
}
.section-destaque .destaque h1 span{
    color: #157E9C;
    font-weight: 700;
}
.section-destaque .destaque h1 small{
    display: block;
    font-weight: 700;
    font-size: 3rem;
}

.card-quote{
    border-radius: 0px 0px 30px 30px;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    background-color: #1d67cdcc;
    border: 0px;
}
.card-quote .card-body{
    padding: 20px 60px;
    color: #fff;
}
.card-quote .form-group label{
    font-size: 0.85rem;
}
.card-quote .form-group .form-control {
    border-radius: 15px;
    line-height: 40px;
}
.card-quote .form-group input.form-control{
    height: 40px;
}
.card-quote .form-group .btn{
    border-radius: 30px;
    padding-left: 45px;
    padding-right: 45px;
    font-weight: 600;
    height: 42px;
}
.card-quote .card-header{
    border: 0px;
    text-align: center;
    background: #1d2d2e;
    padding-top: 20px;
    padding-bottom: 20px;
}
.card-quote .card-header h3{
    font-weight: 600;
    color:#FFC325;
}

@media(max-width: 576px){
    .section-destaque .destaque{
        text-align: center;
    }
    .section-destaque .destaque h1{
        font-size: 3.4rem;
    }
}

.section-conteudo{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f8f5fe;
}
.section-conteudo h2{
    font-size: 2.13rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.section-conteudo p{
    font-size: 1.07rem;
    line-height: 1.6em;
}

@media(max-width: 576px){
    .section-conteudo{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section-about{
    background: #f8f5fe url(../img/fundo-abou7t.jpg) right top no-repeat;
    background-size: contain;
}

.section-trust{
    background: url(../img/your-trust-min.png) center top no-repeat;
    background-size: cover;
    color: #fff;
}

.section-trust .item{
    display: flex;
    align-items: start;
}
.section-trust .item strong{
    margin-bottom: 4px;
}
.section-trust .item span{
    font-size: 0.9rem;
}
.section-trust .container{
    max-width: 880px;;
}


.section-chamada{
    background: #157e9c;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;

}
.section-chamada h2{
    font-size: 2.67rem;
    font-weight: 400;
}
.section-chamada h2 strong{
    font-weight: 800;
}

@media(max-width: 576px){
    .section-chamada h2{
        font-size: 2rem;
    }
    .section-chamada h2 strong{
        display: block;
        margin-top: 4px;
    }
}


footer{
    background: url(../img/footer-image-min.png) center center no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 15px;
    color: #fff;
}
footer p{
    font-size: 0.87rem;
}

footer .redes-sociais a{
    display: inline-block;
    color: #ffffffba;
    font-size: 2rem;
}
footer h3{
    font-weight: 700;
    margin-bottom: 15px;
}

footer .link-areas a{
    display: block;
    margin-bottom: 12px;
    padding-bottom: 8px;
    color: #fff;
    border-bottom: 1px solid #ffffffba;
}

footer .contact-item i{
    font-size: 1.8rem;
}


#flutuante {
    position: fixed;
    right: 30px;
    bottom: 30px;
}