* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

body {
    font-size: 10px;
    margin: 0 !important;
    background-color: #00335b;
}

h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #00335b;
    width: 100px;
    display: block;
}

h1 {
    font-size: 3.8em;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #00335b;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 45px;
    padding-top: 45px;
    position: relative;
}

.fb55 h1 {
    text-align: left;
    width: 100%;
}

h2 {
    font-size: 3em;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #00335b;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    font-size: 1.8em;
    font-weight: 600;
    color: #00335b;
}

#pardot-form-col h3 {
    padding: 0px 15px;
    font-size: 2.2em;
    color: #007ac9;
}

p {
    font-size: 1.7em;
    line-height: 1.5;
    color: #00335b;
}

p strong {
    color: #00335b;
}

p.subtitle {
    font-size: 1.8em;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #007ac9;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.fb55 p.subtitle {
    width: 100%;
    text-align: left;
}

.columns_box {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
}

.light_content * {
    color: #FFF !important;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

.list_icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.features_list {
    padding-left: 0;
    list-style: none;
    font-size: 1.6em;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
}

.features_list li {
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #00335b;
    color: #00335b;
    -webkit-display: flex;
    display: flex;
}

.features_list li span {
    display: inline-block;
}

.features_box {
    margin-bottom: -80px;
    margin-top: 50px;
}

.features_list_boxed {
    background-color: white;
    margin-top: 0;
    padding: 50px;
    -webkit-box-shadow: 3px 3px 19px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 19px 4px rgba(0, 0, 0, 0.07);
}

.features_list_boxed li:last-child {
    border-bottom: none;
}

/*=====FLEX SYSTEM=====*/

.fbox {
    display: -webkit-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -moz-flex !important;
    display: flex !important;
}

.calign {
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.valign {
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.fb16 {
    -webkit-flex-basis: 16%;
    -o-flex-basis: 16%;
    -ms-flex-basis: 16%;
    -moz-flex-basis: 16%;
    flex-basis: 16%;
    max-width: 16%;
    width: 16%;
}

.fb20 {
    -webkit-flex-basis: 20%;
    -o-flex-basis: 20%;
    -ms-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
}

.fb22 {
    -webkit-flex-basis: 22%;
    -o-flex-basis: 22%;
    -ms-flex-basis: 22%;
    -moz-flex-basis: 22%;
    flex-basis: 22%;
    max-width: 22%;
    width: 22%;
}

.fb25 {
    -webkit-flex-basis: 25%;
    -o-flex-basis: 25%;
    -ms-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
}

.fb30 {
    -webkit-flex-basis: 30%;
    -o-flex-basis: 30%;
    -ms-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
}

.fb33 {
    -webkit-flex-basis: 33.3%;
    -o-flex-basis: 33.3%;
    -ms-flex-basis: 33.3%;
    -moz-flex-basis: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%;
    width: 33.3%;
}

.fb40 {
    -webkit-flex-basis: 40%;
    -o-flex-basis: 40%;
    -ms-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
}

.fb48 {
    -webkit-flex-basis: 48%;
    -o-flex-basis: 48%;
    -ms-flex-basis: 48%;
    -moz-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
    width: 48%;
}

.fb46 {
    -webkit-flex-basis: 46%;
    -o-flex-basis: 46%;
    -ms-flex-basis: 46%;
    -moz-flex-basis: 46%;
    flex-basis: 46%;
    max-width: 46%;
    width: 46%;
}

.fb50 {
    -webkit-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
}

.fb55 {
    -webkit-flex-basis: 55%;
    -o-flex-basis: 55%;
    -ms-flex-basis: 55%;
    -moz-flex-basis: 55%;
    flex-basis: 55%;
    max-width: 55%;
    width: 55%;
}

.fb60 {
    -webkit-flex-basis: 60%;
    -o-flex-basis: 60%;
    -ms-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
}

.fb70 {
    -webkit-flex-basis: 70%;
    -o-flex-basis: 70%;
    -ms-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
}

.fb100 {
    -webkit-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}

.fwrap {
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fb-jsb {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.fb-jsa {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.fb-jcenter {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

/*=====HEADER=====*/

header {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
}

#logo {
    white-space: nowrap;
}

#logo img,
#logo span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.1em;
    color: #999;
    text-decoration: none;
    font-weight: 300;
}

#logo span strong {
    color: #0a78bb;
}

#logo span {
    line-height: 1.1;
    padding: 0px 10px;
}

#logo span.flag img {
    width: 80px;
}

.tel_icon,
.tel_footer {
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/6abd5426-64fe-4d4d-bb3d-76bd3c57b048.png);
}

#header_contact a {
    color: #00335b;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: 600;
    margin-left: 15px;
}

/*=====GENERAL CONTAINERS=====*/

.fixed_table_row {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    padding: 0 7.5%;
}

.tp_150 {
    padding-top: 150px !important;
}

.cw85 {
    display: block;
    width: 100%;
    padding-left: 7.5%;
    padding-right: 7.5%;
}

.cw80 {
    display: block;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

.centered {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.standard_block {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #FFF;
}

.gray_bg {
    background-color: #f1efeb;
}

.digital_blue_bg {
    background-color: #007ac9;
    color: #FFF;
}

.dark_blue_bg {
    background-color: #00335b;
    color: #FFF;
}

.digital_blue_bg h2 {
    color: #FFF;
}

.dark_blue_bg * {
    color: #FFF;
}

.ltext {
    text-align: left !important;
}

.ltext h2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    text-align: left !important;
}

.rtext {
    text-align: right !important;
}

.fb46 iframe {
    width: 100%;
    height: 20vw;
    position: relative;
}

.backdecorsq {
    position: relative;
}

.backdecorsq:before {
    content: "";
    width: 100%;
    height: 100%;
    left: -20px;
    top: -20px;
    background-color: #007ac9;
    position: absolute;
}

.heading_icon {
    display: block;
    padding-bottom: 5px;
}

.heading_icon .icon {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*=====HERO=====*/

#hero {
    position: relative;
}

#hero_contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    min-height: 670px !important;
}

#hero_contents .inner_container {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px 7%;
}

#hero_contents .inner_container .fb50 {
    height: 100%;
}

/*=====SLIDER=====*/

#slider {
    position: relative;
    background-color: #00335b;
    min-height: 670px !important;
}

.mask {
    position: relative;
    width: 100vw;
    height: 77vh;
    min-height: 670px !important;
    max-height: 77vw;
    overflow: hidden;
    z-index: 0;
}

.slide_contents {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 49%;
    z-index: 99;
}

.slide {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 77vh;
    min-height: 670px !important;
    max-height: 77vw;
    opacity: 0;
    top: 0;
    left: 100%;
    transition: all 1s cubic-bezier(.56, .2, .23, .89);
}

.slide:nth-child(3) {
    background-position: top center;
    background-size: cover;
}

.slide_contents p {
    font-size: 1.8em;
    color: #FFF;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.slide_contents h2 {
    font-size: 4.5em;
    line-height: 1.2;
    color: #FFF;
    text-align: left;
    position: relative;
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.7s cubic-bezier(.56, .2, .23, .89);
    transition-delay: 0.5s;
}

.first .slide_contents h2 {
    opacity: 1;
    transform: translateX(0);
}

.slide_contents h2::after {
    content: "";
    z-index: 99;
    background-color: #0a78bb;
    position: absolute;
    display: block;
    bottom: -20px;
    left: 0;
    height: 5px;
    width: 0px;
    transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
    transition-delay: 0.6s;
}

.first .slide_contents h2::after {
    width: 140px;
}

.slide::before {
    content: "";
    z-index: 10;
    background-color: rgba(0, 51, 91, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slide img {
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.slide.first {
    left: 0;
    opacity: 1;
    z-index: 9999;
}

.slide.second {
    left: 100%;
    opacity: 1;
}

.slide.third {
    left: 100%;
    opacity: 1;
}

.slide.hide_slide {
    left: -100% !important;
    opacity: 0;
}

#next_slide {
    position: absolute;
    top: 45%;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-color: transparent;
    cursor: pointer;
    right: 5%;
    display: block;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
    display: none;
}

#next_slide svg {
    width: 100%;
    height: 100%;
}

#next_slide:hover {
    transform: scale(0.95, 0.95);
}

/*SLIDER RESPONSIVE*/

@media screen and (max-width: 800px) {
    .slide {
        width: 100%;
    }

    .slide.first {
        left: 0;
        opacity: 1;
    }

    .slide.second {
        left: 100%;
        opacity: 1;
    }

    .slide.third {
        left: 100%;
        opacity: 1;
    }

    .slide.hide_slide {
        left: -110% !important;
        opacity: 0;
    }

    .slide_contents h2 {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 400px) {
    .slide {
        width: 100%;
    }

    .slide.first {
        left: 0;
        opacity: 1;
    }

    .slide.second {
        left: 100%;
        opacity: 1;
    }

    .slide.third {
        left: 100%;
        opacity: 1;
    }

    .slide.hide_slide {
        left: -110% !important;
        opacity: 0;
    }
}

/*=====SLIDER=====*/

#usps_block {
    padding-bottom: 0 !important;
    margin-bottom: 100px;
}

#usps_block_2 {
    padding-bottom: 0 !important;
    margin-bottom: 0px;
}

#usps_block_3 {
    padding-bottom: 70px;
    padding-top: 140px;
}

#usps_block .columns_box,
#usps_block_2 .columns_box {
    position: relative;
    bottom: -80px;
    margin-top: -40px;
}

#usps_block_3 .fb50:nth-child(1) {
    padding-right: 40px;
}

#usps_block_3 .fb48,
#usps_block_3 .fb50 {
    margin-bottom: 20px;
}

#usps_block h2,
#usps_block_2 h2 {
    margin-bottom: 0;
    font-size: 2.8em;
}

#usps_block_2 p.subtitle {
    margin-bottom: 0;
}

.usp_box {
    background-color: #FFF;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 19px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 19px 4px rgba(0, 0, 0, 0.07);
}

.usp_box p {
    font-weight: 500;
    font-size: 1.6em;
    color: #00335b;
    line-height: 1.4;
    text-align: center;
}

.usp_box img {
    max-width: 70px;
    width: 70px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*=====PRODUCT DESCRIPTION=====*/

.product_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
    margin-bottom: -140px;
    margin-top: 100px;
}

/*=====TABLE=====*/

.resp_hide {
    display: none;
}

.plan_1 .col2,
.plan_1 .col3,
.plan_1 .col4,
.plan_1 .col5 {
    display: none !important;
}

.plan_2 .col1,
.plan_2 .col3,
.plan_2 .col4,
.plan_2 .col5 {
    display: none !important;
}

.plan_3 .col2,
.plan_3 .col1,
.plan_3 .col4,
.plan_3 .col5 {
    display: none !important;
}

.plan_4 .col2,
.plan_4 .col3,
.plan_4 .col1,
.plan_4 .col5 {
    display: none !important;
}

.plan_5 .col2,
.plan_5 .col3,
.plan_5 .col4,
.plan_5 .col1 {
    display: none !important;
}

.responsive_table {
    display: inherit;
}

.responsive_table .rhcell.fb20,
.responsive_table .cell.fb16 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    height: auto;
    margin-bottom: 0;
}

.responsive_table .ncell {
    display: none;
}

.responsive_table .thcell {
    width: 100% !important;
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
    font-size: 2em !important;
}

#product-plans {
    padding-bottom: 40px;
    padding-top: 40px !important;
}

#product-plans-table {
    background-color: #00335b;
    overflow: hidden;
    padding-bottom: 40px;
    margin-top: 80px;
}

div.ncell {
    background-color: transparent;
    position: relative;
    z-index: 999;
}

div.cell {
    padding: 20px;
    font-size: 1.4em;
    border-bottom: 1px solid #FFF;
    color: #00335b;
    background-color: #EFF8FF;
}

div.cell .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
}

div.thcell {
    background-color: #0a78bb;
    color: #FFF;
    padding: 20px;
    border-right: 1px solid #1F92D8;
    font-weight: 500;
    font-size: 1.5em;
    -webkit-justify-content: flex-end;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    flex-direction: column;
    -webkit-box-shadow: -1px 3px 23px -4px rgb(11, 85, 129);
    -moz-box-shadow: -1px 3px 23px -4px rgb(11, 85, 129);
    box-shadow: -1px 3px 23px -4px rgb(11, 85, 129);
    border: none !important;
    border-bottom: 4px solid #0268b8 !important;
}

div.rhcell {
    background-color: #f1efeb;
    padding: 20px;
    color: #888;
    font-weight: 500;
    text-align: left;
    border-left: 3px solid #CCC;
}

.trow .cell:not(.rhcell) {
    border-right: 1px solid #c4dff3;
}

#table_legend {
    color: #FFF !important;
}

#table_legend p {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #FFF !important;
    font-size: 1.2em;
}

@media screen and (max-width: 1010px) {
    #product-plans-table.responsive_table {
        margin-top: 20px;
        padding-bottom: 0;
    }

    #table_legend {
        padding: 40px 0;
    }
}

/*=====FORM=======*/

#pardot-form-col {
    background-color: #F1EFEB;
    padding: 30px;
    bottom: -80px;
    position: relative;
    min-height: 100% !important;
    height: auto !important;
}

form.form p {
    font-size: 1.2em !important;
}

form.form p label {
    color: #00335b !important;
    width: auto !important;
    display: block !important;
    font-weight: 400;
}

form.form input.text {
    border: 1px solid #d7d7d7 !important;
    width: 100% !important;
    padding: 10px;
}

form.form p.required label,
form.form span.required label {
    background: none !important;
    width: 100% !important;
    display: block !important;
    float: none !important;
    text-align: left;
}

form.form p.submit {
    margin: 30px 0px 0px !important;
    padding: 0;
}

form.form p.submit input {
    margin: 0 10px 0 0 !important;
    padding: 20px !important;
    font-weight: 500 !important;
    color: #FFF !important;
    border: none !important;
    background-color: #007ac9 !important;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form p.Accepted_Policy span.value {
    display: block !important;
    margin-left: 0 !important;
    margin-top: 4px;
}

form.form p.form-field.Accepted_Policy label.inline {
    display: inline-block !important;
    width: auto !important;
}

form.form p.form-field.Accepted_Policy .value span {
    display: inline-block !important;
}

form.form select {
    width: 100% !important;
    background-color: #FFF !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    appearance: none !important;
}

form.form span.value {
    margin-left: 0 !important;
}

form.form .value span {
    display: inline !important;
}

form.form p label.inline {
    display: inline-block !important;
    width: auto !important;
}

form a {
    text-decoration: underline !important;
}

p.form-field.Accepted_Policy.pd-checkbox.required {
    display: flex;
    flex-direction: row-reverse;
}

form.form p.email-pref,
form.form p.no-label {
    margin: 0 10px !important;
    padding: 0;
    font-size: 1em !important;
}

/*=====FOOTER=====*/

footer {
    background-color: #00335b;
    padding: 70px 10%;
    margin-top: 50px;
}

footer .inner_container {
    color: #FFF !important;
}

footer .inner_container h4 {
    font-size: 1.6em;
    font-weight: 600;
    color: #FFF !important;
    margin-top: 0;
}

footer .inner_container p,
footer .inner_container a {
    font-size: 1.4em;
    font-weight: 300;
    color: #FFF !important;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*=====ACCESORIES====*/

.social_btn {
    position: relative;
    display: inline-block !important;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    margin-left: 5px;
}

.social_btn.fb {
    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/964cf108-8fda-471e-9dbd-7f6479719fd4.png);
}

.social_btn.inst {
    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/7abafa65-895c-4877-b22f-ec465b75ad9b.png);
}

.social_btn.linkedin {
    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/572a2bbd-4e27-4d88-855b-55c2da2616e0.png);
}

.contact_alt {
    display: block;
    font-size: 1.5em;
    margin-top: 20px;
    color: #00335b;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px;
}

.wa_link {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-weight: 600;
    background-position: right center;
    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/7db0887c-b2ae-4c7c-bee9-91a62dbbd035.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

footer .wa_link {
    color: #FFF !important;
    display: inline-block !important;
}

footer .social_btn {
    height: 30px;
    background-size: contain;
    width: 30px;
    margin-right: 10px;
}

footer .social_btn:first-of-type {
    margin-left: -6px;
}

footer .social_btn.fb {
    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/9f28c7bc-2aaa-41b6-b9b1-dc14596eaf4e.png);
}

footer .social_btn.inst {
    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/0b06c1ac-5b13-4648-8eb8-bf78b717e40a.png);
}

footer .social_btn.linkedin {
    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/a28f8f82-3468-4820-9827-c103cb52f8af.png);
}

.cta-btn {
    padding: 20px;
    font-weight: 500 !important;
    color: #FFF !important;
    border: none;
    background-color: #007ac9;
    text-transform: uppercase;
    font-size: 1.4em !important;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
    cursor: pointer;
}

.cta-btn:hover {
    transform: scale(1.05, 1.05);
}

.wa_btn {
    margin-top: 20px;
    background-color: #25d366;
    /* #075e54 */
    position: relative;
    display: inline-block;
    padding-right: 45px;
    font-weight: 600;
    background-position: right 15px center;
    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/cd124bf2-c079-4b00-a9f1-94087d840663.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#responsive_cta {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    display: none;
}

#responsive_cta .cta-btn {
    width: 100%;
    text-align: center;
}

/* DESCUENTO */

p.dto {
    margin-right: 90px;
}

/*#banner_descuento .dto_badge {*/
/*    display: block;*/
/*    background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/196f2e6d-b042-4334-804b-40000bb2b45c.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    margin: 0 20px;*/
/*    margin-top: -70px;*/
/*    position: absolute;*/
/*    top: 65px;*/
/*    right: 0;*/
/*}*/
/*.slide_contents p:first-child::before {*/
/*    content: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/1b82c666-3a41-42ba-8c4b-9fd5e336c32d.png);*/
/*    position: relative;*/
/*    top: -20px;*/
/*    left: -40px;*/
/*    display: flex;*/
/*}*/
.textoTYC {
    font-size: 1em !important;
}

.textoTYC a {
    text-decoration: underline !important;
}

.mtop-20 {
    margin-top: 20px !important;
}

.tyc {
    padding-bottom: 90px;
}

#hero_contents {
    pointer-events: none;
}

#pardot-form-col {
    pointer-events: auto;
}

/*@media screen and (max-width: 768px) {*/
/*    .slide_contents p:first-child::before {*/
/*        display: none!important;*/
/*    }*/
/*    .slide_contents p:first-child::after {*/
/*        content: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/c638e6d9-d8d7-44c9-ad4e-edc6f2113a27.png);*/
/*        position: absolute;*/
/*        right: -50px;*/
/*        top: -30px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 465px) {*/
/*    #banner_descuento .dto_badge {*/
/*        margin-top: -60px;*/
/*    }*/
/*    .slide_contents p:first-child::after {*/
/*        right: -60px;*/
/*        top: 30px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 355px) {*/
/*    #banner_descuento .dto_badge {*/
/*        width: 80px;*/
/*        margin-top: -45px;*/
/*    }*/
/*}*/

/*RESPONSIVE CONTAINERS*/

@media screen and (max-width: 1080px) {
    #header_contact a {
        display: block;
        text-align: left;
        font-size: 1.4em;
        margin-bottom: 5px;
    }

    input[type="submit"] {
        white-space: normal;
        text-align: left;
    }

    .product_image {
        width: 100%;
        margin-bottom: 0;
        margin-top: -80px;
    }

    #product-testimonial .fbox,
    #product-end-block .fbox {
        flex-direction: column;
    }

    .column_reverse {
        flex-direction: column-reverse !important;
    }

    .fb46 {
        -webkit-flex-basis: 75%;
        -o-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -moz-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
        width: 75%;
    }

    .fb46 iframe {
        height: 32vw;
    }

    .fb55 {
        -webkit-flex-basis: 100%;
        -o-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 994px) {
    .responsive_table {
        display: none;
    }

    .content_box #table_legend {
        display: none;
    }
}

@media screen and (max-width: 994px) {
    #product-plans-table.full-size {
        width: 100%;
        max-width: 100%;
        overflow: scroll;
    }

    #product-plans-table.full-size div.rhcell {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }

    #product-plans-table.full-size #plans_row div.ncell {
        display: none;
    }

    #product-plans-table.full-size .inner_container {
        min-width: 300%;
        width: 300%;
    }

    #product-plans-table.full-size .trow.fbox {
        position: relative;
        padding-top: 58px;
    }

    #table_legend:nth-child(1) {
        display: none;
    }

    #product-plans-table {
        display: none;
    }

    #product-plans-table.responsive_table {
        display: block;
    }

    #logo img {
        width: 80px;
        height: auto;
    }

    #logo span {
        font-size: 1.85em;
    }

    #hero {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    #hero_contents {
        position: initial;
    }

    #hero .inner_container.fbox {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
    }

    #hero .fb60 {
        display: none;
    }

    .slide_contents {
        width: 80%;
    }

    #pardot-form-col {
        -webkit-flex-basis: 100%;
        -o-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
        margin-top: -120px;
    }

    #usps_block .columns_box {
        bottom: -120px;
    }

    #usps_block_2 .columns_box {
        margin-bottom: -40px;
        bottom: -80px;
    }

    .columns_box.fbox,
    #usps_block_3.fbox {
        flex-wrap: wrap;
    }

    #usps_block_3 .fb50:nth-child(1) {
        padding-right: 0;
    }

    .fb20 {
        margin-bottom: 31px;
        -webkit-flex-basis: 40%;
        -o-flex-basis: 40%;
        -ms-flex-basis: 40%;
        -moz-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
        width: 40%;
    }

    .fb22 {
        margin-bottom: 40px;
        -webkit-flex-basis: 44%;
        -o-flex-basis: 44%;
        -ms-flex-basis: 44%;
        -moz-flex-basis: 44%;
        flex-basis: 44%;
        max-width: 44%;
        width: 44%;
    }

    .fb50 {
        -webkit-flex-basis: 100%;
        -o-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    footer .fbox {
        flex-wrap: wrap;
        justify-content: space-evenly !important;
    }
}

@media screen and (max-width: 768px) {
    #main_header .fbox {
        flex-wrap: wrap;
    }

    #logo img,
    #logo span.flag img {
        width: 60px;
        height: auto;
    }

    #logo span {
        font-size: 1.5em;
    }

    #header_contact {
        width: 100%;
        height: 0;
    }

    #header_contact a {
        float: right;
    }

    .tel_icon {
        font-size: 12px !important;
        bottom: -60px;
        position: relative;
        color: #fff !important;
        z-index: 3;
        background-image: url(https://image.bm.bupasalud.com.mx/lib/fe3a11747364057f741571/m/1/a4cbc56f-99c2-4755-84fe-376c07643efc.png);
    }

    #header_contact .cta-btn {
        display: none;
    }

    #usps_block .columns_box {
        bottom: -120px;
    }

    #usps_block_2 .columns_box {
        margin-bottom: -80px;
    }

    .content_box h2 {
        width: 100%;
    }

    .fb20 {
        -webkit-flex-basis: 80%;
        -o-flex-basis: 80%;
        -ms-flex-basis: 80%;
        -moz-flex-basis: 80%;
        flex-basis: 80%;
        max-width: 80%;
        width: 80%;
    }

    .fb22,
    .fb48,
    .content_box.fb50 {
        -webkit-flex-basis: 75%;
        -o-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -moz-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .fb48 {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 425px) {
    .fb40 {
        -webkit-flex-basis: 75%;
        -o-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -moz-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
        width: 75%;
    }

    .product_image {
        margin-top: -40px;
    }

    .fb22,
    .fb46,
    .fb48,
    .content_box.fb50 {
        -webkit-flex-basis: 90%;
        -o-flex-basis: 90%;
        -ms-flex-basis: 90%;
        -moz-flex-basis: 90%;
        flex-basis: 90%;
        max-width: 90%;
        width: 90%;
    }
}