html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
letter-spacing: .5px;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
display: block;
}
* {
box-sizing: border-box;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #224736;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease;
}
.spinner {
width: 40px;
height: 40px;
border: 4px solid rgba(0,0,0,0.1);
border-top: 4px solid #d4c270;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#content {
display: none;
} .slick-slider {position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus {outline: none; } .slick-list.dragging {cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after {display: table; content: ''; } .slick-track:after {clear: both; } .slick-loading .slick-track {visibility: hidden; } .slick-slide {display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide {float: right; } .slick-slide img {display: block; } .slick-slide.slick-loading img {display: none; } .slick-slide.dragging img {pointer-events: none; } .slick-initialized .slick-slide {display: block; } .slick-loading .slick-slide {visibility: hidden; } .slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden {display: none; } html {
scroll-behavior: smooth;
}
body {
font-family: 'Urbanist', sans-serif;
line-height: 1.2;
color: #fff;
background: #224736;
font-size: 16px;
}
.page {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 2;
background-color: #224736!important;
}
.center-content {
padding: 30px;
}
.general-header {
position: fixed;
width: 100%;
top: -80px;
left: 0;
padding: 30px;
display: flex;
align-items: center;
flex-direction: row;
gap: 16px;
transition: all 1s ease-in-out;
z-index: 100;
}
.general-header.visible {
top: 0;
}
.general-header div:nth-child(2) {
flex: 1;
}
.general-header p {
font-size: 12px;
}
.general-header strong {
flex: 1;
}
.general-header span {
width: 100%;
height: 1px;
background: #fff;
display: block;
}
.general-header img {
width: 50px;
}
[data-transition] {
opacity: 0;
transition: all 1s ease-in-out;
}
[data-transition].visible {
opacity: 1;
}
[data-transition] .word {
display: inline-block;
white-space: nowrap;
}
[data-transition] .letter {
display: inline-block;
overflow: hidden;
vertical-align: bottom;
}
[data-transition] .letter-inner {
display: inline-block;
transform: translateY(100%);
transition: transform 1s ease;
}
[data-transition].visible .letter-inner {
transform: translateY(0);
}
@media (min-width: 1200px) {
.general-header p {
font-size: 16px;
}
.center-content {
padding: 48px;
}
}
@media (min-width: 1800px) {
.center-content {
padding: 64px;
}
}  .page-1 {
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-1.webp)no-repeat right center/cover;
text-align: center;
}
.page-1-header {
width: 100%;
padding: 30px 30px 0 30px;
position: absolute;
top: 0;
left: 0;
text-align: left;
}
.page-1-header .logo {
display: flex;
align-items: center;
gap: 24px;
width: 100%;
justify-content: center;
}
.page-1-header .logo img {
max-width: 200px;
}
.page-1 .center-content {
padding-top: 90px;
}
.page-1 h1 {
font-size: 32px;
margin-bottom: 16px;
}
.page-1 h2 {
font-size: 16px;
margin-bottom: 24px;
}
.page-1 .button {
padding: 16px 32px;
border: 1px solid #fff;
display: inline-block;
color: #fff;
text-decoration: none;
transition: all .3s ease-in-out;
}
.page-1 .button:hover {
background: #fff;
color: #000;
}
@media (min-width:1200px) {
.page-1 h1 {
font-size: 60px;
max-width: 900px;
}
.page-1 h2 {
font-size: 24px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.page-1-header .logo:after {
content: '';
width: 100%;
height: 1px;
background: #fff;
display: block;
}
} .page-2 {
background: #224736 url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-2.webp)no-repeat bottom right/contain;
text-align: left;
align-items: flex-start;
position: sticky;
top: 0;
z-index: 1;
}
.page-2 .center-content {
padding: 100px 30px 0 30px;
}
.page-2 h2 {
font-size: 50px;
}
.page-2 h2 strong {
color: #d4c270;
}
@media (min-width:1200px) {
.page-2 {
justify-content: flex-start;
background-size: auto 80%;
align-items: center;
}
.page-2 .center-content {
padding: 0 0 0 48px;
}
.page-2 h2 {
font-size: 130px;
max-width: 900px;
max-width: 50%;
line-height: 1;
}
.page-1 h2 {
font-size: 24px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width:1800px) {
.page-2 {
background-size: auto 95%;
}
.page-2 .center-content {
padding: 0 0 0 64px;
}
} .page-3 h3 {
font-size: 10px;
color: #8edee3;
letter-spacing: 2px;
text-transform: uppercase;
}
.page-3 h2 {
font-size: 32px;
margin: 16px 0;
}
.page-3 h2 strong {
color: #d4c270;
}
.page-3 p + p {
margin-top: 16px;
}
.page-3 .slick-dots {
padding: 0 30px;
position: absolute;
bottom: 30px;
left: 0;
display: flex;
gap: 16px;
}
.page-3 .slick-dots button {
background: transparent;
color: #fff;
font-size: 16px;
padding: 0 0 8px 0;
border: 0;
border-bottom: 1px solid transparent;
font-family: 'Urbanist', sans-serif;
transition: all .3s ease-in-out;
opacity: .5;
cursor: pointer;
}
.page-3 .slick-dots .slick-active button {
border-color: #fff;
padding-right: 24px;
opacity: 1;
}
.page-inner {
min-height: 100vh;
display: flex!important;
align-items: center;
justify-content: center;
}
.page-inner .center-content > div:nth-child(1) {
flex: 0 0 60%;
}
.page-inner-1 {
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-3.webp)no-repeat center/cover;
}
.page-inner-2 {
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-4.webp)no-repeat center/cover;
}
.page-inner-3 {
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-5.webp)no-repeat center/cover;
}
.page-inner-4 {
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-6.webp)no-repeat center/cover;
}
.page-inner-2 .center-content, .page-inner-4 .center-content {
display: flex;
flex-direction: column-reverse;
}
@media (min-width: 1200px) {
.page-inner {
background-size: auto!important;
justify-content: flex-start;
}
.page-inner .center-content {
display: flex;
flex-direction: row;
padding-right: 48px;
}
.page-3 h3 {
font-size: 15px;
}
.page-3 h2 {
font-size: 80px;
}
.page-3 p {
font-size: 24px;
max-width: 400px;
margin: auto;
}
.page-3 .slick-dots {
padding-left: 48px;
bottom: 48px;
}
}
@media (min-width: 1600px) {
.page-inner .center-content {
display: flex;
flex-direction: row;
padding-right: 64px;
align-items: center;
}
.page-inner .center-content > div {
flex: 1;
}
.page-3 h2 {
font-size: 100px;
}
.page-3 .slick-dots {
padding-left: 64px;
bottom: 64px;
}
} .page-4 {
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-7.webp)no-repeat center/cover;
position: sticky;
top: 0;
z-index: 1;
opacity: 1!important;
}
.page-4 h2 {
font-size: 50px;
}
.page-4 h2 strong {
color: #d4c270;
}
@media (min-width: 1200px) {
.page-4 {
justify-content: flex-start;
}
.page-4 h2 {
font-size: 80px;
max-width: 60%;
line-height: 1;
}
}
@media (min-width: 1800px) {
.page-4 h2 {
font-size: 120px;
}
} .page-5 .center-content {
padding: 0;
}
.page-5 .center-content > div {
padding: 30px;
}
.page-5 .center-content div:nth-child(1) {
background: #0f3032;
}
.page-5 .center-content div:nth-child(2) {
background: #0c282a;
}
.page-5 p + p {
margin-top: 16px;
}
.page-5 p strong {
color: #d4c270;
}
.page-5 h2 {
font-size: 18px;
font-weight: 500;
color: #d4c270;
margin-bottom: 8px;
}
.page-5 p + h2 {
margin-top: 24px;
}
@media (min-width: 1200px) {
.page-5 .center-content {
flex: 1;
flex-direction: row;
display: flex;
}
.page-5 .center-content > div {
flex: 1;
padding: 130px;
}
.page-5 .center-content > div:nth-child(1) p {
font-size: 28px;
}
.page-5-content {
position: sticky;
top: 100px;
}
.page-5 h2 {
font-size: 25px;
font-weight: 500;
max-width: 70%;
}
.page-5 p + h2 {
margin-top: 48px;
}
.page-5 p {
font-size: 24px;
}
}
@media (min-width: 1800px) {
.page-5-content {
position: sticky;
top: 160px;
}
.page-5 .center-content > div {
padding: 160px;
}
.page-5 h2 {
font-size: 40px;
}
.page-5 .center-content > div:nth-child(1) p {
font-size: 32px;
}
} .page-6 {
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-9.webp)no-repeat bottom left/contain;
text-align: right;
align-items: flex-start;
position: sticky;
top: 0;
z-index: 1;
opacity: 1!important;
}
.page-6 .center-content {
padding: 100px 30px 0 30px;
}
.page-6 p {
font-size: 12px;
letter-spacing: 5px;
color: #d4c270;
text-transform: uppercase;
margin-bottom: 10px;
}
.page-6 h2 {
font-size: 40px;
}
.page-6 h2 strong {
color: #d4c270;
}
@media (min-width: 1200px) {
.page-6 {
background-size: auto 85%;
background-position: right bottom;
justify-content: flex-start;
text-align: left;
align-items: center;
}
.page-6 .center-content {
padding: 0 48px;
}
.page-6 p {
font-size: 15px;
margin-left: 8px;
}
.page-6 h2 {
font-size: 100px;
max-width: 60%;
line-height: 1;
}
}
@media (min-width: 1800px) {
.page-6 {
background-size: auto 90%;
}
.page-6 .center-content {
padding: 0 64px;
}
.page-6 h2 {
font-size: 160px;
max-width: 50%;
}
} .page-7 {
background-color: #0f3032!important;
display: block;
min-height: auto;
}
.page-7 h3 {
font-size: 18px;
text-align: center;
margin-bottom: 32px;
}
.page-7 h3 strong {
color: #d4c270;
}
.page-7-boxes {
padding: 1px;
}
.page-7-boxes .page-7-boxes-item {
padding: 30px;
border: 1px solid #fff;
}
.page-7-boxes h4:before {
content: '';
width: 17px;
height: 17px;
display: block;
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/icon-arrow.webp)no-repeat center/contain;
margin-bottom: 16px;
}
.page-7-boxes h4 {
color: #8edee3;
font-size: 18px;
margin-bottom: 16px;
}
.page-7 .slick-dots {
display: flex;
justify-content: center;
gap: 16px;
margin-top: 24px;
}
.page-7 .slick-dots button {
width: 10px;
height: 1px;
border: 0;
padding: 0;
background: #fff;
text-indent: -9999px;
overflow: hidden;
transition: .3s all ease-in-out;
}
.page-7 .slick-active button {
width: 40px;
}
@media (min-width: 1200px) {
.page-7 {
min-height: 100vh;
display: flex;
align-items: center;
}
.page-7 .center-content {
padding: 120px 48px;
}
.page-7 h3 {
font-size: 32px;
max-width: 70%;
margin: 0 auto 64px auto;
}
.page-7-boxes {
display: flex;
flex-direction: row;
gap: 32px;
}
.page-7-boxes .page-7-boxes-item {
padding: 40px;
min-height: 370px;
}
.page-7-boxes .page-7-boxes-item h4 {
font-size: 24px;
}
.page-7-boxes .page-7-boxes-item p {
font-size: 18px;
}
}
@media (min-width: 1800px) {
.page-7 .center-content {
padding: 120px 64px;
}
.page-7 h3 {
font-size: 40px;
}
.page-7-boxes .page-7-boxes-item {
padding: 64px;
}
} .page-8 {
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-11.webp)no-repeat right center/cover;
text-align: center;
}
.page-8 h2 {
font-size: 32px;
margin: 0 0 16px 0;
}
.page-8 h2 strong {
color: #d4c270;
}
.page-8 p {
margin-bottom: 24px;
}
.page-8-images {
display: flex;
gap: 24px;
justify-content: center;
align-items: center;
}
.page-8-images img {
max-height: 20px;
}
.page-8-images img:nth-child(2) {
max-height: 25px;
margin-top: 4px;
}
.page-8-boxes {
margin-top: 32px;
padding-top: 32px;
border-top: 1px solid #fff;
}
.page-8-boxes h4 {
font-size: 21px;
color: #8edee3;
font-weight: 600;
margin-bottom: 16px;
}
@media (min-width: 1200px) {
.page-8 h2 {
font-size: 64px;
}
.page-8 h2 + p {
font-size: 24px;
max-width: 40%;
margin: 0 auto 32px auto;
}
.page-8-images img, .page-8-images img:nth-child(2) {
max-height: none;
}
.page-8-images img:nth-child(2) {
margin-top: 10px;
}
.page-8-boxes {
padding-top: 64px;
display: flex;
flex-direction: row;
gap: 64px;
max-width: 80%;
margin: 64px auto 0 auto;
}
.page-8-boxes h4 {
font-size: 24px;
}
.page-8-boxes p {
font-size: 18px;
max-width: 80%;
margin: 0 auto;
}
}
@media (min-width: 1800px) {
.page-8 h2 {
font-size: 80px;
}
} .page-9 {
background-color: #071e1f!important;
text-align: center;
opacity: 1!important;
}
.page-9 h3 {
font-size: 24px;
margin: 0 0 24px 0;
}
.page-9 p {
margin-bottom: 32px;
}
.page-9 h3 strong {
color: #d4c270;
}
.page-9 .form-input + .form-input {
margin-top: 16px;
}
.page-9 .form-input input {
width: 100%;
height: 48px;
border: 1px solid #fff;
padding: 0 16px;
background: transparent;
color: #d2c274;
font-family: 'Urbanist', sans-serif;
font-size: 16px;
line-height: 48px;
}
.page-9 .form-input input::placeholder {
color: #d2c274;
}
.page-9 .form-input input[type="submit"] {
background: #d2c274;
color: #071e1f;
border-color: #d2c274;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
padding: 16px!important;
border-width: 1px;
border-color: #154245!important;
background: #154245;
color: #fff;
flex: 0	0 100%!important;
width: 100%;
margin: 0!important;
}
.wpcf7-not-valid-tip {
font-size: 12px!important;
margin-top: 10px;
display: block;
color: #fff!important;
}
@media (min-width: 1200px) {
.page-9 {
position: sticky;
top: 0;
}
.page-9 h3 {
font-size: 40px;
max-width: 80%;
margin: 0 auto 32px auto;
}
.page-9 p {
font-size: 18px;
max-width: 40%;
margin: 0 auto 60px auto;
}
.form-holder .wpcf7-form {
display: flex;
gap: 32px;
justify-content: center;
flex-wrap: wrap;
}
.form-holder .wpcf7-form > div {
flex: 1;
}
.form-holder .wpcf7-form p {
margin: 0;
padding: 0;
max-width: none;
}
.page-9 .form-input input {
font-size: 18px;
}
.page-9 .form-input + .form-input {
margin: 0;
}
.page-9 .form-input input {
height: 60px;
padding: 0 24px;
}
} .page-10 {
background: url(//kogalaw.com.br/site/wp-content/themes/kogalaw/id-assets/img/img-hero-13.webp)no-repeat center/cover;
text-align: center;
}
.page-10 .center-content:before {
content: '';
width: 200px;
height: 1px;
background: #fff;
display: block;
margin: 0 auto 120px auto;
}
.page-10 h3 {
font-size: 24px;
margin-bottom: 120px;
}
.page-10 .button {
padding: 16px 32px;
border: 1px solid #d2c274;
display: inline-block;
color: #071e1f;
text-decoration: none;
background: #d2c274;
text-transform: uppercase;
font-weight: bold;
transition: all .3s ease-in-out;
}
.page-10 .button:hover {
background: #071e1f;
color: #d2c274;
border-color: #071e1f;
}
.page-10 .social-icons {
display: flex;
gap: 24px;
margin-top: 80px;
justify-content: center;
}
@media (min-width: 1200px) {
.page-10 h3 {
font-size: 60px;
position: relative;
flex-direction: column;
max-width: 60%;
margin: 0 auto 120px auto;
}
}