@charset "utf-8";

/* Base layout */
x-global, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

/* x-body substituindo body */
x-body {
  display: block;
  font-family: Rubik, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6666;
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

/* Custom tags para texto */
x-h2, x-h3, x-h4, x-h5, x-h6 {
  display: block;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(53 63 79 / var(--tw-text-opacity, 1));
  font-size: inherit;
}

x-h2 {
  font-size: 3rem;
  line-height: 1.25;
  font-family: Plus Jakarta Sans, sans-serif;
}

x-p {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.6666;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

/* Substituindo <a> */
x-a {
  display: inline-block;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
  text-decoration: none;
  transition: all 400ms ease-in-out;
}

x-a:hover {
  color: rgb(53 63 79 / var(--tw-text-opacity, 1)) !important;
  text-decoration: none;
}

/* Substituindo <li> e <i> e <span> */
x-li, x-i, x-span {
  display: inline;
}

x-li {
  list-style-type: none;
}

x-span {
  position: relative;
}

x-i {
  font-style: normal;
}

/* Substituindo .btn → .x-btn */
.x-btn {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  border-radius: 6px;
  padding: 0.9rem 1.8rem;
  text-align: center;
  vertical-align: middle;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 400ms ease-in-out;
}

.x-btn--theme {
  color: #fff !important;
  border-color: #1a4385 !important;
  background-color: #1a4385 !important;
}

.hover--tra-white:hover,
.x-btn--tra-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.\!rounded-\[4px\] {
  border-radius: 4px !important;
}

/* Custom .container → .x-container */
.x-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: calc(1.5rem * 0.5);
  padding-right: calc(1.5rem * 0.5);
}

@media (min-width: 1200px) {
  .x-container {
    max-width: 1140px;
  }

  .x-btn {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

/* Utilitários */
.pt-\[100px\] { padding-top: 40px; }
.pt-\[75px\] { padding-top: 75px; }
.pb-\[85px\] { padding-bottom: 85px; }
.px-\[20\%\] {
  padding-left: 20%;
  padding-right: 20%;
}
.px-\[calc\(0\.5\*_1\.5rem\)\] {
  padding-left: calc(0.5 * 1.5rem);
  padding-right: calc(0.5 * 1.5rem);
}
.mt-\[20px\] { margin-top: 20px; }
.mb-\[25px\] { margin-bottom: 25px; }
.mx-\[calc\(-0\.5\*_1\.5rem\)\] {
  margin-left: calc(-0.5 * 1.5rem);
  margin-right: calc(-0.5 * 1.5rem);
}
.\!m-\[20px_0_0_0\] { margin: 20px 0 0 0 !important; }

.text-center { text-align: center; }

.bg-no-repeat { background-repeat: no-repeat; }
.bg-\[center_center\] { background-position: center center; }
.\!bg-fixed { background-attachment: fixed !important; }
.bg-cover { background-size: cover; }
.bg-\[url\(\.\/images\/bg-03\.jpg\)\] {
  background-image: url(../images/bg-03.jpg);
}

.rounded-\[16px\] { border-radius: 16px; }
.overflow-hidden { overflow: hidden; }
.relative { position: relative; }

.w-full { width: 100%; }
.h-full { height: 100%; }

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

.flex-\[1_0_0\%\] { flex: 1 0 0%; }
.max-w-full { max-width: 100%; }

.color--white,
.color--white x-h1,
.color--white x-h2,
.color--white x-h3,
.color--white x-h4,
.color--white x-h5,
.color--white x-h6,
.color--white x-p,
.color--white x-a,
.color--white x-li,
.color--white x-i,
.color--white x-span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.leading-\[1\.25\] { line-height: 1.25; }
.font-bold { font-weight: 700; }
.text-\[3rem\] { font-size: 4.7rem; }
.font-Jakarta { font-family: Plus Jakarta Sans, sans-serif; }

/* Responsivo */
@media (max-width: 767px) {
  .pt--100 {
    padding-top: 70px;
  }

  x-h2, x-h3, x-h4, x-h5, x-h6 {
    line-height: 1.35;
  }
}

@media (min-width: 390px) and (max-width: 413.98px) {
  .x-container {
    max-width: 100%;
  }

  .bg--scroll {
    width: auto;
    background-attachment: scroll;
  }

  .banner-3-wrapper .banner-overlay {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .banner-section x-h2 {
    font-size: 4rem;
  }

  .s-48 {
    font-size: 1.9375rem;
  }

  .banner-section x-p.p-lg,
  .banner-section x-p.p-xl {
    margin-bottom: 20px;
  }

  .banner-3-txt x-p.p-lg,
  .banner-3-txt x-p.p-xl {
    margin-top: 0.75rem;
  }

  x-p {
    font-size: 2rem !important;
  }
}

@media (min-width: 390px) and (max-width: 413.98px) {
    .banner-1-wrapper, .banner-2-wrapper, .banner-3-wrapper, .banner-11-wrapper, .banner-12-wrapper, .banner-13-wrapper {
        margin: 0px -5px;
        border-radius: 0 0;
		margin-top: -70px;
    }
	
.bg-\[url\(\.\/images\/bg-03\.jpg\)\] {
    background-position-x: -935px;
    background-image: url(../images/bg-03.jpg);
}

}

@media (min-width: 321px) and (max-width: 389.98px) {
    .banner-1-wrapper, .banner-2-wrapper, .banner-3-wrapper, .banner-11-wrapper, .banner-12-wrapper, .banner-13-wrapper {
        margin-top: -70px;
        margin-bottom: 0px;
        margin-right: -5px;
        margin-left: -5px;
        border-radius: 0 0;
    }
	
.bg-\[url\(\.\/images\/bg-03\.jpg\)\] {
    background-position-x: -755px;
    background-image: url(../images/bg-03.jpg);
}

.w-full {
    width: 91%;
}
.px-\[20\%\] {
    padding-left: 0%;
    padding-right: 0%;
}

}
