@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Onest – Thin */
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-100-normal.woff2") format("woff2"), url("../fonts/onest-latin-100-normal.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Onest – ExtraLight */
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-200-normal.woff2") format("woff2"), url("../fonts/onest-latin-200-normal.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* Onest – Light */
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-300-normal.woff2") format("woff2"), url("../fonts/onest-latin-300-normal.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Onest – Regular */
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-400-normal.woff2") format("woff2"), url("../fonts/onest-latin-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Onest – Medium */
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-500-normal.woff2") format("woff2"), url("../fonts/onest-latin-500-normal.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Onest – SemiBold */
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-600-normal.woff2") format("woff2"), url("../fonts/onest-latin-600-normal.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Onest – Bold */
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-700-normal.woff2") format("woff2"), url("../fonts/onest-latin-700-normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Onest – ExtraBold */
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-800-normal.woff2") format("woff2"), url("../fonts/onest-latin-800-normal.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Onest – Black */
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-900-normal.woff2") format("woff2"), url("../fonts/onest-latin-900-normal.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.btn-main {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.2em 1.5em;
  gap: 10px;
  background: #ffffff;
  border-radius: 16px;
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.btn-main svg {
  width: 1.3em;
}

@media (max-width: 800px) {
  body {
    padding-top: 60px;
  }
}

.main-header-mobile {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 0;
  display: none;
  margin-bottom: -30px;
  z-index: 10;
  position: fixed;
  background: #0b4572;
  padding: 20px;
  height: 60px;
}
.main-header-mobile img {
  width: 140px;
}
@media (max-width: 800px) {
  .main-header-mobile {
    display: block;
  }
}

.main-header {
  padding: 0 20px;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
}
.main-header img {
  width: 160px;
}
.main-header > div {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #5682a2;
}
.main-header ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header a {
  text-decoration: none;
  font-size: 14px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
.main-header .btn-contacto {
  background-color: #00ceff;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
}
@media (max-width: 800px) {
  .main-header {
    position: fixed;
    top: 0;
    background: #105984;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2392156863);
    width: 100%;
    transform: translate3d(0, -100%, 0);
    transition: 0.5s transform, 0.4s opacity;
    opacity: 0;
  }
  .main-header ul {
    flex-direction: column;
    text-align: center;
    width: 100%;
    gap: 0;
  }
  .main-header > div {
    justify-content: center;
    padding: 20px 0;
    flex-direction: column;
    border: 0;
  }
  .main-header img {
    display: block;
    width: 170px;
    margin-bottom: 10px;
  }
  .main-header nav {
    width: 100%;
  }
  .main-header nav a {
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 15px 0;
  }
  .main-header .logo {
    width: 100%;
  }
  .main-header .btn-contacto {
    display: none;
  }
  .main-header.active {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
}

/**
* elv: btn mobile 1.0
*/
.btn-menu {
  z-index: 1000;
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  align-items: center;
  border: 0;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  transition: 0.4s transform;
}
.btn-menu span {
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: white;
  transition: 0.2s opacity, 0.2s transform;
}
.btn-menu.active {
  transform: rotate(90deg);
}
.btn-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate3d(5px, 5px, 0);
}
.btn-menu.active span:nth-child(2) {
  opacity: 0;
}
.btn-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate3d(5px, -5px, 0);
}

.btn-menu {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 4px;
  right: 10px;
  background: #00ceff;
}

@media (max-width: 800px) {
  .btn-menu {
    display: flex;
  }
}
.main-footer .top-footer {
  padding: 0 20px;
  margin-bottom: -40px;
  z-index: 1;
  position: relative;
}
.main-footer .top-footer .cta {
  background: radial-gradient(60.77% 47.48% at 50.05% 100%, #29bce5 0%, #0c4e8a 100%);
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  gap: 20px;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.main-footer .top-footer p {
  margin: 0 0 20px 0;
  color: #8df5f5;
  font-size: 19px;
}
.main-footer .top-footer h2 {
  margin: 0;
  font-size: 50px;
  color: white;
  letter-spacing: -0.04em;
}
@media (max-width: 650px) {
  .main-footer .top-footer .cta {
    padding: 40px 30px;
  }
  .main-footer .top-footer h2 {
    font-size: 35px;
    line-height: 0.95em;
  }
  .main-footer .top-footer p {
    font-size: 17px;
  }
}
.main-footer .bottom-footer {
  background: white;
  padding: 140px 20px 100px 20px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
}
.main-footer .bottom-footer .container {
  display: flex;
  gap: 60px;
  justify-content: center;
}
.main-footer .bottom-footer .social .social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.main-footer .bottom-footer .social img {
  max-width: 250px;
}
.main-footer .bottom-footer .social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4ede4;
}
.main-footer .bottom-footer .social svg {
  width: 18px;
  color: #457464;
}
.main-footer .bottom-footer a {
  text-decoration: none;
  color: #233333;
  margin: 2px 0;
}
.main-footer .bottom-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .bottom-footer li {
  padding: 3px 0;
}
.main-footer .bottom-footer h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  letter-spacing: -0.02em;
}
@media (max-width: 800px) {
  .main-footer .bottom-footer {
    padding: 90px 20px 50px 20px;
  }
  .main-footer .bottom-footer .container {
    flex-wrap: wrap;
  }
  .main-footer .bottom-footer .social {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .main-footer .bottom-footer .social .social-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  .main-footer .bottom-footer .links,
  .main-footer .bottom-footer .services {
    width: 100%;
  }
}
.main-footer .copy-footer {
  background-color: #eee;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  color: #427697;
}

:root {
  --color-green: #11634d;
  --color-yellow: #d5af61;
  --color-orange: #e25914;
  --color-blue: #0c3553;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #e9f7ff;
  overflow-x: hidden;
  font-family: "Onest", sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

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

.main-container {
  min-height: calc(100dvh - 450px);
}

.page-home .hero {
  position: relative;
  background: radial-gradient(56.87% 52.75% at 21.52% 100%, rgba(42, 208, 255, 0.19) 0%, rgba(12, 78, 138, 0.19) 100%), linear-gradient(0deg, #0b436c, #0b436c), #0b436c;
  min-height: 400px;
  padding: 200px 20px 100px 20px;
}
.page-home .hero .hero-img {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 50%;
}
.page-home .hero .left {
  width: 50%;
}
.page-home .hero .left h1 {
  color: white;
  font-size: 75px;
  letter-spacing: -0.04em;
  margin: 0;
  line-height: 1em;
}
.page-home .hero .left p {
  color: #64cdcd;
  font-size: 19px;
  line-height: 1.4em;
  margin: 30px 0 30px 0;
}
@media (max-width: 950px) {
  .page-home .hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .page-home .hero .left h1 {
    font-size: clamp(30px, 8vw, 70px);
  }
  .page-home .hero .left p {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  .page-home .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 650px) {
  .page-home .hero .left {
    width: 100%;
  }
}
.page-home .servicios {
  padding: 100px 20px;
}
.page-home .servicios .grid {
  display: flex;
  flex-wrap: wrap;
}
.page-home .servicios .item-title {
  display: flex;
  color: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4%;
}
.page-home .servicios .item-title span {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95em;
}
.page-home .servicios .item,
.page-home .servicios .item-title {
  width: 33.333%;
}
.page-home .servicios .item {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 40px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-home .servicios .item:nth-child(6) {
  border-left: 0;
}
.page-home .servicios .item:nth-child(4) {
  border-right: 0;
}
.page-home .servicios .item:nth-child(3) {
  border-left: 0;
}
.page-home .servicios .item:nth-child(3), .page-home .servicios .item:nth-child(2) {
  border-bottom: 0;
}
.page-home .servicios .item p {
  width: 100%;
  color: #808482;
  margin: 0;
  font-size: 18px;
  line-height: 1.1em;
  line-height: 1.25em;
}
.page-home .servicios .item h4 {
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #233333;
  font-size: 20px;
  font-weight: 850;
}
@media (max-width: 900px) {
  .page-home .servicios .item-title span {
    font-size: 40px;
  }
  .page-home .servicios .item h4 {
    font-size: 17px;
  }
  .page-home .servicios .item p {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  .page-home .servicios {
    padding: 30px 20px 50px 20px;
  }
  .page-home .servicios .item,
  .page-home .servicios .item-title {
    width: 50%;
    padding: 25px;
  }
  .page-home .servicios .item {
    border: 1px solid #bfbfbf !important;
  }
}
@media (max-width: 500px) {
  .page-home .servicios .item,
  .page-home .servicios .item-title {
    width: 100%;
  }
}
.page-home .nosotros {
  padding: 100px 20px;
  position: relative;
  background: linear-gradient(180deg, #b7c8bf 0%, rgba(220, 234, 220, 0.5) 52.88%, rgba(255, 255, 255, 0) 100%);
}
.page-home .nosotros .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  z-index: -1;
  max-height: 450px;
  pointer-events: none;
}
.page-home .nosotros .container {
  display: flex;
  max-width: 800px;
}
.page-home .nosotros .left,
.page-home .nosotros .right {
  width: 50%;
  max-width: 800px;
}
.page-home .nosotros h3 {
  color: var(--color-green);
  margin: 0;
  font-size: 70px;
  letter-spacing: -0.04em;
  line-height: 0.9em;
}
.page-home .nosotros p {
  width: 100%;
  color: #233333;
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.25em;
}
.page-home .nosotros .btn-main {
  margin-top: 20px;
}
@media (max-width: 700px) {
  .page-home .nosotros {
    padding: 50px 20px;
  }
  .page-home .nosotros h3 {
    font-size: 40px;
  }
  .page-home .nosotros .left {
    width: 40%;
  }
  .page-home .nosotros .right {
    width: 60%;
  }
  .page-home .nosotros p {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .page-home .nosotros .container {
    flex-direction: column;
  }
  .page-home .nosotros .left {
    margin-bottom: 30px;
  }
  .page-home .nosotros .left,
  .page-home .nosotros .right {
    width: 100%;
  }
}
.page-home .proyectos {
  padding: 80px 20px;
}
.page-home .proyectos h3 {
  color: var(--color-blue);
  margin: 0 0 20px 0;
  font-size: 50px;
  letter-spacing: -0.04em;
  line-height: 0.9em;
  text-align: center;
}
.page-home .proyectos .container {
  max-width: 950px;
}
.page-home .proyectos a {
  text-decoration: none;
  display: flex;
  padding: 40px;
  gap: 20px;
  justify-content: space-between;
}
.page-home .proyectos a .title {
  color: black;
  font-size: 30px;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
}
.page-home .proyectos a .excerpt {
  width: 100%;
  color: #233333;
  margin: 0;
  font-size: 18px;
  line-height: 1.25em;
  max-width: 650px;
}
.page-home .proyectos a .categories {
  display: flex;
  gap: 6px;
}
.page-home .proyectos a .categories span {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #86d3ff;
  background: white;
  color: #246ab9;
  border-radius: 50px;
  padding: 7px 14px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.page-home .proyectos a .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 140px;
  height: 140px;
  background: #ffffff;
  border: 1px solid #86d3ff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 145px;
}
.page-home .proyectos a .icon svg {
  width: 40px;
}
@media (max-width: 700px) {
  .page-home .proyectos {
    padding: 50px 20px;
  }
  .page-home .proyectos h3 {
    font-size: 40px;
  }
  .page-home .proyectos a {
    padding: 20px 0;
  }
  .page-home .proyectos a .title {
    font-size: 23px;
  }
  .page-home .proyectos a .excerpt {
    font-size: 16px;
  }
  .page-home .proyectos a .icon {
    width: 80px;
    height: 80px;
  }
  .page-home .proyectos a .icon svg {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .page-home .proyectos a .icon {
    display: none;
  }
}
.page-home .testimonios {
  padding: 100px 20px;
  position: relative;
  background: linear-gradient(180deg, #b7c8bf 0%, rgba(220, 234, 220, 0.5) 52.88%, rgba(255, 255, 255, 0) 100%);
}
.page-home .testimonios .container {
  max-width: 1150px;
}
.page-home .testimonios h3 {
  color: var(--color-green);
  margin: 0 0 30px 0;
  font-size: 50px;
  letter-spacing: -0.04em;
  line-height: 0.9em;
  text-align: center;
}
.page-home .testimonios .item {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 51px 33px;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #93b8b2;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
}
.page-home .testimonios .item blockquote {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #000000;
  margin: 0;
  padding: 0;
}
.page-home .testimonios .item blockquote p {
  margin: 0;
  padding: 0;
}
.page-home .testimonios .item .title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.page-home .testimonios .item .position {
  color: #233333;
  font-size: 17px;
  margin-top: 3px;
}
.page-home .testimonios .item footer {
  width: 100%;
}
.page-home .testimonios .item footer:before {
  content: "";
  width: 55px;
  height: 3px;
  background: #00ceff;
  display: inline-block;
}
@media (max-width: 800px) {
  .page-home .testimonios {
    padding: 60px 0px;
  }
  .page-home .testimonios h3 {
    font-size: 30px;
  }
  .page-home .testimonios .item {
    padding: 30px 20px;
  }
  .page-home .testimonios .item blockquote {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
  }
  .page-home .testimonios .item .title {
    margin-top: 15px;
    font-size: 17px;
  }
  .page-home .testimonios .item .position {
    font-size: 14px;
    margin-top: 0px;
  }
}

.page-page .hero {
  position: relative;
  background: radial-gradient(56.87% 52.75% at 21.52% 100%, rgba(42, 208, 255, 0.19) 0%, rgba(12, 78, 138, 0.19) 100%), linear-gradient(0deg, #0b436c, #0b436c), #0b436c;
  padding: 160px 20px 100px 20px;
}
.page-page .hero h1 {
  margin: 0;
  color: white;
  letter-spacing: -0.02em;
  font-size: 45px;
}
.page-page .main-content {
  padding: 60px 20px;
  font-size: 17px;
  color: #233333;
  line-height: 1.3em;
}
.page-page .main-content a {
  color: var(--color-blue);
  font-weight: 500;
}
@media (max-width: 800px) {
  .page-page .hero {
    padding: 50px 20px;
  }
  .page-page .hero h1 {
    font-size: 35px;
  }
}
@media (max-width: 800px) {
  .page-page .hero {
    padding: 45px 20px;
  }
  .page-page .hero h1 {
    font-size: 30px;
  }
  .page-page .main-content {
    padding: 20px 20px;
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */