﻿/*#region HeaderLanding*/

.header-landing-pages {
    margin-right: unset;
    margin-left: unset;
    padding-right: 1px;
}

.landing-content-base {
    min-height: 350px;
    max-height: 350px;
    position: relative;
    padding: 0px;
    overflow: hidden;
}


    .landing-content-base .middle-element {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .landing-content-base img {
        display: block;
        min-height: 100%;
        min-width: 100% !important;
    }

.image-mobile {
    display: none;
}

.image-screen {
    display: unset;
}

.landing-content {
    padding-left: 250px;
    padding-right: 50px;
}

    .landing-content .title-landing {
        font-size: 32px;
        font-weight: bolder;
        clear: both;
        padding-bottom: 20px;
        line-height: 36px;
        padding-right: 50px;
    }

        .landing-content .title-landing > h1 {
            font-size: 32px;
            font-weight: bolder;
            line-height: 36px;
        }

.content-landing {
    padding-right: 50px;
    font-size: 16px;
}

.landing-blue {
    background: #235ff8;
    color: #ffcf30;
}

    .landing-blue .content-landing {
        color: #ffffff;
    }

.landing-yellow {
    background: #235ff8;
    color: #fff;
}

    .landing-yellow .content-landing {
        color: #16350c;
    }

@media screen and (max-width: 991px) {
    .landing-content-base {
        min-height: 200px;
        max-height: 200px;
        width: 100%;
    }

    .image-mobile {
        display: block;
    }

    .image-screen {
        display: none;
    }

    .landing-content-base .middle-element {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding-left: unset !important;
        width: 90%;
    }

    .landing-content-base img {
        min-height: 100%;
        min-width: 100% !important;
        width: 100%;
    }

    .landing-content .title-landing {
        padding-right: unset;
        padding-bottom: 5px;
    }

        .landing-content .title-landing > h1 {
            font-size: 22px;
            font-weight: bolder;
            line-height: 23px;
        }

    .content-landing {
        font-size: 13px;
        padding-right: unset;
    }
}

/*#endregion*/