/* sessão 1 */

#sessao-1 .slider,
#sessao-1 .slides {
  height: calc(100vh - 50px) !important;
}

#sessao-1 .slider .slides h1 {
  font-size: 40px;
  font-weight: 700;
}

#sessao-1 .slider .slides h6 {
  font-size: 18px;
}

#sessao-1 .slider .slides .box {
  background-color: rgba(0, 0, 0, 0.745);
  position: absolute;
  height: 100vh;
  width: 100%;
}

.slider .slides li .caption {
  margin-top: 40px;
}

.slider .slides li .caption.left-align {
  max-width: 500px;
}

#sessao-1 .slider-botao {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #f15a25;
  color: white;
  margin-top: 20px;
}

#sessao-1 .slider-botao:hover {
  background-color: #ff7340;
}

#sessao-1 .slider-slim {
  padding: 10px 20px;
  color: white;
  margin-top: 20px;
}

#sessao-1 .box-social {
  position: absolute;
  right: 100px;
  top: calc(50vh - 30px);
  z-index: 3;
  width: 30px;
}

#sessao-1 .box-social .social-botao {
  padding-top: 14px;
  border-radius: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.30154068463322825) 0%, rgba(255, 255, 255, 1) 53%);
}

#sessao-1 .custom-shape-divider-bottom-1725648297 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 3;
}

#sessao-1 .custom-shape-divider-bottom-1725648297 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 74px;
}

#sessao-1 .custom-shape-divider-bottom-1725648297 .shape-fill {
  fill: #1d1d1d;
}


/* sessão 2 */

#sessao-2 {
  background-color: #1d1d1d;
  padding: 50px;
}

#sessao-2 h4 {
  color: white;
}

#sessao-2 h3,
#sessao-2 h2 {
  font-weight: 700;
}

#sessao-2 h5,
#sessao-2 h4 {
  font-weight: 600;
}

#sessao-2 h2 {
  margin-top: 150px;
}

#sessao-2 .box-cards {
  display: flex;
  justify-content: space-between;
}

#sessao-2 .cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  margin: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
  color: #fff;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

#sessao-2 .cards h3 {
  font-size: 30px;
  margin: 0;
}

#sessao-2 .cards p {
  margin: 30px 0;
  font-size: 16px;
}

#sessao-2 .links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#sessao-2 .links a {
  color: white;
}

#sessao-2 .texto-dinamico {
  margin-top: 0;
  font-size: 30px;
  text-align: center;
}

#sessao-2 #ag-global {
  margin-top: 100px;
}

#sessao-3 h1 {
  font-size: 40px;
  font-weight: 700;
}

/* sessão 3 */

#sessao-3 .cases {
  background-color: white;
}

#sessao-3 .swiper {
  width: 100%;
  height: 100%;
}

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

#sessao-3 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 20px 0 20px;
  border-radius: 10px;
  filter: grayscale();
  transition: all 0.3s;
}

#sessao-3 .swiper-slide:hover img {
  filter: none;
}

#sessao-3 .swiper-slide .box-cont {
  position: absolute;
  bottom: 20px;
  text-align: left;
  width: 100%;
  padding: 60px 10px 20px 10px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 1) 100%);
  border-radius: 10px;
}

#sessao-3 .swiper-slide .box-cont h5 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 0 0;
}

#sessao-3 .swiper-slide .box-cont p {
  margin: 5px 0;
  font-weight: 500;
}

#sessao-3 .swiper-slide .box-cont a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 10px;
}

#sessao-3 .swiper-slide .box-cont a:hover {
  border: 2px solid #f15a25;
}

#sessao-3 element {
  transform: translate3d(186.543px, 0px, 0px);
  width: 386.564px;
  transition-duration: 0ms;
}

.swiper-scrollbar-drag {
  background-color: #f15a25;
}

@media only screen and (max-width: 1100px) {
  #sessao-2 .box-cards {
    display: inline-block;
  }

  #sessao-2 .cards {
    min-width: 380px;
  }
}

#sessao-1 {
  position: relative;
  top: -32px;
}

.th5 {
  color: #ffffff;
}

.titulob4 {
  color: #197cfe;
  font-weight: 600;
}

#sessao-5 #titulocompliance {
  font-weight: 600;
}

#sessao-5 .white {
  padding: 20px;
}

#sessao-5 .card-content {
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 62px;
}

#sessao-5 .titleimg {
  color: #fff;
  font-weight: 500;
  margin-top: 75px;
  font-size: 25px;
}

#sessao-5 strong {
  font-weight: 700;
  color: #f15a25;
  font-size: 27px;
}

#sessao-5 .cardinform {
  color: #252525;
  font-size: 15px;
}

#sessao-5 img {
  border-style: none;
  padding-top: 100px;
  height: -4px;
  width: 140px;
}

#sessao-5 ul {
  background-color: #292929;
}

#sessao-5 .tabs .tab a.active {
  background-color: transparent;
  color: #fff;
}

#sessao-5 .tabs .tab a.active:hover {
  background-color: #000000;
  color: #f15a25;
}

.tabs .tab a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 12px !important;
  overflow: hidden;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease;
}

.tabs .tab a:hover {
  color: #f15a25;
  background-color: #000000;
}

.tabs .tab a i {
  margin-right: 10px;
  font-size: 20px;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #fff;
  will-change: left, right;
}

#sessao-6 {
  padding: 0;
  background-color: #000;
}

#sessao-6 #box-brand {
  background-color: #000;
  padding-bottom: 50px;
}

#sessao-6 p {
  color: #f15a25;
  font-size: 20px;
  font-weight: 700;
  padding-top: 50px;
}

#sessao-6 h5 {
  font-size: 30px;
  font-weight: 800;
  padding-top: 35px;
}

#sessao-6 img {
  border-style: none;
  height: 200px;
  width: 275px;
}

#sessao-6 .custom-shape-divider-top-1737658137 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#sessao-6 .custom-shape-divider-top-1737658137 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 25px;
}

#sessao-6 .custom-shape-divider-top-1737658137 .shape-fill {
  fill: #1D1D1D;
}

#sessao-6 .custom-shape-divider-bottom-1737658247 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

#sessao-6 .custom-shape-divider-bottom-1737658247 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 25px;
}

#sessao-6 .custom-shape-divider-bottom-1737658247 .shape-fill {
  fill: #1D1D1D;
}

/* BLOG */
.h1-blog,
.marks h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 50px;
}


.h3-blog,
.marks h3,
h2 {
  font-family: 'Manrope', sans-serif;
  color: #ffffffff;
  margin-bottom: 30px;
  margin-top: 26px !important;
  font-size: 30px;
  font-weight: 600 !important;
  color: #ffffff;
}


.h4-blog,
.marks h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 200;
  color: #000000;
}

.h5-blog,
.marks h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 200;
  color: #000000;
}

.p-blog,
.marks p {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 30px;
}

.p-blog,
.marks p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 100;
  color: #ffffffff;
  margin-bottom: 30px;
  display: block;
}


.ultimas-btn {
  padding: 5px 20px;
  background: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  transition: all 0.5s ease-in;
  border: 2px solid #f15a25;
  margin-top: 30px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

#sessao-2 {
  background-size: cover;
  background-position: center;
}

#sessao-2 .box-cards h4 {
  font-size: 30px !important;
  margin-bottom: 0;
}

#sessao-2 .box-cards p {
  margin-top: 20px;
  font-size: 16px;
}

.cc {
  background-color: #fffef5;
}

#sessao-1 .slider .indicators {
  top: 200px;
  right: 50px !important;
  left: auto !important;
  z-index: 4;
  width: 2px !important;
}

#sessao-1 .slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 10px;
  width: 10px;
  border: 2px solid white;
  margin-top: 3px;
  margin-bottom: 3px;
  opacity: 0.5;
}

#sessao-1 .slider .indicators .indicator-item:hover {
  opacity: 1;
}

#sessao-1 .slider .indicators .indicator-item.active {
  background-color: #f15a25;
  height: 20px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
}

#sessao-1 .slider video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

#sessao-6 .swiper-slide {
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .tabs .tab a span {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  #sessao-1 .slider .slides h1 {
    font-size: 30px;
  }
  .slider .slides li .caption {
    margin-top: 20px;
    left: 8%;
    width: 75%;
  }
  #sessao-2 {
    padding: 50px 0;
  }
  #sessao-2 .texto-dinamico{
    font-size: 20px !important;
    height: 60px;
  }

  #sessao-2 #ag-global {
    margin-top: 0;
  }
  #sessao-2 .cards {
    min-width: 100%;
    width: 100%;
    margin: 15px 0;
  }

  #sessao-3 h1 {
    font-size: 30px;
  }
}
