/* 
font-family: 'Antic Slab', serif;
font-family: 'Balsamiq Sans', cursive;
font-family: 'Bree Serif', serif;
font-family: 'Grenze Gotisch', cursive;
font-family: 'Indie Flower', cursive;
font-family: 'Oxygen', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/


body {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    padding: 0;
}

.contenedor {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.titulo {
    font-weight: bold;
}

.item:nth-child(1) {
    width: 45%;
}
.item:nth-child(2){
    width: 65%;
}
.izq, .der {
    width: 420px;
    box-shadow: 0px 0px 5px  #AAA;
    padding: 10px 10px;
    margin: 10px;
    display: flex;
    

    justify-content: space-between;
}
.imagen {
  max-width: 100%;
  width: 100%;
}

.btnItem {
    display: flex;
    justify-content: space-around;

}

.tituloPag {
    display: inline-block;
    margin: 10px;
    width: 420px;
    font-size: 0.9rem;
    text-align: center;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}

.encabezado {
    text-align: center;
    padding: 5px;
    margin: 10px;
}

.subEnc {
    width: 55%;
    height: 25vh;
    margin: 0 auto;
    margin-bottom: 5rem;
    padding: 15px;
    box-shadow: 0px 0px 5px #333;
    border-radius: 10px;
}