.slider,
.slider .slides {
  height: calc(100vh - 65px) !important;
}

.slider .slides h3 {
  font-weight: 800;
  font-size: 35px;
}

.tituloslider {
  font-size: 60px;
}

#cpt-4 {
  margin-top: 0px;
}

#cpt-4 h3 {
  font-size: 50px !important;
}

.botao-slide {
  background: rgb(0, 98, 160);
  background: linear-gradient(90deg, rgba(0, 98, 160, 1) 0%, rgba(32, 44, 78, 1) 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.botao-slide:hover {
  background: linear-gradient(150deg, rgba(0, 98, 160, 1) 0%, rgba(32, 44, 78, 1) 100%);
  box-shadow: var(--sombra-1);
}

.primeiro {
  background-color: rgba(30, 44, 77, 0.5);
}

.menu-setas {
  position: absolute;
  z-index: 3;
  top: calc(100vh - 50%) !important;
  background-color: rgba(30, 44, 77, 0.5);
}

.menu-setas:hover {
  background-color: rgba(30, 44, 77, 0.8);
}

#seta-avancar {
  right: 0;
}

.video-home {
  position: absolute;
  top: 50px;
  z-index: -2;
  width: 100%;
  height: calc(100vh - 50px);
  object-fit: cover;
}

.slider .slides {
  background-color: transparent;
}

strong {
  font-weight: bold;
}

#subtitulo-verde {
  color: var(--cor-secundaria);
  border-left: 10px solid var(--cor-secundaria);
  padding: 5px 0 5px 15%;
  margin: 30px 0;
}

#sessao-2 #col {
  padding-left: 0;
}

#sessao-2 img {
  width: 100%;
  height: auto;
  padding: 0px 75px;
}

.botao-laranja {
  background-color: #EA6523;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  text-transform: uppercase;
}

#sessao-3 {
  position: relative;
  top: -85px;
}

#sessao-3 .mvv {
  display: flex;
  justify-content: space-between;
}

#sessao-3 .mvv .col {
  width: 33%;
  margin: 0px 30px;
  padding: 50px;
  border-radius: 30px;
  background-color: #f1f1f1;
}

#sessao-3 .mvv h3 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

#sessao-3 .mvv hr {
  width: 80px;
}

#sessao-3 .mvv .circulo {
  position: absolute;
  margin: -65px 0 0 -65px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 100%;
  text-align: center;
  box-shadow: var(--sombra-1);
}

#sessao-4 {
  padding: 50px 0;
  background-color: #f1f1f1;
}

#sessao-4 .circulo {
  padding: 12px 15px;
  border-radius: 100%;
  text-align: center;
  border: 10px solid #fff;
}

#sessao-4 .boxg {
  background-color: var(--cor-secundaria);
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 10px;
}

#sessao-4 .swiper {
  width: 100%;
  height: 300px
}

#sessao-4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sessao-4 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sessao-4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, #000);
}

#sessao-4 .menu-setas2 {
  position: relative;
  z-index: 3;
  top: -165px;
  background-color: transparent;
  box-shadow: none;
}

#sessao-4 .menu-setas2 i {
  color: var(--cor-principal);
  font-size: 55px;
}

#sessao-4 .menu-setas2:hover {
  background-color: none;
}


#sessao-4 #seta2-voltar {
  left: 10px;
}

#sessao-4 #seta2-avancar {
  right: calc(-100vw + 120px);
}

#sessao-4 .swiper-slide {
  background: none;
}

#sessao-4 .swiper .num {
  position: absolute;
  color: #fff;
  font-size: 200px;
  opacity: 0.3;
  left: 120px;
  top: 90px;
}

#sessao-4 .swiper .titulo {
  position: absolute;
  left: 0;
  color: #fff;
  transform: rotate(270deg);
}

#sessao-4 .swiper h2 {
  color: #fff;
  width: 100%;
  margin-left: 115px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

#sessao-4 .swiper p {
  color: #fff;
  margin-left: 115px;
  margin-right: 20px;
  text-align: left;
}

#sessao-4 .swiper-slide {
  text-align: left;
  flex-direction: column;
  align-items: start;
}

#sessao-4 .img {
  height: 600px;
  width: 600px;
  margin-top: 50px;
  object-fit: cover;
}

#sessao-5 {
  padding: 50px 0;
  background-color: #fff;
}

#sessao-5 .circulo {
  padding: 12px 15px;
  border-radius: 100%;
  text-align: center;
  border: 10px solid #3C3C3B;
}

#sessao-5 img {
  height: 100px;
  width: 100px;
}

#sessao-5 .boxg {
  background-color: #F8D01B;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  color: #3C3C3B;
}

#sessao-5-sub .swiper {
  width: 100%;
  height: 300px
}

#sessao-5-sub .swiper-slide {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sessao-5-sub .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sessao-5-sub .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, #000);
}

#sessao-5-sub .menu-setas2 {
  position: relative;
  z-index: 3;
  top: -165px;
  background-color: transparent;
  box-shadow: none;
}

#sessao-5-sub .menu-setas2 i {
  color: var(--cor-principal);
  font-size: 55px;
}

#sessao-5-sub .menu-setas2:hover {
  background-color: none;
}

#sessao-5-sub #seta3-voltar {
  left: 10px;
}

#sessao-5-sub #seta3-avancar {
  right: calc(-100vw + 110px)
}


#sessao-5-sub .swiper-slide {
  background: none;
}

#sessao-5-sub .swiper .num {
  position: absolute;
  color: #000;
  font-size: 200px;
  opacity: 0.3;
  left: 120px;
  top: 90px;
}

#sessao-5-sub .swiper .titulo {
  position: absolute;
  left: 0;
  color: #000;
  transform: rotate(270deg);
}

#sessao-5-sub .swiper h2 {
  color: #000;
  width: 100%;
  margin-left: 115px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

#sessao-5-sub .swiper p {
  color: #000;
  margin-left: 115px;
  margin-right: 20px;
  text-align: left;
}

#sessao-5-sub .swiper-slide {
  text-align: left;
  flex-direction: column;
  align-items: start;
}

#sessao-5 .img {
  height: 600px;
  width: 600px;
  margin-top: 50px;
  object-fit: cover;
}

#sessao-5 .decorr {
  background-color: #f9d015;
  margin-top: 20px;
  border-radius: 10px 0;
}

#sessao-6 {
  background-image: url("");
  background-size: cover;
}

#sessao-6 h2,
#sessao-6 p {
  font-weight: 900 !important;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#sessao-6 #black-box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 200px 0;
}

#sessao-6 .parallax-container {
  height: 500px;
}

#sessao-7 {
  background-color: #fff;
  padding-top: 40px;
  background-size: cover;
}

#sessao-7 h3 {
  color: #024D83;
  font-weight: 700;
  font-size: 40px;
}

#sessao-7 img {
  height: 70px;
  margin: 30px;
}

#sessao-8 #form input,
#sessao-8 #form textarea {
  border-radius: 5px;
  border: 1px solid silver;
  padding: 5px;
  width: 100%;
}

#sessao-8 #form span {
  font-size: 12px;
  font-weight: 600;
}

#sessao-8 .box-contato {
  position: relative;
  top: -60px;
  margin-bottom: -100px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

/* SHAPE */
.custom-shape-divider-bottom-1724789427 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1724789427 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 34px;
}

.custom-shape-divider-bottom-1724789427 .shape-fill {
  fill: #159f4f;
}

/* SHAPE-FIM */











@media only screen and (max-width: 990px) {
  #subtitulo-verde {
    padding-left: 7%;
  }

  #sessao-2 img {
    padding: 0px;
  }

  #sessao-2 p,
  #sessao-2 h1 {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
  }

  #sessao-3 .mvv .col {
    margin: 0px -12px;
    padding: 25px;
  }

  #sessao-3 .mvv .circulo {
    margin: -45px 0 0 -40px;
  }

  .video-home {
    height: calc(100vh - 60px);
  }

  #sessao-4 .img,
  #sessao-5 .img {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {

  #sessao-2 p,
  #sessao-2 h1 {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
  }

  #sessao-2 img {
    padding: 0px 75px;
  }

  #sessao-3 .mvv .col {
    width: 100%;
    margin: 10px auto;
  }

  #sessao-3 .mvv {
    flex-direction: column;
  }

  #sessao-5 .swiper h2,
  #sessao-4 .swiper h2 {
    width: auto;
    font-size: 30px;
  }

  #sessao-6 #black-box {
    padding: 25px 0;
  }

  #sessao-6 .parallax-container {
    height: 450px;
  }

  #sessao-8 .box-contato {
    position: inherit;
  }
  #cpt-4 {
    margin-top: 25px;
  }
  #sessao-4 .img,
  #sessao-5 .img {
    margin-top: -75px;
  }
}

@media only screen and (max-width: 450px) {
  .brand-logo img {
    height: 50px;
  }
  #sessao-2 img {
    padding: 0px 30px;
    width: 100%;
  }
  #sessao-4 .swiper p,
  #sessao-5 .swiper p {
    font-size: 12px;
  }

  .slider .slides li .caption {
    top: 5%;
  }
  #sessao-4 .swiper h2 {
    margin-left: 25px;
  }
  #sessao-4 .swiper .titulo {
    display: none !important;
  }
  #sessao-4 .swiper p {
    margin-left: 18px;
  }
  #sessao-4 .swiper .num {
    font-size: 140px;
    left: 14px;
    top: 61px;
  }

  #sessao-4 .swiper h2 {
    margin-left: 20px;
    font-size: 21px;
    margin-top: 10px;
  }

  /* Segundo swiper */
  #sessao-4 .swiper h2 {
    margin-left: 25px;
  }
  #sessao-5-sub .swiper .titulo {
    display: none !important;
  }
  #sessao-5-sub .swiper p {
    margin-left: 18px;
  }
  #sessao-5-sub .swiper .num {
    font-size: 140px;
    left: 14px;
    top: 61px;
  }

  #sessao-5-sub .swiper h2 {
    margin-left: 20px;
    font-size: 21px;
    margin-top: 10px;
  }
  /* fim segundo swiper */
}