
/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}*/

@font-face {
    font-family: 'PF BeauSans Pro Bold';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-SemiBold.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PF BeauSans Pro Black';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

/*@font-face {
    font-family: 'PF BeauSans Pro Bbook';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-Bbook.ttf');
    font-weight: 500;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro XThin';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-XThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro XThin';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-XThin.ttf');
    font-weight: 100;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro Bbook';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-BbookItalic.ttf');
    font-weight: 500;
    font-style: italic;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}*/

/*@font-face {
    font-family: 'PF BeauSans Pro';
    src: url('../fonts/PFBeauSansPro/PFBeauSansPro-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}*/

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

.cotizador {
    top: 0px;
    margin-bottom: 30px;
}

.landing-subtitle {
    font-size: 1.3rem;
}

.inputGroupCustom {
    margin-bottom: 30px;
    /*padding-top: 6px;
    padding-bottom: 6px;
    height: 55px;*/
}

.divSpanAdditionalInfo {
    color: var(--btnbackgroundcolor);
    margin-top: 10px;
}

.title {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 10px;
}

.form-content > .title {
    margin-bottom: 40px;
}

.journeyProgressBar {
    height: 4px !important;
    background: #CAE6BF;
}

.btn, .nav-btn {
    border-radius: 34px !important;
    height: 55px !important;
}

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

.pageContainer {
    max-width: 666px;
    margin: auto;
    justify-content: space-between;
}

.uw_subtitle1 {
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.uw_subtitle2 {
    margin-bottom: 20px;
    text-align: center;
}

.uw_boolResponseContainer {
    margin: auto;
    margin-bottom: 40px;
    background-color: #CAE6BF;
    border: 1px solid #368E25;
    border-radius: 10px;
    padding: 20px 20px 15px 20px;
}

.uw_enfermedad {
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #dddd;
    padding-bottom: 15px;
    font-size: 15px;
}

.uw_blocked_image {
    margin-top: 30px;
}

.QE_subtitle {
    margin-bottom: 0px;
    margin-top: 6px;
    color: var(--btnbackgroundcolor) !important;
}

.Card {
    padding-top: 13px !important;
    background-color: transparent;
    box-shadow: 0px 0px 7px 0px #00000040;
}

.cardTop {
    background-color: #CAE6BF;
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -666;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: block !important;
}

.TitleCard {
    border: none;
    height: 47px;
    align-content: center;
}

.TitleCard span {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    font-weight: 500;
    font-family: PF BeauSans Pro Bold;
}

.includes {
    font-family: PF BeauSans Pro Bold;
    border-image: none;
    border-color: #dddd;
    margin-bottom: 20px;
    min-height: 200px !important;
}

.cardLogo {
    display: block !important;
    background-image: url('../../images/tenant/metlife/Logo.svg');
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    margin-top: 5px;
    border-bottom: solid 2px #dddd;
}

.Price {
    padding: 15px 0;
    border-image: none;
    border-color: #dddd;
}

.Price h1 {
    font-family: PF BeauSans Pro Black !important;
    font-size: 40px;
    margin-bottom: 5px;
}

.landingCoveragesTitle2 {
    display: block !important;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-family: PF BeauSans Pro Bold !important;
    border-bottom: solid 2px #dddd;
}

.sign-check {
    /*background-image: url(../../images/tenant/metlife/icons8-info.svg);*/
    background-image: url(../../images/tenant/metlife/icons8-check.svg);
    background-size: 18px;
    height: 18px;
    width: 18px;
    margin-right: 15px;
}

.landingCoverageItem {
    max-width: 400px;
    display: block;
    margin: auto;
}

.landingCoveragesTitle1, .btnSeeDetails, .PlanDetail {
    display: none !important;
}

#uwModal .modal-content {
    min-height: 335px;
}

#uwModal .modal-dialog {
    margin-top: 15%
}

.uwModal_Header {
    font-family: PF BeauSans Pro Bold;
    font-size: 20px;
    margin: 15px 25px 0px 25px;
    border: none;
}

.uwModal_Header #modalTitle  {
    color: black !important;
}

.uwModal_Body {
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.uwModal_Footer {
    border: none;
}

.uwModal_btn {
    width: 264px;
    margin: auto;
    margin-bottom: 15px;
}

.uwModal_close {
    color: rgb(51, 51, 51);
    height: 25px !important;
    padding: 0px 5px 0px 5px !important;
    width: 25px;
    float: right;
    text-align: right;
    right: 20px;
    position: absolute;
    top: 20px;
    font-size: 18px;
}

.title_main {
    display: none;
}

.alternTitle {
    display: block !important;
    margin-bottom: 5%;
}

.alternTitle2 {
    display: block !important;
    margin-bottom: 25px;
}

.summaryTitle {
    margin-top: 25px;
}

.summarySubtitle {
    margin-bottom: 25px !important;
}

.congratulationsImage {
    display: none;
}

.summaryCardBody {
    margin-top: 0px !important;
}

.congratulationsButtons {
    border: 1px solid #dddd;
    border-left: none;
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.uw_modal_displayMode {
    display: none;
}

.colorText {
    color: #368E25 
}

.falabella_hide {
    display: none;
}

.falabella_show {
    display: block !important;
}

.paymentMethod_subtitle {
    font-size: 15px;
    margin-top: 15px;
}

.paymentMethod_retract {
    margin-bottom: -20px;
    margin-top: -10px;
    font-size: 14px;
}

.btnCoverageMore {
    width: 100%;
    color: #368E25;
    text-decoration: none;
    padding-top: 0px !important;
    height: 40px !important;
    display: block !important;
}

.btnCoverageMore:hover {
    color: #368E25;
}

.coverage_long_extra {
    display: none;
}

.planInfo {
    min-height: 300px !important;
}

.cardsBtn {
    padding-top: 10px;
    padding-bottom: 20px;
}

.accordion {
    margin-top: 35px;
}

.accordion > .card {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.accordion > .card > .card-header {
    background-color: transparent;
}

.accordion > .card > .card-header > .btn {
    background: url("../../images/tenant/metlife/icons8-chevron-up.png") no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    padding: 5px 5px 5px 5px !important;
    height: 40px !important;
}

.accordion > .card > .card-header > .btn.collapsed {
    background-image: url("../../images/tenant/metlife/icons8-chevron-down.png");
}

.coverages_benefits_subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.collapse_coverages {
    font-size: 13px;
    color: #8E8E93;
}

.collapse_title {
    font-family: "PF BeauSans Pro Bold";
}

.landing_money_convertion_legal {
    margin-top: -8px !important;
    font-size: 14px;
}

.btnUnderwritingOptionButtonMoreContainer {
    width: 100%;
    display: block !important;
    margin-bottom: 5px;
    padding-top: 10px !important;
}

.btnUnderwritingOptionButtonMore {
    color: #368E25;
    text-decoration: none;
    height: 25px !important;
    font-size: 14px;
    cursor: pointer;
}

.underwritingOptionMoreContainer {
    padding-top: 10px;
    color: #8E8E93;
    font-size: 14px;
    padding-bottom: 5px;
}

.underwritingOptionChevron {
    background-image: url("../../images/tenant/metlife/icons8-chevron-left_green.png");
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}

.underwritingOptionChevron.collapsed {
    background-image: url("../../images/tenant/metlife/icons8-chevron-right_green.png");
}

#form_wu3 {
    padding-left: 20px;
    padding-right: 20px;
}

.landingMoreDetailsButton {
    margin-top: 15px;
    font-size: 14px;
    padding-bottom: 0px !important;
    height: 25px !important;
}




/* ============================ */
/* =====  MEDIA QUERIES  ===== */
/* ========================== */


@media only screen and (min-width: 1200px) {
    .inner {
        margin-top: 0%;
    }
}

@media only screen and (min-width: 400px) {
    .inner {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 420px) {
    .inner {
        margin-top: 0%;
    }

    .cardTop {
        height: 80px;
    }

    .TitleCard {
        height: 60px;
    }
}

@media (min-width: 576px) {
    .inputGroupCustom[class*="col-"][class*="-6"] {
        max-width: 48% !important;
    }
}

@media only screen and (min-width: 800px) {
    .inner {
        margin-top: 0%;
    }
}

@media only screen and (max-width: 625px) {
    .Footer {
        height: 150px;
    }

    .congratulationsContainer {
        margin-top: 25px !important;
    }
}

@media only screen and (max-width: 768px) {
    #uwModal .modal-dialog {
        margin-top: 15%
    }

    .page-content {
        padding-bottom: 40px;
    }
}