
/* ======================
   ELEMENTOS DE PRODUTO / DESTAQUES
====================== */
.sppb-addon.sppb-addon-text-block.block-text-product {
    border-top: 3px solid #F58634;
}


/* ======================
   CÍRCULO DE PROJETO
====================== */
.project-circle {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #1E6380;
    background: white;
}
.project-circle img {
    width: 100%;
    height: auto;
    padding: 66px 20px;
}


/* ======================
   CARROSSEL / SLIDERS
====================== */
#sppb-carousel1 .sppb-item .sppb-btn {
    margin-left: 50%;
}
#sppb-carousel2 .sppb-item .sppb-btn {
    margin-left: 60%;
}
#sppb-carousel1 .sppb-carousel-text > h2, 
#sppb-carousel1 .sppb-carousel-text > div {
    background: #1e63808c;
    color: white;
    padding: 10px !important;
}
#sppb-carousel1 .sppb-carousel-text .sppb-btn {
    transition: none;
    margin-left: 50%;
    margin-top: 10px;
}

.category-desc > h2 {
    text-align: center;
    font-size: 40px;
    color: #f58634;
    font-family: 'Qwerty Ability - Personal Use', sans-serif;
}

/* ======================
   BLOG - LISTA DE PRODUTOS
====================== */
.blog.pagina-lista-produto > h2 {
    text-align: center;
    font-size: 40px;
    color: #f58634;
    font-family: 'Qwerty Ability - Personal Use', sans-serif;
}

.blog.pagina-lista-produto .category-desc {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px 0px;
}

.blog.pagina-lista-produto .article-list .article {
    border: none;
}

.blog.pagina-lista-produto .article-list .article .article-header > h2 {
    margin: auto;
    border-bottom: 5px solid #f58634;
}

.blog.pagina-lista-produto .article-introtext {
    margin-top: 20px;
}

.blog.pagina-lista-produto .article-introtext p {
    display: grid;
    grid-template-columns: 35% auto;
    align-items: center;
    column-gap: 10%;
}

.intro-product-image {
    max-width: 150px;
}

/* ======================
   DETALHES TÉCNICOS
====================== */
#tec-info-tab-pane .fields-container {
    width: 100%;
}

#tec-info-tab-pane .fields-container li {
    display: flex;
    flex-direction: column;
}

#tec-info-tab-pane .fields-container .field-label {
    font-weight: bold;
}

#tec-info-tab-pane .fields-container .field-entry {
    display: grid;
    grid-template-columns: 25% auto;
    border-bottom: 2px solid #a9acaf;
    padding: 4px;
}


/* ======================
   LAYOUT DE PRODUTO INDIVIDUAL
====================== */
.pagina-lista-produto .body-product {
    display: grid;
    grid-template-columns: 30% auto;
    column-gap: 10%;
    margin: 5%;    
}

.pagina-lista-produto .nav-pills .nav-link.active {
    background: #1e6380;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.pagina-lista-produto .nav-pills .nav-link {
    color: #1e6380;
}

.tab-content > .tab-pane {
    padding: 20px;
    background: #ebebeb;
    border-radius: 0 0 20px 20px;
}


/* ======================
   CATEGORIAS DE PRODUTO (MODULO ARTICLES CATEGORIES)
====================== */
.product-categories-title .mod-articlescategories {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 50px;
}

.product-categories-title .mod-articlescategories li {
    text-align: center;
    background-image: url(images/arquivos/61.png);
    height: 100px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 4%;
    font-size: 30px;
}

.product-categories-title .mod-articlescategories li a {
    color: white;
}



#sp-main-body {
    padding: 30px 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #ffffff;
  color: #0d3a75; /* azul escuro do logo */
}

.my_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
