* {
  font-family: "Roboto", sans-serif;
  list-style: none;
  scroll-behavior: smooth;
  position: relative;
}
a:hover {
  text-decoration: none;
}

header {
  margin-bottom: 26px;
}
.color4 {
  background: #e2af00;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.color4:hover {
  background: #1e9469;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.whatsappbtn {
  z-index: 9999 !important;
  position: fixed !important;
  bottom: 10px !important;
  right: 20px !important;
}
.upbtn {
  z-index: 9999 !important;
  position: fixed !important;
  bottom: 70px !important;
  right: 20px !important;
}

/* BUTTONS */
.btao {
  border-radius: 24px;
  padding: 14px 29px;
  font-weight: 600;
  display: block;
  text-align: center;
}

.btn-style-1 {
  color: #003471;
  border: 2px solid #003471;
  transition: all 0.6s ease-in-out;
  margin-bottom: 12px;
}
.btn-style-1:hover {
  color: #fff;
  background: #003471;
  transition: all 0.6s ease-in-out;
}

.btn-style-2 {
  color: #fff;
  background: #003471;
  transition: all 0.6s ease-in-out;
}
.btn-style-2:hover {
  color: #003471;
  background: #fff;
  border: 2px solid #003471;
  transition: all 0.6s ease-in-out;
}

.btn-style-3 {
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.6s ease-in-out;
  font-size: 18px;
}
.btn-style-3:hover {
  background: #fff;
  color: #e36242;
  transition: all 0.6s ease-in-out;
}

/* SECTION 1 START  */
.navbar {
  position: fixed;
  background-color: rgb(219, 227, 255);
  border-bottom: 2px solid #00000008;
}
.navbar-brand {
  width: 180px;
}

.bg-section-head {
  background: url(../img/bg-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 118%;
  margin-top: 78px;
}

ul > li > a > i {
  color: #fff;
  height: 34px;
  line-height: 34px !important;
  font-size: 17px;
  width: 34px;
  border-radius: 50px;
  text-align: center;
  margin-top: 1px;
  margin-left: 2px;
}
ul > li > a > .fa-facebook-f {
  background: #003471;
}
ul > li > a > .fa-instagram {
  background: #ed3237;
}
ul > li > a > .fa-linkedin-in {
  background: #e2af00;
}

.bg-section-head header h1 {
  font-size: 44px;
}
.bg-section-head header p {
  font-size: 22px;
}
.bg-section-head .form {
  background: #c3cff9;
  padding: 14px;
  border-radius: 6px;
}
.bg-section-head .form .btn {
  width: 100% !important;
}

/* SECTION 1 END */

/* SECTION 2 START  */
.section-two header ul li {
  font-size: 22px;
}
.section-two header ul li i {
  font-size: 24px;
  color: #003471;
}
/* SECTION 2 END */

/* SECTION 3 START  */
.section-three {
  background: url(../img/img-section-three.png);
  padding: 80px 0;
}
/* SECTION 3 END */

/* SECTION 5 START  */
.section-five {
  background: #0360bd url(../img/img-section-five.jpg) no-repeat;
  padding: 80px 0 40px 0;
}
.five-card {
  background: #015ab4;
  color: #fff;
  height: 180px;
  padding: 13px;
  border-radius: 12px;
  box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.12),
    3px 3px 20px 0 rgba(255, 252, 252, 0);
  transition: all 0.4s ease-in-out;
}
.five-card:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  background: #0380d0;
}
/* SECTION 5 END */

.how-work .mobile {
  display: block;
}
.how-work .desktop {
  display: none;
}

/* SECTION 6 START  */
.section-six {
  background: #e0262b;
  padding: 30px 0;
}
.section-six .card-time h3 {
  font-size: 37px;
  margin-bottom: 20px;
}
.section-six .card-time h3 span {
  border-bottom: 4px solid #fff;
}
/* SECTION 6 END */

/* SECTION 7 START */
.section-seven .one {
  display: none;
}

.section-seven h2 {
  font-size: 50px;
  color: rgb(27, 27, 27);
}
.section-seven .number-card h5 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px;
}
.color1 {
  background: #e0262b;
  color: #fff;
}
.color2 {
  background: #e2af00;
  color: #fff;
}
.color3 {
  background: #003471;
  color: #fff;
}

/* SECTION 8 START */
.section-eigth {
  background: url(../img/img-section-eight.png) left;
  padding: 80px 0;
}
.gif {
  display: none;
}

/* SECTION 9 START */
.section-nine {
  background: url(../img/img-section-nine.png) bottom;
  padding: 30px 0;
}
.section-nine ul li i {
  color: #1e9469;
  font-size: 18px;
}

.section-ten {
  background: #1a499d;
  padding: 30px 0;
}

.depoimentos h2 {
  color: #1a499d;
}
.depoimentos header p {
  letter-spacing: 2px;
}

.footer {
  background: #1a65e2;
  border-top: 2px solid #fff;
  padding: 30px 0;
}
.footer ul li a {
  color: #fff;
}

menu {
  display: none;
}

/* LANDING PAGE */
.header .titles {
  margin: 0 0;
  text-align: center;
}
.header h1 span {
  font-size: 23px;
  font-weight: 400;
}
.header h1 span:last-child {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.bg-gray {
  background: #f2f2f26e;
  font-family: "Roboto", sans-serif;
}
.standard-page .far {
  color: #1e816b;
}

/* form */
.form-card {
  position: relative;
}
.form-card .form-head {
  background: #e0262b;
  color: #fff;
  padding: 18px 3px;
}
.form-card .form-head h3 {
  font-weight: 400;
  margin-bottom: 12px;
}
.form-card .form-body {
  padding: 13px 16px;
  background: #fff;
  border: 1px solid #0000000d;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.06),
    9px 12px 20px 0 rgba(0, 0, 0, 0.04);
}
.form-card form .form-control {
  border: 1px solid #186bff;
}
.form-card form span {
  font-size: 10px;
  color: #808080;
  font-style: italic;
}
.form-card .form-icon i {
  height: 40px;
  line-height: 40px;
  z-index: 99;
  width: 40px;
  font-size: 20px;
  background: #fff;
  color: #186bff;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  right: 226px;
  left: 0;
  top: -18px;
  box-shadow: 0 0 20px 0 #00000017;
}
.form-card .form-footer h6 {
  font-size: 12px;
  color: #808080;
  text-align: center;
  font-weight: normal;
  margin-top: 14px;
}

.titles-pages h2 {
  font-weight: bold;
  color: #1a499d;
}

/* SECTION DEFAULT */
.section-default .title h3 {
  color: #0360bd;
}
.section-default .title p {
  color: #747474;
}
.section-default .list li {
  margin-bottom: 8px;
}
.section-default .list li i {
  color: #1a499d;
  font-size: 18px;
}
.section-default .list li span {
  display: inline-block;
  font-size: 13px;
  height: 23px;
  line-height: 24px;
  width: 33px;
  text-align: center;
  border-radius: 50px;
  background: #e0262b;
  color: #fff;
}
.section-default .list li:nth-child(odd) span {
  background: #1a499d;
}

.section-default .number span {
  background: #0360bd;
  color: #fff;
  width: 40px;
  line-height: 32px;
  height: 30px;
  text-align: center;
  border-radius: 0px 50px 50px 0;
  display: inline-block;
  font-weight: 600;
}
.section-default .number .bg-red {
  background: #e0262b;
}

.bg-cabeamento {
  background: #1a65e2;
  color: #fff;
  padding: 30px 0;
}

.section-obra {
  background: #2f656f;
  color: #fff;
  padding: 30px 0;
}

/* CLIENTES */
.card-filter {
  background: #3677f1;
  color: #fff;
  padding: 7px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.card-filter:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.up-btn {
  position: fixed;
  right: 35px;
  width: 240px;
  height: 125px;
  bottom: 47px;
  z-index: 99999;
}

.section-cookies {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
}
.active {
  display: block;
}

.hide {
  display: none;
}

.cookies {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.cookies-text {
  font-weight: bold;
}

.cookies-text_title {
  font-size: 12px;
  margin-bottom: 0;
}

.cookies-content {
  margin: 15px 0;
  color: white;
  transition: all 0.6s;
}

.button {
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
  background-color: #ed3237;
  border-radius: 20px;
}

@media (min-width: 986px) {
  .section-cookies {
    padding: 15px 0;
  }

  .cookies {
    flex-direction: row;
  }

  .cookies-content {
    margin-left: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 796px) {
  .navbar {
    position: relative;
    background-color: transparent;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
  /* .navbar-brand { width: 280px; } */
  .navbar-brand {
    width: 220px;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    background: #0360bd;
    color: #fff;
  }
  .link {
    background: #fff;
    border-right: 2px solid #dbe3ff;
  }
  .dropdown-toggle {
    background: #fff;
    border-right: 2px solid #dbe3ff;
  }

  /* SECTION 1 START  */
  .bg-section-head {
    margin-top: 0;
    border-bottom: none;
  }
  .bg-section-head .form {
    width: 87%;
  }

  /* SECTION 2 START  */
  .section-two {
    background: url(../img/bolinhas.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .section-two header h2 {
    font-size: 3.7rem;
  }

  .btn-style-1 {
    display: inline-block;
  }
  .btn-style-2 {
    display: inline-block;
  }

  /* SECTION 3 START  */
  .section-three {
    background: url(../img/img-section-three.png) right bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-three h2 {
    font-size: 3rem;
  }
  .section-three header li {
    font-size: 23px;
  }
  .section-three header {
    margin: 10px 0 45px 0;
  }

  .btn-style-3 {
    display: inline-block;
  }

  /* SECTION 4 START */
  .section-four {
    background: url(../img/confetes.png);
    background-repeat: no-repeat;
    padding: 80px 0;
  }

  /* SECTION 5 START  */
  .section-five header h2 {
    font-size: 43px;
    font-weight: normal;
  }

  .section-seven .one {
    display: block;
  }
  .section-seven .two {
    display: none;
  }
  .section-seven .number-card {
    display: none;
  }

  .how-work .mobile {
    display: none;
  }
  .how-work .desktop {
    display: block;
  }

  .section-eigth {
    background: url(../img/img-section-eight.png) right bottom;
    background-size: cover;
  }
  .gif {
    display: block;
  }

  ul,
  ol,
  menu {
    list-style: none;
  }
  menu {
    display: block;
    position: fixed;
    top: 200px;
    left: -70px;
    z-index: 9999999;
  }
  .menu-bg {
    display: block;
    position: fixed;
    top: 200px; /* left: -78px; */
    width: 45px;
    height: 275px;
    z-index: 9999;
    background: #fff;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 20px 0 #00000061;
  }
  menu li {
    width: 170px;
    margin-bottom: 3px;
  }
  menu a {
    transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
    width: 22px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    border: none;
  }
  menu a span {
    transition: all 400ms cubic-bezier(0.4, 0.25, 0.3, 1.3) 100ms;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    line-height: 60px;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
  }
  menu a span:first-of-type {
    font-size: 1.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  menu a span:last-of-type {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    text-transform: uppercase;
  }
  menu a:hover {
    width: 170px;
    border-radius: 0;
  }
  menu a:hover span:first-of-type {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
  }
  menu a:hover span:last-of-type {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .menu-rotate {
    transform: rotate(90deg);
    height: 18px; /* padding-top: 20px; */
    margin-bottom: 29px;
    margin-top: 25px;
    letter-spacing: 4px;
    font-weight: 100;
  }

  .color11 {
    background: #ed3237;
  }
  .color22 {
    background: rgb(255, 204, 41);
  }
  .color33 {
    background: #003471;
  }
  .color44 {
    background: #186bff;
  }
  .color55 {
    background: #ee5e3a;
  }

  .menu-speed {
    margin-left: -74px;
    line-height: 17px;
    text-align: center;
  }

  /* LANDING PAGE */
  .header .titles {
    margin: 90px 0;
    text-align: center;
  }
  .header .titles {
    text-align: left;
  }

  .bg-cabeamento .plan {
    border-left: 1px solid #fff;
  }
  .help-desk h3 {
    font-weight: 400;
  }
  .help-desk h4 {
    color: #1a499d;
    font-weight: 600;
  }
  .card-help-desk {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0);
    padding: 4px;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
  }
  .card-help-desk:hover {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .section-three {
    height: 108vh;
  }
  .section-eigth .gif {
    position: absolute;
    top: -57px;
    right: 121px;
    width: 136px;
  }
  .section-eigth {
    height: 108vh;
  }
  .section-nine {
    height: 112vh;
    padding: 0;
  }
}

@media (min-width: 1700px) {
  .max-width {
    max-width: 120%;
  }
  .section-three {
    height: 84vh;
  }
  .section-five .position {
    top: -270px;
    right: 88px;
    width: 535px;
    height: 686px;
    position: absolute;
    max-width: none;
  }

  .section-eigth {
    height: 84vh;
  }
  .section-eigth .gif {
    position: absolute;
    top: -57px;
    right: -10px;
    width: 136px;
  }

  .section-nine {
    height: 80vh;
  }
}

.wa img {
  max-width: 30px;
  margin-top: 4px;
  vertical-align: middle;
}
.wa a {
  display: block;
  height: 100%;
  width: 100%;
}
.wa:hover {
  background: #41a79d;
}

.wa {
  position: fixed;
  right: 40px;
  width: 50px;
  height: 50px;
  bottom: 80px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background: #0ba360;
  z-index: 99999;
}
.wa::after,
.wa::before {
  content: "";
  position: absolute;
  opacity: 0;
  border: 4px solid #0ba360;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  animation: WaveWhatsApp 1.5s ease infinite;
}
.wa::after {
  animation-delay: 0.5s;
}
@keyframes WaveWhatsApp {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
