@charset "uft-8";
*{

}

ul {
    list-style-type: none;
    padding-left: 0;
}

nav ul li a {
    list-style: none;
    text-decoration: none;
    color: #f2447a;
    display:block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding: 0.25em;
}

nav ul li a:hover{
 list-style: none;
    color: white;
    background-color: #f2447a;
    font-weight: bold;
    
}



.columnas {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
    
}

.columna

{font-size: 1rem; color: #f2447a; font-family: 'Lato', sans-serif; display:block;
text-transform: uppercase; }




section article img{
    background-color: #f2447a;

    text-align: center;

    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border: 15px solid #f2447a;
}
section article{ font-family: 'Lato', sans-serif; text-align: center; padding: 4rem 0 1rem 0;}



h1

{font-size: 3rem; text-align: center; color: #f2447a; font-family: roboto; display:block;
text-transform: uppercase; margin-bottom: 1rem; margin-top: 1rem;

}

h2{text-align: center; font-size: 2rem; color: #f2447a; font-family: 'Lato', sans-serif; display:block;
text-transform: uppercase;
padding: 1rem;
}

footer{padding: 1rem; margin-top: 3rem; font-size: 0.5rem; color: white; clear: both;font-family: 'Lato', sans-serif; font-size: 0.5rem; display:block;
text-transform: uppercase; background-color: #f2447a; width: 100%} 