body {
    font-family: 'Roboto', 'Lucida Sans', 'Lucida Sans Regular';
    font-size: 20px;
    margin-left: 25px;
    margin-right: 25px;
}

footer {
    text-align: center;
}

h1 {
    text-align: center;
}

h1, h3, h5 {
    color: #054518;
}

p {
    text-align: justify;
}

iframe {
    height: 450px;
    width: 80%;    
}

table {
    width: 100%;
}

.mapa {
    text-align: center;
}

.imagen {
    display: flexbox;
    height: 350px;
    width: 100%;
}

.contenedor {
    display: flexbox;
}

@media (min-width: 800px) {
    .contenedor {
        columns: 2;
    }

    .imagen {
        width: 70%;
        height: 400px;
    }
}

@media (width > 800px) {
    .imagen {
        width: 800px;
        height: 450px
    }
}
