@charset 'UTF-8';

/* Tipografías */

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/ClashGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
        url('../fonts/ClashGrotesk-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2'),
        url('../fonts/ClashGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display Variable';
    src: url('../fonts/ClashDisplayVariable-Bold.woff2') format('woff2'),
        url('../fonts/ClashDisplayVariable-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/ClashGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/ClashGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
        url('../fonts/ClashGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk Variable';
    src: url('../fonts/ClashGroteskVariable-Bold.woff2') format('woff2'),
        url('../fonts/ClashGroteskVariable-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Estilos generales */
:focus{
	outline:0px !important;
}
.t-center {
  text-align: center;
}

/* Cabecera de página */

/* Pie de página */

@media (max-width: 767px) {

}

.titulo-general, .titulo-oportunidad {
    width: 100%;
    position: static;
    top: auto;
}
.fixed {
    position: fixed !important;
}

body:not(.elementor-editor-active) #main-menu {
    position: fixed;
    display: none;
    transform: translateY(-100%);
    width: 100%;
    top: 0;
    left: 0;
}

body.menu-active:not(.elementor-editor-active) #main-menu {
    display: flex;
    transform: translateY(0%);
    z-index: 99;
}

.filter-button {
    background: transparent;
    color: #1D1D1B;
    border: 1px solid #1D1D1B;
    padding: 4px 20px;
    border-radius: 20px;
    font-family: 'Clash Display';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    display: flex;
    margin-right: 1em;
    align-items: center;
}
.filter-button svg {
    width: .8em;
    margin-left: 10px; 
}
.filter-button:last-child {
    margin-right: 0;
}
.filter-button.active {
    background: #1D1D1B;
    color: #FFFFFF;
    border: 1px solid #FA3628;
}
.oportunidades-filters {
    display: flex;
    justify-content: center;
}
.pagination {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2em;
    border-top: 1px solid #1D1D1B;
}
.pagination .prev {
    position: absolute;
    right: calc(100% + 20px);
}
.pagination .next {
    position: absolute;
    left: calc(100% + 20px);
}
.pagination > * {
    flex-grow: 1;
    text-align: left;
}
.pagination .prev,
.pagination .next {
    flex-grow: 0;
}
.pagination .page-numbers:not(.prev,.next) {
    border-top: 4px solid transparent;
    font-family: "General Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
}
.pagination .page-numbers.current {
    border-top: 4px solid #1D1D1B !important;
}
.filter-button.current {
    background-color: #FA3628;
    color: #FFFFFF;
    border: 1px solid #FA3628;
}
.filter-button.current svg {
    transform: rotate(45deg);
}
.filter-button.current svg .plusrollo00 {
    fill: #EFE9E1;
    stroke: #EFE9E1;
}
#search-input {
    border: 0;
    border-bottom: 1px solid #1D1D1D;
    border-radius: 0;
    color: #1D1D1B;
    font-family: "General Sans", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}
.custom-search {
    display: flex;
    min-width: 40vw;
    max-width: 80vw;
    margin: 0 auto;
}
.custom-search svg {
    width: 1em;
}
.custom-search input {
    width: 100%;
}

/* estilos archivo blog */
.thumb-item-actualidad {
    width: 100%;
    height: 40vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.actualidad-datos {
    width: 50%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.actualidad-item-latest:nth-child(even) .wrapper-content-actualidad .actualidad-datos {
    width: 50%;
    padding-right: 5%;
    padding-left: 0;
}
.wrapper-content-actualidad {
    display: flex;
    flex-direction: row;
    padding-top: 1em;
}
#search-input-actualidad {
    border: 0;
    border-bottom: 1px solid #1D1D1D;
    border-radius: 0;
    color: #1D1D1B;
    font-family: "General Sans", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}
.custom-search-actualidad {
    display: flex;
    min-width: 40vw;
}
.custom-search-actualidad svg {
    width: 1em;
}

.actualidad-item-latest {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin-top: 1.8em;
    border-top: 1px solid #1D1D1B;
}
.actualidad-item-latest.fadeUp-entered {
    opacity: 1;
    transform: translateY(0);
}
.actualidad-item-latest:first-child {
    border-top: 0;
}
.actualidad-item-latest:nth-child(even) .wrapper-content-actualidad {
    display: flex;
    flex-direction: row-reverse;
}
.custom-search-actualidad input {
    width: 100%;
}
.custom-search-actualidad svg {
    width: 1em;
}
.actualidades-filters {
    display: flex;
    justify-content: center;
}
.filter-button-actualidad {
    background: transparent;
    color: #1D1D1B;
    border: 1px solid #1D1D1B;
    padding: 4px 20px;
    border-radius: 20px;
    font-family: 'Clash Display';
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2em;
    display: flex;
    margin-right: 1em;
    align-items: center;
}
.filter-button-actualidad svg {
    width: 0.8em;
    margin-left: 10px;
}
.filter-button-actualidad.current {
    background-color: #1D1D1B;
    color: #EFE9E1;
}
.filter-button-actualidad.current svg {
    transform: rotate(45deg);
}
.filter-button-actualidad.current svg .plusrollo00 {
    fill: #EFE9E1;
    stroke: #EFE9E1;
}
.date-wrapper-actualidad {
    display: flex;
    justify-content: space-between;
}
.date-wrapper-actualidad .tax-actualidad {
    color: #1D1D1B;
    font-family: "General Sans", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}
.date-wrapper-actualidad .date-actualidad {
    color: #1D1D1B;
    font-family: "General Sans", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}
.titulo-actualidad {
    color: #1D1D1B;
    font-family: "General Sans", Sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 0.5em;
}
.pagination-actualidad {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2em;
    border-top: 1px solid #1D1D1B;
}
.pagination-actualidad .prev {
    position: absolute;
    right: calc(100% + 20px);
}
.pagination-actualidad .next {
    position: absolute;
    left: calc(100% + 20px);
}
.pagination-actualidad > * {
    flex-grow: 1;
    text-align: left;
}
.pagination-actualidad .prev,
.pagination-actualidad .next {
    flex-grow: 0;
}
.pagination-actualidad .page-numbers:not(.prev,.next) {
    border-top: 4px solid transparent;
    font-family: "General Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
}
.pagination-actualidad .page-numbers.current {
    border-top: 4px solid #1D1D1B !important;
}

/* temporal de slider */
body:not(.elementor-editor-active) .box-service-home .box-inner-service {
    display: none;
}
.box-service-home.active .elementor-icon {
    transform: rotate(45deg);
}

/*Cambios kevin*/
.oportunidades-filters .filter-button {
    font-size: 16px;
	color: white;
}

/* =========================
   OPORTUNIDADES
========================= */
.wrapper-oportunidades {
	margin-top:50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 36px;
    width: 100%;
    align-items: start;
}

.wrapper-oportunidades > * {
    min-width: 0;
}

.oportunidad-item-latest {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    opacity: 1;
    transform: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.oportunidad-item-latest.fadeUp-entered {
    opacity: 1;
    transform: translateY(0);
    width: 100%;
}

.wrapper-content-oportunidad {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.wrapper-item-title-item,
.titulo-oportunidad {
    width: 100%;
    min-width: 0;
}

.wrapper-item-title-item {
    z-index: 2;
}

.titulo-oportunidad {
    display: block;
    margin: 0 0 14px 0;
    padding: 0;
    font-family: 'Clash Display';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    color: white;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    text-transform: uppercase;
    z-index: 3;
}

.oportunidad-title-link,
.oportunidad-item-latest > a,
.oportunidad-item-latest .wrapper-item-title-item a {
    display: block;
    text-decoration: none;
}

/* =========================
   BLOQUE IMAGEN / GALERIA
========================= */
.wrapper-thumb-gallery {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: visible;
}

.gallery-slider {
    width: 100%;
    min-width: 0;
}

.thumb-item-oportunidad {
    width: 100% !important;
    aspect-ratio: 4 / 3;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    display: block !important;
}

.bg-item-oportunidad {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper-thumb-gallery > .thumb-item-oportunidad {
    aspect-ratio: 4 / 3;
    border-radius: 28px;
}

/* =========================
   FLECHAS
========================= */
.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: rgba(255,255,255,0.3);
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
}

.prev-button {
    left: 6px;
}

.next-button {
    right: 6px;
}

.prev-button::before,
.next-button::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #1d1d1b;
    border-right: 2px solid #1d1d1b;
    position: absolute;
    top: 50%;
    left: 50%;
}

.prev-button::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.next-button::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

/* =========================
   DATOS
========================= */
.oportunidad-datos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.tax-oportunidad,
.metros-oportunidad,
.habitaciones-oportunidad,
.ubicacion-oportunidad,
.ref-oportunidad {
    width: 100%;
    min-width: 0;
    line-height: 1.35;
    overflow-wrap: break-word;
}

.tax-oportunidad {
    font-family: "General Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1D1D1B;
    opacity: .75;
}

.metros-oportunidad,
.habitaciones-oportunidad,
.ubicacion-oportunidad {
    color: #1D1D1B;
    font-family: "General Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.ref-oportunidad {
    color: #1D1D1B;
    font-family: "General Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
}

/* =========================
   BOTON
========================= */
.ver-mas-oportunidad {
    margin-top: 16px;
    padding-top: 0;
    text-align: left;
}

.ver-mas-oportunidad .elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
}

.ver-mas-oportunidad .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 180px;
    padding: 12px 26px;
    border-radius: 999px;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    color: white !important;
    background: transparent;
    border: 1px solid #1D1D1B;
    fill: #1D1D1B;
}

.ver-mas-oportunidad .elementor-button:hover {
    background: #1D1D1B;
    color: #fff !important;
}

.ver-mas-oportunidad .elementor-button:hover .elementor-button-text {
    color: inherit;
}

.ver-mas-oportunidad .elementor-button:visited {
    color: #1D1D1B;
}

.ver-mas-oportunidad svg {
    max-width: .7em;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 2px;
}

/* =========================
   SLICK
========================= */
.slick-slider,
.slick-list,
.slick-track {
    width: 100%;
    min-width: 0;
}

.slick-list {
    overflow: hidden;
    border-radius: 28px;
}

/* ocultar vacíos */
.metros-oportunidad:empty,
.habitaciones-oportunidad:empty,
.ubicacion-oportunidad:empty,
.ref-oportunidad:empty,
.tax-oportunidad:empty {
    display: none;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
    .wrapper-oportunidades {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
    }
}

@media (max-width: 767px) {
    .wrapper-oportunidades {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .wrapper-desc .prev-button {
        left: -10px;
        right: auto;
    }

    .wrapper-desc .next-button {
        right: -10px;
        left: auto;
    }

    .titulo-oportunidad {
        font-size: 16px;
        padding-top: 0;
    }

    .metros-oportunidad,
    .habitaciones-oportunidad,
    .ubicacion-oportunidad {
        font-size: 16px;
    }

    .ref-oportunidad {
        display: none;
        font-size: 14px;
    }

    .tax-oportunidad {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .ver-mas-oportunidad .elementor-button {
        font-size: 16px;
        min-width: 160px;
    }

    .ver-mas-actualidad .elementor-button {
        font-size: 22px;
    }

    .actualidad-item-latest:nth-child(even) .wrapper-content-actualidad .actualidad-datos {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }
    .actualidad-item-latest:nth-child(even) .wrapper-content-actualidad {
        display: flex;
        flex-direction: column;
    }
    .wrapper-content-actualidad {
        display: flex;
        flex-direction: column;
        padding-top: 1em;
    }
    .actualidad-datos {
        width: 100%;
        padding-left: 0;
    }
    .titulo-actualidad {
        font-size: 28px;
    }
}


