h1 {
    font-size: 1.5em;
}

.h-servicios {
    font-size:1.8em; 
}

.h-galeria {
    font-size:1.8em; 
    text-align: center;
}

.subtitulo-negro {
    margin-bottom: 8%;
}

.hr-negro {
    margin-bottom: 30px !important;
}

.subtitulo-blanco {
    margin-bottom: 8%;
}

.hr-blanco {
    margin-bottom: 30px !important;
}

.h-contacto {
    font-size:1.8em; 
}

.galeria {
    padding-bottom: 20%;
}

.centrar-contacto {
    width: 80%;
}

.contacto h3 {
    padding-bottom: 10%;
}

.centrar-mapa {
    padding-top: 8%;
    width: 80%;
}

#img-pequena {
    display: block;
}

#img-grande {
    display: none;
}

.transparente {
    padding-top: 20%;
    padding-bottom: 20%;
}

.transparente h2 {
    text-shadow: 2px 2px #000000;
    font-size: 1.2em;
}

.transparente2 {
    padding-top: 20%;
    padding-bottom: 20%;
}

.transparente2 h2 {
    text-shadow: 2px 2px #000000;
    font-size: 1.2em;
}

#menu-grande {
    display: none;
}

#menu-pequeno {
    overflow: hidden;
    position: fixed;
    text-align: center;
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 60px;
    background-color: #1b1e26e0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10001;
}

#menu-pequeno a {
    font-family: 'Montserrat', sans-serif;
    color: white;
    height: 60px;
    line-height: 60px;
    display: block;
    text-decoration: none;
}

#menu-pequeno a:hover {
    color: #757575;
}

#menu-pequeno .fas {
    color: white;
    font-size: 22px;
    line-height: 60px;
}

.menu-abierto {
    height: 300px !important;
}

.boton {
    font-size: 25px;
}

.flechaup {
    margin-bottom: 5%;
    display: inline-block;
}

.principal-columna {
    float: none;
    margin-left: 2.5%;
    width: 100%;
}

.columna {
    float: left;
    margin-left: 2.5%;
    width: 100%;
}

footer {
    font-size: 0.9em;
}
