@charset "utf-8";

section#empresarial {
    float: left;
    width: 100%;
    background-color: #e7e7e7;
    padding: 60px 0;
}

section#empresarial h1 {
    display: inline-block;
    width: 90%;
    color: #363636;
    font-family: 'poppins-bold', sans-serif;
    font-size: 42px;
}

section#empresarial div.text-img {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

section#empresarial div.text-img img {
    display: inline-block;
    width: 90%;
    max-width: 649px;
    margin-bottom: 20px;
}

section#empresarial div.text-img p {
    display: inline-block;
    width: 90%;
    text-align: left;
    margin: 15px 0;
    font-family: 'poppins-light', sans-serif;
    color: #363636;
}

section#vantagens {
    float: left;
    width: 100%;
    background-color: #e7e7e7;
    padding: 0 0 60px;
}

section#vantagens h1 {
    display: inline-block;
    width: 90%;
    color: #363636;
    font-family: 'poppins-bold', sans-serif;
    font-size: 44px;
}

section#vantagens div.vantagens-list {
    display: inline-block;
    width: 290px;
    background-color: #4e4b4b;
    border-radius: 5px;
    padding: 20px 0;
    margin-top: 40px;
}

section#vantagens div.vantagens-list div.vantagem {
    display: inline-block;
    width: 80%;
    margin: 20px 0;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ffffff;
}

section#vantagens div.vantagens-list div.vantagem:last-child {
    border-bottom: 0 none;
    padding: 0;
}

section#vantagens div.vantagens-list div.vantagem p {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-family: 'poppins-light', sans-serif;
    font-size: 18px;
    margin-top: 10px;
}

section#solucoes-empresa {
    float: left;
    width: 100%;
    background-color: #e7e7e7;
    padding: 60px 0;
}

section#solucoes-empresa h1 {
    display: inline-block;
    width: 90%;
    color: #363636;
    font-family: 'poppins-bold', sans-serif;
    font-size: 44px;
    margin-bottom: 40px;
}

section#solucoes-empresa span {
    display: inline-block;
    width: 312px;
    height: 134px;
    margin: 30px 0;
    background: url(../../images/solucoes-empresa-bg.png) center top no-repeat;
    font-family: 'poppins-regular', sans-serif;
    color: #ffffff;
    font-size: 25px;
}

section#solucoes-empresa p {
    display: inline-block;
    width: 100%;
    font-family: 'poppins-regular', sans-serif;
    color: #ffffff;
    font-size: 24px;
    margin-top: 60px;
}

section#fale-conosco {
    float: left;
    width: 100%;
    background: url(../../images/fale-conosco-empresarial-bg.jpg) left top no-repeat;
}


section#fale-conosco h1 {
    display: inline-block;
    width: 90%;
    color: #ffffff;
    font-family: 'poppins-bold', sans-serif;
    text-align: left;
    font-size: 30px;
    margin-top: 60px;
}

section#fale-conosco h1 br {
    display: none;
}

section#fale-conosco a {
    float: left;
    padding: 15px 25px;
    margin: 50px 0 60px 20px;
    border-radius: 10px;
    background-color: #008ed5;
    color: #ffffff;
    font-family: 'poppins-bold', sans-serif;
    font-size: 25px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#fale-conosco a:hover  {
    color: #008ed5;
    background-color: #ffffff;
}

@media screen and (min-width: 425px) {
    section#solucoes-empresa span {
        margin: 30px 10px;
    }

    section#fale-conosco h1 {
        font-size: 50px;
    }
    
    section#fale-conosco h1 br {
        display: unset;
    }
}


@media screen and (min-width: 768px) {
    section#empresarial div.text-img img {
        float: left;
        width: 50%;
        margin-bottom: 0;
        margin-left: 10px;
    }
    
    section#empresarial div.text-img p {
        float: left;
        width: 45%;
        margin: 0 0 0 15px;
    }
    
    section#empresarial div.text-img p:last-child {
        margin-top: 20px;
    }

    section#vantagens div.vantagens-list {
        width: 600px;
    }

    section#vantagens div.vantagens-list div.vantagem {
        width: 45%;
        margin: 20px 0;
        padding-bottom: 30px;
        border-bottom: 0 none;
    }

    section#vantagens div.vantagens-list div.vantagem:nth-child(1), section#vantagens div.vantagens-list div.vantagem:nth-child(3) {
        border-right: 1px dashed #ffffff;
    }

    section#fale-conosco {
        background-position: 25% 100%;
    }

    section#fale-conosco a {
        margin-left: 40px;
    }

}

@media screen and (min-width: 1024px) {
    section#empresarial h1 {
        font-size: 50px;
    }

    section#empresarial div.text-img {
        margin-top: 60px;
    }

    section#empresarial div.text-img img {
        margin-left: 20px;
    }
    
    section#empresarial div.text-img p {
        margin: 0 0 0 20px;
        font-size: 18px;
    }

    section#vantagens h1 {
        font-size: 54px;
    }

    section#vantagens div.vantagens-list {
        width: 1000px;
    }

    section#vantagens div.vantagens-list div.vantagem {
        width: 24%;
        padding-bottom: 0;
        border-right: 1px dashed #ffffff;
    }

    section#vantagens div.vantagens-list div.vantagem:last-child {
        border-right: 0 none;
    }

    section#vantagens div.vantagens-list div.vantagem p {
        font-size: 20px;
        line-height: 22px;
    }

    section#solucoes-empresa h1 {
        font-size: 52px;
    }

    section#fale-conosco a {
        margin-left: 50px;
    }

}

@media screen and (min-width: 1200px) {
    section#empresarial div.text-img img {
        width: 649px;
        margin-left: 0;
    }
    
    section#empresarial div.text-img p {
        width: 530px;
        margin: 0 0 0 20px;
        font-size: 20px;
        line-height: 23px;
    }
    
    section#empresarial div.text-img p:first-of-type {
        margin-top: 5px;
    } 

    section#vantagens div.vantagens-list {
        width: 1150px;
    }
    
    section#fale-conosco {
        height: 485px;
        /* background: url(../../images/fale-conosco-empresarial-bg.jpg); */
        background-position: center top;
        background-size: cover;
    }
    
    section#fale-conosco h1 {
        width: 100%;
        margin-top: 110px;
    }
    
    section#fale-conosco a {
        margin-left: 0;
    }

}