@charset "UTF-8";
/*
* Theme Name: Genesen 1.0
* Version: 1.0.0
* Description: Template exclusivo para a Genesen Engenharia de Manutenção.
* Author: Pensa e Cria
* Author URI: https://www.pensaecria.com.br
*
* Ultima Atualizacao: 05/12/25
*/
/* - Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --bs-body-font-family: Nunito Sans, sans-serif;
  --bs-body-color: #404040;
  --bs-primary-rgb: 238, 84, 41;
  --bs-secondary-rgb: 56, 62, 89;
  --bs-tertiary-rgb: 227, 217, 235;
  --bs-light-rgb: 246, 242, 248;
}

::selection {
  background-color: #e3d9eb;
  color: #ee5429;
}

.hidden {
  display: none !important;
}

/* Links ––––– */
a {
  color: #ee5429;
}
a:hover {
  color: #383e59;
}

.icon-link {
  font-weight: bold;
  text-decoration-color: #ee5429;
}

/* Form ––––– */
.form-control:focus, .form-select:focus, .form-check-input:focus {
  border-color: #ee5429;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: #383e59;
  border-color: #383e59;
}

/* Struture ––––– */
main {
  position: relative;
  min-height: 50vh;
}

section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 576px) {
  section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media (min-width: 1200px) {
  section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

/* List Group ––––– */
.list-group {
  --bs-list-group-color: inherit;
  --bs-list-group-bg: transparent;
  --bs-list-group-item-padding-y: 1.5rem;
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.1);
  --bs-list-group-active-color: #f6f2f8;
  --bs-list-group-active-bg: #ee5429;
  --bs-list-group-active-border-color: #ee5429;
}

.bg-secondary .list-group {
  --bs-list-group-border-color: rgba(255, 255, 255, .1);
}

/* Corner ––––– */
.corner-bevel {
  position: relative;
  overflow: hidden;
}
.corner-bevel::before, .corner-bevel::after {
  width: 0;
  height: 0;
  z-index: 2;
}
.corner-bevel.bevel-te::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 4.8rem solid #fff;
  border-bottom: 4.8rem solid transparent;
}
.corner-bevel.bevel-bs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 4.8rem solid #fff;
  border-top: 4.8rem solid transparent;
}
.corner-bevel.bevel-color-te::before {
  border-right-color: #f6f2f8;
}
.corner-bevel.bevel-color-bs::after {
  border-left-color: #f6f2f8;
}

/* Simbolo ––––– */
.simbolo {
  display: block;
  width: 20rem;
  height: auto;
  margin: 0 auto;
  color: #ee5429;
}

/* - Typography ––––– */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: bold;
  word-wrap: break-word;
  color: #383e59;
}

h1, .h1,
h2, .h2 {
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 3.7rem;
  }
  h2, .h2 {
    font-size: 3rem;
  }
}
.subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #ee5429;
  margin-bottom: 0.6rem;
}

.bg-primary {
  color: #f6f2f8;
}
.bg-primary h1, .bg-primary .h1,
.bg-primary h2, .bg-primary .h2,
.bg-primary h3, .bg-primary .h3,
.bg-primary h4, .bg-primary .h4,
.bg-primary h5, .bg-primary .h5,
.bg-primary h6, .bg-primary .h6,
.bg-primary .subtitle {
  color: #fff;
}

.bg-secondary {
  color: #fff;
}
.bg-secondary h1, .bg-secondary .h1,
.bg-secondary h2, .bg-secondary .h2,
.bg-secondary h3, .bg-secondary .h3,
.bg-secondary h4, .bg-secondary .h4,
.bg-secondary h5, .bg-secondary .h5,
.bg-secondary h6, .bg-secondary .h6 {
  color: #e3d9eb;
}

hr {
  border-top-color: #999;
}

hr.half {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

b, strong {
  font-weight: bold;
}

.lead {
  font-size: 1.125em;
  font-weight: inherit;
}

/* - Icons ––––– */
.material-symbols-outlined {
  position: relative;
  max-width: 1.5em;
  font-size: 1.125em;
  vertical-align: text-top;
  user-select: none;
  font-variation-settings: "FILL" 0, "GRAD" 0;
  transition: all 0.3s ease;
}

/* Effects ––––– */
a,
a img,
img {
  transition: all 0.3s ease;
}

/* Animations */
.animate-fade {
  opacity: 0;
  transition: opacity 0.75s ease;
}
.animate-fade.visible {
  opacity: 1;
}
.animate-fade.fade-scale {
  transform: scale(0.9);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.animate-fade.fade-scale.visible {
  transform: scale(1);
}

/* Parallax */
.parallax-content {
  position: relative;
  overflow: hidden;
}
.parallax-content .parallax-effect {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.25;
  filter: grayscale(100%);
  mix-blend-mode: overlay;
  will-change: transform;
  transform: translateY(0);
}
.parallax-content .parallax-effect.parallax-meio {
  top: -25%;
}

/* - Componets
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - Buttons ––––– */
.btn {
  --bs-btn-font-weight: 600;
  --bs-btn-font-family: $pec-font-family;
  --bs-btn-color: #fff;
  --bs-btn-bg: #ee5429;
  --bs-btn-border-color: #ee5429;
  --bs-btn-hover-color: #ee5429;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #ee5429;
  --bs-btn-focus-shadow-rgb: 155, 155, 155;
  --bs-btn-active-color: #ee5429;
  --bs-btn-active-bg: #383e59;
  --bs-btn-active-border-color: #ee5429;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #383e59;
  --bs-btn-disabled-bg: #383e59;
  --bs-btn-disabled-border-color: #383e59;
  --bs-btn-border-width: 2px;
  --bs-gradient: none;
  --bs-btn-border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.btn .material-symbols-outlined {
  font-size: 1.25em;
}

a svg,
.btn svg {
  position: relative;
  height: 1.1em;
  top: 0.05em;
  width: auto;
  vertical-align: text-top;
}

.btn-reset {
  all: unset;
  display: block;
  width: 100%;
}

.bg-primary .btn {
  --bs-btn-color: #ee5429;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ee5429;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #383e59;
  --bs-btn-active-border-color: #fff;
}

/* Whatsapp Button ––––– */
.whatsapp-btn {
  position: fixed;
  bottom: 3rem;
  right: 1.6rem;
  z-index: 1000;
}
.whatsapp-btn svg {
  position: relative;
  height: 1em;
  width: auto;
  top: 0;
}
.whatsapp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #25d366;
  border-radius: 50%;
  color: #fff !important;
  font-size: 2.4rem;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}
.whatsapp-btn a:hover, .whatsapp-btn a:focus {
  background-color: #1ea951;
  outline: none;
}

/* Scroll To Top ––––– */
.scroll-to-top {
  position: fixed;
  bottom: 9rem;
  right: 1.8rem;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  border-radius: 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.scroll-to-top svg {
  width: 3.6rem;
  height: auto;
  top: -1px;
}
.scroll-to-top:hover {
  transform: translateY(-4px);
}
.scroll-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Cookies ––––– */
.cookies-consent {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0 2.4rem 3.6rem;
  pointer-events: none;
}
.cookies-consent .cookies-content {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  margin: 0 auto;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: auto;
}
.cookies-consent .cookies-desc {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.cookies-consent .cookies-desc p {
  margin: 0;
}
.cookies-consent .cookies-btn {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .cookies-consent .cookies-desc {
    display: block;
  }
  .cookies-consent .cookies-btn {
    display: block;
    margin: 10px 0 0;
  }
}

/* - Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - Header ––––– */
header .navbar {
  --bs-navbar-color: #e3d9eb;
  --bs-navbar-hover-color: #ee5429;
  --bs-navbar-active-color: #ee5429;
  --bs-navbar-padding-y: 2.4rem;
  background-color: rgba(56, 62, 89, 0);
  position: absolute;
  width: 100%;
  z-index: 9;
}
header .navbar .navbar-brand {
  padding: 0;
}
header .navbar .navbar-brand .simbolo {
  width: auto;
  height: 3.6rem;
  transition: all 0.3s ease;
}
header .navbar .navbar-brand:hover .simbolo {
  color: #e3d9eb;
  transform: scale(0.95);
}
@media (min-width: 992px) {
  header .navbar {
    position: fixed;
    transform: translateZ(0);
    will-change: transform;
    transition: all 0.3s ease;
  }
  header .navbar .navbar-brand .simbolo {
    top: -3px;
  }
  header .navbar.scrolled {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(56, 62, 89, 0.9);
    --bs-navbar-padding-y: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  header .navbar {
    --bs-navbar-color: #f6f2f8;
    --bs-navbar-hover-color: #383e59;
    --bs-navbar-active-color: #383e59;
  }
  header .navbar .offcanvas-title .simbolo {
    color: #e3d9eb;
  }
  header .navbar .btn {
    --bs-btn-color: #ee5429;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ee5429;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #383e59;
    --bs-btn-active-border-color: #fff;
  }
}
@media (max-width: 991.98px) {
  header .offcanvas-body {
    padding-top: 0;
  }
}
header .navbar-nav {
  --bs-nav-link-font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-item {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
header .nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
header .offcanvas {
  --bs-offcanvas-padding-x: 3.6rem;
  --bs-offcanvas-padding-y: 3.6rem;
  --bs-offcanvas-bg: #ee5429;
}

/* - Title Header ––––– */
.header-title {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  height: 24rem;
  padding: 8.4rem 0 2.4rem;
}
.header-title-txt {
  width: 100%;
  z-index: 2;
}
.header-title-txt span {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .header-title {
    height: 30rem;
  }
}

/* - Breadcrumb ––––– */
.breadcrumb-content {
  text-align: center;
  padding: 1.2rem 0;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: #383e59;
  --bs-breadcrumb-item-active-color: #383e59;
}

.breadcrumb-item.active {
  font-weight: 500;
}

/* - Footer ––––– */
footer a {
  color: #e3d9eb;
}
footer a.btn {
  width: 25rem;
  max-width: 100%;
}
footer a:hover, footer a:active {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-img-title {
  text-transform: uppercase;
}
footer .footer-img-title span {
  display: block;
  font-size: 55%;
  font-weight: normal;
}

/* Pensa e Cria */
.pensaecria a {
  display: inline-block;
  vertical-align: baseline;
  color: #444;
}
.pensaecria a svg {
  display: block;
  width: 88px;
  height: auto !important;
  transition: fill 0.3s ease;
}
.pensaecria a.logo-branco {
  color: #fff;
}
.pensaecria a:hover, .pensaecria a:focus {
  color: #EF4056;
}

/* - Paginas 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - Home ––––– */
.home-banner {
  display: flex;
  align-items: center;
  padding: 9.6rem 0 6rem;
  text-align: center;
  min-height: 95vh;
}
.home-banner .simbolo {
  width: 38rem;
  max-width: 100%;
  margin-bottom: 1.8rem;
}
@media (max-width: 575.98px) {
  .home-banner .simbolo {
    width: 31rem;
  }
}
.home-banner .subtitle {
  font-size: 0.66666667em;
}
@media (min-width: 992px) {
  .home-banner {
    height: 95vh;
    height: 95svh;
    max-height: 95vh;
    min-height: 51rem;
    padding-top: 13.2rem;
  }
  .home-banner .banner-txt {
    display: block;
    max-width: 45vw;
    width: 60rem;
  }
  .home-banner .banner-txt .banner-title {
    font-size: 3.6rem;
  }
}
.home-destaques .destaque-title {
  font-size: 4.8rem;
}
.home-apresentacao .area {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.8rem;
  align-items: center;
}
.home-apresentacao .area-icon {
  font-size: 3em;
  color: #ee5429;
}
.home-apresentacao .area-title {
  margin: 0;
}
.home-apresentacao .area-txt {
  display: block;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .home-apresentacao .area {
    gap: 1.2rem;
    font-size: 1.1em;
  }
}
.home-diferenciais-content {
  position: relative;
}
.home-diferenciais .diferencial {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  width: 100%;
}
.home-diferenciais .diferencial-icon {
  font-size: 1.5em;
  color: #ee5429;
}
.home-diferenciais .diferencial-text {
  font-size: 1.125em;
  font-weight: 300;
}
.home-atuacao {
  background-color: #f6f2f8;
}
.home-atuacao .area-item .card {
  --bs-card-spacer-y: 1.2rem 1.2rem;
  --bs-card-spacer-x: .6rem 1.2rem;
  --bs-card-cap-padding-y: 0 1.2rem;
  --bs-card-cap-padding-x: 1.2rem;
}
.home-atuacao .area-item .card .card-body .card-title {
  font-size: 1.8rem;
}
.home-atuacao .area-item .card .card-footer {
  font-size: 0.875em;
}
@media (min-width: 992px) {
  .home-atuacao .segmentos-list {
    max-width: 52.2rem;
    width: 100%;
    margin: 0 auto;
  }
}
.home-atuacao .segmentos-list .segmento {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  width: 100%;
  font-weight: 500;
  line-height: 1.2;
}
.home-atuacao .segmentos-list .segmento-icon {
  color: #ee5429;
  line-height: 1;
}
@media (min-width: 768px) {
  .home-atuacao .segmentos-list .segmento {
    gap: 1rem;
    font-size: 1.8rem;
  }
}
.home-clientes .cliente-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.home-clientes .cliente-slide img {
  display: block;
  max-height: 100%;
  width: auto;
}

/* - Sobre ––––– */
.sobre-equipe .colaborador {
  width: 100%;
  height: 100%;
}
.sobre-equipe .colaborador-img {
  width: 15rem;
}
.sobre-equipe .colaborador-img > * {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100%;
}
.sobre-equipe .colaborador-content .colaborador-list {
  --bs-list-group-item-padding-y: 1.2rem;
  line-height: 1.2;
}
.sobre-equipe .colaborador-content .colaborador-list .list-group-item:last-child {
  border-bottom-width: 1px;
}

/* - Áreas de Atuação ––––– */
.areas-de-atuacao {
  background-color: #f6f2f8;
}

.area-item .card {
  overflow: hidden;
  --bs-card-height: 100%;
  --bs-card-border-width: 0;
  --bs-card-cap-bg: transparent;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-spacer-y: 2.4rem 2.4rem;
  --bs-card-spacer-x: 1.2rem 2.4rem;
  --bs-card-cap-padding-y: 0 2.4rem;
  --bs-card-cap-padding-x: 2.4rem 2.4rem;
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  text-decoration: none;
  color: #383e59;
  transition: all 0.3s ease;
  box-shadow: -0.75rem 0.75rem 0.75rem rgba(0, 0, 0, 0.1);
}
.area-item .card .card-img {
  background-color: #ee5429;
}
.area-item .card .card-img > * {
  transition: all 0.3s ease;
  padding-bottom: 55%;
  background-position: center;
  background-size: 110%;
  background-repeat: no-repeat;
  opacity: 1;
}
.area-item .card .card-body {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.area-item .card .card-body .card-title {
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  word-wrap: break-word;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .area-item .card .card-body .card-title {
    font-size: 2.1rem;
  }
}
.area-item .card .card-footer .card-link .icon-link {
  transition: all 0.3s ease;
  color: #ee5429;
}
.area-item .card .card-footer .card-link .icon-link:hover {
  color: #383e59;
}
.area-item .card:hover, .area-item .card:focus {
  color: #ee5429;
}
.area-item .card:hover .card-img > *, .area-item .card:focus .card-img > * {
  background-size: 100%;
  opacity: 0.6;
}
.area-item .card:hover .card-link .icon-link, .area-item .card:focus .card-link .icon-link {
  color: #383e59;
}
.area-item .card:hover .card-link .icon-link-hover > .bi, .area-item .card:focus .card-link .icon-link-hover > .bi {
  transform: translate3d(0.25em, 0, 0);
}

/* - Área de Atuação Page ––––– */
.area-de-atuacao .area-infos h1 {
  text-transform: none;
}
.area-de-atuacao .servicos {
  background-color: #f6f2f8;
  padding: 3.6rem;
}
@media (max-width: 767.98px) {
  .area-de-atuacao .servicos {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.area-de-atuacao .servico {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  width: 100%;
}
.area-de-atuacao .servico-icon {
  font-size: 1.25em;
  color: #ee5429;
}
.area-de-atuacao .servico-text {
  font-size: 1.125em;
  font-style: italic;
}

/* - Politica de Privacidade ––––– */
#politica-de-privacidade {
  font-family: sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #000 !important;
}
#politica-de-privacidade h1,
#politica-de-privacidade h2,
#politica-de-privacidade h3 {
  font-family: sans-serif !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-weight: bold !important;
  margin: 2.4rem 0 1.2rem 0 !important;
  color: #000 !important;
  letter-spacing: initial !important;
  text-transform: initial !important;
}
#politica-de-privacidade p,
#politica-de-privacidade strong,
#politica-de-privacidade ul,
#politica-de-privacidade li {
  color: #000 !important;
}
#politica-de-privacidade h1 {
  font-size: 2.5em !important;
  margin-top: 0 !important;
}
#politica-de-privacidade h2 {
  font-size: 2em !important;
}
#politica-de-privacidade h3 {
  font-size: 1.5em !important;
}
#politica-de-privacidade p {
  margin: 0 0 1.2rem 0 !important;
}
#politica-de-privacidade ul {
  margin: 0 0 1.2rem 0 !important;
  list-style: disc !important;
}
#politica-de-privacidade li {
  margin: 0 !important;
}
#politica-de-privacidade a {
  text-decoration: underline !important;
  color: #000 !important;
}
#politica-de-privacidade a:hover {
  color: #666 !important;
}
