.social__share--icon__style2 img {
  padding: 7px;
}

.footer__bottom,
.copyright__content {
  background-color: white;
  color: black;
}

.copyright__content--link {
  color: #ED1D24;
}

.footer__section {
  padding-top: 0rem;
}

.copyright__content {
  margin-bottom: 0px;
}

.footer-text {
  text-align: center;
}

.ft-link,
.ft-link a {
  color: #898686;

}

.ft-link a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.main__logo div,
.main__logo ul {
  display: flex;
  align-items: center;
}

.main__logo ul li {
  margin: 0px 15px;
}

.currency__link--icon {
  width: 20px;
}

.footer__section {
  padding: 0;
}

.offcanvas__language--switcher {
  margin-top: 15px;
}

@media only screen and (max-width: 1028px) {
  .mobile-logo {
    display: none;
  }
}

@media only screen and (min-width: 1028px) {
  .mobile-logo2 {
    display: none;
  }
}

.logo-menu,
.offcanvas__logo_link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider__section--bg3 {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.banner__thumbnail {
  display: flex;
}

.text-blue {
  color: #004482;
}

.banner__content--style3__btn {
  border-bottom: 0px;
}

.choose__category--banner .banner__thumbnail--img {
  width: auto;

}

@media only screen and (max-width: 767px) {
  .choose__category--banner .banner__thumbnail--img {
    width: 100%;
  }
}

.banner__thumbnail--img {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  border: 2px solid #004482;
}

.banner__thumbnail:hover .banner__thumbnail--img {
  transform: scale(1.0);
}

.banner__content {
  text-align: center;
  right: 3rem;
}

.banner__content img {
  margin: 0 auto;
  width: max-content;
  height: 90px;
}

.product__card--content {
  text-align: center;
}

/* Contato */

#contact1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  box-shadow: black 2px 5px 6px 1px;
}

#contact1 span {
  margin: 30px 0px 10px;
  font-size: 26px;
  font-weight: bold;
}

/* #Forms{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#Forms input, #Forms textarea{
  width: 90vw;
  padding: 10px 10px;
  border: none;
  background-color: #EFF0F6;
  border-radius: 5px;
  margin: 5px 0px;
}

@media only screen and (min-width: 767px) {
  #Forms input, #Forms textarea{
    width: 35vw;
  }
}

#Forms textarea{
  margin: 5px 0px 0px;
}

#Forms button
{
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  margin-bottom: 50px;
  background-color: rgb(47, 78, 255);
  color: white;
} */

/* About */

.about-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.banner__content,
.banner__thumbnail {
  cursor: default;
}

.about-area h1 {
  font-size: 26px;
  margin-bottom: 10px;
}

.about-area img {
  margin: 10px 0px;
}

.about-area div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-area ul {
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

@media only screen and (min-width: 767px) {
  .about-area p {
    padding: 0px 12vw;
  }
}

/* produtos */

.products {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 20px 30px;
  box-shadow: black 2px 5px 6px 1px;
}

.products h1 {
  margin-top: 20px;
}

.products section {
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.products section h2 {
  padding: 10px 30px;
  background-color: rgb(224, 0, 0);
  color: white;
  border-radius: 5px;
  margin-bottom: 10px;
}

.products div {
  width: 90vw;
}

.products h1 {
  font-size: 32px;
  margin: none;
}

.products ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.products li {
  margin: 10px;
}

.products button {
  background-color: transparent;
  border: none;
}

.products-div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 70vw;
  justify-content: center;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: black 0px 0px 2px 0.1px;
}

.products a img {
  max-width: 70vw;
}

.products a:hover {
  scale: 1.02;
}

.products h3 {
  margin-top: 10px;
}

.products-section ul {
  display: flex;
  width: 90vw;
  flex-direction: column;
  display: flex;
  justify-content: start;
  align-items: start;
  text-align: left;
}

.products li {
  max-width: 70vw;
}

.products-ul-index li {
  margin: 1px 0;
}

.products-ul-index {
  padding: 0 0 0 15vw;
}

.submenu {
  list-style-type: none;
  padding-left: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  display: none;
  list-style: none;
  padding-left: 20px;
}

.submenu a {
  display: block;
  padding: 2px;
  color: #333;
  text-decoration: none;
}

.submenu.show {
  display: block !important;
  max-height: 100%;
  transition: max-height 0.5s ease-in;
}

.products-ul-index {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item-principal {
  display: flex;
  align-items: center;
  width: 100%;
}

.dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 5px 0;
  width: 100%;
  font-size: 14px;
}

.others-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.others-list li {
  margin-bottom: 20px;
}

.others-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}

.others-list li a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 767px) {
  .products {
    align-items: self-start;
    flex-direction: row;
    text-align: left;
  }

  .products h1 {
    margin-top: 0px;
  }

  .products section {
    width: 30vw;
  }

  .products div {
    width: 70vw;
  }

  .products ul {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
  }

  .products a {
    max-width: 20vw;
  }

  .products a img {
    max-width: 18vw;
  }

  .products-ul-index {
    padding: 0 0 0 80px;
  }

  .products-section li {
    margin: 1px 0;
  }

  .products-section ul {
    width: 30vw;
  }
}

/* product */

.product {
  max-width: none;
}

.product img {
  max-width: none;
  width: 70vw;
}

@media only screen and (min-width: 767px) {
  .product img {
    max-width: none;
    height: 70vh;
  }

  .products-div .product {
    max-width: none;
    width: 65vw;
    height: 70vh;
  }
}

/* Others */

.others div {
  width: 95vw;
  text-align: center;
}

.others ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contact__form2 {
  margin: 0 20vw;
  padding: 30px;
}

@media only screen and (max-width: 992px) {
  .contact__form2 {
    margin: 0 auto;
    padding: 15px;
  }
}

.contact__info--social__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--body-background-color);
  color: red;
  border-radius: 50%;
}

.contact__info--social__icon img {
  color: white;
}

.contact__info--social__icon:hover {
  background: var(--body-background-color);
  scale: 1.1;
}

.contact__info--social__icon img {
  padding: 5px;
  color: red;
  width: 32px;
  height: 32px;
}

.product__media--preview__items--link {
  width: 90%;
}

.product__media--preview__items--link img {
  border: 1px solid black;
  border-radius: 10px;
}


.product__details--info {
  margin-top: 10px;
}

.product__details--media {
  position: relative;
}

.brand__section--style3 {
  height: 398px;
  opacity: 1;
  /* deixe em 1 para não reduzir o elemento todo */
  background: url(../img/slider/_fy2.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: start center;
  background-size: cover;

  filter: grayscale(20%) brightness(90%);
}

.about__content a {
  border-radius: 5px;
  background-color: rgb(219, 37, 37);
  padding: 10px 30px;
  color: white;
  font-weight: bold;
  transition: 1s;
}

.about__content a:hover {
  scale: 1.05;
}

@media only screen and (max-width: 767px) {
  .brand__section--style3 {
    height: 148px;
  }

  .product__media--preview__items--link {
    width: 100%;
  }
}


@media only screen and (max-width: 767px) {
  .product__media--preview__items--link img {
    width: 100%;
  }
}

.certificados {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.certificados h1 {
  font-size: 26px;
}

.about-area ul {
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-area ul li {
  flex: 1 1 calc(20% - 10px);
  max-width: calc(20% - 10px);
  box-sizing: border-box;
}

@media only screen and (max-width: 782px) {
  .about-area ul li {
    flex: 1 1 calc(30% - 10px);
    max-width: calc(30% - 10px);
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 562px) {
  .about-area ul li {
    flex: 1 1 calc(40% - 10px);
    max-width: calc(40% - 10px);
    box-sizing: border-box;
  }
}

.about-area ul li img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 5px;
}

/* Lightbox básico */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.lightbox img {
  height: 200px;
  border-radius: 8px;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.lightbox .prev,
.lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.lightbox .prev {
  left: 20px;
}

.lightbox .next {
  right: 20px;
}

@media (max-width: 768px) {
  .row2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* news */

.news-article-entry {
  background-color: #000000;
  color: #f8f9fa;
  border-radius: .25rem;
  margin-bottom: 1.5rem;
  padding: 3rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: 1s;
}

.news-article-entry:hover {
  color: white;
  scale: 1.02;
}

.news-article-entry img {
  max-width: 150px;
  height: auto;
  border-radius: .25rem;
}

.news-article-entry .date {
  font-size: 1.5rem;
  color: #adb5bd;
}

.news-article-entry .title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}


.product__media--view__icon--link2 {
  line-height: 4.5rem;
  text-align: center;
  background: var(--secondary-color);
  border-radius: 50%;
  color: var(--text-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__media--view__icon--link2:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}

.product__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.products-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.products-link img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}



/* Garante que a imagem principal ocupe o espaço corretamente */
.single__product--preview .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Estilo para o contêiner das miniaturas */
.single__product--nav {
  margin-top: 15px;
  height: auto;
}

/* Estilo para cada miniatura */
.single__product--nav .swiper-slide {
  height: 100px;
  /* Altura da miniatura */
  width: 100px;
  /* Largura da miniatura */
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  border: 2px solid transparent;
  border-radius: 5px;
}

.single__product--nav .swiper-slide:hover {
  opacity: 1;
}

.single__product--nav .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #007bff;
}

.single__product--nav .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixed-thumb {
  height: 70px;
  width: 1000px;
  cursor: pointer;
  transition: 1s;
}

.fade-image {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.fade-out {
  opacity: 0;
}

#mainImage {
  width: 500px;
  height: 200px;
  object-fit: contain;
}

.pagination-lg .page-link {
  padding: 1.25rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 5px;
  margin: 0 3px;
  transition: all 0.2s ease-in-out;
  color: #000000;
}

.pagination .page-item.active .page-link {
  background-color: #ED1D24;
  border-color: #ED1D24;
  color: #fff;
  box-shadow: 0 4px 10px rgba(255, 54, 19, 0.4);
}

.pagination .page-link:hover {
  background-color: #ffe5e5;
  border-color: #ED1D24;
  color: #ED1D24;
  transform: translateY(-2px);
}

.pagination .page-item.disabled .page-link {
  color: #adb5bd;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

@media (max-width: 768px) {
  .pagination-lg {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagination-lg .page-link {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    margin: 2px;
  }
}

@media (max-width: 480px) {
  .pagination-lg .page-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    border-radius: 4px;
    margin: 2px 1px;
  }

  .pagination-lg .page-link span {
    display: none;
  }
}

/*banners home*/

.hero-slide__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero__slider--section.slider__section--bg3,
.hero__slider--section.slider__section--bg3::before {
  background: none !important;
}

.hero__slider--activation.swiper {
  height: auto !important;
}

.hero__slider--wrapper {
  height: auto !important;
}

.hero__slider--wrapper .swiper-slide {
  height: auto !important;
}

.hero-slide {
  position: relative;
  min-height: 560px;
}

@media (max-width: 1096px) {
  .hero-slide {
    min-height: 0 !important;
  }

  .hero__slider--section {
    padding-bottom: 0 !important;
  }

  .hero__slider--activation .swiper-pagination {
    bottom: 10px;
  }
}

.hero-slide__img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-slide__content,
.hero__slider--items__style3 {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.logos-group {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media (min-width:991px) {
  .img-home {
    max-width: 860px;
  }
}




/* Pop Up */


#catalogoModalBackdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 998;
}

#catalogoModal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 999;
  padding: 1rem;
}

.cm-card {
  width: min(760px, 100%);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
  padding: 32px
}

.cm-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 .5rem;
  text-align: center;
}

.cm-text {
  color: #334155;
  line-height: 1.55;
  margin: 0 0 2rem;
  text-align: center;
}

.cm-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cm-btn {
  appearance: none;
  border: 1.5px solid transparent;
  border-radius: 12px;
  padding: .75rem 1.25rem;
  font-weight: 600;
  cursor: pointer;
  transition: .2s;
}

.cm-btn-primary {
  background: #2563eb;
  color: #fff;
}

.cm-btn-primary:hover {
  color: #fff;
  background-color: #ED1D24;
}

.cm-btn-outline {
  background: #fff;
  color: #2563eb;
  border-color: #93c5fd;
}

.cm-btn-outline:hover {
  background: #eff6ff;
}

[data-showing="true"] .cm-card {
  animation: cm-enter .22s ease-out;
}

@keyframes cm-enter {
  from {
    transform: translateY(8px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

.cm-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
}

.cm-close:focus {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.cm-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.images_list_section {
  margin-bottom: 4rem;
}

.images_list {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.images_list img {
  width: 100%;
  height: auto;
  display: block;
  transition: .39s;
}

.images_list img:hover {
  transform: scale(1.05);
}

@media (max-width:768px) {
  .images_list {
    grid-template-columns: 1fr;
  }
}

/* Header Shadow */
.main__header {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}