@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

/* html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

::-moz-selection {
  background: #FFDC25;
  color: #fff;
}

::selection {
  background: #FFDC25;
  color: #fff;
}

::-moz-selection {
  background: #FFDC25;
  color: #fff;
}

@media (max-width: 992px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
.page-section {
  margin-top: 120px;
}

.grid-alternative-1 {
  width: calc(8.3333333333% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-1 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-2 {
  width: calc(16.6666666667% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-2 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-3 {
  width: calc(25% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-3 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-4 {
  width: calc(33.3333333333% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-4 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-5 {
  width: calc(41.6666666667% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-5 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-6 {
  width: calc(50% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-6 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-7 {
  width: calc(58.3333333333% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-7 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-8 {
  width: calc(66.6666666667% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-8 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-9 {
  width: calc(75% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-9 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-10 {
  width: calc(83.3333333333% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-10 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-11 {
  width: calc(91.6666666667% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-11 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-12 {
  width: calc(100% - 32px);
  margin: 16px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-alternative-12 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-alternative-nobreak-1 {
  width: calc(8.3333333333% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-2 {
  width: calc(16.6666666667% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-3 {
  width: calc(25% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-4 {
  width: calc(33.3333333333% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-5 {
  width: calc(41.6666666667% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-6 {
  width: calc(50% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-7 {
  width: calc(58.3333333333% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-8 {
  width: calc(66.6666666667% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-9 {
  width: calc(75% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-10 {
  width: calc(83.3333333333% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-11 {
  width: calc(91.6666666667% - 32px);
  margin: 16px;
  float: left;
}

.grid-alternative-nobreak-12 {
  width: calc(100% - 32px);
  margin: 16px;
  float: left;
}

@media screen and (max-width: 960px) {
  .disappear {
    display: none;
  }
}

@media screen and (max-width: 1216px) and (min-width: 620px) {
  .disappear-alternative {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .disappear-alternative {
    display: none;
  }
}

.h-100 {
  height: 100vh;
}

.h-100p {
  height: 100%;
}

.flex {
  display: flex;
}

.flex-start-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.flex-end-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.flex-start-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .flex-center-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.flex-center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.relative {
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

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

@media screen and (max-width: 960px) {
  .text-center-mobile {
    text-align: center;
  }
}

.spacing-video {
  padding-top: 150px;
}

@media screen and (max-width: 1440px) {
  .spacing-video {
    padding-top: 200px;
  }
}
@media screen and (max-width: 440px) {
  .spacing-video {
    padding-top: 150px;
    margin-top: 30px;
  }
}
.spacing-section {
  padding-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mt-200 {
  margin-top: 200px;
}

.mt-300 {
  margin-top: 300px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-300 {
  margin-bottom: 300px;
}

.pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pt-200 {
  padding-top: 200px;
}

.pt-300 {
  padding-top: 300px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-300 {
  padding-bottom: 300px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 24px;
}

.ml-4 {
  margin-left: 32px;
}

.ml-5 {
  margin-left: 40px;
}

.bg-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06090F;
  overflow: hidden;
}

.color-primary {
  color: #E9BC2B !important;
}

.color-white {
  color: #fff;
}

/*

.color-gradient{
    background: $g-1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gray{
    color: $gray-5;
}

.color-black{
    color: $black-dark;
}

.color-red{
    color: $red-normal;
}

.color-green{
    color: $green-normal;
}

.color-yellow{
    color: $yellow-normal;
}
 */
.h0 {
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  line-height: 120%;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .h0 {
    font-family: "Poppins", sans-serif;
    font-size: 90px;
    line-height: 110%;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (max-width: 340px) {
  .h0 {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 110%;
    font-weight: 600;
  }
}

h1 {
  z-index: 5;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  line-height: 100%;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 56px;
    line-height: 110%;
    font-weight: 600;
  }
}
@media screen and (max-width: 340px) {
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
  }
}

h2 {
  z-index: 5;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  line-height: 110%;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 110%;
    font-weight: 600;
  }
}
@media screen and (max-width: 340px) {
  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 110%;
    font-weight: 600;
  }
}

h3 {
  z-index: 5;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 110%;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 32px !important;
    line-height: 110%;
    font-weight: 500;
  }
}
@media screen and (max-width: 340px) {
  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 32px !important;
    line-height: 110%;
    font-weight: 500;
  }
}

h4 {
  z-index: 5;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 110%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 110%;
    font-weight: 500;
  }
}
@media screen and (max-width: 340px) {
  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 110%;
    font-weight: 500;
  }
}

h5 {
  z-index: 5;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 110%;
    font-weight: 500;
  }
}

h6 {
  z-index: 5;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h6 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 110%;
    font-weight: 500;
  }
}
@media screen and (max-width: 340px) {
  h6 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 110%;
    font-weight: 500;
  }
}

.h7 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .h7 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 110%;
    font-weight: 500;
  }
}

.uppercase {
  text-transform: uppercase;
}

.justify {
  text-align: justify;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

@media (max-width: 1400px) {
  .title-carrousel {
    font-size: 32px;
  }
}
.icon-moon {
  width: 32px;
  height: 32px;
  margin-top: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.icon-moon:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .icon-moon {
    margin-bottom: 5px;
  }
}

#darkModeIcon {
  transition: src 1s ease; /* Adiciona uma transição de 0.3 segundos */
}

.icon-arrow-up {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  padding: 10px 20px;
  background: #FFDC25;
  border-radius: 8px;
  color: white;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .icon-arrow-up {
    right: 15px;
    width: 50px;
    height: 50px;
  }
}

.icon-arrow-up.visible,
.icon-whatsapp.visible {
  opacity: 1;
}
.icon-arrow-up.visible:hover,
.icon-whatsapp.visible:hover {
  opacity: 0.9;
}

.icon-whatsapp {
  position: fixed;
  bottom: 100px;
  right: 27px;
  width: 60px;
  height: 60px;
  padding: 7px 12px;
  background: #30D24E;
  border-radius: 50%;
  color: white;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .icon-whatsapp {
    right: 15px;
    width: 50px;
    height: 50px;
  }
}

.icon {
  width: 24px;
  height: 24px;
}

.icon-cards {
  width: 64px !important;
  height: 64px !important;
}

.icon-arrow-left {
  width: 24px;
  height: 24px;
}

.icon-xp {
  width: 64px;
  height: 64px;
}

.icon-doc {
  width: 64px;
  height: 64px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.logo-preloader {
  fill: transparent;
  animation: logo-preloader 12s ease infinite alternate;
}

@keyframes logo-preloader {
  0% {
    stroke-width: 0;
    stroke-dasharray: 1 100;
    fill: transparent;
  }
  25% {
    stroke-width: 1;
    fill: transparent;
    stroke-dasharray: 100 0;
  }
  60%, 100% {
    stroke-width: 0.3;
    fill: #D8DBE3;
  }
}
.main-blue-button a {
  display: inline-block;
  background-color: #E9BC2B;
  font-size: 15px;
  font-weight: 400;
  color: #06090F;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #E9BC2B;
  font-size: 15px;
  font-weight: 600;
  color: #06090F;
  text-transform: capitalize;
  padding: 12px 32px;
  border-radius: 8px;
  letter-spacing: 0.25px;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .main-blue-button-hover a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.main-blue-button-hover a:hover {
  opacity: 0.8;
}

.main-yellow-button a {
  display: inline-block;
  background-color: #E9BC2B;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  letter-spacing: 0.25px;
  margin-top: 15px;
}
@media screen and (max-width: 1216px) and (min-width: 620px) {
  .main-yellow-button a {
    margin-top: 0px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 960px) {
  .main-yellow-button a {
    margin-top: -20px;
  }
}

.main-yellow-button-hover {
  display: inline-block;
  background-color: #E9BC2B;
  font-size: 15px;
  font-weight: 400;
  color: #fff !important;
  text-transform: capitalize;
  padding: 0px 40px;
  border-radius: 8px;
  letter-spacing: 0.25px;
  transition: all 0.3s;
}
.main-yellow-button-hover:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .main-yellow-button-hover {
    border-radius: 0px;
  }
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #ff695f;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.container-login {
  max-width: 1216px;
  margin: 0 auto;
  padding: 96px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: row; */
  overflow: hidden;
}
.container-login::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .container-login {
    flex-direction: column;
    padding: 96px 16px;
  }
}

input {
  accent-color: #E9BC2B;
}

.logo-login {
  width: 150px;
  height: 60px;
  margin-bottom: 25px;
}

.title-login {
  font-size: 24px;
}
.title-login span {
  color: #E9BC2B;
}

.input-alternative {
  padding: 10px 12px;
  background-color: #D8DBE3;
  border: 0;
  border-radius: 4px;
  color: #595A5C;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.btn-login {
  display: inline-block;
  background-color: #E9BC2B;
  font-size: 15px;
  font-weight: 600;
  color: #06090F !important;
  text-transform: capitalize;
  padding: 8px 24px;
  border-radius: 8px;
  border: none;
  letter-spacing: 0.25px;
  transition: all 0.3s;
}
.btn-login:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .btn-login {
    border-radius: 0px;
  }
}

.check {
  width: 15px;
  height: 15px;
}

.forgot-password {
  color: #06090F;
  transition: all 0.3s;
}
.forgot-password:hover {
  color: #06090F;
  opacity: 0.8;
}

.back-to-home {
  transition: all 0.3s;
}
.back-to-home:hover {
  opacity: 0.8;
}
.back-to-home:hover img {
  transition: all 0.3s;
  animation: arrow 1.5s ease infinite;
}
.back-to-home p {
  font-weight: 600;
}

@keyframes arrow {
  0% {
    transform: translate(0%, 0%) translate3d(0, 0, 0);
  }
  50% {
    transform: translate(-50%, 0%) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(0%, 0%) translate3d(0, 0, 0);
  }
}
body.darkmode {
  background-color: #06090F;
}

.dark-mode-text {
  color: #fff !important;
}

body.darkmode .main-banner .item h6,
body.darkmode .main-banner .item h3,
body.darkmode .about-us .section-heading p,
body.darkmode .about-us .fact-item .count-digit,
body.darkmode .about-us .fact-item .count-title,
body.darkmode .section-video h4,
body.darkmode .title-services h4,
body.darkmode .our-services .item h4,
body.darkmode .our-services .item p,
body.darkmode footer p,
body.darkmode footer h6,
body.darkmode footer a {
  color: #fff;
}

body.darkmode .main-banner .item p {
  color: #fff;
  margin-left: 1px;
}

body.darkmode .our-services .item {
  background: #06090F;
  border: 3px solid #EDC74E;
}

body.darkmode footer {
  background: #06090F;
}

body.darkmode .main-about-page h6,
body.darkmode .main-about-page h3,
body.darkmode .main-about-page p,
body.darkmode .whoWeAre p,
body.darkmode .card-about-1 h4,
body.darkmode .card-about-2 h4,
body.darkmode .card-about-1 p,
body.darkmode .card-about-2 p,
body.darkmode .values h3,
body.darkmode .values .card-values h5,
body.darkmode .values .card-values p,
body.darkmode .wrapper .linha span,
body.darkmode .wrapper .linha p,
body.darkmode .wrapper .linha i {
  color: #fff;
}

body.darkmode .card-about-1,
body.darkmode .card-about-2,
body.darkmode .card-values {
  background: #06090F;
  border: 3px solid #EDC74E;
}

body.darkmode .wrapper .linha section {
  background: #06090F;
  border: 2px solid #EDC74E;
}
body.darkmode .wrapper .linha section::before {
  display: none;
}

body.darkmode .card-about-1:hover .caixaImgMission,
body.darkmode .card-about-2:hover .caixaImgMission,
body.darkmode .card-about-1:hover .caixaImgView,
body.darkmode .card-about-2:hover .caixaImgView {
  background: #06090F;
}

body.darkmode .container-login .backpage a p,
body.darkmode .container-login h6,
body.darkmode .checkbox p,
body.darkmode .checkbox a {
  color: #fff;
}

body.darkmode .input-alternative {
  background: #151B26;
}

html {
  scroll-behavior: smooth;
}

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #06090F;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #E9BC2B;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #E9BC2B;
  border-radius: 50%;
}

.logo img {
  width: 112px;
  height: 54px;
}

.background-header {
  background: rgb(0, 0, 0) !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #E8EBF0;
}

.background-header .main-nav .nav li:hover a {
  color: #E8EBF0;
}

.background-header .nav li a.active {
  color: #E8EBF0;
}

.header-area {
  background-color: #06090F;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #E8EBF0;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #E9BC2B;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #E9BC2B;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  content: "";
  font-size: 12px;
  color: #E8EBF0 !important;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #E8EBF0;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #E8EBF0 !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #E9BC2B !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #F7F9FC;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #F7F9FC;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #F7F9FC;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #F7F9FC;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #F7F9FC;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #F7F9FC;
}

.header-area .main-nav .menu-trigger.active span:after {
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #F7F9FC;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #F7F9FC;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #E9BC2B;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}
@media (max-width: 996px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #E9BC2B !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #06090F;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li div {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #D8DBE3 !important;
    color: #191a20 !important;
    transition: all 0.3s;
    border-radius: 0px 0px 8px 8px;
    cursor: pointer;
  }
  .header-area .main-nav .nav li div:hover {
    background: #eee !important;
    color: #E9BC2B !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #E9BC2B !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}
@media (min-width: 996px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
/** @section Video */
.img-video {
  position: relative;
  display: inline-block;
  /* @include responsive(s){
      height: 50px;
  } */
}

.img-video .button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}

.img-video * + * {
  margin-top: 0;
}

* + .img-video {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  * + .img-video {
    margin-top: 50px;
  }
}
.button-play {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
}

.button-play:hover {
  color: #fff;
}

.button-play:hover::before {
  background-color: #E9BC2B;
  animation: button-play 1s ease infinite;
}

.button-play:hover::after {
  background: rgba(233, 188, 43, 0.3);
}

.button-play::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background-color: rgba(233, 188, 43, 0.3);
  border-radius: 50%;
}

.button-play::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #E9BC2B;
  transition: all 0.3s ease-in-out;
}

.button-play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
}

.button-play svg {
  position: relative;
  fill: currentColor;
  top: -1px;
  left: 3px;
  z-index: 1;
}

* + .button-play {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .button-play {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  * + .button-play {
    margin-top: 65px;
  }
}
@keyframes button-play {
  from {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  to {
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    opacity: 0;
  }
}
.section-video .title-video h4 {
  z-index: 2;
}

.img-left-video {
  position: absolute;
  top: -150px;
  left: -350px;
  width: 550px;
  height: 450px;
}
@media screen and (max-width: 960px) {
  .img-left-video {
    top: -150px;
    left: -150px;
    width: 400px;
    height: 300px;
  }
}

.img-right-video {
  position: absolute;
  top: 200px;
  right: 0px;
  width: 400px;
  height: 320px;
}
@media screen and (max-width: 1216px) and (min-width: 620px) {
  .img-right-video {
    width: 360px;
    height: 290px;
  }
}
@media screen and (max-width: 960px) {
  .img-right-video {
    display: none;
  }
}

.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  display: none;
}

.popup-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  border-radius: 5px;
  border: 3px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-video span {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 50px;
  color: #fff;
  font-weight: semi-bold;
  z-index: 100;
  cursor: pointer;
}

.thumbVideo {
  border-radius: 8px;
}

@media (max-width: 768px) {
  .popup-video video {
    width: 95%;
  }
}
.main-about-page {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 236px 0px 200px 0px;
  position: relative;
  overflow: hidden;
}

/* .main-about-page:before {
    content: '';
    background-image: url(../images/BannerQuemSomos.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 100px;
    top: 140px;
    width: 700px;
    height: 673px;

    @include responsive(s) {
        display: none;
    }
} */
.img-main-right-AboutPage {
  position: absolute;
  right: 100px;
  top: 140px;
  width: 700px;
  height: 673px;
}
@media screen and (max-width: 960px) {
  .img-main-right-AboutPage {
    display: none;
  }
}

@media screen and (max-width: 1640px) {
  .main-about-page {
    padding: 200px 0px;
  }
  /* .main-about-page:before {
      top: 140px;
      width: 600px;
      height: 586px;
  } */
  .img-main-right-AboutPage {
    top: 140px;
    width: 600px;
    height: 586px;
  }
}
@media screen and (max-width: 1440px) {
  /* .main-about-page:before {
      width: 500px;
      height: 490px;
  } */
  .main-about-page {
    padding: 210px 0px 240px 0px;
  }
  .img-main-right-AboutPage {
    width: 500px;
    height: 490px;
  }
}
@media screen and (max-width: 1200px) {
  /* .main-about-page:before {
      width: 452px;
      height: 442px;
  } */
  .img-main-right-AboutPage {
    width: 452px;
    height: 442px;
  }
}
@media screen and (max-width: 992px) {
  /* .main-about-page:before {
      display: none;
  } */
  .img-main-right-AboutPage {
    display: none;
  }
}
/* @media screen and (max-width: 1200px){
    .main-about-page:before{
        top: 180px;
        width: 51%;
        height: 50%;
    }
} */
.main-about-page .item {
  margin-right: 45px;
  margin-left: 5px;
}

.main-about-page .item h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #06090F;
}

.main-about-page .item h6 span {
  text-transform: uppercase;
  font-size: 18px;
  color: #E9BC2B;
}

.main-about-page .item h2 span {
  color: #E9BC2B;
}

.main-about-page .item p {
  margin: 20px 0px;
}

.main-about-page .item .down-buttons {
  display: inline-flex;
}

.main-about-page .owl-dots {
  margin-top: 60px;
  counter-reset: dots;
}

.main-about-page .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  color: #2a2a2a;
  width: 15px;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all 0.5s;
}

.main-about-page .active:before {
  color: #E9BC2B;
  border-bottom: 3px solid #E9BC2B;
}

.section-heading h2 {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}
@media screen and (max-width: 960px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading h2 span {
  color: #E9BC2B;
  font-weight: 700;
  opacity: 1;
}

.section-heading span {
  font-size: 30px;
  font-weight: 700;
  color: #E9BC2B;
}
@media screen and (max-width: 960px) {
  .section-heading span {
    font-size: 24px;
  }
}

.scroll-down {
  position: absolute;
  top: 89%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border: 3px solid #E9BC2B;
  border-radius: 50%;
}
.scroll-down img {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  animation: moveUpDown 2s linear infinite;
  display: block;
}
@media screen and (max-width: 960px) {
  .scroll-down img {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .scroll-down {
    width: 64px;
    height: 64px;
    top: 95%;
  }
}

@keyframes moveUpDown {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, 5%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.card-about-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  border-radius: 8px;
  box-shadow: 4px 12px 10px rgba(0, 0, 0, 0.2);
  background: #F7F9FC;
  transition: 0.7s;
}
.card-about-1:hover {
  height: 350px;
}
.card-about-1 .caixaImgMission {
  position: absolute;
  top: 20px;
  width: 187px;
  height: 184px;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.7s;
  cursor: pointer;
}
.card-about-1 .caixaImgMission img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-about-1 .caixaImgView {
  position: absolute;
  top: 15px;
  width: 187px;
  height: 190px;
  margin-top: 25px;
  overflow: hidden;
  transition: 0.7s;
  cursor: pointer;
  /* @include responsive(xs) {
      width: 220px;
      height: 100px;
  } */
}
.card-about-1 .caixaImgView img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-about-1 .conteudo {
  position: absolute;
  top: 250px;
  width: 100%;
  height: 35px;
  overflow: hidden;
  padding: 0 40px;
  text-align: justify;
  transition: 0.7s;
}
.card-about-1 .conteudo .title {
  font-weight: 600;
  text-align: center !important;
  margin-bottom: 10px;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

.card-about-1:hover .conteudo {
  top: 150px;
  height: 200px;
}

.card-about-1:hover .caixaImgMission,
.card-about-1:hover .caixaImgView {
  top: -70px;
  scale: 0.75;
}

.card-about-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  border-radius: 8px;
  box-shadow: 4px 12px 10px rgba(0, 0, 0, 0.2);
  background: #F7F9FC;
  transition: 0.7s;
}
.card-about-2:hover {
  height: 380px;
}
.card-about-2 .caixaImgMission {
  position: absolute;
  top: 20px;
  width: 187px;
  height: 184px;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.7s;
  cursor: pointer;
}
.card-about-2 .caixaImgMission img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-about-2 .caixaImgView {
  position: absolute;
  top: 15px;
  width: 187px;
  height: 190px;
  margin-top: 25px;
  overflow: hidden;
  transition: 0.7s;
  cursor: pointer;
  /* @include responsive(xs) {
      width: 220px;
      height: 100px;
  } */
}
.card-about-2 .caixaImgView img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-about-2 .conteudo {
  position: absolute;
  top: 250px;
  width: 100%;
  height: 35px;
  overflow: hidden;
  padding: 0 40px;
  text-align: justify;
  transition: 0.7s;
}
.card-about-2 .conteudo .title {
  font-weight: 600;
  text-align: center !important;
  margin-bottom: 10px;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

.card-about-2:hover .conteudo {
  top: 150px;
  height: 250px;
}

.card-about-2:hover .caixaImgMission,
.card-about-2:hover .caixaImgView {
  top: -70px;
  scale: 0.75;
}

.pd-container {
  margin-bottom: 300px;
}
@media screen and (max-width: 960px) {
  .pd-container {
    margin-bottom: 100px;
  }
}

.mt-section {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .mt-section {
    margin-top: -10px;
  }
}

.card-values {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 260px;
  padding: 40px 50px;
  border-radius: 8px;
  box-shadow: 4px 12px 10px rgba(0, 0, 0, 0.2);
  background: #F7F9FC;
  transition: 1s;
}
.card-values h5 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) and (min-width: 1216px) {
  .card-values {
    padding: 30px 30px;
    height: 280px;
  }
}
@media screen and (max-width: 1216px) and (min-width: 620px) {
  .card-values {
    padding: 20px;
    height: 280px;
  }
}
@media screen and (max-width: 960px) {
  .card-values {
    height: 160px;
    margin-top: 50px;
  }
}

.title-timeline {
  margin-top: 100px;
  margin-bottom: 48px;
}
@media screen and (max-width: 960px) {
  .title-timeline {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

.wrapper {
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.wrapper .center-line {
  position: absolute;
  height: 110%;
  width: 4px;
  background: #E9BC2B;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .center-line .scroll-icon {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  background: #E9BC2B;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #E9BC2B, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.wrapper .center-line .scroll-icon img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.wrapper .linha {
  display: flex;
}
.wrapper .linha section {
  background: #F7F9FC;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.wrapper .linha section::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: #F7F9FC;
  top: 28px;
  z-index: 0;
  transform: rotate(45deg);
}
.wrapper .linha section .details,
.wrapper .linha section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .linha section .details .title,
.wrapper .linha section .bottom .title {
  font-size: 22px;
  font-weight: 600;
}
.wrapper .linha section p {
  margin: 10px 0 17px 0;
}
.wrapper .linha section .bottom a {
  text-decoration: none;
  background: #E9BC2B;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
}
.wrapper .linha section .icon-time-line {
  position: absolute;
  background: #E9BC2B;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #E9BC2B, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.wrapper .linha section .icon-time-line img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.wrapper .linha-1 {
  display: flex;
  justify-content: flex-start;
}
.wrapper .linha-1 section::before {
  right: -7px;
}
.wrapper .linha-1 .icon-time-line {
  top: 13px;
  right: -65px;
}
.wrapper .linha-2 {
  display: flex;
  justify-content: flex-end;
}
.wrapper .linha-2 section::before {
  left: -7px;
}
.wrapper .linha-2 .icon-time-line {
  top: 13px;
  left: -65px;
}

@media (max-width: 1400px) {
  .card-about-1:hover {
    height: 380px;
  }
  .card-about-1:hover .conteudo {
    height: 220px;
  }
  .card-about-2:hover {
    height: 410px;
  }
  .card-about-2:hover .conteudo {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .card-about-1:hover {
    height: 440px;
  }
  .card-about-1:hover .conteudo {
    height: 290px;
  }
  .card-about-2:hover {
    height: 500px;
  }
  .card-about-2:hover .conteudo {
    height: 340px;
  }
}
@media (max-width: 960px) {
  .wrapper .center-line {
    left: 30px;
  }
  .wrapper .linha {
    margin: 30px 0 3px 60px;
  }
  .wrapper .linha section {
    width: 100%;
    margin-top: 20px;
  }
  .linha-1 section::before {
    left: -7px;
  }
  .linha-1 section .icon-time-line {
    left: -73px;
  }
  .wrapper .linha-2 .icon-time-line {
    left: -75px;
  }
  .card-about-1:hover {
    height: 320px;
  }
  .card-about-1:hover .conteudo {
    height: 170px;
  }
  .card-about-2:hover {
    height: 340px;
  }
  .card-about-2:hover .conteudo {
    height: 190px;
  }
}
@media (max-width: 768px) {
  .card-about-1:hover {
    height: 350px;
  }
  .card-about-2:hover {
    height: 380px;
  }
  .card-about-1:hover .conteudo {
    height: 200px;
  }
  .card-about-2:hover .conteudo {
    height: 220px;
  }
}
@media (max-width: 600px) {
  .card-values {
    padding: 25px;
    height: 100%;
  }
  .card-values h5 {
    font-size: 20px;
  }
  .card-values p {
    font-size: 15px;
  }
  .card-about-1 p,
  .card-about-2 p {
    font-size: 14px;
  }
}
@media (max-width: 562px) {
  .wrapper .center-line,
  .linha section::before,
  .linha section .icon-time-line {
    display: none;
  }
  .wrapper .linha {
    margin: 10px 0;
  }
}
@media (max-width: 460px) {
  .card-about-1:hover {
    height: 380px;
  }
  .card-about-2:hover {
    height: 410px;
  }
  .card-about-1:hover .conteudo {
    height: 230px;
  }
  .card-about-2:hover .conteudo {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .card-about-1:hover {
    height: 440px;
  }
  .card-about-2:hover {
    height: 460px;
  }
  .card-about-1:hover .conteudo {
    height: 280px;
  }
  .card-about-2:hover .conteudo {
    height: 310px;
  }
}
@media (max-width: 360px) {
  .card-about-1:hover {
    height: 490px;
  }
  .card-about-2:hover {
    height: 510px;
  }
  .card-about-1:hover .conteudo {
    height: 330px;
  }
  .card-about-2:hover .conteudo {
    height: 350px;
  }
}
@media (max-width: 320px) {
  .card-about-1:hover {
    height: 510px;
  }
  .card-about-2:hover {
    height: 570px;
  }
  .card-about-1:hover .conteudo {
    height: 330px;
  }
  .card-about-2:hover .conteudo {
    height: 420px;
    border: 1px solid red;
  }
}
.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 236px 0px 180px 0px;
  position: relative;
  overflow: hidden;
}

/* .main-banner:after {
    content: '';
    //background-image: url(../images/baner-dec-left.png);
    background-image: url(../images/main-img-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -12px;
    top: 230px;
    width: 184px;
    height: 432px;

    @include responsive(s) {
        display: none;
    }
}

.main-banner:before {
    content: '';
    background-image: url(../images/BannerHome.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 200px;
    width: 700px;
    height: 580px;
} */
.img-banner-left {
  position: absolute;
  left: -12px;
  top: 230px;
  width: 204px;
  height: 432px;
}
@media screen and (max-width: 960px) {
  .img-banner-left {
    display: none;
  }
}

.img-banner-right {
  position: absolute;
  right: 0;
  top: 200px;
  width: 700px;
  height: 580px;
}

.main-banner-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .main-banner-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.main-banner .item {
  margin-right: 45px;
  margin-left: 5px;
}

.main-banner .item h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #06090F;
}

.main-banner .item h6 span {
  text-transform: uppercase;
  font-size: 18px;
  color: #E9BC2B;
}

.main-banner .item h2 span {
  color: #E9BC2B;
}

.main-banner .item p {
  margin: 5px 0px;
}

.main-banner .item .down-buttons {
  display: inline-flex;
}

.main-banner .owl-dots {
  margin-top: 55px;
  counter-reset: dots;
}

.main-banner .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  color: #2a2a2a;
  width: 15px;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all 0.5s;
}

.main-banner .active:before {
  color: #E9BC2B;
  border-bottom: 3px solid #E9BC2B;
}

.section-heading h2 {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}
@media screen and (max-width: 960px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #E9BC2B;
  font-weight: 700;
  opacity: 1;
}

.section-heading span {
  font-size: 30px;
  font-weight: 700;
  color: #E9BC2B;
}
@media screen and (max-width: 960px) {
  .section-heading span {
    font-size: 24px;
  }
}

.p-quem-somos span {
  font-size: 16px;
}

.span {
  color: #E9BC2B;
}

.scroll-down-main {
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border: 3px solid #E9BC2B;
  border-radius: 50%;
}
.scroll-down-main img {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  animation: moveUpDownMain 2s linear infinite;
  display: block;
}
@media screen and (max-width: 960px) {
  .scroll-down-main img {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .scroll-down-main {
    width: 64px;
    height: 64px;
    top: 94%;
  }
}

@keyframes moveUpDownMain {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, 5%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1640px) {
  .main-banner {
    padding: 186px 0px 166px 0px;
  }
  /* .main-banner::before {
      top: 140px;
      width: 640px;
      height: 536px;
  } */
  .img-banner-right {
    top: 140px;
    width: 640px;
    height: 536px;
  }
  .img-banner-left {
    display: none;
  }
  /* .main-banner:after {
      display: none;
  } */
}
@media screen and (max-width: 1200px) {
  /* .main-banner::before {
      width: 540px;
      height: 486px;
  } */
  .img-banner-right {
    width: 540px;
    height: 466px;
  }
}
@media (max-width: 992px) {
  .main-banner {
    padding: 156px 0px 140px 0px;
  }
  .img-banner-right {
    display: none;
  }
  /* .main-banner::before {
      display: none;
  } */
  .main-banner .item {
    margin-right: 0px;
  }
  .about-us .section-heading h2 {
    margin-right: 0px;
  }
  .fact-item {
    text-align: center;
  }
  .fact-item .icon {
    margin: 0 auto;
  }
  .our-portfolio .section-heading h2,
  .pricing-tables .section-heading h2 {
    margin: 0px;
  }
  .pricing-tables .item {
    margin-bottom: 30px;
  }
  .imgBannerMain {
    padding-top: 100px;
  }
  .imgBannerMain, .left-image {
    width: 80%;
    height: 100%;
  }
  .subscribe .inner-content h2,
  .subscribe .inner-content p {
    text-align: center;
  }
  .contact-us .section-heading h2 {
    margin-right: 0px;
    text-align: center;
  }
  .our-videos .nacc .thumb iframe {
    height: 500px;
  }
  .footer-item {
    margin-bottom: 45px;
  }
  .subscribe-newsletters {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .main-banner .item .down-buttons {
    display: inline-block;
  }
  .main-banner .item .down-buttons .main-blue-button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .main-banner .item .down-buttons .call-button a {
    margin-left: 0px;
  }
  .contact-left-dec {
    display: none;
  }
  .contact-us .info {
    display: inline-block;
  }
  .contact-us .info span {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 570px) {
  .imgBannerMain, .left-image {
    width: 100%;
    height: 100%;
  }
}
/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/
.our-services .services-left-dec img {
  width: 387px;
  height: 638px;
  left: -250px;
  top: 20px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .our-services .services-left-dec img {
    top: 50px;
    left: -100px;
    width: 357px;
    height: 488px;
  }
}

@media screen and (max-width: 440px) {
  .our-services .services-left-dec img {
    top: 150px;
    left: 0px;
    width: 257px;
    height: 488px;
  }
}
.our-services .services-right-dec img {
  width: 305px;
  height: 305px;
  right: 25px;
  bottom: -120px;
  position: absolute;
  z-index: 1;
}

.our-services .container {
  position: relative;
}

.our-services {
  position: relative;
  margin-top: 0px;
  padding-top: 120px;
}

@media screen and (max-width: 1440px) {
  .our-services {
    padding-top: 70px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 440px) {
  .our-services {
    padding-top: 40px;
    margin-top: 0px;
  }
}
.our-services .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-services .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

.our-services .item {
  text-align: center;
  margin: 15px;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  height: 380px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.our-services .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
  line-height: 30px;
}

.our-services .item .icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.our-services .item p {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.our-services .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.our-services .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #EDC74E;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.our-services .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.title-services h4 {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}
@media screen and (max-width: 960px) {
  .title-services h4 {
    font-size: 24px;
  }
}

.title-services h4 span {
  color: #E9BC2B;
  font-weight: 700;
  opacity: 1;
}

.title-services span {
  font-size: 30px;
  font-weight: 700;
  color: #E9BC2B;
  opacity: 0.3;
}
@media screen and (max-width: 960px) {
  .title-services span {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .our-services .item {
    height: 460px;
  }
}
@media (max-width: 598px) {
  .our-services .item {
    height: 340px;
  }
}
@media (max-width: 400px) {
  .our-services .item {
    height: 360px;
  }
}
@media (max-width: 300px) {
  .our-services .item {
    height: 500px;
  }
}
/* 
---------------------------------------------
About
--------------------------------------------- 
*/
.about-us {
  padding-top: 80px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .about-us {
    padding: 0px;
    margin-top: 30px;
  }
}

.about-us .about-left-dec {
  width: 300px;
  left: 0;
  top: 140px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .about-us .about-left-dec {
    display: none;
  }
}

.about-us .left-image img {
  width: 520px;
  height: 520px;
}

@media screen and (max-width: 1200px) {
  .about-us .left-image img {
    width: 460px;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .about-us .left-image img {
    width: 100%;
    height: 100%;
  }
}
/* @media screen and (max-width: 500px) {
    .about-us .left-image img {
        width: 100%;
        height: 100%;
    }
} */
/* .about-us .left-image {

}
 */
.about-us .section-heading h2 {
  margin-right: 60px;
}
@media screen and (max-width: 960px) {
  .about-us .section-heading h2 {
    margin-top: 40px;
    margin-right: 0px;
  }
}

.about-us .section-heading p {
  margin-top: 20px;
}

.about-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.about-us .fact-item {
  margin-top: 45px;
}

.about-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
}

.about-us .fact-item .count-title {
  font-size: 15px;
  color: #06090F;
}

.about-us .fact-item p {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid #eee;
}

.img-value {
  width: 166px;
  height: 148px;
  margin-bottom: 48px;
}

.subscribe {
  padding-top: 170px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1440px) {
  .subscribe {
    padding-top: 70px;
  }
}
.subscribe .inner-content {
  background-image: url(../images/subscribe-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 0px;
  width: 100%;
  position: relative;
}

.subscribe .inner-content:after {
  content: "";
  background-image: url(../images/IA.png);
  position: absolute;
  width: 346px;
  height: 324px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: -15px;
  top: -30px;
}

.subscribe .inner-content h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .subscribe .inner-content h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 340px) {
  .subscribe .inner-content h2 {
    font-size: 20px;
  }
}

.subscribe .inner-content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 340px) {
  .subscribe .inner-content p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1440px) {
  .subscribe .inner-content:after {
    width: 290px;
    height: 272px;
    left: -15px;
    top: 0px;
  }
  .subscribe .inner-content {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .subscribe .inner-content:after {
    width: 250px;
    height: 234px;
    left: -15px;
    top: -5px;
  }
  .subscribe .inner-content h2 {
    font-size: 32px;
  }
  .subscribe .inner-content p {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .subscribe .inner-content {
    padding: 30px 0px;
  }
  .subscribe .inner-content h2 {
    margin-top: 150px;
  }
  .subscribe .inner-content:after {
    width: 170px;
    height: 158px;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.logo-footer img {
  width: 120px;
  height: 55px;
}

footer {
  z-index: 2;
  position: relative;
  background: #F7F9FC;
  padding-top: 40px;
  border-top: 2px solid #E9BC2B;
}

footer .copyright p {
  text-align: center;
  border-top: 2px solid #D8DBE3;
  border-radius: 2px;
  color: #888A8C;
  margin-top: 30px;
  padding: 20px 0px;
  font-weight: 500;
}

footer .copyright p a {
  color: #E9BC2B;
  font-weight: 600;
}

footer .copyright span {
  color: #E9BC2B;
}

.email {
  color: #06090F;
  font-size: 16px;
  transition: all 0.3s;
}
.email:hover {
  color: #E9BC2B;
}

.email-contact {
  transition: all 0.3s;
}
.email-contact:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .ml-mobile {
    margin-left: 15px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */