h1 {
    font-size: 1.8rem;
}

.home p {
    font-size: 1.1rem;
}

@media (max-width: 660px) {
    h1 {
        font-size: 1.4rem;
    }

    .home p {
        font-size: 0.9rem;
    }
}

a.home-action-button {
    font-size:1.5rem;
    font-weight: bold;
}

.big-image-wrapper {
    background: url("/assets/images/home/logo-slogan-transparente.png") no-repeat center center;
    z-index: 2;
}

.big-image-logo {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 300px;
    height: 300px;
}

@media (max-width: 576px) {
    .big-image-logo {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 576px) {
    .big-image-logo {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 768px) {
    .big-image-logo {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 992px) {
    .big-image-logo {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .big-image-logo {
        width: 250px;
        height: 250px;
    }
}

@media (min-width: 1400px) {
    .big-image-logo {
        width: 300px;
        height: 300px;
    }
}


img#big-image {
    width: 100%;
    opacity: 0.6;
    z-index: 1;
}