/**
 * Digital Air - Vista da_hangar
 * Banner, intro (Alquiler de oficinas / Hangaraje), contacto
 */

.view-da_hangar .banner-video {
    display: none;
}

.da_hangar-hero-wrap {
    margin-top: 100px;
    background: #ffffff;
}

.da_hangar-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 450px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 3rem;
    box-sizing: border-box;
}

.da_hangar-banner__img-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0a0e14;
}

.da_hangar-banner__img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, rgba(255, 255, 255, 0.4) 82%, rgba(255, 255, 255, 0.95) 100%);
    pointer-events: none;
}

.da_hangar-banner__img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center 55%;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;
    -ms-interpolation-mode: bicubic;
    filter: url(#da-hangar-sharpen) contrast(1.02);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.da_hangar-banner__cta {
    position: relative;
    z-index: 1;
    background: #00b8f2;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    border: 1px solid transparent;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.da_hangar-banner__cta:hover,
.da_hangar-banner__cta:focus {
    background: #000000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.85);
    box-shadow: none;
    outline: none;
}

.da_hangar-main {
    margin-top: 0;
}

.da_hangar-intro {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, #ffffff 18%);
    padding: 4rem 1.5rem 4.5rem 0;
    margin-top: 0;
}

.da_hangar-intro-inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.da_hangar-intro-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.3;
}

.da_hangar-intro-title-line1 {
    display: block;
    font-size: clamp(1.85rem, 3.5vw, 2.65rem);
}

.da_hangar-intro-title-line2 {
    display: block;
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    font-weight: 400;
}

.da_hangar-intro-underline {
    display: block;
    width: 70px;
    height: 5px;
    background: #00b8f2;
    margin: 0.75rem auto 2rem;
    border: none;
}

.da_hangar-intro-body {
    text-align: justify;
    max-width: 100%;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
    box-sizing: border-box;
}

.da_hangar-intro-subtitle {
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
    margin: 0 0 1rem 0;
    letter-spacing: 0.2px;
}

.da_hangar-intro-text {
    margin: 0 0 1rem 0;
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
}

.da_hangar-intro-text:last-of-type {
    margin-bottom: 0;
}

.da_hangar-bottom-img {
    width: fit-content;
    max-width: 100%;
    margin: 0;
}

.da_hangar-bottom-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}
