
.imagenHeader div h1 {
    font-size: 4vh;
}

.imagenHeader div h2 {
    font-size: 2vh;
    white-space: nowrap;
}

/* ARTICLES */

.articles {
    -webkit-box-pack:center;
    -ms-flex-pack: center;
    justify-content:center;
}

.articles div img {
    border-radius: 10px; 
    width: calc(80vw);
    padding-bottom: .3rem;
 }

 footer {
    max-width: 100vw;
    min-width: 100vw;
    background-color: var(--gray);
    padding: 3rem;
}

.listOfPlaces .imagenPlaces {
    width: 100vw !important;
    height: auto;
}

.footerContainer { 
    width: fit-content;
}

.footerLine { 
    width: 80vw;
}
