/*
// - - - - - - - - - - - - - - - - - - - - - - -
// R E D E I C D P / v0.0.1
// - - - - - - - - - - - - - - - - - - - - - - -
// deploy > v.00Jbond + WFOLKA
// Adonis Vieira
// https://wfolka.rf.gd/
// - - - - - - - - - - - - - - - - - - - - - - -
// a
// Back to Basics #Caius
// - - - - - - - - - - - - - - - - - - - - - - -
// #wf-202602031304
// #wf-202602031403
// - - - - - - - - - - - - - - - - - - - - - - -
*/
/* -- reset -- */
html, body, section, header, footer, div, ul, li, a, img, p, span, strong, b, i, em, h1, h2, h3, h4, h5, h6, hr, form, fieldset, label, input, button {
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

/* -- config -- */
body {
    background: #FFFFFF;
    color: #000000;
}

.error {
    color: #fff!important;
    background-color: #e35e58!important;
}

.msg {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 10px 0 !important;
    background: #ef8001;
    text-align: center;
    color: #FFFFFF;
    font-size: 23px;
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #495057;
}

::-webkit-scrollbar-thumb:hover {
    background: #343a40;
}

/* -- buttons -- */
.btn {
    background: none;
    border-radius: unset;
    padding: 15px 35px !important;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    font-weight: 700;
    transition: background 0.4s, color 0.4s;
    text-transform: uppercase;
}

.btn.btn-fill.btn-orange {
    border: 1px solid #ef8001;
    color: #ef8001;
}

.btn.btn-fill.btn-orange.active, .btn.btn-fill.btn-orange:hover, .btn.btn-fill.btn-orange:focus {
    background: #ef8001;
    color: #FFFFFF;
}

.btn.btn-block.btn-orange {
    border: 1px solid #ef8001;
    color: #FFFFFF;
    background: #ef8001;
}

.btn.btn-block.btn-orange.active, .btn.btn-block.btn-orange:hover, .btn.btn-block.btn-orange:focus {
    background: none;
    color: #ef8001;
}

.btn.btn-fill.btn-cyan {
    border: 1px solid #76d0ec;
    color: #76d0ec;
}

.btn.btn-fill.btn-cyan.active, .btn.btn-fill.btn-cyan:hover, .btn.btn-fill.btn-cyan:focus {
    background: #76d0ec;
    color: #FFFFFF;
}

.btn.btn-block.btn-cyan {
    background: #76d0ec;
    color: #FFFFFF;
    border: 1px solid #76d0ec;
}

.btn.btn-block.btn-cyan.active, .btn.btn-block.btn-cyan:hover, .btn.btn-block.btn-cyan:focus {
    background: none;
    color: #76d0ec;
}

.container-xxl {
    width: 95%;
    max-width: 1180px;
    position: relative;
    z-index: 1;
}

/* -- header -- */
.section.header {
    padding: 25px 0;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.section.header .row {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 60px;
}

.section.header .row .col {
    flex: 0;
    margin: 0;
    padding: 0;
}

.section.header .row .col:last-of-type {
    flex: 1 0 0;
}

.section.header a.brand {
    display: block;
}

.section.header a.brand img {
    display: block;
    pointer-events: none;
}

.section.header ul.menu {
    font-size: 0;
    vertical-align: middle;
}

.section.header ul.menu li {
    display: inline-block;
    margin: 0 15px 5px 0;
}

.section.header ul.menu li:last-child {
    margin: 0;
}

.section.header ul.menu li a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.4s;
}

.section.header ul.menu li a.active, .section.header ul.menu li a:hover, .section.header ul.menu li a:focus {
    color: #ef8001;
}

/* -- banner -- */
.section.banner {
    position: relative;
    background: #FFFFFF;
    margin: 132px 0 0;
}

.section.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../img/bg-mask.png') repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.02;
    display: block;
}

.section.banner .container-xxl {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.section.banner .row {
    margin: 0;
    padding: 0;
    width: 100%;
}

.section.banner .row .col {
    flex: unset;
    width: 55%;
    padding: 225px 30px 125px 80px;
}

.section.banner .row .col:last-of-type {
    width: 45%;
    margin: 0;
    padding: 0;
}

.section.banner .row .col .bg {
    width: 100%;
    height: 100%;
    background: url('../img/bg-banner.png') no-repeat top center / cover;
}

.section.banner .row .col h1 {
    color: #000000;
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.section.banner .row .col span {
    color: #ef8001;
    display: block;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
}

.section.banner .row .col p {
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 30px 0;
    text-transform: uppercase;
}

/* -- about -- */
.section.about {
    background: #000000;
    padding: 100px 0;
}

.section.about .row .col .bg {
    width: 100%;
    height: 100%;
    background: url('../img/bg-about.png') no-repeat top center / cover;
}

.section.about .row .col .img {
    width: 100%;
    height: 181px;
    background: url('../img/img-about.png') no-repeat top center / 100% auto;
}

.section.about .row .col h2 {
    padding: 40px 0;
    display: block;
    color: #ef8001;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.section.about .row .col p {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
}

.section.about .row .col .btn {
    color: #7cb723;
    text-align: center;
    display: block;
    padding: 20px !important;
}

.section.about .row .col .btn.active, .section.about .row .col .btn:hover, .section.about .row .col .btn:focus {
    color: #FFFFFF;
    background: #7cb723;
}

.section.about .row .col .btn img {
    display: block;
    margin: 15px auto 0;
}

/* -- target -- */
.section.target {
    background: #ffffff;
    padding: 130px 0 100px;
    position: relative;
}

.section.target:before, .section.target:after {
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    left: 10%;
}

.section.target:before {
    width: 65%;
    height: 4px;
    background: #2d224d;
}

.section.target:after {
    width: 25%;
    height: 12px;
    top: 66px;
    background: #ef8001;
}

.section.target .container-xxl {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.section.target .row {
    margin: 0;
    padding: 0;
    width: 100%;
}

.section.target .row .col {
    flex: unset;
    width: 45%;
    margin: 0;
    padding: 0;
}

.section.target .row .col:last-of-type {
    width: 55%;
    padding: 0 50px;
    text-align: center;
}

.section.target .row .col .bg {
    width: 100%;
    height: 100%;
    background: url('../img/bg-target.png') no-repeat top right / cover;
}

.section.target .row .col h2 {
    display: block;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    color: #000000;
}

.section.target .row .col ul li {
    display: flex;
    margin: 0 0 20px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.section.target .row .col ul li:last-child {
    margin: 0 0 50px;
}

.section.target .row .col ul li img {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.section.target .row .col ul li strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}

.section.target .row .col a.btn {
    margin: 0 auto;
}

/* -- working -- */
.section.working {
    background: #000000;
    padding: 100px 0;
}

.section.working .row .col h2 {
    display: block;
    text-align: center;
    color: #ef8001;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 60px;
}

.section.working .row .col .row {
    gap: 35px;
}

.section.working .row .col .row .col {
    color: #FFFFFF;
}

.section.working .row .col .row .col h3 {
    display: block;
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 20px;
}

.section.working .row .col .row .col h3 strong {
    color: #75d0ec;
    font-weight: normal;
    display: block;
}

.section.working .row .col .row .col:last-of-type h3 strong {
    color: #7cb723;
}

.section.working .row .col .row .col p {
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 50px;
}

.section.working .row .col .row .col h4 {
    display: block;
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 50px;
}

.section.working .row .col .row .col ul {
    border-left: 5px solid #ef8001;
    padding: 0 0 0 20px;
    margin: 0 0 50px;
}

.section.working .row .col .row .col ul li {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.section.working .row .col .row .col ul li:last-child {
    margin: 0;
}

/* -- timeline -- */
.section.timeline {
    background: #ffffff;
}

.section.timeline .container-xxl {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.section.timeline .row {
    margin: 0;
    padding: 0;
    width: 100%;
}

.section.timeline .row .col {
    flex: unset;
    width: 35%;
    padding: 0;
}

.section.timeline .row .col:last-of-type {
    width: 65%;
    margin: 0;
    padding: 0 30px 0 0;
}

.section.timeline .row .col .bg {
    width: 100%;
    height: 100%;
    background: url('../img/bg-timeline.png') no-repeat top center / cover;
}

.section.timeline .row .col h2 {
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    padding: 75px 0 45px 40px;
    text-transform: uppercase;
}

.section.timeline .row .col ul {
    margin: 0 0 75px;
}

.section.timeline .row .col ul li {
    margin: 0 0 10px;
    padding: 20px 0;
    text-transform: uppercase;
    position: relative;
}

.section.timeline .row .col ul li:nth-child(1) {
    background: #ffe100;
}

.section.timeline .row .col ul li:nth-child(2) {
    background: #7cb723;
}

.section.timeline .row .col ul li:nth-child(3) {
    background: #76d0ec;
}

.section.timeline .row .col ul li:nth-child(4) {
    background: #ff2b2b;
}

.section.timeline .row .col ul li:last-child {
    margin: 0;
}

.section.timeline .row .col ul li span {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    transform: rotate(-90deg);
    position: absolute;
    top: 22px;
    left: -62px;
    text-align: center;
    width: 85px;
    border-bottom: 5px solid #FFFFFF;
}

.section.timeline .row .col ul li:nth-child(1) span {
    background: #ffe100;
}

.section.timeline .row .col ul li:nth-child(2) span {
    background: #7cb723;
}

.section.timeline .row .col ul li:nth-child(3) span {
    background: #76d0ec;
}

.section.timeline .row .col ul li:nth-child(4) span {
    background: #ff2b2b;
}

.section.timeline .row .col ul li em {
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    font-style: normal;
    margin: 0 15px;
    width: 225px;
    text-align: center;
    border-right: 5px solid #FFFFFF;
}

.section.timeline .row .col ul li strong {
    display: inline-block;
    font-size: 17px;
    line-height: 19px;
}

/* -- form -- */
.section.form {
    position: relative;
}

.section.form:before {
    content: '';
    width: 40%;
    height: 100%;
    background: url('../img/bg-inscricao.png') no-repeat center right / auto 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    /* opacity: 0.14; */
    display: block;
}

.section.form:after {
    content: '';
    width: 50%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
}

.section.form .row .col {
    flex: unset;
}

.section.form .row .col:first-of-type {
    padding: 65px;
    background: #FFFFFF;
    width: 70%;
}

.section.form .row .col h2 {
    color: #28211a;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    display: block;
    font-weight: 700;
    margin: 0 0 30px;
}

.section.form .row .col p {
    display: block;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #28211a;
    width: 100%;
    max-width: 435px;
}

.section.form .row .col form fieldset {
    text-align: center;
}

.section.form .row .col form fieldset label {
    margin: 0 1% 20px;
    text-align: left;
    width: 47%;
}

.section.form .row .col form fieldset label.box100 {
    width: 97%;
}

.section.form .row .col form fieldset label input[type="text"] {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #28211a;
    border-bottom: 5px solid #28211a;
    border-radius: unset;
    padding: 10px;
}

.section.form .row .col form fieldset input[type="submit"] {
    margin: 20px auto 0;
}

/* -- who -- */
.section.who {
    background: #000000;
    position: relative;
}

.section.who:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../img/bg-mask.png') repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.14;
    display: block;
}

.section.who .row .col .bg {
    width: 100%;
    height: 100%;
    background: url('../img/bg-who.png') no-repeat center / auto 400px;
}

.section.who .row .col:last-of-type {
    padding: 150px 0;
}

.section.who .row .col h2 {
    font-size: 40px;
    display: block;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.section.who .row .col p {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
}

/* -- foundation -- */
.section.foundation {
    background: #004b73;
}

.section.foundation .container-xxl {
    background: url('../img/bg-foundation.png') no-repeat center right;
}

.section.foundation .row .col:first-of-type {
    padding: 120px 0;
}

.section.foundation .row .col img {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    max-width: 432px;
}

.section.foundation .row .col p {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 25px;
}

.section.foundation .row .col a.btnInsta {
    display: inline-block;
    margin: 0 0 0 20px;
    line-height: 30px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 16px;
}

.section.foundation .row .col a.btnInsta img {
    display: inline-block;
    width: 30px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

/* -- footer -- */
.section.footer {
    background: #ffffff;
    padding: 40px 0;
    border-bottom: 20px solid #000000;
}

.section.footer .row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.section.footer .row .col:nth-child(1) {
    flex: unset;
    width: 30%;
}

.section.footer .row .col:nth-child(2) {
    flex: unset;
    width: 220px;
}

.section.footer .row .col img {
    display: block;
    margin: 0 0 15px;
}

.section.footer .row .col p {
    display: block;
    font-size: 16px;
    line-height: 19px;
}

.section.footer .row .col ul li a {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.4s;
}

.section.footer .row .col ul li a.active, .section.footer .row .col ul li a:hover, .section.footer .row .col ul li a:focus {
    color: #ef8001;
}

.section.footer .row .col form fieldset label {
    display: block;
    margin: 0 0 20px;
}

.section.footer .row .col form fieldset label em {
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    margin: 0 0 5px;
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
}

.section.footer .row .col form fieldset label input[type="email"] {
    display: block;
    color: #28211a;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    border: 2px solid #000000;
    border-radius: 50px;
    width: 100%;
}

.section.footer .row .col form fieldset input[type="submit"] {
    display: block;
    width: 100%;
}
