@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GothamRounded";
  src: url("../fonts/GothamRounded-Book.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GothamRounded";
  src: url("../fonts/GothamRounded-Medium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GothamRounded";
  src: url("../fonts/GothamRounded-Bold.otf");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
  font-size: 12px;
}

@media screen and (min-width: 576px) {

  html,
  body {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {

  html,
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {

  html,
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
  margin: 0;
  padding: 0;
}

h1.u-color-primary a:hover,
h1.u-color-primary-alt a:hover,
h2.u-color-primary a:hover,
h2.u-color-primary-alt a:hover,
h3.u-color-primary a:hover,
h3.u-color-primary-alt a:hover,
h4.u-color-primary a:hover,
h4.u-color-primary-alt a:hover,
h5.u-color-primary a:hover,
h5.u-color-primary-alt a:hover,
h6.u-color-primary a:hover,
h6.u-color-primary-alt a:hover,
p.u-color-primary a:hover,
p.u-color-primary-alt a:hover,
li.u-color-primary a:hover,
li.u-color-primary-alt a:hover,
ul.u-color-primary a:hover,
ul.u-color-primary-alt a:hover,
ol.u-color-primary a:hover,
ol.u-color-primary-alt a:hover,
span.u-color-primary a:hover,
span.u-color-primary-alt a:hover {
  color: #0f3561;
}

li.normal {
  font-size: 1.583rem;
  line-height: 3.167rem;
}

@media screen and (min-width: 768px) {
  li.normal {
    font-size: 1.1875rem;
    line-height: 2.375rem;
  }
}

a {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

a:link,
a:hover,
a:active,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #ff5353;
}

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

ul,
ol {
  list-style: none;
  padding-left: 0;
}

ul.list,
ol.list {
  list-style: disc;
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {

  ul.list,
  ol.list {
    padding-left: 1.5rem;
  }
}

input,
button,
select {
  border: none;
}

input:focus,
button:focus,
select:focus {
  outline: none !important;
}

::-moz-selection {
  background-color: #ff5353;
  color: #ffffff;
}

::selection {
  background-color: #ff5353;
  color: #ffffff;
}

.heading-primary,
h1 {
  font-family: "GothamRounded", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: -.02em;
  color: #ffffff;
}

@media screen and (min-width: 768px) {

  .heading-primary,
  h1 {
    font-size: 3.125rem;
  }
}

.heading-secondary,
h2 {
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  color: #002857;
}

@media screen and (min-width: 768px) {

  .heading-secondary,
  h2 {
    font-size: 2.1rem;
    line-height: 3rem;
  }
}

.heading-tertiary,
h3 {
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 2.167rem;
  line-height: 1.5;
  color: #353535;
}

@media screen and (min-width: 768px) {

  .heading-tertiary,
  h3 {
    font-size: 1.625rem;
    line-height: 2;
  }
}

.heading-quaternary,
h4 {
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.833rem;
  color: #002857;
}

@media screen and (min-width: 768px) {

  .heading-quaternary,
  h4 {
    font-size: 1.375rem;
  }
}

.paragraph,
p,
li,
.contact__form-textarea,
.contact__form-input,
.contact__form-textarea-tip,
.contact__form-input-tip,
.contact__form-label,
.contact__form-input::-webkit-input-placeholder,
.contact__form-textarea::-webkit-input-placeholder,
.contact__form-btn span {
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.667rem;
  line-height: 3.167rem;
  color: #1a3e68;
}

.paragraph,
p,
li,
.contact__form-textarea,
.contact__form-input,
.contact__form-textarea-tip,
.contact__form-input-tip,
.contact__form-label,
.contact__form-input:-ms-input-placeholder,
.contact__form-textarea:-ms-input-placeholder,
.contact__form-btn span {
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.667rem;
  line-height: 3.167rem;
  color: #1a3e68;
}

.paragraph,
p,
li,
.contact__form-textarea,
.contact__form-input,
.contact__form-textarea-tip,
.contact__form-input-tip,
.contact__form-label,
.contact__form-input::-ms-input-placeholder,
.contact__form-textarea::-ms-input-placeholder,
.contact__form-btn span {
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.667rem;
  line-height: 3.167rem;
  color: #1a3e68;
}

.paragraph,
p,
li,
.contact__form-textarea,
.contact__form-input,
.contact__form-textarea-tip,
.contact__form-input-tip,
.contact__form-label,
.contact__form-input::placeholder,
.contact__form-textarea::placeholder,
.contact__form-btn span {
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.667rem;
  line-height: 3.167rem;
  color: #1a3e68;
}

@media screen and (min-width: 768px) {

  .paragraph,
  p,
  li,
  .contact__form-textarea,
  .contact__form-input,
  .contact__form-textarea-tip,
  .contact__form-input-tip,
  .contact__form-label,
  .contact__form-input::-webkit-input-placeholder,
  .contact__form-textarea::-webkit-input-placeholder,
  .contact__form-btn span {
    font-size: 1.25rem;
    line-height: 2.375rem;
  }

  .paragraph,
  p,
  li,
  .contact__form-textarea,
  .contact__form-input,
  .contact__form-textarea-tip,
  .contact__form-input-tip,
  .contact__form-label,
  .contact__form-input:-ms-input-placeholder,
  .contact__form-textarea:-ms-input-placeholder,
  .contact__form-btn span {
    font-size: 1.25rem;
    line-height: 2.375rem;
  }

  .paragraph,
  p,
  li,
  .contact__form-textarea,
  .contact__form-input,
  .contact__form-textarea-tip,
  .contact__form-input-tip,
  .contact__form-label,
  .contact__form-input::-ms-input-placeholder,
  .contact__form-textarea::-ms-input-placeholder,
  .contact__form-btn span {
    font-size: 1.25rem;
    line-height: 2.375rem;
  }

  .paragraph,
  p,
  li,
  .contact__form-textarea,
  .contact__form-input,
  .contact__form-textarea-tip,
  .contact__form-input-tip,
  .contact__form-label,
  .contact__form-input::placeholder,
  .contact__form-textarea::placeholder,
  .contact__form-btn span {
    font-size: 1.25rem;
    line-height: 2.375rem;
  }
}

.paragraph--small {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .paragraph--small {
    font-size: .75rem;
  }
}

.paragraph--med,
li,
.contact__form-textarea,
.contact__form-input,
.contact__form-label,
.contact__form-input::-webkit-input-placeholder,
.contact__form-textarea::-webkit-input-placeholder {
  font-size: 1.167rem;
  line-height: 2rem;
}

.paragraph--med,
li,
.contact__form-textarea,
.contact__form-input,
.contact__form-label,
.contact__form-input:-ms-input-placeholder,
.contact__form-textarea:-ms-input-placeholder {
  font-size: 1.167rem;
  line-height: 2rem;
}

.paragraph--med,
li,
.contact__form-textarea,
.contact__form-input,
.contact__form-label,
.contact__form-input::-ms-input-placeholder,
.contact__form-textarea::-ms-input-placeholder {
  font-size: 1.167rem;
  line-height: 2rem;
}

.paragraph--med,
li,
.contact__form-textarea,
.contact__form-input,
.contact__form-label,
.contact__form-input::placeholder,
.contact__form-textarea::placeholder {
  font-size: 1.167rem;
  line-height: 2rem;
}

@media screen and (min-width: 768px) {

  .paragraph--med,
  li,
  .contact__form-textarea,
  .contact__form-input,
  .contact__form-label,
  .contact__form-input::-webkit-input-placeholder,
  .contact__form-textarea::-webkit-input-placeholder {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .paragraph--med,
  li,
  .contact__form-textarea,
  .contact__form-input,
  .contact__form-label,
  .contact__form-input:-ms-input-placeholder,
  .contact__form-textarea:-ms-input-placeholder {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .paragraph--med,
  li,
  .contact__form-textarea,
  .contact__form-input,
  .contact__form-label,
  .contact__form-input::-ms-input-placeholder,
  .contact__form-textarea::-ms-input-placeholder {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .paragraph--med,
  li,
  .contact__form-textarea,
  .contact__form-input,
  .contact__form-label,
  .contact__form-input::placeholder,
  .contact__form-textarea::placeholder {
    font-size: .875rem;
    line-height: 1.5rem;
  }
}

.paragraph--med-2 {
  font-size: 1.333rem;
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  .paragraph--med-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.banner {
  overflow: hidden;
  position: relative;
  min-height: 32.1875rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner__slider {
    transform: none !important;
    top: auto !important;
}


.banner__slider-wrapper {
  min-height: 32.1875rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.banner__slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 33rem;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  position: relative;
  padding: 0 30px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.banner__slider-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner__slider-item:focus {
  outline: none;
}

.banner__slider-item--copy {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner__slider-item-mobile-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .banner__slider-item-mobile-bg {
    display: none;
  }
}

.banner__slider--single .banner__slider-item {
  min-height: 35rem;
}

.banner__slider--multiple h1,
.banner__slider--multiple .btn {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.banner__slider--multiple .slick-list {
  -webkit-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  transform: translateY(4rem);
}

@media screen and (min-width: 768px) {
  .banner__slider--multiple .slick-list {
    -webkit-transform: translateY(5rem);
    -ms-transform: translateY(5rem);
    transform: translateY(5rem);
  }
}

.banner .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: 2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.banner .slick-dots li {
  height: 1.667rem;
  width: 1.667rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .banner .slick-dots li {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.banner .slick-dots li.slick-active {
  background-color: #ffffff;
}

.banner .slick-dots li+li {
  margin-left: 10px;
}

.banner__copy {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.banner__copy h1 {
  text-shadow: 0px 2px 2px rgba(1, 1, 1, 0.75);
}

.banner:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.875)), to(transparent));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.875), transparent);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.875), transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.875), transparent);
  pointer-events: none;
}

.banner:hover .banner__slider-wrapper {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.banner:hover .banner__copy {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner--big {
  min-height: 49.375rem;
}

@media screen and (min-width: 768px) {
  .banner--big {
    min-height: 100vh;
    height: 100vh;
  }
}

.banner--big .banner__slider-wrapper {
  min-height: 49.375rem;
}

@media screen and (min-width: 768px) {
  .banner--big .banner__slider-wrapper {
    min-height: 100vh;
    height: 100vh;
  }
}

.banner--big .banner__slider-item {
  min-height: 50.621rem;
}

@media screen and (min-width: 768px) {
  .banner--big .banner__slider-item {
    min-height: 105vh;
    height: 105vh;
  }
}

.banner--big .banner__slider--single .banner__slider-item {
  min-height: 52.621rem;
}

@media screen and (min-width: 768px) {
  .banner--big .banner__slider--single .banner__slider-item {
    min-height: 105vh;
    height: 105vh;
  }
}

.banner--big:hover .banner__copy {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.social {
  position: fixed;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  min-height: 3.5rem;
  min-width: 3.5rem;
}

@media screen and (min-width: 768px) {
  .social {
    right: 1.875rem;
    min-height: 3rem;
    min-width: 3rem;
  }
}

.social__items {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  pointer-events: none;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .social__items {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.social__item {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .social__item {
    height: 3rem;
    width: 3rem;
  }
}

.social__item-icon {
  color: #ffffff;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .social__item-icon {
    font-size: 1.5rem;
  }
}

.social__item--facebook:hover {
  background-color: #0074e6;
}

.social__item--whatsapp:hover {
  background-color: #3eb337;
}

.social__btn {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  background-color: #ff5353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .social__btn {
    height: 3rem;
    width: 3rem;
  }
}

.social__btn-lines {
  display: block;
  position: relative;
  height: 14px;
  width: 1rem;
}

.social__btn-line {
  display: block;
  background-color: #ffffff;
  height: 2px;
  width: 1rem;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.social__btn-line::-moz-selection {
  background-color: transparent;
}

.social__btn-line::selection {
  background-color: transparent;
}

.social__btn-line:first-child {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
}

.social__btn-line:last-child {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: 0;
  top: auto;
}

.social__btn:hover {
  background-color: #ff3a3a;
}

.social--active .social__items {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.social--active .social__btn {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%) rotate(45deg);
  -ms-transform: translate(-50%, 100%) rotate(45deg);
  transform: translate(-50%, 100%) rotate(45deg);
}

.social--active .social__btn-line:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social--active .social__btn-line:nth-child(2) {
  opacity: 0;
}

.social--active .social__btn-line:last-child {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.btn {
  padding: 8px 1rem;
  background-color: #ff5353;
  font-size: 1.667rem;
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  letter-spacing: -.04em;
  cursor: pointer;
}

.btn:link,
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .btn {
    padding: 6px .75rem;
    font-size: 1.25rem;
  }
}

.btn:focus {
  outline: none;
}

.btn:hover {
  background-color: #e31f1c;
}

@media screen and (min-width: 768px) {
  .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 32.5rem;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .services__item {
    width: 50%;
  }
}

.services__item-bg {
  background-repeat: none;
  background-size: cover;
  background-position: center;
  position: absolute;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services__item-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.services__item-icon {
  height: 8.125rem;
}

.services__item-title {
  font-family: "GothamRounded", "Helvetica", "Arial", sans-serif;
  font-size: 2.5rem;
  color: #ffffff;
  letter-spacing: -.03em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .services__item-title {
    font-size: 1.875rem;
  }
}

.services__item:hover .services__item-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonials {
  padding: 7.1875rem 0 9rem 0;
}

@media screen and (min-width: 768px) {
  .testimonials {
    padding: 7.1875rem 0 2.5rem 0;
  }
}

.testimonials__item {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .testimonials__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.testimonials__item-copy {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .testimonials__item-copy {
    max-width: 29.0625rem;
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.testimonials__item-copy-inner {
  background-color: #ffffff;
  padding: 3.125rem 2.8125rem;
  -webkit-box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.08);
  width: calc(100% - 30px);
  margin: 0 auto;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.testimonials__item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 34.375rem;
  width: 100%;
  max-width: 52.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .testimonials__item-img {
    position: static;
    width: 60%;
    margin: 0 0 0 auto;
    height: 40rem;
  }
}

@media screen and (min-width: 992px) {
  .testimonials__item-img {
    height: 34.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials__item-img {
    width: 65%;
  }
}

@media screen and (min-width: 1400px) {
  .testimonials__item-img {
    width: 100%;
  }
}

.testimonials__item:focus {
  outline: none;
}

.testimonials .slick-dots {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -4.167rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .testimonials .slick-dots {
    bottom: .75rem;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 50%;
    max-width: 29.0625rem;
  }
}

.testimonials .slick-dots li {
  height: 1.667rem;
  width: 1.667rem;
  border-radius: 50%;
  border: 2px solid #a1b4c3;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .testimonials .slick-dots li {
    height: 1rem;
    width: 1rem;
  }
}

.testimonials .slick-dots li.slick-active {
  background-color: #a1b4c3;
}

.testimonials .slick-dots li+li {
  margin-left: 10px;
}

.map {
  height: 100vh;
}

@media screen and (min-width: 768px) {
  .map {
    height: 39.375rem;
  }
}

.contact {
  background-color: #f0f0f0;
  padding: 5rem 0;
}

@media screen and (min-width: 768px) {
  .contact {
    padding: 3.75rem 0;
  }
}

.contact__form-group,
.contact__form-footer {
  margin-top: 2.5rem;
}

@media screen and (min-width: 576px) {

  .contact__form-group,
  .contact__form-footer {
    margin-top: 1.875rem;
  }
}

.contact__form-group-inputs {
  position: relative;
}

@media screen and (min-width: 576px) {
  .contact__form-group-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact__form-group-inputs+.contact__form-group-inputs {
  margin-top: 2.5rem;
}

@media screen and (min-width: 576px) {
  .contact__form-group-inputs+.contact__form-group-inputs {
    margin-top: 1.875rem;
  }
}

.contact__form-group+.contact__form-group {
  margin-top: 3.333rem;
}

@media screen and (min-width: 576px) {
  .contact__form-group+.contact__form-group {
    margin-top: 2.5rem;
  }
}

.contact__form-group:first-child {
  margin-top: 0;
}

.contact__form-ubicacion {
  padding: 1.667rem;
  padding-left: 0;
  border-radius: 4px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact__form-ubicacion {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact__form-ubicacion p {
  margin-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  .contact__form-ubicacion p {
    margin-bottom: 0;
    width: 35%;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-ubicacion p {
    width: auto;
  }
}

@media screen and (min-width: 576px) {
  .contact__form-ubicacion-inputs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-ubicacion-inputs {
    margin-left: 1.875rem;
    margin-top: 0;
  }
}

.contact__form-ubicacion-inputs>* {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .contact__form-ubicacion-inputs>* {
    width: auto;
  }
}

.contact__form-llamar {
  padding: 1.667rem 10px;
  background-color: #ff5353;
  border-radius: 4px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .contact__form-llamar {
    padding: 1.25rem 10px;
  }
}

.contact__form-input-wrapper {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .contact__form-input-wrapper {
    width: 50%;
  }
}

.contact__form-input-wrapper+.contact__form-input-wrapper {
  margin-top: 2.5rem;
}

@media screen and (min-width: 576px) {
  .contact__form-input-wrapper+.contact__form-input-wrapper {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.contact__form-textarea,
.contact__form-input {
  background-color: #ffffff;
  border-radius: 4px;
  height: 3.333rem;
  padding: 0 1.333rem;
  width: 100%;
  color: #002857;
  font-weight: 300;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  border: 1px solid #ffffff;
  font-family: "GothamRounded", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 576px) {

  .contact__form-textarea,
  .contact__form-input {
    height: 2.5rem;
    padding: 0 1rem;
  }
}

.contact__form-textarea+label,
.contact__form-input+label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 1.333rem;
  margin-left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 576px) {

  .contact__form-textarea+label,
  .contact__form-input+label {
    left: 1rem;
  }
}

.contact__form-textarea-tip,
.contact__form-input-tip {
  position: absolute;
  bottom: -3px;
  left: 1.333rem;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  font-weight: 300;
  opacity: 0;
  -webkit-transform: translateY(90%);
  -ms-transform: translateY(90%);
  transform: translateY(90%);
  font-size: 1.167rem;
  color: #757575;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 576px) {

  .contact__form-textarea-tip,
  .contact__form-input-tip {
    font-size: .875rem;
    left: 1rem;
  }
}

.contact__form-textarea:focus+label,
.contact__form-textarea:valid+label,
.contact__form-input:focus+label,
.contact__form-input:valid+label {
  opacity: 0;
}

.contact__form-textarea:focus,
.contact__form-input:focus {
  outline: none;
  border-color: #ff5353;
}

.contact__form-textarea:invalid~small,
.contact__form-input:invalid~small {
  opacity: 1;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
}

.contact__form-textarea.non-required+label,
.contact__form-input.non-required+label {
  opacity: 1;
}

.contact__form-textarea.non-required:focus+label,
.contact__form-input.non-required:focus+label {
  opacity: 0;
}

.contact__form-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ffffff;
  resize: none;
  width: 100%;
  padding: 1.333rem;
  min-height: 8.333rem;
  height: auto;
}

@media screen and (min-width: 576px) {
  .contact__form-textarea {
    padding: 1rem;
    min-height: 6.25rem;
  }
}

@media screen and (min-width: 576px) {
  .contact__form-textarea+small.section-presupuesto__form-input-tip {
    position: absolute;
    top: -5px;
    bottom: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
    pointer-events: none;
  }
}

.contact__form-option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact__form-option-wrapper+.contact__form-option-wrapper {
  margin-top: 1.333rem;
}

@media screen and (min-width: 576px) {
  .contact__form-option-wrapper+.contact__form-option-wrapper {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.contact__form-option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 2px;
  background-color: #e31f1c;
  cursor: pointer;
  margin: 0 !important;
}

@media screen and (min-width: 576px) {
  .contact__form-option {
    min-width: 1.5rem;
    min-height: 1.5rem;
  }
}

.contact__form-option+label {
  font-weight: 600;
}

.contact__form-option:checked {
  background-image: url("../images/i-check.svg");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center;
  background-color: #e31f1c;
}

.contact__form-option:checked+label {
  font-weight: 700;
}

.contact__form-label,
.contact__form-input::-webkit-input-placeholder,
.contact__form-textarea::-webkit-input-placeholder {
  color: #757575;
  cursor: pointer;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "GothamRounded", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.contact__form-label,
.contact__form-input:-ms-input-placeholder,
.contact__form-textarea:-ms-input-placeholder {
  color: #757575;
  cursor: pointer;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "GothamRounded", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.contact__form-label,
.contact__form-input::-ms-input-placeholder,
.contact__form-textarea::-ms-input-placeholder {
  color: #757575;
  cursor: pointer;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "GothamRounded", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.contact__form-label,
.contact__form-input::placeholder,
.contact__form-textarea::placeholder {
  color: #757575;
  cursor: pointer;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "GothamRounded", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 576px) {

  .contact__form-label,
  .contact__form-input::-webkit-input-placeholder,
  .contact__form-textarea::-webkit-input-placeholder {
    margin-left: .75rem;
  }

  .contact__form-label,
  .contact__form-input:-ms-input-placeholder,
  .contact__form-textarea:-ms-input-placeholder {
    margin-left: .75rem;
  }

  .contact__form-label,
  .contact__form-input::-ms-input-placeholder,
  .contact__form-textarea::-ms-input-placeholder {
    margin-left: .75rem;
  }

  .contact__form-label,
  .contact__form-input::placeholder,
  .contact__form-textarea::placeholder {
    margin-left: .75rem;
  }
}

.contact__form-footer {
  text-align: center;
  position: relative;
  margin-top: 4rem;
}

@media screen and (min-width: 576px) {
  .contact__form-footer {
    margin-top: 1.875rem;
    padding: 1.875rem 0;
    text-align: right;
  }
}

.contact__form-captcha {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 576px) {
  .contact__form-captcha {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .contact__form-captcha {
    left: 55%;
    -webkit-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
  }
}

@media screen and (min-width: 992px) {
  .contact__form-captcha {
    left: 70%;
    -webkit-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
  }
}

.contact__form-btn {
  cursor: pointer;
  padding: 5px 2.9167rem;
  border-radius: 4px;
  background-color: #ff5353;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  font-size: 1.625rem;
}

@media screen and (min-width: 576px) {
  .contact__form-btn {
    padding: 5px 2.1875rem;
  }
}

.contact__form-btn span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
}

.contact__form-btn:hover {
  background-color: #e63533;
}

.contact__form-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #c8c8c8;
}

.contact__form-btn--clicked:after {
  -webkit-animation: fillBtn 1s forwards;
  animation: fillBtn 1s forwards;
}

.plan__intro {
  padding: 6.25rem 0 5rem 0;
}

.plan__categories {
  -webkit-box-shadow: 0px 11px 40px 0px rgba(1, 1, 1, 0.55);
  box-shadow: 0px 11px 40px 0px rgba(1, 1, 1, 0.55);
  -webkit-transform: translateY(1.667rem);
  -ms-transform: translateY(1.667rem);
  transform: translateY(1.667rem);
  background-color: #000000;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .plan__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(1.25rem);
    -ms-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
  }
}

.plan__categories-item {
  position: relative;
  text-align: center;
  height: 24.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .plan__categories-item {
    width: 50%;
  }
}

.plan__categories-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.plan__categories-item-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.plan__categories-item-title {
  letter-spacing: -.02em;
  position: relative;
  z-index: 1;
}

.plan__categories-item:hover .plan__categories-item-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (min-width: 768px) {
  .plan__content-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.plan__content-description-gallery {
  height: 20rem;
}

@media screen and (min-width: 768px) {
  .plan__content-description-gallery {
    height: auto;
    width: 50%;
  }
}

.plan__content-description-gallery-slider {
  height: 100%;
}

.plan__content-description-gallery-slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.plan__content-description-gallery-slider-item:focus {
  outline: none;
}

.plan__content-description-gallery-slider .slick-list,
.plan__content-description-gallery-slider .slick-track,
.plan__content-description-gallery-slider .slick-slide {
  height: 100%;
}

.plan__content-description-gallery-slider .slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 1.667rem;
  right: 1.667rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .plan__content-description-gallery-slider .slick-dots {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

.plan__content-description-gallery-slider .slick-dots li {
  height: 1.667rem;
  width: 1.667rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .plan__content-description-gallery-slider .slick-dots li {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.plan__content-description-gallery-slider .slick-dots li+li {
  margin-left: 10px;
}

.plan__content-description-gallery-slider .slick-dots li.slick-active {
  background-color: #ffffff;
}

.plan__content-description-copy {
  padding: 3.75rem 0 2rem 0;
}

@media screen and (min-width: 768px) {
  .plan__content-description-copy {
    padding: 4.375rem 0 3rem 0;
  }
}

.plan__content-description-copy-slider-item:focus {
  outline: none;
}

.plan__content-description-title {
  line-height: 1;
}

.plan__content-gallery-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 19.0625rem;
}

.plan__content-gallery-img--big {
  height: 31.25rem;
}

.loading:after {
  content: "";
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
  background-color: #f7f4f0;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.loading:before {
  content: "";
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/logo-zeal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10rem;
  width: 10rem;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  opacity: 1;
  pointer-events: all;
}

.loading--finished:after,
.loading--finished:before {
  pointer-events: none;
  opacity: 0;
}

.container {
  padding: 0 30px;
}

@media screen and (min-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
}

@media screen and (min-width: 1200px) {
  .container--big {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  .container--big {
    max-width: 1220px;
  }
}

.header {
  padding: 1.25rem 15px;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

@media screen and (min-width: 768px) {
  .header {
    padding: .9375rem 15px;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .header__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1200px) {
  .header__content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.header__logo {
  display: block;
  width: 30%;
  max-width: 12.5rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 9.375rem;
  }
}

.header__logo:hover {
  -webkit-filter: none;
  filter: none;
}

.header__btn {
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent;
  height: 18px;
  width: 24px;
}

@media screen and (min-width: 768px) {
  .header__btn {
    display: none;
  }
}

.header__btn-line {
  height: 2px;
  width: 2rem;
  background-color: #ffffff;
  display: block;
  border-radius: 1rem;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.header__btn-line:first-child {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.header__btn-line:last-child {
  bottom: 0;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.header__btn:hover .header__btn-line {
  background-color: #ff5353;
}

.header__nav {
  padding: 2rem;
  left: 0;
  bottom: -10px;
  position: relative;
  width: 100%;
  background-color: #eeeeee;
  display: none;
  border-top: 1px solid #002857;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .header__nav {
    border-top: 0;
    margin-top: 0;
    background: transparent;
    margin-top: 0;
    display: block !important;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    /* padding-right: 5rem; */
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (min-width: 992px) {
  .header__nav {
    /* padding-right: 10rem; */
  }
}

@media screen and (min-width: 1200px) {
  .header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* padding-right: 7rem; */
  }
}

@media screen and (min-width: 1400px) {
  .header__nav {
    /* padding-right: 13.75rem; */
  }
}

.header__menu {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header__menu {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .header__menu {
    margin-bottom: 0;
  }
}

.header__menu-item {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}

@media screen and (min-width: 768px) {
  .header__menu-item {
    color: #ffffff;
  }
}

.header__menu-item+.header__menu-item {
  margin-top: .5rem;
}

@media screen and (min-width: 768px) {
  .header__menu-item+.header__menu-item {
    margin-top: 0;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .header__menu-link {
    padding: 6px 10px 10px 10px;
  }
}

@media screen and (min-width: 768px) {

  .header__menu-link--active,
  .header__menu-link:hover {
    background-color: #ff5353;
    color: #ffffff;
    border-radius: 5px;
  }
}

.header__contact {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header__contact {
    text-align: right;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .header__contact {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .header__contact-phone {
    margin-right: 3.75rem;
  }
}

.header__contact-label {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .header__contact-label {
    font-size: .9375rem;
    color: #ffffff;
  }
}

.header__contact-number {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 2.083rem;
  letter-spacing: -.04em;
  line-height: 1;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.header__contact-number:link,
.header__contact-number:hover,
.header__contact-number:active,
.header__contact-number:focus,
.header__contact-number:visited {
  color: #ff5353;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .header__contact-number {
    font-size: 1.5625rem;
  }
}

.header__contact-number:hover {
  color: #e31f1c;
}

.header__social {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .header__social {
    margin-top: 0;
  }
}

.header__social-item {
  height: 3.333rem;
  width: 3.333rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #332f33;
  border-radius: 50%;
  font-size: 1.75rem;
}

.header__social-item:link,
.header__social-item:hover,
.header__social-item:active,
.header__social-item:focus,
.header__social-item:visited {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .header__social-item {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
  }
}

.header__social-item:hover {
  background-color: #ff5353;
}

.header__social-item+.header__social-item {
  margin-left: 1rem;
}

.header--active .header__btn-line:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header--active .header__btn-line:nth-child(2) {
  opacity: 0;
}

.header--active .header__btn-line:last-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  bottom: auto;
}

.header--scrolled {
  background-color: #eeeeee;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

.header--scrolled .header__logo {
  max-width: 8.333rem;
  -webkit-filter: none;
  filter: none;
}

@media screen and (min-width: 1200px) {
  .header--scrolled .header__logo {
    max-width: 6.25rem;
  }
}

.header--scrolled .header__btn-line {
  background-color: #002857;
}

.header--scrolled .header__contact-label,
.header--scrolled .header__contact-number {
  color: #002857;
}

.header--scrolled .header__contact-number:hover {
  color: #ff5353;
}

.header--scrolled .header__menu-item {
  color: #002857;
}

.header--scrolled .header__menu-link:hover {
  color: #d83b6b;
  background-color: transparent;
}

.header--scrolled .header__menu-link--active {
  background-color: transparent;
  color: #d83b6b;
}

.footer {
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1.667rem solid #ffffff;
  padding: 1.667rem 0;
}

@media screen and (min-width: 768px) {
  .footer {
    border-bottom-width: 1.25rem;
    padding: 1.25rem 0;
    text-align: left;
  }
}

.footer__logo {
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 8.333rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .footer__logo {
    margin: 0;
    max-width: 6.25rem;
    margin-bottom: .9375rem;
  }
}

.footer__menu {
  margin: 2rem auto;
}

@media screen and (min-width: 768px) {
  .footer__menu {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__contact {
    text-align: right;
  }
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .footer__social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .footer__social-list {
    margin-left: .75rem;
  }
}

.footer__social-item {
  color: #ffffff;
}

.footer__social-item+.footer__social-item {
  margin-left: 10px;
}

.footer__social-link {
  height: 2.083rem;
  width: 2.083rem;
  border-radius: 50%;
  background-color: #332f33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .footer__social-link {
    height: 1.5625rem;
    width: 1.5625rem;
  }
}

.footer__social-link:hover {
  color: #ffffff;
  background-color: #ff5353;
}

.footer__data-fiscal {
  width: 7.083rem;
  display: block;
  margin: 2rem auto 0 auto;
}

@media screen and (min-width: 768px) {
  .footer__data-fiscal {
    width: 5rem;
    margin: 0;
    position: absolute;
    top: 0;
    right: 15px;
  }
}

@media screen and (min-width: 992px) {
  .footer__data-fiscal {
    right: 50px;
  }
}

.u-padding-top-med {
  padding-top: 3.333rem;
}

@media screen and (min-width: 768px) {
  .u-padding-top-med {
    padding-top: 2.5rem;
  }
}

.u-padding-top-big {
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .u-padding-top-big {
    padding-top: 3.75rem;
  }
}

.u-padding-bottom-med {
  padding-bottom: 3.333rem;
}

@media screen and (min-width: 768px) {
  .u-padding-bottom-med {
    padding-bottom: 2.5rem;
  }
}

.u-padding-bottom-med-2 {
  padding-bottom: 4.167rem;
}

@media screen and (min-width: 768px) {
  .u-padding-bottom-med-2 {
    padding-bottom: 3.125rem;
  }
}

.u-padding-bottom-big {
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .u-padding-bottom-big {
    padding-bottom: 3.75rem;
  }
}

.u-padding-bottom-huge {
  padding-bottom: 8.333rem;
}

@media screen and (min-width: 768px) {
  .u-padding-bottom-huge {
    padding-bottom: 6.25rem;
  }
}

.u-margin-vertical-med {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .u-margin-vertical-med {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.u-margin-top-null {
  margin-top: 0 !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.333rem;
}

@media screen and (min-width: 768px) {
  .u-margin-bottom-small {
    margin-bottom: 1rem;
  }
}

.u-margin-bottom-small-2 {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .u-margin-bottom-small-2 {
    margin-bottom: 1.875rem;
  }
}

.u-margin-bottom-med {
  margin-bottom: 3.333rem;
}

@media screen and (min-width: 768px) {
  .u-margin-bottom-med {
    margin-bottom: 2.5rem;
  }
}

.u-margin-bottom-med-2 {
  margin-bottom: 4.167rem;
}

@media screen and (min-width: 768px) {
  .u-margin-bottom-med-2 {
    margin-bottom: 3.125rem;
  }
}

.u-margin-bottom-huge {
  margin-bottom: 5.833rem;
}

@media screen and (min-width: 768px) {
  .u-margin-bottom-huge {
    margin-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .u-margin-md-bottom-null {
    margin-bottom: 0;
  }
}

.u-bg-secondary {
  background-color: #d83b6b;
}

.u-bg-facebook {
  background-color: #0081ff;
}

.u-bg-whatsapp {
  background-color: #47c43f;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #000000;
}

.u-color-gray {
  color: #686868;
}

.u-color-gray-alt-2 {
  color: #757575;
}

.u-color-dark {
  color: #002857;
}

.u-color-dark-2 {
  color: #0f3561;
}

.u-color-primary {
  color: #ff5353;
}

.u-color-primary-alt {
  color: #e31f1c;
}

.u-bg-gray-lgt {
  background-color: #f7f4f0;
}

.u-bg-gray-lgt-2 {
  background-color: #f6f6f6;
}

.u-bg-gray-lgt-4 {
  background-color: #e9e3da;
}

.u-bg-gray-alt-3 {
  background-color: #8c867c;
}

.u-bg-accent-1 {
  background-color: #f57c20;
}

.u-bg-accent-2 {
  background-color: #bf8d3c;
}

.u-bg-accent-3 {
  background-color: #177d88;
}

.u-bg-accent-4 {
  background-color: #2e7b47;
}

.u-weight-lgt {
  font-weight: 300;
}

.u-weight-reg {
  font-weight: 400;
}

.u-weight-med {
  font-weight: 500;
}

.u-weight-bld {
  font-weight: 700;
}

.u-font-style-italic {
  font-style: normal;
}

.u-font-main-alt {
  font-family: "GothamRounded", "Helvetica", "Arial", sans-serif;
}

.u-align-inline-center {
  text-align: center;
}

.u-lh-1-5 {
  line-height: 1.5;
}

.banner__copy h1,
.banner__copy .btn {
    opacity: 0;
}

.banner__copy .animated {
    opacity: 1;
}

.slick-list
{
    margin-top: 80px;
}

/* Ajuste para evitar superposición en pantallas bajas */
@media (max-height: 600px) {
    .slick-dots {
        bottom: 10px !important; /* Baja los puntos al borde inferior */
    }

    .banner__copy {
        padding-bottom: 40px; /* Empuja el botón hacia arriba */
    }
    
    .banner__copy h1 {
        font-size: 2rem; /* Achica el título para ganar espacio */
        margin-bottom: 1rem !important;
    }
}