﻿/* Home: card de projeto sem animacao da imagem no hover */
.home .projetos .itemProjeto:not(.small) .bg,
.home .projetos .itemProjeto:not(.small):hover .bg {
    background-position: center center !important;
}

@media (max-width: 1199px) {
    .home header .info h1 {
        font-size: 54px;
        line-height: 1.05;
    }
}

@media (max-width: 991px) {
    .home header .info {
        padding-top: 24px;
    }

    .home header .formSimulador {
        max-width: 520px;
    }

    .home .projetos .itemProjeto:not(.small) {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .home header .info h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .home header .formSimulador form input,
    .home header .formSimulador form button {
        width: 100%;
    }

    .home header .formSimulador form button {
        margin-top: 10px;
    }

    .home #slideVideo {
        margin-top: 30px;
    }
}
