html,
body {
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
}

a,
a:link {
    text-decoration: none;
    cursor: pointer;
}

h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.2rem;
}

h3 {
    font-size: 1.8rem;
    line-height: 2rem;
}

h4 {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

h6 {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

p {
    font-size: 1rem;
    line-height: 1.4rem;
}

figure {
    margin: 0px;
    padding: 0px;
    margin-inline: none;
    margin-block: none;
}

.has-text-align-center {
    text-align: center;
}

.wp-block-heading {
    margin-right: 40px;
}

.wp-block-heading {
    color: #D19800;
    margin-top: 0px;
    margin-block: none;
    margin-inline: none;
}

.wp-block-columns {
    margin-bottom: 40px;
}

p.has-text-align-center {
    margin-bottom: 40px;
}

.container {
    width: auto;
    margin: 20px;
}

@media (min-width: 1240px) {
    .container {
        width: 1200px;
        margin: 0px auto;
    }
}

.flex {
    display: block;
}

.between {
    justify-content: space-between;
}

@media (min-width: 1240px) {
    .flex {
        display: flex;
    }
}

button {
    display: block;
    padding: 10px;
    line-height: 20px;
    text-align: 1rem;
    color: #840;
    background-color: #fd7;
    border: none;
    border-radius: 5px;
}

button.blue {
    background-color: #0077ee;
    color: #fff;
}

header {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0px;
}

.header-space {
    height: 100px;
    display: block;
}

.col3 {
    width: 100%;
    flex: 0 0 100%
}

@media (min-width: 1240px) {
    .col3 {
        width: 23%;
        flex: 0 0 23%;
    }
}

.col4 {
    width: 100%;
    flex: 0 0 100%
}

@media (min-width: 1240px) {
    .col4 {
        width: 30%;
        flex: 0 0 30%;
    }
}

.col6 {
    width: 100%;
    flex: 0 0 100%
}

@media (min-width: 1240px) {
    .col6 {
        width: 45%;
        flex: 0 0 45%;
    }
}

.divider {
    border-bottom: 2px solid #ccc;
    height: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
}

.relative {
    position: relative;
}

.buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;



}

.logo {
    flex: 0 0 auto;
}

.header-menu {
    display: block;
    flex: 0 0 auto;
    padding: 20px 0px;
}

.header-menu ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header-menu ul li {
    display: block;
}

.header-menu ul li a {
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    color: #000;
    display: block;
}

.suporte {
    padding: 30px 0px;
}

.suporte .text {
    font-size: 12px;
}

.suporte .link {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
}

.button-header {
    padding: 30px 0px;
}

.banner h1 {
    margin-top: 100px;


}

.banner .flex {
    justify-content: space-between;
}

.image {
    width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

.detail {
    height: 100%;
    width: auto;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.indicator {
    padding: 40px 0px;
    display: block;
}

.indicator .flex {
    justify-content: center;
    gap: 40px;
}

.indicator .counter {
    font-size: 30px;
    line-height: 30px;
    margin-left: 15px;

}

.indicator .counter span {
    font-size: 35px;
    line-height: 30px;
}

.indicator .text {
    font-size: 20px;
    margin-left: 15px;
}

.indicator .col3 {
    border-left: 6px solid #fd7;
    display: block;
    box-sizing: border-box;
}



.solucoes-home {
    padding: 40px 0px;
}

.solucoes-home .panel {
    background-color: #FFDC4E;
    height: 400px;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.solucoes-home .section {
    margin-top: 250px;
    font-size: 18px;
    font-weight: 400;
    color: #840;
}

.solucoes-home h2 {
    font-size: 30px;
    font-weight: 600;
    color: #840;
}

.solucoes-home .subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #840;
}

.solucoes-home h3 {
    font-size: 1rem;
    color: #D19800;
}

.solucoes-home .col3 {
    text-align: center;
}

.solucoes-home .icon {
    background-color: #FFE5A1;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}

.solucoes-home .icon img {
    position: absolute;
    top: -10%;
    right: -10%;
}

.solucoes-home .flex {
    gap: 30px;
}

.link.yellow {
    color: #D19800;
    font-weight: 600;
    text-decoration: none;
}

.solucoes {
    padding: 40px 0px;
    background-color: #FFF7E2;
}

.solucoes .white {
    background-color: #fff;
    color: #D19800;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.solucoes h2 {
    color: #9F7402;
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 15px 0px;
}

.solucoes .col4 h3 {
    color: #D19800;
    font-size: 1.2rem;
    margin: 5px 0px;
}

.solucoes .flex {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.solucoes .icon img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    background-size: cover;
}

.solucoes .col4 {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

@media (min-width: 1240px) {
    .solucoes .col4 {
        width: 32%;
        flex: 0 0 32%;
    }
}

.solucoes .col4 h3 {
    color: #D19800;
}

.wp-block-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}

.wp-block-column p {
    margin-right: 40px;
}

@media (min-width: 1240px) {
    .wp-block-column {
        flex: 1 1 48%;
    }
}

.wp-block-gallery {
    width: 100%;
}

.wp-block-column .wp-block-image img {
    width: 100%;
    height: auto;
}


.page {
    padding: 40px 80px;
}

.footer {
    background-color: #606060;
    color: #fff;
    padding: 40px 0px;
}

.footer .flex {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer .col3 {
    width: 100%;
    flex: 0 0 100%;
}

@media (min-width: 1240px) {
    .footer .col3 {
        width: 23%;
        flex: 0 0 23%;
    }
}



.footer h2 {
    margin: 0px;
    margin-bottom: 10px;
}

.footer h3 {
    font-size: 1rem;
    font-weight: bold;
    margin: 15px 0px;
}

.footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer ul li {
    margin: 5px 0px;
}

.footer ul li a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}

.footer ul li p {
    margin: 0px;
}

.footer .footer-contato li {
    margin: 0px;
}