/* Font Definition */
@font-face {
  font-family: 'Wilhelmina';
  src: url('/fonts/wilhelmina.woff2') format('woff2');
  font-weight: 100 900; 
  font-style: normal;  
  font-display: swap;  
}
@font-face {
  font-family: "Pier Sans";
  src: url('../fonts/Pier\ Sans\ Light.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; 
}

/* Global Styles */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Geist", sans-serif;
    font-weight: 100; 
    color: #ffffff;
    background-color: #f8f8f8;
}
:root {
    --brand-red: #d7230c;
    --text-title: #271e1d;
    --text-desc: #535353;
    --bg-mid: #ebebeb;
    --bg-light: #f9f9f9; 
    --bg-white: #ffffff;
    --border-color: #e5e5e5;
}
.centro {
    max-width: 1920px;
    margin: 0 auto;
}
/* ========================================================================== */
/*   Menu superior
/* ========================================================================== */

#top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 88px;
    margin: 0;
    font-family: "wilhelmina", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #c0b298;
    overflow: clip;
    position: relative;
    z-index: 20;
}

/* Menu Mobile */
.bt_menu_mobile {
    background: var(--brand-red);
    border-radius: 173px;
    cursor: pointer;
    padding: 10px;
    height: 173px;
    width: 200px;
    position: relative;
    left: -98px;   
}
.bt_menu_mobile img {
    position: absolute;
    right: 36px;
    top: 73px;
}


#menu_mobile {
	display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    z-index: 998;
	margin-top: 88px;
	padding-bottom: 30px;
    box-sizing: border-box;
    flex-direction: column;
}
#menu_mobile.aberto{
    position: fixed;
    display: flex;
}
#menu_mobile.aberto a {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}
#menu_mobile ul {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-top: 70px;
	gap: 30px;
}


.menu-principal {
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 107px;
}
.menu-principal ul {
    display: flex; 
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#menu_mobile a,
.menu-principal a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #c0b298;
    text-decoration: none;
}
#menu_mobile a.highlight,
.menu-principal a.highlight {
    text-decoration: underline;
    color: var(--brand-red);
}
/* Show logo only when the parent link has the highlight class */
#menu_mobile a .highlight-logo,
.menu-principal a .highlight-logo {
    display: none;
}
#menu_mobile a.highlight .highlight-logo,
.menu-principal a.highlight .highlight-logo {
    display: inline;
    vertical-align: bottom;
    margin-left: 5px;
}
#menu_mobile a.highlight span,
.menu-principal a.highlight span {
    text-decoration: underline;
}

.redes-sociais {
    display: flex;
    gap: 15px;
    margin-right: 20px;
}



/* ========================================================================== */
/*   Banner
/* ========================================================================== */

#pag_inicial .banner-section .banner {
    display: flex;
    align-items: flex-start;
    position: relative; 
    overflow: hidden;
}

#pag_inicial .banner-section .banner-image {
    width: 100%;
} 
#pag_inicial .banner-section .banner-image img {
    width: 100%;
    object-fit: cover; 
} 

/* Old banner (left here just in case)*/
/*#pag_inicial .banner-section .banner {
    display: flex;
    align-items: flex-start;
    position: relative; 
    height: 616px;
    overflow: hidden;
}
 #pag_inicial .banner-section .black-square {
    background-color: #202020;
    height: 100%;
    width: clamp(27.813rem, 10.489rem + 27.72vw, 43.75rem);
    position: relative; 
}
#pag_inicial .banner-section .black-square .text {
    font-size: 39px;
    text-transform: uppercase;
    color: #c0b298;
    font-family: "Wilhelmina";
    margin: 130px 0px 0px clamp(6.25rem, -6.25rem + 16.67vw, 13.75rem);
    position: relative;
    z-index: 10;
    line-height: 0.6;
    letter-spacing: 1px;
    width: fit-content;
}
#pag_inicial .banner-section .flame-icon {
    position: absolute;
    top: -4px;
    right: -230px;
    height: 620px;
    z-index: 2;
}
#pag_inicial .banner-section .banner-image {
    flex: 1; 
    height: 100%; 
    overflow: hidden;
}

#pag_inicial .banner-section .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: 50% center;
    min-height: 0;
} */


/* Setas */
#pag_inicial .banner-section .arrow {
    background-color: var(--brand-red);
    width: clamp(2.5rem, 1.924rem + 2.3vw, 4.688rem);
    height: clamp(2.5rem, 1.924rem + 2.3vw, 4.688rem);
    border: none;
    cursor: pointer;
    pointer-events: all; 
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%)
}
#pag_inicial .banner-section .arrow img {
    width: clamp(1.875rem, 1.464rem + 1.64vw, 3.438rem);
    position:static;
    object-fit:unset;
}
#pag_inicial .banner-section .arrow-prev {
    background-color: transparent;
    left: 0px;
    z-index: 18;
    padding-left: 25px;
}
#pag_inicial .banner-section .arrow-next {
    right: 0px;
    padding-left: clamp(0.313rem, 0.23rem + 0.33vw, 0.625rem);
    padding-right: 30px;
}

/* ========================================================================== */
/*   Banner Quem Somos
/* ========================================================================== */

#pag_quem_somos .banner {
    height: 616px;
    position: relative;
    overflow: hidden;
}

#pag_quem_somos .banner-image {
    width: 100%;
    height: min(616px, 100%);
    object-fit: cover;
    object-position: top;
}

#pag_quem_somos .banner-section .fire-logo-container {
    position: relative;
    top: -4px;
    right: clamp(-470px, 161.58px - 32.89vw, 30px);
    z-index: 2;
}
#pag_quem_somos .banner-section .flame-icon {
    position: absolute;
    height: 620px;
    z-index: 2;
    opacity: 0.95;
}
#pag_quem_somos .banner-section .play-button {
    position: absolute;
    top: 263px;
    left: 176px;
    z-index: 4;
}

/* ========================================================================== */
/*   Banner Produtos, Projetos e Contato
/* ========================================================================== */
#pag_onde_comprar .banner-section .banner,
#pag_projetos .banner-section .banner,
#pag_produtos .banner-section .banner {
    display: flex;
    align-items: flex-start;
    position: relative; 
    height: 350px;
    overflow: hidden;
}

#pag_onde_comprar .banner-section .black-square,
#pag_projetos .banner-section .black-square,
#pag_produtos .banner-section .black-square {
    background-color: #f0d7c1; /* Not black */
    height: 100%;
    width: 700px;
    position: relative; 
}

#pag_onde_comprar .banner-section .black-square .text,
#pag_projetos .banner-section .black-square .text,
#pag_produtos .banner-section .black-square .text {
    font-size: 39px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-family: "Wilhelmina";
    padding: 120px 0px 0px 85px;
    position: relative;
    z-index: 10;
    line-height: 0.6;
    letter-spacing: 1px;
}
#pag_onde_comprar .banner-section .black-square .text span,
#pag_projetos .banner-section .black-square .text span,
#pag_produtos .banner-section .black-square .text span {
    font-size: 1.974em;
    line-height: 1.2
}
#pag_onde_comprar .banner-section .black-square .text{
    padding-top: 80px
}
#pag_onde_comprar .banner-section .flame-icon,
#pag_projetos .banner-section .flame-icon,
#pag_produtos .banner-section .flame-icon {
    position: absolute;
    top: -4px;
    right: -127px;
    height: 354px;
    z-index: 2;
}

#pag_onde_comprar .banner-section .banner-image,
#pag_projetos .banner-section .banner-image,
#pag_produtos .banner-section .banner-image {
    flex: 1; 
    height: 438px; 
    margin-top: -122px;
}
#pag_onde_comprar .banner-section .escolha-uma-cidade {
    display: block;
    width: 385px;
    height: 54px;
    /* border-radius: 27px; */
    border: 2px solid #b99576;
    background: transparent;
    color: #b99576;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    /* padding: 20px 20px; */
    padding: 0px 20px;
    position: relative;
    text-decoration: none;
    font-family: "Geist";
}
#pag_onde_comprar .banner-section .escolha-uma-cidade img {
    position: absolute;
    top: 0;
    transform: translateY(50%);
    right: 22px;
}


/* ========================================================================== */
/*   Banner Produto e Projeto Interno
/* ========================================================================== */

#pag_projeto_interno .banner,
#pag_produto_interno .banner {
    width: 100%;    
    min-height: 600px;
    max-height: 700px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -88px;
    overflow: hidden;
    position: relative;
}

#pag_projeto_interno .banner .banner-image,
#pag_produto_interno .banner .banner-image {
    width: 100%;
    object-fit: cover;
    object-position: top;
}


/* Title */
#pag_projeto_interno .banner .title-container,
#pag_produto_interno .banner .title-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: 27%;
    z-index: 77;
    position: absolute;
}
#pag_projeto_interno .banner .title-shadow,
#pag_produto_interno .banner .title-shadow {
    margin-right: 9%;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 10px 64px 72px rgba(0, 0, 0, 0.6);
}
#pag_projeto_interno .banner .title-container .title,
#pag_produto_interno .banner .title-container .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 850px;
    color: white;
    gap: 40px;
}
#pag_projeto_interno .banner .title-container .title {
    width: 800px;
}
    
#pag_projeto_interno .banner .title-container .title h1,
#pag_produto_interno .banner .title-container .title h1 {
    font-size: 62px;
    letter-spacing: 0px;
    line-height: 1;
    font-weight: 800;
    font-family: "Geist";
    display: inline;
    margin-right: 0;
}



/* ========================================================================== */
/*   product display - preview de video e descrição
/* ========================================================================== */


.product-display {
    background-color: var(--bg-mid);
}

.product-display .thumbnails {
    display: flex;
    gap: 20px;
    margin-top: -75px;
    margin-left: 4.5%;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
}
.product-display .thumbnails img {
    border-width: 5px;
    border-style: solid;
    border-color: rgb(192, 178, 152);
}
.product-display .thumbnails .highlight {
    border-color: var(--brand-red);
}
.product-display .product-specification {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
    margin-left: 4.5%;
    justify-content: flex-start;
    align-items: center;
}

.video-container {
    position:relative;
    bottom:-45px;
}
.video-container img {
    border-width: 7px;
    border-style: solid;
    border-color: var(--brand-red);
}
.video-container .mask_img0 {
    height: clamp(31.563rem, 10.521rem + 28.06vw, 44.188rem);
    width: clamp(34.688rem, 11.563rem + 30.83vw, 48.563rem);
}
#pag_projeto_interno .video-container img {
    border-color: #bfb197;
}
#pag_projeto_interno .video-container iframe !important {
    border-color: #bfb197;
}
.video-container .youtube-play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 15;
    transform: translate(-50%, -50%);
    cursor: pointer;
    border: none;
}
/* Container Principal do Produto */
.product-container {
    max-width: 745px;
    padding: 40px;
    border-radius: 8px;
    font-size: 16px;
}

/* Navegação (Breadcrumb) */
.product-breadcrumb {
    color: #989898;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.product-breadcrumb span {
    color: var(--brand-red);
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Título Principal */
.product-title {
    color: #271e1d;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 23px;
    max-width: 500px;
}

/* Descrição */
.product-description {
    color: #535353;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 23px;
}
.product-details {
    display: flex;
    margin-bottom: 25px;
}
.product-details .details-column {
    flex: 1;
}
.product-details .details-column h3 {
    color: #d82b15;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.product-details .details-column .details-list p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 6px 0;
}

.product-actions {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}



/* ========================================================================== */
/*   Vitrine
/* ========================================================================== */


.vitrine {
    display: flex;
    position: relative;
}
#pag_projetos .vitrine,
#pag_produtos .vitrine {
    margin-bottom: 100px;
}
#pag_projeto_interno .vitrine {
    margin-bottom: -30px;
}
.vitrine .brown-side {
    background-color: #bfb197;
    width: 360px;
    height: 310px;
    padding: 50px 30px 0px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.vitrine .brown-side .text {
    text-transform: uppercase;
    display: block;
    margin-left: 15px;
}
.vitrine .brown-side h3 {
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--brand-red);
    font-weight: bold;
    font-family: "Geist";
    padding-top: 20px;
}
.vitrine .brown-side h1 {
    line-height: 0.9;
    color: #202020;
    font-size: 43px;
    font-family: "Wilhelmina";
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    margin-top: 5px;
}
.vitrine .brown-side .text .btn-produtos {
    position: absolute;
    bottom: -23px;
}

.vitrine .categorias {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position:absolute;
    top: 350px;
    left: 110px;
}

.vitrine .diamond-wrapper {
    width: 230px;
    height: 230px;
    position: relative;
    transform: rotate(45deg);
    box-sizing: border-box;
    z-index: 5;
    border-radius: 25px;
}

.vitrine .diamond {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}

.vitrine .diamond::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    z-index: 20;
    pointer-events: none;
    border: 12px solid rgb(192, 178, 152); 
    border-radius: 25px;
}
.vitrine .diamond-wrapper.red-overlay .diamond::after {
    border-color: var(--brand-red); 
}

.vitrine .diamond img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 142%;
    height: 142%;
    object-fit: cover; 
}
.vitrine .categorias .vertical-bar{
    height: 300px;
    width: 20px;
    background-color: rgb(192, 178, 152);
    position: absolute;
    z-index: 1;
    bottom: -305px;
    left: 105px;
}

.vitrine .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(192, 178, 152);
    color: #202020;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 163%;
    bottom: -13%;
    left: 5%;
    z-index: 10;
}
.vitrine .button-wrapper {
    display: none;
    width: 80%;
    background-color: rgb(192, 178, 152);
    text-decoration: none;
}
.vitrine .button-text {
    color: #202020;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* width: 163%;
    bottom: -13%;
    left: 5%; */
    z-index: 10;
}
/* Overwrite styles so the arrow icon looks normal */
.vitrine .button-text img,
.vitrine .text-overlay img {
    position:static;
    width: auto;
    height: auto;
    transform: none;
    margin-bottom: -3px;
    margin-left: 10px;
    filter: invert(1) brightness(0.125); 
}
/* Highlights current category */
.vitrine .red-overlay {
    background-color: rgba(215, 35, 12, 0.95);
    color: white;
}
/* Take out the black filter from the arrow */
.vitrine .red-overlay img {
    filter:none;
}

.vitrine .product-reel {
    margin: 40px auto;
}

.product-reel {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 70px;
    column-gap: 7vw;
}

.product-reel h3 {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--brand-red);
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
    max-width: 320px;
}

.product-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-auto-rows: auto 66px; 
    grid-row: span 2;
    gap: 15px;
    justify-items: center;
    text-decoration: none;
    color: var(--brand-red);
}
.product-item img {
    max-width: 320px; /* Limits image width */
    max-height: 320px;
}

/* Modificações da página Projetos */
#pag_produtos .nossos_produtos {
    min-height: 1420px;
}

#pag_projeto_interno .nossos_produtos .product-reel,
#pag_projetos .nossos_produtos .product-reel {
    gap: 40px 45px;
}
#pag_projeto_interno .nossos_produtos .product-reel img,
#pag_projetos .nossos_produtos .product-reel img{
    width: 100%;
    height: 100%;
    max-width: 380px;
    max-height: 380px;
    object-fit: cover;
    border: 6px solid #c0b298;
}
#pag_projeto_interno .nossos_produtos .product-item,
#pag_projetos .nossos_produtos .product-item {
    align-items: center;
}
#pag_projeto_interno .nossos_produtos .product-item h3,
#pag_projetos .nossos_produtos .product-item h3{
    color: #c0b298;
    text-align: center;
    align-self: start;
    justify-self: center;
}

/* ========================================================================== */
/*   Botões
/* ========================================================================== */



.product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px;
    border-radius: 50px; 
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.product-button img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.btn-produtos {
    font-size: 16px;
    text-transform: uppercase;
    color: #f8f8f8;
    font-weight: bold;
    font-family: "Geist";
    background-color: var(--brand-red); 
    border: none;
    /* border-radius: 30px; */
    padding: 15px 25px; 
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    line-height: 1.5;
}

/* Botão Compre Online */
.btn-compre-agora {
    background-color: transparent;
    color: var(--brand-red);
    border-color: var(--brand-red);
}
.btn-compre-agora:hover {
    background-color: var(--brand-red);
    color: #fff;
}
/* Botão Solicitar Orçamento */
.btn-WhatsApp {
    background-color: transparent;
    border-color: #2d9c29;
    color: #2d9c29;
}
.btn-WhatsApp:hover {
    background-color: #2d9c29;
    color: #fff;
}


#pag_quem_somos .sobre_a_portenha .btn-produtos {
    top: -107px;
    bottom: unset;
}



/* ========================================================================== */
/*   features - lista de características
/* ========================================================================== */



.features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    background-color: #f8f8f8;
}
/* Container principal da lista */
.features-container {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Item individual da lista */
.feature-item {
    display: flex;
    align-items: center;
    padding: 42px 30px;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}


/* Wrapper do ícone para garantir espaçamento fixo */
.icon-wrapper {
    flex-shrink: 0;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Estilos de Texto */
.text-content {
    flex: 1;
}

.text-content h3 {
    font-family: 'Geist', sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #271e1d;
    margin-bottom: 6px;
    line-height: 1.2;
}

.text-content p {
    font-family: 'Geist', sans-serif;
    font-weight: 300; 
    font-size: 20px;
    color: #535353;
}



/* ========================================================================== */
/*   Mapa - contato - onde comprar
/* ========================================================================== */


.mapa {
    width: 100%;
    height: 666px;
    background-color: #aadaff;
    position: relative;
    overflow: hidden;
}
.mapa-container, .mapa_vendors {
    position: absolute;
    top: -220px;
    left: clamp(0.375rem, -4.766rem + 23.5vw, 23.438rem);
    width: max-content;
    height: max-content;
    z-index: 10;
    background: #aadaff;
    width: 100%;
    min-height: 1050px;    
}
.black-bar {
    background-color: #262626;
    width: 400px;
    height: 100%;
    padding: 36px 24px;
    margin-left: clamp(0rem, -22.917rem + 30.56vw, 13.75rem);
    position: relative;
    z-index: 19;
    letter-spacing: 1px;
}
.black-bar h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.black-bar p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}
.loja-virtual {
    display: block;
    padding: 27px 55px 27px 21px;
    color: #d7260f;
    border-radius: 12px;
    border: 2px solid #d7240d;
    position: relative;
    text-decoration: none;
}
.loja-virtual img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
}
.lista-lojas {
    list-style: none;
}
.loja {
    margin: 36px 24px;
    color: #f0d7c1; 
}
.loja h3 {
    margin-bottom: 8px;
}



/* ========================================================================== */
/*   Outros Produtos - Nossos Produtos - Conheça outros produtos portenha
/* ========================================================================== */



.other-products-container {
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-mid);
    margin-top: 40px;
    margin-left: 85px;
    padding-top: 85px;
    padding-bottom: 85px;
}
.other-products-container h3 {
    font-family: 'Geist', sans-serif;
    color: var(--text-title);
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-red);
    font-weight: 600;
    text-align: center;
}
.other-products-container h1 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 54px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #202020;
    font-family: "Wilhelmina";
    text-align: center;
}


/* ========================================================================== */
/*   Sobre a Portenha - Por que a gente faz o que faz
/* ========================================================================== */



.sobre_a_portenha {
  background-color: #0e0e0e;
  padding-top: 50px;
  padding-bottom: 85px;
}

.sobre_a_portenha-container {
    margin: 0px 55px 0 85px;
}
/* Título da sessão */
.sobre_a_portenha .sobre_a_portenha-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.sobre_a_portenha .sobre_a_portenha-header h3 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-red);
    font-weight: bold;
    font-family: "Geist";
    margin-top: 10px;
    margin-bottom: 10px;
}
.sobre_a_portenha .sobre_a_portenha-header h1 {
    margin-bottom: 45px;
    letter-spacing: 1px;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: "Wilhelmina";
    text-align: center;
    font-size: 51px;
    color: #ffffff;
    font-weight: 400;
}

/* Posição diferente na página "Quem Somos" */
#pag_quem_somos .sobre_a_portenha .sobre_a_portenha-header {
    align-items: flex-start;
    padding-left: 135px;
}
#pag_quem_somos .sobre_a_portenha .sobre_a_portenha-header h1 {
    text-align: left;
}

/* Card com imagem na esquerda */
.sobre_a_portenha .cards {
    display: flex;
    justify-content: center;
}
.sobre_a_portenha .card-image-container {
    width: 560px;
    height: 520px;
    position: relative;
    overflow: hidden
}
.sobre_a_portenha .card-image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sobre_a_portenha .card-image-container h3 {
    position: absolute;
    left: 60px;
    bottom: 60px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Geist";
    width: 310px;
    line-height: 1;
}


/* botões */
.sobre_a_portenha .arrow {
    background-color: var(--brand-red);
    width: 75px;
    height: 75px;
    border: none;
    cursor: pointer;
    pointer-events: all;
}
.sobre_a_portenha .arrow img {
    width: 55px;
    height: 55px;
    position:static;
    object-fit:unset;
}
.sobre_a_portenha .arrow-prev {
    position: absolute;
    top: 35px;
    left: 0px;
}
.sobre_a_portenha .arrow-next {
    position: absolute;
    bottom: 60px;
    right: 0px;
}


/* Cards com texto na direita */
.sobre_a_portenha .card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 400px;
    height: 500px;
    background-color: #f8f8f8;
    color: #271e1d;
    margin: 0 35px;
    padding: 20px 40px;
}
.sobre_a_portenha .card-text .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: var(--text-title)
}
.sobre_a_portenha .card-text .top h3 {
    font-size: 29px;
    font-weight: bold;
    font-family: "Geist";
    margin-top: 10px;
}

.sobre_a_portenha .card-text p {
    width: 100%;
    font-size: clamp(0.875rem, 0.458rem + 0.56vw, 1rem);
    color: #535353;
    font-weight: 400;
    font-family: "Geist";
    padding-bottom: 30px;
    line-height: 1.6;
}

.sobre_a_portenha .card-red {
    color: #d82b15;
    margin-left: 0px;
    background-color: var(--bg-mid);
    border-width: 4px;
    border-style: solid;
    position: relative;
}
.sobre_a_portenha .card-red .icon-container {
    border-color: var(--brand-red);
}

.sobre_a_portenha .btn-produtos {
    position: absolute;
    bottom: -24px;
    right: -4px;
} /* Posição alternativa: ctrl-F de "#pag_quem_somos .sobre_a_portenha .btn-produtos" */



/* ========================================================================== */
/*   Nossos Diferenciais                                                       
/* ========================================================================== */



.diferenciais{
    margin-left: clamp(1.875rem, -46.116rem + 51.19vw, 15.313rem);
    margin-right: clamp(0rem, -35.714rem + 38.1vw, 10rem);
    margin-top: -56px;
}

.diferenciais .centro {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
}

.diferenciais-left{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 220px);
    flex-grow: 1;
    padding-top: 131px;
}

.diferenciais-imagem {
    background-size: cover;
    background-repeat: no-repeat;
}

/* You can adjust the background-position for each image to 'crop' it as you like */
#diferenciais-img-1 {
    background-image: url('../imagens/diferenciais1.png');
    background-position: center;
}

#diferenciais-img-2 {
    background-image: url('../imagens/diferenciais2.png');
    /* Zoom in by 20%. The image width will be 120% of the container's width. */
    /* background-size: 120%;  */
    background-position: 0% 40%; /* Now you can adjust X (22%) and Y (48%) to frame it perfectly. */
}

#diferenciais-img-3 {
    background-image: url('../imagens/diferenciais3.png');
    background-position: center;
}

.diferenciais-grid-texto {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 110px 50px 50px;
    background-color: #ededed;
}

.diferenciais-grid-texto h2{
    font-family: "Wilhelmina";
    font-size: 25px;
    color: var(--text-title);
    font-weight: 400;
    line-height: 1;
}

.diferenciais-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../imagens/diferenciais-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 838px;
    max-height: 791px;
    padding: 135px clamp(1.875rem, -10.402rem + 13.1vw, 5.313rem);
    gap: 20px;
}
.diferenciais-right .texto {
    background-color: #1f1a1cF2;
    padding: 60px 110px 100px 50px;
    position: relative;
}
.diferenciais-right h3 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-red);
    font-weight: bold;
    font-family: "Geist";
}
.diferenciais-right h1{
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 37px;
    text-transform: uppercase;
    color: #c0b298;
    font-family: "Wilhelmina";
    font-weight: 400;
}
.diferenciais-right p {
    color: #b0a38c;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Geist";
    width: 430px;
    margin-top: 20px;
}
.diferenciais-right .texto .btn-produtos {
    position: absolute;
    bottom: -24px;
    left: 63px;
}



/* ========================================================================== */
/*   Call to action  
/* ========================================================================== */


.cta-container {
    background-image: url('../imagens/cta-background.png');
    background-size: cover;
    height: 493px;
    /* border-bottom-left-radius: 30px;
    border-top-left-radius: 30px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 85px;
    margin-top: 45px;
}
.cta-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cta-content h3 {
    font-family: 'Geist', sans-serif;
    color: var(--text-title);
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-red);
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.cta-content h1 {
    margin-bottom: 20px;
    font-size: 62px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    font-family: "Wilhelmina";
    text-align: center;
    max-width: 460px;
    font-weight: 400;
    line-height: 1;
}



/* ========================================================================== */
/*   Footer
/* ========================================================================== */


#footer {
    display: flex;
    flex-direction: column;
}
.footer-container {
    display:grid;
    grid-template-columns: repeat(4, auto);
    margin-top: 45px;
    margin-left: 85px;
    padding: 45px 0px 45px 57px;
    background-color: #1f1a1c;
    row-gap: 85px;
    /* column-gap: clamp(1.25rem, -6.902rem + 13.04vw, 8.75rem); */
    align-items: center;
}
.footer-top {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 4;
    color: #c0b298;
    width: 100%;
}

.footer-bottom {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 4;
    color: #c0b298;
    width: 100%;
}


.newsletter-text {
    /* margin-right: 20px; */
    font-size: 24px;
    font-family: "Wilhelmina";
    display: flex;
    align-items: flex-end;
    min-width: 210px;
}

.newsletter-form {
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.newsletter-form input {
    background: none;
    border: none;
    color: #c0b298;
    font-size: 14px;
    max-width: 300px;
    border-bottom: 1px solid #c0b298;
    padding-bottom: 10px;
    flex-grow: 1;
}

.newsletter-form input::placeholder {
    color: #c0b298;
    opacity: 0.8;
}

.newsletter-form input:focus {
    outline: none;
}

.submit-arrow {
    background: none;
    border: 2px solid #c0b298;
    color: #c0b298;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0 0 2px;
    margin-left: 35px;
}

.social-icons {
    display: flex;
    gap: 25px;
    margin-left: 7px;
    align-items: flex-end;
}

.social-icon {
    border: 1px solid #c0b298;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.contact-info {
    color: #c0b298;
    font-weight: 300;
    font-family: "Pier Sans";
}
.contact-info h4 {
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    font-size: 13px;
    text-transform: uppercase;
}
.contact-info p {
    font-size: 18px;
    /* margin-bottom: 17px; */
}
.contact-info.address p {
    font-size: 16px;
    margin-bottom: 0px;
}

/* credits at the bottom of the page */
.footer-credits {
    color: #777777;
    padding: 20px 85px;
    display: flex;
    justify-content: space-between;
}
.footer-credits span {
    font-size: 16px;
    font-family: "Geist";
    font-weight: 300;
    margin-left: 85px;
}
.footer-credits a {
    font-size: 16px;
    color: #777777;;
}
