:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

* {
  outline-color: #333333 !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow", sans-serif;
  color: #333333;
  font-size: 1.4rem;
  padding-top: 140px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 1.6rem;
}
body::-webkit-scrollbar-track {
  background-color: #F2F2F2;
}
body::-webkit-scrollbar-thumb {
  background-color: #E3B00A;
  outline: none;
  border-radius: 0rem;
}
body ::-moz-selection {
  background-color: #E3B00A;
  color: #FFFFFF;
}
body ::selection {
  background-color: #E3B00A;
  color: #FFFFFF;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}
img.px {
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}
img.aa {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

p, a, li, span, small,
label, button, strong,
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
}

a {
  color: #E3B00A;
  text-decoration: none !important;
}

/* Animations */
@-webkit-keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Helpers */
.up {
  text-transform: uppercase;
}

.greyscale {
  filter: grayscale(100%);
}

[disabled]:hover {
  cursor: not-allowed;
}

/* Buttons */
button {
  all: unset;
}

@media (max-width: 767px) {
  /* portrait && landscape */
  body {
    padding-top: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  /* tablets && small laptops */
  body {
    padding-top: 140px;
  }
}
:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

.tooltip {
  font-size: 1.6rem;
}

.wow {
  visibility: hidden;
}

.div-image-element .img-fluid {
  width: 100%;
}

h1.--decoration, h2.--decoration, h3.--decoration, h4.--decoration, h5.--decoration, h6.--decoration {
  position: relative;
}
h1.--decoration::after, h2.--decoration::after, h3.--decoration::after, h4.--decoration::after, h5.--decoration::after, h6.--decoration::after {
  content: "";
  height: 5px;
  width: 20%;
  position: absolute;
  bottom: -1.8rem;
  left: 0.6rem;
  background-color: #E3B00A;
}

#home .video {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
#home .video .title-section {
  height: 100%;
  background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative;
}
#home .video .title-section .title {
  text-align: left;
  color: #fff;
}
#home .video video {
  background-color: #333333;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 576px) {
  #home .video .title-section {
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  }
}
@media (min-width: 768px) {
  #home .video .title-section {
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
  }
}
@media (min-width: 1200px) {
  #home .video .title-section {
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  }
}
#home .video .play-button {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  transform: scale(1);
  background-image: url(/img/icons/play.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#home .video .play-button:hover {
  transform: scale(1.1);
}
@media (min-width: 576px) {
  #home .video {
    height: 72vh;
  }
}
@media (min-width: 768px) {
  #home .video {
    height: 65vh;
  }
}
@media (min-width: 992px) {
  #home .video {
    height: 75vh;
  }
}
@media (min-width: 1200px) {
  #home .video {
    height: 85vh;
  }
}
#home .about {
  background-color: #FFFFFF;
  background-image: url(/img/logo/logo-simbolo-hexcel.svg);
  background-repeat: no-repeat;
  background-position: -4% 5%;
  background-size: 10%;
}
#home .about .about-card {
  padding: 3.2rem 2.4rem;
  background-color: #FFFFFF;
  box-shadow: 2px 3px 24px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  text-align: center;
  height: 100%;
  transition: 0.2s ease-in-out;
}
#home .about .about-card:hover {
  box-shadow: 2px 15px 24px rgba(0, 0, 0, 0.2);
  margin-top: -0.5rem;
}
#home .about .about-card .about-card__icon {
  background-size: 100% 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}
#home .about .about-card .about-card__icon.--hand-shake {
  background-image: url(/img/icons/hand-shake.svg);
}
#home .about .about-card .about-card__icon.--graphics {
  background-image: url(/img/icons/graphics.svg);
}
#home .about .about-card .about-card__icon.--cogs {
  background-image: url(/img/icons/cogs.svg);
}
#home .solutions .banner {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
#home .solutions .banner .--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
#home .solutions .banner:hover .--bg {
  transform: scale(1.1);
}
#home .solutions .banner:hover .button::after {
  content: "";
  box-shadow: 0 0 0 3px #E3B00A;
  transform: translate(10px, 10px);
}
#home .solutions .banner:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#home .solutions .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
  z-index: 1;
}
#home .solutions .banner .button {
  box-shadow: 0 0 0 3px #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  padding: 2rem 8rem;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}
#home .solutions .banner .button::after {
  content: "";
  box-shadow: 0 0 0 3px transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
}
#home .brands {
  background-color: #FFFFFF;
}
#home .brands .animated.faster {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
#home .brands .brand-wrapper {
  width: 100%;
  padding-top: 35%;
  border-radius: 1rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
#home .brands .brand-wrapper:hover {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
#home .brands .brand-wrapper:active {
  transform: translateY(0);
}
#home .brands .brand-wrapper .brand {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#home .brands .brand-wrapper .brand.--ch {
  background-image: url(/img/brands/childrens-hospital.svg);
}
#home .brands .brand-wrapper .brand.--ed {
  background-image: url(/img/brands/edifice.svg);
}
#home .brands .brand-wrapper .brand.--esl {
  background-image: url(/img/brands/edifice-sun-life.svg);
}
#home .brands .brand-wrapper .brand.--fi {
  background-image: url(/img/brands/fiori.svg);
}
#home .brands .brand-wrapper .brand.--hbm {
  background-image: url(/img/brands/hospital-batista-memorial.svg);
}
#home .brands .brand-wrapper .brand.--lg {
  background-image: url(/img/brands/lions-gate.svg);
}
#home .brands .brand-wrapper .brand.--nh {
  background-image: url(/img/brands/nethotels.svg);
}
#home .brands .brand-wrapper .brand.--sf {
  background-image: url(/img/brands/santa-fe.svg);
}
#home .brands .--modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  display: none;
}
#home .brands .--modal::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  width: 10px;
  height: 100%;
  background-color: rgba(227, 176, 10, 0.4784313725);
  z-index: -1;
}
#home .brands .--modal.active {
  display: block;
}
#home .brands .--modal .__content {
  background-color: #fff;
  border-radius: 1.6rem;
  max-width: 100%;
  width: 500px;
  min-height: 400px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.3);
}
#home .brands .--modal .__content .--image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  margin-bottom: 1.6rem;
  padding-top: 100%;
  border-radius: 2rem;
}
#home .brands .--modal .__content .--image.--logo {
  background-size: contain;
}
#home .brands .--modal .__content .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.6rem;
  font-size: 2.1rem;
  cursor: pointer;
}
#home .brands .--modal .__content .close-modal i {
  pointer-events: none;
}
#home .brands .--modal .__content .close-modal:hover {
  color: #E3B00A;
}
#home .brands .--modal .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#home .blog {
  background-color: #F2F2F2;
}
#home .blog .post-card {
  background-color: #FFFFFF;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  transition: 0.2s ease-in-out;
}
#home .blog .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 2px 18px 20px rgba(0, 0, 0, 0.2);
}
#home .blog .post-card .post-card__image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 50%;
  border-radius: 0.3rem;
}
#home .blog .post-card .post-card__content {
  padding: 1.6rem;
}
#home .blog .post-card .post-card__content a {
  color: #0F102F;
}
#home .blog .post-card .post-card__content p {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}
#home .brazil {
  background-color: #FFFFFF;
  position: relative;
}
#home .brazil .flag {
  width: 60px;
  padding-top: 40px;
  background-image: url(/img/icons/flag.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
  margin-right: 1.6rem;
}
#home .brazil .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/icons/map.png);
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: 50%;
}

#blog {
  padding: 2rem 0 0 0;
}
#blog .post-cover-image {
  overflow: hidden;
}
#blog .post-cover-image img {
  max-width: 100%;
  height: auto;
}
#blog .post-content .__title {
  color: #1C1E56;
}
#blog .header .semi-transparent-logo {
  background-image: url(/img/logo/logo-simbolo-hexcel-st.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
  height: 80px;
}
#blog .post-card {
  box-shadow: none;
  border-radius: 1.6rem;
  overflow: hidden;
  height: 100%;
  transition: 0.2s ease-in-out;
}
#blog .post-card:hover {
  background-color: #FFFFFF;
  box-shadow: 2px 15px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(-0.5rem);
}
#blog .post-card .post-card__image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 70%;
  box-shadow: 2px 3px 24px rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
}
#blog .post-card .post-card__content {
  padding: 1.6rem;
}
#blog .post-card .post-card__content a {
  color: #0F102F;
}
#blog .post-card .post-card__content a:hover {
  color: #E3B00A;
}
#blog .post-card .post-card__content p {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}
#blog .categories {
  border-right: 1px solid #0F102F;
}
#blog .categories ul {
  list-style: none;
  margin-bottom: 2.4rem;
}
#blog .categories ul li {
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
#blog .categories ul li a {
  color: #0F102F;
  transition: 0.2s ease-in-out;
}
#blog .categories ul li a:hover {
  color: #E3B00A;
  margin-left: 5px;
}

#contact .contact-cover {
  height: 200px;
  background-image: url(/img/banner/contact-cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 2rem;
}
@media (min-width: 576px) {
  #contact .contact-cover {
    height: 300px;
  }
}
@media (min-width: 768px) {
  #contact .contact-cover {
    height: 220px;
  }
}
@media (min-width: 992px) {
  #contact .contact-cover {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  #contact .contact-cover {
    height: 400px;
  }
}
#contact .divider-right {
  border-right: 1px solid #1C1E56;
}

#solutions .post-card {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  overflow: hidden;
  height: 100%;
  transition: 0.2s ease-in-out;
}
#solutions .post-card:hover {
  box-shadow: 2px 15px 24px rgba(0, 0, 0, 0.2);
  margin-top: -0.5rem;
}
#solutions .post-card .post-card__image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 70%;
  border-radius: 1.6rem;
}
#solutions .post-card .post-card__content {
  padding: 1.6rem;
}
#solutions .post-card .post-card__content h4 {
  color: #E3B00A !important;
}
#solutions .post-card .post-card__content p {
  color: #333333 !important;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.budget-footer {
  min-height: 200px;
  width: 100%;
  position: relative;
}
.budget-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C1E56;
  z-index: -1;
}
.budget-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/bg/budget-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
  background-size: cover;
  mix-blend-mode: soft-light;
  z-index: -1;
}

#solutions-item {
  background-color: #f5f5ff;
}
#solutions-item .header {
  position: fixed;
  width: 100%;
  z-index: 2;
}
#solutions-item .header .semi-transparent-logo {
  background-image: url(/img/logo/logo-simbolo-hexcel-st.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
  height: 80px;
}
#solutions-item p {
  font-family: "Poppins", sans-serif;
}
#solutions-item h2 {
  font-weight: bold;
}
#solutions-item .solutions-item-cover {
  padding-top: 55%;
  background-image: url(/img/bg/solutions-elevator.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 2rem;
  position: relative;
}
#solutions-item .solutions-item-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  box-sizing: border-box;
  border: 2px solid #E3B00A;
  pointer-events: none;
  transform: translate(2rem, 2rem);
}
@media (max-width: 575.98px) {
  #solutions-item .solutions-item-cover::before {
    transform: translate(0rem, 0rem);
  }
}

@media (max-width: 767px) {
  /* portrait && landscape */
  #home .swiper .swiper-wrapper .swiper-slide .bg {
    max-height: calc(100vh - 6.5rem);
  }
  #home .swiper .swiper-wrapper .swiper-slide .bg .content .banner-title {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 700;
    margin: 0 0 1rem;
  }
  #home .swiper .swiper-wrapper .swiper-slide .bg .content .banner-subtitle {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
  }
}
:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

:root {
  --swiper-theme-color: #000;
}

.text--white {
  color: #FFFFFF !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.text--light {
  color: #F2F2F2 !important;
}

.bg--light {
  background-color: #F2F2F2 !important;
}

.text--green {
  color: #4BA543 !important;
}

.bg--green {
  background-color: #4BA543 !important;
}

.text--grey {
  color: #C4C4C4 !important;
}

.bg--grey {
  background-color: #C4C4C4 !important;
}

.text--primary {
  color: #E3B00A !important;
}

.bg--primary {
  background-color: #E3B00A !important;
}

.text--blue-dark {
  color: #1C1E56 !important;
}

.text--blue-dark-300 {
  color: #2125a3 !important;
}

.bg--blue-dark {
  background-color: #1C1E56 !important;
}

.text--blue-darkest {
  color: #0F102F !important;
}

.bg--blue-darkest {
  background-color: #0F102F !important;
}

[data-scroll] {
  will-change: transform, scale, opacity;
  opacity: 0;
  transform: translateY(6rem) scale(0.98);
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll=in] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-scroll=out] {
  opacity: 0;
}

.swiper-settings {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #C4C4C4;
}
.swiper-settings .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}
.swiper-settings .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-settings .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-settings .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
  border-radius: 10px;
  opacity: 0.9;
  width: 8px;
  height: 8px;
}
.swiper-settings .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E3B00A;
}
.swiper-settings .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 0rem;
  height: 2px;
}
.swiper-settings .swiper-scrollbar .swiper-scrollbar-drag {
  background: #E3B00A;
  border-radius: 0rem;
}

.modal-cookies {
  position: fixed;
  z-index: 9999;
  display: none;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFF;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  bottom: 0;
}
.modal-cookies .modal-content {
  padding: 1.25rem;
  position: relative;
}
.modal-cookies .modal-content h4 {
  font-size: 1.5rem;
  color: #3182ce;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.modal-cookies .modal-content p {
  color: #000;
  margin-bottom: 0.75rem;
  text-align: center;
}
.modal-cookies .modal-content button {
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  cursor: pointer;
}
.modal-cookies .modal-content button:first-child {
  margin-right: 0.5rem;
}
.modal-cookies .modal-content .box-buttons {
  display: flex;
  justify-content: center;
}
.modal-cookies .modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-cookies .modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-dialog {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content {
  box-shadow: none;
  border: 0.2rem solid #C4C4C4;
  border-radius: 1rem;
}
.modal .modal-dialog .modal-content .modal-header {
  position: relative;
  border-bottom: 0.2rem solid #C4C4C4;
  padding: 1rem;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 2rem;
  margin-right: 5.3rem;
}
.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E3B00A;
  width: 38px;
  height: 38px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  border-radius: 50%;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-header .close span {
  color: #FFFFFF;
  font-size: 2.2rem;
}
.modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: 0.2rem solid #C4C4C4;
}
@media (max-width: 767px) {
  .modal {
    /* portrait && landscape */
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .modal {
    /* tablets && small laptops */
  }
}

.form-group {
  width: 100%;
}
.form-group label {
  color: #333333;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.form-group textarea {
  resize: none;
  height: 16rem !important;
}
.form-group small {
  color: #C4C4C4 !important;
}
.form-group .form-control {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #333333;
  border-radius: 0.8rem;
  border: 0.2rem solid #C4C4C4;
  font-size: 1.4rem;
  height: 5rem;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}
.form-group .form-control:focus {
  box-shadow: none;
  border: 0.2rem solid #E3B00A;
  color: #333333;
}
.form-group .form-control.placeholder {
  color: #C4C4C4;
}
.form-group .form-control:-moz-placeholder {
  color: #C4C4C4;
}
.form-group .form-control::-moz-placeholder {
  color: #C4C4C4;
}
.form-group .form-control:-ms-input-placeholder {
  color: #C4C4C4;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #C4C4C4;
}
.form-group .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #E3B00A;
  border: 0.2rem solid #E3B00A;
  color: #FFFFFF;
}
.form-group .custom-control-label {
  left: 0.5rem;
}
.form-group .custom-control-label::before {
  left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 0.2rem solid #C4C4C4;
}
.form-group .custom-control-label::after {
  left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
}

.pagination-wrapper {
  display: block;
  margin: 3rem auto;
}
.pagination-wrapper .pagination {
  justify-content: center;
  align-items: center;
}
.pagination-wrapper .pagination li.disabled {
  display: none;
}
.pagination-wrapper .pagination li.active span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 0.2rem #E3B00A;
  border-radius: 0.6rem;
  color: #E3B00A;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
}
.pagination-wrapper .pagination li span {
  margin: 0 0.5rem;
  color: #E3B00A;
  font-weight: bold;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms;
}
.pagination-wrapper .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  color: #E3B00A;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 0.6rem;
  min-width: 40px;
  height: 40px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}
.pagination-wrapper .pagination li a[rel=prev], .pagination-wrapper .pagination li a[rel=next] {
  background-color: #F2F2F2;
  color: #E3B00A;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 100%;
}
.pagination-wrapper .pagination li a:hover {
  box-shadow: 0 0 0 0.2rem #E3B00A;
}

.section-title {
  color: #E3B00A;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .section-title {
    /* portrait && landscape */
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section-title {
    /* tablets && small laptops */
  }
}

header .top-bar {
  height: 40px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #eff0ff;
}
header .top-bar .navbar-icon {
  width: 24px;
  height: 24px;
  margin-right: 1.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
header .top-bar .navbar-icon.--whatsapp {
  background-image: url("/img/icons/whatsapp.svg");
}
header .top-bar .navbar-icon.--barcode {
  background-image: url("/img/icons/barcode.svg");
}
header .navbar {
  padding: 0;
  background-color: #FFFFFF;
  height: 100px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  top: 40px;
}
header .navbar.tall-nav {
  height: 120px;
  box-shadow: none;
}
header .navbar .navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  padding: 1.6rem;
  z-index: 100;
}
header .navbar .navbar-toggler .menu-bar {
  pointer-events: none;
}
header .navbar .navbar-brand {
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 256px;
  max-width: 100%;
  padding: 0;
}
header .navbar .nav-menu {
  width: 100%;
  margin: 0 -1.5rem;
  padding: 0 1rem;
}
header .navbar .nav-menu .navbar-nav {
  flex-direction: row;
}
header .navbar .nav-menu .navbar-nav .nav-item {
  text-align: center;
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
header .navbar .nav-menu .navbar-nav .nav-item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E3B00A;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: 0.2s ease-in-out;
}
header .navbar .nav-menu .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #0F102F;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  height: 100%;
  display: grid;
  align-items: center;
  white-space: nowrap;
}
header .navbar .nav-menu .navbar-nav .nav-item .navbar-drawer-toggler {
  padding: 0 1rem;
  transition: 0.2s ease-in-out;
}
header .navbar .nav-menu .navbar-nav .nav-item:last-of-type {
  margin-right: 0;
}
header .navbar .nav-menu .navbar-nav .nav-item:hover::after {
  transform: scaleX(1) translateX(0%);
}
header .navbar .nav-menu .navbar-nav .nav-item.active .nav-link {
  color: #E3B00A;
  border-bottom: 1px solid #E3B00A;
}
header .navbar .nav-menu .navbar-drawer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 60vw;
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding: 3rem;
  background-color: #fff;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -15%;
  border-radius: 1.6rem;
  transform: scale(0.95);
  transform-origin: top;
  transition: 0.2s ease-in-out;
  opacity: 0;
  text-align: left;
  display: none;
}
header .navbar .nav-menu .navbar-drawer.active {
  transform: scale(1);
  opacity: 1;
}
header .navbar .nav-menu .navbar-drawer .post-card {
  height: 100%;
  display: grid;
  align-items: flex-start;
}
header .navbar .nav-menu .navbar-drawer .post-card .post-card__title {
  min-height: 44px;
}
header .navbar .nav-menu .navbar-drawer .post-card .post-card__title h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
header .navbar .nav-menu .navbar-drawer .post-card .post-card__image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 140px;
  border-radius: 1rem;
  transition: 0.2s ease-in-out;
}
header .navbar .nav-menu .navbar-drawer .post-card .post-card__image:hover {
  transform: translateY(-0.5rem);
}
header .navbar .nav-menu .navbar-drawer .post-card .post-card__content {
  overflow: hidden;
  text-overflow: ellipsis;
}
header .navbar .nav-menu .navbar-drawer .post-card .post-card__content a {
  color: #0F102F;
}
header .nav-drawer {
  position: fixed;
  width: 300px;
  height: calc(100vh - 70px);
  top: 90px;
  right: 0;
  transform: translateX(100%);
  transition: 0.2s ease-in-out;
  background-color: #fff;
  padding: 1rem 1.6rem;
  z-index: 9999;
}
header .nav-drawer.active {
  transform: translateX(0);
  box-shadow: 0 38px 25px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  header .navbar {
    height: 80px;
  }
  header .navbar.tall-nav {
    height: 90px;
  }
  header .navbar.tall-nav ~ .nav-drawer {
    top: 89px;
  }
  header .nav-drawer {
    top: 79px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .navbar {
    height: 85px;
  }
  header .navbar.tall-nav {
    height: 95px;
  }
  header .navbar.tall-nav ~ .nav-drawer {
    top: 94px;
  }
  header .navbar.tall-nav .navbar-drawer {
    top: 85px;
  }
  header .navbar .navbar-drawer {
    top: 75px;
  }
  header .nav-drawer {
    top: 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar {
    height: 82px;
  }
  header .navbar.tall-nav {
    height: 120px;
  }
  header .navbar.tall-nav ~ .nav-drawer {
    top: 119px;
  }
  header .nav-drawer {
    top: 81px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar {
    height: 96px;
  }
  header .navbar.tall-nav {
    height: 120px;
  }
  header .navbar.tall-nav .navbar-drawer {
    top: 90px;
  }
  header .navbar .navbar-drawer {
    top: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .navbar {
    height: 100px;
  }
  header .navbar.tall-nav {
    height: 120px;
  }
  header .navbar.tall-nav .navbar-drawer {
    top: 90px;
  }
  header .navbar .navbar-drawer {
    top: 80px;
  }
}
@media (min-width: 1400px) {
  header .navbar {
    height: 100px;
  }
  header .navbar.tall-nav {
    height: 120px;
  }
  header .navbar.tall-nav .navbar-drawer {
    top: 90px;
  }
  header .navbar .navbar-drawer {
    top: 80px;
  }
}

footer {
  background-color: #1C1E56;
}
footer .footer {
  position: relative;
  color: #FFFFFF;
}
footer .footer a {
  color: #E3B00A;
}
footer .footer a:hover {
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  footer .footer .text-direitos {
    text-align: center;
  }
}
footer .footer .logo {
  background-image: url(/img/logo/logo-footer.png);
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  width: 256px;
  height: 80px;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  footer .footer .column {
    text-align: center;
  }
}
footer .footer .social {
  display: flex;
}
@media (max-width: 1199.98px) {
  footer .footer .social {
    justify-content: center;
  }
}
footer .footer .social a {
  color: #FFFFFF;
  box-shadow: 0 0 0 1px #fff;
  margin-right: 1rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
footer .footer .social a .--icon {
  box-shadow: 0 0 0 1px #FFFFFF;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  position: relative;
}
footer .footer .social a:hover::before {
  transform: translateY(0);
}
footer .footer .social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E3B00A;
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
}
footer .footer .social a:last-of-type {
  margin-right: 0;
}
footer .footer .brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  gap: 8px;
}
footer .footer .brands .brand {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100px;
  height: 90px;
  margin-right: 1.6rem;
}
footer .footer .brands .brand:last-of-type {
  margin-right: 0;
}
footer .footer .brands .brand.--abeel {
  background-image: url(/img/brands/abeel.png);
}
footer .footer .brands .brand.--iel {
  background-image: url(/img/brands/iel.png);
}
footer .footer .brands .brand.--abnt {
  background-image: url(/img/brands/abnt.png);
}
footer .footer .brands .brand.--procem {
  background-image: url(/img/brands/procem.png);
}

.btn-theme {
  text-align: center;
  box-shadow: none;
  border: none;
  background-color: #E3B00A;
  color: #FFFFFF;
  text-decoration: none !important;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 1.6rem;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  position: relative;
  display: inline-block;
}
.btn-theme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  box-sizing: border-box;
  border: 1px solid #E3B00A;
  pointer-events: none;
  transform: translate(0, 0);
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}
.btn-theme:active::before {
  transform: translate(0, 0);
}
.btn-theme:hover {
  box-shadow: inset 14rem 4.8rem 0.3rem rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.btn-theme:hover::before {
  transform: translate(0.8rem, 0.5rem);
}

.btn-theme-dark {
  text-align: center;
  box-shadow: none;
  border: none;
  background-color: #1C1E56;
  color: #FFFFFF;
  text-decoration: none !important;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 1.6rem;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}
.btn-theme-dark:hover {
  box-shadow: inset 14rem 4.8rem 0.3rem rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.btn-theme-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  border: 2px solid #E3B00A;
  background-color: #FFFFFF;
  color: #E3B00A;
  text-decoration: none !important;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  width: 140px;
  height: 48px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}
.btn-theme-outline:hover {
  box-shadow: inset 14rem 4.8rem 0.3rem rgba(54, 130, 244, 0.05);
  color: #E3B00A;
}

.navbar-toggler {
  outline: none;
  border: none;
  height: 40px;
  padding: 0.25rem 0;
}
.navbar-toggler .menu-bar {
  display: block;
  height: 2px;
  width: 20px;
  margin: 7.5px 0;
  margin-left: auto;
  background: #E3B00A;
  cursor: pointer;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}
.navbar-toggler .menu-bar.bar-1 {
  position: relative;
  top: 0;
  right: 0;
  transform: rotate(0deg);
  width: 33px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}
.navbar-toggler .menu-bar.bar-2 {
  position: relative;
  top: 0;
  right: 0;
  transform: rotate(0deg);
  width: 33px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}
.navbar-toggler .menu-bar.bar-3 {
  position: relative;
  top: 0;
  right: 0;
  opacity: 1;
  transform: rotate(0deg);
  width: 33px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275), 600;
}
.navbar-toggler.active {
  height: 40px;
}
.navbar-toggler.active .menu-bar.bar-1 {
  top: 1rem;
  right: 0;
  transform: rotate(45deg);
}
.navbar-toggler.active .menu-bar.bar-2 {
  top: 0;
  right: 0;
  transform: rotate(-45deg);
}
.navbar-toggler.active .menu-bar.bar-3 {
  top: 0;
  right: -10rem;
  opacity: 0;
  transform: rotate(0deg);
}

.card-blog-post {
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  padding: 1.5rem;
  margin: 1.5rem 0 3rem;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}
.card-blog-post:hover {
  background-color: #F2F2F2;
}
.card-blog-post .image {
  background-color: #C4C4C4;
  margin: 0 4.5rem 0 0;
}
.card-blog-post .image img {
  max-width: 100%;
  width: 280px;
  height: 190px;
  border-radius: 0.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-blog-post .description .date {
  color: #C4C4C4;
  font-size: 1.4rem;
  font-weight: 300;
}
.card-blog-post .description .card-post-title {
  color: #E3B00A;
  font-size: 2rem;
  font-weight: 700;
  max-height: 48px;
  overflow: hidden;
  margin: 0 0 1rem;
}
.card-blog-post .description .short-description {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 300;
  height: 72px;
  overflow: hidden;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .card-blog-post {
    /* portrait && landscape */
    flex-direction: column;
    padding: 1rem;
    margin: 1.5rem 0 2rem;
  }
  .card-blog-post .image {
    width: 100%;
    margin: 0 0 1rem;
  }
  .card-blog-post .image img {
    min-width: 100%;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .card-blog-post {
    /* tablets && small laptops */
  }
}

.card-related-post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  padding: 1rem;
  margin: 1.5rem 0 2rem;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1), 200ms 200ms;
}
.card-related-post:hover {
  background-color: #F2F2F2;
}
.card-related-post .image {
  background-color: #C4C4C4;
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 0 0 1rem;
}
.card-related-post .image img {
  min-width: 100%;
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-related-post .description .date {
  color: #C4C4C4;
  font-size: 1.2rem;
  font-weight: 300;
}
.card-related-post .description .card-post-title {
  color: #E3B00A;
  font-size: 1.8rem;
  font-weight: 700;
  max-height: 42px;
  overflow: hidden;
  margin: 0 0 1rem;
}
.card-related-post .description .short-description {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 300;
  height: 60px;
  overflow: hidden;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .card-related-post {
    /* portrait && landscape */
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .card-related-post {
    /* tablets && small laptops */
  }
}

.card-testimonial {
  position: relative;
  background-color: #FFFFFF;
  border: 0.2rem solid #C4C4C4;
  border-radius: 0.8rem;
  padding: 1rem 0 0;
  margin: 5rem 0 3rem;
}
.card-testimonial .user-image img {
  display: block;
  position: relative;
  top: -6rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border: 0.2rem solid #C4C4C4;
  -webkit-animation: floating infinite;
          animation: floating infinite;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
  margin: 0 auto -4rem;
}
.card-testimonial .message {
  padding: 0 1rem;
  margin: 2rem 0 7rem;
}
.card-testimonial .message p {
  text-align: center;
  margin: 0;
}
.card-testimonial .name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #E3B00A;
  border-radius: 0 0 0.7rem 0.7rem;
  padding: 0 1rem;
  margin: 0;
}
.card-testimonial .name p {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .card-testimonial {
    /* portrait && landscape */
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .card-testimonial {
    /* tablets && small laptops */
  }
}

/*# sourceMappingURL=main.css.map*/