/* CONTENIDO (FOTOTEXTOS, LADILLOS, ETC) */

/* Ladillos */
body .a .a_c > h2 {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
   margin-top: 6rem;
    margin-bottom: 0;
}
body .a .a_c > h2:after {
    position: absolute;
    bottom: -2px;
    background-color: #F7CF3C;
    height: 25px;
    left: unset;
    right: -10px;
    z-index: -1;
    
    width: 80%;
    max-width: 250px;
}

body .a .a_c > h2 + h2 {
    display: none;
}

/* Fototextos */
body .a_fts {
  overflow: hidden;
}

body .a_fts + .a_fts {
  margin-top: calc(3.75rem - 20px);
}

body .a_ft {
    max-width: 375px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
    border-top: 5px solid #F7CF3C;
    background: #fff;
}

body .a_ft_m {
  margin-bottom: 0;
  overflow: hidden;
}

body .a_ft_txt {
  padding: 20px 17px 30px;
  text-align: center;
  font-size: 1.18rem;
  line-height: 1.5;
}

body .a_ft:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

body .a_ft_t {
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-wrap: pretty;
}

/* lista con enlaces */
body .a_c>ul {
    max-width: 375px;
    margin: 0 auto 2rem;
}

body .a_c>ul li {
    list-style: none;
    position: relative;
    padding-left: 28px;
}

body .a_c>ul li a {
    font-family: MajritTx,serif;
    font-weight: bold;
    font-size:1.375rem;
    line-height:1.2;
    text-decoration: none;
    color: #000;
    display: block;
    letter-spacing: -0.2px;
}

body .a_c>ul li:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #F7CF3C;
}

/* MEDIA QUERIES */
@media (min-width: 48em){
    body .a_fts + .a_fts {
        margin-top: calc(3.75rem + 20px);
    }

    body .a_ft {
        grid-column-gap: 0.9375rem;
        margin-bottom: 80px;
        background: #fff;
        max-width: 700px;
    }

    body .a_ft_m {
        margin-bottom: 0;
        grid-column: 1 / 4;
    }

    body .a_ft_m a {
        height: 100%;
    }

    body .a_ft_m a img {
        height: 100%;
        object-fit: cover;
    }

    body .a_ft_txt{
        grid-column: 4 / 8;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 42px 30px 32px;
    }

    body .a .a_c > h2:after {
        bottom: -14px;
        height: 40px;
    }

    body .a_c>ul {
        padding-left: 4.3125rem;
        max-width: 100%;
        margin: 0 0 2rem;
    }
}

@media (min-width: 62.5625em){
    body .a_fts {
        margin: 3.75rem var(--grid-10-1-column-content);
    }

    body .a_ft_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 42px 30px 32px;

        font-size: 1rem;
        line-height: 1.5;
    }

    body .a_ft_t {
        line-height: 1;
        margin-bottom: 20px;
    }

    body .a .w-cr {
        margin: 3.75rem var(--grid-10-1-column-content);
    }

    body .a_c>ul {
        margin: 0 var(--grid-10-2-column-content) 2rem var(--grid-10-2-column-content);
    }


}

@media (min-width: 74.9375em) {
    body .a_fts {
        margin: 3.75rem var(--grid-10-1-column-content);
    }

    body .a_ft {
        grid-column-gap: 0.9375rem;
    }

    body .a_c>ul {
        margin: 0 var(--grid-10-2-column-content) 2rem var(--grid-10-2-column-content);
    }
}