body {
    overflow-x: hidden;
    font-family: 'Akrobat';
    font-weight: 600;
    font-style: normal;
    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: 80vh;
    position: relative;
}
@media (max-width: 768px) {
    .imageshow {
        min-height: auto;
        position: relative;
        overflow: hidden;
    }
}
.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;
        top: 2rem;
        position: relative;
    }
}
.imageshow .container.a {
    position: relative;
    height: 80vh;
}
.imageshow .descubre {
    position: absolute;
    top: 9rem;
    left: 0;
    display: flex;
    flex-direction: column;
    width: auto !important;
    height: auto !important;
}
@media (max-width: 768px) {
    .imageshow .container.a {
        padding: 0;
        position: relative;
        height: auto;
    }
    .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;
    bottom: 4rem;
    /* left: 0; */
    right: 0;
    z-index: 70;
}
.imageshow .text_button a{
  color: black;
}
@media (max-width: 768px) {
    .uk-grid>* {
        padding-left: 15px;
    }
    .imageshow .text_button {
        position: absolute;
        top: auto;
        left: auto;
        right: 0;
        height: auto;
        bottom: 7rem;
        z-index: 5;
        width: 95px;
    }
}
.imageshow .text_button .container {
    position: relative;
}
.imageshow .text_button .container p {
    top: 0;
    right: 4rem;
    font-family: Akrobat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-feature-settings: 'liga' off;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.imageshow .text_button .container p b {
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .imageshow .text_button .container p {
        right: auto;
        left: 0;
        font-size: 15px;
        color: black;
        line-height: 17px;
        margin: 0;
        bottom: auto;
        top: auto;
        font-size: 12px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.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;
    bottom: 60px;
    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/3.5);
}
@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-family: Akrobat;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 20px;
    letter-spacing: 4px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .uk-switcher#galeryid .uk-overlay h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
.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: linear-gradient( 90deg, #008D39 0%, #5AB031 100%);
}
.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 {
    position: absolute;
    top: -6rem;
    right: 0;
    z-index: 2;
}
@media (max-width: 768px) {
    .pictures .picture--1 {
        width: 100%;
        height: 100%;
    }
}
.pictures .picture--2 {
    position: absolute;
    bottom: 100%;
    left: 0;
    bottom: -3rem;
}
@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;
    background: rgba(196, 196, 196, 0.1);
}
.vive_cerca--button {
    margin-top: 1.5rem;
    text-align: center;
    margin-bottom: 2.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 .text--first {
    font-family: HaloHandletter;
    font-style: normal;
    font-weight: normal;
    font-size: 75px;
    line-height: 150%;
}
.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: 14px;
    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: 600;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    background: linear-gradient(90deg, #BC4E97 0%, #971F81 100.02%);
    border-radius: 8px;
}
@media (max-width: 768px) {
    .btn-primary {
        font-size: 12px;
        text-align: center;
        padding: 10px 15px;
        width: 45%;
    }
}
.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: linear-gradient(90deg, #BC4E97 0%, #971F81 100.02%);
    color: white;
    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;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}
@media (max-width: 768px) {
    .slider--info--right .bottom {
        display: flex;
        align-items: flex-end;
    }
}
.slider--info--right .bottom .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
}
@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;
    }
}
@media (max-width: 768px) {
    .custom-tab.depa {
        padding-top: 0 !important;
        padding-bottom: 6rem;
    }
    .custom-tab.depa .custom-tab--tabs {
        margin-top: 0 !important;
        margin-bottom: 0.5rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
.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;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
}
.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;
    width: 100%;
    text-align: center;
    justify-content: center;
    background: linear-gradient( 90deg, #1E71B8 0.01%, #47B1E5 100.01%);
    border-radius: 8px;
    border: none;
}
.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: 15px;
    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: white;
    border: 1px solid black;
    color: #909090;
    height: 39px;
    padding: 5px 10px;
    width: 100%;
    outline: none;
    font-size: 15px;
}
@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: Akrobat;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    background: linear-gradient( 90deg, #1E71B8 0.01%, #47B1E5 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.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;
    width: 100%;
    background: linear-gradient( 90deg, #1E71B8 0.01%, #47B1E5 100.01%);
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.uk-slidenav {
    height: 40px;
    width: 40px;
    display: flex!important;
    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;
        justify-content: center;
    }
    .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: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}
.menu.uk-active .menu--content--movil .icon {}
.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: white;
    border-bottom: 1px solid #EAEAEA;
}
.menu.static li a {
    color: white;
}
.menu.static .logo.not {
    display: none;
}
.menu.static .logo.scroll {
    display: block;
}
.menu.static .icon {
    color: black !important;
}
.menu--movil--component {
    position: fixed;
    z-index: 99;
    background: linear-gradient(90deg, #BC4E97 0%, #971F81 100.02%);
    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: transparent;
    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: 17rem;
}
.menu--content--logo img.scroll {
    display: none;
}
@media (max-width: 768px) {
    .menu--content--logo img {
        width: 145px;
    }
}
.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: 24px;
    transition: all 0.5s;
    font-weight: 800;
    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: linear-gradient( 90deg, #008D39 0%, #5AB031 100%);
    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: 3.5rem !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 {
        padding-top: 2rem !important;
    }
    #galeria {
        overflow-x: hidden;
    }
    .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: linear-gradient(90deg, #1E71B8 0.01%, #47B1E5 100.01%);
    color: white;
    padding: 15px;
    border-radius: 11px;
    top: 25%;
    transform: translateY(-120%);
    font-size: 15px;
}
@media (max-width: 768px) {
    .pop-up {
        top: 13%;
    }
}
.pop-up:before {
    content: "";
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    background: linear-gradient(90deg, #1E71B8 0.01%, #47B1E5 100.01%);
    position: absolute;
    z-index: -1;
    bottom: -5px;
    left: calc(50% - 10px);
}
.pop-up:after {
    content: "";
    background: linear-gradient( 90deg, #1E71B8 0.01%, #47B1E5 100.01%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 11px;
    z-index: -1;
}
.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;
    }
}
