body {
    background: #ffffff;
    margin: 0;
}
.fondoFadu {
    height: 13rem;
    background-image: url(img3/aguante%20fadu3.jpg);
    background-size: cover;
}
.logofaduando {
    vertical-align: bottom;
    margin-left: 3rem;
    width: auto;
    height: 3rem;
    margin-top: 1rem
}
.frase1 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #30b0b1;
    padding-left: 3rem;
    font-size: 3rem;
}
.frase2 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #ffffff;
    margin-top: -3.5rem;
    padding-left: 3rem;
    font-size: 1.8rem
}
.botonesmenu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #018987;
    text-decoration-line: none;
    padding-left: 0px;
}
.boton {
    display: inline-block;
    text-align: center;
    background-color: #30b0b1;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left:  1.5rem;
    padding-right:  1.5rem;
    border-radius: 0.5rem
}
.botonmedio{
    margin-left: 0.2rem; 
    margin-right: 0.2rem;
}
.botonlink{
    text-decoration: none;
    color: #FFF;
}
.titulofuncion {
    text-align: center;
    font-size: 2rem;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-top: 5rem
}
.pasos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    font-size: 1rem;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-top: -2rem;
}
.columna{
    text-align: center;
    width: 25%;
    min-width: 20rem;
}
.fun2titu {
    text-align: center;
    font-size: 2rem;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-top: 5rem
}
.fun2 {
    font-size: 0.8rem;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -2rem;
    justify-content: space-around;
}
.columna2{
    text-align: center;
    width: 15%;
    min-width: 15rem;
}
.dedonde {
    text-align: left;
    font-size: 2rem;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-top: 3rem;
}
.textodonde {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 1rem;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-top: 5rem; 
    padding-right: 7rem;
}
.tieneciclistas{
    text-align: right;
}
.botondescarga{
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.descarga {
    align-self: center
}
.volver {
    margin-bottom: 2rem;
    margin-top: 2rem;
    align-content: center
}
.footer {
    font-size: 12px;
    color: #555;
    text-align: center;
    background-color: #cecece;
    padding-bottom: 1rem;
}