@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: "Montserrat", serif;
  }
 

  /* Container do Carrossel */
  .carousel-container {
    /* position: relative;
    max-width: 100%; */
    /* overflow: hidden; */
  }

  /* Slides */
  .carousel-item {

    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  /* Slide ativo */
  .carousel-item.active {
    opacity: 1;
    z-index: 1;
    /* position: relative; */
  }

  /* Imagem do Banner */
  .carousel-item img {
    width: 100%;
    height: 36vw;
    object-fit: cover;
    position: absolute;
  }

  /* Texto sobre a imagem */
  .carousel-text {
    position: absolute;
    top: 14vw;
    left: 10%;
    /* transform: translate(-50%, -50%); */
    color: #fff;
    /* text-align: center; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    border-radius: 5px;
  }

  .carousel-text h2 {
    font-size: 2.2vw;
    margin-bottom: 0.3vw;
    font-weight: 800;
    color: #1a1a1a;
  }

  .carousel-text p {
    font-size: 1vw;
    color: #5c5c5c;
    font-weight: 600;
    padding-left: 1.9vw;
  }
  .b_saiba, .b_saiba02{
    padding: 0.7vw 1.2vw;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.7vw;
    margin-top: 2vw;
    cursor: pointer;
  }
  .b_saiba{
    background: #008fca;
    margin-left: 2vw;
  }
  .b_saiba02{
    background: #929292;
  }

  /* Botões de navegação */
  .carousel-button {
    position: absolute;
    top: 14vw;
    transform: translateY(-50%);
    font-size: 2vw;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
  }

  .carousel-button.prev {
    left: 10px;
  }

  .carousel-button.next {
    right: 10px;
  }

  /* Indicadores */
  .carousel-indicators {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 34vw;
    width: 100%;
  }

  .carousel-indicators .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
  }

  .carousel-indicators .active {
    background: #008fca;
  }

header{
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 2vw 6% 0 6%;
}
header img{
    width: 19%;
    float: left;
}
header .navegacao{
    width: 80%;
    float: right;
    text-align: right;
    padding-top: 1.4vw;    
}
.navegacao a{
    font-size: 0.8vw;
    font-weight: 800;
    color: #1e1715;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1vw 0.8vw;
}
.navegacao a:hover{
  color: #008cc8;
}
.faleconosco_nav{
    background: #008cc8;
    color: #fff !important;
    /* border-radius: 0.4vw; */
}

#banner{
    height: 36vw;
}
.bloco-qs01{
    width: 50%;
    background: #f7f7f7;
    padding: 4vw 6%;
    float: left;
}
.bloco-qs02{
    width: 50%;
    float: right;
    padding: 4vw 6% 4vw 2%;
}
.bloco-qs02 img{
    width: 100%;
}
h2{
    text-transform: uppercase;
    font-size: 2.2vw;
    font-weight: 400;
    padding: 0 1vw;
    border-left: 0.8vw solid #008fca;
    margin: 1vw 0 1.7vw 0;
    color: #1e1817;
}
.subtitle{
    font-weight: 800;
    font-size: 1.5vw;
    color: #1e1817;
}
#quemsomos p.descricao{
    color: #545454;
    text-align: justify;
    line-height: 1.8vw;
    font-size: 1vw;
    font-weight: 500;
    padding: 1.5vw 0;
}
.line, #depoimentos .line02{
    width: 10vw;
    height: 0.1vw;
    background: #008fca;
    margin-top: 2vw;
}
.saibamais{
    color: #008fca;
    text-decoration: none;
    font-size: 0.8vw;
    font-weight: 700;
}
.destaques{
  float: left;
  width: 100%;
  padding: 2vw 6% 4vw 6%;
}
.destaques a{
  text-decoration: none;
  color: #fff;
}
.box_qs-01{
  background: url("../imgs/card-01.jpg");
  
}
.box_qs-02{
  background: url("../imgs/card-02.jpg");
}
.box_qs-03{
  background: url("../imgs/card-03.jpg");
}
.box_qs-04{
  background: url("../imgs/card-04.jpg");
}
.box_qs-01, .box_qs-02, .box_qs-03, .box_qs-04{
  width: 23%;
  float: left;
  margin: 1.3%;
  padding: 2% 2% 4% 2%;
  background-repeat: no-repeat;
  transition: 0.4s all ease-in-out;
  /* border: 0.1vw solid #00000000; */
  background-position: center;
  background-size: cover;

}
.box_qson{
  background-position-y: -450px !important;
  color: #404040;
  box-shadow: 0vw 0vw 0.6vw #b7b7b7;
  /* border: 0.1vw solid #00000096; */
}
.box_qson .line02, .box_qson img{
  background: #404040 !important;
}
/* .box_qson img{
  padding: 4% 2% !important;
} */
.box_qs-01{
  margin-left: 0;
}
.box_qs-04{
  margin-right: 0;
}
.destaques h3{
  font-size: 1.7vw;
  line-height: 1.7vw;
  padding-bottom: 2vw;
  float: left;
  width: 74%;
  letter-spacing: -0.1vw;
}
.destaques p{
  line-height: 1.6vw;
  padding-bottom: 3vw;
  float: left;
  font-size: 1.2vw;
}
.destaques span{
  font-weight: 700;
  font-size: 1vw;
  display: block;
  width: 40%;
  margin-bottom: -0.3vw;
  float: left;
}
.destaques .line02{
  float: right;
  width: 58%;
  height: 0.1vw;
  background: #fff;
  margin-top: 0.9vw;
}
.destaques img{
  float: right;
  width: 25%;
  background:#40404000;
  padding: 4% 2%;
  border-radius: 100%;
  transition: 0.4s all ease-in-out;
}

#areasdeatuacao{
  background: url("../imgs/areas-bg.jpg");
  float: left;
  width: 100%;
  background-size: cover;
  padding: 4vw 6%;
}
#areasdeatuacao h2{
  color: #fff;
  margin-bottom: 0;
}
.area01 strong, #nossosclientes strong{
  color: #008fca;
}
.area01{
  width: 50%;
  float: left;
  padding-right: 5%;
}
.area01 .subtitle{
  color: #008fca;
  font-weight: 800;
  font-size: 1.5vw;
  padding-bottom: 0;
}
.area01 p{
  text-align: justify;
  line-height: 1.8vw;
  font-size: 1vw;
  font-weight: 500;
  padding: 1.5vw 0;
  color: #fff
}
.area01 a{
  color: #fff;
  padding: 0.5vw 1.5vw;
  border: 0.1vw solid;
  text-decoration: none;
  font-size: 0.7vw;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.4s all ease-in-out;
}
.area01 a:hover{
  color: #1a1a1a;
  background: #fff;
}
.area02{
  width: 50%;
  float: right;
}
.area02 li{
  list-style: none;
}
.area02 .list_esq, .area02 .list_dir{
  float: left;
  width: 45%;
  padding: 5vw 2% 2% 2%;
}
.area02 li a{
  text-decoration: none;
  color: #fff;
  padding: 0.6vw 0vw;
  text-transform: uppercase;
  font-size: 0.9vw;
  display: block;
  border-left: 0.0vw solid #008fca;
  transition: 0.4s all ease-in-out;
}
.area02 li a:hover{
  padding-left: 1vw;
  border-left: 0.6vw solid #008fca;
  background: #00000036;
}
.area02 li span{
  font-size: 0.7vw;
}
.area02 .conheca_tudo{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7vw;
  color: #fff;
  background: #008fca;
  display: block;
  width: 76%;
  padding: 1vw;
  font-weight: 700;
  margin-top: 2vw;
  transition: 0.4s all ease-in-out;
}
.area02 .conheca_tudo:hover{
  background: #37b6eb;
}
#numeros{
  float: left;
  width: 100%;
  padding: 5vw 6% 5vw 6%;
}
#numeros .box_numbers{
  width: 25%;
  float: left;
  text-align: center;
  color: #262120;
}
#numeros h3{
  font-size: 5vw;
  font-weight: 200;
}
#numeros p{
  font-size: 1.4vw;
  font-weight: 800;
  text-transform: uppercase;
}
#numeros span.plus{
  position: absolute;
  margin-left: -5.5vw;
}
#numeros span.plus02{
  position: absolute;
  margin-left: -8.5vw;
}
#numeros span.plus03{
  position: absolute;
  margin-left: 3.5vw;
}
#nossosclientes{
  float: left;
  text-align: center;
  width: 100%;
  padding: 2vw 6% 0 6%;
}
#nossosclientes h2{
  border: 0;
}
#nossosclientes p{
  font-size: 1.3vw;
  text-transform: uppercase;
  font-weight: 500;
  color: #161616;
  letter-spacing: 0.02vw;
  padding-bottom: 3vw;
}
.box-clientes img{
  width: 11%;
  border: 0.1vw #dfdfdf solid;
  margin: 0.5% 0.5% 0.5% 0.5%;
}
#frase{
  float: left;
  background: url("../imgs/mapa-mundi.jpg");
  width: 100%;
  padding: 5vw 6% 0 6%;
  background-size: cover;
  background-position: top;
}
#frase img.worker2{
  float: left;
  width: 27%;
}
#frase p{
  font-size: 2.7vw;
  font-weight: 800;
  font-style: italic;
  padding-top: 7.5vw;
}
#frase span{
  color: #008fca;
}
#depoimentos{
  float: left;
  background: url("../imgs/bg-depoimentos.jpg");
  width: 100%;
  padding: 4vw 6%;
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
}
#depoimentos h2{
  color: #fff;
}
.depoimento_box{
  width: 30%;
  margin-right: 2%;
  float: left;
}
#depoimentos p{
  font-size: 1vw;
  line-height: 1.5vw;
  font-style: italic;
  padding-right: 2vw;
}
#depoimentos span{
  display: block;
  padding-top: 1vw;
  font-size: 0.8vw;
  line-height: 1vw;
}
footer{
  background: url("../imgs/bg-rodape.jpg");
  background-size: cover;
  background-position: top;
  width: 100%;
  padding: 4vw 6%;
  float: left;
}
footer h4{
  color: #008fca;
  font-size: 0.8vw;
  text-transform: uppercase;
  background: url("../imgs/line-rp.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 0.7vw;
  margin-bottom: 1vw;
}
.box_rp_01, .box_rp_02, .box_rp_03, .box_rp_04{
  float: left;
  width: 18%;
}
.box_rp_01{
  background: url("../imgs/bg-logo-rp.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 3.5vw;
  margin-right: 24%;
  width: 22%;
  background-position: center top;
}
.box_rp_01 img{
  width: 50%;
}
.box_rp_01 p{
  font-size: 0.8vw;
  font-weight: 700;
  color: #585858;
  padding-top: 1vw;
}
.box_rp_02 a{
  display: block;
  text-decoration: none;
  color: #bbbbbb;
  font-size: 0.7vw;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.3vw 0.3vw 0.3vw 0vw;
  transition: 0.3s all ease-in-out;
}
.box_rp_02 a:hover, .box_rp_04 a:hover{
  color: #fff;
  padding-left: 0.4vw;
}
.box_rp_03 p{
  color: #bbbbbb;
  font-size: 0.9vw;
  padding-bottom: 1.5vw;
}
.box_rp_04 .fa{
  border: 0.2vw solid;
  padding: 0.3vw 0.3vw;
  font-size: 0.9vw;
  display: block;
  width: 1.7vw;
  text-align: center;
  border-radius: 0.3vw;
  float: left;
  margin-right: 0.4vw;
  margin-top: -0.3vw;
}
.box_rp_04 a{
  color: #bbbbbb;
  text-decoration: none;
  display: block;
  margin: 0.8vw 0;
  font-size: 1vw;
  padding: 0.5vw 0 0 0;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 769px) {
  .mobile{
    display: none !important;
  }
}
  /* Responsividade */
  @media (max-width: 768px) {
    .desktop{
      display: none !important;
    }
    header img {
      width: 57%;
      padding-top: 4vw;
    }
    header .navegacao{
      position: fixed;
      background: #008cc8;
      top: 0;
      width: 100%;
      height: 100%;
      left: 100%;
      display: none;
      z-index: 9;
    }
    .navegacao a{
      display: block;
      font-size: 5vw;
      padding: 4vw 12vw;
      color: #fff;
    }
    .open_menu{
      position: absolute;
      z-index: 1;
      right: 6%;
      width: 15%;
      top: 8vw;
    }
    .open_menu .linem01, .open_menu .linem02, .open_menu .linem03{
      width: 100%;
      height: 1.1vw;
      background: #4b4646;
      border-radius: 10vw;
      margin-bottom: 2.4vw;
    }
    .closed_menu_content{
      width: 100%;
      display: block;
      float: left;
    }
    .closed_menu{
      width: 15%;
      float: right;
      margin: 12%;
    }
    .closed_menu .linem01, .closed_menu .linem02{
      width: 100%;
      height: 1.1vw;
      background: #ffffff;
      border-radius: 10vw;
      margin-bottom: 2.4vw;
    }
    .closed_menu .linem01{
      transform: rotate(45deg);
    }
    .closed_menu .linem02{
      transform: rotate(-45deg);
      margin-top: -4vw;
    }
    .carousel-button.prev {
      left: 0px;
    }
    .carousel-button{
      font-size: 1.5em;
      top: 82vw;
    }
    .carousel-text h2 {
      font-size: 1.5em;
      padding-bottom: 5vw;
    }
    .carousel-text p {
      font-size: 0.9em;
    }
    #banner, .carousel-item img {
      height: 80%;
      float: left;
    }
    .carousel-indicators{
      top: 136vw;
    }
    .carousel-text{
      top: 44vw;
    }
    .b_saiba, .b_saiba02{
      padding: 2.7vw 7.2vw;
      font-size: 2.7vw;
    }
    h2{
      font-size: 5.4vw;
    }
    .subtitle{
      font-size: 4.5vw;
    }
    #quemsomos{
      float: left;
      margin-top: 142vw;
    }
    .bloco-qs01, .bloco-qs02{
      width: 100%;
      padding: 8vw 6%;
    }
    #quemsomos p.descricao {
      line-height: 6.8vw;
      font-size: 4vw;
      padding: 5.5vw 0;
    }  
    .line, #depoimentos .line02{
      width: 30vw;
    margin-top: 6vw;
    }
    .saibamais {
      font-size: 3.4vw;
    }
    .box_qs-01, .box_qs-02, .box_qs-03, .box_qs-04{
      width: 100%;
      margin: 1.3% 0;
      padding: 7%;
    }
    .destaques h3{
      font-size: 4.7vw;
      line-height: 4.7vw;
      padding-bottom: 3vw;
      letter-spacing: 0;
    }
    .destaques p {
      line-height: 5.6vw;
      font-size: 4.2vw;
    }
    .destaques img{
      margin-top: -5vw;
    }
    .destaques span{
      font-size: 4vw;
    }
    .destaques .line02{
      margin-top: 3.5vw;
    }
    .area01, .area02 {
      width: 100%;
    }
    .area01 .subtitle{
      font-size: 4.5vw;
      line-height: 4.8vw;
    }
    .area01 p {
      line-height: 6.8vw;
      font-size: 4vw;
      padding: 4.5vw 0;
    }
    .area01 a{
      display: none;
    }
    .area02 li a{
      font-size: 3.3vw;
      padding: 2vw 0vw;
    }
    .area02 .list_esq, .area02 .list_dir{
      width: 100%;
    }
    .area02 li span {
      font-size: 2.7vw;
    }
    .list_dir{
      padding-top: 0;
    }
    .area02 .conheca_tudo{
      font-size: 3.3vw;
      width: 100%;
      padding: 3vw 5vw;
    }
    #numeros .box_numbers {
      width: 100%;
    }
    #numeros h3 {
      font-size: 15vw;
    }
    #numeros span.plus{
      margin-left: -17.5vw;
    }
    #numeros p {
      font-size: 4.4vw;
    }
    #numeros .box_numbers{
      padding-bottom: 9vw;
    }
    #numeros span.plus02{
      margin-left: -26.5vw;
    }
    #numeros span.plus03{
      margin-left: 10.5vw;
    }
    #nossosclientes p{
      font-size: 3.7vw;
    }
    .box-clientes img{
      width: 31%;
    }
    #frase p{
      font-size: 4.7vw;
    }
    #frase img.worker2 {
      width: 67%;
      margin-left: -30%;
  }
  #depoimentos, footer, #areasdeatuacao{
    padding: 10vw 6%;
  }
    .depoimento_box {
    width: 100%;
    margin-right: 0%;
    }
    #depoimentos p {
      font-size: 4vw;
      line-height: 5.5vw;
    }
    #depoimentos .line02{
      margin-bottom: 3vw;
    }
    #depoimentos span {
      padding-top: 2vw;
      font-size: 3.5vw;
      line-height: 4vw;
    }
    .box_rp_01 img {
      width: 40%;
    }
    .box_rp_01{
      width: 100%;
      padding: 8.5vw;
      margin-right: 0;
    }
    .box_rp_01 p {
    font-size: 3.8vw;
    padding: 4vw 4vw 0vw 4vw;
    }
    .box_rp_01, .box_rp_02, .box_rp_03, .box_rp_04 {
      float: none;
      text-align: center;
      width: 100%;
    }
    footer h4{
      font-size: 3.8vw;
      background-position: center bottom;
      padding-bottom: 3vw;
    }
    .box_rp_02{
      display: none;
    }
    .box_rp_03{
      padding-top: 10vw;
    }
    .box_rp_03 p {
      font-size: 3.6vw;
      padding: 1.5vw 0 5.5vw 0;
    }
    .box_rp_04 a {
      margin: 0.8vw 0;
      font-size: 3.6vw;
      padding: 4.5vw 0 0 0;
      width: 12vw;
      float: left;
      margin-right: 4vw;
    }
    .box_rp_04 .fa{
      font-size: 7.9vw;
      float: none;
      margin: 0 auto;
      margin-top: -0.3vw;
      width: 12vw;
      padding: 2.3vw;
    }
    .box_rp_04 .mobile{
      width: 48vw;
      margin: 0 auto;
    }
  }

  @media (max-width: 480px) {
    .carousel-button {
      font-size: 1.5em;
    }
  }