.mk-home {
    justify-content: center;
}

.mk-home .field__item {
    display: flex;
    align-items: center;
    justify-content: center;

}

.mk-home .field__item p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.mk-home .text-group-left button.btn {
    display: none;
}

.mk-home .body-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mk-home .body-home button {
    width: 360px;
}

.mk-home-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

.mk-home .field__item a {
    color: white;
}

.mk-home .stelae-text {
    font-weight: 700;
    margin-right: 0.2em;
}

/* Nuestros Servicios Bloque */

#block-stelae-bootstrap-views-block-paquetes-block-1 .price {
    position: absolute;
    right: 5%;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .open-ver-detalle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: .5rem;
    font-family: var(--stelae-font-family-regular);
    margin-top: 10px;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .button--add-to-cart {
    font-size: 0;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .button--add-to-cart::after {
    content: "Me interesa";
    font-size: 16px;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .field-content p {
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.views-element-container .container {
    max-width: 950px;
    padding: 0 0 40px 0;
}
.MK-blog-home .views-row {
    margin-bottom: 40px;
}
.page-view-blog .views-element-container .container, .node--type-blog .views-element-container .container {
    max-width: 1200px;
    padding: 0 30px;
} 
.views-element-container .container .field-content img {
    object-fit: cover;
}

.mk-btn-me-interesa {
    width: 328px;
    height: 44px;
}

#modal-button-comparativa {
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: var(--stelae-sodalite-blue);
    font-family: var(--stelae-font-family-bold);
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .view-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--stelae-white);
    position: relative;
    padding-bottom: 25px;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .views-view-responsive-grid__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 463px;
    /* height: 230px; */
    border: 1px solid var(--stelae-burning-trail);
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
    border-radius: 8px;
    background: white;

}

#block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .views-field-nothing .product-title {
    margin-left: 0;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .views-label-price__number {
    position: fixed;
    width: 405px;
    text-align: right;
    font-weight: 700;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .image-style-icono-producto {
    width: 24px;
    padding: 0px;
    height: auto;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .box-icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .box-icon-title h3 {
    margin: 0 !important;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .views-field-variations-target-id span {
    display: flex;
    gap: 10px;
    justify-content: center;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 h2 {
    margin-bottom: 24px;
    text-align: left;
}

#block-stelae-bootstrap-views-block-paquetes-block-1 .views-view-responsive-grid {
    display: flex;
    justify-content: center;
}

/* Tabla Comparativa */

#comparativaModal .modal-header {
    border-bottom: var(--bs-modal-header-border-width);
}

#comparativaModalLabel {
    width: 310px;
    /* height: 20px; */
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--stelae-sodalite-blue);
}

#comparativaModal .modal-body {
    padding: 1rem;
    background: #F8FAFF;
    border: 1px solid var(--stelae-sodalite-blue);
    border-radius: 8px;
    margin: 0 1rem 1rem 1rem;
}

.comparativa-table .col-icono {
    width: 180px;
    max-width: 180px;
    text-align: center;
}

.comparativa-table td:first-child,
.comparativa-table th:first-child {
    width: auto;
}

.comparativa-table {
    width: 100%;
    border-collapse: collapse;
}

.comparativa-table th,
.comparativa-table td,
.comparativa-table tr {
    border: none;
    background: #F8FAFF;
}

.comparativa-table .texto-header-tabla-comparativa th {
    font-weight: 600;
    font-size: 16px;
    color: var(--stelae-sodalite-blue);
}

.image-style-icono-tabla-comparativa {
    width: 40px;
    height: auto;
}

#button-tabla-comparativa {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--stelae-sodalite-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 243px;
    padding: 0;
    height: 0px;
    text-decoration: underline;
    justify-self: center;

}

.comparativa-table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--stelae-sodalite-blue);
    vertical-align: middle;
}


/* Stepper */

/* BASE (MOBILE - VISTA VERTICAL) */

.field--name-field-bloque-paragraphs-paragrap>.field__items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stepper-item {
    display: flex;
    position: relative;
    padding-bottom: 40px;
    align-items: flex-start;
}

.step-circle {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--steale-medium-medium-blue);
    background-color: var(--steale-medium-light-blue);
    color: var(--stelae-sodalite-blue);
    /* Tu azul */
    font-size: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-right: 20px;
}

.step-circle .field--name-field-paso {
    line-height: 1;
}

/*Línea Conectora VERTICAL (Mobile) */
.stepper-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 2px;
    height: 100%;
    background-color: var(--stelae-burning-trail);
    z-index: 1;
}

.field--name-field-bloque-paragraphs-paragrap>.field__items>.field__item:nth-child(3) .stepper-item::before {
    display: none;
}

.step-title,
.step-description {
    text-align: left;
    color: var(--stelae-sodalite-blue);
    width: 234px;
}

.step-title h3,
.step-title .field__item {
    margin-top: 0;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.step-description .field__item {
    font-size: 0.95rem;
    line-height: 1.4;
    opacity: 0.8;
}

.step-description {
    position: absolute;
    top: 30%;
    left: 80px;
}

#block-stelae-bootstrap-stepperparagraph h3 {
    position: absolute;
    left: 80px;
    bottom: 60px;
}

#block-stelae-bootstrap-stepperparagraph h2 {
    text-align: left;
}

#block-stelae-bootstrap-stepperparagraph .field__item:nth-child(3) .stepper-item::before {
    content: none;
}
.MK-blog-container h2 {
    color: rgba(35, 54, 106, 1) !important;
    font-size: 20px !important;
    font-family: "Poppins-Medium" !important;
    padding: 40px 0 20px 0;
}
.MK-blog-container .field-content img {
    object-fit: cover;
}
.MK-blog-container .views-field.views-field-title .field-content a {
    font-size: 16px;
    font-family: "Poppins-Medium";    
    line-height: 25px;
    display: block;
    margin-bottom: 10px;
}
.MK-blog-container .views-field.views-field-title {
    margin-top: 10px;
}
.MK-blog-container .views-field.views-field-body .field-content p {
    font-size: 16px;
    font-family: "Poppins-Regular";
    margin: 8px 0;
}
.MK-blog-container .views-field.views-field-view-node .field-content a {
    font-size: 16px;
    font-family: "Poppins-Bold";
}

/* DESKTOP (VISTA HORIZONTAL) - min-width: 992px */
@media (min-width: 992px) {

    #block-stelae-bootstrap-stepperparagraph h2 {
        font-size: 24px;
        display: flex;
        align-self: center;
        justify-self: center;
        margin-bottom: 50px;
    }

    #block-stelae-bootstrap-stepperparagraph .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #block-stelae-bootstrap-stepperparagraph .content {
        width: 960px;
    }

    #block-stelae-bootstrap-stepperparagraph .field--name-field-bloque-paragraphs-paragrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .field--name-field-bloque-paragraphs-paragrap>.field__items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .field--name-field-bloque-paragraphs-paragrap>.field__items>.field__item:nth-child(1),
    .field--name-field-bloque-paragraphs-paragrap>.field__items>.field__item:nth-child(2),
    .field--name-field-bloque-paragraphs-paragrap>.field__items>.field__item:nth-child(3) {
        width: 33.33%;
        flex: 1;
    }

    .stepper-item {
        display: block;
        text-align: center;
        padding: 0 20px 40px 20px;
    }

    .step-circle {
        margin: 0 auto 20px auto;
        width: 80px;
        height: 80px;
        font-size: 32px;
    }

    .step-title,
    .step-description {
        text-align: center;
        width: 213px;
    }

    .stepper-item::before {
        display: none;
    }

    .stepper-item::after {
        content: '';
        position: absolute;
        top: 40px;
        left: 50%;
        width: 320px;
        height: 2px;
        background-color: var(--stelae-burning-trail);
        z-index: 0;
    }

    .step-circle {
        position: relative;
        z-index: 2;
    }

    .field--name-field-bloque-paragraphs-paragrap>.field__items>.field__item:nth-child(4),
    .field--name-field-bloque-paragraphs-paragrap>.field__items>.field__item:nth-child(5) {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #block-stelae-bootstrap-stepperparagraph .field__item:nth-child(3) .stepper-item::after {
        content: none;
    }

    .step-description {
        position: static;
    }

    #block-stelae-bootstrap-stepperparagraph h3 {
        position: static;
    }
}

/* Stepper Fin */

#block-stelae-bootstrap-conocenuestrosservicios button {
    width: 360px;
}

#block-stelae-bootstrap-conocenuestrosservicios a {
    text-decoration: none;
    font-size: 16px;
    color: var(--stelae-sodalite-blue);
}

#block-stelae-bootstrap-conocenuestrosservicios .field--name-field-bloque-paragraphs-paragrap {
    gap: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#block-stelae-bootstrap-conocenuestrosservicios .field--name-field-bloque-paragraphs-paragrap .field__item:nth-child(1) .paragraph {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}

/* Otros Servicios */
#block-otrosserviciosportada {
    background: var(--steale-medium-light-blue);
    margin-top: 4rem;
    padding: 10px 0;
}

#block-otrosserviciosportada article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 946px;
    height: 154px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

#block-otrosserviciosportada .tarjetas--content .field--name-field-boton a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    height: 44px;
    background: var(--stelae-white);
    border: 2px solid var(--stelae-sodalite-blue);
    color: var(--stelae-sodalite-blue);
}

#block-otrosserviciosportada .tarjetas--content .field--name-field-boton a:hover {
    background: var(--steale-terciary-button-hover);
    text-decoration: none;
    color: var(--stelae-sodalite-blue);
}

.tarjetas--content .field--name-field-texto {
    margin-bottom: 0.5rem
}

#block-otrosserviciosportada h2 {
    margin-top: 1rem;
    text-align: left;
    font-family: var(--stelae-font-family-bold);
    font-weight: 500;
}

#block-otrosserviciosportada header>div {
    margin: 0;
}

#block-otrosserviciosportada .content {
    width: 950px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-self: center;
}

/* Por qué elegir Stelae */
#block-stelae-bootstrap-porqueelegirstelae {
    width: 100%;
    display: flex;
    justify-self: center;
}

#block-stelae-bootstrap-porqueelegirstelae .container {
    max-width: 950px;
    padding: 0;
}

#block-stelae-bootstrap-porqueelegirstelae .content {
    display: flex;
}

#block-stelae-bootstrap-porqueelegirstelae .paragraph {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    text-align: left;
    width: 1030px;
}

#block-stelae-bootstrap-porqueelegirstelae h2 {
    margin-bottom: 1rem;
}

#block-stelae-bootstrap-porqueelegirstelae .field--name-field-bloque-paragraphs-paragrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 1030px;
}

#block-stelae-bootstrap-porqueelegirstelae .field--name-field-icono {
    width: 40px;
}

#block-stelae-bootstrap-porqueelegirstelae .field--name-field-bloque-paragraphs-paragrap div:last-child {
    align-self: center;
    width: auto;
}

#block-stelae-bootstrap-porqueelegirstelae .btn-blue {
    width: 360px;
}



@media (max-width: 1200px) {
    .page-view-blog .views-element-container .container {
        max-width: 950px;
        padding: 0;
    }
}
/** Mobile Home General*/
@media (max-width: 992px) {
    #block-otrosserviciosportada .tarjetas--content .field--name-field-boton a {
        width: 100%;
    }
    #block-otrosserviciosportada .tarjetas--content .field--name-field-boton {
        width: 100%;
        padding: 0 20px;
    }
    #block-otrosserviciosportada article {
        display: table !important;
        padding: 0 0 20px 0;
    }
    .page-view-blog .views-element-container .container {
        max-width: 700px;
        padding: 0;
    }
    #block-stelae-bootstrap-porqueelegirstelae .btn-blue {
        width: 100%;
        max-width: none;
        margin-top: 30px;
    }
    
    .container.MK-blog-container { 
        padding: 0 15px 20px 15px !important
    }
    /* .block-package-title {
        padding-left: 15px;
        padding-right: 15px;
    } */

    #block-otrosserviciosportada {
        background: var(--steale-medium-light-blue);
        margin-top: 3rem;
        width: 100%;
        padding: 15px 15px 5px 15px;
        display: flex;
        align-self: center;
        justify-self: center;
    }

    #block-stelae-bootstrap-views-block-paquetes-block-1 .view-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 3rem;
        background: var(--stelae-white);
        position: relative;
        padding-bottom: 25px;
    }

    .views-view-responsive-grid {
        flex-direction: column;
        align-items: center;
    }

    #block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .views-view-responsive-grid__item {
        width: 100%;
        max-width: none;
    }

    #block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .views-label-price__number {
        width: 325px;
    }

    .views-field-body p {
        text-align: left;
        margin-top: 8px;
    }
    .views-row .views-field.views-field-view-node {
        justify-content: flex-start !important;
        margin: 0 0 30px 0 !important;
    }

    .mk-home .titulo-text {
        font-size: 36px;
        text-align: left;
        width: 358px;
    }

    .mk-home .field__item p {
        font-size: 16px;
        text-align: left;
    }

    #block-stelae-bootstrap-views-block-paquetes-block-1 .view-paquetes .image-style-icono-producto {
        width: 35px;
    }


    .mk-home {
        justify-content: flex-start;
    }

    .mk-home .field__item {
        justify-content: flex-start;

    }

    .mk-home .text-group-left button {
        justify-content: flex-start;
        right: auto !important;
        height: 44px;
        width: 100%;
        max-width: none;
        padding: 10px;
    }

    .mk-home .text-group-left button div {
        width: 100%;
        max-width: none;
        justify-content: center;
    }

    .mk-home .field__item a {
        display: flex;
        justify-content: center;
    }

    .comparativa-table .col-icono {
        width: auto;
    }

    /* Por qué elegir Stelae */
    #block-stelae-bootstrap-porqueelegirstelae {
        width: auto;
        display: flex;
        justify-self: auto;
    }

    #block-stelae-bootstrap-porqueelegirstelae .paragraph {
        width: 100%;
        max-width: none;
        gap: 1.5rem;
    }

    #block-stelae-bootstrap-porqueelegirstelae h2 {
        margin-bottom: 2rem;
        text-align: left;
    }

    #block-stelae-bootstrap-porqueelegirstelae button {
        width: 100%;
        max-width: none;
    }

    #block-stelae-bootstrap-porqueelegirstelae .field--name-field-bloque-paragraphs-paragrap div:last-child {
        align-self: auto;
        width: 100%;
        max-width: none;
    }

    /* Otros servicios */
    #block-otrosserviciosportada .content {
        width: 100%;
        max-width: none;
    }

    #block-otrosserviciosportada article {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: none;
        height: 212px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
    }

    #block-otrosserviciosportada article header {
        text-align: left;
    }

    #block-otrosserviciosportada article header h2 {
        margin-top: 1rem;
        text-align: left;
        padding-top: 0rem;
    }
}
@media (max-width: 768px) {
    .page-view-blog .views-element-container .container {
        max-width: 700px;
        padding: 0 15px;
    }
}