@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=KoHo&family=Ubuntu:wght@300;400;500;700&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  transition: transform 0.4s ease-in-out;
}

body {
  font-family: "KoHo", sans-serif;
  line-height: 1.25rem;
  color: #6f6f6f;
}
body h1, body h2, body h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04rem;
  color: #000000;
}
body h1 span, body h2 span, body h3 span {
  font-weight: 300;
}
body h4, body h5, body h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: -0.04rem;
  color: #000000;
}

b, strong {
  font-weight: bold;
}

h1 {
  font-size: 3rem;
  line-height: 3.375rem;
}
@media (min-width: 1800px) {
  h1 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 599px) {
  h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h2 {
  font-size: 2.375rem;
  line-height: 2.75rem;
}
@media (min-width: 1800px) {
  h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 599px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (max-width: 599px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

footer, header, nav, section, main {
  display: block;
  transition: all 0.3s ease-out;
}

section {
  padding: 3.75rem 0;
}
@media (max-width: 599px) {
  section {
    padding: 3.75rem 1rem;
  }
}
section .container-fluid {
  max-width: 1680px;
}
@media (max-width: 599px) {
  section .container .col-md-4, section .container .col-lg-4 {
    margin-top: 30px;
  }
}
section ul {
  list-style-type: numeric;
  margin: 0 20px;
}
section ul li {
  padding: 10px;
}
section ul li::marker {
  color: #CA2121;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

small {
  font-size: 0.75rem;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  padding: 15px;
  border: solid 1px #ddd;
  text-align: left;
}
table th {
  background-color: #f1f1f1;
}

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

blockquote {
  display: block;
  border-top: solid 2px #eee;
  padding: 1em 0 0.5em;
  margin: 1em 0;
  position: relative;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em "PT Sans", sans-serif;
  color: #666;
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

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

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

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

.button {
  display: inline-block;
  padding: 1rem 1.25rem;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #CA2121;
  border-radius: 10px;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 599px) {
  .button {
    font-size: 12px;
  }
}
.button.small {
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
}
.button:hover {
  color: #000000;
  background-color: #ffffff;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.social-icons img {
  margin-left: 20px;
}
.social-icons img:last-of-type {
  margin-right: 5px;
}

.bg-dark {
  background: #131014;
}
.bg-dark a {
  color: #ffffff;
}
.bg-dark a:hover {
  opacity: 0.6;
}
.bg-dark.bw {
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 316px, #131014 316px);
}
.bg-dark.about {
  background: url("../images/sobre.jpg") no-repeat center center;
  background-size: cover;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark p {
  color: #999999;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3 {
  font-weight: 500;
  color: #ffffff;
}

.bg-grey {
  background-color: #F3F3F3;
}

.logo-mobile {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  z-index: 90;
}

header .swiper {
  background-color: #000000;
  min-height: 650px;
  color: #ffffff;
}
@media (max-width: 599px) {
  header .swiper {
    min-height: auto;
    height: 80vh;
  }
}
header .swiper .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
header .swiper .swiper-slide {
  z-index: 0;
}
header .swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .swiper .swiper-slide h1 {
  position: absolute;
  top: 40%;
  color: #ffffff;
}
@media (max-width: 599px) {
  header .swiper .swiper-slide h1 {
    top: 40%;
  }
}
header .swiper .swiper-slide .button {
  position: absolute;
  bottom: 25%;
}
@media (max-width: 599px) {
  header .swiper .swiper-slide .button {
    bottom: 25%;
  }
}
header .swiper .logo {
  width: 250px;
}
header .swiper #navDesktop {
  position: absolute;
  width: 100%;
  z-index: 100;
}
@media (max-width: 599px) {
  header .swiper #navDesktop {
    display: none;
  }
}
header .swiper #navDesktop .topbar {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: solid 1px #585858;
}
header .swiper #navDesktop .topbar a {
  color: #ffffff;
}
header .swiper #navDesktop .topbar a:hover {
  opacity: 0.6;
}
header .swiper #navMobile {
  position: absolute;
  z-index: 999;
  width: 60%;
}
@media (min-width: 1200px) {
  header .swiper #navMobile {
    display: none;
  }
}
header .swiper.page-header {
  min-height: 45vh;
}
header .swiper.page-header.about {
  background: url("../images/sobre.jpg") no-repeat center center;
  background-size: cover;
}
header .swiper.page-header.services {
  background: url("../images/slide1.jpg") no-repeat center center;
  background-size: cover;
}
header .swiper.page-header h1 {
  position: relative;
  top: 65%;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 599px) {
  header .swiper.page-header h1 {
    position: absolute;
    top: 65%;
    font-size: 1.75rem;
    line-height: 2.25rem;
    z-index: 1;
  }
}
header .navbar {
  width: 100%;
  z-index: 999;
}
@media (min-width: 1200px) {
  header .navbar .nav-container {
    display: flex;
    justify-content: end;
  }
}
header .navbar .nav-container li {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  header .navbar .nav-container li {
    display: inline-flex;
  }
}
header .navbar .nav-container a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 1rem 1.25rem;
  border: solid 1px transparent;
  border-radius: 10px;
}
header .navbar .nav-container a:hover {
  border-color: #ffffff;
}
header .navbar .nav-container a.button {
  margin-left: 10px;
}
header .navbar .nav-container a.button:hover {
  color: #000000;
}
header .navbar .nav-container .mobile-items {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  width: 100%;
  height: 100vh;
  transform: translate(-150%);
  transition: transform 0.5s ease-in-out;
  text-align: right;
  background-color: black;
}
header .navbar .nav-container .mobile-items li {
  padding: 10px;
}
header .navbar .nav-container .checkbox {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
header .navbar .nav-container .hamburger-lines {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 20px;
  left: 20px;
  width: 32px;
  height: 26px;
  z-index: 2;
}
header .navbar .nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
}
header .navbar .nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
header .navbar .nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
header .navbar .nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
header .navbar .nav-container input[type=checkbox]:checked ~ .mobile-items {
  transform: translateX(0);
}
header .navbar .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}
header .navbar .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}
header .navbar .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.cards {
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media (max-width: 599px) {
  .cards {
    margin-top: 20px;
  }
}
.cards:hover {
  transform: scale(1.1);
}
.cards.team .content, .cards.solutions .content {
  border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .cards.team .content, .cards.solutions .content {
    min-height: 280px;
  }
}
.cards.team span, .cards.solutions span {
  font-size: 0.875rem;
  color: #ffffff;
}
.cards.team p, .cards.solutions p {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (max-width: 599px) {
  .cards.solutions {
    min-height: 50px;
  }
}
.cards.solutions .content h4 {
  min-height: 100px;
}
@media (max-width: 599px) {
  .cards.solutions .content h4 {
    min-height: 50px;
  }
}
.cards.solutions .content p {
  min-height: 80px;
}
@media (max-width: 599px) {
  .cards.solutions .content p {
    min-height: 40px;
  }
}
.cards .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background-color: #22292F;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cards .content {
  padding: 2rem 2rem 1rem;
  background-color: #ffffff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 599px) {
  .cards .content {
    padding: 1.5rem 3rem 1rem;
  }
}
@media (max-width: 1440px) {
  .cards .content p {
    min-height: 100px;
  }
}
.cards .content.dark {
  background-color: #000000;
}
.cards .content.dark p {
  color: #999999;
}
.cards .content.dark h4, .cards .content.dark h5, .cards .content.dark h6 {
  color: #ffffff;
}

.box {
  border-left: solid 1px #dddddd;
  padding: 0 0 0 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
  width: calc(var(--swiper-navigation-size)/ 44 * 44);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2rem;
}

.logo-carousel {
  padding: 1rem 0 0;
  background-color: white;
  border-radius: 20px;
}
.logo-carousel img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  padding: 30px;
}

.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots.disabled {
  display: block !important;
}

@media (max-width: 599px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-desktop {
    display: none !important;
  }
}

.solutions {
  width: 100%;
  height: 300px;
  mix-blend-mode: multiply;
  background: url("../images/solucoes.gif");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .solutions {
    background-size: contain;
  }
}

.schedule {
  background: url("../images/agendamento.jpg") no-repeat center center;
  background-size: cover;
}

.clients {
  background-color: white;
  padding: 2rem;
}
@media (max-width: 599px) {
  .clients > div {
    display: flex;
    align-items: center;
    min-height: 80px;
  }
}

/* Accordion styles */
.tabs {
  border: solid 1px #ddd;
  overflow: hidden;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-top: -20px;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background: white;
  font-weight: bold;
  cursor: pointer;
  color: black;
}
.tab-label:hover {
  background: white;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: white;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: white;
  cursor: pointer;
}
.tab-close:hover {
  background: white;
}

input:checked + .tab-label {
  background: white;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

footer {
  color: #ffffff;
  padding: 3.75rem 0;
  border-top: solid 1px #131014;
}
footer span {
  line-height: 1.75rem;
}

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