/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;

	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.stylish-panel {
    margin-top: 20px;  /* Menos espaçamento entre os blocos */
}

.product-box {
    margin-bottom: 50px;  /* Reduzindo o espaçamento entre os produtos */
}


.product-box img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.product-box:hover img {
    transform: scale(1.05);
}

.product-box h4 {
    font-size: 1.5rem;  /* Aumentando mais o tamanho do texto */
    margin-top: 8px;
    font-weight: 600;
    line-height: 1.3;  /* Aumentei um pouco o espaçamento entre o título e o ícone */
    margin-bottom: 5px;  /* Menos espaçamento abaixo do título */
}

.product-box i {
    display: block;
    margin-top: 3px;  /* Diminuindo o espaço entre o título e o ícone */
    font-size: 1.3rem;  /* Aumentando o ícone */
    color: #333;
}

@media (max-width: 575.98px) {
    .product-box h4 {
        font-size: 1.2rem;  /* Ajuste para dispositivos pequenos */
    }

    .product-box i {
        font-size: 1.2rem;  /* Ícone um pouco menor no mobile */
    }
}

.folio-full {
    display: flex;
    flex-wrap: wrap;
}

.folio-item {
    width: calc(33.333% - 20px); /* para 3 colunas com espaçamento */
    box-sizing: border-box;
}

.blog-excerpt {
    min-height: 220px; /* ajusta ao conteúdo mais alto */
}

.img-mini {
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* aquecimento*/

    .btn-saber-mais {
        background-color: #f57224;
        color: white;
        padding: 10px 20px;
        border: none;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }

    .btn-saber-mais:hover {
        background-color: #d95f1b;
    }

    .modal-custom {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.6);
    }

    .modal-content-custom {
        background-color: #fff;
        margin: 10% auto;
        padding: 30px;
        border-radius: 10px;
        max-width: 700px;
        position: relative;
    }

    .close-modal {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 28px;
        cursor: pointer;
        color: #aaa;
    }

    .close-modal:hover {
        color: #000;
    }

    .modal-content-custom ul {
        list-style-type: disc;
        padding-left: 20px;
    }

    .modal-content-custom img {
        width: 100%;
        margin-top: 15px;
    }
.modal-content-custom.flex {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .modal-text {
        flex: 1 1 60%;
    }

    .modal-img {
        flex: 1 1 35%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-img img {
        max-width: 80%;
        height: auto;
        border-radius: 8px;
    }

    @media (max-width: 768px) {
        .modal-content-custom.flex {
            flex-direction: column;
        }

        .modal-img {
            margin-top: 20px;
        }
    }

/* aquecimento*/

    .btn-saber-mais {
        background-color: #f57224;
        color: white;
        padding: 10px 20px;
        border: none;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }

    .btn-saber-mais:hover {
        background-color: #d95f1b;
    }

    .modal-custom {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.6);
    }

    .modal-content-custom {
        background-color: #fff;
        margin: 10% auto;
        padding: 30px;
        border-radius: 10px;
        max-width: 700px;
        position: relative;
    }

@media (max-width: 575.98px){
	.modal-content-custom {
        background-color: #fff;
        margin: 10% 10px 10px 10px;
        padding: 30px;
        border-radius: 10px;
        max-width: 700px;
        position: relative;
    }
 }
    .close-modal {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 28px;
        cursor: pointer;
        color: #aaa;
    }

    .close-modal:hover {
        color: #000;
    }

    .modal-content-custom ul {
        list-style-type: disc;
        padding-left: 20px;
    }

    .modal-content-custom img {
        width: 100%;
        margin-top: 15px;
    }
.modal-content-custom.flex {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .modal-text {
        flex: 1 1 60%;
    }

    .modal-img {
        flex: 1 1 35%;
        display: flex;
        align-items: center;
        justify-content: center;
		width: 90%;
    }

  .modal-img2 {
        flex: 1 1 35%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-img img {
        max-width: 80%;
        height: auto;
        border-radius: 8px;
    }

    @media (max-width: 768px) {
        .modal-content-custom.flex {
            flex-direction: column;
        }

        .modal-img {
            margin-top: 20px;
        }
    }

/*grelhadores*/

.feature-box {
    background-color: #f9f9f9;
    border-left: 4px solid #FF6600; /* cor Galp ou semelhante */
    padding: 18px;
    margin-bottom: -30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
	align-content: center;
}
.feature-box h3 {
    font-weight: 700;
    margin-top: 0;
}
/*garrafas de gas*/
/* Reset básico para evitar inconsistências */
* {
    box-sizing: border-box;
}

/* Layout base - 3 colunas */
.portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

/* Itens padrão - 3 por linha */
.portfolio-grid .folio-item {
    flex: 0 0 calc(33.333% - 13.33px);
}

/* Tablet - 2 colunas */
@media (max-width: 1024px) {
    .portfolio-grid .folio-item {
        flex: 0 0 calc(50% - 10px);
    }
}

/* Mobile - 1 coluna */
@media (max-width: 767px) {
    .portfolio-grid .folio-item {
        flex: 0 0 100%;
    }
}

/*aquecimento*/
.feature-box.always-visible {
    border-left-color: #ccc;
    background-color: #fff;
}

/* Estilo base para a grelha de produtos */
.folio-item {
  width: 30%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

/* Responsivo para tablets */
@media (max-width: 992px) {
  .folio-item {
    width: 50%;
  }
}

/* Responsivo para telemóveis */
@media (max-width: 768px) {
  .folio-item {
    width: 100%;
  }
}

/*sinalização*/
.process-img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px auto;
}

.home-blog .img-mini {
  width: 100%;
  max-width: none;
  height: auto;
}
.pontos {
	margin-top: 100px;
	margin-bottom: 20px;
}

.g-grid__item--type-2 {
    height: 90px;
    background-color: #FFFFFF;
    justify-content: flex-end;
    padding: 24px 16px;
    gap: 24px;
}

.g-grid__item {
	margin-top: 10px;
	margin-bottom: 10px;
		border-radius: 20px; /* retângulo arredondado */
  display: flex;
  align-items: center;
  gap: 1rem;
}

.g-grid__item h3{
	color: #be2e00;
}
.g-grid__img-container {
        width: 90px;
    height: 50px;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}


.g-grid__item-container {
  flex: 1;
}

.g-grid__item-btn-wrapper a {
  display: inline-flex;
  align-items: center;
  background-color: #ff7f00; /* cor de fundo (exemplo Galp) */
  color: #fff;
  padding: 0.5rem 1.25rem; /* botão mais comprido */
  border-radius: 999px; /* retângulo arredondado */
  text-decoration: none;
  transition: background-color 0.3s;
}

.g-grid__item-btn-wrapper a:hover {
  background-color: #e66f00;
}

.home-about-2 {
	background-color: #191919 !important; 
	padding-top: 15px;
	padding-bottom: 15px;
}

.desktop-img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-img {
  display: none;
  width: 100%;
  height: auto;
}

/* Mostrar a imagem mobile em ecrãs pequenos */
@media (max-width: 767px) {
  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }
}

