html { 
    margin: 0 !important;
}
.container-section {
    /* background: url('../../../uploads/2022/09/COTA-NET-CAPA.jpg'); */
    background-size: cover !important;
}
.page-title {
    font-size: 4em !important;
    font-weight: 900;
    margin: 5px 0;
    color: #fff;
}
@media (max-width: 768px) {
    .content_page {
        width: 100% !important;
    }
    .page-title { 
        font-size: 2em !important;
    }
    .page-section {
        flex-wrap: wrap;
    }
}
.page-section {
    display: flex;
    /* align-items: center; */
    padding: 5%;
    background: #646464d4 !important;
}
.content_page {
    width: 73%;
    padding: 5%;
}
.content_page p {
    line-height: 1.5;
    font-size: 1.2em;
    color: #fff;
    font-weight: 200;
    margin-top: 10px;
}
form {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 35px 34px;
    border-radius: 1.25rem;
}
form .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
form .header h3 {
    color: var(--text-title);
    font-size: 20px;
    text-align: center;
}
form .header div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 240px;
    margin: 0 auto;
}
form .header div img {
    width: 6rem;
}
form .item-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
form input,
form textarea {
    width: 100%;
    height: 51px;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    background: #efefef;
    padding-left: 35px;
    font-weight: 400;
    margin: 13px 0 4px;
    font-size: 16px;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: var(--text-body);
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: var(--text-body);
}
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
    color: var(--text-body);
}
form input::placeholder,
form textarea::placeholder {
    color: var(--text-body);
}
form textarea {
    height: 171px;
}
form .btn-verde {
    width: 100%;
    height: 65px;
    background: var(--wp--preset--color--vivid-cyan-blue);
    color: #fff;
    border-radius: 3px;
    border: 0;
    font-size: 1rem;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    margin-top: 15px;
    font-weight: bold;
}
form .btn-verde:hover {
    background: #00d040eb;
    cursor: pointer;
}
.icon-form {
    position: absolute;
    margin: 30px 0px 0 11px;
    width: 16px;
    height: auto; 
}
textarea {
    padding: 13px;
}
.notify {
    width: 200px;
    position: fixed;
    background: #00d040eb;
    height: 50px;
    border-radius: 5px;
    top: 15px;
    right: 15px;
    transition: 1s;
}
.notify-text {
    font-size: 13px;
    /* font-weight: bold; */
    color: #fff;
    text-align: center;
    position: relative;
    top: 16px;
}
.notify-bar {
    width: 100%;
    height: 4px;
    background: #029300d6;
    position: absolute;
    bottom: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.content-page-category-destaque h2 {
    font-size: 17px;
    font-weight: 100;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
}
.fluxo {
    padding: 5%;
}
.title-fluxo {
    text-align: center;
    font-weight: 100;
}
.title-fluxo strong {
    color: orange;
}
.lista-fluxo {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}
.item-fluxo {
    width: 300px;
    margin: 10px 25px;
    text-align: center;
}
.item-fluxo img {
    width: 200px;
    height: auto;
}