/* =====================
    Estilos Swiper JS
========================*/
html,
    /* body {
      position: relative;
      height: 100%;

    } */

    body {
      margin: 0;
      padding: 0;
      margin-top: 10px;
      background-color: #121212;;
    }

    .swiper {
      width: 90%;
      height: 92px;
      /* height: 100%; */
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #e6e6e6; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper {
        display: none;
    }

    @media (max-width: 800px) {


        .img_slot {
            width: 100%;
        }
        
        .nom_art {
            font-family: 'Montserrat';
            font-weight: 700;
            font-size: 14px;
            text-align: center;
            text-transform: uppercase;
            color: white;
        }
        
    }
/* ========================= */

/* estilos card */
.img_slot {
    width: 100%;
}

.nom_art {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}


/*=========================================
ESTILOS ARTICULO FERNANDA MURIEL
===========================================*/

@media screen and (min-width: 801px) {
    * {
        margin: 0;
        padding: 0;
    }

    /* === TITULO === */
    .titulo-vis-wrap {
        margin: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 90%;
        height: 80px;
        margin-top: 20px;
        box-sizing: border-box;
        padding-right: 3%;
        border-top: solid 1px white;
        border-bottom: solid 1px white;
    }

    .titulo-vis-wrap h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;
        letter-spacing: -0.05em;
        color: #FFFFFF;
    }

    /* === ARTICULO 1 === */
    .secc-1-art-1 {
        margin: auto;
        display: flex;
        width: 70%;
        box-sizing: border-box;
        padding: 30px 0;
        gap: 50px;
    }

    .secc-1-art-1 p {
        display: flex;
        align-items: center;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 25px;
        text-align: justify;
        letter-spacing: 0.03em;
        color: #FFFFFF;
        box-sizing: border-box;
        padding: 0 50px;
    }

    .secc-2-art-1 {
        margin: auto;
        display: flex;
        flex-direction: column;
        width: 70%;
    }

    .secc-2-art-1 p {
        margin-top: 20px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 25px;
        text-align: justify;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }

    /* === ARTICULO 2 === */

    .articulo_2_muriel_wrap {
        margin-top: 20px;
    }

    .secc-1-art-2 {
        display: flex;
        width: 70%;
        margin: auto;
        gap: 6%;
    }

    .secc-1-art-2 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.05em;
        color: black;
        background-color: white;
        border-radius: 8px;
        padding: 16px;
        width: 350%;
    }
    
    .secc-tiltle-text{
        color:black !important;
    }
    
    .secc-tiltle-text-contactomuriel{
        font-size: 20px !important;
    }

    .secc-1-art-2 p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: justify;
        color: #FFFFFF;
    }

    /* === ARTICULO 3 === */

    .articulo_3_muriel_wrap {
        margin: auto;
        margin-top: 20px;
        width: 70%;
        display: grid;
        grid-template:
            "arr arr" 10%
            "izq der" 90% /
            50% 50%;
    }

    .secc-1-art-3 {
        grid-area: arr;
        background-color: white;
        display: grid;
        border-radius: 8px;
    }

    .secc-2-art-3 {
        grid-area: izq;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .secc-3-art-3 {
        grid-area: der;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .secc-1-art-3 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
    }

    .p-1,
    .p-2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: justify;
        color: #FFFFFF;
    }

    .secc-2-art-3 h1 {
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        margin: 20px 20px;
        box-sizing: border-box;
        padding: 10px;
    }

    /* === ARTICULO 4 === */

    .articulo_4_muriel_wrap img {
        margin: auto;
        width: 70%;
        display: flex;
        margin-top: 40px;
    }

    .articulo_4_muriel_wrap p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        width: 70%;
        display: flex;
        justify-content: center;
        margin: auto;
        margin-top: 10px;
    }

    /* === ARTICULO 5 === */

    .articulo_5_muriel_wrap {
        margin: auto;
        width: 70%;
        margin-top: 20px;
    }

    .wrap-art5 {
        display: grid;
        grid-template: 100% / 50% 50%;
    }

    .columna-1-art5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .columna-1-art5 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 29px;
        line-height: 41px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 10px;
    }

    .columna-1-art5 p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        margin-top: 10px;
        width: 95%;
    }

    .columna-1-art5 img {
        width: 100%;
        margin-top: 10px;
    }

    .columna-2-art5 {
        display: flex;
        justify-content: center;
    }

    .base-art-5 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        margin-top: 10px;
    }

    /* === ARTICULO 6 === */

    .articulo_6_muriel_wrap {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin: auto;
        align-items: center;
    }

    .articulo_6_muriel_wrap h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 37px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        margin: 10px 0;
        box-sizing: border-box;
        padding: 10px;
    }
    
    .articulo_6_muriel_wrap img{
        width: 100%;
    }

    .articulo_6_muriel_wrap p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        margin-top: 16px;
    }

    /* === ARTICULO 7 === */

    .articulo_7_muriel_wrap {
        margin: 20px 0;
    }

    .parte-1-art7-muriel {
        display: flex;
        width: 70%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .parte-1-art7-muriel h1 {
        width: 60%;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0em;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 10px;
    }

    .parte-2-art7-muriel {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin: auto;
    }

    .parte-2-art7-muriel p,
    .parte-2-art7-muriel h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
    }

    /* === Datos Contacto === */

    .wrap-contacto-muriel {
        display: flex;
        flex-direction: column;
        width: 85%;
        margin: auto;
        color: white;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 28px;
        text-align: justify;
        letter-spacing: 0.05em;
        padding: 20px 0;
    }

    .ig-muriel,
    .face-muriel,
    .web-muriel {
        text-decoration: none;
        color: white;
        font-size: 16px;
        font-family: Arial;
        font-weight: 100;
        letter-spacing: 1px;
    }

    .ig-muriel:hover,
    .face-muriel:hover,
    .web-muriel:hover {
        color: orange;
    }

    .forma-parte {
        display: flex;
        width: 86%;
        margin: auto;
        align-items: center;
        gap: 4%;
    }

    .forma-parte h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        text-align: justify;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .forma-parte h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 8px;
    }

    .forma-parte a {
        text-decoration: none;
    }

    .forma-parte h2:hover {
        transform: scale(1.03);
    }

    .logo-final-muriel {
        display: flex;
        justify-content: center;
        width: 50%;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

/*============================*/
/*============================*/
/* RESPONSIVE */
/*============================*/
/*============================*/

/* ====== */
/* TABLETA */
/* ====== */
@media screen and (max-width:800px) and (min-width: 426px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        background-color: #212529;
    }

    /* === TITULO === */
    .titulo-vis-wrap {
        margin: auto;
        display: flex;
        justify-content: end;
        align-items: center;
        width: 90%;
        height: 80px;
        margin-top: 20px;
        box-sizing: border-box;
        padding-right: 3%;
        border-top: solid 1px white;
        border-bottom: solid 1px white;
    }

    .titulo-vis-wrap h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;
        letter-spacing: -0.05em;
        color: #FFFFFF;
    }

    /* === ARTICULO 1 === */
    .secc-1-art-1 {
        margin: auto;
        display: grid;
        grid-template: 100% / 50% 50%;
        width: 75%;
        gap: 10px;
        margin-bottom: 20px;
    }

    .secc-1-art-1 img {
        width: 100%;
        margin-top: 20px;
    }

    .secc-1-art-1 p {
        display: flex;
        align-items: center;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        text-align: justify;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }

    .secc-2-art-1 {
        margin: auto;
        display: flex;
        flex-direction: column;
        width: 70%;
    }

    .secc-2-art-1 p {
        margin-top: 20px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        text-align: justify;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }

    /* === ARTICULO 2 === */

    .articulo_2_muriel_wrap {
        margin-top: 20px;
    }

    .secc-1-art-2 {
        display: flex;
        width: 70%;
        margin: auto;
        gap: 6%;
    }

    .secc-1-art-2 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        padding: 16px;
        width: 350%;
    }
    
    .secc-tiltle-text{
        color:black !important;
    }
    
    .secc-tiltle-text-contactomuriel{
        font-size: 20px !important;
    }

    .secc-1-art-2 p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: justify;
        color: #FFFFFF;
    }

    /* === ARTICULO 3 === */

    .articulo_3_muriel_wrap {
        margin: auto;
        margin-top: 20px;
        width: 70%;
    }

    .secc-1-art-3 {
        grid-area: arr;
        background-color: white;
        display: grid;
        border-radius: 8px;
    }

    .secc-2-art-3 {
        grid-area: izq;
    }

    .secc-3-art-3 {
        display: flex;
        justify-content: center;
    }

    .secc-1-art-3 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
    }

    .p-1,
    .p-2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: justify;
        color: #FFFFFF;
    }

    .secc-2-art-3 h1 {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        margin: 20px 0;
        box-sizing: border-box;
        padding: 10px;
    }

    /* === ARTICULO 4 === */

    .articulo_4_muriel_wrap img {
        margin: auto;
        width: 70%;
        display: flex;
        margin-top: 40px;
    }

    .articulo_4_muriel_wrap p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        width: 70%;
        display: flex;
        justify-content: center;
        margin: auto;
        margin-top: 10px;
    }

    /* === ARTICULO 5 === */

    .articulo_5_muriel_wrap {
        margin: auto;
        width: 70%;
        margin-top: 20px;
    }

    .columna-1-art5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .columna-1-art5 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 41px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 10px;
    }

    .columna-1-art5 p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        margin-top: 10px;
        width: 95%;
    }

    .columna-1-art5 img {
        width: 100%;
        margin-top: 10px;
    }

    .columna-2-art5 {
        display: flex;
        justify-content: center;
    }

    .columna-2-art5 img {
        margin-top: 20px;
        width: 70%;
    }

    .base-art-5 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        margin-top: 10px;
    }

    /* === ARTICULO 6 === */

    .articulo_6_muriel_wrap {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin: auto;
    }

    .articulo_6_muriel_wrap h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 37px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        margin: 10px 0;
        box-sizing: border-box;
        padding: 10px;
    }

    .articulo_6_muriel_wrap p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        margin-top: 16px;
    }

    /* === ARTICULO 7 === */

    .articulo_7_muriel_wrap {
        margin: 20px 0;
    }

    .parte-1-art7-muriel {
        display: flex;
        width: 70%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .parte-1-art7-muriel img {
        width: 38%;
    }

    .parte-1-art7-muriel h1 {
        width: 60%;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 20 px;
        line-height: 26px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 10px;
    }

    .parte-2-art7-muriel {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin: auto;
    }

    .parte-2-art7-muriel p,
    .parte-2-art7-muriel h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: -0.05em;
        color: #FFFFFF;
    }

    /* === Datos Contacto === */

    .wrap-contacto-muriel {
        display: flex;
        flex-direction: column;
        width: 85%;
        margin: auto;
        color: white;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 28px;
        text-align: justify;
        letter-spacing: 0.05em;
        padding: 20px 0;
    }

    .ig-muriel,
    .face-muriel,
    .web-muriel {
        text-decoration: none;
        color: white;
        font-size: 16px;
        font-family: Arial;
        font-weight: 100;
        letter-spacing: 1px;
    }

    .ig-muriel:hover,
    .face-muriel:hover,
    .web-muriel:hover {
        color: orange;
    }

    .forma-parte {
        display: flex;
        width: 86%;
        margin: auto;
        align-items: center;
        gap: 4%;
    }

    .forma-parte h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        text-align: justify;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .forma-parte h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 8px;
    }

    .forma-parte a {
        text-decoration: none;
    }

    .forma-parte h2:hover {
        transform: scale(1.03);
    }

    .logo-final-muriel {
        display: flex;
        justify-content: center;
        width: 50%;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

/* ====== */
/* MOVIL */
/* ====== */
@media screen and (max-width: 425px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        background-color: #212529;
    }

    /* === TITULO === */
    .titulo-vis-wrap {
        margin: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 90%;
        height: 60px;
        margin-top: 20px;
        box-sizing: border-box;
        padding-right: 3%;
        border-top: solid 1px white;
        border-bottom: solid 1px white;
    }

    .titulo-vis-wrap h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 49px;
        letter-spacing: -0.05em;
        color: #FFFFFF;
    }

    /* === ARTICULO 1 === */
    .secc-1-art-1 {
        margin: auto;
        width: 90%;
        gap: 10px;
        margin-bottom: 20px;
    }

    .secc-1-art-1 img {
        width: 100%;
        margin-top: 20px;
    }

    .secc-1-art-1 p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
    }

    .secc-2-art-1 {
        margin: auto;
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    .secc-2-art-1 p {
        margin-top: 20px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
    }

    /* === ARTICULO 2 === */

    .articulo_2_muriel_wrap {
        margin-top: 20px;
    }

    .secc-1-art-2 {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .secc-1-art-2 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
        text-align: center;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        padding: 16px;
        width: 90%;
    }
    
    .secc-tiltle-text{
        color:black !important;
    }
    
    .secc-tiltle-text-contactomuriel{
        font-size: 20px !important;
    }

    .secc-1-art-2 p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        margin-top: 10px;
    }

    /* === ARTICULO 3 === */

    .articulo_3_muriel_wrap {
        margin: auto;
        margin-top: 20px;
        width: 90%;
    }

    .secc-1-art-3 {
        grid-area: arr;
        background-color: white;
        display: grid;
        border-radius: 8px;
    }

    .secc-2-art-3 {
        grid-area: izq;
    }

    .secc-3-art-3 {
        display: flex;
        justify-content: center;
    }

    .secc-3-art-3 img {
        width: 100%;
        margin-top: 10px;
    }

    .secc-1-art-3 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
    }

    .p-1,
    .p-2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .secc-2-art-3 h1 {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        margin: 20px 0;
        box-sizing: border-box;
        padding: 10px;
    }

    /* === ARTICULO 4 === */

    .articulo_4_muriel_wrap img {
        margin: auto;
        width: 90%;
        display: flex;
        margin-top: 40px;
    }

    .articulo_4_muriel_wrap p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        width: 90%;
        display: flex;
        justify-content: center;
        margin: auto;
        margin-top: 10px;
    }

    /* === ARTICULO 5 === */

    .articulo_5_muriel_wrap {
        margin: auto;
        width: 90%;
        margin-top: 20px;
    }

    .columna-1-art5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .columna-1-art5 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 10px;
    }

    .columna-1-art5 p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        margin-top: 10px;
        width: 95%;
    }

    .columna-1-art5 img {
        width: 100%;
        margin-top: 10px;
    }

    .columna-2-art5 {
        display: flex;
        justify-content: center;
    }

    .columna-2-art5 img {
        margin-top: 20px;
        width: 100%;
    }

    .base-art-5 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        margin-top: 10px;
    }

    /* === ARTICULO 6 === */

    .articulo_6_muriel_wrap {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }

    .articulo_6_muriel_wrap h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        margin: 10px 0;
        box-sizing: border-box;
        padding: 10px;
    }

    .articulo_6_muriel_wrap p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #FFFFFF;
        margin-top: 16px;
    }

    /* === ARTICULO 7 === */

    .articulo_7_muriel_wrap {
        margin: 20px 0;
    }

    .parte-1-art7-muriel {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .parte-1-art7-muriel img {
        width: 90%;
        margin-top: 10px;
    }

    .parte-1-art7-muriel h1 {
        width: 90%;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 10px;
    }

    .parte-2-art7-muriel {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }

    .parte-2-art7-muriel p,
    .parte-2-art7-muriel h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #FFFFFF;
    }

    /* === Datos Contacto === */

    .wrap-contacto-muriel {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        color: white;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 28px;
        letter-spacing: 0.05em;
        padding: 20px 0;
        gap: 10px;
        text-align: center;
    }

    .wrap-contacto-muriel h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .ig-muriel,
    .face-muriel,
    .web-muriel {
        text-decoration: none;
        color: white;
        font-size: 16px;
        font-family: Arial;
        font-weight: 100;
        letter-spacing: 1px;
    }

    .ig-muriel:hover,
    .face-muriel:hover,
    .web-muriel:hover {
        color: orange;
    }

    .forma-parte {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }

    .forma-parte h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        text-align: justify;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .forma-parte h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
        background-color: white;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 18px;
    }

    .forma-parte a {
        text-decoration: none;
    }

    .forma-parte h2:hover {
        transform: scale(1.03);
    }

    .logo-final-muriel {
        display: flex;
        justify-content: center;
        width: 50%;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}