@font-face {
    font-family: 'Adam Light';
    src: url('assets/fonts/Adam-Light/Adam-Light.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Adam/Adam-Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Adam-Light/Adam-Light.otf') format('otf'),
        /* Legacy iOS */
        url('assets/fonts/Adam-Light/Adam-Light.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Adam-Light/Adam-Light.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Adam-Light/Adam-Light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Adam-Light/Adam-Light.svg#Adam-Light') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Adam Bold';
    src: url('assets/fonts/Adam-Bold/Adam-Bold.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Adam-Bold/Adam-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Adam-Bold/Adam-Bold.otf') format('otf'),
        /* Legacy iOS */
        url('assets/fonts/Adam-Bold/Adam-Bold.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Adam-Bold/Adam-Bold.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Adam-Bold/Adam-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Adam-Bold/Adam-Bold.svg#Adam-Bold') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Book';
    src: url('assets/fonts/Gotham/Gotham-Book.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Gotham/Gotham-Book.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Book.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Book.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Gotham/Gotham-Book.svg#Gotham-Book') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('assets/fonts/Gotham/Gotham-Medium.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Gotham/Gotham-Medium.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Medium.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Medium.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Gotham/Gotham-Medium.svg#Gotham-Book') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('assets/fonts/Gotham/Gotham-Bold.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Gotham/Gotham-Bold.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Bold.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Gotham/Gotham-Bold.svg#Gotham-Book') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Black';
    src: url('assets/fonts/Gotham/Gotham-Black.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Gotham/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Gotham/Gotham-Black.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Black.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Black.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Gotham/Gotham-Black.svg#Gotham-Book') format('svg');
    /* Legacy iOS */
}

/* Track */
::-webkit-scrollbar {
    cursor: pointer !important;
    height: 6px;
    width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(204, 204, 204, 0.5);
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: #313033;
    border-radius: 0;
}

html {
    scroll-padding-top: 50px;
}

.pt-50 {
    padding-top: 50px !important;
}

b {
    font-family: "Gotham Bold", Sans-serif;
}

.marked-text {
    font-family: "Gotham Black", Sans-serif;
    font-size: 16px;
    font-weight: 900;
}

p {
    font-family: "Gotham Book", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #313033;
    text-align: justify;
    margin-bottom: revert !important;
}

a {
    text-decoration: none !important;
    color: #313033 !important;
}

h3 {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

ul {
    list-style: none;
    padding: 0;
    margin-inline-start: 0;
    padding-left: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

span.underline-nice {
    background-image: linear-gradient(120deg, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.5) 100%);
    background-repeat: no-repeat;
    background-size: 97% 0.5em;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
    width: fit-content;
}

.justify-small-caps {
    font-variant: small-caps;
    text-align: justify;
}

.small-caps {
    font-variant: small-caps;
}

.title-underline {
    color: #1d5ba2;
    width: 5% !important;
    align-items: center;
    display: block;
    margin: auto;
    border-top: 3px solid;
    border: 1;
    opacity: 1;
}

.sections-title {
    color: #313033;
    font-family: "Adam Bold", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
    padding: 75px 0 0 0;
}

/* Bootstrap Resets */
.row {
    --bs-gutter-x: 10px !important;
    --bs-gutter-y: 10px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.container {
    --bs-gutter-x: 10px !important;
    --bs-gutter-y: 10px !important;
}

.img-fluid {
    width: 100%;
    height: auto;
}

/* Header */
span.lang {
    font-size: 18px;
    font-weight: 700;
    font-family: "Adam Bold", Sans-serif !important;
    color: #000 !important;
    padding: 10px 0px 10px 0px;
}

a.lang {
    font-size: 16px;
    font-weight: 700;
    font-family: "Adam Bold", Sans-serif !important;
    color: #1D5BA2 !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

a.lang:visited {
    color: #1D5BA2 !important;
}

a:hover {
    text-decoration: none;
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    /*background: #F2F2F2;*/
    z-index: 999;
    transition: 0.3s all;
    background: rgb(255, 255, 255);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    position: relative;
    display: inline-block;
    /*vertical-align: middle;*/
    width: 200px;
    margin: 10px 0;
    transition: width 0.3s ease;
}

.header .iso {
    max-width: 142px;
}


body.fixed:not(.absolute) {
    padding-top: 70px;
}

.header.fixed {
    position: fixed;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 9998;
    -webkit-animation: slideInDown 0.3s ease-out;
    -moz-animation: slideInDown 0.3s ease-out;
}

/* Header > Navigation */

.header .nav-menu {
    position: relative;
    float: right;
    width: 35px;
    padding: 15px 0;
    cursor: pointer;
    z-index: 21;
    overflow: hidden;
}

.header .nav-menu .menu-line {
    float: right;
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: #000;
    transition: 0.3s;
    border-radius: 6px;
}

.header.opened .nav-menu .menu-line:nth-child(1) {
    transform: rotate(45deg);
    width: 40px;
    margin-top: 14px;
}

.header.opened .nav-menu .menu-line:nth-child(3) {
    transform: rotate(-45deg);
    width: 40px;
    margin-top: -16px;
}

.header.opened .nav-menu .menu-line:nth-child(2) {
    opacity: 0;
}

.header .navigation {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    background: rgb(255, 255, 255);
}

.header.opened .navigation {
    display: block;
}

.header .navigation ul {
    position: relative;
    margin: 15px 0;
}

.header .navigation ul li a {
    display: block;
    position: relative;
    padding: 10px 12px;
    font-size: 16px;
    font-family: "Gotham Book", Sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    color: #1A1A1A;
    text-transform: uppercase;
}

.header .navigation ul li.active a,
.header .navigation ul li a:hover {
    text-decoration: none;
}

.header .navigation ul li ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .navigation ul li.open-submenu>ul {
    display: block;
}

.header .navigation .socialmedia li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.header .navigation .socialmedia li a {
    display: block;
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 21px;
}

.header .navigation .socialmedia li a:hover {
    color: #000;
}

.section-container {
    padding: 25px 25px;
}

.container {
    max-width: 100% !important;
    padding: 0 25px !important;
}

/*Video intro*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video.intro {
    width: 100%;
}


/*Background intro*/
.container-bkg {
    background-image: url(./assets/images/buena-vista-banner.webp);
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-position: center;
}

/*Section Project Intro*/
.container-width {
    width: 75%;
}

.project-img {
    border-radius: 5px;
    box-shadow: -15px 15px 0px 0px rgba(204, 204, 204, 0.6);
    -webkit-box-shadow: -15px 15px 0px 0px rgba(204, 204, 204, 0.6);
    -moz-box-shadow: -15px 15px 0px 0px rgba(204, 204, 204, 0.6);
}

.section-project {
    text-align: center;
}

h1.title {
    color: #1D5BA2;
    font-family: "Gotham Bold", Sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 4px;
    font-variant: small-caps;
    text-align: center;
    margin-bottom: 20px !important;
}

h2.values {
    color: #000000;
    font-family: "Adam Bold", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
}

/* Grid Images section */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 75px 0 75px 0;
}

.grid-item {
    max-width: 100%;
    object-fit: cover;
    /*filter: grayscale(100%);*/
}

/*.grid-item:hover {
    filter: grayscale(0%);
    transition: filter 0.4s linear;
}*/

/* Grid Residencias */
div.grid-residences {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

img.residences-img {
    max-width: 100%;
    object-fit: cover;
}
/* Section Planos */
img.masterplan {
    width: 85%;
    display: block;
    margin: auto;
    padding-top: 50px;
}

/* Slick Sliders */
div.slick-slider.slick-initialized.slick-dotted {
    width: 80vw;
    margin: auto;
}

.slick-slider {
    margin-top: 50px !important;
}


.slider-item img {
    max-width: 80%;
    display: block;
    margin: auto;
}

span.lb-number {
    display: none !important;
}

.slick-prev:before,
.slick-next:before {
    color: rgba(51, 51, 51, 1) !important;
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*Section Ubicacion (Google Map)*/
div.location-grid-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

div.icon-col {
    display: flex;
    margin: auto;
}

@media (min-width: 1024px) {
    img.location-icon {
        padding-right: 20px;
        padding-bottom: 15px;
        width: 100px;
        height: 100px;
    }
}

h3.icons-title {
    font-family: "Gotham Bold", Sans-serif;
    font-size: 24px;
}

h3.icons-subtitle {
    font-family: "Gotham Book", Sans-serif;
    font-size: 24px;
}

h4.text-from {
    font-family: "Gotham Book", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-top: 15px;
}

iframe.google-map {
    width: 100%;
    height: 500px;
    padding: 50px 0;
}

@media (max-width: 1024px) {
    div.location-grid-items {
        display: grid;
        grid-template-columns: 1fr;
    }

    div.icon-col {
        display: block;
        margin: auto;
        text-align: center;
        padding-bottom: 50px;
    }

    img.location-icon {
        padding-bottom: 15px;
    }
}

/* Section Places */
.section-places {
    margin: 50px 0;
}

.img-places {
    height: auto;
    max-width: 100%;
}

article {
    height: auto;
}

.places-title {
    font-family: "Gotham Bold", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-variant: small-caps;
}

.places-extract {
    font-family: "Gotham Bold", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-variant: small-caps;
}

/* Section Contact */
div.section-contact {
    /*max-width: 1140px;*/
    margin-right: auto;
    margin-left: auto;
}

h2.contact {
    font-family: "Adam Light", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 8px;
}

.underline-contacto {
    color: #c9beb6;
    width: 10% !important;
    border-top: 3px solid;
    border: 1;
    opacity: 1;
}

/* Formulario */

.form-floating {
    font-variant: small-caps !important;
}

.form-control {
    font-family: "Gotham Book", Sans-serif;
    font-size: 14px !important;
    line-height: 1.7em;
    font-variant: small-caps;
    margin-bottom: 15px;
    border-color: #000000 !important;
    border-width: 1px 1px 1px 1px !important;
}

.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.btn {
    font-family: "Adam Bold", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.8em;
    letter-spacing: 4px;
    background-color: #313033 !important;
    color: #cccccc !important;
    border-color: #cccccc;
    margin: 0 0 15px 0;
    padding: 10px 25px !important;
    transition: all 0.1s ease-in-out;
    border-style: solid;
    border-width: 0 !important;
    border-radius: 0 !important;
}

.alert-info {
    --bs-alert-color: #313033 !important;
    --bs-alert-bg: rgba(226, 214, 197, 1) !important;
    --bs-alert-border-color: none !important;
}



/* Footer */
div.footer-container {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000000B3;
    background-color: #313033;
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

footer .col-about {
    padding: 0 50px 0 0 !important;
}

img.logo-footer {
    width: 250px;
    margin-bottom: 15px;
}

.text-about {
    font-family: 'Gotham Book';
    font-size: 16px;
    font-weight: 500;
    color: #cccccc;
    font-variant: small-caps;
}

h3.footer {
    font-family: "Adam Bold", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #cccccc;
}

h3.redes {
    margin-top: 25px;
}

li.footer-list {
    font-family: 'Gotham Book';
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    font-variant: small-caps;
    padding-bottom: 5px;
    list-style: none;
}

.footer-link {
    color: #cccccc !important;
}

span.text {
    padding-left: 10px;
}

.powered-logo {
    width: 1.5em;
    height: 1.5em;
}

.powered {
    font-family: "Adam Bold", Sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.copyrigth-container {
    background-color: #fff;
    display: flex;
    align-items: center;
}

/* Back to top floating button */
#back-top {
    background: rgba(49, 48, 51, 0.2);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center 15px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0px;
    opacity: 0.8;
    display: block;
}

img.arrow-top {
    border-style: none;
    height: auto;
    max-width: 100%;
}




/* MEDIA QUERIES */
@media (max-width: 400px) {
    .container-bkg {
        height: 25vh !important;
    }

    .header {
        position: relative;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .container-bkg {
        height: 45vh !important;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .container-bkg {
        height: 65vh !important;
    }

    .header.fixed .logo {
        width: 150px;
    }
}





@media (max-width: 767px) {
    html {
        scroll-padding-top: 50px;
    }

    .p-top-0 {
        padding-top: 0 !important;
    }

    p {
        font-size: 14px;
    }

    header .logo {
        width: 175px;
        margin: 10px 0;
    }

    .header.fixed .logo {
        width: 150px;
    }

    .container {
        padding: 0 20px !important;
    }

    .container-width {
        width: 90%;
    }

    .section-container {
        padding: 50px 20px;
    }

    .sections-title {
        font-size: 24px;
    }

    .grid-container {
        grid-template-columns: 1fr 1fr;
    }

    .slider-item img {
        max-width: 100% !important;
    }

    .col-footer {
        margin-top: 25px !important;
    }

    .row>* {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* Grid Residencias */
    div.grid-residences {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /* Grid Residencias */
    div.grid-residences {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Media Screen Min 1200px */
@media screen and (min-width: 1200px) {
    .header {
        min-height: 90px;
    }

    .header .logo {
        width: 225px;
    }

    .header .nav-menu {
        display: none;
    }

    .header .navigation {
        display: flex;
        align-items: center;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        background: transparent;
    }

    .header .navigation ul,
    .header .navigation ul li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
    }

    .header .navigation ul {
        margin: 0;
    }

    .header .navigation>ul>li a {
        padding: 34.5px 5px;
        font-size: 13px;
    }

    .header .navigation .menu {
        margin-right: 16px;
    }

    .header .navigation .menu li a {
        text-align: left;
        font-size: 18px;
    }

    .header .navigation .menu li ul {
        display: none;
        position: absolute;
        top: 90px;
        left: 0;
        width: 150px;
        background: #000;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .header .navigation ul li:hover>ul {
        display: block;
    }

    .header .navigation .menu li ul li {
        display: block;
        margin: 0;
    }

    .header .navigation .menu li ul li a {
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        border-bottom: 1px solid #fff;
    }

    .header .navigation .menu li ul li:last-child a {
        border-bottom: 0;
    }

    .header .navigation .menu li ul li ul {
        top: 0;
        left: 150px;
        width: 200px;
    }

    .header .navigation .menu li ul li ul ul {
        left: 200px;
    }

    .header .navigation ul li.menu-appointment a {
        margin-left: 6px;
    }

    body.fixed:not(.absolute) {
        padding-top: 90px;
    }

    .header.fixed {
        min-height: 70px;
    }

    .header.fixed .top {
        display: none;
    }

    .header.fixed .logo {
        width: 175px;
    }

    .header.fixed .navigation>ul>li a {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .header.fixed .navigation .socialmedia li a {
        padding: 0;
    }

    .header .navigation .menu li a span {
        background-image: none;
        background-size: 0 0.5em;
        transition: background-size 0.2s linear;
    }


    .header .navigation .menu li a span:hover {
        background-image: linear-gradient(120deg, rgba(203, 187, 160, 0.5) 0%, rgba(203, 187, 160, 0.5) 100%);
        background-repeat: no-repeat;
        background-size: 100% 0.5em;
        background-position: 0 100%;
        width: fit-content;
    }

}


/* Media Screen Max 1199px */
@media screen and (max-width: 1199px) {
    .header .iso {
        display: none;
    }

    .header .navigation {
        top: 80px !important;
    }

    /* Section Planos */
    img.masterplan {
        width: 100%;
    }

    .row-project {
        flex-direction: column-reverse;
    }

    .project-img {
        box-shadow: 10px 10px 0px 0px rgb(204 204 204 / 60%);
        -webkit-box-shadow: 10px 10px 0px 0px rgb(204 204 204 / 60%);
        -moz-box-shadow: 10px 10px 0px 0px rgba(204, 204, 204, 0.6);
    }
}

@media screen and (min-width: 1400px) {
    .text-container {
        padding: 0 350px;
    }

    .slider-item img {
        max-width: 60%;
    }
}

/* Media Screen Max 1199px */
@media screen and (max-width: 1199px) {
    .header .navigation {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .header .navigation .menu li.active a,
    .header .navigation .menu li a:hover {
        background: #313033;
        color: #e2d6c5 !important
    }

    .header .navigation .socialmedia {
        padding-bottom: 30px;
    }

    .header .navigation ul li.open-submenu>ul {
        background: rgba(0, 0, 0, 0.05);
    }

    .header .navigation ul li ul li a {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 16px;

    }

    .header .iso {
        display: none;
    }
}

/* Whatsapp Floating Button */
.floating-wsp {
    width: 60px;
    height: 60px;
    opacity: 0.5;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 120;
    transition: all 0.6s cubic-bezier(0.68, 0.01, 0.22, 0.99);
}

.floating-wsp:hover {
    opacity: 1;
}

.grecaptcha-badge {
    position: fixed;
    bottom: 10% !important;
    z-index: 999999;
    display: none !important;
}


/* Read More & Read Less Texts Spanish */
.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: all 0.25s;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: 14px;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: 'Leer más';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Leer menos';
}

.read-more-trigger {
    cursor: pointer;
    display: block;
    padding: 0 0.5em;
    font-family: "Gotham Book", Sans-serif;
    font-weight: 600;
    color: #313033;
    font-size: .9em;
    line-height: 2;
    text-align: center;
    border: 2px solid rgb(49 48 51 / 30%);
    font-variant: small-caps;
}

/* Read More & Read Less Texts English */
.read-more-state-us {
    display: none;
}

.read-more-target-us {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: all 0.25s;
}

.read-more-state-us:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: 14px;
    max-height: 999em;
}

.read-more-state-us~.read-more-trigger:before {
    content: 'Read more';
}

.read-more-state-us:checked~.read-more-trigger:before {
    content: 'Read less';
}

@media (min-width: 1200px) {
    div.show-more-intro {
        display: none;
    }
}

@media (max-width: 1199px) {
    div.show-more-intro {
        display: block;
    }

    div.text-desktop {
        display: none;
    }
}