#nav label:before,
#nav label:after {
    background-color: #ffffff!important;
}

.arrow a:hover i {
    margin-left: 8px;
}

.arrow i {
    display: inline-block;
    width: 24px;
    height: 10px;
    background-image: url(../img/icones/seta-grande-white.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#empresas .container-card{
    background: #F9F9F9;
    max-height: 130px;
}

@media only screen and (max-width: 768px) {
    #empresas .container-card{
        max-height:max-content;
        padding: 40px 0;
    }
}

#empresas .content{
    top: -150px;
}

@media only screen and (max-width: 768px) {
    #empresas .content{
        top: 0;
        flex-direction: column;
    }
}

#empresas .content .card{
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    background: #EDF3F5;
    border-radius: 10px;
    padding:30px;
    width:360px;
    height:240px;
    transition: transform .4s;
}

#empresas .content .card:hover {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1.1); 
 }


@media only screen and (max-width:1599px) {
    .fire{
        max-width: 530px;
    }
}

@media only screen and (max-width: 1399px) {
    .fire{
        right: -90px;
    }
}