.card-text {
  font-size: 18px;
}

.laboratorio .content-laboratorio h2 {
  font-size: 4rem;
  color: var(--dark-blue);
  margin-bottom: 0;
  font-weight: 700;
}

.laboratorio .content-laboratorio p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: justify;
  color: var(--light-blue);
}

.laboratorio .content-image img {
  transform: scale(1.04);
}

.desenvolvimento .desenvolvimento-text-header h2 {
  font-size: 4rem;
  color: #002c5a;
  margin-bottom: 0;
  font-weight: 700;
}

.desenvolvimento .desenvolvimento-text-header p {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 0;
  font-weight: 400;
}

.desenvolvimento .desenvolvimento-content {
  display: flex;
  justify-content: center;
}

.container-desenvolvimento {
  width: 950px;
  margin: 0 auto;
  max-width: 100%;
}

.desenvolvimento .container-desenvolvimento .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.desenvolvimento .container-desenvolvimento .slick-list {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
  padding-left: 21% !important;
  padding-right: 21% !important;
}

.desenvolvimento .container-desenvolvimento .arrows {
  position: absolute;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  background-color: var(--orange);
  border-radius: 100%;
}

.desenvolvimento .container-desenvolvimento .arrows svg {
  color: var(--white);
}

.desenvolvimento .container-desenvolvimento .arrow-prev {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.desenvolvimento .container-desenvolvimento .arrow-next {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.desenvolvimento .container-desenvolvimento .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.desenvolvimento .container-desenvolvimento .slick-track {
  max-width: 100%;
  transform: translate3d(0, 0, 0) !important;
  transition: transform 500ms ease;
}

.desenvolvimento .container-desenvolvimento :is(.slick-snext, .slick-sprev) {
  display: block;
}

.desenvolvimento .container-desenvolvimento .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: scale(1.1);
  z-index: 2;
}

.desenvolvimento .container-desenvolvimento .slick-snext {
  opacity: 0.5;
  transform: translate3d(30%, 0, 0px);
  z-index: 1;
}

.desenvolvimento .container-desenvolvimento .slick-sprev {
  opacity: 0.5;
  transform: translate3d(-30%, 0, 0px);
}

.desenvolvimento .container-desenvolvimento .item {
  display: block;
  width: 100%;
  height: auto;
  /* box-shadow: inset 0px 0px 0px 3px #000; */
}

.owl-desenvolvimento .owl-dots .owl-dot.active span {
  background: var(--orange);
}

.owl-desenvolvimento .owl-dots .owl-dot span {
  background-color: var(--dark-blue);
}

.owl-desenvolvimento .owl-dots .owl-dot span:hover {
  background: var(--orange);
}

.owl-desenvolvimento .owl-dots .owl-dot span {
  width: 3rem;
  height: 4px;
  margin: 5px 7px;
}

.owl-desenvolvimento .owl-nav.disabled + .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.ensaios {
  background-size: cover;
  background-repeat: no-repeat;
}

.ensaios .ensaios-header h2 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}

.ensaios .ensaios-content .item-ensaios {
  position: relative;
}

.ensaios .ensaios-content .ensaios-img {
  object-fit: cover;
}

.ensaios .ensaios-content .title-ensaios {
  color: var(--white);
  font-weight: 700;
  font-size: 3rem;
  position: absolute;
  margin-bottom: 0;
  text-align: center;
}

.ensaios .owl-ensaios .owl-dots .owl-dot.active span {
  background: var(--orange);
}

.ensaios .owl-ensaios .owl-dots .owl-dot span {
  background-color: var(--dark-blue);
}

.ensaios .owl-ensaios .owl-dots .owl-dot span:hover {
  background: var(--orange);
}

.ensaios .owl-ensaios .owl-dots .owl-dot span {
  width: 3rem;
  height: 4px;
  margin: 5px 7px;
}

.ensaios .owl-ensaios .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: -5.5rem;
}

.ensaios .owl-ensaios .owl-dots .owl-dot span {
  background-color: var(--white);
}

.ensaios .right-arrow {
  cursor: pointer;
}

.ensaios .btn-arrow-right {
  background-color: var(--orange);
  border-radius: 100%;
  padding: 5px 8px;
}

.ensaios .btn-arrow-right svg {
  font-size: 1.3rem;
  color: var(--white);
}

.ensaios .right-arrow p {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--white);
  font-size: 1.8rem;
}

.tecnologia .tecnologia-header h2 {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 0;
}

.tecnologia .tecnologia-header p {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0;
  color: var(--orange);
}

.tecnologia .tecnologia-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tecnologia .tecnologia-content .icon-card img {
  width: 5rem;
  height: auto;
  object-fit: cover;
}

.tecnologia .tecnologia-content .transporte,
.tecnologia .tecnologia-content .equipamentos,
.tecnologia .tecnologia-content .producao {
  margin-bottom: 6rem;
}

.tecnologia .tecnologia-content .tecnologia-card {
  background-color: var(--gray);
  padding: 3rem;
  position: relative;
}
.tecnologia .tecnologia-content .tecnologia-card h3 {
  color: var(--black);
  font-weight: bold;
  font-size: 2.5rem;
  text-align: left;
  position: relative;
  margin-top: 1rem;
}

.tecnologia .tecnologia-content .tecnologia-card .icon-card {
  width: 102px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(27px, -54px);
  background-color: var(--gray);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tecnologia .tecnologia-content .tecnologia-card p {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.container-fluid {
  position: relative;
}

.right-arrow {
  cursor: pointer;
}

.btn-arrow-right {
  background-color: var(--orange);
  border-radius: 100%;
  padding: 5px 8px;
}

.btn-arrow-right svg {
  font-size: 1.3rem;
  color: var(--white);
}

.right-arrow p {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--dark-blue);
  font-size: 1.8rem;
}

@media screen and (max-width: 1368px) {
}

@media screen and (max-width: 1024px) {
  .laboratorio .content-image img {
    transform: scale(1.025);
  }
}

@media screen and (max-width: 991px) {
  .laboratorio .content-image img {
    transform: none;
  }
  .laboratorio .content-image {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .ensaios .owl-ensaios .owl-nav.disabled + .owl-dots {
    position: relative;
    bottom: 0;
    margin: 2rem 0rem;
  }

  .laboratorio .content-laboratorio h2,
  .desenvolvimento .desenvolvimento-text-header h2,
  .ensaios .ensaios-header h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .tecnologia .tecnologia-content .transporte .tecnologia-card,
  .tecnologia .tecnologia-content .producao .tecnologia-card {
    order: 2;
  }
}

.nao-selecionavel {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

p {
  text-align: justify;
}
