@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background: #1c1c1c;
}

.logo {
    padding: 5vh 0px;
    text-align: center;
    background: #fff;
}

.logo img {
    width: 60%;
}

.content {
    background: #ecebe8;
    max-width: 720px;
    min-height: 100vh;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #000000;
    padding-bottom: 120px;
}

.content-a {
    padding: 0 40px;
    margin-top: -200px;
    padding-bottom: 30px;
}

.content-a .item {
    display: inline-block;
    background: #042212e3;
    color: white;
    font-size: 18px;
    font-weight: 900;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 5px;
    text-wrap: nowrap;
}

.content-b {
    padding: 40px;
    color: black;
    background: #fff;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}

.content-c {
    padding: 40px 40px;
    background: #fff;
}

.content-c .item {
    display: block;
    color: black;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.content-d {
    display: flex;
    flex-wrap: wrap;
}

.content-d img {
    width: 50%;
}

.content-e {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    background: #542e74;
    color: white;
    padding: 40px;
}

.content-e .value-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 40px;
}

.content-e .value-flex .item {
    background: #fff;
    color: #542e74;
    font-weight: 900;
    padding: 15px 30px;
    border-radius: 10px;
}

.content-e .value-flex .item i {
    font-size: 30px;
    vertical-align: bottom;
    margin-right: 15px;
}

@media only screen and (max-width: 720px) {
    .content-e .value-flex {
        flex-direction: column;
        gap: 10px;
    }
    .content-e .value-flex .item {
        text-align: center;
    }
}

.content-f {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    background: #fff;
    color: black;
    padding: 40px;
}

.content-g {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: black;
    padding: 40px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0px auto;
}

.content-h {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    background: #381a52;
    color: #fff;
    padding: 40px;
}

.floating-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}

.whatsapp-btn {
    display: inline-block;
    background: #25d366;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #0000002e;
}

.whatsapp-btn i {
    font-size: 25px;
    vertical-align: sub;
    margin-right: 10px;
    font-weight: 600;
}