﻿body, html {
    height: 100%;
    margin: 0;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.bg {
    background-image: url("/clarobr/Content/img/background.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.claro {
    padding-top: 50px;
    text-align: center;
}

.text {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
}

h1 {
    font-weight: 700;
    color: #b5b5b5;
    line-height: 40px;
}

h3 {
    font-weight: 600;
    line-height: 30px;
}

p {
    margin: 0;
}

.legal {
    font-size: 12px;
}

footer {
    background-color: #343332;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.logo_negativo {
    padding: 20px 0;
    text-align: center;
}

/* (1024x768) iPad  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .text {
        width: 70%;
        padding-top: 40px;
    }

    h1 {
        font-size: 2.4em;
        line-height: 50px;
    }

    h3 {
        font-size: 1.4em;
        line-height: 30px;
    }
}

/* Pohnes */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .claro {
        padding-top: 30px;
    }

    .text {
        width: 90%;
        padding-top: 40px;
    }

    h1 {
        font-size: 1.6em;
        line-height: 30px;
    }

    h3 {
        font-size: 1em;
        line-height: 25px;
    }

    .logo_negativo {
        padding: 10px 0;
    }
}
