@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat-variable.ttf) format("truetype");
  font-display: swap;
}

:root {
  --primary-color: #002349;

  --primary-foreground-btn: #e6f2f5;
  --primary-background-btn: #f20000;
  --primary-border-btn: #f20000;

  --primary-foreground-btn-hover: #fff;
  --primary-background-btn-hover: #002649;
  --primary-border-btn-hover: #002649;

  --secondary-foreground-btn: #1e1e1e;
  --secondary-background-btn: #fff;
  --secondary-border-btn: #b7b7b7;

  --secondary-foreground-btn-hover: #fff;
  --secondary-background-btn-hover: #002649;
  --secondary-border-btn-hover: #002649;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

img .responsive-img,
video .responsive-video {
  max-width: 100%;
  height: auto;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

.responsive-table {
  display: block;
  overflow: auto;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1520px;
}

.primary-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 12px;
  text-align: center;
  background-color: var(--primary-background-btn);
  color: var(--primary-foreground-btn);
  padding: 12px 24px;
  border: 1px solid var(--primary-border-btn);
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border 0.2s ease-in-out;
}

.primary-btn svg path {
  transition: stroke 0.2s ease-in-out;
}

.primary-btn:hover {
  background-color: var(--primary-background-btn-hover);
  color: var(--primary-foreground-btn-hover);
  border: 1px solid var(--primary-border-btn-hover);
}

.primary-btn:hover svg path {
  stroke: var(--primary-foreground-btn-hover);
}

.secondary-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 12px;
  text-align: center;
  background-color: var(--secondary-background-btn);
  color: var(--secondary-foreground-btn);
  padding: 12px 24px;
  border: 1px solid var(--secondary-border-btn);
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border 0.2s ease-in-out;
}

.secondary-btn svg path {
  transition: stroke 0.2s ease-in-out;
}

.secondary-btn:hover {
  background-color: var(--secondary-background-btn-hover);
  color: var(--secondary-foreground-btn-hover);
  border: 1px solid var(--secondary-border-btn-hover);
}

.secondary-btn:hover svg path {
  stroke: var(--secondary-foreground-btn-hover);
}

.whatsapp-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 12px;
  text-align: center;
  background-color: #34a853;
  color: #fbfaf7;
  padding: 12px 24px;
  border: 1px solid #34a853;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  transition:
    background-color 0.2s ease,
    border 0.2s ease;
}

.whatsapp-btn:hover {
  background-color: #228b45;
  border: 1px solid #228b45;
}

@media screen and (min-width: 1280px) {
  .primary-btn,
  .secondary-btn,
  .whatsapp-btn {
    padding: 16px 32px;
  }
}

.section-title {
  width: 100%;
  color: #002649;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.08px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.section-title__variant {
  width: 100%;
  color: #fff;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.08px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .section-title,
  .section-title__variant {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .section-title,
  .section-title__variant {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 425px) {
  .section-title,
  .section-title__variant {
    font-size: 1.5rem;
  }
}

.whatsapp-float__btn {
  position: fixed;
  z-index: 999;
  bottom: 96px;
  right: 32px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #25d366;
  padding: 12px;
  fill: #fff;
  box-sizing: content-box;
  animation: animate-pulse 3s linear infinite;
}

.whatsapp-float__btn svg {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1300px) {
  .whatsapp-float__btn {
    bottom: 86px;
  }
}

@media only screen and (max-width: 992px) {
  .whatsapp-float__btn {
    display: none;
  }
}

@keyframes animate-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(51, 204, 102, 0.7),
      0 0 0 0 rgba(51, 204, 102, 0.7);
  }

  40% {
    box-shadow:
      0 0 0 50px transparent,
      0 0 0 0 rgba(51, 204, 102, 0.7);
  }

  80% {
    box-shadow:
      0 0 0 50px transparent,
      0 0 0 30px transparent;
  }

  100% {
    box-shadow:
      0 0 0 0 transparent,
      0 0 0 30px transparent;
  }
}

@media only screen and (min-width: 1024px) {
  .whatsapp-float__btn {
    display: block;
  }
}

.breadcrumb {
  padding: 16px 0;
}

.breadcrumb-links {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style-type: none;
}

.breadcrumb-links li {
  display: flex;
  align-items: flex-end;
}

.breadcrumb-links-link a {
  color: #e6e9ed;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.breadcrumb-links-link.active {
  color: #e6e9ed;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

@media screen and (max-width: 550px) {
  .breadcrumb-links {
    flex-wrap: wrap;
  }
}

.cookieConsentContainer {
  z-index: 999;
  width: 350px;
  box-sizing: border-box;
  padding: 32px;
  background: rgb(0, 0, 0, 0.65);
  overflow: hidden;
  position: fixed;
  bottom: 120px;
  right: 30px;
  display: none;
}

.cookieTitle {
  color: #fff;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: bold;
}

.cookieConsentContainer .cookieTitle a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 20px;
  display: block;
  font-weight: bold;
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
  display: inline-flex;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
}

.cookieConsentContainer .cookieButton button {
  display: inline-block;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.875rem;
  background: #fff;
  box-sizing: border-box;
  padding: 16px 24px;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cookieConsentContainer {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}

.cta {
  background-color: #f5f5f5;
  padding: 5rem 0 0;
}

.cta .container {
  padding: 48px 16px;
  background-image: url(../images/cta.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cta .section-title__variant {
  text-transform: uppercase;
  width: fit-content;
  font-size: 2rem;
}

.cta p {
  color: #f3f3f3;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  margin-bottom: 32px;
}

.cta img {
  margin-top: 32px;
}

.cta .container img {
  display: block;
}

@media screen and (min-width: 425px) {
  .cta .container {
    padding: 64px 24px;
  }
  .cta .section-title__variant {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .cta .container {
    padding: 80px 32px;
  }
  .cta .section-title__variant {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .cta .container {
    padding: 128px 80px;
    border-radius: 16px;
  }
  .cta .container > * {
    max-width: 45%;
    z-index: 1;
  }
  .cta img {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 40%;
    max-width: 606px;
    margin: 0;
  }
  .cta .section-title__variant {
    font-size: 2.75rem;
  }
}

/* PAGE TITLE */
.page-title {
  position: relative;
  padding: 5rem 0;
  background: #022547;
}

.page-title h2 {
  color: #f3f3f3;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -1.44px;
  padding-bottom: 24px;
  margin: 24px 0;
  border-bottom: 1px solid #f3f3f3;
}

.page-title p {
  color: #f3f3f3;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.page-title .breadcrumb {
  padding: 0;
}

.page-title .breadcrumb .container {
  width: 100%;
  max-width: 1520px;
  margin: 0;
}

.page-title .container > * {
  width: 100%;
}

@media screen and (min-width: 425px) {
  .page-title h2 {
    font-size: 2.25rem;
  }
  .page-title .container > * {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .page-title {
    background: linear-gradient(90deg, #022547 52.7%, rgba(2, 37, 71, 0) 87.7%);
  }
  .page-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/empresa.webp);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .page-title .container > * {
    width: 45%;
  }
  .page-title h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-title h2 {
    font-size: 2.75rem;
  }
}

/* ORCAMENTO */
.orcamento {
  padding: 7.5rem 0 0;
  background-color: #002649;
}

.orcamento p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}

.orcamento img {
  width: 100%;
  object-fit: cover;
  margin-top: 64px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .orcamento {
    position: relative;
    padding: 7.5rem 0;
  }
  .orcamento .container > * {
    max-width: 35%;
  }
  .orcamento img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    margin: 0;
  }
}
