/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext);

html {
    height: 100%;
}

body {
    font-family: 'Roboto';
    margin: 0 auto;
    background: url(../img/fondo-parking-web-aubanell.jpg) no-repeat center center;
    background-size: cover;
}

a {
    color: black;
    text-decoration: none;
}

section {
    padding: 0 15% 0 15%;
}

.logo {
    color: white;
    font-size: 60px;
    text-align: center;
    margin: 10% auto 0;
}

.logo img {
    width: 100%;
}

.titulo {
    margin-top: 3%;
    padding: 5% 15% 5% 15%;
}

.titulo h1 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
}

h3 {
    color: white;
    text-align: center;
}

footer {
    clear: both;
    width: 100%;
    position: fixed;
    text-align: center;
    bottom: 0px;
}

footer p {
    font-size: 14px;
    color: #aaa;
    margin: 0px 0 30px;
}

footer p a {
    color: #fff;
    text-decoration: underline;
}

footer p a:hover {
    text-decoration: none;
}

@media (min-width: 992px) {

}

@media (max-width: 991px) {

}

@media (max-width: 768px) {


}

@media (max-width: 400px) {


}