@charset "utf-8";

a#whatsapp-botao{
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 30px;
    z-index: 2;
}

a#whatsapp-botao img{
    width: 100%;
    height: 100%;
}

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

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

section#planos {
    display: inline-block;
    width: 100%;
    background-color: #e7e7e7;
    padding: 80px 0;
}

section#planos h1 {
    display: inline-block;
    width: 90%;
    color: #6ab909;
    font-family: 'poppins-black', sans-serif;
    font-size: 34px;
    line-height: 38px;
}

section#planos h1 br {
    display: none;
}

section#planos h1 img {
    display: none;
}

section#planos div.lista-planos {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

section#planos div.lista-planos div.plano {
    display: inline-block;
    width: 300px;
    background-color: #6ab909;
    padding: 20px 0;
    border-radius: 20px;
    margin: 20px 10px;
}

section#planos div.lista-planos div.plano h2 {
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-family: 'poppins-bold', sans-serif;
    font-size: 50px;
}

section#planos div.lista-planos div.plano p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-family: 'poppins-bold', sans-serif;
    font-size: 20px;
    color: #ffffff;
}

section#planos div.lista-planos div.plano p img.mais-icon {
    width: 24px; /*32*/
    margin-right: 6px;
}

section#planos div.lista-planos div.plano p.preco {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'poppins-regular', sans-serif;
    font-size: 25px;
    margin: 30px 0 20px;
}

section#planos div.lista-planos div.plano p.preco span.cifrao {
    width: unset;
    font-size: 35px;
    font-family: 'poppins-regular', sans-serif;
    margin-right: 10px;
    margin-top: 25px;
}

section#planos div.lista-planos div.plano p.preco strong {
    font-size: 65px;
    font-family: 'poppins-bold', sans-serif;
    margin-top: 10px;
}

section#planos div.lista-planos div.plano a.assinar {
    display: inline-block;
    padding: 8px 35px;
    border-radius: 20px;
    background-color: #ff7600;
    color: #ffffff;
    font-family: 'poppins-bold', sans-serif;
    font-size: 20px;
    margin-top: 20px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#planos div.lista-planos div.plano a.assinar:hover {
    background-color: #ffffff;
    color: #ff7600;
}

section#planos a.ver-planos {
    display: inline-block;
    width: 240px;
    font-family: 'poppins-regular', sans-serif;
    color: #222222;
    font-size: 24px;
    margin-top: 30px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#planos a.ver-planos:hover {
    color: #8a8a8a;
}

section#planos a.ver-planos::after {
    display: inline-block;
    content: "";
    height: 2px;
    width: 220px;
    background-color: #222222;
    position: relative;
    top: -10px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#planos a.ver-planos:hover::after {
    background-color: #8a8a8a;
}

section#melhor-desempenho {
    float: left;
    width: 100%;
    background-color: #e7e7e7;
}

section#melhor-desempenho div.desempenho-info {
    display: inline-block;
    width: 100%;
}

section#melhor-desempenho div.desempenho-info h1 {
    display: inline-block;
    width: 90%;
    color: #6ab909;
    font-family: 'poppins-black', sans-serif;
    font-size: 38px;
    margin-bottom: 40px;
}

section#melhor-desempenho div.desempenho-info p {
    display: inline-block;
    width: 90%;
    color: #4f4d4d;
    font-family: 'poppins-regular', sans-serif;
    text-align: left;
    margin: 10px 0;
    font-size: 14px;
    vertical-align: middle;
}

section#melhor-desempenho div.desempenho-info p img {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

section#melhor-desempenho div.desempenho-info a {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #ff7600;
    color: #ffffff;
    font-family: 'poppins-bold', sans-serif;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#melhor-desempenho div.desempenho-info a:hover {
    background-color: #ffffff;
    color: #ff7600;
}

section#melhor-desempenho img.pc {
    display: inline-block;
    width: 90%;
    max-width: 449px;
    margin-top: 50px;
}

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

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

section#servidores-empresarial h2 {
    display: inline-block;
    width: 90%;
    color: #282727;
    font-family: 'poppins-regular', sans-serif;
    font-size: 18px;
    margin-top: 20px;
}

section#servidores-empresarial article {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

section#servidores-empresarial article img {
    display: inline-block;
    width: 90%;
    max-width: 464px;
    margin-bottom: 20px;
}

section#servidores-empresarial article p {
    display: inline-block;
    width: 90%;
    text-align: left;
    font-family: 'poppins-regular', sans-serif;
    margin: 20px 0;
}

section#servidores-empresarial article p.vantagens {
    margin: 5px 0;
}

section#servidores-empresarial article p:first-of-type {
    margin-bottom: 20px;
}

section#servidores-empresarial article a.solicitar {
    float: left;
    padding: 15px;
    border-radius: 10px;
    margin-left: 20px;
    text-align: left;
    font-family: 'poppins-bold', sans-serif;
    font-size: 20px;
    color: #ffffff;
    background-color: #ff7600;
    margin-top: 30px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#servidores-empresarial article a.solicitar:hover {
    color: #ff7600;
    background-color: #ffffff;
}

section#voce-precisa {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0;
}

section#voce-precisa h1 {
    display: inline-block;
    width: 90%;
    font-family: 'poppins-bold', sans-serif;
    color: #222222;
    font-size: 30px;
}

section#voce-precisa div.precisa {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

section#voce-precisa div.precisa span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 20px 10px;
}

section#voce-precisa div.precisa span p {
    display: block;
    width: 185px;
    text-align: left;
    font-family: 'poppins-medium', sans-serif;
    color: #424344;
    font-size: 20px;
    margin-left: 10px;
}

section#voce-precisa div.precisa span p strong {
    font-family: 'poppins-bold', sans-serif;
    color: #82c72d;
}

@media screen and (min-width:425px) {

    section#melhor-desempenho div.desempenho-info p {
        font-size: 16px;
    }

    section#melhor-desempenho div.desempenho-info p img {
        margin-right: 0;
    }

}

@media screen and (min-width:768px) {
    section#planos h1 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        text-align: left;
    }
    
    section#planos h1 br {
        display: unset;
    }
    
    section#planos h1 img {
        display: unset;
        width: 350px;
        height: 2px;
    }

    section#melhor-desempenho div.desempenho-info {
        float: left;
        width: 55%;
    }  

    section#melhor-desempenho div.desempenho-info h1 {
        text-align: left;
        font-size: 26px;
    }

    section#melhor-desempenho img.pc {
        float: right;
        width: 300px; /*449*/
        max-width: unset;
        margin-top: 0;
        margin-right: 20px;
    }

    section#servidores-empresarial {
        padding: 100px 0;
    }

    section#servidores-empresarial h1 {
        font-size: 55px;
    }

    section#servidores-empresarial article img {
        float: right;
        width: 45%;
        margin-right: 20px;
    }

    section#servidores-empresarial article p {
        float: left;
        width: 45%;
        margin: 0 0 20px 20px;
    }

    section#servidores-empresarial article p.vantagens {
        margin: 5px 0 5px 20px;
    }

    section#servidores-empresarial article p:first-of-type {
        margin-top: 0;
        margin-bottom: 20px;
    }

    section#voce-precisa h1 {
        font-size: 40px;
    }
}

@media screen and (min-width:1024px) {
    section#titulo h1 {
        font-size: 50px;
    }   
    
    section#planos h1 {
        font-size: 38px;
        line-height: 40px;
    }
    
    section#planos h1 img {
        width: 500px;
    }
    
    section#voce-precisa h1 {
        font-size: 46px;
    } 

    section#melhor-desempenho div.desempenho-info {
        width: 54%;
        margin-top: 28px;
    }  
    
    section#melhor-desempenho div.desempenho-info h1 {
        font-size: 28px;
    }
    
    section#melhor-desempenho div.desempenho-info p {
        font-size: 18px;
        margin: 15px 0;
    }
    
    section#melhor-desempenho div.desempenho-info a {
        font-size: 20px;
        margin-left: 25px;
        padding: 15px 25px;
    }
    
    section#melhor-desempenho img.pc {
        width: 449px; /*449*/
        margin-right: 20px;
    }

    section#servidores-empresarial article img {
        width: 45%;
        margin-right: 20px;
    }

    section#servidores-empresarial article p {
        width: 48%;
        margin: 20px 0 20px 20px;
        font-size: 18px;
    }

    section#servidores-empresarial article p:first-of-type {
        margin-top: 5px;
        margin-bottom: 40px;
    }
    
}

@media screen and (min-width:1200px) {

    section#planos {
        padding: 80px 0;
    }

    section#planos div.lista-planos div.plano {
        width: 280px;
        margin: 20px 8px;
    }
    
    section#planos h1 {
        font-size: 42px;
        line-height: 44px;
    }

    section#planos h1 img {
        width: 772px;
    }

    section#planos div.lista-planos div.plano span {
        align-items: flex-start;
    }

    section#planos div.lista-planos div.plano h2 {
        font-size: 50px;
    }

    section#planos div.lista-planos div.plano p {
        font-size: 18px;
    }
    section#planos div.lista-planos div.plano p.preco {
        margin: 20px 0;
    }

    section#planos div.lista-planos div.plano p.preco span.cifrao {
        font-size: 30px;
        margin-right: 10px;
        margin-top: 20px;
    }

    section#planos div.lista-planos div.plano p.preco {
        font-size: 20px;
    }
    
    section#planos div.lista-planos div.plano p.preco strong {
        font-size: 50px;
    }

    section#planos div.lista-planos div.plano a.assinar {
        margin: 10px 0;
    }

    section#melhor-desempenho div.desempenho-info {
        width: 60%;
        position: relative;
        left: 35px;
    }  
    
    section#melhor-desempenho div.desempenho-info h1 {
        width: 100%;
        font-size: 40px;
        margin-left: 20px;
    }
    
    section#melhor-desempenho div.desempenho-info p {
        width: 100%;
        font-size: 20px;
        margin-left: 20px;
    }
    
    section#melhor-desempenho div.desempenho-info a {
        padding: 20px 30px;
    }

    section#melhor-desempenho img.pc {
        position: relative;
        right: 30px;
    }

    section#servidores-empresarial {
        padding: 70px 0 130px;
    }

    section#servidores-empresarial h1 {
        font-size: 70px;
    }
    
    section#servidores-empresarial h2 {
        font-size: 20px;
        margin-top: 10px;
    }

    section#servidores-empresarial article img {
        width: 464px;
        max-width: unset;
    }

    section#servidores-empresarial article p {
        width: 55%;
        margin: 20px 0 50px 20px;
        font-size: 20px;
    }

    section#servidores-empresarial article p.vantagens {
        margin: 2px 0 5px 20px;
    }

    section#servidores-empresarial article p:first-of-type {
        margin-bottom: 50px;
    }

    section#servidores-empresarial article a.solicitar {
        margin-top: 40px;
        padding: 20px 30px;
    }

    section#voce-precisa {
        padding: 100px 0 90px;
    }

    section#voce-precisa h1 {
        font-size: 52px;
    }
}