@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap");
.container {
  max-width: 1440px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

a:not(.btn), a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):visited {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  margin: auto;
}

.img-absolute {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
}

.content-html > * {
  margin: auto;
}
.content-html > *:not(:first-child) {
  margin-top: 1em;
}

body {
  font-family: Nunito, sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #666;
  line-height: 1;
}

main {
  position: relative;
  overflow: hidden;
}

.header {
  position: relative;
  background: #fff;
  padding: 30px 0;
}

.btn {
  font-size: 0.75em;
  font-weight: 800;
  padding: 0.5em 1em;
  background: #14A58C;
  color: #fff;
  border-radius: 2em;
  line-height: 1;
}

.slider {
  color: #fff;
}
.slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  list-style: none;
  padding: 1em;
  justify-content: center;
  z-index: 1;
}
.slider .slick-dots li {
  margin: 0 0.5em;
}
.slider .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  text-indent: -9999px;
  width: 1em;
  height: 1em;
  display: block;
}
.slider .slick-dots li:hover button, .slider .slick-dots li.slick-active button {
  background: #fff;
}
.slider .slick-list {
  position: relative;
}
.slider .slick-list::before, .slider .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  pointer-events: none;
  z-index: 1;
}
.slider .slick-list::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  left: 0;
}
.slider .slick-list::after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  right: 0;
}
.slider .item {
  position: relative;
}
.slider .item .ratio {
  padding-bottom: 45%;
}
.slider .item .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}
.slider .item .content-html {
  padding: 90px 0;
  font-size: 3.33333333em;
  font-weight: 800;
}
.slider .item .content-html > *, .slider .item .content-html > *:not(:first-child) {
  margin: 0;
}
.slider .item .content-html b, .slider .item .content-html strong {
  display: inline-block;
  padding: 0 0.25em;
  border-radius: 1em;
  color: #EB6482;
  background: #fff;
  transform: translateX(-0.125em);
}

section {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
section h1 {
  margin-bottom: 1em;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.25;
}
section .content-html {
  line-height: 1.75;
}

.with-bg {
  background: url("../images/bg.png") center center no-repeat #EB6482;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 2.25em;
  font-weight: 300;
  padding: 45px 15px;
  line-height: 1.25;
}
.with-bg span {
  display: inline-block;
  padding: 0 0.25em;
  border-radius: 1em;
  color: #EB6482;
  background: #fff;
  transform: translateX(-0.125em);
  font-weight: bold;
}
.with-bg b, .with-bg strong {
  font-weight: bold;
}

.spacer {
  height: 90px;
}

.hacemos {
  color: #fff;
  background: #14A58C;
  text-align: center;
}
.hacemos .container {
  max-width: 1600px;
}
.hacemos .content-html {
  font-size: 1.83333333em;
  font-weight: 300;
  line-height: 1.25;
}
.hacemos .content-html b, .hacemos .content-html strong {
  font-weight: bold;
}
.hacemos .content-html span {
  display: inline-block;
  padding: 0 0.25em;
  border-radius: 1em;
  color: #EB6482;
  background: #fff;
  transform: translateX(-0.125em);
  font-weight: bold;
}
.hacemos .iso {
  position: absolute;
  top: 30px;
  right: 30px;
}
.hacemos h3 {
  font-size: 1.15em;
}

.somos h1 {
  color: #14A58C;
}

.la-u {
  background: url("../images/bg-2.png") top left no-repeat #14A58C;
  background-size: contain;
  color: #fff;
}
.la-u .container {
  max-width: 1200px;
}
.la-u h1 {
  text-align: center;
  color: #fff;
}
.la-u h1 span {
  display: inline-block;
  padding: 0 0.25em;
  border-radius: 1em;
  color: #EB6482;
  background: #fff;
  transform: translateX(-0.125em);
  font-weight: bold;
}

.ella h1 {
  font-weight: normal;
  color: #14A58C;
}
.ella h1 span {
  display: inline-block;
  padding: 0 0.25em;
  border-radius: 1em;
  color: #fff;
  background: #EB6482;
  transform: translateX(-0.125em);
  font-weight: bold;
}

.trabajamos .container {
  max-width: 1200px;
}
.trabajamos h1 {
  color: #14A58C;
  font-weight: bold;
  text-align: center;
}
.trabajamos h1 span {
  display: inline-block;
  padding: 0 0.25em;
  border-radius: 1em;
  background: #EB6482;
  color: #fff;
  transform: translateX(-0.125em);
  font-weight: bold;
}
.trabajamos .content-html {
  font-size: 1.33333333em;
  color: #000;
}
.trabajamos .content-html ul {
  list-style: none;
  margin: auto;
  padding: 0;
}
.trabajamos .content-html ul li {
  padding-left: 2em;
  position: relative;
}
.trabajamos .content-html ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  color: #14A58C;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
  transform: scale(1.1);
}
.trabajamos .content-html ul li + li {
  margin-top: 0.5em;
}

.elegirnos .with-bg {
  padding: 15px;
  text-align: right;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
}
.elegirnos .container {
  max-width: 768px;
}

.footer {
  background: url("../images/top.png") top left no-repeat, url("../images/bottom.png") bottom right no-repeat;
  background-color: #202347;
  color: #fff;
  padding: 90px 0;
}
.footer .container {
  max-width: 992px;
}
.footer h3 {
  font-weight: 300;
  font-size: 1.5em;
  text-align: center;
  color: #EB6482;
}
.footer .list {
  font-size: 0.75em;
}
.footer .list li {
  display: flex;
}
.footer .list li + li {
  margin-top: 15px;
}
.footer .list li i {
  color: #EB6482;
  width: 1em;
  text-align: center;
  margin-right: 0.5em;
}
.footer .list li span {
  flex: 1;
}
.footer .list a:hover {
  text-decoration: underline;
}
.footer .social {
  color: #EB6482;
  display: flex;
  justify-content: center;
}
.footer .social li + li {
  margin-left: 15px;
}
.footer p {
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 1600px) {
  body {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .slider .item .ratio {
    padding-bottom: 75%;
  }
  .slider .item .content-html {
    padding: 45px 0;
    font-size: 2.25em;
  }

  .hacemos .iso {
    display: none;
  }

  .footer {
    background-size: auto 25%;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  section {
    padding: 45px 0;
  }

  .spacer {
    height: 45px;
  }
}

/*# sourceMappingURL=style.css.map */
