/*!
 * * Theme Name: Genesis
 * * Theme URI: https://genesis.com
 * * Author: Carlos Medina
 * * Author URI: https://medina.dev
 * * Description: Template para el sitio de Genesis
 * * Version: 4.2 */
/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 0.875em
}

mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media(min-width: 576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media(min-width: 768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media(min-width: 992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media(min-width: 1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media(min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url("fonts/genesis/poppins-semibold.woff2") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    src: url("fonts/genesis/poppins-light.woff") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    font-weight: 800;
    src: url("fonts/genesis/poppins-extrabold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Obsurd";
    font-weight: 600;
    src: url("fonts/genesis/obsurd-swash.woff2") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Obsurd";
    font-weight: 400;
    src: url("fonts/genesis/obsurd.woff2") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Area Normal";
    font-weight: 700;
    src: url("fonts/norte/area-bold.woff2") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Area Normal";
    font-weight: 400;
    src: url("fonts/norte/area-thin.woff2") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Futura PT";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("fonts/inmobiliaria/FuturaPT-Medium.woff2") format("woff2"), url("fonts/inmobiliaria/FuturaPT-Medium.woff") format("woff")
}

@font-face {
    font-family: "Futura PT";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url("fonts/inmobiliaria/FuturaPT-Heavy.woff2") format("woff2"), url("fonts/inmobiliaria/FuturaPT-Heavy.woff") format("woff")
}

@font-face {
    font-family: "Futura PT";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("fonts/inmobiliaria/FuturaPT-Light.woff2") format("woff2"), url("fonts/inmobiliaria/FuturaPT-Light.woff") format("woff")
}

@font-face {
    font-family: "Futura PT";
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("fonts/inmobiliaria/FuturaPT-Bold.woff2") format("woff2"), url("fonts/inmobiliaria/FuturaPT-Bold.woff") format("woff")
}

@font-face {
    font-family: "Futura PT Book";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("fonts/inmobiliaria/FuturaPT-Book.woff2") format("woff2"), url("fonts/inmobiliaria/FuturaPT-Book.woff") format("woff")
}

@font-face {
    font-family: "Futura PT Demi";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("fonts/inmobiliaria/FuturaPT-Demi.woff2") format("woff2"), url("fonts/inmobiliaria/FuturaPT-Demi.woff") format("woff")
}

@font-face {
    font-family: "Futura PT Extra";
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("fonts/inmobiliaria/FuturaPT-ExtraBold.woff2") format("woff2"), url("fonts/inmobiliaria/FuturaPT-ExtraBold.woff") format("woff")
}

@font-face {
    font-family: "TT Norms Pro";
    src: url("fonts/grande/TTNormsPro-ExtraBold.woff2") format("woff2"), url("fonts/grande/TTNormsPro-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Norms Pro ExtraBlack";
    src: url("fonts/grande/TTNormsPro-ExtraBlack.woff2") format("woff2"), url("fonts/grande/TTNormsPro-ExtraBlack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Norms Pro";
    src: url("fonts/grande/TTNormsPro-ExtraLight.woff2") format("woff2"), url("fonts/grande/TTNormsPro-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Norms Pro";
    src: url("fonts/grande/TTNormsPro-Regular.woff2") format("woff2"), url("fonts/grande/TTNormsPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Norms Pro";
    src: url("fonts/grande/TTNormsPro-Light.woff2") format("woff2"), url("fonts/grande/TTNormsPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Norms Pro";
    src: url("fonts/grande/TTNormsPro-Medium.woff2") format("woff2"), url("fonts/grande/TTNormsPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Norms Pro";
    src: url("fonts/grande/TTNormsPro-Thin.woff2") format("woff2"), url("fonts/grande/TTNormsPro-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Norms Pro";
    src: url("fonts/grande/TTNormsPro-Black.woff2") format("woff2"), url("fonts/grande/TTNormsPro-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lobster";
    src: url("fonts/grande/Lobster-Regular.woff2") format("woff2"), url("fonts/grande/Lobster-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.p-relative {
    position: relative
}

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

.text-white {
    color: #fff
}

.hidden {
    display: none
}

.popup-animation {
    animation: fadeInPopup .6s ease
}

@keyframes fadeInPopup {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

.link-regresar {
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 2px;
    flex-direction: column;
    left: 26%;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    overflow: hidden
}

@media(max-width: 1199.98px) {
    .link-regresar {
        left: 10%
    }
}

@media(max-width: 767.98px) {
    .link-regresar {
        left: 0;
        right: 0;
        margin: auto
    }
}

.link-regresar:hover .linea::before {
    right: 0;
    transition: all 1s ease
}

.link-regresar-wrapper {
    display: flex;
    gap: 10px
}

.link-regresar .linea {
    height: 1px;
    width: 100%;
    background-color: #fff
}

.link-regresar .linea::before {
    content: "";
    background-color: #cc1517;
    right: -100%;
    width: 100%;
    height: 1px;
    position: absolute;
    transition: all 1s ease
}

.global__genesis .global-btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 15px;
    color: #000;
    width: 190px;
    height: 34px;
    text-wrap: nowrap
}

.global__genesis .global-btn:hover .icon-left {
    opacity: 1
}

.global__genesis .global-btn:hover .icon-right {
    opacity: 0
}

.global__genesis .global-btn:hover span {
    left: 50px
}

.global__genesis .global-btn svg {
    color: #000;
    transition: all .8s
}

.global__genesis .global-btn span {
    position: absolute;
    font-size: 15px;
    left: 16px;
    transition: all .8s
}

@media(max-width: 575.98px) {
    .global__genesis .global-btn span {
        font-size: 13px;
        top: 8px
    }
}

.global__genesis .global-btn .icon-left {
    position: absolute;
    top: 8px;
    left: 16px;
    opacity: 0
}

.global__genesis .global-btn .icon-right {
    position: absolute;
    top: 8px;
    right: 16px
}

.global__genesis .bg-green {
    background: #bbbc89 !important
}

.global__genesis .bg-blue {
    background: #618c8c !important
}

.global__genesis .bg-brown {
    background: #7c6757 !important
}

.global__genesis .bg-cream {
    background: #e1d5ac !important
}

.global__genesis .bg-pink {
    background: #d8aea2 !important
}

.global__puntaNorte .global-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #f7e684;
    text-wrap: nowrap;
    font-family: "freight-neo-pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.global__puntaNorte .global-btn:hover .icon-1 {
    opacity: 0;
    width: 0
}

.global__puntaNorte .global-btn:hover .icon-2 {
    opacity: 1;
    width: 19px
}

.global__puntaNorte .global-btn:hover span {
    border-color: #f7e684
}

.global__puntaNorte .global-btn svg {
    transition: all .5s;
    color: #f7e684
}

.global__puntaNorte .global-btn span {
    transition: all .5s;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    margin-left: 10px
}

.global__puntaNorte .global-btn .icon-1 {
    opacity: 1
}

.global__puntaNorte .global-btn .icon-2 {
    opacity: 0;
    width: 0
}

.global__puntaNorte .bg-blue-black {
    background-color: #08101f !important
}

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.global__inmobiliaria .banner__hero {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden
}

.global__inmobiliaria .banner__hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #26235c;
    filter: blur(96.8000030518px);
    z-index: -2;
    top: 0
}

.global__inmobiliaria .banner__hero::before {
    content: "";
    top: 0;
    z-index: -1;
    opacity: .8;
    position: absolute;
    width: 100%;
    height: 100%
}

.global__inmobiliaria .banner__hero-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .7;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%)
}

.global__inmobiliaria .banner__hero .container,
.global__inmobiliaria .banner__hero .row,
.global__inmobiliaria .banner__hero .col-12 {
    height: 100%
}

.global__inmobiliaria .banner__hero-text {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 3em;
    position: relative;
    z-index: 1
}

.global__inmobiliaria .banner__hero-text::after {
    content: "";
    background: #000;
    opacity: .3;
    mix-blend-mode: multiply;
    filter: blur(96.8000030518px);
    width: 50%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0
}

.global__inmobiliaria .banner__hero-text .title {
    color: #fff;
    white-space: pre-line;
    text-transform: uppercase;
    font-weight: 400
}

.global__inmobiliaria .banner__hero-text .title b {
    color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700
}

.global__inmobiliaria .banner__hero-text .paragraph {
    color: #fff;
    white-space: pre-line
}

.global__inmobiliaria .banner__hero-buttons {
    display: flex;
    gap: 20px
}

.global__inmobiliaria .banner__hero-buttons .global_btn {
    color: #fff;
    border-color: #fff;
    transition: all 1s ease
}

.global__inmobiliaria .banner__hero-buttons .global_btn:hover {
    border-color: #26235c;
    background-color: #26235c;
    transition: all 1s ease
}

body {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth
}

body.no-scroll {
    overflow: hidden
}

picture {
    display: inline-block;
    max-width: 100%
}

picture img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.slick-list,
.slick-track,
.slick-slide {
    height: 100%
}

button:hover,
input:hover,
textarea:hover,
select:hover {
    box-shadow: none !important;
    outline: 0
}

button:active,
input:active,
textarea:active,
select:active {
    box-shadow: none !important;
    outline: 0
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    box-shadow: none !important;
    outline: 0
}

.global__genesis h1,
.global__genesis h2,
.global__genesis h3,
.global__genesis h4,
.global__genesis h5 {
    font-family: "Obsurd";
    font-size: 67px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%
}

@media(max-width: 575.98px) {

    .global__genesis h1,
    .global__genesis h2,
    .global__genesis h3,
    .global__genesis h4,
    .global__genesis h5 {
        font-size: 50px
    }
}

.global__genesis p,
.global__genesis a {
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    text-decoration: none
}

@media(max-width: 575.98px) {

    .global__genesis p,
    .global__genesis a {
        font-size: 14px
    }
}

.global__genesis p b,
.global__genesis a b {
    font-weight: 600
}

.global__puntaNorte h1,
.global__puntaNorte h2,
.global__puntaNorte h3,
.global__puntaNorte h4,
.global__puntaNorte h5 {
    font-family: "freight-neo-pro", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
}

@media(max-width: 575.98px) {

    .global__puntaNorte h1,
    .global__puntaNorte h2,
    .global__puntaNorte h3,
    .global__puntaNorte h4,
    .global__puntaNorte h5 {
        font-size: 36px
    }
}

.global__puntaNorte p,
.global__puntaNorte a {
    font-family: "Area Normal";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    text-decoration: none
}

@media(max-width: 575.98px) {

    .global__puntaNorte p,
    .global__puntaNorte a {
        font-size: 14px
    }
}

.global__puntaNorte p b,
.global__puntaNorte a b {
    font-weight: 600
}

.nopadding {
    padding: 0 0
}

.global__inmobiliaria .nopadding {
    padding: 0 0
}

.global__inmobiliaria h1,
.global__inmobiliaria h2,
.global__inmobiliaria h3,
.global__inmobiliaria h4,
.global__inmobiliaria h5 {
    font-family: "Futura PT", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

@media(max-width: 991.98px) {

    .global__inmobiliaria h1,
    .global__inmobiliaria h2,
    .global__inmobiliaria h3,
    .global__inmobiliaria h4,
    .global__inmobiliaria h5 {
        font-size: 40px
    }
}

@media(max-width: 575.98px) {

    .global__inmobiliaria h1,
    .global__inmobiliaria h2,
    .global__inmobiliaria h3,
    .global__inmobiliaria h4,
    .global__inmobiliaria h5 {
        font-size: 38px
    }
}

.global__inmobiliaria .paragraph,
.global__inmobiliaria span,
.global__inmobiliaria p,
.global__inmobiliaria a,
.global__inmobiliaria li {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    list-style: none
}

.global__inmobiliaria .paragraph b,
.global__inmobiliaria .paragraph strong,
.global__inmobiliaria span b,
.global__inmobiliaria span strong,
.global__inmobiliaria p b,
.global__inmobiliaria p strong,
.global__inmobiliaria a b,
.global__inmobiliaria a strong,
.global__inmobiliaria li b,
.global__inmobiliaria li strong {
    font-weight: 600
}

.global__inmobiliaria b,
.global__inmobiliaria strong {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    list-style: none
}

.global_btn {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    border: 1px solid;
    background-color: rgba(0, 0, 0, 0);
    padding: 9px 28px;
    border-radius: 65px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    font-weight: 400
}

.globla__puertaGrande {
    font-family: "TT Norms Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4
}

.globla__puertaGrande .title,
.globla__puertaGrande h1,
.globla__puertaGrande h2,
.globla__puertaGrande h3,
.globla__puertaGrande h4,
.globla__puertaGrande h5 {
    font-family: "TT Norms Pro", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: .9
}

.globla__puertaGrande .title b,
.globla__puertaGrande h1 b,
.globla__puertaGrande h2 b,
.globla__puertaGrande h3 b,
.globla__puertaGrande h4 b,
.globla__puertaGrande h5 b {
    font-weight: 500
}

.globla__puertaGrande .puertaBtn {
    border-radius: 7px;
    border: 1px solid;
    padding: 11px 17px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none
}

.navbar__global {
    width: 100%;
    padding-top: 31px;
    position: absolute;
    z-index: 997
}

.navbar__global-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden
}

.navbar__global.show::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 996;
    top: 0;
    left: 0
}

.navbar__global.show .navbar__global-menu {
    right: 0;
    transition: right 1s ease
}

.navbar__global .row {
    align-items: center
}

@media(max-width: 767.98px) {
    .navbar__global .logo {
        width: 90%
    }
}

.navbar__global-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px
}

.navbar__global-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none
}

@media(max-width: 991.98px) {
    .navbar__global-phone {
        margin-right: 85px
    }
}

@media(max-width: 575.98px) {
    .navbar__global-phone {
        display: none
    }
}

.navbar__global-phone:hover .numero {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 1s ease;
    transform: translate(0, 0)
}

@media(max-width: 767.98px) {
    .navbar__global-phone:hover .numero {
        display: none;
        visibility: hidden
    }
}

.navbar__global-phone .numero {
    color: #fff;
    opacity: 0;
    transition: all 1s ease;
    text-decoration: none;
    transform: translate(116%, 0px);
    z-index: -1;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400
}

@media(max-width: 767.98px) {
    .navbar__global-phone .numero {
        display: none;
        visibility: hidden
    }
}

.navbar__global-phone .phone-icon {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar__global-phone:hover .phone-icon {
    background-color: #008838
}

.navbar__global .global_btn {
    color: #fff;
    border-color: #fff;
    margin-right: 110px;
    transition: all 1s eases
}

.navbar__global .global_btn:hover {
    color: #000;
    background: #ffd500;
    border-color: #ffd500;
    transition: all 1s ease
}

@media(max-width: 991.98px) {
    .navbar__global .global_btn.btncontacto {
        display: none
    }
}

.navbar__global-btnmenu {
    position: fixed;
    background-color: #26235c;
    padding: 13px 16px;
    border-radius: 5px;
    z-index: 999;
    right: 50px
}

.navbar__global-btnmenu .menu-icon {
    cursor: pointer
}

.navbar__global-btnmenu .menu-icon:hover .middle,
.navbar__global-btnmenu .menu-icon:hover .bottom {
    transform: translate(0, 0);
    transition: all .3s ease
}

.navbar__global-btnmenu .menu-icon .middle {
    transform: translate(15px, 0);
    transition: all .3s ease
}

.navbar__global-btnmenu .menu-icon .bottom {
    transform: translate(5px, 0);
    transition: all .3s ease
}

.navbar__global-btnmenu.active .middle,
.navbar__global-btnmenu.active:hover .middle {
    transform: translate(100%, 0);
    transition: all .3s ease;
    opacity: 0
}

.navbar__global-btnmenu.active .top,
.navbar__global-btnmenu.active:hover .top {
    transform: translate(3px, 2px) rotate(27deg);
    transition: all .3s ease
}

.navbar__global-btnmenu.active .bottom,
.navbar__global-btnmenu.active:hover .bottom {
    transform: translate(-9px, 0px) rotate(-28deg);
    transition: all .3s ease
}

.navbar__global-menu {
    position: fixed;
    width: 30%;
    background-color: #26235c;
    top: 0;
    right: -30%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    transition: right 1s ease
}

@media(max-width: 767.98px) {
    .navbar__global-menu {
        width: 85%;
        right: -85%
    }
}

.navbar__global-menu-box {
    height: 381px;
    display: inline-flex;
    flex-direction: column;
    gap: 38px
}

.navbar__global-menu .menu-items {
    color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

.navbar__global-menu .drop {
    margin-left: 11px
}

.navbar__global-menu .drop path {
    transition: all .5s ease
}

.navbar__global-menu .submenu-item {
    cursor: pointer
}

.navbar__global-menu .submenu-item .submenu {
    opacity: 0;
    margin-top: 20px;
    display: none;
    flex-direction: column;
    gap: 18px;
    transition: all 1s ease
}

.navbar__global-menu .submenu-item .submenu .menu-items-submenu {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    text-decoration: none
}

.navbar__global-menu .submenu-item.active path {
    transition: all .5s ease
}

.navbar__global-menu .submenu-item.active .submenu {
    transition: all 1s ease;
    display: flex;
    opacity: 1
}

.contacto-inmobiliarios {
    background-color: #26235c;
    padding: 6em 0 4em 0;
    overflow: hidden
}

.contacto .row {
    justify-content: space-between;
    align-items: center
}

@media(max-width: 991.98px) {
    .contacto .row {
        align-items: flex-end
    }
}

.contacto__wrapper {
    position: relative;
    z-index: 0
}

.contacto__slider {
    width: 100%;
    height: 504px;
    overflow: hidden
}

.contacto__slider::before {
    content: "";
    opacity: .5;
    background: #000;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.contacto__slider .slick-track,
.contacto__slider .slick-list {
    width: 100%;
    height: 100%
}

.contacto__slider .slick-slide {
    width: 100%;
    height: 100%
}

.contacto__slider .img-fluid {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.contacto__info {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width: 991.98px) {
    .contacto__info {
        padding: 2em
    }
}

.contacto__info .title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 12px;
    white-space: pre-line;
    font-family: "Futura PT", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

@media(max-width: 575.98px) {
    .contacto__info .title {
        font-size: 32px
    }
}

.contacto__info-text {
    margin-bottom: 2em
}

.contacto__info-text strong {
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px
}

.contacto__info-text-box {
    display: flex;
    gap: 17px;
    margin-bottom: 12px
}

.contacto__info-text-box .link {
    color: #fff;
    text-decoration: none
}

@media(max-width: 575.98px) {
    .contacto__info-text-box .link.mail {
        white-space: pre-line;
        line-height: 1
    }
}

.contacto__info-text-sigenos {
    display: flex;
    gap: 20px
}

.contacto__info-text-sigenos .link {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 100%
}

.contacto__form {
    position: relative
}

@media(max-width: 991.98px) {
    .contacto__form {
        padding-top: 2em
    }
}

.contacto__form .paragraph {
    color: #fff
}

.contacto__form .wpcf7-form {
    margin-top: 2em
}

.contacto__form .wpcf7-form .wpcf7-form-control {
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 14px 24px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    text-transform: uppercase
}

.contacto__form .wpcf7-form .wpcf7-form-control option {
    color: #26235c
}

.contacto__form .wpcf7-form .wpcf7-form-control::-moz-placeholder {
    color: #fff;
    text-transform: uppercase
}

.contacto__form .wpcf7-form .wpcf7-form-control::placeholder {
    color: #fff;
    text-transform: uppercase
}

.contacto__form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    color: #26235c;
    text-transform: initial;
    padding: 10px 28px;
    font-size: 15px
}

.contacto__form .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 1em
}

.contacto__form .wpcf7-form .col-custom-6 {
    width: 49.5%
}

.contacto__form .wpcf7-form .wpcf7-spinner {
    position: absolute
}

.contacto__form .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #fff
}

.contacto__form .wpcf7-form .wpcf7-response-output {
    font-size: 12px;
    border: 0 none !important;
    color: #fff
}

.footer-inmobilarios {
    background-color: #26235c;
    padding-bottom: 1.5em
}

.footer-inmobilarios .row {
    padding-top: 3em;
    border-top: 1px solid #fff
}

@media(max-width: 991.98px) {
    .footer-inmobilarios .row {
        align-items: flex-end
    }
}

.footer-inmobilarios .link {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-decoration-line: underline;
    text-transform: uppercase;
    cursor: pointer
}

.footer-inmobilarios .link.privacidad {
    left: 30px;
    margin-top: 10px;
    display: block;
    position: relative
}

@media(max-width: 991.98px) {
    .footer-inmobilarios .link.privacidad {
        text-align: right;
        left: 0
    }
}

.footer-inmobilarios .footer_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

@media(max-width: 991.98px) {
    .footer-inmobilarios .footer_menu {
        margin-top: 20px
    }
}

@media(max-width: 575.98px) {
    .footer-inmobilarios .footer_menu {
        flex-direction: row
    }
}

.footer-inmobilarios .footer_menu .link {
    text-decoration: none;
    margin-bottom: 12px
}

.footer-inmobilarios .footer_menu ul {
    padding-left: 20px
}

.footer-inmobilarios .footer_menu li {
    color: #fff;
    list-style: unset;
    font-weight: 300
}

.footer-inmobilarios .footer_menu .sublink {
    color: #fff;
    text-decoration: none
}

.single-post .logo path {
    fill: #26235c
}

.single-post .navbar__global-right .global_btn {
    color: #26235c;
    border-color: #26235c;
    transition: all 1s ease
}

.single-post .navbar__global-right .global_btn:hover {
    color: #000;
    background-color: #ffd500;
    border-color: #ffd500;
    transition: all 1s ease
}

.single-post .navbar__global-right .phone-icon {
    border-color: #26235c
}

.single-post .navbar__global-right .phone-icon path {
    fill: #26235c
}

.single-post .navbar__global-right .phone-icon:hover path {
    fill: #fff
}

.single-post .navbar__global-right .numero {
    color: #26235c
}

.blog__single {
    padding-bottom: 88px
}

.blog__single-intro {
    padding: 200px 0 66px
}

.blog__single-intro .title {
    width: 65%;
    margin: 0 auto 16px;
    color: #26235c;
    text-align: center;
    font-family: "Futura PT", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    text-transform: uppercase
}

@media(max-width: 991.98px) {
    .blog__single-intro .title {
        font-size: 40px
    }
}

@media(max-width: 767.98px) {
    .blog__single-intro .title {
        width: 100%
    }
}

@media(max-width: 575.98px) {
    .blog__single-intro .title {
        font-size: 38px
    }
}

.blog__single-intro .fecha {
    margin: 0 auto 1em;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #cc1517;
    text-align: center;
    padding: 5px 8px;
    position: relative;
    top: -20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.51px;
    text-transform: uppercase
}

.blog__single-intro .extracto {
    color: #26235c;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    margin: 0 auto 56px;
    width: 37%
}

@media(max-width: 991.98px) {
    .blog__single-intro .extracto {
        width: 100%
    }
}

.blog__single-intro .separador {
    width: 215px;
    height: 1px;
    flex-shrink: 0;
    margin: 0 auto;
    background-color: #d9d9d9
}

.blog__single .contaienr-fluid {
    padding: 0 0
}

.blog__single-image {
    height: 309px;
    width: 100%;
    overflow: hidden
}

.blog__single-image .wp-post-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__single-body {
    margin-top: 87px;
    color: #26235c;
    font-family: "Poppins", sans-serif;
    font-size: 18px
}

.blog__single-body img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__single-relacionados {
    background-color: #e8e8e8;
    padding: 3em
}

.blog__single-relacionados .title {
    color: #26235c;
    font-family: "Futura PT", sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0
}

@media(max-width: 991.98px) {
    .blog__single-relacionados .title {
        font-size: 40px
    }
}

@media(max-width: 575.98px) {
    .blog__single-relacionados .title {
        font-size: 38px
    }
}

.blog__single-relacionados .separador {
    background-color: #d9d9d9;
    height: 1px;
    width: 90%;
    flex-shrink: 0;
    margin: 22px 0 33px
}

.blog__single-relacionados-slider .slick-track {
    display: flex;
    gap: 24px
}

.blog__single-relacionados-post {
    width: 100%
}

.blog__single-relacionados-post:nth-child(3n+1) .fecha {
    background-color: #ffd500;
    color: #26235c
}

.blog__single-relacionados-post:nth-child(3n+2) .fecha {
    background-color: #008838
}

.blog__single-relacionados-post:nth-child(3n) .fecha {
    background-color: #cc1517
}

.blog__single-relacionados-post:hover .wp-post-image {
    transform: scale(1.4);
    transition: all 1s ease
}

.blog__single-relacionados-post:hover .blog__single-relacionados-post-body {
    background-color: #fff;
    transition: all 1s ease
}

.blog__single-relacionados-post-image {
    width: 100%;
    overflow: hidden
}

.blog__single-relacionados-post-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__single-relacionados-post-body {
    transition: all 1s ease;
    padding: 0 1em 2em
}

.blog__single-relacionados-post-body .fecha {
    padding: 5px 8px;
    position: relative;
    top: -20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.51px;
    text-transform: uppercase
}

.blog__single-relacionados-post-body .category {
    margin: 0 0
}

.blog__single-relacionados-post-body .category a {
    color: #26235c;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-decoration: none
}

.blog__single-relacionados-post-body .separador {
    background-color: #d9d9d9;
    height: 1px;
    width: 90%;
    flex-shrink: 0;
    margin: 12px 0 16px
}

.blog__single-relacionados-post-body .title {
    color: #26235c;
    font-family: "Futura PT", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase
}

@media(max-width: 767.98px) {
    .blog__single-relacionados-post-body .title {
        font-size: 20px;
        line-height: 1
    }
}

.blog__single-relacionados-post-body .excerpt {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300
}

.blog__single-relacionados-post-body .global_btn {
    margin-top: 1em;
    border-color: #26235c;
    color: #26235c;
    transition: all 1s ease
}

.blog__single-relacionados-post-body .global_btn:hover {
    background-color: #26235c;
    color: #fff;
    transition: all 1s ease
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 11;
    overflow-y: auto
}

.popup {
    position: absolute;
    z-index: 12;
    left: 0;
    right: 0;
    margin: 25px auto;
    width: 90%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .25)
}

@media(min-width: 768px) {
    .popup {
        margin: 45px auto
    }
}

.popup .popup__btn-close {
    all: revert;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    font-weight: 700;
    border: none
}

.popup .popup__btn-close:hover {
    cursor: pointer
}

.popup .popup__btn-close.popup__btn-close--genesis {
    right: -13px;
    top: -13px;
    padding: 8px
}

.popup .popup__btn-close.popup__btn-close--genesis img {
    width: 14px
}

.popup .popup__btn-close.popup__btn-close--punta-norte {
    background-color: #f6d05e;
    right: -10px;
    top: -15px;
    padding: 13px
}

.max-w-punta-norte {
    max-width: 768px
}

.max-w-genesis {
    max-width: 614px
}

.border-popup-genesis {
    border-radius: 30px 0px 0px 0px
}

@media(min-width: 768px) {
    .border-popup-genesis {
        border-radius: 30px 0px 30px 30px
    }
}

.popup__genesis {
    color: #f2f2f2;
    overflow: hidden
}

.popup__genesis .popup__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

.popup__genesis .popup__grid .popup__image {
    position: relative;
    background-image: url(assets/img/genesis/popup/bg-movil-2411.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 317px;
    padding: 35px 25px
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__image {
        background-image: url(assets/img/genesis/popup/bg-desktop-2411.webp);
        min-height: 361px;
        padding: 30px
    }
}

.popup__genesis .popup__grid .popup__image .popup__asset-1 {
    position: absolute;
    z-index: 1;
    width: 296.31px;
    height: 202.27px;
    right: -58px;
    bottom: -50px;
    transform: rotate(-15deg)
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__image .popup__asset-1 {
        transform: none;
        width: 330.78px;
        height: 274.95px;
        right: -30px;
        bottom: -50px
    }
}

.popup__genesis .popup__grid .popup__image .popup__text-1 {
    font-size: 17px;
    text-align: center;
    margin: 0 0 5px
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__image .popup__text-1 {
        font-size: 23px;
        margin: 0 0 10px;
        text-align: start
    }
}

.popup__genesis .popup__grid .popup__image .popup__text-2 {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    filter: drop-shadow(0 0 40px #000)
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__image .popup__text-2 {
        font-size: 25px;
        margin-left: 35px;
        text-align: start
    }
}

.popup__genesis .popup__grid .popup__image .popup__text-2 span {
    font-size: 25px
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__image .popup__text-2 span {
        font-size: 35px
    }
}

.popup__genesis .popup__grid .popup__content {
    padding: 25px 20px;
    text-align: center;
    position: relative;
    background-image: url(assets/img/genesis/popup/bg-content-movil.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__content {
        background-image: url(assets/img/genesis/popup/bg-content-desktop.webp);
        min-height: 260px;
        padding: 35px 25px 10px;
        text-align: start
    }
}

.popup__genesis .popup__grid .popup__content .popup__asset-2 {
    display: none
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__content .popup__asset-2 {
        position: absolute;
        display: block;
        right: 0
    }
}

.popup__genesis .popup__grid .popup__content .popup__asset-3 {
    position: absolute
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__content .popup__asset-3 {
        display: none
    }
}

.popup__genesis .popup__grid .popup__content .popup__flex-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__content .popup__flex-content {
        grid-template-columns: 45% 55%
    }
}

.popup__genesis .popup__grid .popup__content .popup__text-3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 5px 0
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__content .popup__text-3 {
        font-size: 30px
    }
}

.popup__genesis .popup__grid .popup__content .popup__text-4 {
    font-size: 15px
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__content .popup__text-4 {
        margin: 15px 0 0 0;
        font-size: 17px
    }
}

.popup__genesis .popup__grid .popup__content .popup__text-5 {
    font-size: 11px;
    margin: 0;
    text-align: center
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__content .popup__text-5 {
        text-align: start;
        margin: 15px 0 0
    }
}

.popup__genesis .popup__grid .popup__content .popup__form {
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .popup__genesis .popup__grid .popup__content .popup__form {
        margin-bottom: 0
    }
}

.popup__genesis .popup__grid .popup__content .popup__form .popup__form-input {
    width: 100%;
    margin-bottom: 6px;
    padding-left: 15px
}

.popup__genesis .popup__grid .popup__content .popup__form .popup__form-input::-moz-placeholder {
    color: #08101f;
    opacity: 1
}

.popup__genesis .popup__grid .popup__content .popup__form .popup__form-input::placeholder {
    color: #08101f;
    opacity: 1
}

.popup__genesis .popup__grid .popup__content .popup__form .wpcf7-not-valid-tip {
    font-size: .7em;
    color: #fff
}

.popup__genesis .popup__grid .popup__content .popup__form .popup__btn-submit {
    width: 100%;
    margin-top: 5px;
    background-color: #6d91a1;
    color: #fff;
    border: none;
    height: 30px
}

.popup__genesis .popup__grid .popup__content .popup__form .wpcf7-response-output {
    margin: 0;
    font-size: 13px;
    border: none;
    padding: 5px 0 0 0
}

.popup__genesis .popup__grid .popup__content .popup__form .wpcf7-form .wpcf7-spinner {
    display: block;
    position: absolute;
    bottom: 85px;
    right: 35px;
    margin: 2rem auto 0 auto;
    background-color: #6d91a1;
    opacity: 1
}

.popup__punta-norte .popup__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid {
        grid-template-columns: 519px 249px
    }
}

.popup__punta-norte .popup__grid .popup__image {
    background-image: url(assets/img/norte/popup/bg-movil-2411.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 464px;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__image {
        background-image: url(assets/img/norte/popup/bg-desktop-2411.webp);
        min-height: 551px;
        padding: 20px 45px
    }
}

.popup__punta-norte .popup__grid .popup__image .popup__asset-1 {
    display: none
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__image .popup__asset-1 {
        display: block;
        position: absolute;
        bottom: 0;
        left: 65px
    }
}

.popup__punta-norte .popup__grid .popup__image .popup__asset-2 {
    position: absolute;
    bottom: -100px;
    left: 85px
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__image .popup__asset-2 {
        display: none
    }
}

.popup__punta-norte .popup__grid .popup__image .popup__text-1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 30px;
    filter: drop-shadow(0 4px 15px #000)
}

.popup__punta-norte .popup__grid .popup__image .popup__text-1 .popup__text-1--span {
    font-size: 18px;
    font-weight: 400
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__image .popup__text-1 {
        display: none
    }
}

.popup__punta-norte .popup__grid .popup__image .popup__flex-heading {
    display: flex;
    justify-content: space-between
}

.popup__punta-norte .popup__grid .popup__image .popup__flex-heading .popup__heading {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 75px;
    filter: drop-shadow(0 4px 15px #000)
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__image .popup__flex-heading .popup__heading {
        margin-top: 0;
        font-size: 35px;
        line-height: 1
    }
}

.popup__punta-norte .popup__grid .popup__image .popup__flex-heading .popup__heading .popup__heading--span {
    font-size: 28px;
    color: #f6d05e
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__image .popup__flex-heading .popup__heading .popup__heading--span {
        font-size: 37px
    }
}

.popup__punta-norte .popup__grid .popup__image .popup__logo-site {
    display: none
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__image .popup__logo-site {
        width: 137px;
        height: 137px;
        display: block;
        margin-left: -35px
    }
}

.popup__punta-norte .popup__grid .popup__content {
    position: relative;
    padding: 60px 30px 20px 30px
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content {
    background-color: #08101f
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content {
        position: absolute;
        right: 0;
        top: 45px;
        width: 360px;
        height: 456px;
        padding: 40px 25px
    }
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__text-container {
    text-align: center;
    line-height: 25px
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__text-container {
        text-align: start;
        margin-left: 15px
    }
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__text-container .popup__text-1 {
    display: none
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__text-container .popup__text-1 {
        display: inline-block;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 30px
    }
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__text-container .popup__text-1 .popup__text-1--span {
    font-size: 18px;
    font-weight: 400
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__text-container .popup__text-2 {
    font-size: 19px;
    line-height: 18px;
    margin-bottom: 15px
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__text-container .popup__text-2 {
        font-size: 20px
    }
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__form {
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__form {
        margin-bottom: 0
    }
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__form .popup__form-input {
    width: 100%;
    margin-bottom: 6px;
    padding-left: 15px
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__form .popup__form-input::-moz-placeholder {
    color: #08101f
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__form .popup__form-input::placeholder {
    color: #08101f
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__form .wpcf7-not-valid-tip {
    font-size: .7em;
    color: #fff
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__form .popup__btn-submit {
    width: 100%;
    margin-top: 6px;
    height: 34px;
    background-color: #f6d05e;
    color: #08101f;
    border: none
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__form .wpcf7-response-output {
    margin: 0;
    font-size: 13px;
    border: none;
    padding: 5px 0 0 0
}

.popup__punta-norte .popup__grid .popup__content .popup__flex-content .popup__wrapper-content .popup__form .wpcf7-form .wpcf7-spinner {
    display: block;
    position: absolute;
    bottom: 110px;
    right: 35px;
    margin: 2rem auto 0 auto;
    background-color: #f6d05e;
    opacity: 1
}

.popup__punta-norte .popup__grid .popup__conditions {
    font-size: 8px;
    text-align: center;
    margin: 0
}

@media(min-width: 768px) {
    .popup__punta-norte .popup__grid .popup__conditions {
        text-align: start
    }
}

.popup-overlay-video {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    overflow-y: auto
}

.popup-video {
    position: absolute;
    z-index: 12;
    left: 0;
    right: 0;
    margin: 25px auto;
    width: 70%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .25)
}

@media(min-width: 768px) {
    .popup-video {
        margin: 45px auto
    }
}

.popup-video .popup__btn-close {
    all: revert;
    position: absolute;
    right: -20px;
    top: -25px;
    padding: 15px;
    border-radius: 50%;
    font-weight: 700;
    border: none
}

.popup-video .popup__btn-close:hover {
    cursor: pointer
}

.popup-video .popup__btn-close.bg-morado {
    background-color: #4e3c8e
}

.popup-video .popup__btn-close.bg-morado:hover {
    opacity: .5
}

.popup-video .popup__sticker {
    position: absolute;
    top: 160px;
    right: -60px;
    width: 230px
}

@media(min-width: 768px) {
    .popup-video .popup__sticker {
        width: auto;
        top: 170px;
        right: -95px
    }
}

.popup__puerta-grande-video {
    color: #f2f2f2;
    overflow: hidden;
    background-color: #fff
}

.popup__puerta-grande-video .popup__content {
    padding: 20px
}

.popup__puerta-grande-video .popup__content .video {
    width: 100%
}

.genesis__section__01 {
    padding: 50px 0 150px;
    position: relative
}

.genesis__section__01 .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 620px;
    z-index: 2;
    color: #fff
}

.genesis__section__01 .container p {
    max-width: 500px;
    margin-bottom: 30px
}

.genesis__section__01 .header {
    display: flex;
    align-items: flex-start
}

.genesis__section__01 .header .logo {
    margin-right: auto
}

.genesis__section__01 .header .flex {
    display: flex;
    align-items: center
}

@media(max-width: 575.98px) {
    .genesis__section__01 .header .flex {
        flex-direction: column-reverse
    }
}

.genesis__section__01 .header .contacto {
    display: flex;
    align-items: center;
    margin: 15px 0
}

.genesis__section__01 .header .contacto .line {
    display: inline-block;
    position: relative;
    width: 1px;
    height: 18px;
    background-color: #fff;
    margin: 0 16px
}

.genesis__section__01 .header .contacto a {
    position: relative;
    color: #000
}

.genesis__section__01 .header .contacto a:hover span {
    opacity: 1
}

.genesis__section__01 .header .contacto a span {
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    position: absolute;
    bottom: -40px;
    right: -10px;
    display: block;
    background: #fff;
    padding: 5px 8px;
    color: #000 !important;
    font-size: 12px;
    text-wrap: nowrap
}

.genesis__section__01 .header .contacto a span .flecha {
    position: absolute;
    top: -5px;
    right: 12px
}

.genesis__section__01 .header .btn-downloader {
    position: relative;
    display: flex;
    padding: 4px;
    border: solid 1px #fff
}

@media(min-width: 576px) {
    .genesis__section__01 .header .btn-downloader {
        margin-left: 40px
    }
}

.genesis__section__01 .header .btn-downloader:hover::before {
    width: calc(100% - 8px)
}

.genesis__section__01 .header .btn-downloader::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0%;
    height: calc(100% - 8px);
    background: #bbbc89;
    transition: all 1s;
    border-radius: 4px
}

.genesis__section__01 .header .btn-downloader .icon-download {
    position: relative;
    background: #bbbc89;
    border-radius: 3px
}

.genesis__section__01 .header .btn-downloader span {
    position: relative;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-left: 10px;
    padding-right: 4px
}

@media(max-width: 575.98px) {
    .genesis__section__01 .header .btn-downloader span {
        font-size: 10px
    }
}

@media(max-width: 991.98px) {
    .genesis__section__01 .content-text {
        max-width: 400px
    }
}

@media(max-width: 767.98px) {
    .genesis__section__01 .text-float {
        display: none
    }
}

@media(min-width: 576px) {
    .genesis__section__01 .text-float {
        position: absolute;
        right: 0;
        bottom: -25px
    }
}

.genesis__section__01 .text-float .flex {
    position: relative;
    display: flex
}

@media(min-width: 576px) {
    .genesis__section__01 .text-float .flex:first-child {
        margin-bottom: 30px
    }
}

.genesis__section__01 .text-float .flex h3 {
    position: relative;
    z-index: 2;
    top: -10px;
    text-align: right;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    margin-right: 24px
}

@media(max-width: 575.98px) {
    .genesis__section__01 .text-float .flex h3 {
        width: 80px
    }
}

.genesis__section__01 .text-float .flex p {
    position: relative;
    z-index: 2;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0
}

@media(min-width: 576px) {
    .genesis__section__01 .text-float .flex p {
        max-width: 170px
    }
}

.genesis__section__01 .text-float .flex .circle {
    position: absolute;
    top: -15px;
    left: 20px;
    height: 88px;
    width: 88px;
    border-radius: 88px;
    filter: drop-shadow(0px 2px 9.2px rgba(0, 0, 0, 0.15))
}

@media(max-width: 575.98px) {
    .genesis__section__01 .text-float .flex .circle {
        height: 60px;
        width: 60px
    }
}

.genesis__section__01 .text-float .flex .z-1 {
    z-index: 1
}

.genesis__section__01 .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.genesis__section__02 {
    padding: 60px 0 40px
}

.genesis__section__02 .flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 55px
}

.genesis__section__02 .flex .item {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 30%;
    margin-bottom: 25px;
    padding: 30px;
    transition: all .5s
}

@media(min-width: 992px) {
    .genesis__section__02 .flex .item {
        aspect-ratio: 3
    }
}

@media(max-width: 991.98px) {
    .genesis__section__02 .flex .item {
        width: 45%
    }
}

@media(max-width: 767.98px) {
    .genesis__section__02 .flex .item {
        width: 100%;
        padding: 15px 30px;
        margin-bottom: 10px
    }
}

.genesis__section__02 .flex .item:hover {
    background: #f2f2f2
}

.genesis__section__02 .flex .item:hover .circle {
    opacity: 1;
    top: 10px;
    left: 18px
}

@media(max-width: 767.98px) {
    .genesis__section__02 .flex .item:hover .circle {
        top: -5px
    }
}

.genesis__section__02 .flex .item .img-fluid {
    position: relative;
    z-index: 1;
    margin-right: 40px;
    top: -10px
}

.genesis__section__02 .flex .item p {
    margin: 0;
    font-size: 16px
}

@media(max-width: 575.98px) {
    .genesis__section__02 .flex .item p {
        font-size: 14px
    }
}

.genesis__section__02 .flex .item p b {
    font-size: 18px
}

@media(max-width: 575.98px) {
    .genesis__section__02 .flex .item p b {
        font-size: 16px
    }
}

.genesis__section__02 .flex .item .circle {
    position: absolute;
    top: -15px;
    left: 0;
    width: 68px;
    height: 68px;
    border-radius: 68px;
    opacity: .15;
    transition: all .5s
}

.genesis__section__02 .flex .item .c-1 {
    background: #e1d5ac
}

.genesis__section__02 .flex .item .c-2 {
    background: #618c8c
}

.genesis__section__02 .flex .item .c-3 {
    background: #d8aea2
}

.genesis__section__02 .flex .item .c-4 {
    background: #bbbc89
}

.genesis__section__02 .flex .item .c-5 {
    background: #7c6757
}

.genesis__section__03 {
    position: relative;
    background: #bbbc89;
    padding: 75px 0 60px;
    transition: all .5s
}

.genesis__section__03 .content-title {
    text-align: center;
    max-width: 700px;
    margin: auto
}

.genesis__section__03 .content-title p {
    margin-bottom: 30px
}

.genesis__section__03 .content-title .global-btn {
    width: 210px;
    color: #7c6757
}

.genesis__section__03 .content-title .global-btn svg {
    color: #7c6757
}

.genesis__section__03 .list-tabs {
    position: relative;
    margin-top: 55px
}

.genesis__section__03 .list-tabs .tab {
    display: none
}

.genesis__section__03 .list-tabs .tab.active {
    display: block
}

@media(max-width: 991.98px) {
    .genesis__section__03 .list-tabs .tab-2 .row {
        flex-direction: column-reverse
    }
}

.genesis__section__03 .list-tabs .flex {
    display: flex;
    flex-direction: column;
    height: 100%
}

.genesis__section__03 .list-tabs .btns {
    display: flex
}

.genesis__section__03 .list-tabs .btns button {
    font-family: "Poppins";
    font-size: 18px;
    color: #fff;
    border: solid 1px #fff;
    background: rgba(0, 0, 0, 0);
    padding: 10px 20px;
    margin-right: 20px
}

@media(max-width: 575.98px) {
    .genesis__section__03 .list-tabs .btns button {
        font-size: 14px
    }
}

.genesis__section__03 .list-tabs .btns button.active {
    color: #618c8c;
    font-weight: bold;
    background: #fff
}

.genesis__section__03 .list-tabs ul {
    margin: auto 0
}

@media(max-width: 991.98px) {
    .genesis__section__03 .list-tabs ul {
        margin: 30px 0
    }
}

.genesis__section__03 .list-tabs ul li {
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 127%;
    margin-bottom: 20px
}

@media(max-width: 575.98px) {
    .genesis__section__03 .list-tabs ul li {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.genesis__section__03 .list-tabs .title {
    color: #fff;
    position: absolute;
    top: -35px;
    right: 20px
}

.genesis__section__03 .list-tabs .title-2 {
    color: #fff;
    position: absolute;
    top: -35px;
    left: 20px
}

.genesis__section__03 .icon {
    transition: all .5s;
    opacity: 0
}

@media(max-width: 991.98px) {
    .genesis__section__03 .icon {
        max-width: 40%
    }
}

.genesis__section__03 .icon.active {
    opacity: 1
}

.genesis__section__03 .icon-1 {
    position: absolute;
    right: 0;
    bottom: 0
}

.genesis__section__03 .icon-2 {
    position: absolute;
    left: 0;
    bottom: 0
}

.genesis__section__04 {
    background: #618c8c
}

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

.genesis__section__04 .flex {
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 991.98px) {
    .genesis__section__04 .flex {
        flex-direction: column-reverse
    }
}

.genesis__section__04 .col-left {
    width: 55%;
    position: relative
}

@media(max-width: 991.98px) {
    .genesis__section__04 .col-left {
        width: 100%
    }
}

.genesis__section__04 .col-left .slider-contruye {
    height: 100%;
    width: 100%
}

@media(max-width: 991.98px) {
    .genesis__section__04 .col-left .slider-contruye {
        aspect-ratio: 1.4
    }
}

@media(max-width: 767.98px) {
    .genesis__section__04 .col-left .slider-contruye {
        aspect-ratio: 1.2
    }
}

.genesis__section__04 .col-left .slider-contruye .img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.genesis__section__04 .col-right {
    width: 45%;
    padding: 145px 65px
}

@media(max-width: 991.98px) {
    .genesis__section__04 .col-right {
        width: 100%;
        padding: 80px 40px
    }
}

.genesis__section__04 .col-right h2 {
    color: #fff;
    line-height: 53px;
    margin-bottom: 25px;
    max-width: 400px
}

.genesis__section__04 .col-right p {
    color: #fff;
    margin-bottom: 45px
}

.genesis__section__04 .col-right .global-btn {
    color: #fff;
    width: 210px
}

.genesis__section__04 .col-right .global-btn svg {
    color: #fff
}

.genesis__section__05 {
    padding: 110px 0 90px
}

.genesis__section__05 .content-title {
    max-width: 700px
}

@media(max-width: 991.98px) {
    .genesis__section__05 .content-title {
        max-width: 500px
    }
}

.genesis__section__05 .content-title h2 {
    margin-bottom: 20px
}

.genesis__section__05 .arrows {
    position: absolute;
    bottom: 0;
    right: 0
}

@media(max-width: 767.98px) {
    .genesis__section__05 .arrows {
        bottom: -50px
    }
}

.genesis__section__05 .arrows button {
    background: rgba(0, 0, 0, 0);
    border: none
}

@media(max-width: 767.98px) {
    .genesis__section__05 .arrows button {
        width: 50px
    }
}

.genesis__section__05 .arrows .slick-disabled {
    opacity: .5
}

.genesis__section__05 .slider-amenidades {
    margin-top: 60px
}

.genesis__section__05 .slider-amenidades .content-slide {
    position: relative;
    aspect-ratio: .68
}

@media(max-width: 767.98px) {
    .genesis__section__05 .slider-amenidades .content-slide {
        aspect-ratio: 1
    }
}

.genesis__section__05 .slider-amenidades .content-slide:hover span {
    opacity: 0
}

.genesis__section__05 .slider-amenidades .content-slide:hover .img-fluid {
    filter: none
}

.genesis__section__05 .slider-amenidades .content-slide .img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    filter: grayscale(1)
}

.genesis__section__05 .slider-amenidades .content-slide p {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #fff;
    font-size: 24px;
    z-index: 3
}

.genesis__section__05 .slider-amenidades .content-slide span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .5;
    transition: all .5s
}

.genesis__section__06 .max-container {
    position: relative;
    max-width: 1126px;
    padding: 0 35px;
    margin: auto
}

.genesis__section__06 .content-comercial {
    position: relative;
    display: flex;
    align-items: center;
    padding: 70px;
    min-height: 540px;
    overflow: hidden
}

@media(max-width: 767.98px) {
    .genesis__section__06 .content-comercial {
        padding: 70px 30px
    }
}

.genesis__section__06 .content-comercial:hover .background {
    transform: scale(1.1)
}

.genesis__section__06 .content-comercial .content-text {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 435px
}

.genesis__section__06 .content-comercial .content-text h2 {
    margin-bottom: 20px
}

.genesis__section__06 .content-comercial .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 1s;
    -o-object-fit: cover;
    object-fit: cover
}

.genesis__section__07 {
    background: #7c6757;
    margin-top: -100px
}

.genesis__section__07 .flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1480px;
    margin: auto
}

@media(max-width: 991.98px) {
    .genesis__section__07 .flex {
        flex-direction: column
    }
}

.genesis__section__07 .col-left {
    width: 45%;
    padding: 260px 78px 150px;
    color: #fff !important
}

@media(max-width: 991.98px) {
    .genesis__section__07 .col-left {
        width: 100%;
        padding: 150px 35px 50px
    }
}

.genesis__section__07 .col-left h2 {
    margin-bottom: 30px
}

.genesis__section__07 .col-left p {
    margin-bottom: 40px
}

.genesis__section__07 .col-left .direccion {
    display: inline-block;
    margin-bottom: 50px;
    padding: 10px 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: #fff
}

.genesis__section__07 .col-right {
    position: relative;
    width: 55%;
    background: #f2f2f2
}

@media(max-width: 991.98px) {
    .genesis__section__07 .col-right {
        width: 100%;
        aspect-ratio: 1
    }
}

.genesis__section__07 .col-right .mapa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.genesis__section__08 {
    padding: 100px 0;
    position: relative
}

.genesis__section__08 .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.genesis__section__08 .container {
    position: relative;
    z-index: 2
}

.genesis__section__08 .flex {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 991.98px) {
    .genesis__section__08 .flex {
        flex-direction: column
    }
}

.genesis__section__08 .flex h2 {
    color: #fff;
    margin: 0
}

@media(max-width: 991.98px) {
    .genesis__section__08 .flex h2 {
        margin-bottom: 30px
    }
}

@media(min-width: 992px) {
    .genesis__section__08 .flex .img-fluid {
        margin-left: 50px
    }
}

.genesis__section__09 {
    position: relative;
    background: #618c8c;
    padding: 85px 0 0 0;
    color: #fff !important
}

@media(min-width: 992px)and (max-width: 1199.98px) {
    .genesis__section__09 {
        overflow: hidden
    }
}

.genesis__section__09 h2 {
    max-width: 500px
}

.genesis__section__09 .content-text {
    margin-bottom: 60px
}

@media(max-width: 991.98px) {
    .genesis__section__09 .content-text {
        margin-bottom: 10px
    }
}

@media(min-width: 1400px) {
    .genesis__section__09 .content-img {
        overflow: hidden;
        position: relative;
        aspect-ratio: 1
    }
}

@media(max-width: 991.98px) {
    .genesis__section__09 .content-img {
        position: relative;
        aspect-ratio: 1
    }
}

.genesis__section__09 .content-img .background {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media(min-width: 992px)and (max-width: 1199.98px) {
    .genesis__section__09 .content-img .background {
        right: -190px
    }
}

.genesis__section__09 .content-img .text-float {
    color: #fff;
    text-shadow: 1px 1px 12.7px rgba(0, 0, 0, .3);
    font-family: "Obsurd";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    bottom: -20px;
    right: 60px;
    z-index: 2;
    margin: 0
}

@media(max-width: 991.98px) {
    .genesis__section__09 .content-img .text-float {
        bottom: -15px;
        right: initial;
        left: 20px
    }
}

@media(max-width: 575.98px) {
    .genesis__section__09 .content-img .text-float {
        font-size: 30px
    }
}

.genesis__section__09 .container-form {
    max-width: 480px;
    margin-top: 30px
}

.genesis__section__09 .container-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.genesis__section__09 .container-form form .col-custom-6 {
    width: 49%
}

.genesis__section__09 .container-form form .col-custom-radio {
    background: #fff;
    color: #000 !important;
    padding: 10px 25px;
    width: 100%;
    margin-bottom: 15px
}

.genesis__section__09 .container-form form .col-custom-radio p {
    font-size: 15px
}

.genesis__section__09 .container-form form .col-custom-radio label {
    margin: 0
}

.genesis__section__09 .container-form form .col-custom-radio .wpcf7-list-item-label {
    font-family: "Poppins";
    font-size: 16px
}

.genesis__section__09 .container-form form .col-custom-radio input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    padding: 0
}

.genesis__section__09 .container-form form .col-custom-radio input[type=radio]::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    aspect-ratio: 1;
    border: solid 1px #bbbc89;
    transition: all .2s
}

.genesis__section__09 .container-form form .col-custom-radio input:checked::after {
    background: #bbbc89
}

.genesis__section__09 .container-form form .col-custom-radio .wpcf7-radio {
    display: flex
}

.genesis__section__09 .container-form form .col-custom-radio .wpcf7-list-item {
    margin: 0
}

.genesis__section__09 .container-form form .col-custom-radio .wpcf7-list-item-label {
    padding-left: 10px
}

.genesis__section__09 .container-form form span,
.genesis__section__09 .container-form form label {
    width: 100%
}

.genesis__section__09 .container-form form label {
    margin-bottom: 15px
}

.genesis__section__09 .container-form form input,
.genesis__section__09 .container-form form textarea {
    width: 100%;
    border: none;
    font-family: "Poppins";
    padding: 8px 20px;
    color: #000
}

.genesis__section__09 .container-form form input::-moz-placeholder,
.genesis__section__09 .container-form form textarea::-moz-placeholder {
    font-family: "Poppins";
    color: #000
}

.genesis__section__09 .container-form form input::placeholder,
.genesis__section__09 .container-form form textarea::placeholder {
    font-family: "Poppins";
    color: #000
}

.genesis__section__09 .container-form form textarea {
    max-height: 110px
}

.genesis__section__09 .container-form .global-btn {
    border: none;
    width: 130px
}

.genesis__section__09 .container-form .global-btn span {
    width: auto;
    top: 6px
}

.genesis__section__09 .container-form .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px
}

.genesis__section__09 .container-form .wpcf7-response-output {
    font-family: "Poppins";
    margin: 20px 0;
    background: #7c6757;
    border: 0;
    font-size: 12px;
    width: 100%;
    padding: 5px 10px
}

.genesis__section__footer {
    position: relative;
    background: #7c6757;
    padding: 20px 0 25px;
    color: #fff !important
}

.genesis__section__footer .row {
    justify-content: space-between
}

@media(max-width: 991.98px) {
    .genesis__section__footer .row {
        flex-direction: column-reverse
    }
}

@media(max-width: 991.98px) {
    .genesis__section__footer .col-12 {
        margin-bottom: 12px
    }
}

.genesis__section__footer .subtitle {
    font-size: 15px;
    margin-top: 15px
}

.genesis__section__footer p,
.genesis__section__footer a {
    font-size: 13px;
    color: #fff;
    display: block
}

.genesis__section__footer p {
    max-width: 300px
}

.genesis__section__footer a {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.genesis__section__footer a svg {
    margin-right: 10px
}

.genesis__section__footer .a-redes {
    display: inline-block;
    margin: 0
}

.puntaNorte__section__01 {
    background: #08101f
}

.puntaNorte__section__01 .max-container {
    position: relative;
    max-width: 1480px;
    margin: auto
}

.puntaNorte__section__01 .content-header {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding-top: 50px
}

.puntaNorte__section__01 .header {
    display: flex;
    align-items: flex-start
}

.puntaNorte__section__01 .header .logo {
    margin-right: auto
}

.puntaNorte__section__01 .header .flex {
    display: flex;
    align-items: center
}

@media(min-width: 992px) {
    .puntaNorte__section__01 .header .flex {
        width: 56%;
        justify-content: space-between
    }
}

@media(max-width: 991.98px) {
    .puntaNorte__section__01 .header .flex {
        flex-direction: column-reverse
    }
}

.puntaNorte__section__01 .header .contacto {
    display: flex;
    align-items: center;
    margin: 15px 0
}

.puntaNorte__section__01 .header .contacto a {
    position: relative;
    color: #000
}

.puntaNorte__section__01 .header .contacto a:hover span {
    opacity: 1;
    bottom: -30px
}

.puntaNorte__section__01 .header .contacto a span {
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    background: #fff;
    padding: 0px 8px;
    color: #000 !important;
    font-size: 12px;
    text-wrap: nowrap
}

@media(max-width: 991.98px) {
    .puntaNorte__section__01 .header .contacto a span {
        left: initial;
        right: 0
    }
}

.puntaNorte__section__01 .header .btn-downloader {
    position: relative;
    display: flex
}

.puntaNorte__section__01 .header .btn-downloader:hover span {
    transform: translateY(-5px)
}

.puntaNorte__section__01 .header .btn-downloader:hover .icon-download .down-1 {
    transform: translateY(25px)
}

.puntaNorte__section__01 .header .btn-downloader:hover .icon-download .down-2 {
    transform: translateY(0)
}

.puntaNorte__section__01 .header .btn-downloader .icon-download {
    position: relative
}

.puntaNorte__section__01 .header .btn-downloader .icon-download .down-1 {
    transform: translateY(0);
    transition: all .5s
}

.puntaNorte__section__01 .header .btn-downloader .icon-download .down-2 {
    transform: translateY(-25px);
    transition: all .5s
}

.puntaNorte__section__01 .header .btn-downloader span {
    font-family: "freight-neo-pro", sans-serif;
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
    transition: all .5s
}

@media(max-width: 575.98px) {
    .puntaNorte__section__01 .header .btn-downloader span {
        font-size: 15px
    }
}

@media(min-width: 992px) {
    .puntaNorte__section__01 .header .btn-downloader br {
        display: none
    }
}

.puntaNorte__section__01 .flex {
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 991.98px) {
    .puntaNorte__section__01 .flex {
        flex-direction: column
    }
}

.puntaNorte__section__01 .col-left {
    width: 42%;
    padding: 165px 30px 165px 75px;
    color: #fff !important;
    min-height: 820px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media(max-width: 991.98px) {
    .puntaNorte__section__01 .col-left {
        width: 100%;
        padding: 280px 30px 120px;
        min-height: 100%
    }
}

.puntaNorte__section__01 .col-left h1 {
    margin-bottom: 15px
}

.puntaNorte__section__01 .col-left p {
    margin-bottom: 40px
}

.puntaNorte__section__01 .col-left .content-text {
    margin-top: auto
}

.puntaNorte__section__01 .col-right {
    width: 58%
}

@media(max-width: 991.98px) {
    .puntaNorte__section__01 .col-right {
        width: 100%
    }
}

.puntaNorte__section__01 .col-right .content-img {
    position: relative;
    width: 100%;
    height: 100%
}

@media(max-width: 991.98px) {
    .puntaNorte__section__01 .col-right .content-img {
        aspect-ratio: 1
    }
}

.puntaNorte__section__01 .col-right .content-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(176deg, rgba(0, 0, 0, 0.5) 9.52%, rgba(0, 0, 0, 0) 49.46%);
    z-index: 2
}

.puntaNorte__section__01 .col-right .content-img .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.puntaNorte__section__01 .col-right .content-img .flat {
    position: absolute;
    bottom: 20%;
    right: 0;
    background: var(--Linear, linear-gradient(270deg, #F7E788 -0.45%, #E4B864 40.41%, #E7B965 69.12%, #DAAC5B 79.06%, #BA8B44 97.83%, #A37333 109.98%));
    padding: 8px 20px;
    z-index: 3;
    font-size: 16px;
    font-weight: 600;
    max-width: 270px;
    margin: 0
}

.puntaNorte__section__01 .col-right .content-img .icon-round {
    position: absolute;
    z-index: 3;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
    left: 0;
    transform: translateX(-50%)
}

@media(max-width: 991.98px) {
    .puntaNorte__section__01 .col-right .content-img .icon-round {
        top: 0;
        left: 30%;
        transform: translateY(-50%)
    }
}

.puntaNorte__section__01 .col-right .content-img .icon-round .img {
    position: absolute
}

.puntaNorte__section__01 .col-right .content-img .icon-round .arrow {
    height: 50px
}

.puntaNorte__section__01 .col-right .content-img .icon-round .round {
    animation: rotating 12s linear infinite
}

.puntaNorte__section__02 {
    padding: 100px 0 65px
}

.puntaNorte__section__02 .title {
    max-width: 440px
}

.puntaNorte__section__02 .description {
    margin-top: 20px;
    margin-bottom: 75px
}

@media(max-width: 991.98px) {
    .puntaNorte__section__02 .description {
        margin-bottom: 45px
    }
}

.puntaNorte__section__02 .item {
    display: flex;
    align-items: flex-end;
    padding-bottom: 18px;
    border-bottom: solid 1px #000;
    margin-bottom: 45px
}

@media(max-width: 991.98px) {
    .puntaNorte__section__02 .item {
        margin-bottom: 15px
    }
}

.puntaNorte__section__02 .item p {
    margin: 0 35px;
    max-width: 320px
}

.puntaNorte__section__03 {
    background: #08101f;
    padding: 135px 0 75px
}

.puntaNorte__section__03 .flex {
    display: flex;
    flex-wrap: wrap
}

.puntaNorte__section__03 .col-left {
    width: 45%;
    color: #fff
}

@media(min-width: 992px) {
    .puntaNorte__section__03 .col-left {
        padding-top: 45px
    }
}

@media(max-width: 991.98px) {
    .puntaNorte__section__03 .col-left {
        width: 100%
    }
}

.puntaNorte__section__03 .col-left h2 {
    margin-bottom: 20px
}

.puntaNorte__section__03 .col-left p {
    margin-bottom: 50px;
    max-width: 450px
}

@media(max-width: 991.98px) {
    .puntaNorte__section__03 .col-left p {
        margin-bottom: 35px
    }
}

.puntaNorte__section__03 .col-left .underline {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600
}

.puntaNorte__section__03 .col-right {
    position: relative;
    width: 55%
}

@media(max-width: 991.98px) {
    .puntaNorte__section__03 .col-right {
        width: 100%;
        padding-top: 50px
    }
}

@media(min-width: 992px) {
    .puntaNorte__section__03 .col-right {
        padding-left: 25px
    }
}

.puntaNorte__section__03 .col-right .content-plantas {
    position: relative;
    z-index: 2;
    width: -moz-max-content;
    width: max-content
}

@media(max-width: 991.98px) {
    .puntaNorte__section__03 .col-right .content-plantas {
        top: -50px;
        width: 60%;
        margin: 0 20%
    }
}

@media(max-width: 767.98px) {
    .puntaNorte__section__03 .col-right .content-plantas {
        width: 80%;
        margin: 0 10%
    }
}

.puntaNorte__section__03 .col-right .content-plantas .pl {
    display: none;
    max-width: 315px
}

@media(max-width: 1199.98px) {
    .puntaNorte__section__03 .col-right .content-plantas .pl {
        max-width: 220px
    }
}

@media(max-width: 991.98px) {
    .puntaNorte__section__03 .col-right .content-plantas .pl {
        max-width: 100%
    }
}

.puntaNorte__section__03 .col-right .content-plantas .pl.active {
    display: block !important
}

.puntaNorte__section__03 .col-right .content-model {
    background: #fff;
    box-shadow: 0px -6px 16.1px 0px rgba(0, 0, 0, .1);
    padding: 50px 30px 60px 30px
}

@media(min-width: 992px) {
    .puntaNorte__section__03 .col-right .content-model {
        padding: 50px 30px 60px 170px;
        max-width: 460px;
        position: absolute;
        z-index: 1;
        top: -170px;
        right: -40px
    }
}

.puntaNorte__section__03 .col-right .content-model h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.puntaNorte__section__03 .col-right .content-model p {
    font-size: 14px;
    margin: 0
}

.puntaNorte__section__03 .col-right .content-model ul {
    margin: 20px 0
}

.puntaNorte__section__03 .col-right .content-model li {
    font-family: "Area Normal";
    font-size: 14px
}

.puntaNorte__section__03 .col-right .content-model .tab-btn {
    margin-top: 40px
}

.puntaNorte__section__03 .col-right .content-model .tab-btn button {
    display: block;
    font-family: "freight-neo-pro", sans-serif;
    background: none;
    border: none;
    margin-bottom: 20px
}

.puntaNorte__section__03 .col-right .content-model .tab-btn button.active {
    text-decoration: underline
}

.puntaNorte__section__04 {
    padding: 75px 0 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 54%, rgb(8, 16, 31) 54%);
    overflow: hidden
}

.puntaNorte__section__04 .title {
    margin-bottom: 20px;
    text-align: center;
    color: #fff
}

.puntaNorte__section__04 .description {
    max-width: 690px;
    margin: auto;
    text-align: center;
    color: #fff
}

.puntaNorte__section__04 .content-max {
    max-width: 1480px;
    margin: 0 auto 65px
}

.puntaNorte__section__04 .content-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 50px
}

.puntaNorte__section__04 .content-arrows p {
    margin: 0 25px;
    color: #fff
}

.puntaNorte__section__04 .content-arrows button {
    background: none;
    border: none
}

.puntaNorte__section__04 .slick-center .item {
    padding-top: 0
}

.puntaNorte__section__04 .item {
    position: relative;
    padding: 0 25px;
    padding-top: 40px;
    transition: all .5s
}

.puntaNorte__section__04 .item .img-fluid {
    width: 100%
}

.puntaNorte__section__04 .item p {
    font-family: "freight-neo-pro", sans-serif;
    font-size: 26px;
    position: absolute;
    bottom: 20px;
    left: 50px;
    margin: 0;
    color: #fff
}

.puntaNorte__section__04 .line {
    position: relative;
    display: block;
    max-width: 1480px;
    margin: auto;
    height: 1px;
    background: #08101f
}

@media(max-width: 1399.98px) {
    .puntaNorte__section__04 .line {
        max-width: 90%
    }
}

.puntaNorte__section__05 {
    padding: 75px 0 0
}

.puntaNorte__section__05 .row {
    justify-content: space-between
}

.puntaNorte__section__05 .row-2 {
    margin-top: 40px;
    margin-bottom: 40px
}

@media(max-width: 991.98px) {
    .puntaNorte__section__05 .row-2 {
        margin-bottom: 80px
    }
}

.puntaNorte__section__05 .title {
    max-width: 400px;
    margin: 0
}

.puntaNorte__section__05 .description {
    margin: 45px 0 0
}

.puntaNorte__section__05 .uppercase {
    text-transform: uppercase;
    font-weight: bold
}

.puntaNorte__section__05 .goldText {
    color: #c2934a;
    text-decoration: underline;
    text-transform: uppercase
}

.puntaNorte__section__05 .section-map {
    background: #08101f
}

.puntaNorte__section__05 .section-map .max-container {
    position: relative;
    max-width: 1480px;
    margin: auto
}

@media(min-width: 992px) {
    .puntaNorte__section__05 .section-map .max-container {
        min-height: 640px
    }
}

@media(max-width: 991.98px) {
    .puntaNorte__section__05 .section-map .max-container .content-map {
        position: relative;
        max-width: 100%;
        height: auto
    }
}

@media(min-width: 992px) {
    .puntaNorte__section__05 .section-map .max-container .content-map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1
    }
}

@media(max-width: 991.98px) {
    .puntaNorte__section__05 .section-map .max-container .content-map .mapa {
        max-width: 100%;
        height: auto
    }
}

@media(min-width: 992px) {
    .puntaNorte__section__05 .section-map .max-container .content-map .mapa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1
    }
}

.puntaNorte__section__05 .section-map .max-container .content-map .icon-round {
    position: absolute;
    z-index: 3;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
    left: 43%;
    transform: translateX(-50%);
    background: #08101f;
    border-radius: 160px;
    aspect-ratio: 1
}

@media(max-width: 991.98px) {
    .puntaNorte__section__05 .section-map .max-container .content-map .icon-round {
        width: 100px;
        height: 100px
    }
}

.puntaNorte__section__05 .section-map .max-container .content-map .icon-round .img {
    position: absolute
}

.puntaNorte__section__05 .section-map .max-container .content-map .icon-round .arrow {
    height: 50px
}

.puntaNorte__section__05 .section-map .max-container .content-map .icon-round .round {
    animation: rotating 12s linear infinite
}

.puntaNorte__section__05 .section-map .max-container .content-info {
    background: #08101f
}

@media(max-width: 991.98px) {
    .puntaNorte__section__05 .section-map .max-container .content-info {
        max-width: 720px;
        margin: 50px auto
    }
}

@media(max-width: 767.98px) {
    .puntaNorte__section__05 .section-map .max-container .content-info {
        max-width: 540px
    }
}

@media(max-width: 575.98px) {
    .puntaNorte__section__05 .section-map .max-container .content-info {
        padding: 0 25px;
        margin: 0 auto 50px
    }
}

@media(min-width: 992px) {
    .puntaNorte__section__05 .section-map .max-container .content-info {
        position: absolute;
        top: 30%;
        left: 7%;
        z-index: 3
    }
}

.puntaNorte__section__05 .section-map .max-container .content-info .content-tabs {
    margin-bottom: 40px
}

.puntaNorte__section__05 .section-map .max-container .content-info .content-tabs .tab {
    display: none;
    color: #fff !important
}

.puntaNorte__section__05 .section-map .max-container .content-info .content-tabs .tab.active {
    display: block !important
}

.puntaNorte__section__05 .section-map .max-container .content-info .content-tabs .tab li {
    font-family: "Area Normal";
    font-size: 16px
}

.puntaNorte__section__05 .section-map .list-tabs {
    position: relative;
    border: solid 1px #08101f;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 15px 50px;
    transform: translateY(-50%);
    z-index: 2
}

.puntaNorte__section__05 .section-map .list-tabs .active {
    text-decoration: underline
}

.puntaNorte__section__05 .section-map .list-tabs button {
    font-family: "Area Normal";
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    background: none;
    border: none
}

.puntaNorte__section__06 {
    padding: 100px 0;
    position: relative
}

.puntaNorte__section__06 .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.puntaNorte__section__06 .container {
    position: relative;
    z-index: 2
}

.puntaNorte__section__06 .flex {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 991.98px) {
    .puntaNorte__section__06 .flex {
        flex-direction: column
    }
}

.puntaNorte__section__06 .flex h2 {
    color: #fff;
    margin: 0
}

@media(max-width: 991.98px) {
    .puntaNorte__section__06 .flex h2 {
        margin-bottom: 30px
    }
}

@media(min-width: 992px) {
    .puntaNorte__section__06 .flex .img-fluid {
        margin-left: 50px
    }
}

.puntaNorte__section__07 {
    position: relative;
    padding: 70px 0 70px 0
}

@media(min-width: 992px)and (max-width: 1199.98px) {
    .puntaNorte__section__07 {
        overflow: hidden
    }
}

.puntaNorte__section__07 h2 {
    max-width: 520px;
    margin-bottom: 20px
}

@media(max-width: 991.98px) {
    .puntaNorte__section__07 .content-text {
        margin-bottom: 10px
    }
}

.puntaNorte__section__07 .content-img {
    aspect-ratio: 1.25
}

@media(min-width: 1400px) {
    .puntaNorte__section__07 .content-img {
        overflow: hidden;
        position: relative
    }
}

@media(max-width: 991.98px) {
    .puntaNorte__section__07 .content-img {
        position: relative
    }
}

.puntaNorte__section__07 .content-img .background {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1
}

@media(min-width: 1400px) {
    .puntaNorte__section__07 .content-img .background {
        top: 0
    }
}

@media(min-width: 992px)and (max-width: 1199.98px) {
    .puntaNorte__section__07 .content-img .background {
        right: -190px
    }
}

@media(max-width: 991.98px) {
    .puntaNorte__section__07 .content-img .background {
        right: initial;
        left: 0;
        top: 30px
    }
}

.puntaNorte__section__07 .container-form {
    max-width: 480px;
    margin-top: 30px
}

.puntaNorte__section__07 .container-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.puntaNorte__section__07 .container-form form span,
.puntaNorte__section__07 .container-form form label {
    width: 100%
}

.puntaNorte__section__07 .container-form form label {
    margin-bottom: 20px
}

.puntaNorte__section__07 .container-form form input,
.puntaNorte__section__07 .container-form form textarea {
    width: 100%;
    border: solid 1px #08101f;
    font-family: "Area Normal";
    padding: 8px 15px;
    color: #000;
    font-size: 14px
}

.puntaNorte__section__07 .container-form form input::-moz-placeholder,
.puntaNorte__section__07 .container-form form textarea::-moz-placeholder {
    font-family: "Area Normal";
    color: #000
}

.puntaNorte__section__07 .container-form form input::placeholder,
.puntaNorte__section__07 .container-form form textarea::placeholder {
    font-family: "Area Normal";
    color: #000
}

.puntaNorte__section__07 .container-form form textarea {
    max-height: 110px
}

.puntaNorte__section__07 .container-form .global-btn {
    background: #08101f;
    border: none;
    padding: 3px 15px
}

.puntaNorte__section__07 .container-form .global-btn span {
    background: var(--Linear, linear-gradient(270deg, #F7E788 -0.45%, #E4B864 40.41%, #E7B965 69.12%, #DAAC5B 79.06%, #BA8B44 97.83%, #A37333 109.98%));
    -webkit-background-clip: text;
    background-clip: text;
    color: rgba(0, 0, 0, 0)
}

.puntaNorte__section__07 .container-form .wpcf7-not-valid-tip {
    color: #08101f;
    font-size: 12px
}

.puntaNorte__section__07 .container-form .wpcf7-response-output {
    font-family: "Area Normal";
    margin: 20px 0;
    background: #f7e684;
    border: 0;
    font-size: 14px;
    width: 100%;
    padding: 5px 10px
}

.puntaNorte__section__footer {
    background: #141b28;
    padding: 20px 0 30px;
    color: #fff !important
}

.puntaNorte__section__footer .logo {
    max-width: 140px
}

@media(max-width: 991.98px) {
    .puntaNorte__section__footer .logo {
        display: block;
        margin: 0 auto 30px
    }
}

.puntaNorte__section__footer .text-underline {
    display: block;
    font-size: 19px;
    padding-bottom: 10px;
    margin: 0
}

.puntaNorte__section__footer .underline {
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    background: linear-gradient(270deg, #F7E788 -0.45%, #E4B864 40.41%, #E7B965 69.12%, #DAAC5B 79.06%, #BA8B44 97.83%, #A37333 109.98%);
    margin-bottom: 15px
}

.puntaNorte__section__footer .subtitle {
    font-family: "freight-neo-pro", sans-serif;
    font-size: 18px;
    margin-bottom: 10px
}

.puntaNorte__section__footer p {
    font-size: 13px;
    margin: 0
}

.puntaNorte__section__footer .a-flex {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px
}

.puntaNorte__section__footer .a-flex svg {
    margin-right: 10px;
    min-width: 20px
}

@media(max-width: 1199.98px) {
    .puntaNorte__section__footer .email {
        font-size: 11px
    }
}

@media(max-width: 575.98px) {
    .puntaNorte__section__footer .email {
        font-size: 13px
    }
}

@media(max-width: 767.98px) {
    .puntaNorte__section__footer .text-contact {
        margin-bottom: 20px
    }
}

.inm__home-01 {
    height: 120vh;
    width: 100%;
    position: relative
}

@media(max-width: 991.98px) {
    .inm__home-01 {
        height: 100vh
    }
}

.inm__home-01::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%)
}

.inm__home-01-video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover
}

.inm__home-01-text,
.inm__home-01 .container,
.inm__home-01 .row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.inm__home-01 .title {
    color: #fff;
    font-weight: 400;
    margin-top: 1em
}

@media(max-width: 991.98px) {
    .inm__home-01 .title {
        text-align: center
    }
}

.inm__home-01 .title .color {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #cc1517;
    color: #fff;
    padding: 4px 13px;
    margin-top: 12px;
    font-weight: 700;
    font-family: "Futura PT", sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.inm__home-01 .paragraph {
    color: #fff;
    margin-top: 21px
}

@media(max-width: 991.98px) {
    .inm__home-01 .paragraph {
        text-align: center
    }
}

.inm__home-01 .paragraph b {
    color: #fff
}

.inm__home-01 .global_btn {
    border-color: #fff;
    color: #fff;
    margin-top: 32px;
    transition: all 1s ease
}

@media(max-width: 991.98px) {
    .inm__home-01 .global_btn {
        margin: 32px auto 0
    }
}

.inm__home-01 .global_btn:hover {
    transition: all 1s ease;
    background-color: #26235c
}

.inm__home-02 {
    padding: 4em 0;
    background-color: #e8e8e8
}

.inm__home-02 .title {
    color: #26235c;
    text-align: center
}

.inm__home-02-contadores {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 4em
}

@media(max-width: 991.98px) {
    .inm__home-02-contadores {
        flex-direction: column
    }
}

.inm__home-02-contadores .linea {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    opacity: .1;
    height: 79px
}

@media(max-width: 991.98px) {
    .inm__home-02-contadores .linea {
        border-right: none;
        border-left: none;
        border-top: 1px solid #000;
        width: 60%;
        height: auto
    }
}

.inm__home-02-contadores-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start
}

@media(max-width: 991.98px) {
    .inm__home-02-contadores-box {
        align-items: center;
        text-align: center
    }
}

.inm__home-02-contadores-box .numero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.inm__home-02-contadores-box .numero span {
    font-family: "Futura PT", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase
}

.inm__home-02-contadores-box .numero.rojo span {
    color: #cc1517
}

.inm__home-02-contadores-box .numero.amarillo span {
    color: #ffd500
}

.inm__home-02-contadores-box .numero.verde span {
    color: #008838
}

.inm__home-02-contadores-box .numero .contador {
    color: #26235c;
    font-family: "Futura PT", sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase
}

.inm__home-02-contadores-box p {
    white-space: pre-line
}

.inm__home-03 {
    background-color: #26235c;
    padding: 4em 0
}

.inm__home-03 .row {
    align-items: center;
    justify-content: space-between
}

.inm__home-03 .title {
    color: #fff;
    margin-bottom: 21px
}

@media(max-width: 991.98px) {
    .inm__home-03 .title {
        text-align: center
    }
}

.inm__home-03 .paragraph {
    color: #fff;
    margin-bottom: 31px
}

@media(max-width: 991.98px) {
    .inm__home-03 .paragraph {
        text-align: center
    }
}

.inm__home-03 .global_btn {
    color: #fff;
    border-color: #fff;
    transition: all 1s ease
}

@media(max-width: 991.98px) {
    .inm__home-03 .global_btn {
        margin: auto
    }
}

.inm__home-03 .global_btn:hover {
    background-color: #fff;
    color: #26235c;
    transition: all 1s ease
}

.inm__home-03-accordion {
    border-bottom: 1px solid #fff
}

@media(max-width: 991.98px) {
    .inm__home-03-accordion {
        text-align: center;
        margin-top: 4em
    }
}

.inm__home-03-accordion-box {
    border-top: 1px solid #fff
}

.inm__home-03-accordion-box-title {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 21px;
    margin-bottom: 21px
}

@media(max-width: 991.98px) {
    .inm__home-03-accordion-box-title {
        justify-content: center
    }
}

.inm__home-03-accordion-box-title .title {
    cursor: pointer;
    opacity: .5;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Futura PT", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700
}

.inm__home-03-accordion-box-title .icono {
    width: 0;
    opacity: 0;
    left: 60px;
    position: relative;
    display: block;
    transition: all 1s ease
}

.inm__home-03-accordion-box-title .paragraph {
    margin-bottom: 0
}

.inm__home-03-accordion-box .paragraph {
    margin-bottom: 0
}

.inm__home-03-accordion-box .paragraph b {
    color: #fff
}

.inm__home-03-accordion-box:hover .title {
    opacity: 1;
    transition: all 1s ease
}

.inm__home-03-accordion-box.active .title {
    opacity: 1;
    transition: all 1s ease
}

.inm__home-03-accordion-box.active .icono {
    width: -moz-fit-content;
    width: fit-content;
    left: 10px;
    opacity: 1;
    transition: all 1s ease
}

.inm__home-03-accordion-box.active .inm__home-03-accordion-box-content .paragraph {
    display: block;
    opacity: 1;
    transition: all 1s ease;
    margin-bottom: 21px
}

.inm__home-03-accordion-box-content .paragraph {
    display: none;
    opacity: 0;
    transition: all 1s ease
}

.inm__home-04 {
    padding: 4em 0 6em;
    background: linear-gradient(180deg, rgb(38, 35, 92) 16%, rgb(255, 255, 255) 16%)
}

@media(max-width: 991.98px) {
    .inm__home-04 {
        background: linear-gradient(180deg, rgb(38, 35, 92) 12%, rgb(255, 255, 255) 12%)
    }
}

@media(max-width: 767.98px) {
    .inm__home-04 {
        background: linear-gradient(180deg, rgb(255, 255, 255) 12%, rgb(255, 255, 255) 12%)
    }
}

.inm__home-04 .container-fluid,
.inm__home-04 .container-sm,
.inm__home-04 .container-md,
.inm__home-04 .container-lg,
.inm__home-04 .container-xl,
.inm__home-04 .container-xxl {
    padding-right: 0;
    padding-left: calc(var(--bs-gutter-x)*4.1)
}

@media(max-width: 767.98px) {

    .inm__home-04 .container-fluid,
    .inm__home-04 .container-sm,
    .inm__home-04 .container-md,
    .inm__home-04 .container-lg,
    .inm__home-04 .container-xl,
    .inm__home-04 .container-xxl {
        padding-left: 0
    }
}

.inm__home-04 .row {
    margin: 0 0;
    align-items: flex-end;
    justify-content: space-between
}

.inm__home-04-text {
    position: relative
}

@media(max-width: 767.98px) {
    .inm__home-04-text {
        text-align: center
    }
}

.inm__home-04-text .title {
    color: #26235c;
    margin-top: 30px;
    margin-bottom: 13px
}

.inm__home-04-text .paragraph {
    color: #000;
    margin-bottom: 32px
}

@media(max-width: 767.98px) {
    .inm__home-04-text .paragraph {
        width: 80%;
        margin: auto
    }
}

.inm__home-04-text .global_btn {
    border-color: #26235c;
    color: #26235c
}

@media(max-width: 767.98px) {
    .inm__home-04-text .global_btn {
        margin: 1em auto 0
    }
}

.inm__home-04-text .global_btn:hover {
    background-color: #26235c;
    color: #fff;
    transition: all 1s ease
}

.inm__home-04-control-slider {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 0;
    bottom: 0
}

@media(max-width: 1199.98px) {
    .inm__home-04-control-slider {
        right: -60px
    }
}

@media(max-width: 991.98px) {
    .inm__home-04-control-slider {
        right: 0px;
        position: relative;
        margin-top: 2em
    }
}

@media(max-width: 767.98px) {
    .inm__home-04-control-slider {
        bottom: 0;
        right: 0;
        justify-content: center
    }
}

.inm__home-04-control-slider .controls {
    background-color: #26235c;
    width: 37.006px;
    height: 44.024px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.inm__home-04-control-slider .controls.slick-disabled {
    opacity: .5;
    pointer-events: none
}

@media(max-width: 767.98px) {
    .inm__home-04-slider {
        margin-top: 3em
    }
}

.inm__home-04-slider .slick-track {
    display: flex;
    gap: 20px
}

.inm__home-04-slider .box {
    box-shadow: 1px 4px 18.5px 0px rgba(0, 0, 0, .2)
}

.inm__home-04-slider .box-image {
    height: 225px;
    overflow: hidden
}

.inm__home-04-slider .box-image .img-slider {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.inm__home-04-slider .box-text {
    padding: 32px 29px
}

@media(max-width: 1199.98px) {
    .inm__home-04-slider .box-text {
        padding: 32px 20px 0
    }
}

.inm__home-04-slider .box-text .title {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px
}

.inm__home-04-slider .box-text p {
    white-space: pre-line
}

@media(max-width: 1199.98px) {
    .inm__home-04-slider .box-text p {
        white-space: normal
    }
}

.inm__home-04-slider .box-text .ubicacion {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px
}

.inm__home-04-slider .box-text .ubicacion p {
    margin: 0;
    text-transform: uppercase
}

.inm__home-04-slider .box-text .estado {
    font-weight: 700;
    text-transform: uppercase
}

.inm__home-04-slider .box-text .global_btn {
    background-color: #26235c;
    color: #fff;
    transition: all 1s ease
}

.inm__home-04-slider .box-text .global_btn:hover {
    background-color: #fff;
    color: #26235c;
    transition: all 1s ease
}

.inm__home-05 {
    padding: 6em 0;
    background-color: #e8e8e8;
    position: relative
}

.inm__home-05 .container .row {
    align-items: flex-end
}

@media(max-width: 767.98px) {
    .inm__home-05-text {
        text-align: center
    }
}

.inm__home-05-text .title {
    color: #26235c
}

.inm__home-05-text .paragraph {
    white-space: pre-line;
    margin-bottom: 0
}

@media(max-width: 991.98px) {
    .inm__home-05-text .paragraph {
        white-space: normal
    }
}

.inm__home-05 .global_btn {
    border-color: #26235c;
    color: #26235c;
    margin: auto
}

@media(max-width: 991.98px) {
    .inm__home-05 .global_btn {
        float: right
    }
}

@media(max-width: 767.98px) {
    .inm__home-05 .global_btn {
        margin: 1em auto;
        float: inherit
    }
}

.inm__home-05 .global_btn:hover {
    background-color: #26235c;
    color: #fff;
    transition: all 1s ease
}

.inm__home-05 .container-fluid,
.inm__home-05 .container-sm,
.inm__home-05 .container-md,
.inm__home-05 .container-lg,
.inm__home-05 .container-xl,
.inm__home-05 .container-xxl {
    padding: 0 0
}

.inm__home-05 .container-fluid .row,
.inm__home-05 .container-sm .row,
.inm__home-05 .container-md .row,
.inm__home-05 .container-lg .row,
.inm__home-05 .container-xl .row,
.inm__home-05 .container-xxl .row {
    margin: 0 0
}

.inm__home-05-slider {
    margin-top: 4em
}

.inm__home-05-slider .slick-track {
    display: flex;
    gap: 25px
}

.inm__home-05-slider .slick-slide.slick-current .inm__home-05-slider-post-body {
    top: 0;
    transition: all 1s linear
}

.inm__home-05-slider .slick-slide.slick-current .inm__home-05-slider-post-image {
    height: 254px;
    transition: all 1s linear
}

.inm__home-05-slider .slick-slide.slick-current .extract {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all .5 linear
}

.inm__home-05-slider-post:nth-child(3n+1) .fecha {
    background-color: #cc1517
}

.inm__home-05-slider-post:nth-child(3n+2) .fecha {
    background-color: #ffd500;
    color: #000
}

.inm__home-05-slider-post:nth-child(3n) .fecha {
    background-color: #008838
}

.inm__home-05-slider-post-image {
    height: 195px;
    transition: all 1s linear
}

.inm__home-05-slider-post-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.inm__home-05-slider-post-body {
    padding: 1em 1em;
    position: relative;
    top: -30px;
    transition: all 1s linear
}

.inm__home-05-slider-post-body .fecha {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    padding: 5px 8px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-transform-margin-bottom: 21px
}

.inm__home-05-slider-post-body .title {
    color: #26235c;
    font-family: "Futura PT", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700
}

.inm__home-05-slider-post-body .extract {
    font-size: 16px;
    color: #000;
    opacity: 0;
    display: none;
    transition: all .5 linear
}

.inm__home-05-control-slider {
    position: absolute;
    width: 100%;
    bottom: 125px;
    right: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px
}

@media(max-width: 767.98px) {
    .inm__home-05-control-slider {
        position: relative;
        bottom: 0
    }
}

.inm__home-05-control-slider .linea {
    width: 50%;
    border-top: 1px solid #000;
    opacity: .1
}

@media(max-width: 1199.98px) {
    .inm__home-05-control-slider .linea {
        width: 30%
    }
}

@media(max-width: 767.98px) {
    .inm__home-05-control-slider .linea {
        width: 100%
    }
}

.inm__home-05-control-slider .controls {
    border: 1px solid rgba(0, 0, 0, .2);
    height: 47px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.inm__home-05-control-slider .controls path {
    stroke: rgba(0, 0, 0, .2)
}

.inm__home-05-control-slider .controls:hover {
    opacity: .5
}

@media(max-width: 991.98px) {
    .banner__hero.nosotros__01 {
        height: 100vh
    }
}

.banner__hero.nosotros__01::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("src/img/inmobiliaria/nosotros/nosotros.jpg") #d3d3d3 50%/cover no-repeat
}

@media(max-width: 991.98px) {
    .banner__hero.nosotros__01 .banner__hero-text {
        text-align: center
    }
}

@media(max-width: 575.98px) {
    .banner__hero.nosotros__01 .banner__hero-text .paragraph {
        white-space: normal
    }
}

@media(max-width: 991.98px) {
    .banner__hero.nosotros__01 .banner__hero-buttons {
        justify-content: center
    }
}

@media(max-width: 575.98px) {
    .banner__hero.nosotros__01 .banner__hero-buttons {
        flex-direction: column;
        align-items: center
    }
}

.nosotros__02 {
    padding: 4em 0
}

.nosotros__02 .azul {
    background-color: #26235c
}

.nosotros__02-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 42px 94px 0
}

@media(max-width: 767.98px) {
    .nosotros__02-wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }
}

@media(max-width: 575.98px) {
    .nosotros__02-wrap {
        padding: 50px 20px 0
    }
}

@media(max-width: 767.98px) {
    .nosotros__02-text {
        text-align: center
    }
}

.nosotros__02-text .title {
    color: #fff
}

.nosotros__02-text .paragraph {
    color: #fff
}

.nosotros__02-controls {
    display: flex;
    gap: 10px
}

.nosotros__02-controls .controls {
    width: 45px;
    height: 56px;
    border: 1px solid #cc1517;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 1s ease
}

.nosotros__02-controls .controls:hover {
    background-color: #cc1517;
    transition: all 1s ease
}

.nosotros__02-controls .controls.slick-disabled {
    opacity: .3;
    pointer-events: none
}

.nosotros__02-slider {
    padding: 42px 0px 60px 94px
}

@media(max-width: 991.98px) {
    .nosotros__02-slider {
        padding: 42px 0px 60px 66px
    }
}

@media(max-width: 575.98px) {
    .nosotros__02-slider {
        padding: 42px 60px
    }
}

.nosotros__02-slider::before {
    content: "";
    background: #fff;
    left: -15px;
    width: 45%;
    height: 1px;
    position: absolute
}

.nosotros__02-slider::after {
    content: "";
    background: #fff;
    right: -15px;
    bottom: 44px;
    width: 45%;
    height: 1px;
    position: absolute
}

@media(max-width: 575.98px) {
    .nosotros__02-slider::after {
        right: 0
    }
}

.nosotros__02-slider .slick-list {
    margin: 2em 0
}

.nosotros__02-slider .linea-tiempo {
    display: flex;
    align-items: center;
    gap: 27px
}

@media(max-width: 575.98px) {
    .nosotros__02-slider .linea-tiempo {
        gap: 0;
        flex-direction: column
    }
}

.nosotros__02-slider .paragraph {
    margin: 0 0;
    color: #fff;
    white-space: pre-line;
    font-size: 18px
}

@media(max-width: 991.98px) {
    .nosotros__02-slider .paragraph {
        white-space: normal
    }
}

@media(max-width: 575.98px) {
    .nosotros__02-slider .paragraph {
        text-align: center
    }
}

.nosotros__02-slider .wrapper-ano {
    display: flex;
    position: relative
}

.nosotros__02-slider .wrapper-ano .ano {
    font-family: "Futura PT", sans-serif;
    font-size: 105px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    mix-blend-mode: multiply
}

@media(max-width: 991.98px) {
    .nosotros__02-slider .wrapper-ano .ano {
        font-size: 95px
    }
}

@media(max-width: 575.98px) {
    .nosotros__02-slider .wrapper-ano .ano {
        font-size: 80px
    }
}

.nosotros__02-slider .wrapper-ano .linea {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 105px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    opacity: .5;
    mix-blend-mode: multiply;
    position: absolute;
    color: rgba(0, 0, 0, 0);
    left: -5px;
    top: -4px
}

@media(max-width: 991.98px) {
    .nosotros__02-slider .wrapper-ano .linea {
        font-size: 95px
    }
}

@media(max-width: 575.98px) {
    .nosotros__02-slider .wrapper-ano .linea {
        font-size: 80px
    }
}

.nosotros__03 {
    background-color: #e8e8e8;
    padding: 4em 0 7em;
    overflow: hidden
}

.nosotros__03-title .title {
    margin-bottom: 60px;
    text-align: center;
    color: #26235c
}

.nosotros__03-box {
    align-items: center
}

.nosotros__03-box .separador {
    border-top: 1px solid #cc1517;
    width: 60%;
    margin-top: 48px;
    margin-bottom: 48px;
    position: relative;
    left: -50%
}

@media(max-width: 991.98px) {
    .nosotros__03-box .separador {
        left: -54%
    }
}

.nosotros__03-box .separador.right {
    right: -49%;
    left: inherit
}

@media(max-width: 991.98px) {
    .nosotros__03-box .separador.right {
        right: -55%
    }
}

.nosotros__03-box.flip {
    flex-direction: row-reverse
}

.nosotros__03-box.flip .nosotros__03-box-text {
    left: 50px;
    position: relative
}

@media(max-width: 991.98px) {
    .nosotros__03-box.flip .nosotros__03-box-text {
        left: 0
    }
}

.nosotros__03-box.flip .image-box {
    float: right;
    right: 0
}

.nosotros__03-box .image-box {
    width: 95%
}

@media(max-width: 991.98px) {
    .nosotros__03-box .image-box {
        width: 100%
    }
}

.nosotros__03-box .title-icon {
    display: flex;
    gap: 17px;
    align-items: flex-end;
    margin-bottom: 33px
}

@media(max-width: 991.98px) {
    .nosotros__03-box .title-icon {
        margin-top: 25px;
        justify-content: center
    }
}

.nosotros__03-box .title-icon span {
    display: block;
    color: #26235c;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Futura PT", sans-serif;
    font-size: 43px;
    font-weight: 700
}

@media(max-width: 991.98px) {
    .nosotros__03-box .title-icon span {
        font-size: 40px
    }
}

@media(max-width: 575.98px) {
    .nosotros__03-box .title-icon span {
        font-size: 38px
    }
}

.nosotros__03-box .paragraph {
    width: 85%;
    white-space: pre-line
}

@media(max-width: 991.98px) {
    .nosotros__03-box .paragraph {
        margin: auto;
        text-align: center
    }
}

.nosotros__04 {
    padding: 6em 0
}

.nosotros__04-title .title {
    text-align: center;
    color: #000
}

.nosotros__04-title .paragraph {
    color: #000;
    text-align: center
}

.nosotros__04-servicio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.nosotros__04-servicio-box {
    margin-top: 3em;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media(max-width: 991.98px) {
    .nosotros__04-servicio-box {
        width: 33.33%
    }
}

@media(max-width: 767.98px) {
    .nosotros__04-servicio-box {
        width: 50%
    }
}

@media(max-width: 575.98px) {
    .nosotros__04-servicio-box {
        width: 100%
    }
}

@media(max-width: 991.98px) {
    .nosotros__04-servicio-box svg {
        height: 100px
    }
}

.nosotros__04-servicio-box span {
    margin-top: 21px;
    color: #26235c;
    text-transform: uppercase;
    text-align: center;
    white-space: pre-line;
    line-height: 1;
    font-family: "Futura PT", sans-serif;
    font-size: 26px;
    font-weight: 700
}

@media(max-width: 991.98px) {
    .nosotros__04-servicio-box span {
        font-size: 20px
    }
}

.nosotros__05-text {
    background-color: #e8e8e8;
    padding: 80px 0 50px;
    width: 94%;
    margin: auto
}

.nosotros__05-text .title {
    text-align: center;
    color: #26235c
}

.nosotros__05-text .paragraph {
    width: 70%;
    margin: auto;
    text-align: center
}

.nosotros__05-certificados {
    background-color: #26235c;
    display: flex;
    justify-content: space-evenly;
    padding: 1em 8em
}

@media(max-width: 767.98px) {
    .nosotros__05-certificados {
        padding: 1em 2em
    }
}

@media(max-width: 575.98px) {
    .nosotros__05-certificados {
        flex-direction: column;
        gap: 10px;
        align-items: center
    }
}

.nosotros__05-certificados .separador {
    width: 1px;
    height: 42px;
    background: #fff
}

@media(max-width: 575.98px) {
    .nosotros__05-certificados .separador {
        width: 50%;
        height: 1px
    }
}

.nosotros__05-certificados .certificado span {
    color: #fff;
    display: block;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 700
}

.nosotros__06 {
    position: relative;
    margin-bottom: 3em
}

.nosotros__06::before {
    content: "";
    background: linear-gradient(180deg, rgb(232, 232, 232) 46%, rgb(255, 255, 255) 46%);
    width: 94%;
    margin: auto;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0
}

.nosotros__06-text {
    padding: 130px 0 60px;
    position: relative
}

@media(max-width: 575.98px) {
    .nosotros__06-text {
        padding: 130px 30px 60px
    }
}

.nosotros__06-text .title {
    text-align: center;
    color: #26235c;
    margin-bottom: 20px
}

.nosotros__06-text .global_btn {
    margin: auto;
    border-color: #26235c;
    color: #26235c
}

.nosotros__06-text .global_btn:hover {
    background-color: #26235c;
    color: #fff;
    transition: all 1s ease
}

.nosotros__06-slider {
    width: 100%
}

@media(max-width: 767.98px) {
    .nosotros__06-slider {
        margin-top: 3em
    }
}

.nosotros__06-slider .slick-track {
    padding-bottom: 3em;
    display: flex;
    gap: 20px
}

.nosotros__06-slider .box {
    box-shadow: 1px 4px 18.5px 0px rgba(0, 0, 0, .2)
}

.nosotros__06-slider .box-image {
    height: 225px;
    overflow: hidden
}

.nosotros__06-slider .box-image .img-slider {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.nosotros__06-slider .box-text {
    padding: 32px 29px 0;
    background-color: #fff;
    box-shadow: 1px 4px 18.5px 0px rgba(0, 0, 0, .2);
    padding-bottom: 30px
}

.nosotros__06-slider .box-text .title {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px
}

.nosotros__06-slider .box-text p {
    white-space: pre-line
}

.nosotros__06-slider .box-text .ubicacion {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px
}

.nosotros__06-slider .box-text .ubicacion p {
    margin: 0;
    text-transform: uppercase
}

.nosotros__06-slider .box-text .estado {
    font-weight: 700;
    text-transform: uppercase
}

.nosotros__06-slider .box-text .global_btn {
    background-color: #26235c;
    color: #fff
}

.nosotros__06-slider .box-text .global_btn:hover {
    background-color: #fff;
    color: #26235c;
    transition: all 1s ease
}

.nosotros__06-slider-wrapper {
    position: relative
}

.nosotros__06-control-slider {
    display: none;
    justify-content: center;
    gap: 10px
}

.nosotros__06-control-slider .controls {
    background-color: #26235c;
    width: 37.006px;
    height: 44.024px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.nosotros__06-control-slider .controls.slick-disabled {
    opacity: .5;
    pointer-events: none
}

@media(max-width: 1199.98px) {
    .nosotros__06-control-slider {
        display: flex
    }
}

.banner__hero.venta {
    height: 130vh
}

@media(max-width: 991.98px) {
    .banner__hero.venta {
        height: 100vh
    }
}

@media(max-width: 575.98px) {
    .banner__hero.venta {
        height: 110vh
    }
}

.banner__hero.venta::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%)
}

.banner__hero.venta-video {
    position: absolute;
    z-index: -5
}

@media(max-width: 991.98px) {
    .banner__hero.venta .banner__hero-text {
        text-align: center
    }
}

@media(max-width: 575.98px) {
    .banner__hero.venta .banner__hero-text .paragraph {
        white-space: normal
    }
}

@media(max-width: 991.98px) {
    .banner__hero.venta .banner__hero-buttons {
        justify-content: center
    }
}

.banner__hero.venta .banner__hero-venta__form {
    margin-top: 61px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .3);
    padding: 20px
}

.banner__hero.venta .banner__hero-venta__form .paragraph {
    color: #fff
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap
}

@media(max-width: 991.98px) {
    .banner__hero.venta .banner__hero-venta__form .wpcf7-form {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-form-control-wrap {
    width: 20%;
    background: #fff;
    border-radius: 38px;
    border: 1px solid #26235c;
    padding: 0 22px
}

@media(max-width: 991.98px) {
    .banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-form-control-wrap {
        width: 48%
    }
}

@media(max-width: 767.98px) {
    .banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-form-control-wrap {
        width: 100%;
        padding: 5px 22px
    }
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    outline: none;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #26235c;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
    color: #26235c;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: #26235c;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:-internal-autofill-selected {
    padding: 0 0;
    height: auto
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    margin-top: 8px
}

@media(max-width: 767.98px) {
    .banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
        margin-top: 0
    }
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-submit {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 66px;
    border: 1px solid #fff;
    display: flex;
    width: 122px;
    height: 41px;
    padding: 9px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-spinner {
    position: absolute
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #fff
}

.banner__hero.venta .banner__hero-venta__form .wpcf7-form .wpcf7-response-output {
    font-size: 12px;
    border: 0 none !important;
    color: #fff
}

.venta__01 {
    padding: 74px 0;
    background-color: #e8e8e8
}

.venta__01-title {
    margin-bottom: 54px
}

.venta__01-title .title {
    color: #26235c;
    text-align: center
}

.venta__01-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px
}

.venta__01-box {
    width: 48%;
    height: 335px;
    padding: 2em;
    position: relative;
    z-index: 0;
    box-shadow: 4px 4px 9.4px 0px rgba(0, 0, 0, .15);
    overflow: hidden
}

@media(max-width: 991.98px) {
    .venta__01-box {
        width: 100%
    }
}

.venta__01-box:hover .venta__01-box-slip-text {
    bottom: 0;
    transition: all 1s ease
}

.venta__01-box:hover .venta__01-box-slip-button {
    top: 2em;
    right: 2em;
    transition: all 1s ease
}

.venta__01-box:hover .background {
    transform: scale(1.1);
    transition: all 1s ease
}

.venta__01-box .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 1s ease
}

.venta__01-box .background::before {
    content: "";
    background: #000;
    position: absolute;
    opacity: .2;
    width: 100%;
    height: 100%;
    z-index: 0
}

.venta__01-box .background .img-background {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0
}

.venta__01-box .logotipo {
    position: relative
}

.venta__01-box-slip-button {
    position: absolute;
    top: 2em;
    right: -11em;
    transition: all 1s ease
}

.venta__01-box-slip-button .global_btn {
    color: #fff;
    border-color: #fff
}

.venta__01-box-slip-button .global_btn:hover {
    background-color: #26235c;
    border-color: #26235c;
    transition: all 1s ease
}

.venta__01-box-slip-text {
    position: absolute;
    left: 0;
    bottom: -130px;
    height: 128px;
    width: 100%;
    background-color: #fff;
    padding: 1.5em 1em 0 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    transition: all 1s ease
}

@media(max-width: 575.98px) {
    .venta__01-box-slip-text {
        padding: 1.5em 1em;
        height: auto;
        bottom: -100%
    }
}

.venta__01-box-slip-text .proyecto {
    width: 40%
}

@media(max-width: 575.98px) {
    .venta__01-box-slip-text .proyecto {
        width: 100% !important;
        text-align: center !important
    }
}

.venta__01-box-slip-text .proyecto.nombre {
    width: 60%;
    line-height: 1.5;
    color: #000;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700
}

.venta__01-box-slip-text .proyecto.descripcion {
    width: 60%;
    height: 57px;
    white-space: pre-line;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400
}

.venta__01-box-slip-text .proyecto.ubicacion {
    display: flex;
    gap: 9px;
    margin-bottom: 17px
}

@media(max-width: 575.98px) {
    .venta__01-box-slip-text .proyecto.ubicacion {
        justify-content: center
    }
}

.venta__01-box-slip-text .proyecto.ubicacion p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase
}

.venta__01-box-slip-text .proyecto.venta {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.banner__hero.entregados::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("src/img/inmobiliaria/entregados/proyectos-entregados.jpg") #d3d3d3 50%/cover no-repeat
}

@media(max-width: 991.98px) {
    .banner__hero.entregados .banner__hero-text {
        text-align: center
    }
}

@media(max-width: 575.98px) {
    .banner__hero.entregados .banner__hero-text .paragraph {
        white-space: normal
    }
}

.banner__hero.entregados .banner__hero-text .paragraph b {
    color: #fff !important
}

@media(max-width: 991.98px) {
    .banner__hero.entregados .banner__hero-buttons {
        justify-content: center
    }
}

@media(max-width: 575.98px) {
    .banner__hero.entregados .banner__hero-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.entregados__01 {
    padding: 74px 0;
    background-color: #e8e8e8
}

.entregados__01-title {
    margin-bottom: 54px
}

.entregados__01-title .title {
    color: #26235c;
    text-align: center
}

.entregados__01-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px
}

.entregados__01-box {
    width: 48%;
    margin-bottom: 2em;
    height: 335px;
    padding: 1em;
    position: relative;
    z-index: 0;
    box-shadow: 4px 4px 9.4px 0px rgba(0, 0, 0, .15);
    overflow: hidden
}

@media(max-width: 991.98px) {
    .entregados__01-box {
        width: 100%
    }
}

@media(max-width: 575.98px) {
    .entregados__01-box {
        height: 250px
    }
}

.entregados__01-box:hover .entregados__01-box-slip-text {
    bottom: 0;
    transition: all 1s ease
}

.entregados__01-box:hover .entregados__01-box-slip-button {
    top: 2em;
    right: 2em;
    transition: all 1s ease
}

.entregados__01-box:hover .entregados__01-box-slip-text-bottom {
    opacity: 1
}

.entregados__01-box:hover .background {
    transform: scale(1.1);
    transition: all 1s ease
}

.entregados__01-box .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 1s ease
}

.entregados__01-box .background::before {
    content: "";
    background: #000;
    position: absolute;
    opacity: .2;
    width: 100%;
    height: 100%;
    z-index: 0
}

.entregados__01-box .background .img-background {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0
}

.entregados__01-box .logotipo {
    position: relative
}

.entregados__01-box-slip-button {
    position: absolute;
    top: 2em;
    right: -11em;
    transition: all 1s ease
}

.entregados__01-box-slip-button .global_btn {
    color: #fff;
    border-color: #fff
}

.entregados__01-box-slip-button .global_btn:hover {
    background-color: #26235c;
    border-color: #26235c;
    transition: all 1s ease
}

.entregados__01-box-slip-text {
    position: absolute;
    left: 0;
    bottom: -60px;
    height: auto;
    width: 100%;
    padding: 1.5em;
    transition: all 1s ease
}

@media(max-width: 991.98px) {
    .entregados__01-box-slip-text {
        padding: 1.5em 2.5em
    }
}

.entregados__01-box-slip-text::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #26235c;
    filter: blur(75px);
    top: 0;
    position: absolute;
    left: 0
}

.entregados__01-box-slip-text-top {
    padding-bottom: 1em;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media(max-width: 575.98px) {
    .entregados__01-box-slip-text-top {
        justify-content: center;
        text-align: center
    }
}

.entregados__01-box-slip-text-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0
}

@media(max-width: 575.98px) {
    .entregados__01-box-slip-text-bottom {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px
    }
}

.entregados__01-box-slip-text .proyecto {
    position: relative;
    z-index: 2
}

.entregados__01-box-slip-text .proyecto.nombre {
    width: 80%;
    line-height: 1.5;
    color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    white-space: pre-line
}

@media(max-width: 575.98px) {
    .entregados__01-box-slip-text .proyecto.nombre {
        font-size: 22px
    }
}

.entregados__01-box-slip-text .proyecto.ubicacion {
    width: 80%;
    display: flex;
    align-items: flex-start;
    gap: 9px
}

@media(max-width: 575.98px) {
    .entregados__01-box-slip-text .proyecto.ubicacion {
        width: 80%;
        justify-content: center
    }
}

@media(max-width: 450.98px) {
    .entregados__01-box-slip-text .proyecto.ubicacion {
        width: 100%
    }
}

.entregados__01-box-slip-text .proyecto.ubicacion p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    white-space: pre-line;
    margin: 0
}

@media(max-width: 575.98px) {
    .entregados__01-box-slip-text .proyecto.ubicacion p {
        white-space: normal;
        text-align: center
    }
}

@media(max-width: 575.98px) {
    .entregados__01-box-slip-text .proyecto.ubicacion p {
        font-size: 13px
    }
}

.entregados__01-box-slip-text .proyecto.venta {
    color: #ffd500;
    font-family: "Futura PT", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 1;
    text-transform: uppercase
}

@media(max-width: 575.98px) {
    .entregados__01-box-slip-text .proyecto.venta {
        position: absolute;
        float: right;
        right: 20px;
        top: -35px
    }
}

.entregados__01-box-slip-text .proyecto.ver {
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    overflow: hidden;
    padding: 0 0
}

@media(max-width: 767.98px) {
    .entregados__01-box-slip-text .proyecto.ver {
        width: -moz-fit-content;
        width: fit-content;
        margin: auto
    }
}

.entregados__01-box-slip-text .proyecto.ver::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.entregados__01-box-slip-text .proyecto.ver::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cc1517;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: left 1s ease
}

.entregados__01-box-slip-text .proyecto.ver:hover::after {
    left: 0;
    transition: left 1s ease
}

.entregados__01 .popup {
    display: flex;
    height: 536px;
    width: 80%
}

@media(max-width: 991.98px) {
    .entregados__01 .popup {
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
        display: flex;
        align-items: center
    }
}

.entregados__01 .popup .close {
    background-color: #cc1517;
    position: absolute;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    right: 25px;
    top: 19px;
    cursor: pointer
}

.entregados__01 .popup .close p {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-top: -3px
}

.entregados__01 .popup__text {
    width: 50%;
    height: 100%;
    background-color: #e8e8e8;
    padding: 118px 53px 0;
    position: relative
}

@media(max-width: 991.98px) {
    .entregados__01 .popup__text {
        padding: 60px 80px;
        width: 90%
    }
}

@media(max-width: 767.98px) {
    .entregados__01 .popup__text {
        padding: 60px 40px
    }
}

.entregados__01 .popup__text .title {
    text-transform: inherit;
    color: #26235c;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 19px
}

.entregados__01 .popup__text .ubicacion {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 36px
}

.entregados__01 .popup__text .ubicacion p {
    top: -4px;
    position: relative;
    margin-bottom: 0;
    color: #26235c;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    white-space: pre-line
}

.entregados__01 .popup__text .descripcion {
    color: #26235c;
    font-size: 18px;
    width: 80%
}

@media(max-width: 991.98px) {
    .entregados__01 .popup__text .descripcion {
        width: 90%
    }
}

.entregados__01 .popup__text .flag-vendido {
    background-color: #ffd500;
    position: absolute;
    right: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #26235c;
    padding: 6px 50px 6px 16px
}

.entregados__01 .popup__slider {
    width: 50%;
    height: 100%
}

@media(max-width: 991.98px) {
    .entregados__01 .popup__slider {
        width: 90%
    }
}

.entregados__01 .popup__slider .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner__hero.blog::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("src/img/inmobiliaria/blog/blog_background.jpg") #d3d3d3 50%/cover no-repeat
}

.banner__hero.blog .banner__hero-text {
    text-align: center
}

.banner__hero.blog .banner__hero-text .paragraph b {
    color: #fff !important
}

.banner__hero.blog .banner__hero-text .suscribete {
    width: 50%;
    margin: 0 auto
}

.banner__hero.blog .banner__hero-text .suscribete .wpcf7-form {
    display: flex
}

@media(max-width: 767.98px) {
    .banner__hero.blog .banner__hero-text .suscribete .wpcf7-form {
        flex-direction: column;
        gap: 10px
    }
}

.banner__hero.blog .banner__hero-text .suscribete .wpcf7-form-control-wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 20px 0 0 20px
}

@media(max-width: 767.98px) {
    .banner__hero.blog .banner__hero-text .suscribete .wpcf7-form-control-wrap {
        border-radius: 20px 20px
    }
}

.banner__hero.blog .banner__hero-text .suscribete .wpcf7-form-control-wrap .wpcf7-form-control {
    background: rgba(0, 0, 0, 0);
    border: 0 none;
    outline: none;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 10px 0 10px 20px
}

.banner__hero.blog .banner__hero-text .suscribete .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
    color: #fff
}

.banner__hero.blog .banner__hero-text .suscribete .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: #fff
}

.banner__hero.blog .banner__hero-text .suscribete .wpcf7-submit {
    background-color: #26235c;
    color: #fff;
    padding: 12px 28px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 65px;
    position: relative;
    left: -20px;
    transition: all 1s ease
}

@media(max-width: 767.98px) {
    .banner__hero.blog .banner__hero-text .suscribete .wpcf7-submit {
        left: 0
    }
}

.banner__hero.blog .banner__hero-text .suscribete .wpcf7-submit:hover {
    background-color: #e8e8e8;
    color: #26235c;
    transition: all 1s ease
}

.banner__hero.blog .banner__hero-text .suscribete .wpcf7-spinner {
    position: absolute;
    right: 0
}

.blog__01 {
    background-color: #e8e8e8;
    padding: 4em 0
}

.blog__01-wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%
}

@media(max-width: 991.98px) {
    .blog__01-wrapper {
        flex-direction: column
    }
}

.blog__01-separador {
    background-color: #d9d9d9;
    height: auto;
    width: 2px;
    flex-shrink: 0;
    margin: 6em 0
}

@media(max-width: 991.98px) {
    .blog__01-separador {
        height: 2px;
        width: 100%;
        margin: 2em 0 0
    }
}

.blog__01-categorias {
    width: 27%
}

@media(max-width: 991.98px) {
    .blog__01-categorias {
        width: 100%
    }
}

@media(max-width: 991.98px) {
    .blog__01-categorias span {
        text-align: center;
        display: block
    }
}

.blog__01-categorias .separador {
    background-color: #d9d9d9;
    height: 1px;
    width: 90%;
    flex-shrink: 0;
    margin: 20px 0
}

.blog__01-categorias ul {
    padding: 0 0
}

@media(max-width: 991.98px) {
    .blog__01-categorias ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center
    }
}

.blog__01-categorias ul li {
    margin-bottom: 10px
}

.blog__01-categorias ul a {
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    border-radius: 38px;
    border: 1px solid #26235c;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #26235c
}

.blog__01-categorias ul a.active,
.blog__01-categorias ul a:hover {
    background-color: #26235c;
    color: #fff
}

.blog__01-categorias-pagination {
    margin-top: 172px
}

@media(max-width: 991.98px) {
    .blog__01-categorias-pagination {
        margin-top: 42px;
        justify-content: center;
        align-items: center;
        display: flex
    }
}

.blog__01-categorias-pagination .pagination-list {
    gap: 7px
}

.blog__01-categorias-pagination .pagination-list li {
    display: flex;
    width: 25px;
    height: 29px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.blog__01-categorias-pagination .pagination-list li .page-numbers {
    color: #26235c;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0
}

.blog__01-categorias-pagination .pagination-list li .page-numbers.current {
    border-bottom: 1px solid #26235c
}

.blog__01-categorias-pagination .pagination-list li .page-numbers:hover {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #26235c
}

.blog__01-publicaciones {
    width: 68%;
    margin-top: 3em;
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden scroll;
    height: 650px;
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(0, 0, 0, 0)
}

.blog__01-publicaciones::-webkit-scrollbar {
    width: 8px
}

.blog__01-publicaciones::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
}

.blog__01-publicaciones::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0)
}

@media(max-width: 991.98px) {
    .blog__01-publicaciones {
        width: 100%
    }
}

.blog__01-publicaciones-box {
    width: 46%;
    margin-bottom: 10px
}

@media(max-width: 991.98px) {
    .blog__01-publicaciones-box {
        width: 100%
    }
}

.blog__01-publicaciones-box:hover .wp-post-image {
    transform: scale(1.4);
    transition: all 1s ease
}

.blog__01-publicaciones-box:hover .blog__01-publicaciones-box-content {
    background-color: #fff;
    transition: all 1s ease
}

.blog__01-publicaciones-box:nth-child(3n+1) .fecha {
    background-color: #cc1517
}

.blog__01-publicaciones-box:nth-child(3n+2) .fecha {
    background-color: #ffd500;
    color: #26235c
}

.blog__01-publicaciones-box:nth-child(3n) .fecha {
    background-color: #008838
}

.blog__01-publicaciones-box-imagen {
    overflow: hidden;
    height: 251px
}

.blog__01-publicaciones-box-imagen .wp-post-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s ease
}

.blog__01-publicaciones-box-content {
    transition: all 1s ease;
    padding: 0 1em 2em
}

.blog__01-publicaciones-box-content .fecha {
    padding: 5px 8px;
    position: relative;
    top: -20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.51px;
    text-transform: uppercase
}

.blog__01-publicaciones-box-content .category {
    margin: 0 0
}

.blog__01-publicaciones-box-content .category a {
    color: #26235c;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-decoration: none
}

.blog__01-publicaciones-box-content .separador {
    background-color: #d9d9d9;
    height: 1px;
    width: 90%;
    flex-shrink: 0;
    margin: 12px 0 16px
}

.blog__01-publicaciones-box-content .title {
    color: #26235c;
    font-family: "Futura PT", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase
}

.blog__01-publicaciones-box-content .excerpt {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300
}

.blog__01-publicaciones-box-content .global_btn {
    border-color: #26235c;
    color: #26235c;
    transition: all 1s ease
}

.blog__01-publicaciones-box-content .global_btn:hover {
    background-color: #26235c;
    color: #fff;
    transition: all 1s ease
}

.header__puertaGrande {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 2em 0
}

.header__puertaGrande .row {
    align-items: center
}

.header__puertaGrande .logotipo {
    width: 253px
}

.header__puertaGrande-contacto {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

@media(max-width: 767.98px) {
    .header__puertaGrande-contacto {
        flex-direction: column
    }
}

.header__puertaGrande-contacto-links {
    display: flex;
    gap: 23px;
    flex-direction: row
}

.header__puertaGrande-contacto .link-icono {
    position: relative;
    color: #000
}

.header__puertaGrande-contacto .link-icono:hover span {
    opacity: 1;
    bottom: -30px
}

.header__puertaGrande-contacto .link-icono span {
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    position: absolute;
    bottom: -10px;
    right: 0;
    display: block;
    background: #fff;
    padding: 0px 8px;
    color: #4e3c8e !important;
    font-size: 12px;
    text-wrap: nowrap;
    text-transform: uppercase
}

@media(max-width: 991.98px) {
    .header__puertaGrande-contacto .link-icono span {
        left: initial;
        right: 0
    }
}

.header__puertaGrande .puertaBtn {
    margin-left: 20px;
    color: #fff;
    border-color: #fff
}

@media(max-width: 767.98px) {
    .header__puertaGrande .puertaBtn {
        text-align: center
    }
}

.header__puertaGrande .puertaBtn:hover {
    background: #fff;
    color: #4e3c8e;
    border-color: #4e3c8e
}

.puertaGrande__01 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

@media(max-width: 767.98px) {
    .puertaGrande__01 {
        height: 100vh
    }
}

.puertaGrande__01::before {
    content: "";
    background:transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

.puertaGrande__01-wrapper {
    display: flex;
    gap: 20px;
    height: 100%;
    flex-direction: column;
    justify-content: center
}

.puertaGrande__01-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

.puertaGrande__01-background .slick-track,
.puertaGrande__01-background .slick-slide {
    height: 100%
}

.puertaGrande__01-background .img-fluid {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.puertaGrande__01 .title {
    color: #fff;
    margin-bottom: 18px;
    margin-top: 2em
}

@media(max-width: 991.98px) {
    .puertaGrande__01 .title {
        text-align: center
    }
}

.puertaGrande__01 .paragraph {
    color: #fff;
    margin-bottom: 34px
}

@media(max-width: 991.98px) {
    .puertaGrande__01 .paragraph {
        text-align: center
    }
}

.puertaGrande__01 .paragraph b {
    font-weight: 600
}

.puertaGrande__01-btns {
    display: flex;
    gap: 20px
}

@media(max-width: 991.98px) {
    .puertaGrande__01-btns {
        justify-content: center
    }
}

.puertaGrande__01-btns .puertaBtn {
    border-color: #4e3c8e;
    background-color: #4e3c8e;
    color: #fff
}

.puertaGrande__01-btns .puertaBtn:hover {
    background: #fff;
    color: #4e3c8e;
    border-color: #4e3c8e
}

.puertaGrande__01 .container-fluid,
.puertaGrande__01 .container-sm,
.puertaGrande__01 .container-md,
.puertaGrande__01 .container-lg,
.puertaGrande__01 .container-xl,
.puertaGrande__01 .container-xxl {
    padding: 0 0
}

.puertaGrande__01 .container-fluid .row,
.puertaGrande__01 .container-sm .row,
.puertaGrande__01 .container-md .row,
.puertaGrande__01 .container-lg .row,
.puertaGrande__01 .container-xl .row,
.puertaGrande__01 .container-xxl .row {
    margin: 0 0;
    width: 100%
}

.puertaGrande__01 .align-items-center {
    margin-top: 3em
}

.puertaGrande__01-flag {
    background-color: #fff;
    left: 0;
    display: inline-flex;
    height: 63px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    padding: 20px 48px 21px 91px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    display: block;
    color: #4e3c8e;
    font-weight: 500;
    margin-bottom: 51px
}

@media(max-width: 1199.98px) {
    .puertaGrande__01-flag {
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 2em
    }
}

.puertaGrande__01-select {
    height: 137px;
    width: 625px
}

@media(max-width: 767.98px) {
    .puertaGrande__01-select {
        display: none
    }
}

.puertaGrande__01-select-wrapper {
    background: rgba(0, 0, 0, .3);
    padding: 20px 0;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    right: 76px;
    position: relative
}

@media(max-width: 1199.98px) {
    .puertaGrande__01-select-wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto
    }
}

.puertaGrande__01-select .img-fluid {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.puertaGrande__01-select .slick-track {
    display: flex;
    gap: 23px
}

.puertaGrande__01-select .slick-slide {
    cursor: pointer;
    position: relative
}

.puertaGrande__01-select .slick-slide p {
    background: rgba(255, 255, 255, .7);
    border-radius: 100%;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0;
    position: absolute;
    color: #4e3c8e;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    bottom: 5px;
    right: 5px
}

.puertaGrande__01-select .slick-slide.slick-current::before {
    content: "";
    position: absolute;
    opacity: .7;
    background: linear-gradient(115deg, #4E3C8E 8.34%, #742671 84.57%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.puertaGrande__02 {
    padding: 106px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.puertaGrande__02::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: .45;
    z-index: -1;
    background: url(./assets/img/grande/credito.webp), #d3d3d3 50%;
    background-size: cover;
    background-position: center;
    transform: scale(1.09) translate(0, -12px)
}

.puertaGrande__02 .title {
    text-align: center;
    color: #4e3c8e;
    margin-bottom: 36px;
    font-size: 60px
}

.puertaGrande__02 .puertaBtn {
    background-color: #4e3c8e;
    border-color: #4e3c8e;
    color: #fff;
    margin: 0 auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.puertaGrande__03 {
    padding: 130px 0;
    background: var(--Linear, linear-gradient(180deg, #4E3C8E 0%, #742671 100%))
}

.puertaGrande__03 .title {
    color: #fff;
    margin-bottom: 21px;
    white-space: pre-line
}

@media(max-width: 991.98px) {
    .puertaGrande__03 .title {
        text-align: center
    }
}

@media(max-width: 575.98px) {
    .puertaGrande__03 .title {
        white-space: normal
    }
}

.puertaGrande__03 .paragraph {
    white-space: pre-line;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 991.98px) {
    .puertaGrande__03 .paragraph {
        text-align: center
    }
}

@media(max-width: 575.98px) {
    .puertaGrande__03 .paragraph {
        white-space: normal
    }
}

.puertaGrande__03 .flex-end {
    align-items: flex-end
}

.puertaGrande__03 .container-fluid,
.puertaGrande__03 .container-sm,
.puertaGrande__03 .container-md,
.puertaGrande__03 .container-lg,
.puertaGrande__03 .container-xl,
.puertaGrande__03 .container-xxl {
    padding: 0 0
}

.puertaGrande__03-slider {
    margin-top: 75px;
    margin-left: 9%;
    height: auto
}

@media(max-width: 1199.98px) {
    .puertaGrande__03-slider {
        margin-left: 4%
    }
}

@media(max-width: 991.98px) {
    .puertaGrande__03-slider {
        margin-left: 2%
    }
}

.puertaGrande__03-slider .slick-list,
.puertaGrande__03-slider .slick-track,
.puertaGrande__03-slider .slick-slide {
    height: auto !important
}

.puertaGrande__03 .slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
    padding: 1em 0;
    margin-right: 0
}

@media(max-width: 767.98px) {
    .puertaGrande__03 .slide {
        justify-content: center
    }
}

@media(max-width: 575.98px) {
    .puertaGrande__03 .slide {
        flex-direction: column;
        gap: 20px
    }
}

.puertaGrande__03 .slide .icono {
    border-radius: 100%;
    background: linear-gradient(180deg, #4E3C8E 0%, #742671 100%);
    border-left: 2px solid #fff;
    box-shadow: 5px 4px 21.5px rgba(0, 0, 0, .15);
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center
}

.puertaGrande__03 .slide .text {
    color: #fff
}

@media(max-width: 575.98px) {
    .puertaGrande__03 .slide .text {
        text-align: center
    }
}

.puertaGrande__03 .slide .text p {
    font-size: 20px;
    white-space: pre-line
}

@media(max-width: 575.98px) {
    .puertaGrande__03 .slide .text p {
        white-space: normal;
        text-align: center
    }
}

.puertaGrande__03-controls {
    display: flex;
    gap: 35px;
    align-items: flex-end;
    justify-content: center
}

@media(max-width: 991.98px) {
    .puertaGrande__03-controls {
        margin-top: 2em
    }
}

.puertaGrande__03-controls .control {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #fff;
    width: 46.232px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.puertaGrande__03-controls .control.slick-disabled {
    opacity: .5;
    pointer-events: none
}

.puertaGrande__03-controls .control:hover {
    opacity: .5
}

.puertaGrande__04 {
    padding: 5em 0
}

.puertaGrande__04-intro {
    margin-bottom: 55px
}

.puertaGrande__04-intro .title {
    text-align: center;
    margin-bottom: 16px
}

.puertaGrande__04-intro .paragraph {
    text-align: center;
    white-space: pre-line;
    margin-bottom: 36px
}

.puertaGrande__04-intro .puertaBtn {
    background-color: #4e3c8e;
    color: #fff;
    margin: 0 auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.puertaGrande__04-tabs-menu {
    display: flex;
    width: 100%
}

.puertaGrande__04-tabs-menu .tab-menu-items {
    width: 25%;
    border-radius: 5px 5px 0px 0px;
    border-top: 2px solid #4e3c8e;
    border-right: 2px solid #4e3c8e;
    border-left: 2px solid #4e3c8e;
    background: #fff;
    font-size: 30px;
    color: #000;
    text-align: center;
    opacity: .5;
    cursor: pointer
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-menu .tab-menu-items {
        font-size: 24px
    }
}

@media(max-width: 991.98px) {
    .puertaGrande__04-tabs-menu .tab-menu-items {
        font-size: 20px
    }
}

@media(max-width: 767.98px) {
    .puertaGrande__04-tabs-menu .tab-menu-items {
        display: none
    }
}

.puertaGrande__04-tabs-menu .tab-menu-items.active,
.puertaGrande__04-tabs-menu .tab-menu-items:hover {
    text-decoration: underline;
    color: #4e3c8e;
    opacity: 1
}

.puertaGrande__04-tabs #select-tab {
    display: none;
    outline: none
}

@media(max-width: 767.98px) {
    .puertaGrande__04-tabs #select-tab {
        outline: none;
        display: block;
        color: #4e3c8e;
        width: 100%;
        text-align: center;
        font-size: 24px;
        padding: 10px 0;
        margin: auto;
        border: 0;
        border-radius: 5px 5px 0px 0px;
        border-top: 2px solid #4e3c8e;
        border-right: 2px solid #4e3c8e;
        border-left: 2px solid #4e3c8e
    }
}

.puertaGrande__04-tabs-content {
    width: 100%;
    padding: 80px 63px 99px 90px;
    border-radius: 0px 0px 9px 9px;
    background: linear-gradient(120deg, #4E3C8E 33.15%, #742671 68.3%);
    box-shadow: 0px 0px 20.2px 0px rgba(0, 0, 0, .4)
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-content {
        padding: 80px 40px
    }
}

@media(max-width: 575.98px) {
    .puertaGrande__04-tabs-content {
        padding: 80px 20px 95px
    }
}

.puertaGrande__04-tabs-content .content-item {
    display: none;
    flex-direction: row
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-content .content-item {
        flex-direction: column;
        position: relative
    }
}

.puertaGrande__04-tabs-content .content-item.active {
    display: flex
}

.puertaGrande__04-tabs-content .content-item-text {
    width: 35%
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-content .content-item-text {
        width: 100%
    }
}

.puertaGrande__04-tabs-content .content-item .fachada {
    float: right;
    height: 465px;
    width: 455px;
    position: relative;
    right: 0
}

.puertaGrande__04-tabs-content .content-item-slider {
    margin-top: -2em;
    width: 65%;
    position: relative;
    height: 100%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-content .content-item-slider {
        width: 100%
    }
}

@media(max-width: 767.98px) {
    .puertaGrande__04-tabs-content .content-item-slider {
        margin-top: 2em;
        overflow: visible
    }
}

.puertaGrande__04-tabs-content .content-item-slider .modelos-slider {
    width: 100%;
    height: 100%
}

.puertaGrande__04-tabs-content .content-item-slider .modelos-slider.slider-sion {
    height: 396px;
    margin: 0 auto 3em
}

.puertaGrande__04-tabs-content .content-item .fachada {
    float: right;
    height: 450px;
    width: 455px;
    position: relative;
    right: 0
}

.puertaGrande__04-tabs-content .content-item .content-arrows {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 767.98px) {
    .puertaGrande__04-tabs-content .content-item .content-arrows {
        bottom: -66px;
        width: 100%;
        gap: 20px;
        justify-content: center
    }
}

.puertaGrande__04-tabs-content .content-item .content-arrows .control {
    border: 1px solid #fff;
    padding: 5px 10px;
    cursor: pointer
}

.puertaGrande__04-tabs-content .content-item .content-arrows .control.hover {
    opacity: .5
}

.puertaGrande__04-tabs-content .content-item p {
    margin-bottom: 0
}

.puertaGrande__04-tabs-content .content-item .group-title {
    color: #fff;
    display: flex;
    flex-direction: column
}

.puertaGrande__04-tabs-content .content-item .group-title .nombre {
    font-size: 25px;
    font-weight: 700
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-content .content-item .group-title .nombre {
        text-align: center
    }
}

.puertaGrande__04-tabs-content .content-item .group-title .precio {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-content .content-item .group-title .precio {
        text-align: center
    }
}

.puertaGrande__04-tabs-content .content-item .group-medidas {
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-content .content-item .group-medidas {
        text-align: center
    }
}

.puertaGrande__04-tabs-content .content-item .group-caracteristicas {
    margin-top: 35px;
    color: #fff
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-content .content-item .group-caracteristicas {
        width: -moz-fit-content;
        width: fit-content;
        left: 0;
        right: 0;
        position: relative;
        margin: 2em auto 3em
    }
}

.puertaGrande__04-tabs-content .content-item .group-botones {
    display: flex;
    position: absolute;
    gap: 20px;
    margin-top: 48px;
    z-index: 2
}

@media(max-width: 1199.98px) {
    .puertaGrande__04-tabs-content .content-item .group-botones {
        margin-top: 0;
        bottom: -60px;
        left: 0;
        right: 0;
        justify-content: center
    }
}

@media(max-width: 767.98px) {
    .puertaGrande__04-tabs-content .content-item .group-botones {
        text-align: center;
        position: relative;
        bottom: 0;
        display: grid
    }
}

.puertaGrande__04-tabs-content .content-item .group-botones .puertaBtn {
    border-color: #fff;
    color: #fff;
    cursor: pointer
}

.puertaGrande__04-tabs-content .content-item .group-botones .puertaBtn.toggle-fachada,
.puertaGrande__04-tabs-content .content-item .group-botones .puertaBtn.toggle-planta {
    border-color: #fff;
    background-color: #fff;
    color: #4e3c8e;
    cursor: pointer
}

.puertaGrande__05 {
    padding: 4em 0
}

.puertaGrande__05-intro {
    text-align: center
}

.puertaGrande__05-intro .title {
    margin-bottom: 24px;
    white-space: pre-line
}

.puertaGrande__05-intro .title .color {
    color: #4e3c8e;
    font-weight: 500
}

.puertaGrande__05-intro .paragraph {
    white-space: pre-line
}

.puertaGrande__05-caracteristicas {
    margin-top: 60px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media(max-width: 767.98px) {
    .puertaGrande__05-caracteristicas {
        display: block
    }
}

.puertaGrande__05-caracteristicas .equipado__box {
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative
}

@media(max-width: 1199.98px) {
    .puertaGrande__05-caracteristicas .equipado__box {
        gap: 20px
    }
}

@media(max-width: 1055px) {
    .puertaGrande__05-caracteristicas .equipado__box {
        gap: 20px
    }
}

@media(max-width: 991.98px) {
    .puertaGrande__05-caracteristicas .equipado__box {
        width: 50%
    }
}

.puertaGrande__05-caracteristicas .equipado__box:nth-child(3)::before,
.puertaGrande__05-caracteristicas .equipado__box:nth-child(6)::before {
    width: 100%;
    transform: none
}

@media(max-width: 1199.98px) {

    .puertaGrande__05-caracteristicas .equipado__box:nth-child(3)::before,
    .puertaGrande__05-caracteristicas .equipado__box:nth-child(6)::before {
        width: 110%;
        transform: translateX(20px)
    }
}

@media(max-width: 1055px) {

    .puertaGrande__05-caracteristicas .equipado__box:nth-child(3)::before,
    .puertaGrande__05-caracteristicas .equipado__box:nth-child(6)::before {
        width: 100%
    }
}

@media(max-width: 767.98px) {

    .puertaGrande__05-caracteristicas .equipado__box:nth-child(3)::before,
    .puertaGrande__05-caracteristicas .equipado__box:nth-child(6)::before {
        transform: none
    }
}

.puertaGrande__05-caracteristicas .equipado__box::before {
    content: "";
    width: 110%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, #742671 0%, #4E3C8E 100%);
    border-radius: 90px;
    z-index: -1;
    border: 1px solid #fff;
    transform: translateX(20px)
}

@media(max-width: 1199.98px) {
    .puertaGrande__05-caracteristicas .equipado__box::before {
        width: 100%
    }
}

@media(max-width: 767.98px) {
    .puertaGrande__05-caracteristicas .equipado__box::before {
        transform: none
    }
}

.puertaGrande__05-caracteristicas .equipado__box-image {
    width: 143px;
    height: 143px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #fff;
    position: relative
}

.puertaGrande__05-caracteristicas .equipado__box-image::before {
    content: "";
    background: var(--Linear, linear-gradient(180deg, #4E3C8E 0%, #742671 100%));
    opacity: .5;
    mix-blend-mode: lighten;
    width: 100%;
    height: 100%;
    position: absolute
}

.puertaGrande__05-caracteristicas .equipado__box-image .img-fluid {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.puertaGrande__05-caracteristicas .equipado__box-text {
    color: #fff;
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    white-space: pre-line;
    margin: 0
}

@media(max-width: 767.98px) {
    .puertaGrande__05-caracteristicas .equipado__box-text {
        white-space: normal;
        text-align: center;
        margin: auto
    }
}

.puertaGrande__05 .slider-mobile-control {
    display: none
}

@media(max-width: 767.98px) {
    .puertaGrande__05 .slider-mobile-control {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: 1em
    }

    .puertaGrande__05 .slider-mobile-control .control {
        border: 1px solid #4e3c8e;
        padding: 10px 8px
    }

    .puertaGrande__05 .slider-mobile-control .control path {
        stroke: #4e3c8e
    }
}

.puertaGrande__06 {
    position: relative;
    padding: 5em 0;
    background: linear-gradient(287deg, #5F3382 6.05%, #6A2C79 53.34%);
    position: relative
}

.puertaGrande__06::before {
    content: "";
    background: url(./assets/img/grande/mapa.webp);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width: 1399.98px) {
    .puertaGrande__06::before {
        background-position: 125% center
    }
}

@media(max-width: 1199.98px) {
    .puertaGrande__06::before {
        background-position: 275px center
    }
}

@media(max-width: 767.98px) {
    .puertaGrande__06::before {
        content: none
    }
}

@media(max-width: 767.98px) {
    .puertaGrande__06-intro {
        text-align: center
    }
}

.puertaGrande__06-intro .title {
    color: #fff;
    margin-bottom: 30px
}

.puertaGrande__06-intro .paragraph {
    color: #fff;
    white-space: pre-line;
    margin-bottom: 85px
}

@media(max-width: 767.98px) {
    .puertaGrande__06-intro .paragraph {
        white-space: normal
    }
}

.puertaGrande__06-ubicacion {
    background-color: #fff;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    left: -130px;
    padding: 35px 0 35px 125px;
    border-radius: 0 14px 14px 0
}

@media(max-width: 767.98px) {
    .puertaGrande__06-ubicacion {
        padding: 35px 35px;
        left: 0;
        margin: auto;
        border-radius: 14px 14px
    }
}

.puertaGrande__06-ubicacion .point {
    position: absolute;
    top: -40px;
    margin-left: -12px
}

.puertaGrande__06-ubicacion .direccion {
    color: #000;
    font-family: "TT Norms Pro", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 275;
    line-height: 127%;
    margin-bottom: 30px;
    white-space: pre-line
}

.puertaGrande__06-ubicacion .cercanias {
    display: block;
    color: #4e3c8e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px
}

.puertaGrande__06-ubicacion ul {
    list-style-type: disc;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 45px;
    column-gap: 45px;
    padding-left: 20px
}

@media(max-width: 1199.98px) {
    .puertaGrande__06-ubicacion ul {
        -moz-column-count: 1;
        column-count: 1
    }
}

.puertaGrande__06-ubicacion ul li {
    white-space: pre-line
}

.puertaGrande__06-ubicacion ul li::marker {
    font-size: .6em
}

.puertaGrande__06-mapa {
    display: none
}

@media(max-width: 767.98px) {
    .puertaGrande__06-mapa {
        display: block
    }
}

.puertaGrande__06-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 42px;
    position: relative;
    z-index: 1
}

@media(max-width: 767.98px) {
    .puertaGrande__06-btns {
        justify-content: center
    }
}

.puertaGrande__06-btns .puertaBtn {
    border-color: #fff;
    color: #fff
}

.puertaGrande__06 .background-mapa {
    position: absolute;
    top: 0;
    right: 0
}

.puertaGrande__07 {
    padding: 8em 0;
    position: relative
}

.puertaGrande__07::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(./assets/img/grande/background-unproyecto.webp) #d3d3d3 50%/cover no-repeat;
    width: 100%;
    height: 100%;
    background-position: center -119px;
    z-index: -1;
    position: absolute;
    top: 0
}

@media(max-width: 991.98px) {
    .puertaGrande__07::before {
        background-position: center center;
        background-size: cover
    }
}

.puertaGrande__07-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px
}

@media(max-width: 991.98px) {
    .puertaGrande__07-flex {
        flex-direction: column
    }
}

.puertaGrande__07 .title {
    color: #fff;
    margin: 0 0
}

@media(max-width: 991.98px) {
    .puertaGrande__07 .title {
        text-align: center
    }
}

.puertaGrande__contacto {
    padding: 100px 0
}

.puertaGrande__contacto .title {
    color: #000;
    white-space: pre-line;
    margin-bottom: 21px
}

@media(max-width: 991.98px) {
    .puertaGrande__contacto .title {
        text-align: center;
        white-space: normal
    }
}

.puertaGrande__contacto .paragraph {
    color: #000
}

@media(max-width: 991.98px) {
    .puertaGrande__contacto .paragraph {
        text-align: center
    }
}

.puertaGrande__contacto-form {
    position: relative;
    width: 90%
}

@media(max-width: 991.98px) {
    .puertaGrande__contacto-form {
        margin: 0 auto 2em;
        display: block
    }
}

.puertaGrande__contacto-form .wpcf7-form {
    margin-top: 2em
}

.puertaGrande__contacto-form .wpcf7-form .wpcf7-form-control {
    border: 1px solid #4e3c8e;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    color: #08101f;
    padding: 10px 20px;
    width: 100%;
    font-family: "TT Norms Pro", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 17px
}

.puertaGrande__contacto-form .wpcf7-form .wpcf7-form-control::-moz-placeholder {
    color: #08101f;
    text-transform: uppercase
}

.puertaGrande__contacto-form .wpcf7-form .wpcf7-form-control::placeholder {
    color: #08101f;
    text-transform: uppercase
}

.puertaGrande__contacto-form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    border-radius: 7px;
    border: 1px solid #4e3c8e;
    background: #4e3c8e;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 991.98px) {
    .puertaGrande__contacto-form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
        margin: auto;
        display: block
    }
}

.puertaGrande__contacto-form .wpcf7-form .wpcf7-spinner {
    position: absolute
}

.puertaGrande__contacto-image {
    position: relative
}

.puertaGrande__contacto-image .image-contacto {
    overflow: hidden;
    border-radius: 13px;
    opacity: .7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25)
}

@media(max-width: 991.98px) {
    .puertaGrande__contacto-image .image-contacto {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.puertaGrande__contacto-image .image-contacto::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 13px;
    background: linear-gradient(300deg, rgba(116, 38, 113, 0) 60.3%, #4E3C8E 94.44%), linear-gradient(158deg, rgba(78, 60, 142, 0) 38.76%, #742671 84.36%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.puertaGrande__contacto-image .title {
    position: absolute;
    bottom: 0;
    font-family: "Lobster", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0
}

.puertaGrande__footer {
    padding: 31px 0 27px;
    background: linear-gradient(180deg, #4E3C8E -61.44%, #742671 100%)
}

@media(max-width: 991.98px) {
    .puertaGrande__footer .logo {
        margin: 0 auto 1em;
        display: block;
        width: 11%
    }
}

@media(max-width: 575.98px) {
    .puertaGrande__footer .logo {
        width: 18%
    }
}

.puertaGrande__footer .title-box {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Futura PT", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600
}

@media(max-width: 991.98px) {
    .puertaGrande__footer .title-box {
        text-align: center
    }
}

.puertaGrande__footer .box-contacto {
    display: flex;
    color: #fff;
    gap: 12px;
    margin-bottom: 11.85px
}

@media(max-width: 991.98px) {
    .puertaGrande__footer .box-contacto {
        justify-content: center
    }
}

.puertaGrande__footer .box-contacto-horarios {
    display: flex;
    gap: 9px
}

@media(max-width: 991.98px) {
    .puertaGrande__footer .box-contacto-horarios {
        justify-content: center;
        flex-direction: column;
        gap: 2px
    }
}

@media(max-width: 991.98px) {
    .puertaGrande__footer .box-contacto-horarios p {
        margin: 0
    }
}

@media(max-width: 575.98px) {
    .puertaGrande__footer .box-contacto .icono {
        display: none
    }
}

.puertaGrande__footer .link,
.puertaGrande__footer p {
    color: #fff;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5
}

@media(max-width: 991.98px) {

    .puertaGrande__footer .link,
    .puertaGrande__footer p {
        text-align: center
    }
}

.puertaGrande__footer .link.direccion,
.puertaGrande__footer p.direccion {
    white-space: pre-line
}

@media(max-width: 991.98px) {

    .puertaGrande__footer .link.direccion,
    .puertaGrande__footer p.direccion {
        white-space: normal
    }
}

.puertaGrande__footer .link:hover {
    text-decoration: underline
}

.puertaGrande__footer .siguenos {
    display: flex;
    align-items: center;
    gap: 29px
}

@media(max-width: 991.98px) {
    .puertaGrande__footer .siguenos {
        justify-content: center;
        margin-top: 1em
    }
}

.puertaGrande__footer .siguenos .redes {
    display: flex;
    gap: 26px;
    align-items: center
}

.page-template-00-Aviso .global__wrapper,
.page-template-00-Terminosycondiciones .global__wrapper {
    display: block;
    z-index: 1;
    position: relative
}

.page-template-00-Aviso .logo path,
.page-template-00-Terminosycondiciones .logo path {
    fill: #26235c
}

.page-template-00-Aviso .navbar__global-right .global_btn,
.page-template-00-Terminosycondiciones .navbar__global-right .global_btn {
    color: #26235c;
    border-color: #26235c;
    transition: all 1s ease
}

.page-template-00-Aviso .navbar__global-right .global_btn:hover,
.page-template-00-Terminosycondiciones .navbar__global-right .global_btn:hover {
    color: #000;
    background-color: #ffd500;
    border-color: #ffd500;
    transition: all 1s ease
}

.page-template-00-Aviso .navbar__global-right .phone-icon,
.page-template-00-Terminosycondiciones .navbar__global-right .phone-icon {
    border-color: #26235c
}

.page-template-00-Aviso .navbar__global-right .phone-icon path,
.page-template-00-Terminosycondiciones .navbar__global-right .phone-icon path {
    fill: #26235c
}

.page-template-00-Aviso .navbar__global-right .phone-icon:hover path,
.page-template-00-Terminosycondiciones .navbar__global-right .phone-icon:hover path {
    fill: #fff
}

.page-template-00-Aviso .navbar__global-right .numero,
.page-template-00-Terminosycondiciones .navbar__global-right .numero {
    color: #26235c
}

.aviso__01 {
    padding-top: 10em
}

.aviso__01 .title {
    color: #cc1517
}

.aviso__01 p {
    color: #26235c
}

.aviso__01 p.enlace {
    margin: 0 0
}

.aviso__01 strong {
    color: #26235c
}

.aviso__01 .link {
    color: #26235c;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: underline
}

.aviso__01 .link:hover {
    color: #cc1517
}

.aviso__01 .global_btn {
    margin: 2em auto 3em;
    display: block;
    color: #fff;
    background-color: #26235c;
    transition: all 1s ease
}

.aviso__01 .global_btn:hover {
    background-color: #fff;
    color: #26235c;
    transition: all 1s ease
}