            {
        box-sizing: border-box;
}

        body {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(90deg, rgba(237,223,229,1) 0%, rgba(233,239,247,1) 52%, rgba(223,223,223,1) 94%);
    background-size: cover;
    justify-content: space-between;
    min-height: 100vh;
    margin: 0;
}

/* ----------- main ----------- */

main {
    flex-grow: 1;
}
  
main > section {
    background-color: whitesmoke;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.125);
    margin-top: 2em;
    margin-bottom: 1em;
}

 .responsive {
    max-width: 100%;
    height: auto;
    
    
}


/* ----------- header ----------- */

        header { 
    background-image: url(../imagenes/Header.jpg);
    background-size: cover;
    height: 20em;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 500;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
            
}

    

    .contenedor,
    main > section {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    display: row;
    width: calc( 100% - 2rem );
}

    .subtitulo {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    display: flex;
}

        header,
        footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
            
            .menu {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    margin-right: 2em;
    background-color: white;
}
         

            .titulo {
    margin-left: 0;
    font-family: serif;
    color: cadetblue;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 10px;
}

            .card {
    display: grid;
    border-color: chartreuse;
    grid-template:
    "img title" min-content
    "img content" auto / 1fr 3fr;
    grid-column-gap: 1em;
    padding: 1em;
    margin-bottom: 1.5em;
    background-color: white;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
}

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

            .card-title {
  margin: 0;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  color: black;     
  text-decoration: none;
list-style: none;
}

            .card-content {
  grid-area: content;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.8em;
  font-weight: 100;
}

            .card-img {
  display: flex;
                
}

        .bloque {
    background-color: aliceblue;
}

            .datos {
    font-family: 'Work Sans', sans-serif;
    padding: 1em;
    width: 5em;
    height: 2em;
    align-content: center;
    background-color: whitesmoke;
    border: solid 1px antiquewhite;
}


            h1 {    
    font-size: 2rem;
    letter-spacing: 0.5rem;
    text-decoration: none;
    text-transform: uppercase;
            
}
             h2 {
        color: black;
        font-family: 'Work Sans', sans-serif;
        font-size: .8rem;
        font-weight: 800;
        text-decoration: none;
        
        
}

            h3 {
        color: black;
        background-color: rgba(217, 154, 164, 0.47);
        padding: .5rem;
        font-family: 'Work Sans', sans-serif;
        font-size: 1rem;
        text-align: center;
        
        
}
             h4 {
        color: ;
        background-color: rgba(217, 154, 164, 0.47);
        font-family: 'Work Sans', serif;
        font-size: 0.8rem;
        text-align: center;
        padding: inherit;
        object-position: center;            
}
             p  {
        color: black;
        font-family: 'Work Sans', sans-serif;
        font-size: 1em;
        align-content: center;
        
}
            
nav {
    width: 100%;
    margin-left: 1em;
    font-family: 'Archive Black', sans-serif;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: .25em;
    background-color: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

nav ul li {
    flex-basis: 24.5%;
}

nav ul li a {
    background-color: rgba(229, 187, 198, 0.85);
    color: #000000;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: .125em .5em;
}

nav ul li a:hover {
    background-color: rgba(163, 131, 150, 0.65);
    color: #151515;
}

        a {
    text-decoration: none;
    color: #b97891;
    font-weight: 500;

    
}

          
        footer {
    background-color: aliceblue;
    margin-top: 1em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
 
}
                

