@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

:root {
  --light-blue: rgba(0, 218, 223, 255);
  --dark-blue: rgba(0, 98, 99, 255);
  --text-white: rgba(255, 255, 255, 255);
}

html,
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

header {
  display: flex;
  padding: 10px 80px;
  min-height: 90px;
  background-color: var(--light-blue);
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 50;
}

.logo-header {
  width: 225px;
}

.navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

.show {
  justify-content: flex-end;
}

.section-1 {
  padding: 100px 0% 140px 10%;
  background-image: url("./img/SVG/banner-home.svg");
  background-position: center;
  background-size: cover;
  display: flex;
  background-color: rgba(0, 219, 223, 0.068);
}

.text-section-1 {
  text-align: left;
  width: 50%;
}

.text-section-1 h1 {
  margin-bottom: 30px;
  font-size: 35px;
}

.section-2 {
  padding: 0% 8% 0% 8%;
  background-color: rgba(0, 219, 223, 0.068);
  display: flex;
  flex-direction: column;
  position: relative;
  /* transform: translateY(-70px); */
}

.content-section-2 {
  display: flex;
}

.text-section-2 {
  width: 50%;
  margin: 30px;
}

.text-section-2 h1 {
  text-align: center;
  font-size: 30px;
}

.text-section-2 h3 {
  text-align: center;
  color: gray;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 500;
}

.title-section-2 {
  text-align: center;
}

.title-section-2 h1,
.title-section-2 h3 {
  font-size: 36px;
}

.dots {
  padding: 5px 10px;
}

.dots-1 {
  position: absolute;
  top: 25px;
  left: 20px;
}

.dots-2 {
  position: absolute;
  top: 50px;
  right: -35px;
  transform: rotate(90deg);
}

.section-3 {
  width: 100%;
  display: flex;
  padding: 50px;
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.section-3 h1 {
  font-size: 36px;
}

.img-element {
  position: absolute;
  top: 70px !important;
  left: -115px !important;
}

.section-3-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 80%;
  margin-top: 90px;
}

.section-3-icons-inner {
  flex-basis: 230px;
}

.section-3-icons-inner div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-3-icons div span {
  color: white;
  text-align: center;
  font-weight: 600;
}

.section-3-circle {
  margin-bottom: 15px;
}

.bt {
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 50px;
  transition: 0.15s;
  font-weight: 600;
  margin: 2px 6px;
  font-size: 14px;
  text-decoration: none;
  width: 100px;
  text-align: center;
}

.bt-simple:hover {
  color: rgb(114, 114, 114);
  background-color: white;
}

.bt-dark {
  background-color: var(--dark-blue);
}

.bt-dark:hover {
  background-color: rgb(0, 83, 83);
}

.text-light-blue {
  color: var(--light-blue);
}

.text-dark-blue {
  color: var(--dark-blue);
}

.text-white {
  color: rgb(255, 255, 255);
}

.section-4 {
  background-color: var(--dark-blue);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.text-section-4 {
  max-width: 67%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
}

.products-title {
  font-size: 40px;
}

.products-text {
  font-size: 20px;
  margin: 50px;
  display: inline-block;
}

.products-fake-btn {
  background-color: var(--light-blue);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40%;
  border-radius: 10px;
  transform: skewX(-20deg);
}

.products-fake-btn span {
  color: var(--dark-blue);
  font-weight: 600;
  transform: skew(20deg);
}

.section-5 {
  background-color: rgba(0, 219, 223, 0.068);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  position: relative;
  overflow: hidden;
}

.cases-fake-btn {
  background-color: var(--dark-blue);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 23%;
  border-radius: 10px;
  transform: skewX(-20deg);
  margin: 50px 50px 80px;
}

.cases-fake-btn span {
  color: var(--light-blue);
  font-weight: 600;
  transform: skewX(20deg);
  display: inline-block;
}

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

.task-text {
  text-align: center;
  margin-bottom: 60px;
}

.task-logo {
  margin-bottom: 20px;
}

.task-el-1 {
  position: absolute;
  top: -100px;
  left: -200px;
  transform: rotate(55deg);
}

.task-el-2 {
  position: absolute;
  top: -70px;
  right: -120px;
}

.task-text span {
  width: 60%;
  display: inline-block;
  color: var(--dark-blue);
  padding: 3px;
  line-height: 23px;
}

.work-flow {
  text-align: center;
  width: 90%;
}

.flow-title {
  display: block;
  margin: 60px 0px 30px;
  font-weight: 600;
  color: var(--dark-blue);
  font-size: 20px;
}

.work-flow-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  padding: 40px 0px;
}

.topic-icons-work-flow {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.text-span-work-flow {
  font-size: 14.5px;
}

.separator,
.separator-x {
  height: 1px;
  background-color: var(--light-blue);
  width: 80%;
}

.separator-x {
  margin-top: 40px;
}

.separator-fluxo {
  height: 2px;
  width: 3%;
  background-color: #cfcfcf;
  margin: 115px 0;
}

.quita-web {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0;
}

.quita-logo {
  margin-bottom: 40px;
}

.quitaweb-text {
  text-align: center;
  color: var(--dark-blue);
  width: 60%;
}

.quitaweb-text a {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}

.confirma {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0;
}

.confirma-logo {
  margin-bottom: 0;
  padding-bottom: 0;
}

.confirma-text {
  text-align: center;
  color: var(--dark-blue);
  width: 60%;
  padding-top: 30px;
}

.section-6 {
  width: 100%;
  display: flex;
  padding: 50px;
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.el-sec6-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.el-sec6-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.contact-title {
  color: var(--dark-blue);
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.link-text {
  font-weight: 500;
  color: var(--dark-blue);
}

.access-fake-btn {
  background-color: var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 60px;
  border-radius: 10px;
  transform: skewX(-20deg);
  margin: 20px 50px 30px;
}

.access-fake-btn span {
  color: var(--text-white);
  font-weight: 500;
  transform: skewX(20deg);
  display: inline-block;
  font-size: 28px;
}

.section-7 {
  width: 100%;
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.clients-text {
  color: var(--dark-blue);
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.line-1-clients-logos,
.line-2-clients-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo {
  margin: 20px 40px;
}

button.carousel-control-prev {
  color: #000;
  background-color: #000;
  margin-right: 100px;
}

footer {
  background-color: var(--dark-blue);
  width: 100%;
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.text-footer {
  color: white;
  display: block;
}

.instagram {
  color: white;
  display: block;
  font-size: 32px;
  margin-top: 20px;
}

.go-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: var(--dark-blue);
  padding: 10px;
}

.go-up a {
  color: white;
  padding: 5px;
  font-size: 20px;
}

.go-up a:hover {
  color: white;
}

@keyframes bdBestCarousel {
  0% {
      transform: translate(65%);
  }
  100% {
      transform: translate(-65%);
  }
}

.clients-logos {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
}

/* icons */
.instagram:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border-radius: 6px;
}

i.fab.fa-instagram.instagram {
  padding: 0 2px;
}
