@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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: #1E1E1E;
    height: 100%;
     font-family: "Inter", serif;
    font-optical-sizing: auto;
    background: #F8F9FF;
}
/*
@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: 30px;
}
@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: -2.08px;
    font-optical-sizing: auto;
    font-style: normal;
}

strong{
    font-weight: 700;
}

.btn{
    font-size: 1.27rem;
    height: 48px;
    line-height: 36px;
    color: #fff;

}

.btn i{
    font-size: 1.7rem;
    margin-right: 4px;
}
.btn-destaque{
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #8943BF;
    border-radius: 100px;
    font-weight: 700;    padding-left: 30px;
    padding-right: 30px;
}

.btn-whatsapp-gr{
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

/*HEADER*/
header{
    background: #0D0546;
    position: relative;
    height: 41px;
}
header .logo{
    position: absolute;
    top: 15px;
    left: calc(50% - 60px);
}
header .bandeira{
    position: absolute;
    top: 15px;
    right: 30px;
}
header .bandeira img{
    border-radius: 50%;
    border: 2px solid #fff;
}


.section-destaque{
    padding-top: 90px;
    position: relative;
    color: #fff;
}
.section-destaque:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0px;
    top: 0px;
    z-index: -2;
    background: rgb(117,71,209);
    background: linear-gradient(135deg, rgba(117,71,209,1) 0%, rgba(134,34,200,1) 53%, rgba(163,51,90,1) 96%);
}

.section-destaque:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: url(../img/fundo-destaque3.png?aX) right top no-repeat;
    background-size: cover;
}
.section-destaque h1{
    font-size: 3.73rem;
}
.section-destaque .lead{
    font-size: 1.6rem;
    max-width: 714px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4em;
}
.section-destaque .img-destaque{
    border-radius: 26px;
    padding: 15px;
    background: rgb(138 69 191 / 30%);
    padding: 30px;
    border: 1px solid rgb(255 255 255 / 30%);
}
.section-destaque .img-destaque img{
    width: 100%;
    border: 8px solid #fff;
    border-radius: 18px;
}
.section-destaque .btn:hover{
    color: #fff;
}

@media(max-width: 576px){
    .section-destaque h1 {
        font-size: 3.3rem;
    }
    .section-destaque .lead {
        font-size: 1.4rem;
    }
    .section-destaque .img-destaque{
        padding: 10px;
    }
}


.titulo-pagina h2{
    color: #8943BF;
    font-weight: 500;
    font-size: 3.4rem;
}
.titulo-pagina p{
    font-size: 1.27rem;
}

@media(max-width: 576px){
    .titulo-pagina h2{
        font-size: 2.7rem;
    }
}

.card-produto{
    border-radius: 15px;
    border: 0px;
}
.card-produto .card-title{
    font-size: 2.13rem;
    font-weight: 700;
    color: #8D17C3;
    letter-spacing: -0.96px;
}
.card-produto .descricao{
     font-size: 1.13rem;
}
.card-produto .valor{
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0px;
}

@media(max-width: 576px){
    .card-produto .card-title{
        font-size: 1.8rem;
    }
    .card-produto .descricao{
         font-size: 1rem;
    }
}


.section-contato{
   background: #8943BF;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #fff;
    font-size: 1.13rem;
}
.section-contato h2{
    font-size: 2.13rem;
    letter-spacing: -0.4px;
}

@media(max-width: 576px){
    .section-contato h2{
        font-size: 1.6rem;
        margin-top: 30px;
    }
}

footer{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}