
body, .navbar, .material-form label, #txtRangeResult, .swiper-slide {
    background-color: #fff !important;
}

.phonePrefixContainer {
    display: flex;
}

.phonePrefix {
    padding-top: 0px;
    display: inline-block;
}

.inputGroupCustom input, .inputGroupCustom select + .select2-container {
    padding: 5px 5px 5px 5px;
}

.select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.inputGroupCustom {
    height: 64px;
    display: block;
}

    .inputGroupCustom .form-control {
        padding: 10px 15px 10px 10px;
        background-color: transparent;
    }

    .inputGroupCustom label {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #75787B;
        position: relative !important;
        display: block;
        margin-bottom: -10px;
        padding-bottom: 0px;
        margin-top: -1px;
        margin-left: 15px;
        top: inherit !important;
        left: inherit !important;
        text-align: left;
    }

.uwRadio {
    width: 18px;
    height: 18px;
}

.journeyProgressBar-fill, .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: linear-gradient(90deg, #a2cf42 0%, var(--swiper-theme-color) 100%);
    width: 100%;
    transform: translate3d(0px, 0px, 0px) scaleX(0) scaleY(1);
    transition-duration: 300ms;
    border-top-left-radius: 15%;
    border-bottom-left-radius: 15%;
    position: absolute;
    height: 100%;
    transform-origin: left top;
}

.swiper-pagination-progressbar {
    display: none;
}

.journeyProgressBar {
    width: 100% !important;
    height: 7px !important;
    border-radius: 3px;
    background: #e3e4e7;
    position: relative;
    /*margin-bottom: 30px;*/
}

h1 {
    font-family: 'Noto Sans' !important;
    font-weight: bolder;
}

.borderGradient {
    position: relative;
}

.inputGroupCustom .form-control.customValidated {
    margin-right: 0px;
    padding-right: 0px;
    background: none;
}

.inputGroupCustom .form-control.customError {
    margin-right: 0px;
    padding-right: 0px;
    background: none;
}

.navbar {
    height: 70px;
}

.form-row {
    justify-content: center;
}

.inputGroupCustom {
    max-width: 350px !important;
}

#logo1.header-logo-image {
    height: 32px !important;
}

.logoLink2:not(.bigLogo) {
    top: 28px;
}

.notification_Metlife {
    right: 0px !important;
    width: 100% !important;
    margin: auto !important;
    padding-left: 2px;
    padding-right: 2px;
    top: 70px !important;
}

.notification_info .brighttheme {
    /*background-color: #DB0A5E !important;*/
    white-space: nowrap;
}

    .notification_info .brighttheme .ui-pnotify-closer .brighttheme-icon-closer:after {
        position: relative;
        top: 0px;
        vertical-align: middle;
        color: white;
    }

    .notification_info .brighttheme .ui-pnotify-icon .brighttheme-icon-info {
        margin-right: 10px;
        font-family: 'icomoon';
        font-weight: normal;
        font-size: 16px;
        color: white;
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px;
    }

    .notification_info .brighttheme .ui-pnotify-text {
        display: inline-block;
        vertical-align: middle;
        color: white;
        white-space: normal;
        padding-right: 50px;
    }

.notification_info .brighttheme .ui-pnotify-icon .brighttheme-icon-info:before {
    content: "\ed4f";
}

.borderGradient:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px; /* border size */
    background: linear-gradient(90deg, #a2cf42 0%, var(--swiper-theme-color) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

a {
    color: var(--btnbackgroundcolor);
    font-weight: 600;
}

.nav-btn:hover {
    background-color: var(--btnbackgroundcolor) !important;
}

#logo2,#logo2_footer {
    max-height: 50px;
}

.inputGroupCustom {
    border: 2px solid;
    border-color: var(--textboxbordercolor);
}

.inputGroupCustom:focus-within {
    border-color: var(--btnbackgroundcolor);
}

.sign-less {
    background-image: url(../../images/tenant/metlife/Less.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.sign-plus {
    background-image: url(../../images/tenant/metlife/Plus.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.sign-check {
    background-image: url(../../images/tenant/metlife/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.sign-unavailable {
    background-image: url(../../images/tenant/metlife/Unavailable.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.sign-openInNeW {
    background-image: url(../../images/tenant/metlife/ic_open-in-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.bg-image {
    /*background-image: url(../../images/tenant/metlife/bg-image.png);*/
    background-image: url(https://static.klimber.com/metlife/resources/cl_salud_main_banner.png);
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    /*height: 400px;*/
    height: 325px;
}

.bg-image2 {
    background-image: url(../../images/tenant/metlife/text-insight.svg);
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    /*height: 300px;*/
    min-height: 300px;
    /*  
    background: linear-gradient(91.98deg, #263B52 2.83%, #225288 100%);
    height: 400px;
    */
}

.bg-image3 {
    background-image: url(../../images/tenant/metlife/bg-banner-pt.jpg);
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    /*height: 400px;*/
    height: 325px;
}

.header-title {
    color: #FFFFFF;
    position: relative;
    /*top: 200px;*/
    top: 140px;
}

.header-title2 {
    color: #FFFFFF;
    position: relative;
    top: 100px;
}

.container-fluid {
    margin-top: 0%;
}

.cotizador {
    background-color: #FFFFFF;
    padding: 20px 24px 0px 24px;
    z-index: 1;
    position: relative;
    /*top: -60px;*/
    top: -45px;
}

.btn-primary {
    background-color: var(--btnbackgroundcolor) !important;
}

.btn-primary:hover {
    background-color: var(--btnbackgroundcolor) !important;
}

.counter {
    margin-right: 40px;
}

.counter input {
    max-width: 80px;
}

.featuredCard {
    background: rgb(38, 59, 82);
    background: linear-gradient(90deg, rgba(38, 59, 82, 1) 0%, rgba(34, 82, 136, 1) 100%);
    border-radius: 16px;
    color: #ffffff !important;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15));
    padding: 24px !important;
    margin: 0 24px 24px 0;
}

.TitleCard {
    text-align: center;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #A2CF42, #008EDD) 1;
}

.TitleCard span {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
    display: block;
}

.Price {
    padding: 24px 0;
    text-align: center;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #A2CF42, #008EDD) 1;
}

.Price h1 {
    font-size: 48px;
    margin: 0;
}

.Price p {
    margin: 0;
}

.includes {
    padding-top: 16px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #A2CF42, #008EDD) 1;
}

.includes ul {
    padding-left: 16px;
}

.includes li {
    list-style-type: none;
    padding-bottom: 16px;
}

.includes img {
    padding-right: 8px;
}

.crossSell {
    padding: 16px 0;
}

.cardsBtn {
    padding-top: 8px;
}

.cardsBtn .btn {
    width: 100%;
}

.btn-light {
    color: var(--btnbackgroundcolor) !important;
}

.btn-light:hover {
    background-color: #F2F2F2 !important;
    color: var(--btnbackgroundcolor) !important;
}

.Card {
    background-color: #F5F5F5;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15));
    margin: 0 24px 24px 0;
    border-radius: 16px;
    padding: 24px !important;
}

.tabs .includes {
    padding-top: 32px;
}

.tabs .includes li {
    padding-bottom: 32px;
}

.tabs {
    margin-top: 40px;
    padding-bottom: 120px;
}

.nav-tabs {
    border-bottom: 1px solid #A7A8AA !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs a {
    color: #333333 !important;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #333333 !important;
    font-weight: 600;
    border-bottom: 3px solid #528320 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    color: var(--btnbackgroundcolor) !important;
    font-weight: 600;
    border-bottom: 3px solid var(--btnbackgroundcolor) !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.nav-tabs .nav-link {
    color: #333333;
}

.float {
    background-color: #ffffff;
    padding: 16px 16px 40px;
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.float button {
    min-width: 300px;
}

/*  HandleCounter  ---------------------------------------- */

.handle-counter .btn{
    width: 32px !important;
    height: 32px !important;
    border: 2px solid #6E6E6E !important;
    border-radius: 100px !important;
    padding: 0 !important;
    font-size: 16px !important;
}

.counter-minus {
    margin-right: 24px !important;
}

.counter-plus {
    margin-left: 24px;
}


/*  Buttons  ---------------------------------------- */

.btn, .nav-btn {
    border-radius: 8px !important;
    height: 56px !important;
    padding: 14px 24px !important;
    font-weight: 600 !important;
    border: 1px solid transparent !important;
    line-height: 1.5384616;
}

.nav-btn {
    outline: none;
    box-shadow: none;
    width: 260px !important;
    margin: 20px 8px;
    font-size: 18px;
    transition: 0.5s all;    
}

.nav-btn:hover {
    transform: scale(0.95);
}

/*.btn-atras {
    margin-right: 16px;
    margin-left: 16px;
}*/

.inputRight_AddButon {
    color: var(--swiper-theme-color);
    position: absolute;
    right: -135px;
    top: 10px;
    font-size: 14px;
    cursor: pointer;
    max-width: 110px;
    font-weight: 300 !important;
    padding: 3px 5px 0px 5px !important;
    margin: auto;
    line-height: 1;
    max-height: 35px;
}

.btn-xs {
    color: var(--swiper-theme-color);
    position: absolute;
    right: -60px;
    top: 16px;
    font-size: 24px;
    cursor: pointer;
}

/*  Primary  ---------------------------------------- */

.btn-primary {
    background-color: var(--btnbackgroundcolor) !important;
}

.btn-primary:hover {
    background-color: var(--btnbackgroundcolor) !important;
    color: #FFFFFF !important;
}

.featuredButton {
    background-color: #FFFFFF !important;
    color: var(--btnbackgroundcolor) !important;
}

.featuredButton:hover {
    background-color: #E2E2E2 !important;
    color: var(--btnbackgroundcolor) !important;
}

/*  Secondary  ---------------------------------------- */

.btn-secondary {
    background-color: transparent !important;
    border: 2px solid var(--btnbackgroundcolor) !important;
    color: var(--btnbackgroundcolor) !important;
    font-weight: 600 !important;
}

    .btn-secondary:hover {
        background-color: var(--btnbackgroundcolor) !important;
        border: 2px solid var(--btnbackgroundcolor) !important;
        color: #FFFFFF !important;
    }

.btn-secondary.featuredButton {
    background-color: transparent !important;
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

    .btn-secondary.featuredButton:hover {
        background-color: #FFFFFF !important;
        border: 2px solid #FFFFFF !important;
        color: var(--btnbackgroundcolor) !important;
    }

.bottomSeparator {
    background: linear-gradient(90deg, #a2cf42 0%, var(--swiper-theme-color) 100%);
    height: 2px;
    margin-top: 30px;
}

.footer-logo-image {
    height: 55px !important;
}

.customFooterContainer {
    display: block !important;
    width: 100%;
}

.customFooterContainer .Metlife {
    display: inline-block !important;
    max-width: 810px;
    margin-top: 10px;
}

.foo-start {
    position: fixed;
    z-index: 999;
}

.foo-end {
    display: none;
}

.footer_btnNext, .footer_btnBack {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Footer {
    width: 100%;
    height: 90px;
    padding: 10px 5% 10px 5%;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    display: inline-flex;
    text-align: center;
    box-shadow: 0px -3px 6px 0px #00000029;
}

    .Footer .Container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 56px;
        display: flex
    }

        .Footer .Container .Metlife {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            display: flex
        }

            .Footer .Container .Metlife .Logo {
                width: 149.33px;
                height: 32px;
                position: relative;
                background-image: url('/assets-custom/images/tenant/metlife/Logo.svg');
            }

        .Footer .Container .FooterNavContainer {
            justify-content: flex-start;
            align-items: flex-start;
            display: inline-flex
        }

            .Footer .Container .FooterNavContainer .Row {
                width: 810px;
                align-self: stretch;
                padding-bottom: 20px;
                padding-right: 32px;
                border-right: 0.50px #D9D9D6 solid;
                justify-content: flex-start;
                align-items: flex-start;
                gap: 32px;
                display: flex
            }

                .Footer .Container .FooterNavContainer .Row .Col {
                    flex: 1 1 0;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    gap: 16px;
                    display: inline-flex
                }

                    .Footer .Container .FooterNavContainer .Row .Col .ColumnLink {
                        align-self: stretch;
                        color: #333333;
                        font-size: 12px;
                        font-family: MetLife Circular;
                        font-weight: 400;
                        line-height: 16px;
                        word-wrap: break-word
                    }

                        .Footer .Container .FooterNavContainer .Row .Col .ColumnLink.ColumnTitle {
                            font-weight: 700;
                        }

            .Footer .Container .FooterNavContainer .Row2 {
                width: 270px;
                padding-left: 32px;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                gap: 16px;
                display: inline-flex
            }

                .Footer .Container .FooterNavContainer .Row2 .ShortcutLink {
                    align-self: stretch;
                    color: #333333;
                    font-size: 12px;
                    font-family: MetLife Circular;
                    font-weight: 700;
                    line-height: 16px;
                    word-wrap: break-word
                }


/*  Mobile  ---------------------------------------- */
@media only screen and (max-width: 636px) {

    h1 {
        font-size: 2rem;
    }   

    .header-title {
        top: 130px;
    }

    .header-title2 {
        top: 50px;
    }

    .featuredCard {
        margin: 0 0 24px 0 !important;
    }

    .Card {
        margin: 0 0 24px 0 !important;
    }

    .float button {
        min-width: 100%;
    }

    .float .btn-secondary {
        margin-bottom: 8px;
    }

    .cotizador {
        top: -10px;
        padding: 20px 0px 0px 0px;
    }

    .Footer .Container .FooterNavContainer .Row {
        width: 100%;
    }

    .Footer {
        padding-right: 5px;
        padding-left: 5px;
    }
}

/*  Small mobile  ---------------------------------------- */
@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 1199px) {
    /*.featuredCard, .Card {
        margin-right: 30px;
    }*/
}

@media only screen and (max-width: 768px) {
    .inputRight_AddButon {
        right: -120px;
        font-size: 12px;
        max-width: 100px;
        padding: 3px 5px 0px 5px !important;
    }

    .Price h1 {
        font-size: 40px;
    }

    #logo1.header-logo-image {
        height: 32px !important;
    }

    .logoLink2:not(.bigLogo) {
        top: 18px !important;
    }

    .nav-btn {
        width: 140px !important;
    }
}


@media only screen and (min-width: 768px) {
    #logo1.header-logo-image {
        height: 32px;
        text-align: center;
        width: auto;
    }

    .logoLink {
        width: 255px;
    }
}