*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  font-size: 1.125rem;
}

:root {
  --color-blue: #3995ed;
  --color-blue2: #0e5495;
  --color-coral: #ffbb56;
  --color-black: #000000;
  --color-gray: #f3f3f3;
  --color-white: #ffffff;
}

h1,
h2,
h3 {
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  font-size: 2.5rem; /* 32px */
  color: var(--color-blue2);
  margin-bottom: 40px;
}

h2 {
  font-size: 1.625rem; /* 26 */
  color: var(--color-blue2);
  margin-bottom: 20px;
}

h3 {
  font-size: 1rem; /* 16px */
}

p {
  font-weight: 400;
  font-size: 1.125rem;
}

/* NAV */
#menu {
  max-width: 1320px;
  margin-left: auto !important;
  margin-right: auto !important;
}

nav img {
  max-width: 400px;
  height: auto;
}

#navbarcshi a {
  font-size: small;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-black);
  text-transform: uppercase;
}

#navbarcshi a:hover {
  color: var(--color-blue);
}

#navbarcshi .active {
  color: var(--color-blue);
  font-weight: 700;
}

.principal-title {
  font-size: 2rem;
  color: var(--color-blue2);
  margin-bottom: 50px;
  font-weight: 800;
}

.btn-padrao {
  display: inline-block;
  padding: 16px 28px;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-color: transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  letter-spacing: 0.6px;
}

.btn-padrao:hover {
  background-color: var(--color-blue2);
  color: var(--color-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(14, 84, 149, 0.52);
}

#cshi-page,
#contratos-page,
#eletric-page {
  padding-top: 60px;
}

#contact-page,
#product-page {
  padding: 60px 0px;
}

.hero-overlay,
.cta-overlay,
.products-banner-overlay {
  background: linear-gradient(90deg, rgba(14, 84, 149, 0.86) 50%, rgba(14, 84, 149, 0.5) 100%);
}

#gallery {
  margin: 50px 0 20px 0;
  padding: 80px 0 50px 0;
  background-color: var(--color-gray);
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

/* imagens laterais (texto + imagem) */
.image-wrapper {
  width: 100%;
  height: 360px;
  padding-right: 50px;
}

.bi {
  color: var(--color-blue);
  padding-right: 8px;
}

/*  */
/*  */
/* /////////////////////////////// */
/* ===== TOPO/HERO SECTION PAGES ===== */
.hero-section-pages {
  width: 100%;
  height: 100px;
  min-height: 400px;
  background-image: url("../images/hero-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-section-pages span {
  color: var(--color-white);
  font-weight: 800;
  font-size: 2rem; /* 32px */
  text-transform: uppercase;
}

.breadcrumb {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--color-gray);
}
.breadcrumb a {
  color: var(--color-white);
}
.breadcrumb .active {
  color: var(--color-gray);
}
.breadcrumb ol li {
  color: var(--color-gray);
}

/*  */
/*  */
/* ///////////////////////////// */
/* CONHEÇA NOSSOS PRODUTOS */
#products-cshi-page {
  min-height: 500px;
  margin: 100px 0;
}

#products-cshi-page .container {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

.background-with-image {
  width: 100%;
  height: 100%;
  background-image: url("../images/84.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.background-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(14, 84, 149, 0.95) 0%, rgba(14, 84, 149, 0.5) 100%);
  filter: brightness(0.3);
  z-index: 1;
}

.content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 50px 80px 50px;
  z-index: 2;
}

.content-wrapper h2 {
  width: 500px;
  font-size: 2.5rem;
  color: var(--color-white);
}

/*  */
/*  */
/* ///////////////////////////// */
/* ===== GLOBAL SERVICES SECTION ===== */
.services-section {
  width: 100%;
  padding: 80px 0px;
  text-align: center;
}

.services-grid,
.eletric-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.services-grid > [class*="col-"] {
  margin-bottom: 30px;
}

.service-card {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  padding: 30px 20px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  transition: all 0.4s ease;
}

.service-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.service-card:hover .service-image {
  transform: scale(1.1);
}

.service-card:hover .service-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}

/*  */
/*  */
/* ///////////////////////////// */
/* ===== GLOBAL CONTRATO 24H SECTION ===== */
.cta-section {
  /* width: 100%; */
  min-height: 600px;
  background-image: url("../images/2-contrato24oras.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.cta-overlay,
.cta-section .container,
.cta-section .row {
  height: 100%;
}
.cta-overlay {
  width: 100%;
  min-height: inherit;
  padding: 50px 0;
}

.cta-content {
  background-color: #ffffff;
  padding: 50px 40px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  font-size: 1.1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 35px;
}

/*  */
/*  */
/* ===== ABOUT HEADER SECTION ===== */
.about-header-section {
  width: 100%;
  padding: 60px 0;
  background-color: #f5f5f5;
}

.about-header-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2c5f6f;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  letter-spacing: 1px;
}

/*  */
/*  */
/* ===== ABOUT CONTENT SECTION ===== */
.about-content-section {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}

.about-text-content {
  padding-right: 40px;
}

.about-content-title {
  font-size: 2rem;
  font-weight: 800;
  color: #2c5f6f;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.about-content-text {
  font-size: 1.05rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 30px;
}

.btn-about {
  display: inline-block;
  padding: 15px 45px;
  background-color: #d4a053;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

.btn-about:hover {
  background-color: #b8894a;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.about-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/*  */
/*  */
/* ===== ABOUT DESCRIPTION SECTION ===== */
.about-description-section {
  width: 100%;
  padding: 60px 0;
  background-color: #f5f5f5;
}

.about-description-content {
  max-width: 1000px;
  margin: 0 auto;
}

.about-description-text {
  font-size: 1.05rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

.about-description-text:last-child {
  margin-bottom: 0;
}

/*  */
/*  */
/* ///////////////////////////// */
/* ===== FOOTER ===== */
footer {
  color: var(--color-white);
  background-color: var(--color-blue);
  font-size: smaller;
}
#rodape a {
  text-decoration: none;
  color: var(--color-white);
}
#rodape a:hover {
  color: var(--color-blue);
}
footer p {
  font-size: smaller;
}
