html,
body {
  background-color: white;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

h1 {
  font-size: 4rem;
  line-height: 1.1;
}

h2 {
  font-size: 3rem;
}

/* Button hover effect*/
.btn-hover-yellow {
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  background-color: #0000f8;
  border-color: #0000f8;
  font-weight: 700;
}

.btn-hover-yellow:hover {
  background-color: yellow;
  color: #0000f8;
  border-color: yellow;
}

.btn-hover-yellow:hover .bi,
.btn-hover-yellow:hover i {
  color: #0000f8;
}

.btn-secondary {
  background: none;
  border: none;
  color: #0000f8;
  font-weight: 700;
  padding-left: 2rem;
}

.btn-secondary:hover,
.btn-secondary:hover .bi,
.btn-secondary:hover i {
  color: yellow;
  background: none;
  border: none;
}

/* INFO BAR */
.info-bar {
  background-color: #0000f8;
  padding: 10px 0;
  z-index: 1051;
}

.info-bar .info-text {
  font-size: 0.9rem;
}

.info-bar .social-icons a {
  font-size: 1.2rem;
}

@media (max-width: 1000px) {
  .info-bar {
    display: none;
  }

  .navbar {
    top: 0;
  }
}

.navbar {
  background-color: #f1f1f2 !important;
}

.navbar-nav .nav-link {
  color: inherit;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #0000f8;
}

/* CAROUSEL SECTION*/
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

.carousel-control-prev:after,
.carousel-control-next:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #0000f8;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

.carousel-control-next:after {
  content: "\f054";
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

/* HERO SECTION 1*/
.image-container {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-background {
  background-color: #f1f1f2;
  padding: 15px;
  border-radius: 5px;
}

@media (max-width: 576px) {
  .row > [class*="col-"] {
    margin-bottom: 15px;
  }
}

/* IMAGE GRID SECTION*/
.full-width-image-container {
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
}

.full-width-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease;
}

.full-width-image-container .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: translateX(0%);
}

.full-width-image-container h4 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin: 0;
  padding: 10px;
}

.container-fluid {
  padding: 0;
}

.container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}

.container-fluid .row .col-12.col-md-4 {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

/* Image and text hover effect */
.full-width-image-container:hover img {
  transform: scale(1.1);
}

.full-width-image-container:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.5);
  z-index: 1;
}

.full-width-image-container h4,
.full-width-image-container .btn {
  z-index: 2;
}

.full-width-image-container:hover h4 {
  color: yellow;
}

/*HERO SECTION 2*/
.container-max {
  max-width: 960px;
  margin: auto;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hero .title {
  text-align: right;
  flex-grow: 1;
}

.hero .bg-image {
  width: 300px;
  height: 300px;
  background: url("Brutos/imgs/hero2.jpg") no-repeat center center;
  background-size: cover;
}

/* TESTEMONIAL SECTION 3*/
.testimonial-card {
  border: none;
  box-shadow: none;
}
.testimonial-rating .bi {
  color: #0000f8;
}
.testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.info-bar .social-icons a:hover {
  color: yellow !important;
}

/* ________________________ PRODUTOS _________________________ */

.produtos-carousel-text {
  padding-right: 5rem;
}

.produtos-image {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}

#produtosCarousel {
  padding-left: 6rem;
  padding-right: 6rem;
}

#produtosCarousel .carousel-item {
  height: auto;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#produtosCarousel .carousel-control-prev,
#produtosCarousel .carousel-control-next {
  background-color: transparent;
}

@media (max-width: 991px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  #produtosCarousel {
    padding-left: 0;
    padding-right: 0;
  }

  .produtos-carousel-slide {
    flex-direction: column;
  }

  .produtos-carousel-text {
    padding-right: 0;
    padding-bottom: 5rem;
    padding-top: 3rem;
    align-items: center;
    align-content: center;
    text-align: center;
  }
}

.produtos-title {
  color: #0000f8;
}

#produtosCarousel {
  margin-bottom: 0;
  padding-bottom: 0;
}

.produtos-carousel-item {
  height: auto;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.numbers {
  background-color: #f1f1f2;
  padding-top: 8rem;
  padding-bottom: 7rem;
}

.number-nums {
  font-size: 4rem;
  font-weight: 900;
  color: #0000f8;
}

.number-description {
  font-size: 1.5rem;
}

.number-text {
  text-align: center;
}

.numbers .col-md-4 {
  border-right: 1px solid #d1d1d1;
}

.numbers .col-md-4:last-child {
  border-right: none;
}

.produtos-services-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.produtos-services {
  margin-top: 9rem;
  margin-bottom: 8rem;
}

.produtos-services-bottom {
  margin-top: 5rem;
}

.produtos-services-bottom .service-block {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}

.service-block:hover {
  background-color: #0000f8;
  color: white;
}

.service-block:hover .icon-title i,
.service-block:hover a.arrow i {
  color: white;
}

.service-block:hover a {
  color: white;
}

.produtos-services-bottom .icon-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.produtos-services-bottom .text-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.produtos-services-bottom h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.produtos-services-bottom p {
  flex-grow: 1;
  margin: 0 1rem 0 0;
}

.produtos-services-bottom .btn {
  margin-left: auto;
}

.icon-title i {
  font-size: 2rem;
  margin-right: 1rem;
  color: #0000f8;
  margin-bottom: 1rem;
}

/*SERVICES & PARTNERS*/
.services-partners {
  background-color: #f1f1f2;
}

.services-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.services-block i {
  font-size: 1.2rem;
  color: #0000f8;
}

.services-partners {
  background-color: #f9f9f9;
  padding: 2rem 2rem;
}

/* CASE STUDY */
.case-study-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-study {
  margin-top: 9rem;
  margin-bottom: 8rem;
}

.case-study-bottom {
  margin-top: 5rem;
}

.labels {
  display: inline-flex;
  gap: 1rem;
}

.labels p {
  background-color: #e1e1e1;
  color: #0000f8;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.case-study .row {
  margin-top: 2rem;
}

.case-study img {
  width: 100%;
  max-height: 15rem;
  object-fit: cover;
}

/*PRODUTOS TESTEMONIALS*/
.produtos-testimonial-card {
  background-color: #0000f8 !important;
}

.produtos-testimonial-card {
  border: none;
  box-shadow: none;
}
.produtos-testimonial-rating .bi {
  color: yellow;
}
.produtos-testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.produtos-testimonial-profile cite,
.produtos-testimonial-profile small {
  color: white;
}

.brand-logo {
  width: 100px;
  height: 100%;
  object-fit: contain;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.clients h4,
.represent h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2rem;
}

.clients {
  margin-top: 4rem;
}

@media (max-width: 991px) {
  .number {
    margin-bottom: 4rem;
    display: block;
  }

  .numbers .col-md-4 {
    border: none;
  }

  .produtos-services-top {
    flex-direction: column;
    align-items: flex;
    text-align: center;
  }

  .produtos-services-top h2 {
    margin-bottom: 0.5rem;
  }

  .case-study-top {
    flex-direction: column;
    align-items: flex;
    text-align: center;
  }

  .case-study-top h2 {
    margin-bottom: 0.5rem;
  }

  .produtos-services-bottom .service-block {
    align-items: flex-start;
  }

  .produtos-services-bottom .btn {
    align-self: flex-end;
    margin-top: 0.5rem;
  }

  #contact h2 {
    font-size: 5rem !important;
  }

  .clients,
  .represent {
    display: none;
  }
}
