@font-face {
     font-family: 'GeneralSans-Regular';
     src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.ttf') format('truetype');
     font-weight: 400;
     font-display: swap;
     font-style: normal;
}
 @font-face {
     font-family: 'GeneralSans-Medium';
     src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
     font-weight: 500;
     font-display: swap;
     font-style: normal;
}
 @font-face {
     font-family: 'GeneralSans-Semibold';
     src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), url('../fonts/GeneralSans-Semibold.woff') format('woff'), url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
     font-weight: 600;
     font-display: swap;
     font-style: normal;
}
 @font-face {
     font-family: 'Satoshi-Regular';
     src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
     font-weight: 400;
     font-display: swap;
     font-style: normal;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1350px;
    }
}
 body {
     color: #161616;
}
body {
    transition: opacity 0.25s ease-in-out;
}
body.fade-out {
    opacity: 0;
}
 body, html {
     font-family: 'GeneralSans-Regular';
     scroll-behavior: smooth;
     background: #ffffff;
}
.pt-150 {
  padding-top: 150px!important;
}
.text-decoration-underline {
  text-decoration: underline!important;
}
h1,h2,h3,h4,h5 {
  font-family: 'Satoshi-Regular';
}
button, button:hover, button:focus, a:hover, a:focus {
     text-decoration: none;
     outline: none;
}
.pos-relative {
  position: relative;
}
.gored {
  color: #e22726!important;
}
.mt-80 {
  margin-top: 80px;
}
.mt-150 {
  margin-top: 150px;
}

.loader-thing {
  background: white;
  z-index: 99999999;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kapta-logo {
  width: 30vmin;
  height: 30vmin;
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}
@keyframes ani-logo-path {
  0% {
    opacity: 0;
    fill: #ccc;
  }
  10% {
    opacity: 1;
    fill: #ccc;
  }
  15% {
    opacity: 1;
    fill: currentcolor;
  }
}
#kapta-logo .logo-path {
  opacity: 0;
  animation: ani-logo-path 6s ease-in-out infinite;
  animation-delay: 2.5s;
}
#kapta-logo .logo-k {
  color: #0a1c2c;
}
#kapta-logo .logo-dot {
  color: #e12726;
}
@keyframes ani-construction-path {
  0% {
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 4000;
    opacity: 0;
  }
}
#kapta-logo .construction-path {
  opacity: 0;
  fill: none;
  stroke-width: 0.1em;
  stroke-linecap: round;
  stroke: #666;
  stroke-dasharray: 2000;
  animation: ani-construction-path 6s ease-in-out infinite;
}
#kapta-logo .construction-path:nth-child(1) {
  animation-delay: 0.2s;
}
#kapta-logo .construction-path:nth-child(2) {
  animation-delay: 0.1s;
}
#kapta-logo .construction-path:nth-child(3) {
  animation-delay: 0.4s;
}
#kapta-logo .construction-path:nth-child(4) {
  animation-delay: 0.3s;
}
#kapta-logo .construction-path:nth-child(5) {
  animation-delay: 0.15s;
}
#kapta-logo .construction-path:nth-child(6) {
  animation-delay: 0.25s;
}
#kapta-logo .construction-path:nth-child(7) {
  animation-delay: 0.35s;
}
#kapta-logo .construction-path:nth-child(8) {
  animation-delay: 0.1s;
}
#kapta-logo .construction-path:nth-child(9) {
  animation-delay: 0.12s;
}


input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 input, button {
  outline: none;
}
::selection {
  background: #fff;
  color: #15243e;
  text-shadow: none;
}
#header.inverted {
  position: relative;
  z-index: 1;
}

#header.inverted .navbar-light .navbar-nav .nav-link {
  color: white;
}
#header.inverted .navbar-light .navbar-nav .nav-link.contacts-but {
  color: #161616;
}
#header.inverted .navbar-light .navbar-nav .nav-link.contacts-but:hover {
  color: white;
}
#header .phonenumber {
  border-radius: 35px;
  padding: 10px 25px;
  border: 1px solid #161616;
  transition: background 0.5s ease;
  background: #161616;
  color: #f4f4f4;
  margin-right: 10px;
}
#header.inverted .navbar-nav .nav-link.gobar::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
#header.inverted .navbar-nav .nav-link.gobar:hover::after {
    width: 100%;
}


/*NAVIGATION*/
 .dropdown-item.active, .dropdown-item:active {
     background: transparent;
     color: inherit 
}
 .navbar {
    position: relative;
     padding-bottom: 0px;
     padding-top: 30px;
}
 .navbar-nav .nav-link {
     color: #f6f6f4;
}
 .navbar-light .navbar-nav .nav-link {
     color: #161616;
     padding-left: 1rem;
     padding-right: 1rem;
}
 .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #161616;
}
.navbar-nav .nav-link.gobar::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #161616;
    transition: width .3s;
}
.navbar-nav .nav-link.gobar:hover::after {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link.contacts-but {
     border-radius: 35px;
     padding: 10px 25px;
     background: white;
     color: #161616;
     border: 1px solid #161616;
     transition: background 0.5s ease;
}
.navbar-light .navbar-nav .nav-link.contacts-but:hover {
     transition: background 0.5s ease;
     background: #161616;
     color: #fff;
}
/*NAVIGATION*/

/*MAIN HERO*/
 #main_home {
     padding-top: 150px;
     position: relative;
}
#main_home .hero__grad {
    position: absolute;
    width: 788px;
    height: 788px;
    left: -20vw;
    top: -20vw;
    border-radius: 788px;
    background: rgb(229 85 92 / 28%);
    filter: blur(300px);
    transform: translate3d(0, 0, 0);
    z-index: 0;
    pointer-events: none;
}
 #main_home h1 {
     font-size: 4.9rem;
     line-height: 1;
     margin-bottom: 0px;
     letter-spacing: 1px;
     font-family: 'Satoshi-Regular';
}
 #main_home p {
     margin: 0;
     font-size: 1.3rem;
     margin-bottom: 20px;
     color: #656565;
}
 #main_home a {
     display: inline-block;
     color: #161616;
}
/*MAIN HERO*/


/*SOLUTIONS HOME*/
#solutions_home {
  position: relative;
  padding: 150px 0px;
}
#solutions_home h4 {
  color:#656565;
}
#solutions_home p {
  margin: 0;
  font-size: 2rem;
}
/*SOLUTIONS HOME*/


/*ROAD TO SUCESS*/
#in_the_making {
  padding-bottom: 90px;
}
#in_the_making span.tag {
  border-radius: 35px;
  padding: 10px 25px;
  background: transparent;
  color: #161616;
  border: 1px solid #dbdbdb;
}
#in_the_making .eachcard {
  padding: 60px 0px;
  border-top:1px solid #dbdbdb;
}
#in_the_making h4 {
  font-size: 2.2rem;
}
#in_the_making p {
  margin: 0;
  color:#656565;
  font-size: 1.2rem;
}
/*ROAD TO SUCESS*/


/*CLIENTS*/
#parters {
  padding: 140px 0 90px 0;
}
#parters h4 {
  color:#656565;
  margin-bottom: 20px;
}
#parters h2 {
  margin-bottom: 60px;
}
/*CLIENTS*/


/*SOBRE PROBLEMAS*/
#onttheseissues {
  padding: 140px 0;
  background: #161616;
}
#onttheseissues h4 {
  color:#999;
  margin-bottom: 20px;
}
#onttheseissues h2 {
  margin-bottom: 0px;
  color: white;
}
/*SOBRE PROBLEMAS*/

/*SOBRE PROBLEMAS*/
#issuezero {
  padding: 80px 0;
  background: url('../img/performace-banner.webp');
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
#issuezero .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#issuezero h4 {
  color:#999;
  margin-bottom: 20px;
}
#issuezero h2 {
  margin-bottom: 0px;
  color: white;
}
#issuezero p {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 0;
}
#issuezero .card-sucess {
  background: #00000066;
  padding: 12px 30px;
  border-radius: 30px;
}
#issuezero .card-sucess h1 {
  color: white;
  font-size: 2rem;
  text-align: right;
  font-family: 'Satoshi-Regular';
}
#issuezero .card-sucess h3 {
  color: white;
  font-size: 1.30rem;
}


#issueone {
  padding: 80px 0;
  background: url('../img/userexperience-banner.webp');
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
#issueone .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#issueone h4 {
  color:#f4f4f4;
  margin-bottom: 20px;
}
#issueone h2 {
  margin-bottom: 0px;
  color: #161616;
}
#issueone p {
  color: #161616;
  font-size: 1.1rem;
  margin-bottom: 0;
}
#issueone .card-sucess {
  background: #ffffff66;
  padding: 12px 30px;
  border-radius: 30px;
}
#issueone .card-sucess h1 {
  color: #161616;
  font-size: 2rem;
  text-align: right;
  font-family: 'Satoshi-Regular';
}
#issueone .card-sucess h3 {
  color: #161616;
  font-size: 1.30rem;
}

#issuezero.three {
  padding: 80px 0;
  background: url('../img/traffic-banner.webp');
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
#issueone.four {
  padding: 80px 0;
  background: url('../img/convertion-banner.webp');
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

/*SOBRE PROBLEMAS*/

/*FOOTER*/
footer {
  padding: 80px 0;
  background: #161616;
  position: relative;
  overflow: hidden;
  color: #f6f6f4;
}
footer .hero__grad {
    position: absolute;
    width: 788px;
    height: 788px;
    right: -20vw;
    bottom: -20vw;
    border-radius: 788px;
    background: rgb(229 85 92 / 28%);
    filter: blur(300px);
    transform: translate3d(0, 0, 0);
    z-index: 0;
    pointer-events: none;
}
footer h3 {
  font-family: 'GeneralSans-Regular';
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #aaa;
}
footer .titles,
footer p a,
footer p a:hover {
  color: #f6f6f4;
}
footer .social a {
  font-family: 'GeneralSans-Medium';
}
footer .nav-pills .nav-link {
  border-radius: 35px;
  padding: 10px 20px;
  background: transparent;
  color: #f6f6f4;
  border: 1px solid #dbdbdb;
  margin-right: 20px;
  display: inline-block;
  transition: background 0.5s ease;
}
footer .nav-pills .nav-link:hover {
  color: #161616;
  background: #f6f6f4;
  transition: background 0.5s ease;
}
footer form label {
  color: #aaa;
}
footer form input {
  background: transparent;
  display: block;
  width: 100%;
  padding: 20px 0px;
  font-size: 1.3rem;
  border: none;
  color: white;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
footer form input::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

footer form input::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}
footer form .disclosure, footer form .disclosure a {
  font-size: 0.9rem;
  color: #aaa;
}
footer form button {
  position: absolute;
  right: 0;
  bottom: 50px;
  color: white;
  background: transparent;
  border: none;
  font-size: 2rem;
}
/*FOOTER*/


/*CALL NOW*/
#voadora_sentado {
  background: white;
  position: fixed;
  right: 30px;
  border-radius: 300px;
  bottom: 30px;
  padding: 28px 28px 28px 29px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#voadora_sentado svg {
  width: 70px;
  position: absolute;
  overflow: visible;
  left: 8px;
  top: 8px;
}

#voadora_sentado path {
  opacity: var(--show, 0);
  transition: opacity 0.2s;
}

.dg :is(.cr.string, .cr.number) input[type=text] {
  color: red;
  line-height: 1;
}
/*CALL NOW*/

/*CONTACTS*/
#galeoffice {
  padding: 80px 0;
}
#office-details h2 {
  margin-bottom: 40px;
  font-size: 3.125rem;
}
#office-details h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#office-details p {
  font-size: 1.2rem;
}
#office-details a {
  color: #161616;
}
/*CONTACTS*/

/*FOLLOW US*/
#follwoussocial {
  padding: 140px 0;
}
#follwoussocial h4 {
  color:#999;
  margin-bottom: 20px;
}
#follwoussocial h2 {
  margin-bottom: 0px;
}
#follwoussocial .tags a {
  border-radius: 35px;
  padding: 10px 25px;
  background: white;
  color: #161616;
  border: 1px solid #161616;
  transition: background 0.5s ease;
  font-size: 2rem;
}
/*FOLLOW US*/

/*BLOG LISTA*/
#blog_list {
  padding: 80px;
}
#blog_list .cadaum {
  align-items: center;
  padding: 60px 0px;
  border-top: 1px solid #dbdbdb;
}
#blog_list .cadaum h2 {
  font-size: 1.5rem;
  margin-top: 10px
}
#blog_list .cadaum p {
  margin: 0;
  font-size: 1.2rem;
}
#blog_list .cadaum p a {
  color: #656565;
}
#blog_list h2 a {
  color: #161616;
}
#blog_list .cadaum li a {
  border-radius: 35px;
  padding: 10px 15px;
  background: white;
  color: #161616;
  border: 1px solid #161616;
  transition: background 0.5s ease;
}
/*BLOG LISTA*/

/*SOLUTIONS HOME*/
#about-first-part {
  position: relative;
  padding: 150px 0px 120px 0px;
}
#about-first-part h2 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}
#about-first-part p {
  margin: 0;
  color:#656565;
  font-size: 1.3rem;
}
#about-first-part .eachperson h5 {
  font-size: 1.4rem;
}
#about-first-part .eachperson p {
  color:#656565;
  font-size: 1.2rem;
}
#about-first-part a.projetos {
  color: #161616;
  font-family: 'GeneralSans-Medium';
}


#slider {
  padding-bottom: 150px;
}
#slider .slick-list {
  padding: 0 28% !important;
}
#slider .slick-arrow {
  filter: invert(1);
}
#slider .slick-dots li.slick-active {
  transform: scale(1.5);
}
#slider .slick-dots li.slick-active button:before {
  color: #ff0000;
}
/* slide when not active/center*/
#slider .slick-slide,
#slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.9, 0.9);
  transition: transform 0.3s;
  opacity: 0.3;
}
/* slide when active/center */
#slider .slick-center,
#slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1, 1);
  opacity: 1;
}
#slider .slick-slide img {
  margin: 0 auto;
}
#slider .slick-prev {
  display: none!important;
}
#slider .slick-next {
    display: none!important;
}
/*SOLUTIONS HOME*/

/*OUR CULTURE*/
#our-culture {
  padding-bottom: 150px;
}
#our-culture h4 {
  color: #656565;
    margin-bottom: 20px;
}
#our-culture h2 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}
#our-culture p {
  color: #656565;
  font-size: 1.3rem;
}
/*OUR CULTURE*/

/*PRESS*/
#press {
  padding: 140px 0;
  background: #161616;
}
#press h4 {
  color: #999;
  margin-bottom: 20px;
}
#press h2 {
  margin-bottom: 20px;
  color: white;
}
#press p {
  color: white;
  font-size: 1.3rem;
  margin-bottom: 50px;
}

/*PRESS*/

/*OUR CULTURE*/
#our-culture a.joinus {
  color: #161616;
  font-family: 'GeneralSans-Medium';
}
/*OUR CULTURE*/

/*EXPERTISE HERO*/
#main_home.umpoucodif {
  height: 100vh;
  position: relative;
  background-position: center center;
  background-image: url(../img/expertise.webp);
  background-attachment: fixed;
  margin-top: -85px;
  background-size: cover;
  align-items: center;
  display: flex;
  padding-top: 0;
}
#main_home.umpoucodif::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .4) 100%);
}
#main_home.umpoucodif h1 {
  color: white;
  font-size: 4.5rem;
}
#main_home.umpoucodif a {
  color: #fff;
  font-family: 'GeneralSans-Medium';
}
/*EXPERTISE HERO*/

/*EXPERTISE BUILD*/
#expertise_build {
  padding: 150px 0 90px 0;
  background: #161616;
}
#expertise_build h1 {
  font-size: 4.6rem;
  color: white;
}
#expertise_build .row .col-md-8  {
  border-top: 1px solid #656565;
  padding: 60px 30px;
}
#expertise_build .row .col-md-8:hover {
  background:rgba(255,255,255,0.1);
}
#expertise_build .row a h3 {
  color: white;
}
#expertise_build .row a p {
  color: #999;
  font-size: 1.2rem;
}
#expertise_build .row .nav-pills .nav-link {
  border-radius: 35px;
  padding: 10px 20px;
  margin-bottom: 1.5rem;
  background: transparent;
  color: #f6f6f4;
  border: 1px solid #dbdbdb;
  margin-right: 20px;
  display: inline-block;
  transition: background 0.5s ease;
}
/*EXPERTISE BUILD*/


/*EXPERTISE BUILD INVERTED*/
#expertise_build_inv {
  padding:150px 0 90px 0;
  background: #fff;
}
#expertise_build_inv h1 {
  font-size: 4.6rem;
  color: #161616;
}
#expertise_build_inv .row .col-md-8 {
  border-top: 1px solid #656565;
  padding: 60px 30px;
}
#expertise_build_inv .row .col-md-8:hover {
  background:rgba(000,000,000,0.1);
}
#expertise_build_inv .row a h3 {
  color: #161616;
}
#expertise_build_inv .row a p {
  color: #999;
  font-size: 1.2rem;
}
#expertise_build_inv .row .nav-pills .nav-link {
  border-radius: 35px;
  padding: 10px 20px;
  margin-bottom: 1.5rem;
  background: transparent;
  color: #161616;
  border: 1px solid #161616;
  margin-right: 20px;
  display: inline-block;
  transition: background 0.5s ease;
}
/*EXPERTISE BUILD INVERTED*/


/*WEB DESIGN*/
#solutions_home {
  position: relative;
  padding: 150px 0px;
}
#solutions_home h4 {
  color:#656565;
}
#solutions_home h3 {
  font-size: 3.125rem;
}
#solutions_home p {
  margin: 0;
  color:#656565;
  font-size: 1.2rem;
}
/*WEB DESIGN*/

/*SOBRE PROBLEMAS*/
#onttheseissues_inv {
  padding: 140px 0;
}
#onttheseissues_inv h4 {
  color:#999;
  margin-bottom: 20px;
}
#onttheseissues_inv h2 {
  margin-bottom: 60px;
  color: #161616;
}
#onttheseissues_inv .eachones {
  padding: 30px;
}
#onttheseissues_inv .eachones h5 {
  text-align: right;
  font-size: 1.3rem;
}
#onttheseissues_inv .eachones h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #161616;
  margin-top: 30px;
}
#onttheseissues_inv .eachones p {
  color:#161616;
  font-size: 1.1rem;
  margin-bottom: 0;
}
#onttheseissues_inv .eachones .numero {
    border-radius: 35px;
    padding: 10px 25px;
    background: transparent;
    color: #161616;
    border: 1px solid #161616;
    transition: background 0.5s ease;
}
#onttheseissues_inv .eachones.bglight {
  background: #f4f4f4;
}
#onttheseissues_inv .eachones.bgnor {
  background: #aaa;
}
#onttheseissues_inv .eachones.bgblk {
  background: #161616;
}
#onttheseissues_inv .eachones.bgblk h5, #onttheseissues_inv .eachones.bgblk h4, #onttheseissues_inv .eachones.bgblk p {
  color: white;
}
#onttheseissues_inv .eachones.bgblk .numero {
  color: #ffffff;
  border: 1px solid #ffffff;
}
/*SOBRE PROBLEMAS*/
#solutions_home.lightg {
  background: #f4f4f4;
}
.cada-micro {
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
}
.cada-micro h1 {
  font-size: 4.7rem;
}
.cada-micro h2 {
  font-size: 1.25rem;
}



/*WORKS LIST*/
#works_list {
  padding: 150px 0;
}
#works_list h4 {
  color: #656565;
  font-family: 'GeneralSans-Regular';
  font-size: 1rem;
}
#works_list p {
  color: #656565;
  font-size: 1.4rem;
  color: #161616;
}
/*WORKS LIST*/


/*WORKS DETAIL*/
#works_detail {
  position: relative;
  padding: 150px 0px;
}
#works_detail h4 {
  color:#656565;
  font-size: 1rem;
}
#works_detail li {
  font-family: 'GeneralSans-Medium';
}
#works_detail h3 {
  font-size: 3.125rem;
}
#works_detail p {
  margin: 0;
  color: #656565;
  font-size: 1.2rem;
}
#works_detail p strong {
  font-family: 'GeneralSans-Medium';
}
#works_detail p a {
  color: #161616;
  text-decoration: underline;
}
/*WORKS DETAIL*/




/*MENU MINI*/
#mobile_navigation .burger {
  position: absolute;
  top: 2.8rem;
  right: 1rem;
  width: 45px;
  height: 34px;
  transition: .3s ease-in-out;
  z-index: 5;
}

#mobile_navigation .burger span{
  position: absolute;
  height: 3px;
  border-radius: 3px;
  width: 100%;
  background: #161616;
  top: 0;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}

#mobile_navigation .burger span:nth-child(1){
  top: 0;
}
#mobile_navigation .burger span:nth-child(2),
#mobile_navigation .burger span:nth-child(3){
  top: 13px;
}
#mobile_navigation .burger span:nth-child(4){
  top: 26px;
}


#mobile_navigation .burger.active span{
  background: #fff;
}
#mobile_navigation .burger.active span:nth-child(1),
#mobile_navigation .burger.active span:nth-child(4){
  opacity: 0;
}

#mobile_navigation .burger.active span:nth-child(2){
  transform: rotate(45deg);
}

#mobile_navigation .burger.active span:nth-child(3){
  transform: rotate(-45deg);
}

/* Navigation */

#mobile_navigation .overlay{
  position: fixed;
  background: #161616;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s, visibility .3s, height .3s;
}

#mobile_navigation nav {
  font-size: 2rem;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  text-align: center;
}
#mobile_navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile_navigation nav ul li{
  opacity: 0;
  margin: 1rem 0;
}
#mobile_navigation nav ul li a{
  color: #fff;
  text-decoration: none;
  transition: opacity .2s ease;
  opacity: .75;
}
#mobile_navigation nav ul li a:hover{
  opacity: 1;
  color: #fff;
}

/* Animation */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-25%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#mobile_navigation .overlay.visible{
  opacity: .95;
  visibility: visible;
  height: 100vh;
  z-index: 2;
}
#mobile_navigation .overlay.visible li {
    animation: fadeInLeft .3s ease forwards;
  }
#mobile_navigation .overlay.visible li:nth-of-type(1){
  animation-delay: .23s;
}
#mobile_navigation .overlay.visible li:nth-of-type(2){
  animation-delay: .26s;
}
#mobile_navigation .overlay.visible li:nth-of-type(3){
  animation-delay: .29s;
}
#mobile_navigation .overlay.visible li:nth-of-type(4){
  animation-delay: .32s;
}
#mobile_navigation .overlay.visible li:nth-of-type(5){
  animation-delay: .35s;
}
#mobile_navigation .overlay.visible li:nth-of-type(6){
  animation-delay: .37s;
}
/*MENU MINI*/

/*MOBILE NAVIGATION*/
#mobile_navigation {
  display: none;
}
/*MOBILE NAVIGATION*/
#politica-privacidade {
  padding-bottom: 150px
}
#politica-privacidade h2 {
  margin-bottom: 40px;
  font-size: 3.125rem;
}
#politica-privacidade h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#politica-privacidade p, #politica-privacidade li {
  font-size: 1.2rem;
}
#politica-privacidade a {
  color: #161616;
}
.card-solutions a h4 {
  color: #161616;
  margin-top: 10px
}
.card-wrap {
  padding: 20px;
  border: 1px solid #161616;
  border-radius: 15px;
  margin-bottom: 20px;
}
.card-wrap .dropdown .btn {
 border-radius: 100px;
 padding: 10px 25px;
 background: white;
 color: #161616;
 border: 1px solid #161616;
 outline: none;
 transition: background 0.5s ease;
}
.card-wrap .dropdown-menu {
  border-radius: 20px;
}
.card-wrap label {
  font-size: 1rem;
  margin-bottom: 0;
}
.card-wrap label a {
  color: #161616;
  text-decoration: underline;
}
.card-wrap button {
  border-radius: 35px;
  padding: 10px 25px;
  background: #161616;
  color: white;
  border: 1px solid #161616;
  transition: background 0.5s ease;
}
.card-wrap button:hover {
  background: white;
  border: 1px solid white;
  color: #161616;
}
.card-wrap input.form-control {
  background: transparent;
  display: block;
  width: 100%;
  padding: 8px 0px;
  font-size: 1rem;
  border: none;
  color: #161616;
  border-bottom: 1px solid #161616;
  margin-bottom: 10px;
  border-radius: 0;
  height: inherit;
  box-shadow: none;
  outline: none;
  line-height: 1;
}
.card-wrap .dropdown-item img {
  position: relative;
  top: -2px;
}
.card-wrap .dropdown.show .btn {
  background: black;
  color:white;
  box-shadow: none;
  outline: none;
  border:none
}
video.fullscreen {
  height: 100%;
  object-fit: contain;
}



#academiapost {
  position: relative;
  padding: 150px 0px;
}
#academiapost h4 {
  color:#656565;
  font-size: 1rem;
}
#academiapost li {
  color: #656565;
}
#academiapost h3 {
  font-size: 3.125rem;
}
#academiapost p {
  margin: 0;
  color: #656565;
  font-size: 1rem;
}
#academiapost p strong {
  font-family: 'GeneralSans-Medium';
}
#academiapost p a, #academiapost li a {
  color: #161616;
  text-decoration: underline;
}
.img-fluider {
  width: 100%!important;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #mobile_navigation {
    display: block;
  }
  .navbar-toggler {
    display: none;
  }
  #main_home h1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  #galeoffice {
    padding: 40px 0;
  }
  #main_home {
    padding-top: 80px;
  }
  #main_home .mt-150 {
    margin-top: 80px;
  }
  #solutions_home {
    padding: 80px 0;
  }
  #in_the_making span.tag {
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 20px;
  }
  #main_home .hero__grad {
    width: 100%;
    filter: blur(200px);
  }
  #issuezero h2, #issueone h2 {
    font-size: 1.3rem;
  }
  #issuezero .card-sucess, #issueone .card-sucess {
    margin-top: 20px;
  }

  #issuezero {
    background-image: url('../img/performace-banner-m.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #0e0e0e;
    padding: 40px 0;
  }
  #issueone {
    background-image: url('../img/userexperience-banner-m.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: contain;
    padding: 40px 0;
  }
  #issuezero.three {
    background-image: url('../img/traffic-banner-m.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #04040e;
    background-size: contain;
    padding: 40px 0;
  }
  #issueone.four {
    background-image: url('../img/convertion-banner-m.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #d7d7d7;
    background-size: contain;
    padding: 40px 0;
  }
  .nopad-m {
    padding: 0;
  }
  #follwoussocial .tags a {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  #blog_list .cadaum li a {
    margin-bottom: 20px;
  }
  #about-first-part, #press {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #slider, #our-culture {
    padding-bottom: 80px;
  }
  #works_list {
    padding-top: 80px;
  }
  #blog_list {
    padding: 0;
  }
  #works_detail h3 {
    font-size: 2.3rem;
  }
  #works_detail p {
    font-size: 1rem;
  }
  #expertise_build_inv h1, #expertise_build h1 {
    font-size: 3rem;
  }
  #solutions_home h3 {
    font-size: 2.8rem;
  }
  #blog_list h2 {
    margin-top: 20px;
  }
  #works_detail {
    padding: 80px 0;
  }
  #mobile_navigation.inverted .burger span {
    background: #fff;
  }
  .cada-micro h1 {
    font-size:2rem;
  }
  .cada-micro h2 {
    font-size: 1rem;
  }
  #blog_list .cadaum p {
    font-size: 1.1rem;
  }
  #about-first-part .eachperson h5 {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  #about-first-part .eachperson p {
    font-size: 1rem;
  }
  #slider .slick-list {
    padding: 0 14%!important;
  }
  #slider .slick-slide, #slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    opacity: 1;
  }
  #press img {
    margin-bottom: 30px;
  }
  #our-culture .pt-150 {
    padding-bottom: 80px!important;
  }
  #main_home.umpoucodif h1 {
    font-size: 3.3rem;
  }
  #main_home.umpoucodif {
    height: 90vh;
  }
  .card-wrap {
    border: none;
    padding: 20px 0 0 0;
  }
}



/*MAIN HERO*/
#main_home_duo {
     padding: 150px 0;
     position: relative;
}
#main_home_duo .hero__grad {
    position: absolute;
    width: 788px;
    height: 788px;
    left: -20vw;
    top: -20vw;
    border-radius: 788px;
    background: rgb(229 85 92 / 28%);
    filter: blur(300px);
    transform: translate3d(0, 0, 0);
    z-index: 0;
    pointer-events: none;
}
 #main_home_duo h1 {
     font-size: 4.9rem;
     line-height: 1;
     margin-bottom: 0px;
     letter-spacing: 1px;
     font-family: 'Satoshi-Regular';
}
#main_home_duo h2 {
  opacity: 0.5;
  margin-bottom: 20px
}
 #main_home_duo p {
     margin: 0;
     font-size: 1.3rem;
     margin-bottom: 20px;
     color: #656565;
}
 #main_home_duo a {
     display: inline-block;
     color: #161616;
}
#main_home_duo .btn-group-toggle label {
  border-radius: 35px;
  padding: 10px 20px;
  background: transparent;
  color: #161616;
  border: 1px solid #161616;
  margin-right: 20px;
  box-shadow: none!important;
  display: inline-block;
  transition: background 0.5s ease;
}
#main_home_duo .btn-group-toggle label.active {
  background: #161616;
  box-shadow: none!important;
  color: #f4f4f4;
}
#main_home_duo textarea {
  width: 100%;
  height: 240px;
  resize: none;
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #161616;
}
#main_home_duo textarea:focus, #main_home_duo textarea:hover {
  box-shadow: none;
  outline: none;
}
#main_home_duo input.form-control {
  background: transparent;
  display: block;
  width: 100%;
  padding: 8px 0px;
  font-size: 1rem;
  border: none;
  color: #161616;
  border-bottom: 1px solid #161616;
  margin-bottom: 10px;
  border-radius: 0;
  height: inherit;
  box-shadow: none;
  outline: none;
  line-height: 1;
}
.row.align-items-center {
    transition: opacity 0.3s ease;
}
#main_home_duo button {
  border-radius: 35px;
  padding: 10px 45px;
  background: #161616;
  color: white;
  border: 1px solid #161616;
  transition: background 0.5s ease;
}
#main_home_duo .form-check-label a {
  color: #161616;
  text-decoration: underline;
}
/*MAIN HERO*/

.fixedone a {
  background: #e32426;
  color: #f4f4f4;
  font-family: 'Satoshi-Regular';
  font-size: 1.2rem;
  padding: 12px;
  display: inline-block;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  text-align: center; 
}