@font-face {
  font-family: 'Acumin Variable Concept';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/AcuminVariableConcept.otf') format('opentype');
}

body, h1, h2, h3, h4, h5, h6, p, span, button, a, small {
  font-family: 'Poppins', sans-serif;
}
.section {
  padding: 2.5rem 0;
}

#top-bar {
  background: #fff;
  color: #fff;
  padding: 1rem 0;
}
#top-bar h4 {
  color: #333;
  margin-bottom: 0 !important;
}

#hero h1 {
  text-shadow: 6px 6px 8px rgba(219,232,10,0.1);
}
#hero .logo-container {
  margin-bottom: 4rem;
}
#hero .dark-button {
  padding: .5rem 1rem;
  color:#36B3A4;
  background: #000;
  border-radius: 50px;
  border: 2px solid #36B3A4;
  margin-bottom: 1.2rem;
}

h1,
h1 span,
h2,
h2 span {
  font-family: 'Acumin Variable Concept', 'Poppins', sans-serif;
  font-weight: 700;
}
h1 {
  text-transform: uppercase;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.1;
  color: #fff;
}
h2 {
  font-size: 2rem;
  line-height: 1.3;
}
#form-wrapper h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
#hero {
  color: #fff;
  background: url('../img/hero-b.jpg') no-repeat center center;
  background-size: cover;
  padding: 8rem 0;
}
#form-wrapper {
  background: rgba(0,0,0,0.75);
  padding: 2rem 0;
  border: 2px solid #36B3A4;
  border-radius: 20px;
}
#form-wrapper label {
  color: #fff;
}
.form-fields {
  border: 0;
  height: 50px;
}
/* solutions */
#solutions {
  background: url('../img/bg_gradient.png') no-repeat center center;
  background-size: cover;
  padding: 4rem 0;
}
#solutions h2 {
  color: #fff;
}
#solutions .bar-heading {
  display: flex;
  align-items: center;
  gap: clamp(.35rem, 1vw, .75rem);
  margin: 0;
  overflow: hidden;
}
#solutions .bar-heading span {
  color: inherit;
  display: block;
  flex: 0 1 auto;
  min-width: 0;
}
#solutions .bar-heading::before,
#solutions .bar-heading::after {
  content: "";
  display: block;
  flex: 1 1 0;
  height: clamp(2rem, 5vw, 3.25rem);
  min-width: 3rem;
  background-image: repeating-linear-gradient(
    to right,
    #36B3A4 0,
    #36B3A4 8px,
    transparent 8px,
    transparent 15px
  );
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}
#solutions .bar-heading::before {
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 70%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 70%, transparent 100%);
}
#solutions .bar-heading::after {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 30%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 30%, #000 100%);
}
#solutions .solutions-showcase {
  margin-top: 2rem;
  padding: 0 1rem 4rem;
}
#solutions .solution-card {
  background: #f1f1f1;
  border-radius: 8px;
  color: #1F2732;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 36%);
  gap: 1.25rem;
  align-items: start;
  overflow: hidden;
  padding: 1.5rem;
}
#solutions .solution-card-content {
  display: flex;
  flex-direction: column;
}
#solutions .solution-card h3 {
  align-self: flex-start;
  border: 1px solid #36B3A4;
  border-radius: 999px;
  color: #36B3A4;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  padding: .45rem 1rem;
  text-transform: uppercase;
}
#solutions .solution-card-body {
  display: flex;
  gap: 1rem;
}
#solutions .solution-card-marks {
  flex: 0 0 auto;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: .2rem;
}
#solutions .solution-card-marks--arrows {
  background-image: url('../img/arrows_up.svg');
  height: 4.3rem;
  width: 1.9rem;
}
#solutions .solution-card-marks--asterisk {
  background-image: url('../img/asterisk.svg');
  height: 8.5rem;
  width: 2.35rem;
}
#solutions .solution-card p {
  color: rgba(31, 39, 50, .7);
  font-size: .9rem;
  line-height: 1.45;
  margin: 0;
}
#solutions .solution-card p strong {
  color: #1F2732;
  font-weight: 700;
}
#solutions .solution-card-media {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 300px;
  justify-content: center;
  overflow: hidden;
}
#solutions .solution-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#solutions .solutions-cta {
  --solutions-cta-light: #e8e3e2;
  --solutions-cta-teal: #36b3a4;
  padding: .4rem 1rem 4rem;
  row-gap: 2rem;
}
#solutions .solutions-cta-copy {
  align-items: center;
  display: flex;
  gap: clamp(1.2rem, 2vw, 1.5rem);
}
#solutions .solutions-cta-mark {
  background: var(--solutions-cta-light);
  clip-path: polygon(46% 0, 54% 0, 54% 39%, 84% 11%, 89% 17%, 60% 46%, 100% 46%, 100% 54%, 60% 54%, 89% 83%, 84% 89%, 54% 61%, 54% 100%, 46% 100%, 46% 61%, 16% 89%, 11% 83%, 40% 54%, 0 54%, 0 46%, 40% 46%, 11% 17%, 16% 11%, 46% 39%);
  display: block;
  flex: 0 0 auto;
  height: 3.7rem;
  width: 3.7rem;
}
#solutions .solutions-cta h4 {
  color: var(--solutions-cta-teal);
  font-size: clamp(1.1rem, 2vw, 1.79rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 .55rem;
}
#solutions .solutions-cta h3 {
  color: var(--solutions-cta-light);
  font-size: clamp(1.55rem, 3.2vw, 2.41rem);
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
}
#solutions .solutions-cta-button {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid var(--solutions-cta-teal);
  border-radius: 999px;
  color: var(--solutions-cta-teal);
  cursor: pointer;
  font-size: clamp(1rem, 2.35vw, 1.875rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  min-height: 3.22rem;
  min-width: clamp(18rem, 37vw, 27.8rem);
  opacity: 1;
  padding: .62rem 2.2rem;
  text-decoration: underline;
  text-decoration-color: var(--solutions-cta-teal);
  -webkit-text-fill-color: var(--solutions-cta-teal);
}
#solutions .solutions-cta-button:hover,
#solutions .solutions-cta-button:focus,
#solutions .solutions-cta-button:active {
  background: transparent;
  border-color: var(--solutions-cta-teal);
  color: var(--solutions-cta-teal);
  text-decoration-color: var(--solutions-cta-teal);
  -webkit-text-fill-color: var(--solutions-cta-teal);
}

h2 span {
  color: #36B3A4;
}
#portfolio {
  background: rgba(31, 39, 50, .02);
}
.footer-wrapper {
  background: url('../img/bg_footer.png') no-repeat center center;
  background-size: cover;
}
#footer-cta {
  color: #fff;
}
#footer-cta h3 {
  font-weight: 700;
  text-transform: uppercase;
}
#footer {
  color: #fff;
  padding: 2.5rem 0;
  border-top: 1px solid #fff;
}

#footer-cta .green-text {
  color: #36B3A4;
  font-size: 1.3rem;
  font-style: italic;
}


.button {
  border-radius: 50px;
  background: #36B3A4;
  color: #1F2732;
  margin: 0;
}
.button:hover {
  background: #36B3A4;
  color: #1F2732;
}

.thank-you-page {
  background: #1F2732;
  color: #e8e3e2;
  min-height: 100vh;
}
.thank-you-section {
  align-items: center;
  background: url('../img/bg_gradient.png') no-repeat center center;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  padding: 4rem 0;
}
.thank-you-branding {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3rem;
}
.thank-you-logo {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thank-you-logo--acrilicos {
  max-height: 4rem;
  max-width: min(18rem, 80vw);
}
.thank-you-logo--grupo {
  max-width: min(34rem, 92vw);
  width: 100%;
}
.thank-you-page h1 {
  color: #e8e3e2;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  line-height: 1;
  margin-bottom: 1.5rem;
}
.thank-you-page p {
  color: #e8e3e2;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}
.thank-you-redirect {
  color: #36b3a4;
  margin-top: 2rem;
}
.thank-you-link {
  border: 1px solid #36b3a4;
  border-radius: 999px;
  color: #36b3a4;
  display: inline-block;
  font-size: 1rem;
  margin-top: 1rem;
  padding: .85rem 1.5rem;
  text-decoration: underline;
}
.thank-you-link:hover,
.thank-you-link:focus {
  color: #36b3a4;
}

#btn-submit {
  background: #36B3A4;
  border-radius: 50px;
  color: #000;
}
#btn-submit:hover {
  background: #36B3A4;
  color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: .9rem;
  text-transform: uppercase;
  color: #1F2732;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: .9rem;
  text-transform: uppercase;
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-size: .9rem;
  text-transform: uppercase;
  color: red;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #hero {
    padding: 4.5rem 0 3rem;
  }
  #solutions .bar-heading {
    gap: .75rem;
  }
  #solutions .bar-heading::before,
  #solutions .bar-heading::after {
    height: 2rem;
    min-width: 2.25rem;
  }
  #solutions .solutions-showcase {
    padding: 0 .75rem 3rem;
  }
  #solutions .solution-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 1rem;
  }
  #solutions .solution-card h3 {
    font-size: .66rem;
    margin-bottom: 1rem;
  }
  #solutions .solutions-cta {
    padding: 0 .75rem 3rem;
    text-align: center;
  }
  #solutions .solutions-cta-copy {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  #solutions .solutions-cta-mark {
    height: 3rem;
    width: 3rem;
  }
  #solutions .solutions-cta h4 {
    margin-bottom: .45rem;
  }
  #solutions .solutions-cta-button {
    width: 100%;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 3rem;
  }
  .section {
    padding: 5rem 0;
  }
}
