@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;700&display=swap');

* {
  font-family: 'Open Sans', sans-serif;
}

img {
  width: 100%;
}

.contactView {
  min-height: 70vh;
}

header .nav-link,
.pContact a {
  color: #000
}

header .nav-link:hover,
.pContact a:hover {
  color: #0c88bf;
  text-decoration: underline;
}

.hHome {
  background: url('/img/bgTop.jpg') no-repeat;
  color: #fff;
  height: 400px;
}

.pageTitle {
  background: #3a3a3a;
  background: linear-gradient(45deg, #3a3a3a, #706e6e, #3a3a3a);
  background: -webkit-linear-gradient(45deg, #3a3a3a, #706e6e, #3a3a3a);
  color: #fff;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}

.pageTitle h1 {
  text-transform: uppercase;
  font-size: 25px;
}

.pageTitle .breadcrumb a span {
  color: #fff;
}

.pageTitle .breadcrumb a:hover {
  text-decoration: none;
}

.pageTitle .breadcrumb span {
  color: #aaa;
}

.pageTitle .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  color: #a8a8a8;
}

.productListItem {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  padding: 5px;
  margin-bottom: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.productListItem:hover .title{
  color: #0c88bf;
  text-decoration: underline;
}

.productListItem .imgContainer,
.productListCategoryImgContainer {
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
}

.productListItem a {
  text-decoration: none;
  color: #3a3a3a;
  float: left;
  width: 100%;
}

.productListItem .title {
  font-size: 14px;
  width: 100%;
  float: left;
  padding: 5px;
  margin: 0;
  text-align: center;
  height: 70px;
  overflow: hidden;
}

.productListItem .pBody p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px;
  min-height: 80px;
  position: relative;
}

.productListItem .pBody p:before {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.69));
}

.productsRelated {
  background: #f8f9fa;
  display: block;
  margin: 20px 0 -48px;
}

.relatedSidebarScroll {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
}

.relatedSidebarList .productListItem {
  margin-bottom: 10px;
  padding: 4px;
}

.relatedSidebarList .productListItem:hover {
  box-shadow: none;
}

.relatedSidebarList .productListItem .pContainer {
  display: flex;
  align-items: center;
  float: none;
}

.relatedSidebarList .productListItem .imgContainer {
  width: 64px !important;
  height: 64px !important;
  flex: 0 0 64px;
  float: none;
}

.relatedSidebarList .productListItem .imgContainer img {
  width: 100%;
}

.relatedSidebarList .productListItem .title {
  width: auto;
  height: auto;
  flex: 1;
  float: none;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
}

/* lado a lado: relacionados acompanham a altura da coluna de imagens */
@media (min-width: 576px) {
  .pRequestAquote {
    position: relative;
  }

  .pRequestAquote .relatedSidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
  }

  .pRequestAquote .relatedSidebarScroll {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
  }
}

.requestAquote {
  z-index: 999;
  color: #fff !important;
  background-color: #d0572a;
  border-color: #d0572a;
}

.requestAquote:hover {
  background-color: #b54b25;
  border-color: #b54b25;
}


.productView .carousel-item img,
.productListCategoryImgContainer img,
.productListItem .imgContainer img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.productCategoryViewResume {
  background: #f8f9fa;
  margin: -20px 0 -90px 0;
  padding: 20px 0 100px 0;
}

.container_images_product_view * {
  outline: none;
}

.container_images_product_view {
  position: relative;
}

.container_images_product_view ul {
  margin: 0;
  padding: 0;
}

.container_images_product_view .productVideos {
  margin-bottom: 15px;
}

.container_images_product_view .productVideos .containerVideos iframe {
  float: left;
  width: 100%;
  max-width: 100%;
}

.container_images_product_view .productVideos .slick-arrow:before {
  color: #fff;
}

.container_images_product_view .slick-arrow {
  background: none !important;
  height: 100% !important;
  display: none !important;
  margin: 0;
}

.container_images_product_view:hover .slick-arrow {
  display: block !important;
}

.container_images_product_view .slick-arrow:before {
  color: rgb(95, 116, 228);
  font-size: 45px;
  font-weight: normal;
}

.container_images_product_view .slick-arrow:hover:before {
  color: rgb(52, 83, 251);
}

.container_images_product_view .slick-arrow.slick-disabled {
  opacity: 0;
}

.images_product_view .imgSmall {
  overflow: hidden !important;
}

.images_product_view .imgSmall .slick-list {
  height: 100% !important;
  max-height: 100% !important;
}

.images_product_view .imgSmall .slick-prev {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.images_product_view .imgSmall .slick-next {
  top: 0;
  right: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.images_product_view .imgSmall ul li,
.images_product_view .imgSmall .slick-slide {
  position: relative;
  cursor: pointer;
  border: none !important;
  outline: none !important;
}

.images_product_view .imgSmall .product_thumb {
  padding-bottom: 1px;
}

.images_product_view .imgSmall ul li.slick-current {
  opacity: 1;
}

.images_product_view .imgSmall ul li:not(.slick-current) {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.images_product_view .imgSmall ul li:hover {
  opacity: 1;
}

/* mobile: tira de miniaturas com rolagem horizontal livre (scroll nativo) */
.images_product_view .mobileThumbStrip {
  width: 100%;
  margin-top: 8px;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.images_product_view .mobileThumbStrip::-webkit-scrollbar {
  height: 4px;
}

.images_product_view .mobileThumbStrip::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
  border-radius: 4px;
}

.images_product_view .mobileThumb {
  position: relative;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

/* respiro no fim do scroll (o padding-right do container costuma ser
   ignorado por alguns navegadores em containers flex com overflow) */
.images_product_view .mobileThumb:last-child {
  margin-right: 15px;
}

.images_product_view .mobileThumb.active {
  border-color: #d0572a;
}

.images_product_view .mobileThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images_product_view .mobileThumb .fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 6px rgba(0, 0, 0, .7);
  pointer-events: none;
}


.images_product_view .productViewConteinerImg {
  margin: 0;
}

.images_product_view .productViewConteinerImg {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  border: none !important;
  box-shadow: none !important;
}

.images_product_view .productVideoMaster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.images_product_view .productVideoMaster .videoPoster,
.images_product_view .productVideoMaster iframe {
  width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 16 / 9;
}

.images_product_view .productVideoMaster .videoPoster {
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.images_product_view .productVideoMaster iframe {
  border: 0;
}

.images_product_view .videoPlayIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, .7);
  pointer-events: none;
  z-index: 2;
}

.images_product_view .productVideoMaster .videoPlayIcon {
  font-size: 60px;
}

.images_product_view .thumbPlayIcon {
  font-size: 22px;
}

.images_product_view .videoThumbImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images_product_view .productViewConteinerImg img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.images_product_view {
  overflow: hidden;
}

.images_product_view .imgSmall .productViewConteinerImg {
  overflow: hidden;
}

@media(max-width: 959px) {
  .images_product_view #containerImgMaster {
    border: 0;
    margin: 0;
  }
}

#backToTop {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 5px;
  margin: auto;
  width: 45px;
  cursor: pointer;
  display: none;
  background: rgba(0, 0, 0, 0.21);
  border-radius: 50%;
}

#backToTop:hover {
  background: rgba(0, 0, 0, 0.58);
}

#backToTop i {
  display: block;
  text-align: center;
  padding: 2px 0 12px 0;
  margin: 14px 14px 0 14px;
  color: #ffffff;
  font-size: 15px;
  border-top: 2px solid #fff;
}

.pTitle {
  border-left: 4px solid #3a3a3a;
  padding: 0 0 0 10px;
  font-size: 25px;
  margin: 0;
}

.articleView {
  text-transform: capitalize;
}

.articleView * {
  font-family: roboto slab, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.62;
  color: #555;
}

.articleView p {
  text-align: justify;
}

.articleView a {
  color: #5ec1e4 !important;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}

.articleView h2,
.articleView h3,
.articleView h4,
.articleView h5,
.articleView h6 {
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}

.articleView ul li {
  font-size: 1rem;
  margin: 15px 0;
}

.articleView h2 {
  font-size: 36px;
}

.articleView h3 {
  font-size: 30px;
}

.articleView h4 {
  font-size: 25px;
}

.articleView h5 {
  font-size: 20px;
}

.articleView h6 {
  font-size: 18px;
}

@media(max-width: 425px) {
  .articleView p img {
    width: 100% !important;
    height: auto !important;
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '>';
}

/* breadcrumb compacto e discreto sob o titulo da pagina */
.pageBreadcrumb {
  padding-bottom: 15px;
}

.pageBreadcrumb .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1.2;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pageBreadcrumb .breadcrumb::-webkit-scrollbar {
  display: none;
}

.pageBreadcrumb .breadcrumb-item,
.pageBreadcrumb .breadcrumb-item a,
.pageBreadcrumb .breadcrumb-item a span,
.pageBreadcrumb .breadcrumb-item span {
  color: #3483fa;
}

.pageBreadcrumb .breadcrumb-item a:hover span {
  text-decoration: underline;
}

.pageBreadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 6px;
}

.pageBreadcrumb .breadcrumb-item+.breadcrumb-item::before {
  padding-right: 6px;
  color: #3483fa;
}

.follow {
  width: 100%;
  float: left;
}

.follow a {
  float: left;
  font-size: 15px;
  color: #FFF;
  background-color: #5F5F5F;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.follow a+a {
  margin: 0 5px;
}

.follow a:hover {
  opacity: 0.8;
}

.follow a i {
  margin: 5px auto;
}

.slick-prev:before,
.slick-next:before {
  color: #9c9c9c;
  font-size: 30px;
}

.slick-prev,
.slick-next {
  top: 45%;
  width: auto;
  height: auto;
  z-index: 99;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-track {
  min-width: 100% !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ccc' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ccc' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.categoryDescription {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  margin-bottom: 20px;
  text-align: justify;
}

.pulsingButton {
  box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}


/* Comment-out to have the button continue to pulse on mouseover */

.pulsingButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}


/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

header .nav-link.pulsingButton {
  border-radius: 15px;
}

.btn-vibrate {
  animation: vibrate 0.2s infinite;
  color: #fff !important;
  z-index: 1;
}

.btn-vibrate:hover {
  text-decoration: none !important;
  color: #fff !important;
}

@keyframes vibrate {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-2px);
  }

  50% {
    transform: translateX(2px);
  }

  75% {
    transform: translateX(-2px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Sidebar de categorias */
.category-sidebar {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

.category-sidebar .list-group {
  border-radius: 8px;
  overflow: hidden;
}

.category-sidebar .list-group-item {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  background: none;
  transition: background 0.2s, color 0.2s;
  padding: 0;
  font-size: 16px;
}

.category-sidebar .list-group-item:last-child {
  border-bottom: none;
}

.category-sidebar .list-group-item a.nav-link {
  color: #333;
  text-decoration: none;
  display: block;
  width: 100%;
  transition: color 0.2s;
}

.category-sidebar .list-group-item a.nav-link:hover {
  color: #0c88bf;
  font-weight: bold;
  text-decoration: underline;
  background: #f8f9fa;
  border-radius: 4px;
}

/* =============================================
   Mega Menu
   ============================================= */

.mega-menu-row {
  position: relative;
}

.mega-menu-item {
  position: static;
}

.mega-menu-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

.mega-menu-trigger .mega-arrow {
  font-size: 0.65rem;
  transition: transform 0.22s;
  display: inline-block;
  margin-top: 1px;
}

.mega-menu-item:hover .mega-arrow {
  transform: rotate(180deg);
}

/* Dropdown — posicionado relativo ao .mega-menu-row */
.mega-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: auto;
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: 2px solid #0c88bf;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  z-index: 2000;
  animation: megaFadeIn 0.18s ease;
}

@keyframes megaFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu-item:hover .mega-dropdown {
  display: block;
}

.mega-dropdown-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 12px 8px;
}

.mega-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s, background 0.15s;
  border-left: 3px solid transparent;
  line-height: 1.4;
  text-align: left;
}

.mega-dropdown a:hover {
  color: #0c88bf;
  text-decoration: underline;
  background: #f8f9fa;
  border-left-color: #0c88bf;
}

@media (max-width: 991px) {
  .mega-dropdown-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .mega-dropdown-inner {
    grid-template-columns: 1fr;
  }
}

/* =============================================
   Product Description Read More
   ============================================= */

.product-description-wrapper {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.product-description-wrapper.collapsed {
  max-height: 250px;
}

.product-description-wrapper.collapsed .product-description-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  pointer-events: none;
}

.product-description-wrapper:not(.collapsed) .product-description-overlay {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.btn-read-more {
  color: #0c88bf;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 1.05rem;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.btn-read-more:hover {
  color: #086d99;
}

.btn-read-more:after {
  content: '\f107';
  font-family: 'FontAwesome';
  transition: transform 0.3s;
}

.btn-read-more.expanded:after {
  transform: rotate(180deg);
}

.btn.contact_phone,
.btn.contact_email{
  color: #3483fa;
}
.btn.contact_phone:hover,
.btn.contact_email:hover{
  text-decoration: underline;
}

/* ── Site Menu Bar ── */
.site-menu-bar {
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
.site-menu-bar .container {
  display: flex;
  align-items: center;
  position: relative;
}
.site-menu-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: center;
}
.site-menu-list li > a {
  display: block;
  padding: 10px 16px;
  color: #393a3a;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}
.site-menu-list li > a:hover {
  color: #3483fa;
  text-decoration: underline;
}
.site-menu-social {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.site-menu-social.follow {
  width: auto;
  float: none;
  gap: 5px;
}
.site-menu-social.follow a {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 25px !important;
  height: 31px !important;
  border-radius: 50% !important;
  color: #fff !important;
  margin: 0;
}
.site-menu-social.follow a i {
  margin: 0;
}
.site-menu-social.follow a:hover {
  text-decoration: none;
}

.site-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 0;
  flex-direction: column;
  gap: 5px;
}
.site-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #393a3a;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .site-menu-toggle { display: flex; }
  .site-menu-list {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #0c88bf;
    z-index: 1500;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  .site-menu-list.open { display: flex; }
  .site-menu-list li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    white-space: normal;
    color: #fff;
  }
  .site-menu-list li a:hover {
    color: #fff;
    text-decoration: underline;
    background: rgba(0,0,0,0.15);
  }
  .site-menu-social {
    justify-content: center;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .site-menu-social a {
    border-bottom: none !important;
  }
}

/* Botão Produtos dentro do site-menu-bar (mobile) */
.site-menu-produtos {
  margin-left: auto;
  position: static;
  flex-shrink: 0;
}
.site-produtos-btn {
  background: none;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  color: #393a3a;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-produtos-btn:hover {
  background: rgba(0,0,0,0.15);
}