
:root {
    --cl-primary: #ffffff;
}

.mendoza_banner_prox{
    background-image: url('/img/resource/banner-gruas-mendoza.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.mendoza_banner_prox::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(35, 40, 42, 1) 0%, rgba(0, 59, 113, 0) 100%);
    background-color: rgb(35 40 42 / 20%);
    z-index: 0;
    pointer-events: none;
}

.mendoza_brand{
    text-align: center;
    position: relative;
    z-index: 1;
}

.mendoza_brand img{
    width: 800px;
}

/* * Form * */
/* 
.mendoza_content_prox {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(20px, 4.1vw, 30px);
}

.ld_text_banner {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(18px, 1.4vw, 18px);
    color: white;
    font-weight: 300;
}

.ld_form_banner {
    background: #F6F5F8;
    padding: clamp(20px, 2.1vw, 28px);
    border-radius: 12px;
    overflow: hidden;
}

.ld_form_banner {
    width: fit-content;
    margin: 0 auto;
}

.form-content {
    display: flex;
    gap: 16px;
    align-items: end;
}

.button-primary {
    color: white;
    background: var(--cl-primary);
    padding: 11px 20px;
    border: 1px solid var(--cl-primary);
    font-size: 14px;
    height: 100%;
    font-weight: 400;
    width: fit-content;
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    min-width: 118px;
    text-align: center;
}

.button-primary:hover {
    background: transparent;
    color: var(--cl-primary);
}

.form-content .item-input .form-label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
    color: #222222;
}

.form-content .item-input .form-control,
.form-content .item-input .textarea {
    font-size: 14px;
    padding: 14px 15px;
    line-height: normal;
    opacity: 0.8;
    color: #222222;
    background: rgb(32 34 74 / 6%);
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    min-width: 236px;
}

.form-content .item-input.--tel .form-control {
    min-width: 180px;
}

.form-content .item-input .form-control:focus {
    box-shadow: 0 0 4px 2px rgb(34 34 34 / 10%);
} */


/* * Information * */

.ld-banner-info {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.ld-cont-info {
    background: unset;
    position: relative;
    z-index: 1;
    padding: clamp(16px, 1.8vw, 24px) clamp(20px, 3vw, 40px);
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    gap: clamp(18px, 5vw, 70px);
    text-align: center;
    align-items: center;
}

.ld-cont-info .ld-item {
    min-width: 240px;
}

.ld-cont-info .ld-item a {
    color: unset;
    text-decoration: none;
}

.ld-cont-info .ld-item.--dir {
    max-width: 500px;
}

.ld-cont-info .ld-item > span{
    color: #f2f2f2;
    opacity: 0.8;
    font-size: clamp(12px, 0.9vw, 14px);
    font-weight: 500;
}

.ld-cont-info .ld-item .ld-icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.ld-cont-info .ld-item .ld-icon-text > span {
    font-size: clamp(16px, 1.4vw, 18px);
    font-variation-settings: 'FILL' 1;
    color: var(--cl-primary);
}

.ld-cont-info .ld-item .ld-icon-text h6 {
    color: var(--cl-primary);
    margin: 0;
    font-weight: 600;
    font-size: clamp(13px, 1.2vw, 16px);
}

.ld-cont-info .ld-item.--dir .ld-icon-text {
    align-items: baseline;
}

.ld-cont-info .ld-item.--dir .ld-icon-text h6 {
    font-size: clamp(12px, 0.9vw, 14px);
}
@media (max-width: 992px) {

    .mendoza_brand img {
        width: 90%;
    }

    /* * Form * */
    /* .item-input {
        width: 100%;
    }
    .form-content {
        flex-wrap: wrap;
    }
    .ld_form_banner .button-primary {
        width: 100%;
    }
    .ld_text_banner {
        width: 100%;
    } */

    /* * Info * */
    .ld-cont-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ld-cont-info .ld-item.--dir {
        order: 3;
    }
}


@media (max-width: 1180px) and (orientation: landscape) {

    .mendoza_brand img {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .ld-cont-info .ld-item {
        min-width: 170px;
    }
}

@media (max-width: 465px) {
    .ld-cont-info .ld-item {
        min-width: auto;
    }
    .ld-cont-info .ld-item.--dir .ld-icon-text {
        align-items: center;
    }
    .ld-banner-info {
        bottom: 12px;
    }
    .ld-cont-info {
        border-radius: 12px;
    }
}