body {
  overflow-x: hidden;
  font-family: "Roboto";
  color: black;
  display: none;
}

a {
  transition: opacity 0.5s;
}
a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}

.arrow_animate {
  position: absolute;
  width: 14rem;
  right: 0;
  bottom: 72%;
}
@media (max-width: 768px) {
  .arrow_animate {
    display: none;
  }
}
.arrow_animate.gracias {
  right: auto;
  left: 0;
  bottom: auto;
  z-index: -1;
  transform: rotate(45deg);
  width: 25rem;
  top: 1rem;
}

.imageshow {
  min-height: 116vh;
  position: relative;
}
@media (max-width: 768px) {
  .imageshow {
    min-height: 100vh;
    position: relative;
  }
}
.imageshow .grant--image {
  position: absolute;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .imageshow .grant--image {
    width: 100%;
    top: 0;
    transform: none;
  }
}
.imageshow .container.a {
  position: relative;
  height: 100vh;
}
.imageshow .descubre {
  position: absolute;
  top: 9rem;
  left: 0;
  display: flex;
  flex-direction: column;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 768px) {
  .imageshow .descubre {
    top: 6rem;
    padding-left: 16px;
    left: 0;
  }
}
.imageshow .descubre .top {
  display: inline-block;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .imageshow .descubre .top {
    font-size: 28px;
    line-height: 28px;
  }
}
.imageshow .descubre .center {
  background: #FFE500;
  display: inline-block;
  padding: 10px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  line-height: 33px;
}
@media (max-width: 768px) {
  .imageshow .descubre .center {
    line-height: 23px;
    font-size: 18px;
  }
}
.imageshow .descubre .bottom {
  display: inline-block;
  font-family: "Ferry";
  font-size: 42px;
}
@media (max-width: 768px) {
  .imageshow .descubre .bottom {
    font-size: 26px;
  }
}
.imageshow .maker {
  position: absolute;
  top: calc(100vw/6.5);
  right: 0;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 768px) {
  .imageshow .maker {
    top: 13rem;
    padding-left: 16px;
    left: 0;
    right: auto;
    font-size: 15px;
  }
}
.imageshow .maker .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.imageshow .maker .content img {
  margin-right: 10px;
}
.imageshow .text_button {
  position: absolute;
  top: 100%;
  left: 0;
  right: 9rem;
  height: 80px;
}
@media (max-width: 768px) {
  .imageshow .text_button {
    position: absolute;
    top: 62%;
    left: 0;
    right: 9rem;
    height: auto;
  }
}
.imageshow .text_button .container {
  position: relative;
}
.imageshow .text_button .container p {
  position: absolute;
  top: 0;
  right: 4rem;
  font-family: Arial;
  font-style: normal;
  font-size: 19px;
  line-height: 25px;
  margin: 0;
}
@media (max-width: 768px) {
  .imageshow .text_button .container p {
    right: auto;
    left: 0;
    padding-left: 16px;
    font-size: 15px;
    color: white;
    line-height: 17px;
    margin: 0;
    bottom: auto;
    top: auto;
  }
}
.imageshow .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .imageshow .arrow {
    display: none;
  }
}
.imageshow .arrow img {
  width: 50px;
  transform: rotate(180deg);
}
.imageshow .img-cover {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.waves {
  position: absolute;
  top: 3rem;
  z-index: 10;
  left: 15rem;
}
@media (max-width: 768px) {
  .waves {
    display: none;
  }
}
.waves .wave {
  width: 350px;
  height: 20px;
  z-index: 10;
  position: absolute;
  top: 0;
}
.waves .wave.dos {
  top: 22px;
}
.waves .wave.tres {
  top: 44px;
}
.waves .wave.cuatro {
  top: 45px;
}
.waves .wave img {
  width: 350px;
}

.text_temp {
  position: absolute;
  top: 102%;
  font-size: 9px;
  right: 16px;
}
@media (min-width: 768px) {
  .text_temp {
    display: none;
  }
}

@media (max-width: 768px) {
  .custom-tab--tabs {
    margin-top: 1.6rem;
  }
  .custom-tab--tabs .uk-subnav {
    margin-bottom: 0;
  }
}
.custom-tab--top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .custom-tab--top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.custom-tab .uk-subnav li a {
  background: transparent;
  color: black;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 5px;
}
.custom-tab .uk-subnav li.uk-active a {
  border-bottom: 2px solid black;
}

.title.center {
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title.center {
    text-align: left;
  }
}
.title .top {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.title .center {
  font-family: "Ferry";
  font-size: 36px;
  margin-bottom: 5px;
}
.title .bottom {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.tab--image {
  height: calc(100vw/4.0);
}
@media (max-width: 1280px) {
  .tab--image {
    height: 340px;
  }
}
@media (max-width: 768px) {
  .tab--image {
    height: 300px;
  }
}
.tab--image img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .container-fluid--custom {
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  .uk-switcher#galeryid .uk-dotnav {
    transform: translateY(20px);
  }
}
.uk-switcher#galeryid .uk-slider-items li .uk-panel {
  transform: scale(0.95);
  transition: transform 0.3s;
  overflow: hidden;
}
@media (max-width: 768px) {
  .uk-switcher#galeryid .uk-slider-items li .uk-panel {
    transform: scale(1);
  }
}
.uk-switcher#galeryid .uk-slider-items li.uk-active .uk-panel {
  transform: scale(1);
}
.uk-switcher#galeryid .uk-overlay {
  padding: 25px;
}
.uk-switcher#galeryid .uk-overlay h3 {
  font-size: 14px;
  font-family: "Ferry";
  letter-spacing: 2px;
}
.uk-switcher#galeryid .uk-dotnav > * > * {
  width: 15px;
  height: 15px;
}
.uk-switcher#galeryid .uk-dotnav > .uk-active > * {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: transparent;
}
.uk-switcher#galeryid .uk-dotnav > * > * {
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}

.uk-slidenav {
  background: black;
}
.uk-slidenav.uk-position-center-left {
  left: 5%;
}
.uk-slidenav.uk-position-center-left.slider {
  left: -10%;
}
.uk-slidenav.uk-position-center-right {
  right: 5%;
}
.uk-slidenav.uk-position-center-right.slider {
  right: -10%;
}

.uk-width-65-por {
  width: 60%;
  padding: 0 4px;
}
@media (max-width: 768px) {
  .uk-width-65-por {
    width: 100%;
    padding: 0 0px;
  }
}

.pictures {
  position: relative;
  height: 100%;
}
.pictures .picture--box {
  position: relative;
}
.pictures .picture--box .uno {
  width: 450px;
}
.pictures .picture--1 {
  width: 440px;
  height: 450px;
}
@media (max-width: 768px) {
  .pictures .picture--1 {
    width: 100%;
    height: 100%;
  }
}
.pictures .picture--2 {
  position: absolute;
  width: 350px;
  height: 300px;
  bottom: 0rem;
  right: 2rem;
}
@media (max-width: 768px) {
  .pictures .picture--2 {
    display: none;
  }
}
.pictures .picture--2 .picture--box {
  width: 100%;
  height: 100%;
}
.pictures .picture--2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.math {
  background: url(/wp-content/uploads/2021/03/math-plus.png);
  width: 16px;
  height: 16px;
  position: absolute;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.math--1 {
  left: 0;
  top: 0;
}
.math--2 {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.math--3 {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.math--4 {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.vive_cerca {
  position: relative;
}
.vive_cerca--button {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .vive_cerca--button {
    display: flex;
    justify-content: center;
  }
  .vive_cerca--button.map a {
    flex: 1;
  }
  .vive_cerca--button a:last-child {
    margin-right: 0;
  }
}
.vive_cerca--content {
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .vive_cerca--content {
    margin-top: 2rem;
  }
}
.vive_cerca--content .text--first {
  font-family: "Roboto";
  font-size: 20px;
  text-transform: uppercase;
}
.vive_cerca--content .text--first span {
  display: block;
  margin: 10px 0;
  font-weight: 400;
  text-transform: none;
}
.vive_cerca--content .text--second h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
.vive_cerca--content .row--icons {
  width: 85%;
}
@media (max-width: 768px) {
  .vive_cerca--content .row--icons {
    width: auto;
  }
}
.vive_cerca--content .row--icons .col--icon {
  text-align: center;
  margin: 15px 0;
}
.vive_cerca--content .row--icons .col--icon--i {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vive_cerca--content .row--icons .col--icon img {
  min-height: 20px;
  max-height: 50px;
}
.vive_cerca--content .row--icons .col--icon--title {
  font-size: 12px;
  display: block;
  margin-top: 20px;
}

.btn-primary {
  display: inline-block;
  padding: 10px 25px;
  background: black;
  color: white;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .btn-primary {
    font-size: 12px;
    text-align: center;
    padding: 10px 15px;
  }
}
.btn-primary:hover {
  text-decoration: none;
  color: white;
}
.btn-primary.line {
  background: white;
  color: black;
  box-shadow: inset 0 0 0 1px;
  font-weight: 600;
}
.btn-primary.line:hover {
  color: black;
}
.btn-primary.alter {
  background: #FFE500;
  color: black;
  font-weight: 600;
}

.decorate.vive_cerca {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .decorate.vive_cerca {
    top: 36%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .decorate.vive_cerca img {
    width: 60px !important;
  }
}
.decorate.vive_cerca img {
  width: 80px;
}
.decorate.elige {
  position: absolute;
  top: -10%;
  left: 0;
  transform: translateY(-50%);
  background: transparent;
}
@media (max-width: 768px) {
  .decorate.elige {
    display: none;
  }
}
.decorate.elige img {
  width: 100px;
}

.elige {
  background: #F2F6F7;
  position: relative;
}

@media (max-width: 1280px) {
  .slider--image {
    height: 100%;
  }
}
.slider--image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slider--info {
  color: black;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 10px;
  background: white;
  padding-top: 1.1rem;
}
.slider--info--left {
  font-weight: 700;
  text-transform: uppercase;
  flex: 0 0 50px;
}
.slider--info--right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.slider--info--right .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider--info--right .top .list {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .slider--info--right .top .list {
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-size: 9px;
    width: auto;
    white-space: nowrap;
  }
}
.slider--info--right .bottom {
  margin-top: 1.1rem;
  text-align: right;
}
@media (max-width: 768px) {
  .slider--info--right .bottom {
    display: flex;
    align-items: flex-end;
  }
}
.slider--info--right .bottom .price {
  font-size: 17px;
  font-weight: 600;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .slider--info--right .bottom .price {
    margin-left: 7px;
  }
}
.slider--info img {
  width: 14px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .slider--info img {
    width: 12px;
    margin-right: 4px;
  }
}

.custom-tab.depa {
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .custom-tab.depa {
    padding-top: 0 !important;
  }
  .custom-tab.depa .custom-tab--tabs {
    margin-top: 0 !important;
    margin-bottom: 0.5rem;
  }
}

.content--form {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .content--form {
    margin-top: 0rem;
  }
}
.content--form--title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.content--form--title span {
  background: #F2F6F7;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.content--form--title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  background: black;
  right: 0;
  transform: translateY(-50%);
}
.content--form .form_action_contact .simple {
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}
.content--form .form_action_contact .btn-primary {
  display: flex;
  border: 1px solid black;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.content--form .form_action_contact button.loading {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.content--form .form_action_contact .field {
  margin-bottom: 0.9rem;
}
.content--form .form_action_contact .field label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.content--form .form_action_contact .field label.error {
  display: none !important;
}
.content--form .form_action_contact .field label.terminos {
  display: flex;
  align-items: center;
}
.content--form .form_action_contact .field label.terminos input {
  margin-right: 5px;
}
.content--form .form_action_contact .field input:not(.checkbox), .content--form .form_action_contact .field select, .content--form .form_action_contact .field textarea {
  background: transparent;
  border: 1px solid black;
  color: #909090;
  height: 39px;
  padding: 5px 10px;
  width: 100%;
  outline: none;
  font-size: 12px;
}
@media (max-width: 768px) {
  .content--form .form_action_contact .field input:not(.checkbox), .content--form .form_action_contact .field select, .content--form .form_action_contact .field textarea {
    background: white;
  }
}
.content--form .form_action_contact .field input:not(.checkbox).loading, .content--form .form_action_contact .field select.loading, .content--form .form_action_contact .field textarea.loading {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  border-color: #757575;
}
.content--form .form_action_contact .field input:not(.checkbox)::placeholder, .content--form .form_action_contact .field select::placeholder, .content--form .form_action_contact .field textarea::placeholder {
  color: #909090;
}
.content--form .form_action_contact .field input:not(.checkbox).error, .content--form .form_action_contact .field select.error, .content--form .form_action_contact .field textarea.error {
  border-color: red;
  color: red;
}
.content--form .form_action_contact .field input:not(.checkbox).error::placeholder, .content--form .form_action_contact .field select.error::placeholder, .content--form .form_action_contact .field textarea.error::placeholder {
  color: red;
}
.content--form .form_action_contact .field .checkbox.loading {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  border-color: #757575;
}
.content--form .form_action_contact .field .checkbox.error {
  border-color: red;
  color: red;
}
.content--form .form_action_contact .field .checkbox.error::placeholder {
  color: red;
}
.content--form .form_action_contact .field .checkbox.error + span {
  color: red !important;
}
.content--form .form_action_contact .field .checkbox.error + span a {
  color: red !important;
}
.content--form .form_action_contact .field select option:not(disabled) {
  color: black;
}
.content--form .form_action_contact .field textarea {
  min-height: 100px;
}

.waze {
  height: 15px;
  margin-left: 5px;
}

.list--contact--li {
  margin: 1rem 0 0.5rem;
}
.list--contact--li--a {
  display: flex;
  align-items: center;
  font-size: 19px;
}
@media (max-width: 768px) {
  .list--contact--li--a {
    font-size: 18px;
  }
}
.list--contact--li--a img {
  height: 15px;
  margin-right: 10px;
}

.mappp {
  position: relative;
}
.mappp .maker {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mappp .maker img {
  width: 90%;
  height: 90%;
}

#map_cont {
  height: 450px;
  cursor: default;
}
@media (max-width: 768px) {
  #map_cont {
    height: 350px;
  }
}

.container--slie {
  display: flex;
  min-height: calc(100vh - 170px);
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container--slie .content--default h4 {
  font-family: "Ferry";
  font-size: 20px;
  color: black;
}
.container--slie .content--default h1 {
  font-family: Arial;
  font-weight: 600;
  color: black;
}
.container--slie .content--default p {
  font-size: 18px;
  max-width: 24rem;
  margin: 0 auto 1rem;
}
.container--slie .content--default .btn-primary {
  font-weight: 500;
}

.uk-slidenav {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uk-slidenav svg {
  display: none;
}
.uk-slidenav[uk-slider-item=previous] img {
  transform: rotate(180deg);
}

.footer {
  background: #F2F6F7;
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer {
    height: auto;
    display: flex;
    align-items: center;
    padding: 2rem;
  }
}
.footer--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer--container {
    flex-wrap: wrap;
    font-size: 14px;
  }
  .footer--container .logo {
    flex: 0 0 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .footer--container .albamar, .footer--container .btl {
    flex: 0 0 50%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .footer--container .btl img {
    width: 120px;
  }
  .footer--container .copyrate {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 0rem;
  }
  .footer--container .albamar {
    display: flex;
    flex-direction: column;
  }
  .footer--container .albamar img {
    margin-top: 17px;
  }
}
.footer .albamar {
  display: flex;
  align-items: center;
}
.footer .copyrate span {
  font-size: 14px;
}

.overlay {
  background: #0000009e;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 98;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}

.menu {
  position: absolute;
  width: 100%;
  z-index: 97;
  transition: background 0.5s;
}
.menu--footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F2F6F7;
}
.menu.uk-active {
  background: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}
.menu.uk-active .menu--content--movil .icon {
  color: white;
}
.menu.uk-active li a {
  color: white;
}
.menu.uk-active .logo.not {
  display: none;
}
.menu.uk-active .logo.scroll {
  display: block;
}
.menu.static {
  position: relative;
  background: black;
}
.menu.static li a {
  color: white;
}
.menu.static .logo.not {
  display: none;
}
.menu.static .logo.scroll {
  display: block;
}
.menu.static .icon {
  color: white !important;
}
.menu--movil--component {
  position: fixed;
  z-index: 99;
  background: black;
  width: 85%;
  height: 100%;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
  top: 0;
  padding-top: 25px;
  right: 0;
}
.menu--movil--component.show {
  visibility: visible;
  opacity: 1;
}
.menu--movil--component .menu--button {
  width: 100%;
}
.menu--movil--component .menu--button a {
  width: 100%;
  text-align: center;
}
.menu--movil--component .menu--content--movil--close {
  display: flex;
  justify-content: flex-end;
}
.menu--movil--component .menu--content--movil--close span {
  display: flex;
  width: 35px;
  height: 35px;
  background: black;
  color: white;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu--movil--component ul {
  flex-direction: column;
  margin-top: 1rem !important;
}
.menu--movil--component ul li {
  margin-bottom: 1rem;
  margin-left: 0;
}
.menu--movil--component ul li a {
  font-size: 20px;
  color: white;
  font-weight: 300;
  line-height: 1.6;
}
.menu--content {
  height: 70px;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .menu--content {
    height: 70px;
  }
}
.menu--content .button_cotizar a {
  width: 100%;
}
.menu--content li.current-menu-item a {
  color: #E55204;
  font-weight: 600;
}
.menu--content--movil .icon {
  display: flex;
  width: 35px;
  height: 35px;
  background: #e55204;
  color: white;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu--content--movil .icon {
    display: flex;
    width: 25px;
    height: 35px;
    background: transparent;
    color: black;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 25px;
  }
}
.menu--content--in {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.menu--content--logo img {
  width: 10rem;
}
.menu--content--logo img.scroll {
  display: none;
}
@media (max-width: 768px) {
  .menu--content--logo img {
    width: 100px;
  }
}
.menu--content--links {
  display: flex;
  align-items: center;
}
.menu--wp {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu--wp li {
  margin: 0 15px;
}
.menu--wp li a {
  color: black;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 600;
  text-transform: uppercase;
}
.menu--wp li a:hover {
  opacity: 0.6;
}

.uk-sticky-placeholder {
  height: 0 !important;
}

.whatsapp {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 26;
}
@media (max-width: 768px) {
  .whatsapp {
    right: 1rem;
    bottom: 1rem;
  }
  .whatsapp a {
    display: flex;
    justify-content: center;
  }
}
.whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.whatsapp img {
  width: 40px;
}
@media (max-width: 768px) {
  .whatsapp img {
    width: 45px;
  }
}

.button_lightbox {
  background: black;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.button_lightbox a {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_lightbox img {
  width: 14px;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) {
  .galeria {
    padding-top: 7rem !important;
  }
  .galeria .uk-slidenav.uk-position-center-right {
    right: 10%;
  }
  .galeria .uk-slidenav.uk-position-center-left {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .ac {
    width: 100%;
  }

  .galeria {
    margin-bottom: 2rem;
    padding-top: 3rem !important;
  }

  .uk-position-center-right-out {
    left: auto !important;
    right: 0;
  }
  .uk-position-center-right-out.custom-movil {
    bottom: 0;
    top: auto;
    transform: translateY(5rem) translateX(-50%);
    right: 25%;
  }

  .uk-position-center-left-out {
    right: auto !important;
    left: 0;
  }
  .uk-position-center-left-out.custom-movil {
    bottom: 0;
    top: auto;
    transform: translateY(5rem) translateX(-50%);
    left: 35%;
  }
}
.pop-up {
  position: absolute;
  width: 235px;
  background: black;
  color: white;
  padding: 15px;
  border-radius: 11px;
  top: 25%;
  transform: translateY(-50%);
  font-size: 15px;
}
@media (max-width: 768px) {
  .pop-up {
    top: 13%;
  }
}
.pop-up:after {
  content: "";
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  background: black;
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: calc(50% - 10px);
}
.pop-up--li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .pop-up--li {
    font-size: 14px;
  }
}
.pop-up--li:last-child {
  margin-bottom: 0;
}
.pop-up img {
  width: 15px !important;
  margin-right: 9px;
}

.panel--image {
  position: relative;
}
.panel--image a {
  background: black;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.panel--image a img {
  width: 14px;
}

#modal-politica h4 {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  color: black;
}
#modal-politica p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.4;
  color: black;
}

.wsp_gota1 {
  display: block;
  width: 55px;
  height: 55px;
  background: #22D541;
  border-radius: 50%;
  animation: gota 2s infinite ease;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .wsp_gota1 {
    width: 55px;
    height: 55px;
  }
}
.wsp_gota2 {
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(92, 207, 63, 0.2);
  border-radius: 50%;
  animation: gota 2s infinite ease;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .wsp_gota2 {
    width: 65px;
    height: 65px;
  }
}
@keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}