* {
    margin: 0;
    padding: 0;
}


.inicio {
    background-color: #0B1A51;
    color: white;
}

.inicio_content {
    padding: 48px 30px;
}

.inicio_title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.inicio_description {
    font-size: 18.5px;
    margin-bottom: 32px;
}

.inicio_img {
    max-width: 100%;
}

.inicio_ellipse {
    display: none;
}

.inicio_banner {
    width: 100%;
}

@media (min-width: 760px) {
    .inicio {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}

@media (min-width:1200px) {

    .inicio_content {
        max-width: 640px;
        padding-left: 55px;
    }

    .inicio_title {
        font-size: 60px;
    }

    .inicio_description {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .inicio_img {
        position: relative;
    }

    .inicio_banner {
        position: relative;
        z-index: 2;
    }

    .inicio_ellipse {
        display: block;
        position: absolute;
        height: 86px;
        width: 86px;
        z-index: 1;
        top: 262px;
        left: -30px;
    }
}

.starts {
    padding: 32px 30px;
}

.starts_title {
    color: #0B1A51;
    font-size: 25px;
    margin: 32px 0px;
    text-align: center;
    font-weight: 900;
}

.starts_text {
    display: none;
}

.starts_title {}

.plans_content {
    position: relative;
    overflow: hidden;
    max-width: 592px;
    margin: auto;
}

.plans_cards {
    border-radius: 24px;
    border: 1px solid #0B1A51;
    padding-top: 50px;
    padding-bottom: 24px;
    position: relative !important;
    max-width: 592px;
    margin-bottom: 32px;
}

.plan_cards_content {
    padding-left: 16px;
    padding-right: 16px;
}

.plans_cards_tag {
    background-color: #4960B7;
    color: white;
    font-size: 14px;
    padding: 10px 16px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 22px;
    position: absolute;
    top: 0;
    right: 0;
}

.plans_cards_title {
    color: #2F373C;
    font-weight: 800;
    font-size: 20px;
}

.plans_cards_perfonmance {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.plans_cards_perfonmance_text {
    color: #8F9FA7;
    font-size: 14px;
    margin-right: 5px;
}

.plans_cards_perfonmance_percent {
    color: #04CD7C;
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
}

.plans_cards_description {
    color: #2F373C;
    font-size: 16px;
    margin-bottom: 16px;
}

.plans_cards_img {
    max-width: 100%;
}

.plans_cards_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.plans_cards_buttons .btn_primary {
    margin-bottom: 16px;
}

.plans_text {
    font-size: 14px;
}


@media (min-width:760px) {

    .starts {
        padding-bottom: 120px;
    }

    .starts_name {
        font-size: 24px;
        color: #65737B;
        margin-top: 30px;
        display: flex;
        align-items: center;
        transition: all 0.1s ease-out;
    }

    .starts_name:hover {
        cursor: pointer;
        color: #04CD7C;
    }

    .starts_name.active {
        font-size: 32px;
        color: #04CD7C;
        font-weight: 800;
    }

    .starts_name_icon {
        opacity: 0;
        margin-left: 8px;
        padding-top: 5px;
        transition: all 0.1s ease-out;
    }

    .starts_name.active .starts_name_icon {
        opacity: 1;
    }

    .plans {
        height: 520px;
        max-width: 592px;
    }

    .noshow {
        transition: all 0.1s ease-out;
        opacity: 0;
        right: -30px;
    }

    .show {
        transition: all 0.3s ease-out;
        opacity: 1;
        right: 0px;
    }

    .start_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: auto;
    }

    .starts_name {
        font-size: 24px;
        color: #65737B;
        margin-top: 30px;
        display: flex;
        align-items: center;
        transition: all 0.1s ease-out;
    }

    .starts_name:hover {
        cursor: pointer;
        color: #04CD7C;
    }

    .starts_name.active {
        font-size: 32px;
        color: #04CD7C;
        font-weight: 800;
    }

    .starts_name_icon {
        opacity: 0;
        margin-left: 8px;
        padding-top: 5px;
        transition: all 0.1s ease-out;
    }

    .starts_name.active .starts_name_icon {
        opacity: 1;
    }

    .starts_text {
        display: block;
    }

    .starts_title {
        font-size: 32px;
        margin-bottom: 72px;
    }

    .plans {
        position: relative;
    }

    .plans_cards {
        position: absolute;
    }

    .plans_cards_title {
        font-style: 24px;
    }

    .plans_cards_perfonmance_text {
        font-size: 16px;
    }

    .plans_cards_description {
        font-size: 16px;
    }

    .plans_cards_buttons {
        flex-direction: row;
        align-items: center;
    }

    .plans_cards_buttons .btn_primary {
        margin: auto 0px;
        margin-right: 18px;
    }

    .plans_cards_buttons .btn_secondary {
        margin: auto 0px;
    }

}

@media (min-width:1200px) {

    .plans {
        height: 520px;
        max-width: 592px;
    }

    .starts_text {
        display: block;
    }

    .start_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: auto;
    }


    .noshow {
        height: 0;
    }

    .noshow .plans_cards {
        transition: all 0.1s ease-out;
        opacity: 0;
        right: -30px;
    }

    .show .plans_cards {
        transition: all 0.3s ease-out;
        opacity: 1;
        right: 0px;
    }
}

.steps {
    background-color: #E8FFF6;
    padding: 48px 24px;
    text-align: center;
}

.steps_title {
    color: #0B1A51;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.steps_subtitle {
    color: #0B1A51;
    font-size: 16px;
    margin-bottom: 32px;
}

.step {
    align-items: center;
    background-color: white;
    border-radius: 8px;
    display: flex;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.step:last-child {
    margin-bottom: 0;
}

.steps_img img {
    max-width: 100%;
}

.step_number {
    font-size: 46px;
    font-weight: bold;
    color: #04CD7C;
    margin-right: 24px;
}

.steps_text {
    text-align: left;
}

.step_title {
    color: #0B1A51;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.step_description {
    color: #0B1A51;
    font-size: 16px;
}

@media (min-width: 1200px) {

    .step {
        padding: 16px 24px;
    }

    .steps_body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .steps_title {
        font-size: 32px;
    }

    .steps_subtitle {
        font-size: 24px;
    }

    .step_number {
        font-size: 48px;
    }

    .step_title,
    .step_description {
        font-size: 20px;
    }
}


.benefits {
    background-color: white;
    text-align: center;
    padding: 24px 16px;
}

.benefits_title {
    color: black;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
}

.benefits_description {
    font-size: 16px;
    color: black;
    margin-bottom: 24px;
}

.benefits_cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.benefits_card {
    border: 2px solid #04CD7C;
    border-radius: 20px;
    padding: 8px;
    max-width: 170px;
}

.benefits_card_icon {
    margin: auto;
    height: 48px;
    width: 48px;
}

.benefits_card_icon img {
    height: 100%;
    width: 100%;
}

.benefits_card_title {
    color: #2F373C;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0px;
}

.benefits_card_description {
    color: #2F373C;
    font-size: 14px;
}


@media (min-width: 1200px) {

    .benefits {
        margin: 72px 64px;
        padding: 0px;
    }

    .benefits_card_icon {
        height: 76px;
        width: 76px;
    }

    .benefits_title {
        font-size: 32px;
        margin-bottom: 48px;
    }

    .benefits_card_description {
        font-style: 20px;
    }

    .benefits_cards {
        gap: 30px;
        flex-wrap: nowrap;
    }

    .benefits_card {
        max-width: 305px;
        padding: 40px 16px;
        min-width: 270px;
    }

    .benefits_card_title {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 24px
    }
}

.video {
    background-color: #0B1A51;
    color: white;
    position: relative;
    text-align: center;
    padding: 48px 0px;
}

.video_title {
    color: #F9FAFB;
    font-style: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.video_text {
    color: #F9FAFB;
    font-size: 16px;
    padding-bottom: 24px;
}

.video_content {
    background-color: white;
    border-radius: 4.25px;
    height: 222px;
    margin: 0px 6px;
    max-width: 600px;
    position: relative;
    overflow: hidden;
}


.video_content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video_ellipse_1,
.video_ellipse_2,
.video_start_1,
.video_start_2 {
    display: none;
}

@media (min-width: 760px) {
    .video_content {
        margin: auto;
        height: 325px;
    }

    .video_ellipse_1 {
        display: block;
        position: absolute;
        top: 100px;
        left: 100px;
    }

    .video_start_1 {
        display: block;
        position: absolute;
        top: 200px;
        left: 300px;
    }

    .video_ellipse_2 {
        display: block;
        position: absolute;
        bottom: -40px;
        right: 0px;
    }

    .video_start_2 {
        display: block;
        position: absolute;
        bottom: 100px;
        right: 300px;
    }
}

.about_us_content {
    text-align: left;
    background-color: #E8FFF6;
    padding: 24px 16px;
    margin: auto;
    max-width: 1216px;
}

.about_us_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.about_us_description {
    font-size: 16px;
}

@media (min-width: 760px) {
    .about_us {
        background-color: white;
        padding: 0px 64px;
        padding-top: 32px;
    }

    .about_us_content {
        padding: 48px;
    }

    .about_us_title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about_us_description {
        font-size: 20px;
    }
}

.ceo {
    margin: 0px 16px;
    margin-bottom: 24px;
}

.ceo_img img {
    height: 100%;
    width: 100%;
}

.ceo_info {
    max-width: 635px;
}

.ceo_description {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 8px;
}

.ceo_name {
    text-align: left;
}

.ceo_name_bold {
    color: #0B1A51;
    font-size: 20px;
    font-weight: 800;
}

.ceo_name_title {
    color: #0B1A51;
    font-size: 16px;
}

@media (min-width: 760px) {
    .ceo {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        padding: 0px 55px;
    }

    .ceo_img img {
        width: 536px;
    }

    .ceo_info {
        margin-right: 48px;
    }

    .ceo_description {
        font-size: 20px;
    }

    .ceo_name_bold {
        font-size: 32px;
    }
}

.logos {
    border-top: 1px solid #3B3B3C;
    border-bottom: 1px solid #3B3B3C;
    padding: 24px 55px;
    display: flex;
    justify-content: center;
}

.logos img:first-child {
    margin-right: 160px;
}

@media (max-width: 600px) {
    .logos {
        display: none;
    }
}

.reviews {
    background-color: #F4F6FF;
    padding: 24px 16px;
    text-align: center;
}

.reviews_title {
    font-size: 24px;
    font-weight: bold;
    margin: auto;
    margin-bottom: 24px;
    max-width: 250px;
}

.reviews_cards {
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
}

@media (min-width: 768px) {
    .reviews_cards {
        justify-content: center;
    }
}

.reviews_cards::-webkit-scrollbar {
    display: none;
}

.reviews_card {
    background-color: white;
    border-radius: 20px;
    padding: 16px;
    min-width: 254px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews_card_img {
    height: 72px;
    margin-bottom: 16px;
    width: 72px;
}

.reviews_card_title {
    color: #111827;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.reviews_card_description {
    color: #2D2D2D;
    font-size: 14px;
    margin-bottom: 8px;
}

.reviews_card_starts {
    display: flex;
    justify-content: center;
    margin-top: auto;
    gap: 5px;
}

.reviews_card_body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 760px) {

    .reviews {
        padding: 120px 55px;
    }

    .reviews_title {
        max-width: 1200px;
        font-size: 32px;
    }

    .reviews_card {
        display: flex;
        flex-direction: row;
        padding: 40px;
        height: auto;
        width: 570px;
        justify-content: space-between;
    }

    .reviews_card_head {
        margin-right: 30px;
    }

    .reviews_card_img {
        height: 120px;
        width: 120px;
    }

    .reviews_card_title {
        font-size: 20px;
    }

    .reviews_card_body {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: start;
        max-width: 280px;
    }

    .reviews_card_starts {
        margin: 0;
        margin-bottom: 24px;
    }

    .reviews_card_description {
        text-align: left;
    }
}

/* =========================
   Footer (My Capital Bro)
   ========================= */
.mcb-footer {
    background-color: #0B1A51;
    color: #FFFFFF;
}

.mcb-footer__inner {
    max-width: 1444px;
    margin: 0 auto;
    padding: 48px 24px;
    text-align: center;
}

.mcb-footer__logo {
    margin-bottom: 24px;
}

.mcb-footer__logo img {
    max-height: 64px;
    width: auto;
    height: auto;
}

.mcb-footer__brand {
    font-size: 24px;
    font-weight: 800;
}

.mcb-footer__info {
    margin: 24px auto;
    max-width: 760px;
}

.mcb-footer__info p {
    margin: 12px 0;
    font-size: 18px;
    line-height: 1.5;
}

.mcb-footer__phone a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.mcb-footer__copy {
    opacity: 0.9;
}

.mcb-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.mcb-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    color: #FFFFFF;
}

.mcb-footer__social a:hover {
    border-color: #FFFFFF;
}

.mcb-footer__social svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

@media (min-width: 1200px) {
    .mcb-footer__inner {
        /* Layout horizontal: logo | info en una línea | redes */
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 20px 32px;
    }

    .mcb-footer__logo {
        margin-bottom: 0;
    }

    .mcb-footer__info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        margin: 0 auto;
        max-width: none;
    }

    .mcb-footer__info p {
        margin: 0;
        font-size: 18px;
        white-space: nowrap;
    }

    .mcb-footer__social {
        margin: 0;
    }
}

.question {
    padding: 48px 16px;
}

.question_ellipse {
    display: none;
}

.question_title {
    color: black;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
}

.question_questions {
    border-radius: 20px;
    box-shadow:
        0px 0px 5px 0px rgba(0, 102, 136, 0.25),
        0px 0px 16px 1px rgba(0, 102, 136, 0.24);
    max-width: 906px;
    margin: auto;
}

.question_question {
    padding: 16px;
}

.question_questions_title {
    color: #545E62;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.question_questions_body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.question_questions_body_comisions {
    margin-bottom: 10px;
}

.question_questions_body_comision {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.question_questions_body_comision_final {
    margin-top: 10px;
}

.question_questions_body_comision_fondo {
    color: #03A071;
    display: flex;
    align-items: center;
}

.question_questions_body.active {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
}

@media (min-width: 760px) {

    .question {
        position: relative;
        padding: 64px 55px;
    }

    .question_ellipse {
        position: absolute;
        display: block;
        top: 174px;
        left: 74px;
        z-index: -1;
    }

    .question_title {
        font-size: 32px;
        margin-bottom: 48px;
    }

    .question_questions_title {
        font-size: 20px;
    }
}


.card_blue {
    position: absolute;
    top: 0;
    background-color: #0B1A51;
    padding: 24px 16px;
    border-radius: 24px;
    height: 468px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(101%);
    transition: all 0.3s ease-out;
    height: calc(100% - 32px);
}

.card_blue_title {
    font-size: 15px;
    font-weight: 800;
    color: #1AF69D;
    margin-bottom: 12px;
}

.card_blue_tag {
    border-radius: 24px;
    background-color: #E8FFF6;
    color: #0B1A51;
    width: fit-content;
    padding: 5px 16px;
    margin-bottom: 16px;
    font-size: 12px;
}

.card_blue_separator_superior {
    border-top: 1px solid #4960B7;
    width: 100%;
}

.card_blue_graphic {
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-left: 4px;
    margin: auto;
}

.card_blue_leyend {
    display: flex;
    justify-content: space-between;
    color: white;
    margin-bottom: 12px;
    list-style: circle;
    align-items: self-start;
    width: 157px;
}

.card_blue_leyend:last-child {
    margin-bottom: 0px;
}

.card_blue_text {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.card_blue_percent {
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #90A7FB;
    color: black;
    font-weight: 800;
    font-size: 12px;
}

.card_blue_leyend:nth-of-type(2) .card_blue_percent {
    background-color: #EDB9D2;
}

.card_blue_leyend:nth-of-type(3) .card_blue_percent {
    background-color: #F8D57E;
}

.card_blue_leyend:nth-of-type(4) .card_blue_percent {
    background-color: #1AF69D;
}

.card_blue_leyend:nth-of-type(5) .card_blue_percent {
    background-color: #E5F4F2;
}

.card_blue_separator {
    border-top: 1px solid #4960B7;
    width: 100%;
    margin-bottom: 12px;
}

.card_blue_buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
}

.card_blue_buttons .btn_tertiary {
    width: fit-content;
    margin-bottom: 16px;
}

@media (min-width:760px) {
    .card_blue {
        padding: 36px 32px;
    }

    .card_blue_leyends {
        margin-bottom: 0px;
    }

    .card_blue_leyend {
        width: 278px;
    }

    .card_blue_title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .card_blue_tag {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .card_blue_graphic {
        margin: 24px 0px;
    }

    .card_blue_separator {
        margin-bottom: 22px;
    }

    .card_blue_buttons .btn_tertiary {
        margin-bottom: 0px;
    }

    .card_blue_buttons {
        flex-direction: row;
        margin-top: 24px;
    }
}

.plans_cards_perfonmance_flex{
    display: flex;
    align-items: center;
}

@media (max-width: 460px) {
    .mcb-brand-name{
        display: block;
    }
}