@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

* {
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}

*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon {
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    height: 20px;
    width: 20px
}

img {
    pointer-events: none
}

img {
    max-width: 100%
}

a,
.icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

*::-webkit-selection {
    background-color: #000000;;
    color: #fff
}

*::-moz-selection {
    background-color: #000000;;
    color: #fff
}

*::selection {
    background-color: #000000;;
    color: #fff
}

::-webkit-scrollbar {
    display: none
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.center-y {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.center-x {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0
}

input:hover,
input:active,
input:focus {
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 40px #fff inset !important;
    -webkit-text-fill-color: #222 !important
}

::-webkit-input-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

.show-mobile {
    display: none
}

@media (max-width: 900px) {
    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }
}

@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

* {
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}

*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon {
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    height: 20px;
    width: 20px
}

img {
    pointer-events: none
}

img {
    max-width: 100%
}

a,
.icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

*::-webkit-selection {
    background-color: #000000;;
    color: #fff
}

*::-moz-selection {
    background-color: #000000;;
    color: #fff
}

*::selection {
    background-color: #000000;;
    color: #fff
}

::-webkit-scrollbar {
    display: none
}

.flex-center,
.hero,
.logo,
.features .row,
.modal,
.modal .modal-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.center-y,
.shift.clip .word-shift:after,
.overlay-left,
.overlay-right,
form .group label {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.center-x,
.logo,
.modal .modal-close span {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0
}

input:hover,
input:active,
input:focus {
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 40px #fff inset !important;
    -webkit-text-fill-color: #222 !important
}

::-webkit-input-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

.show-mobile {
    display: none
}

@media (max-width: 900px) {
    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }
}

@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

* {
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}

*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon {
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    height: 20px;
    width: 20px
}

img {
    pointer-events: none
}

img {
    max-width: 100%
}

a,
.icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

*::-webkit-selection {
    background-color: #000000;;
    color: #fff
}

*::-moz-selection {
    background-color: #000000;;
    color: #fff
}

*::selection {
    background-color: #000000;;
    color: #fff
}

::-webkit-scrollbar {
    display: none
}

.flex-center,
.hero,
.logo,
.features .row,
.modal,
.modal .modal-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.center-y,
.shift.clip .word-shift:after,
.overlay-left,
.overlay-right,
form .group label {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.center-x,
.logo,
.modal .modal-close span {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0
}

input:hover,
input:active,
input:focus {
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 40px #fff inset !important;
    -webkit-text-fill-color: #222 !important
}

::-webkit-input-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

.show-mobile {
    display: none
}

@media (max-width: 900px) {
    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }
}

h1,
.h1,
.word-shift b,
.modal .modal-content .modal-title,
h2,
.h2 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-light", sans-serif;
    line-height: 1.6;
    font-size: 40px;
    color: #222
}

h2,
.h2 {
    font-size: 36px
}

h3,
.h3 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-bold", sans-serif;
    font-size: 16px;
    color: #000000;
}

p,
.p,
.button,
form .group input,
form .group label,
a {
    letter-spacing: -0.3px;
    font-family: "colfax-light", sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #222
}

a {
    font-family: "colfax-medium", sans-serif
}

a:hover {
    color: #000000;
}

@media (max-width: 900px) {

    h1,
    .h1,
    .word-shift b,
    .modal .modal-content .modal-title,
    h2,
    .h2 {
        font-size: 30px
    }
}

body {
    background: #f2f3f5;
    font-family: "colfax-medium", sans-serif;
    text-align: center;
    color: #222
}

body.no-scroll {
    overflow: hidden
}

button {
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.button {
    -webkit-box-shadow: 0 20px 30px -10px rgba(54, 54, 54, 0.6);
    box-shadow: 0 20px 30px -10px rgba(54, 54, 54, 0.6);
    padding: 12px 30px 10px;
    letter-spacing: -0.5px;
    display: inline-block;
    border-radius: 100px;
    font-family: "colfax-medium", sans-serif;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    background: #000000;;
    cursor: pointer;
    color: #fff;
    width: auto;
    z-index: 2
}

.button:hover {
    -webkit-box-shadow: 0 30px 40px -10px rgba(54, 54, 54, 0.8);
    box-shadow: 0 30px 40px -10px rgba(54, 54, 54, 0.8);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    color: #fff
}

.button:active {
    -webkit-box-shadow: 0 20px 30px -10px rgba(54, 54, 54, 0.6);
    box-shadow: 0 20px 30px -10px rgba(54, 54, 54, 0.6);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.button:before {
    -webkit-animation: pulse 2s ease infinite;
    animation: pulse 2s ease infinite;
    background: rgba(54, 54, 54, 0.4);
    border-radius: 100px;
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.button.white {
    -webkit-box-shadow: 0 20px 30px -10px rgba(34, 34, 34, 0.2);
    box-shadow: 0 20px 30px -10px rgba(34, 34, 34, 0.2);
    background: #fff;
    color: #222
}

.button.white:before {
    background: rgba(255, 255, 255, 0.4)
}

.button.white:hover {
    -webkit-box-shadow: 0 30px 40px -10px rgba(34, 34, 34, 0.4);
    box-shadow: 0 30px 40px -10px rgba(34, 34, 34, 0.4)
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0.2
    }

    100% {
        -webkit-transform: scale(1.2, 1.4);
        transform: scale(1.2, 1.4);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0.2
    }

    100% {
        -webkit-transform: scale(1.2, 1.4);
        transform: scale(1.2, 1.4);
        opacity: 0
    }
}

.shift {
    max-width: 100% !important;
    width: 100% !important
}

.shift.clip span {
    display: inline-block
}

.shift.clip .word-shift {
    overflow: hidden
}

.shift.clip .word-shift:after {
    background-color: #000000;;
    border-radius: 2px;
    content: '';
    height: 80%;
    width: 2px;
    right: 0
}

.shift.clip b {
    opacity: 0
}

.shift.clip b.is-visible {
    opacity: 1
}

.word-shift {
    display: inline-block;
    position: relative;
    text-align: left
}

.word-shift b {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0
}

.word-shift b.is-visible {
    position: relative
}

.word-shift b {
    opacity: 0
}

.word-shift b.is-visible {
    opacity: 1
}

.hero {
    padding: 240px 0 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.hero .button {
    margin-top: 30px
}

.logo {
    height: 80px;
    width: 80px;
    z-index: 2;
    top: 0
}

.logo img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 250px
}

.logo:hover img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.screen-wrapper {
    max-width: 700px;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 0 10%;
}

.screen-wrapper .screen {
    margin: 0 auto -140px;
    width: 1400px
}

.title {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    width: 400px
}

.subtitle {
    margin: 16px 0 0 -4px;
    font-size: 12px
}

.subtitle img {
    position: relative;
    opacity: 0.4;
    width: 10px;
    left: 4px;
    top: 1px
}

.title.wide {
    width: 600px
}

.section {
    position: relative;
    padding: 120px 0
}

.section:nth-child(odd) {
    -webkit-box-shadow: 0 0 100px rgba(34, 34, 34, 0.04);
    box-shadow: 0 0 100px rgba(34, 34, 34, 0.04)
}

.section-features {
    padding: 80px 0 40px
}

.section-features p {
    margin: 0 auto;
    max-width: 80%
}

.section-providers {
    padding: 120px 0 0
}

.section-providers .slide {
    flex: 0 0 0 0;    /* largura fixa */
    height: 500px;      /* altura fixa */
    overflow: hidden;
    margin: 0 10px;
  }

.section.imagery .zero-slider {
    margin-top: 80px
}

.section.imagery .zero-slider .slide {
    max-width: 90%;
    width: 900px
}

.section.imagery .zero-slider .slide.is-selected img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 100%
}

.section.imagery .zero-slider .flickity-viewport {
    overflow: hidden
}

.section.cta {
    overflow: hidden;
    padding: 0
}

.section.cta .cta-content {
    position: absolute;
    margin-top: 120px;
    width: 100%;
    z-index: 2
}

.section.cta .cta-content .title {
    color: #fff
}

.section.cta .cta-content .subtitle {
    opacity: 0.4
}

.section.cta .cta-content .subtitle {
    color: #fff
}

.section.cta .cta-content .subtitle img {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.section.cta .cta-content .button {
    margin-top: 30px
}

.section.cta .zero-slider .slide {
    width: 100%
}

.section.cta .zero-slider .slide img {
    width: 100%
}

.section.cta .cta-content .subtitle {
    opacity: 0.8
}

.overlay-left,
.overlay-right {
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 300px;
    z-index: 2
}

.overlay-left {
    left: 0
}

.overlay-right {
    right: 0
}

.overlay-top,
.overlay-bottom {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
    width: 100%;
    z-index: 2;
    left: 0
}

.overlay-top {
    top: -1px
}

.overlay-bottom {
    bottom: 100px
}

.content {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.content-blurred {
    -webkit-filter: blur(40px);
    filter: blur(40px)
}

@media (min-width: 2000px) {

    .hero {
        padding: 240px 0 40px
    }

    .screen-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
      
    .screen-wrapper .screen {
        margin-top: -50px;
        width: 360px;
        max-width: none;
        left: auto;
    }

}

@media (max-width: 900px) {
    .hero {
        padding: 140px 0 60px
    }

    .screen-wrapper .screen {
        margin-top: -50px;
        width: 100%;
        margin: 0 auto 0px;
        max-width: none;
        margin: 0 auto -40px;
        width: 200px;
    }

    .section {
        padding: 80px 0
    }

    .section-features {
        padding: 40px 0 0
    }

    .section-providers {
        padding: 80px 0 0
    }

    .section-providers .slide {
        flex: 0 0 0 0;
        height: 270px;
        overflow: hidden;
        margin: 0 10px;
    }

    .section.imagery {
        padding: 80px 0 0
    }

    .section.imagery .zero-slider {
        margin: 40px auto -20px
    }

    .section.cta .title {
        margin-top: 60px
    }

    .section.cta .zero-slider {
        height: 600px
    }

    .section.cta .zero-slider .slide {
        width: 1000px
    }

    .section.cta .cta-content {
        margin-top: 0
    }

    .overlay-top,
    .overlay-bottom {
        height: 80px
    }
}

.features {
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
    width: 100%
}

.features .row {
    white-space: nowrap;
    margin: 4px 0
}

.features .feature {
    -webkit-box-shadow: 0 20px 30px -10px rgba(34, 34, 34, 0.1);
    box-shadow: 0 20px 30px -10px rgba(34, 34, 34, 0.1);
    padding: 20px 26px 16px 24px;
    border-radius: 4px;
    background: #fff;
    margin: 10px
}

.features .feature .icon {
    margin-right: 8px
}

.features .donts .icon {
    color: #B2B2B2
}

.features .dos .icon {
    color: #000000;
}

.features .donts {
    -webkit-animation: scrollLeft 80s linear infinite;
    animation: scrollLeft 80s linear infinite
}

.features .dos {
    -webkit-animation: scrollRight 80s linear infinite;
    animation: scrollRight 80s linear infinite
}

.features .overlay-bottom {
    bottom: -1px
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
}

@-webkit-keyframes scrollRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%)
    }
}

@keyframes scrollRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%)
    }
}

@-webkit-keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%)
    }
}

@keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%)
    }
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(60%);
        transform: translateY(60%)
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(60%);
        transform: translateY(60%)
    }
}

@media (max-width: 900px) {
    .features {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 20px auto 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 40px 0;
        height: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%
    }

    .features .feature {
        padding: 10px 12px 8px;
        text-align: left;
        font-size: 12px;
        margin: 6px 0
    }

    .features .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .donts {
        -webkit-animation: scrollUp 20s linear infinite !important;
        animation: scrollUp 20s linear infinite !important
    }

    .dos {
        -webkit-animation: scrollDown 20s linear infinite !important;
        animation: scrollDown 20s linear infinite !important
    }
}

.cards {
    pointer-events: none;
    position: relative
}

.flickity-viewport {
    overflow: visible
}

.slider {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    width: 100%
}

.slider .slide img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-width: none;
    opacity: 0.4
}

.slider .slide.is-selected img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1
}

@media (max-width: 900px) {
    .slider {
        padding: 100px 0 40px
    }
}

.modal {
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 8
}

.modal .modal-close {
    position: absolute;
    background: none;
    height: 100px;
    width: 100px;
    z-index: 2;
    right: 0;
    top: 0
}

.modal .modal-close span {
    font-family: "colfax-light", sans-serif;
    pointer-events: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 8px;
    bottom: 14px
}

.modal .modal-close:hover .icon {
    -webkit-transform: rotate(90deg) scale(1);
    -ms-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1)
}

.modal .modal-close:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.modal .modal-close:hover span {
    opacity: 0;
    bottom: 0
}

.modal .modal-close .icon {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    height: 36px;
    width: 36px
}

.modal .modal-content {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    overflow: scroll;
    padding: 60px 0;
    max-width: 90%
}

.modal .modal-content .modal-title {
    letter-spacing: -2.5px;
    margin: 40px auto 4px;
    font-size: 40px
}

.modal .modal-content .modal-subtitle {
    width: 340px;
    margin: 0 auto;

}

.modal .modal-content .button {
    margin-top: 20px
}

.modal-show {
    pointer-events: all;
    opacity: 1
}

.modal-show .modal-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

form {
    margin: 50px auto 0;
    width: 300px
}

form .group {
    margin-bottom: 40px;
    position: relative;
    width: 100%
}

form .group input {
    border-bottom: 1px solid #B2B2B2;
    background: none;
    font-size: 20px;
    padding: 8px 0;
    width: 100%
}

form .group label {
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 20px;
    left: 0
}

form .group .border {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    background: #000000;;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0
}

form .group input:focus+label,
form .group input:not(:placeholder-shown)+label {
    font-size: 16px;
    color: #000000;;
    top: 0%
}

form .group input:focus+label+.border {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important
}

form .group input:focus+label+.border+.at,
form .group input:not(:placeholder-shown)+label+.border+.at {
    opacity: 1;
    left: 0
}

form .button {
    margin: 0 auto
}

.form-content {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.form-content-hide {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    pointer-events: none;
    opacity: 0
}

.success {
    -webkit-transform: translateX(-50%) translateY(40px);
    -ms-transform: translateX(-50%) translateY(40px);
    transform: translateX(-50%) translateY(40px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    max-width: 90%;
    width: 400px;
    opacity: 0;
    left: 50%
}

.success .modal-title {
    margin: 100px auto 4px !important
}

.success-show {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
    opacity: 1
}

.footer {
    /* -webkit-box-shadow: 0 0 200px rgba(34, 34, 34, 0.4);
    box-shadow: 0 0 200px rgba(34, 34, 34, 0.4);
    background: #fff;
    position: relative;
    margin-top: -6px;
    padding: 60px 0;
    z-index: 2; */

    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: -.01em;
    background-color: #f2f2f2;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 40px 0;
    /* padding-bottom: 5px; */
}

.footer p {
    color: #222;
    font-size: 12px;
}

@media (max-width: 900px) {
    .modal .modal-close {
        height: 80px;
        width: 80px
    }

    .modal .modal-content {
        padding: 40px 0
    }

    .modal .modal-content .modal-title {
        letter-spacing: -1px;
        font-size: 26px
    }

    form {
        margin: 40px auto 0
    }

    form .group {
        margin-bottom: 30px
    }

    form .group input,
    form .group label {
        font-size: 16px
    }

    form .button {
        margin: 40px auto 0;
        font-size: 18px
    }
}

@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

* {
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}

*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon {
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    height: 20px;
    width: 20px
}

img {
    pointer-events: none
}

img {
    max-width: 100%
}

a,
.icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

*::-webkit-selection {
    background-color: #000000;;
    color: #fff
}

*::-moz-selection {
    background-color: #000000;;
    color: #fff
}

*::selection {
    background-color: #000000;;
    color: #fff
}

::-webkit-scrollbar {
    display: none
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.center-y {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.center-x {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0
}

input:hover,
input:active,
input:focus {
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 40px #fff inset !important;
    -webkit-text-fill-color: #222 !important
}

::-webkit-input-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

.show-mobile {
    display: none
}

@media (max-width: 900px) {

    .content .logo img {
      margin-top: 50px;
      height: 80px;
      width: auto;
    }
  
    .modal .logo img {
      height: 60px;
      width: auto;
      margin-top: 30px;
    }
  
    .hide-mobile {
      display: none !important;
    }
  
    .show-mobile {
      display: block !important;
    }

}
  
  

@media (min-width: 1024px) {

    .content .logo img {
      height: 100px;
      width: auto;
    }
  
    #logoref {
      top: 100px !important;
      height: 100px;
      width: 150px;
    }

    .slider {
        padding: 100px 0 170px
    }
    
    .slider .slide img {
        width: 500px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        max-width: none;
        opacity: 0.4;
        padding: 100px 100px 100px 100px;
    }
    
    .slider .slide.is-selected img {
        width: 500px;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

}
  

h1,
.h1,
h2,
.h2 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-light", sans-serif;
    line-height: 1.6;
    font-size: 40px;
    color: #222
}

h2,
.h2 {
    font-size: 36px
}

h3,
.h3 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-bold", sans-serif;
    font-size: 16px;
    color: #000000;
}

p,
.p,
a {
    letter-spacing: -0.3px;
    font-family: "colfax-light", sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #222
}

a {
    font-family: "colfax-medium", sans-serif
}

a:hover {
    color: #000000;
}

@media (max-width: 900px) {

    h1,
    .h1,
    h2,
    .h2 {
        font-size: 30px
    }
}

/*# sourceMappingURL=styles.css.map */

@media (max-width: 600px) {
    .screen-wrapper {
        margin-top: -50px;
        padding: 0;
    }
}

/* @media (max-width: 900px) {
    .screen-wrapper {
        padding: 0 6%;
    }
} */

@media only screen and (min-width: 1200px) {
    .screen-wrapper {
        padding: 1 12%;
    }
}


.outerVideoWrapper2{
    margin: 40px 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.videoWrapper {
    position: relative;
    max-width: 100%;
    height: 0px;
    overflow: hidden;
    background: #dcddde;
    padding-bottom: 56.25%;
}
.videoWrapper iframe {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0em;
    padding: 0em;
}

.video, .videowrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.video .embedwrapper {
    margin: 40px 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

/* logo flip */
.flip-container{
    perspective:1000;
  }
  
  .flip-container:hover .flipper { 
    transform: rotateY(180deg);  	
  }  
  
  /*speed of transition*/
  .flipper{
    transition: 1s;  	
    transform-style: preserve-3d;    	
    position: relative; 
  }
  
  .flip-container, .front, .back {  	
    width: 200px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    background: gainsboro;

  }
  
  .front, .back {  	
    backface-visibility: hidden;    	
    position: absolute;  	
    top: 0;  	
     left: 0;  
  }
  
  .front {
    background: url('../images/logodo.png') no-repeat center;
    z-index: 2; 
  }    
  
  .back {
    background: url('../images/Doomout.png') no-repeat center; 
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

  }

  .background-media {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: hidden;
    z-index: -100;
  }
  
  #bg-video {
    width: 100%; height: 100%;
    object-fit: cover;
  }
  
  .audio-toggle {
    position: fixed;
    bottom: 20px; right: 20px;
    z-index: 100;
    background: rgba(0,0,0,0.4);
    border: none;
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .audio-toggle i {
    stroke: #fff;  /* garante ícone branco */
    width: 24px;
    height: 24px;
  }
  
  .overlay-blur {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.25); /* branco semitransparente */
    backdrop-filter: blur(500px);           /* intensidade do blur */
    z-index: -50;
  }
  
  .sound-toggle {
    position: fixed; top: 1rem; left: 1rem;
    width: 2.5rem; height: 2.5rem; cursor: pointer;
    z-index: 1001;
  }

  .sound-toggle svg {
    width: 100%; height: 100%; fill: #e6dbae;
  }
  
  .sound-toggle.active svg {
    fill: #fff; filter: drop-shadow(0 0 5px #e6dbae);
  }
  
  .sound-toggle svg {
     transition: transform 0.3s ease;
  }

  .sound-toggle.active svg {
    animation: pulse 1s infinite;
  }

  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.15); }
  }
