.newbreadcrumbs {
    margin: 0 auto 20px !important;
    padding-top: 20px !important;
}

img {
    display: block;
    max-width: 100%;
}

.max-width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.px-section {
    padding-left: 20px;
    padding-right: 20px;
}

.section-banner-t {
    position: relative;
    height: 250px;
    overflow: hidden;
    z-index: 1;
    padding: 20px;
}

.section-t_bajada,
.section-t_content p {
    font-family: 'Roboto';
}

.section-banner-t_img,
.bg-h-desk,
.bg-h-mob {
    position: absolute;
    bottom: 0;
}

.section-banner-t_img {
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
}


.section-banner-t_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: end;
}

.bg-h-desk,
.bg-h-mob {
    left: 0;
    z-index: 0;
    padding: 0;
}

.bg-h-desk {
    display: none;
}

.section-banner-t_content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px 0;
    color: #fff;
}

.section-banner-t_title {
    font-size: 20px;
    margin: 0;
    position: relative;
    max-width: 130px;
}

.section-banner-t_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.section-t {
    margin-bottom: 60px;
    position: relative;
}

.section-t_div {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}


.my-subsection {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-t_title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.section-t_subtitle {
    font-size: 18px;
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.section-t_bajada {
    font-size: 16px;
    font-weight: 300;
}

.text-blue {
    color: #001F56;
}

.section-t_content p {
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}

.section-t_cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-t_card {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    padding: 30px 15px;
    position: relative;
}

.section-t_card::after,
.section-t_card::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #CA082C;
    z-index: 1;
    width: 12px;
    height: 2px;
    transition: 0.2s;
}

.section-t_card::after {
    transform: rotate(90deg);
}

.section-t_card_bg {
    display: none;
}

.section-t_card_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-t_card__text-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-t_card__text-head img {
    height: 19px;
    width: 19px;
    object-fit: contain;
}

.section-t_card_title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.section-t_card__text-body {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s;
}

.section-t_card__text-body p {
    font-size: 16px;
}

.section-t_card.active .section-t_card__text-body {
    max-height: 1000px;
    padding-top: 20px;
}

.section-t_card.active::after {
    transform: rotate(0deg);
}

.section-t_card.active::before {
    transform: rotate(90deg);
    opacity: 0;
}

@media (min-width: 576px) {
    .bg-h-mob {
        width: 280px;
    }

    .section-banner-t_title {
        font-size: 24px;
        /* max-width: 130px; */
    }

    .section-t_div {
        padding: 30px 20px;
    }

    .section-t_title {
        font-size: 22px;
    }

    .section-t_subtitle {
        font-size: 20px;
    }

}

@media (min-width: 768px) {
    .section-banner-t {
        height: 350px;
    }

    .bg-h-mob {
        display: none;
    }

    .bg-h-desk {
        display: block;
        width: 52%;
    }

    .section-banner-t_content {
        justify-content: center;
    }

    .section-banner-t_title {
        font-size: 30px;
        max-width: 200px;
    }

    .section-banner-t_title::before {
        bottom: -15px;
    }

    .my-subsection {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .section-t_card_title {
        font-size: 20px;
    }

}

@media (min-width: 992px) {
    .section-banner-t {
        height: 380px;
    }


    .section-banner-t_title {
        font-size: 38px;
        max-width: 300px;
    }

    /* .section-banner-t_title::before {
        bottom: -15px;
    } */

    .section-t_div {
        padding: 40px 30px;
    }

    .section-t_title {
        font-size: 26px;
    }

    .section-t_subtitle {
        font-size: 22px;
    }

    .section-t_content p,
    .section-t_bajada {
        font-size: 18px;
    }

    .section-t_cards {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .section-t_card {
        width: 49%;
    }
}

@media (min-width: 1200px) {
    .section-banner-t {
        height: 400px;
    }

    .section-banner-t_title {
        font-size: 42px;
        /* max-width: 300px; */
    }

    /* .section-banner-t_title::before {
        bottom: -15px;
    } */

    /* .section-t_div {
        padding: 30px 20px;
    } */
    .section-t_title {
        font-size: 28px;
    }

    .section-t_subtitle {
        font-size: 24px;
    }

    .section-t_bajada {
        font-size: 20px;
    }

    .my-subsection {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section-t_cards {
        gap: 20px;
    }

    .section-t_card {
        overflow: hidden;
        height: 293px;
        padding: 0;
    }

    .section-t_card::after,
    .section-t_card::before {
        content: none;
    }

    .section-t_card_bg {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .section-t_card .section-t_card_bg img {
        transition: 0.5s;
    }

    .section-t_card.active .section-t_card_bg img {
        transform: scale(1.1);
    }

    .section-t_card_text {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
    }

    .section-t_card__text-head img {
        height: 30px;
        width: 30px;
    }

    .section-t_card__text-head {
        align-items: start;
        padding: 45px 35px 0;
        height: 43%;
        width: 100%;
    }

    .section-t_card_title {
        font-size: 24px;
        color: #fff;
        text-shadow: 0px 4px 4px #00000040;
    }

    .section-t_card__text-body {
        max-height: none;
        background-color: #fff;
        width: 100%;
        height: 57%;
        padding: 20px 35px;
        overflow-y: auto;
        transform: translateY(100%);
        opacity: 0;
        transition: 0.8s;
    }

    .section-t_card__text-body p {
        font-size: 18px;
    }

    .section-t_card.active .section-t_card__text-body {
        transform: translateY(0);
        opacity: 1;
    }

    .section-t_card.active .section-t_card__text-body {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 1400px) {
    .section-banner-t {
        height: 414px;
    }


    .section-banner-t_title {
        font-size: 48px;
        max-width: 340px;
    }
}