@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {

    font-family: 'Satoshi Medium';
    background-color: #f7f7f7;
}

h1 {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    color: rgb(36, 42, 50);
    font-weight: 500;
    line-height: 56px;
}

h3 {
    margin-top: 10px;
    color: #606060;
    font-weight: 400;
}

.w90 {
    width: 90%;
}

.stiquer {
    background-image: url('../img/bgAzul.jpg');
}

.stick {
    height: 40px;
    padding: 9px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;

}

.bgMenu {
    background-color: #fff;
    border-bottom: solid 1px #f3f3f3;
    padding: 20px 0;
    position: sticky;
    z-index: 10;
}

.boxHeader {
    height: 257px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.owl-dots {
    display: none;
}

h3 {
    margin-top: 10px;
}

.box {
    height: 540px;
    background-color: #ffffff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
}



.padding140 {
    padding: 140px 0;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: var(--x-heading-color);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Satoshi, sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.h4,
h4 {
    font-size: 1rem !important;
}

.text-sm {
    font-size: .875rem !important;
    font-weight: 300;
    font-family: 'Satoshi regular', sans-serif;
    letter-spacing: 0.5px;
}

h1,
.h1 {
    font-size: 2.25rem !important;
}



.gap-10 {
    gap: 2.5rem !important;
}

.accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 33px 65px 36px 43px;
    transition: color .2s ease-out, background-color .2s ease-out, padding .2s ease;
    cursor: pointer;
    background-color: #f5f5f5;
}

.cvm {

    margin-bottom: 100px;
}

.cvm h6 {
    font-size: .875rem !important;
    font-weight: 300;
    font-family: 'Satoshi regular', sans-serif;
    letter-spacing: 0.5px;
    color: #626262;
}

.titulo {
    font-size: 4rem;
}

.bgTituloNosso {
    padding: 0 0 0 280px;
}

.criarconta {
    color: rgb(123 77 175) !important;
    font-weight: 600;
}

.btn-gradient-border {
    background: linear-gradient(90deg, #ffffff, #ffffff) padding-box, linear-gradient(90deg, #9C27B0, #7b4da0) border-box;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #673AB7 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 25px !important;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    border-radius: 100px;
}

.btn-gradient-border:hover {
    background: linear-gradient(90deg, #ffffff, #ffffff) padding-box, linear-gradient(90deg, #673AB7, #7b4da0) border-box;
    color: #673AB7 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transform: translateY(-1px);
}

footer {
    padding: 150px;
    background-color: black;
}

.btonZap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    z-index: 10;
    padding: 6px 15px;
    border-radius: 100px;
    font-size: 32px;

}

.boxes {
    background-color: #fff;
    padding: 20px;
    height: 370px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hBoxes {
    height: 130px;
}

.boxes .descricao {
    font-size: 22px;
    font-weight: bolder;
}

.boxes .titulo {
    font-size: 22px;
}

.boxes .icones {
    font-size: 52px;
}

.btonZap a {
    color: #fff !important;
}

.btnComprar {
    padding: 20px 100px;
    background-color: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .btnComprar {
        padding: 20px 80px;
        background-color: #000;
        color: #fff;
    }

    .bgTituloNosso {
        padding: 0 0 0 20px;
    }

    footer {
        padding: 40px;
        background-color: black;
    }

    .titulo {
        font-size: 2rem;
    }

    h1,
    .h1 {
        font-size: 2rem !important;
    }


    .boxHeader {
        height: 327px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .box {
        height: 520px;
        background-color: #ffffff;
        padding: 60px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-position: center;
        background-size: cover;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
        text-align: justify;
    }

}