* {
  font-family: 'Open Sans';
  font-style: normal;
}

body {
  background-color: #ffffff;
}


.media {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #000000;
  box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.3);
  margin-bottom: 25px;
  border-radius: 5px;
}


.media img {
  width: 128px;
  height: auto;
  margin-right: 20px;
}

.media-body {
  padding-left: 20px;
  font-size: 14px;
}

.col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}

section {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 0;
}

.navbar {
  background-color: #ffffff !important;
  border-bottom: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);

}

.navbar-nav {
  flex-direction: column;
  align-items: center;
}

.navbar-nav li {
  width: 100%;
}

.navbar-nav li a {
  text-align: center;
  justify-items: center;
}

.nav-item {
  margin-right: 20px;
  margin-left: 20px;
}

.nav-link {
  color: #000000;
  font-weight: 600;
}

.dropdown-menu {
  background-color: #ffffff;
  border: none;
}

.navbar-nav a:hover span {
  position: relative;
}

.navbar-nav a:hover span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #000000 !important;
  transition: width 0.4s ease;
}

.navbar-nav a:hover span:hover::after {
  width: 100%;
}

.navbar-nav a:hover img {
  transform: translateY(-2px);
  transition: transform 0.4s ease;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.nav-link-white {
  color: #000000;
}

.navbar-toggler {
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  z-index: 1000;
}


main {
  padding-top: 0px;
}

.social-link {
  margin-right: 0px;
}

.border-semicircle {
  border-radius: 20% 20% 20% 20%;
  border: 2px solid #000000;
}

.h-250 {
  height: 250px;
  object-fit: cover;
}

.footer {
  position: relative;
  height: 300px;
}

.rodape-foot {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

.rodape {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-links li {
  margin: 0 10px;

}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links li:hover {
  text-decoration: underline;
  text-decoration: none;

}

.footer-divider {
  border-color: #fff;
  height: 3px;
  margin: 20px 0;
}

.no-blue {
  color: #fff;
  text-decoration: none !important;
}

.no-blue:hover {
  text-decoration: underline;
}


.google-maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

.section-title {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 2em;
  color: #000000;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

#robbu-whatsapp-button {
  width: 45px !important;
  height: 45px !important;
  z-index: 1000;
}

#robbu-whatsapp-button img {
  width: 45px !important;
  height: 45px !important;
  margin: 0 auto !important;
}

#robbu-whatsapp-button:hover {
  transform: translateY(-10px) !important;
}

.about-section {
  text-align: center;
  padding: 50px;
}

.about-section h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.about-text {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 400px;
  z-index: 1;
}

.about-text h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.about-text p {
  font-size: 1em;
  line-height: 1.6;
  color: #666;
  text-align: justify;
}

.about-image {
  z-index: 1;
}

.about-image img {
  width: 100%;
  height: auto;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container-two-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
}

.column {
  flex: 1;
}

.about-section2 h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.about-content2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image2 {
  max-width: 40%;
}

.about-image2 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.about-text2 {
  padding: 20px;
  text-align: left;
  background-color: #ffffff;
  color: #000000;
  max-width: 400px;
  font-family: "Kanit", serif !important;
  font-weight: 100 !important;
}

.grid-container-tecnica {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr auto;
  gap: 10px;
  padding: 20px;
  background: white;
  border-radius: 10px;
}

.grid-item-tecnica1,
.grid-item-tecnica2,
.grid-item-tecnica3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.grid-item-tecnica1 img,
.grid-item-tecnica2 img,
.grid-item-tecnica3 img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.grid-item-tecnica1 p,
.grid-item-tecnica2 p,
.grid-item-tecnica3 p {
  font-size: 16px;
  margin-top: 5px;
  color: #000;
}

.grid-item-tecnica3 {
  grid-column: 1 / span 2;
  justify-content: center;
  text-align: center;
}

.about-section3 {
  align-items: center;
  justify-content: center;
  background-color: #000000;
  padding: 50px;
  margin-left: 10%;
  margin-right: 10%;
}

.about-section3 h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.about-content3 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.about-image3 {
  max-width: 100%;
}

.about-image3 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.about-text3 {
  padding: 20px;
  text-align: left;
  max-width: 100%;
  font-family: "Josefin Sans", sans-serif;

}

.about-text3 h1 {
  font-weight: 900;
}

.about-text3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #ffffff;
}

.about-text {
  padding: 20px;
  text-align: right;
  max-width: 400px;
  order: 2;
  font-family: "Kanit", serif !important;
  font-weight: 100 !important;
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.text-center {
  text-align: center;
}

.text-white {
  color: #ffffff;
}

.galeria-destaque {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}

.linha_foam {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.linha_foam img {
  width: 250px;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 10px 0px 10px;
}

.descricao {
  margin-top: 10px;
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.descricao h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.descricao p {
  font-size: 18px;
  color: #666;
  margin: 0;
}


.galeria-ppm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 40px;
}

.imagem-ppm {
  position: relative;
}

.imagem-ppm img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0px;
}

.hover-ppm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 20px;
  display: none;
}

.imagem-ppm:hover .hover-ppm {
  display: block;
}

.hover-ppm h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fcbf49;
  margin-bottom: 10px;
}

.hover-ppm p {
  font-size: 18px;
  color: #ffffff;
}

.bg {
  background-image: url(./home/fundo_produtos.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.containercontat {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

h1 {
  margin-bottom: 20px;
  text-align: center;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-item i {
  font-size: 1.5em;
  color: #fcbf49;
  margin-right: 10px;
}

.paragrafo-yellow {
  color: #fcbf49;
  text-align: center;
}

.contact-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1em;
}

.contact-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.contact-image {
  max-width: 100%;
  height: auto;
  border-radius: 0 10px 10px 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.text-white {
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
  padding: 35px;
  border-radius: 10px 0px 0px 10px;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
}

.no-blue:hover,
.no-blue:active,
.no-blue:focus {
  text-decoration: none;
  color: #666;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
}

#mini-banners {
  margin-top: -3em;
  z-index: 10;
}

#mini-banners .col-12 {
  z-index: 1;
  height: auto;
  padding: 1.5em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 12px 24px rgba(252, 191, 73, 0.5);
  border-radius: 5px;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#mini-banners .col-12 img {
  height: 64px;
  width: 64px;
  align-self: center;
  margin-bottom: 15px;
}

#mini-banners h3 {
  color: #333;
  font-weight: bold;
}

#mini-banners .col-12:hover {
  transform: translateY(-10px);
  box-shadow: 0px 16px 32px rgba(255, 255, 255, 0.7);
}

#mini-banners .col-12 i {
  font-size: 3.5em;
  color: #fcbf49;
  margin-bottom: 10px;
}

.card-title {
  font-size: 1.5em;
}

.page4 {
  background-image: url(./home/fundo_atuacao.png);
}

.custom-fonts h1,
.custom-fonts h3 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 700;
}

.custom-fonts .about-text h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
}

.custom-fonts p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.custom-fonts .grid-container-tecnica p {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #444;
}

.custom-fonts.about-section h1 {
  font-size: 2.5rem;
  color: #000;
}

.custom-fonts .about-text p {
  text-align: justify;
  font-family: 'Quicksand', sans-serif;
}

.custom-fonts.about-section2 h1 {
  font-size: 2rem;
}

.custom-fonts .about-content2 p {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: #000000;
}

.custom-fonts.technical-info .grid-item-tecnica1,
.custom-fonts.technical-info .grid-item-tecnica2,
.custom-fonts.technical-info .grid-item-tecnica3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  color: #000000;
}

.bi-chevron-left,
.bi-chevron-right {
  font-size: 60px;
  color: #ffffff;
}

@media (max-width: 768px) {

  .bi-chevron-left,
  .bi-chevron-right {
    font-size: 30px;
    color: #ffffff;
  }

  .row-cols-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .contact-item i {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .contact-link {
    display: block;
    text-align: center;
  }

  .contact-image {
    margin-bottom: 20px;
  }

  .bg-black {
    border-radius: 0px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .container-two-columns {
    flex-direction: column;
    align-items: center;
  }

  .about-content2 {
    flex-direction: column;
  }

  .grid-container-tecnica {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    justify-items: center;
  }

  .grid-item-tecnica3 {
    grid-column: auto;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
  }

  .about-text,
  .about-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .bg {
    background-size: contain;
    height: auto;
  }
}

@media (max-width: 480px) {
  .bg {
    background-size: contain;
    height: auto;
  }
}

@media (max-width: 768px) {
  #mini-banners .col-12 {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {

  #mini-banners h5,
  #mini-banners p,
  .card-title {
    font-size: 0.9em;
  }

  #mini-banners .col-12 i {
    font-size: 1.5em
  }
}


@media (max-width: 768px) {
  .container-contatos {
    padding: 0;
    margin: 0 auto;
    max-width: max-content;
  }

  .row {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .contact-info-box {
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
    width: 100%;
  }

  .contact-item {
    font-size: 1rem;
    text-align: center;
    justify-content: center;
  }

  .contact-image {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 480px) {
  .contact-item {
    font-size: 0.9rem;
    text-align: center;
  }

  .contact-info-box {
    padding: 15px;
    box-shadow: none;
  }

  .contact-image {
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  #mini-banners .col-12 {
    max-width: 30%;
  }

}

@media (max-width: 768px) {
  #mini-banners {
    margin-top: 0;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .galeria-destaque {
    grid-template-columns: repeat(2, 1fr);
  }

  .linha_foam img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .galeria-destaque {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .galeria-ppm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .galeria-ppm {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 768px) {
  .about-section {
    padding: 20px;
  }

  .about-section h1 {
    font-size: 2em;
  }

  .about-content {
    flex-direction: column;
  }

  .about-text {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0px;
  }

  .about-image {
    order: -1;
  }
}

@media (max-width: 480px) {
  .about-section h1 {
    font-size: 1.5em;
  }

  .about-text h2 {
    font-size: 1.2em;
  }

  .about-text p {
    font-size: 0.9em;
  }
}


@media (max-width: 768px) {
  .grid-container-tecnica {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .grid-container-tecnica {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .about-section3 {
    padding: 0;
    margin: 0;
  }

  .about-content3 {
    grid-template-columns: 1fr;
    gap: 5px;

  }

  .about-content3:first-of-type .about-image3 {
    order: 2;
    margin-top: 5px;

  }

  .about-content3:first-of-type .about-text3 {
    order: 1;
  }

  .about-image3,
  .about-text3 {
    max-width: 100%;
  }

  .about-text3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .about-image3 {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .about-section3 h1 {
    font-size: 1.5em;
  }

  .about-text3 {
    font-size: 0.9em;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 20px;
  }

  .about-section h1 {
    font-size: 2em;
  }

  .about-content {
    flex-direction: column;
  }

  .about-text {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0px;
  }

  .about-image {
    order: -1;
  }
}

@media (max-width: 480px) {
  .about-section h1 {
    font-size: 1.5em;
  }

  .about-text h2 {
    font-size: 1.2em;
  }

  .about-text p {
    font-size: 0.9em;
  }

}

@media (max-width: 768px) {
  .about-section2 {
    padding: 20px;
  }

  .about-section2 h1 {
    font-size: 2em;
  }

  .about-content2 {
    flex-direction: column;
  }

  .about-image2 {
    max-width: 100%;
    margin-right: 0;
  }

  .about-text2 {
    max-width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .about-section2 h1 {
    font-size: 1.5em;
  }

  .about-text2 h2 {
    font-size: 1.2em;
  }

  .about-text2 p {
    font-size: 0.9em;
  }

}

@media (max-width: 768px) {
  .grid-vantagem {
    grid-gap: 0px;
    border: 0px solid transparent;
    grid-template-columns: repeat(2, 2fr);
  }
}

@media (max-width: 480px) {
  .grid-vantagem {
    grid-gap: 0px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 220px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    max-width: 200px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .h-250 {
    height: 200px;
    width: 200px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .media {
    flex-direction: column;
  }

  .media img {
    width: 100%;
    height: auto;
    margin: 10px auto;
  }

  .media-body {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: #000000;
    padding: 20px;
  }
}

@media (max-width: 768px) {

  .page2,
  .page3,
  .page4 {
    height: auto;
    padding: 20px;
  }

  section {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .slide-container {
    height: auto;
    padding: 20px;
  }

  .slide {
    width: 100%;
    height: auto;
  }

  .slide img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .media {
    display: flex !important;
    justify-content: center !important;
  }

  .media img {
    width: 128px !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 480px) {
  .media {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .media img {
    width: 128px !important;
  }
}


@media (max-width: 767px) {
  .footer {
    padding-bottom: 100%;
  }
}

@media (max-width: 767px) {
  #home .slide {
    height: 200px;
  }
}

@media (orientation: portrait) {
  #home .slide {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .card-different {
    flex-direction: column;
    text-align: center;
  }

  .card-different img {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .card-different .card-content {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 16px !important;
  }

  h5 {
    font-size: 14px !important;
  }

  h6 {
    font-size: 12px !important;
  }

  p {
    font-size: 14px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  h5 {
    font-size: 16px !important;
  }

  h6 {
    font-size: 14px !important;
  }

  p {
    font-size: 16px !important;
  }
}

@media (min-width: 1025px) {
  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  h5 {
    font-size: 18px !important;
  }

  h6 {
    font-size: 16px !important;
  }

  p {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 480px) {
  .navbar-nav {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}