@font-face {
    font-family: "Futura";
    src: local("futura.otf");
}

body {
    font-family: "Futura";
}

header {
    background: url(../img/top_background.png);
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    padding: 15px 0px 30px 0px;
    text-align: center;
}

.page {
    background: url(../img/body_background.png) no-repeat;
    background-position: 0px 35px;

}

img.logo {
    height: 50px;
}

img.performance {
    max-width: 80px;
    width: 100%;
    margin-top: -35%;
}

img.pintura {
    max-width: 600px;
    width: 100%;
}

img.years {
    width: 100%;
    max-width: 100px;
    margin-top: -16%;
}

img.store {
    width: 100%;
    max-width: 150px;
    margin: 10px;
}

img.opcion {
    width: 150px;
}

p.contacto{
    color: #808080;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

p.contacto a{
    text-decoration: none;
    color: #009cdd;
}

p.contacto a:first-child{
    color: #808080;
}

p.domicilio{
    color: #808080;
    font-size: 13px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li{
    text-align: left;
    font-weight: bold;
    font-size: 0.75em;
    margin-bottom: 5px;
}

ul.red li{
    color: #d22e26;
}

ul.blue li{
    color: #0061a7;
}

h1.red {
    color: #d22e26;
    font-weight: bold;
    font-size: 84px;
    margin: 0px;
    line-height: 70px;
    text-align: left;
}

h1.blue {
    color: #0061a7;
    font-weight: bold;
    font-size: 72px;
    margin: 0px;
    line-height: 70px;
    text-align: left;
}

span.subtitle{
    color: #939393;
    font-weight: bold;
    font-size: 12px;
}

span.text-vertical{
    color: #939393;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: -5px;
    margin: 0px;
    line-height: 60px;
    text-align: left;

    position: absolute;
    top: 100%;
    left: 0px;

    transform: rotate(-90deg);
    transform-origin: 0 0;

}

.info_header{
    position: relative;
    padding-left: 65px;
    text-align: left;
}

hr {
    border-width: 3px;
    color: #939393;
}

@media (min-width: 576px) {
    img.logo {
        height: 150px;
    }

    img.performance {
        max-width: 200px;
        margin-top: -30%;
    }

    img.years {
        max-width: 200px;
        margin-top: -8%;
    }

    span.subtitle{
        font-size: 14px;
    }

    h1.red {
        font-size: 92px;
    }

    h1.blue {
        font-size: 92px;
    }

    p.domicilio{
        text-align: right;
    }

    p.contacto{
        text-align: left;
        margin-bottom: 0px;
    }

    img.store {
        max-width: 200px;
    }
}