@charset "UTF-8";

#hero .background {
    width: 90%;
    margin-left: auto
}

@media only screen and (min-height:630px) and (max-height:655px) and (min-width:992px) {
    #hero .copy {
        margin-top: 70px
    }
}

@media only screen and (min-height:0px) and (max-height:630px) and (min-width:992px) {
    #hero .copy {
        margin-top: 60px
    }
}

#hero .logos {
    justify-content: space-between
}

@media only screen and (min-width:993px) and (max-width:1199px) {
    #hero .logos {
        max-width: 95%;
    }
}

@media only screen and (max-width:768px) {
    #hero .logos {
        flex-wrap: wrap
    }
}

@media only screen and (min-height:0px) and (max-height:700px) and (min-width:992px) {
    #hero .logos {
        margin-top: 30px !important
    }
}

#hero .logos div {
    position: relative
}

@media only screen and (max-width:768px) {
    #hero .logos div {
        min-width: 50%;
        margin-top: 20px;
        height: 60px;
        text-align: center;
        display: flex;
        align-items: center
    }
}

#hero .logos div img:first-child {
    animation-name: anima-logo-out;
    -webkit-animation-name: anima-logo-out;
    -moz-animation-name: anima-logo-out;
    -o-animation-name: anima-logo-out
}

#hero .logos div img:last-child {
    animation-name: anima-logo-in;
    -webkit-animation-name: anima-logo-in;
    -moz-animation-name: anima-logo-in;
    -o-animation-name: anima-logo-in
}

#hero .logos img {
    position: relative;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-duration: 130s
}

@media only screen and (max-width:768px) {
    #hero .logos img {
        -webkit-transform: scale(.8) translate(-50%, -50%);
        -ms-transform: scale(.8) translate(-50%, -50%);
        transform: scale(.8) translate(-50%, -50%);
        top: 50% !important;
        left: 45% !important;
        margin: auto !important;
        position: absolute !important
    }
}

#hero .logos .absolute {
    position: absolute
}

#hero .logos .getninja {
    width: 110px;
    top: 3px;
    animation-delay: 10s
}

#hero .logos .cartase {
    width: 108px;
    opacity: 0;
    left: 0;
    top: -14px;
    animation-delay: 10s
}

#hero .logos .leadlovers {
    width: 125px;
    top: -1px;
    left: -3px;
    animation-delay: 30s
}

#hero .logos .vakinha {
    width: 105px;
    opacity: 0;
    top: -1px;
    left: 5px;
    animation-delay: 30s
}

#hero .logos .empiricus {
    width: 120px;
    top: -7px;
    left: -2px;
    animation-delay: 20s
}

#hero .logos .mairo-vergara {
    min-width: 140px;
    top: -2px;
    left: -11px;
    animation-delay: 20s
}

@media only screen and (max-width:768px) {
    #hero .logos .mairo-vergara {
        max-width: 120px
    }
}

#hero .logos .jusbrasil {
    width: 120px;
    top: 2px;
    left: 0;
    animation-delay: 5s
}

#hero .logos .viver-de-blog {
    width: 105px;
    top: 4px;
    left: 4px;
    animation-delay: 5s
}

#hero .logos .formula-de-lancamento {
    width: 110px;
    top: 2px;
    left: 1px;
    animation-delay: 15s
}

#hero .logos .me-poupe {
    width: 110px;
    top: -1px;
    left: 1px;
    animation-delay: 15s
}

#hero .logos .wn {
    width: 104px;
    left: 0;
    top: -8px;
    animation-delay: 25s
}

#hero .logos .faber-castell {
    min-width: 128px;
    left: -9px;
    top: -10px;
    animation-delay: 25s
}

@media only screen and (max-width: 768px) {
    #hero .logos .faber-castell {
        max-width: 120px;
    }
}

@keyframes anima-logo-out {
    0% {
        opacity: 1
    }

    1% {
        opacity: 0
    }

    26% {
        opacity: 0
    }

    27% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 0
    }

    76% {
        opacity: 0
    }

    77% {
        opacity: 1
    }
}

@-webkit-keyframes anima-logo-out {
    0% {
        opacity: 1
    }

    1% {
        opacity: 0
    }

    26% {
        opacity: 0
    }

    27% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 0
    }

    76% {
        opacity: 0
    }

    77% {
        opacity: 1
    }
}

@-moz-keyframes anima-logo-out {
    0% {
        opacity: 1
    }

    1% {
        opacity: 0
    }

    26% {
        opacity: 0
    }

    27% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 0
    }

    76% {
        opacity: 0
    }

    77% {
        opacity: 1
    }
}

@-ms-keyframes anima-logo-out {
    #hero 0% {
        opacity: 1
    }

    #hero 1% {
        opacity: 0
    }

    #hero 26% {
        opacity: 0
    }

    #hero 27% {
        opacity: 1
    }

    #hero 50% {
        opacity: 1
    }

    #hero 51% {
        opacity: 0
    }

    #hero 76% {
        opacity: 0
    }

    #hero 77% {
        opacity: 1
    }
}

@keyframes anima-logo-in {
    1% {
        opacity: 0
    }

    2% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    26% {
        opacity: 0
    }

    51% {
        opacity: 0
    }

    52% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    76% {
        opacity: 0
    }
}

@-webkit-keyframes anima-logo-in {
    1% {
        opacity: 0
    }

    2% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    26% {
        opacity: 0
    }

    51% {
        opacity: 0
    }

    52% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    76% {
        opacity: 0
    }
}

@-moz-keyframes anima-logo-in {
    1% {
        opacity: 0
    }

    2% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    26% {
        opacity: 0
    }

    51% {
        opacity: 0
    }

    52% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    76% {
        opacity: 0
    }
}

@-ms-keyframes anima-logo-in {
    #hero 1% {
        opacity: 0
    }

    #hero 2% {
        opacity: 1
    }

    #hero 25% {
        opacity: 1
    }

    #hero 26% {
        opacity: 0
    }

    #hero 51% {
        opacity: 0
    }

    #hero 52% {
        opacity: 1
    }

    #hero 75% {
        opacity: 1
    }

    #hero 76% {
        opacity: 0
    }
}

#prosperar ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

#prosperar ul li {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

#prosperar #text {
    opacity: 1;
    transition: opacity 1s;
}

#prosperar .hide {
    opacity: 0 !important;
    transition: opacity 1s;
}

#prosperar #image {
    opacity: 1;
    transition: opacity ease-in-out 1s;
}

#prosperar img {
    left: 0;
    top: 10px;
    border-radius: 10px;
}

#prosperar .group {
    width: 75%;
    background: #E5F5F6;
    border-radius: 10px;
    padding: 55px;
    min-height: 495px;
}

#prosperar .group-text {
    max-width: 65%;
    width: 100%;
    margin-left: auto;
    padding-left: 55px;
}

@media only screen and (max-width:1399px) {

    #prosperar img {
        max-width: 60%;
        top: 23%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #prosperar .group {
        width: 100%;
        margin-top: 160px;
    }

    #prosperar .group-text {
        max-width: 100%;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 160px;
    }

}

@media only screen and (min-width:500px) and (max-width:768px) {
    #prosperar ul {
        flex-wrap: wrap;
    }

    #prosperar ul li {
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding: 0 45px;
    }

    #prosperar img {
        max-width: 50%;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #prosperar .group {
        width: 100%;
        padding: 85px 30px 30px 30px;
        min-height: 415px;
        border-radius: 0;
        margin-top: 40px;
    }

    #prosperar .group-text {
        max-width: 100%;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px;
    }

    #prosperar .col-12-m {
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (max-width: 499px){
    #prosperar .group {
        margin-top: 40px;
    }
    #prosperar img {
        max-width: 80%;
        top: 10%;
    }
}

