.banner {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner * {
    z-index: 1;
}

.banner-layer {
    background: linear-gradient(to right, white, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    z-index: 100;
}

.mask {
    background: rgba(0, 0, 0, .06);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.box-center {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 100px;
    bottom: 0;
    z-index: 200;
}

.box-price-desde {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-end;
    align-items: flex-end;
    right: 160px;
    bottom: 60px;
    position: relative;
}

@media(max-width:991px) {
    .box-center {
        grid-template-columns: 1fr;
    }

    .box-price-desde {
        /* justify-content: flex-start; */
        /* align-items: flex-start;
        right: 0px;
        bottom: 60px; */
    }
}

.banner .box-center h1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 60px;
    color: #263238;
}

.banner .box-center p {
    font-weight: 400;
    margin-top: 15px;
    color: #263238;
    font-size: 18px;
}

.banner .title-light {
    font-weight: normal !important;
}


@media(max-width:991px) {
    .banner .box-center{
        left: 40px;
    }
    .banner .proyect-content {
        max-width: 315px;
    }

    .banner .mask {
        background: rgba(0, 0, 0, .1);
    }

    .video h2 {
        margin-top: 20px;
    }

    .content-description {
        padding: 0 20px !important;
        margin-bottom: 40px;
    }

    .cotizador .c-xs-12:first-child {
        order: 2;
    }

    .characteristics li {
        display: flex !important;
        width: 100% !important;
        align-items: flex-start !important;
        justify-content: flex-start;
        margin-bottom: 15px !important;
    }

    .characteristics li:nth-child(2) {
        border-left: none !important;
        border-right: none !important;
    }
}


.card-brochure {
    border-radius: 20px;
    background: white;
    padding: 40px 60px;
    position: relative;
    top: -50px;
    box-shadow: 0 2px 50px 2px rgba(0, 0, 0, .1);
}

.brouchure .page * {
    margin-bottom: 0;
    font-size: 21px !important;
    color: #556078 !important;
}

.brouchure .card-brochure .btn {
    font-size: 18px !important;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.video {
    position: relative;
    height: 100%;
    min-height: 550px;
    display: flex;
    align-items: center;
}

.video * {
    z-index: 100;
}

.sec-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.bg-video-sec {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-video-sec2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
}

.video-cover {
    width: 100%;
    border-radius: 24px;
    height: 100%;
    min-height: 329px;
    position: relative;
    max-height: 329px;
    background: #FAFAFA;
    cursor: pointer;
}

video {
    width: 100%;
    border-radius: 24px;
    height: 100%;
    min-height: 329px;
    position: relative;
    max-height: 329px;
    object-fit: cover;
    object-position: center;
}

.video-cover .btn-play {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.video h2 {
    color: #263238;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.video p {
    color: #0C184E;
    font-size: 21px;
    font-weight: 200;
}

.center-content {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
}

.content-description {
    padding: 0 40px;
}

.cotizador {
    min-height: 600px;
    width: 100%;
    margin-bottom: 40px;
}

.cotizador .card-cotizador {
    border-radius: 24px;
    background: white;
    box-shadow: 0 2px 50px 2px rgba(0, 0, 0, .1);
    min-height: 600px;
    z-index: 100 !important;
    padding: 40px;
}

.image-blueprints {
    width: 100%;
    height: 500px;
    background: #C4C4C4;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cotizador h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #263238;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.center-content.all {
    align-items: center !important;
}

.characteristics {
    padding: 0;
    width: 100%;
    margin-top: 15px;
}

.characteristics li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    width: 30%;
    justify-content: center;
    min-height: 20px;
    flex-direction: column;
}

.characteristics li:nth-child(2) {
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.characteristics li label {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}

.characteristics li span {
    font-size: 12px;
    font-weight: 500;
}


.form-cot label {
    font-weight: 600;
    font-size: 14px;
    color: #0C184E;
}

.form-cot .form-control {
    background: #F4F5FB;
    margin-bottom: 15px;
}

.form-cot select.form-control {
    margin-right: 15px;
}

.gallery-img {
    position: relative;
    height: auto;
    overflow: hidden;
}

.calc-dividendo {
    margin: 100px auto;
}

.card-calc-d {
    background: white;
    border-radius: 24px;
    box-shadow: 0 2px 50px 0px rgba(0, 0, 0, .1);
}

.form-response-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
}


.form-response-container .form-msg-success {
    color: green;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}


.form-response-container .form-msg-error {
    color: green;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}