:root {
    --roxo: #790aa9;
    --roxo_escuro: #65058d;
    --max_w_comp: 1000px;
    --texto_cinza: #474747;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
}

body {
    background-color: #ffffff;
}

img {
    display: block;
    max-width: 100%;
}

h3 {
    font-family: Verdana, Geneva, sans-serif;
}

section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 15px 15px 15px;
}

section>.ctn_center {
    width: 100%;
    max-width: var(--max_w_comp);
}

.ctn_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    z-index: 9;
}

.ctn_btn .btn {
    background: linear-gradient(90deg, rgba(110, 33, 143, 1) 0%, rgba(168, 34, 230, 1) 100%);
    padding: 10px 15px;
    border-radius: 100px;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.5);
    animation: btn_pulse 1.5s infinite;
    transition: transform 0.2s;
}

@keyframes btn_pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(121, 10, 169, 0.3);
    }

    70% {
        transform: scale(1.03);
        box-shadow: 0 0 0 10px rgba(121, 10, 169, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(121, 10, 169, 0);
    }
}

.ctn_btn .btn:hover {
    scale: 1.03;
    border-radius: 10px;
}

.sec_top {
    padding: 20px 15px 0 15px;
    background-color: #fbfaff;
    background: linear-gradient(45deg, rgba(110, 33, 143, 0.05) 0%, rgba(168, 34, 230, 0.2) 100%);
}

.sec_top .ctn_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_top .left {
    width: 50%;
}

.sec_top .right {
    width: 50%;
}

.sec_top .left h2 {
    color: var(--roxo);
    font-size: 40px;
    font-weight: 600;
    font-family: Georgia, "Times New Roman", serif;
}

.sec_top .left h2 span {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    color: var(--roxo_escuro);
}

.sec_top .left p {
    color: var(--texto_cinza);
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
}

.sec_top .left p span {
    color: var(--roxo);
    font-weight: 600;
}

.sec_top .right img {
    width: 100%;
}

.sec_top .ctn_btn {
    justify-content: flex-start;
}

.sec_marca {
    padding: 30px 15px 0 15px;
    background-color: #ffffff;
}

.sec_marca .ctn_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_marca .text {
    width: 50%;
}

.sec_marca .text h3 {
    color: var(--roxo_escuro);
    font-size: 30px;
    font-weight: 500;
}

.sec_marca .text h3 b {
    color: var(--roxo);
    font-weight: 700;
}

.sec_marca .text p {
    color: var(--texto_cinza);
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.sec_marca .text h5 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: var(--texto_cinza);
}

.sec_marca .text h5 b {
    color: #000000;
    font-weight: 700;
}

.sec_marca .text h5 span {
    color: var(--roxo);
}

.sec_marca .ctn_img {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-left: 30px;
}

.sec_marca img {
    width: 100%;
}

.sec_pq {
    border-radius: 30px 30px 0 0;
    background: linear-gradient(0deg, rgba(110, 33, 143, 0.05) 0%, rgba(168, 34, 230, 0.2) 100%);
    padding-top: 30px;
}

.sec_pq .text {
    width: 100%;
}

.sec_pq .text h3 {
    text-align: center;
    color: var(--roxo_escuro);
    font-size: 30px;
    font-weight: 600;
}

.sec_pq .text h3 span {
    color: var(--roxo);
    font-weight: 700;
}

.sec_pq .text p {
    text-align: center;
    color: var(--roxo_escuro);
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.sec_pq .flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 30px;
}

.sec_pq .flex .item {
    background-color: #ffffff;
    width: 45%;
    margin-top: 60px;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    box-shadow: -5px 5px 17px 0px rgba(0, 0, 0, 0.5);
}

.sec_pq .flex .item img {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
}

.sec_pq .flex .item h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--roxo_escuro);
}

.sec_pq .flex .item p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--texto_cinza);
}

.sec_part {
    background: linear-gradient(180deg, rgba(110, 33, 143, 0.05) 0%, rgba(168, 34, 230, 0.2) 100%);
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 0 0 30px 30px;
}

.sec_part .ctn_center {
    position: relative;
}

.sec_part h3 {
    text-align: center;
    color: var(--roxo_escuro);
    font-size: 30px;
    font-weight: 600;
}

.sec_part h3 span {
    color: var(--roxo);
    font-weight: 700;
}

.sec_part .flex {
    margin-top: 30px;
    width: 70%;
}

.sec_part .item {
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    padding: 5px;
}

.sec_part .item .icon {
    padding-right: 15px;
    width: 100px;
}

.sec_part .item .icon img {
    width: 100%;
}

.sec_part .item .text {
    width: calc(100% - 150px);
}

.sec_part .item .text h4 {
    color: var(--roxo);
    font-size: 20px;
    font-weight: 600;
}

.sec_part .item .text p {
    font-size: 14px;
    font-weight: 500;
    color: var(--texto_cinza);
    margin-top: 5px;
}

.sec_part .right img {
    position: absolute;
    bottom: -30px;
    right: -50px;
    height: calc(100% - 50px);
    max-width: 40%;
    z-index: 5;
}

.sec_part .right img.normal {
    display: block;
}

.sec_part .right img.opc {
    display: none;
}

.sec_opo {
    padding-bottom: 0;
}

.sec_opo .text {
    width: 100%;
}

.sec_opo .text h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--roxo);
}

.sec_opo .text p {
    margin-top: 15px;
    text-align: center;
    color: var(--texto_cinza);
    font-size: 16px;
    font-weight: 500;
}

.sec_opo .ctn_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

.sec_opo .ctn_img img {
    width: 50%;
}

footer {
    background-color: var(--roxo_escuro);
    padding: 5px;
}

footer a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

footer a span {
    text-decoration: underline;
}

@media screen and (max-width:800px) {
    .ctn_btn .btn {
        padding: 10px 12px;
        font-size: 14px;
        font-weight: 600;
    }

    section {
        padding: 20px 20px 20px 20px;
    }

    .sec_top {
        padding: 20px 20px 0 20px;
        background: linear-gradient(225deg, rgba(110, 33, 143, 0.05) 0%, rgba(168, 34, 230, 0.2) 100%);
    }

    .sec_top .ctn_center {
        flex-direction: column;
    }

    .sec_top .left,
    .sec_top .right {
        width: 100%;
    }

    .sec_top .left h2 {
        font-size: 30px;
    }

    /* .sec_top .left h2 br {
        display: none;
    } */

    .sec_top .left p {
        margin-top: 15px;
    }

    .sec_top .left p br {
        display: none;
    }

    .sec_top .right {
        padding-top: 20px;
    }

    .sec_top .ctn_img {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .sec_top .right img {
        width: 80%;
    }

    .sec_top .ctn_btn {
        justify-content: center;
        padding-top: 15px;
    }

    .sec_marca {
        padding: 30px 20px 0 20px;
        background-color: #ffffff;
    }

    .sec_marca .ctn_center {
        flex-direction: column;
    }

    .sec_marca .text,
    .sec_marca .ctn_img {
        width: 100%;
    }

    .sec_marca .text h3 {
        font-size: 27px;
        text-align: center;
    }

    .sec_marca .text h5 {
        font-size: 18px;
    }

    .sec_marca .ctn_img {
        padding-top: 30px;
    }

    .sec_pq .text h3 {
        font-size: 27px;
    }

    .sec_pq .text p {
        font-size: 18px;
    }

    .sec_pq .flex {
        justify-content: flex-start;
        padding-top: 10px;
    }

    .sec_pq .flex .item {
        width: calc(100% - 40px);
        margin-top: 50px;
    }

    .sec_pq .flex .item.inv {
        margin-left: 40px;
        box-shadow: 5px 5px 17px 0px rgba(0, 0, 0, 0.5);
    }

    .sec_pq .flex .item img {
        width: 80px;
        top: -40px;
        right: -40px;
    }

    .sec_pq .flex .item.inv img {
        right: unset;
        left: -40px;
    }

    .sec_pq .flex .item h4 {
        text-align: center;
        margin: 0 15px;
    }

    .sec_pq .flex .item p {
        margin-top: 5px;
    }

    .sec_part h3 {
        font-size: 27px;
    }

    .sec_part .flex {
        width: 100%;
    }

    .sec_part .item .icon {
        padding-right: 20px;
        width: 90px;
    }

    .sec_part .item .text {
        width: calc(100% - 100px);
    }

    .sec_part .item .text h4 {
        font-size: 18px;
    }

    .sec_part .right {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
    }

    .sec_part .right img {
        position: unset;
        bottom: 0;
        right: 0;
        max-width: 100%;
        width: 50%;
    }

    .sec_part .right img.normal {
        display: none;
    }

    .sec_part .right img.opc {
        display: block;
    }

    .sec_part .ctn_btn {
        padding-top: 0;
    }

    .sec_opo .text h3 {
        font-size: 27px;
    }

    .sec_opo .ctn_img {
        padding-top: 20px;
    }

    .sec_opo .ctn_img img {
        width: 70%;
    }
}