.header-border-light {
    border-bottom: none;
}

.hero {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}

#animate-area {
    background-image: url('../images/bg-image/bg-nuvens.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 400px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    animation: animatedBackground 30s linear infinite;
}

@media screen and (min-width: 992px) {
    .hero {
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    .the-logo {
        width: 100%;
        text-align: center;
    }
    .slider-texto-catia {
        padding-top: 30% !important;
    }
    .img-catia {
        display: none;
    }

    .img-predio {
        display: none !important;
    }
    .no-mobile {
        display: none !important;
    }
}

section#produto ul {
    max-width: 480px;
}

section#produto ul li {
    margin-bottom: 15px !important;
    font-size: 17px;
}

section#produto ul li i {
    font-size: 22px;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    float: left;
}