html {
    font-size: 62.5%;
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
body {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
}


#movido {
    position: fixed;
    bottom: 80px;
    right: 20px;
}

.boton {
    background-color: orangered;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    padding: 1rem 3rem;
    display: inline-block;
    text-align: center;
    margin-top: 1rem;
     transition: background-color .3s ease-in-out;
    border: none;
}
.boton:hover {
        background-color: dark;
}

.header {
    background-color: orangered;
    margin: 0;
    padding: 1rem 0;
}
.header a {
    text-decoration: none;
}


img {
    max-width: 100%;
    
}

h1 {
    font-weight: 300;
    color: #545454;
    font-size: 8rem;
    margin: 0 auto;
    padding: 3rem 0 3rem 0;
}
@media (min-width: 768px) {
    h1 {
        margin-bottom: 3rem;
    }

}

h2 {
    margin: 0;
    font-size: 5rem;
    font-weight: 300;
}
@media (min-width: 768px) {
    h2 {
        margin: 5rem 0 2rem 0;
    }
}
.titulo-obra {
    font-size: 3rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .titulo-obra {
        margin-bottom: 2rem;
    }
}
.contenedor {
    width: 95%;
    max-width: 110rem;
    margin: 0 auto;
}
.descripciones1 {
    font-family: 'Open sans', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 6rem;
    line-height: 1.5;
}

.descripciones2 {
    font-family: 'Open sans', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 8rem;
    line-height: 1.5;
}

.enlace {
    text-decoration: none;
    color: orangered;
}
.contacto {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    
}
.datos {
    color: orangered;
}

hr {
    border-color: orangered;
}

.copyright {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
}