* {
    margin: 0;
    padding: 0;
    border: 0;
}

header{
    background-color: #000000;
}

.text-header {
    padding: 7px 0;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

header img {
    width: 100%;
    background-position: center;
}

.text-desc{
    background-color: #000000;
    text-align: center;
}

.desc-center{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.desc-center p{
    color: #ffffff;
    padding: 1em 0;
    text-align: start;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.text-desc img{
    display: inline-block;
    width: 399px;
    height: 237px;
    vertical-align: middle;
    padding: 3em 4em;
}

.caracteristicas {
    background-color: #1e1a13;
    text-align: center;
    color: #ffffff;
    padding: 75px;
}

.caracteristicas h2{
    font-size: 40px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.caracteristicas p{
    font-size: 25px;
    padding: 20px 0;
}

.caracteristicas div {
    display: inline-block;
    width: 33%;
    padding: 70px 0 20px;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.img-contenedor {
    display: inline-block;
    width: 20%;
    margin: 0 1rem;
}

.img-contenedor img{
    width: 316px;
    height: 202px;
}

.galeria{
    background-color: #000000;
    padding: 3rem 0;
    text-align: center;
}

footer{
    background-color: #1e1a13;
    color: #ffffff;
}

.text-link{
    text-align: center;
    padding: 1rem;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.text-link a{
    text-decoration: none;
    color: #ffffff;
}