body{font-family: 'Slabo 27px', serif; font-weight: 400; background: #00C5D5; color: aliceblue}
h1 {font-family: 'Pacifico', cursive; font-size: 50px;}
@keyframes jump {
    from {letter-spacing: 0.01rem;}
    to{margin-top:-0.25rem; letter-spacing: 0.rem;}
}

h1.rev{
    animation-name:jump;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
h2,h3,h4,h5,h6{font-weight: 700;}
span{font-weight: 700;}

div#mapid {width: 100%;
    height: 400px; 
    margin-bottom: 20px;
}
p.bajada{font-family: 'Slabo 27px', serif; font-size: 24px; font-weight: 400; color: #B8F9FE}