<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --main-color: #324b78;
  --secondary-color: #002F87;
}

* {
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
  font-family: ProximaNovaRegular;
}

body {
  position: relative;
  background: #f9f9f9;
  margin: 0;
}

@font-face {
  font-family: ProximaNovaRegular;
  src: url(../fonts/Proxima_Nova_Regular.ttf);
}

@font-face {
  font-family: ProximaNovaBold;
  src: url(../fonts/Proxima_Nova_Bold.ttf);
}

.global {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  min-height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.section {
  padding-bottom: 100px;
}

.section:first-child {
  padding-top: 100px;
}

.section-internal {
  display: flex;
  align-items: center;
}

.section-internal--secondary {
  flex-direction: row-reverse;
}

.section-internal--secondary .section-internal__title {
  margin-left: 0;
  margin-right: -65px;
}

.section-internal__title {
  color: #1A1A1A;
  font-family: ProximaNovaBold;
  font-size: 4.8rem;
  line-height: 58px;
  max-width: 450px;
  margin-left: -40px;
  z-index: 1;
}

.section-internal__figure {
  position: relative;
  margin: 0;
}

.section-internal__figure img {
  width: 100%;
}

.section-internal__figure--quaternary img {
  width: auto;
}

.section-internal &gt; .section-internal__figure::after,
.section-internal &gt; .section-internal__figure::before,
.section-internal__contact::after {
  content: '';
  position: absolute;
  background: #00B2E3;
  opacity: 0.2;
}

.section-internal &gt; .section-internal__figure--primary::before {
  left: -50px;
  bottom: -40px;
  height: 170px;
  width: 100px;
}

.section-internal &gt; .section-internal__figure--primary::after {
  right: -40px;
  top: -30px;
  height: 90px;
  width: 100px;
}

.section-internal &gt; .section-internal__figure--secondary::before {
  left: -20px;
  top: -30px;
  height: 100px;
  width: 50px;
}

.section-internal &gt; .section-internal__figure--secondary::after {
  right: -50px;
  bottom: -45px;
  height: 100px;
  width: 170px;
}

.section-internal &gt; .section-internal__figure--tertiary::before {
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 180px;
  width: 50px;
}

.section-internal &gt; .section-internal__figure--tertiary::after {
  right: 15px;
  bottom: -12px;
  height: 25px;
  width: 70px;
}

.section-internal__figure--quaternary img {
  background: var(--main-color);
  height: 100%;
}

.section-internal &gt; .section-internal__figure--quaternary::before {
  left: -25px;
  top: -25px;
  height: 60px;
  width: 60px;
}

.section-internal &gt; .section-internal__figure--quaternary::after {
  left: -45px;
  bottom: -45px;
  height: 100px;
  width: 100px;
}

.section-internal--quaternary {
  align-items: unset;
}

.section-internal__contact {
  position: relative;
  background: var(--main-color);
  padding: 55px;
  width: 100%;
}

.section-internal__contact::after {
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  height: 235px;
  width: 40px;
}

#main {
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 50px;
  vertical-align: top;
}

.container {
  width: 100%;
  padding: 0 15px;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .container {
    max-width: 748px;
  }
}

@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .container {
    max-width: 1120px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .container {
    max-width: 1120px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1120px;
  }
}

.container--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
}

.header__logo {
  max-height: 60px;
}

.container {
  margin: 0 auto;
}

header {
  height: 80px;
  margin: 0 auto;
  position: fixed;
  padding: 15px 0;
  max-height: 80px;
  box-shadow: 0 0 20px rgba(0,0,0,.05);
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  z-index: 1;
}

.footer-content &gt; span {
  color: #58585B;
  font-family: ProximaNovaBold;
  font-size: 1.4rem;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 3px solid #E7E7E7;
  padding: 10px 0;
}

.header__contact {
  display: flex;
  align-items: center;
}

.header__contact &gt; a {
  margin-left: 20px;
  text-decoration: none;
}

.header-logo__text {
  font-family: ProximaNovaBold;
  font-size: 1.6rem;
  font-weight: bold;
}

.header-logo__phone {
  display: flex;
  align-items: center;
  background: var(--main-color);
  border-radius: 35px;
  color: #ffffff;
  font-family: ProximaNovaBold;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 10px 25px;
}

.header-logo__phone svg {
  fill: #FFFFFF;
  width: 21px;
  margin-right: 10px;
}

.header-logo__phone.header-logo__phone--whatsapp {
  background: #00E35B;
}

.main-text__title {
  font-size: 6.8rem;
  color: var(--main-color);
  font-family: ProximaNovaBold;
  max-width: 600px;
  margin: 0 0 10px;
}

.section-internal__title span {
  border-bottom: 5px solid var(--main-color);
}

.main-text__subtitle {
  font-size: 4.0rem;
  font-weight: normal;
  margin: 0;
}

.contact__text {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 26px;
  max-width: 450px;
}

.contact__text span {
  font-family: ProximaNovaBold;
}

.contact__text--central {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 40px;
}

.contact__phone {
  display: flex;
}

.contact__phone a {
  margin-top: 20px;
}

.contact-phone__tel {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.contact-phone__tel svg {
  fill: #FFFFFF;
  margin-right: 10px;
  width: 21px;
}

.contact__phone a + a {
  margin-left: 20px;
}

.floater__button {
  display: none;
}

.contact__phone a {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .section-internal__figure--quaternary img {
    object-fit: cover;
  }

  .header-logo__phone {
    font-size: 1.6rem;
  }

  .header-logo__phone svg {
    width: 18px;
  }

  .section-internal__figure--quaternary img {
    width: 100%;
  }

  .header-logo__text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .section:first-child {
    padding-top: 60px;
  }

  .section:last-child {
    padding-bottom: 60px;
  }

  .section-internal__title {
    font-size: 3.6rem;
  }

  .section-internal--quaternary {
    flex-direction: column;
  }

  .section-internal__contact {
    padding: 30px;
  }

  .main-text__title {
    font-size: 3.6rem;
  }

  .main-text__subtitle {
    font-size: 1.8rem;
  }

  .section-internal__title {
    font-size: 2.4rem;
    line-height: 1;
  }

  .contact__text {
    font-size: 1.6rem;
  }

  .contact__phone {
    flex-direction: column;
  }

  .contact__phone a + a {
    margin-left: 0;
    margin-top: 5px;
  }

  .header__contact {
    display: none;
  }

  .floater__button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 5px 5px 10px rgba(0,0,0,.1);
  }

  .floater__button--whatsapp {
    background-color: #25d366;
    bottom: 15px;
  }
  
  .floater__button--phone {
    background-color: var(--main-color);
    bottom: 75px;
  }
  
  .floater__button svg {
    fill: #FFFFFF;
    width: 24px;
  }
}

@media only screen and (max-width: 475px) {
  .section-internal__title {
    font-size: 2.1rem;
  }

  .main-text__title {
    font-size: 2.4rem;
  }
}</pre></body></html>