@charset "utf-8";
section#titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f4f4;
    padding: 40px 0;
}

section#titulo h1 {
    font-family: 'proximanova-extr-bold', sans-serif;
    color: #282727;
    font-size: 48px;
    width: 95%;
}

section#titulo h2 {
    font-family: 'proximanova-regular', sans-serif;
    color: #282727;
    width: 90%;
    font-size: 18px;
}

section#formulario-suporte {
    background-color: #f6f4f4;
    padding-bottom: 40px;
}

section#formulario-suporte form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section#formulario-suporte form input.suporte {
    width: 300px;
    height: 40px;
    border: 2px solid #e7e8e5;
    color: #5a5a5a;
    font-family: 'panton-regular-webfont', sans-serif;
    margin: 5px 0;
    padding-left: 8px;
}

section#formulario-suporte form select {
    width: 310px;
    height: 40px;
    border: 2px solid #e7e8e5;
    color: #5a5a5a;
    font-family: 'panton-regular-webfont', sans-serif;
    margin: 5px 0;
    padding-left: 8px;
}

section#formulario-suporte form textarea {
    resize: none;
    width: 300px;
    height: 100px;
    border: 2px solid #e7e8e5;
    color: #5a5a5a;
    font-family: 'panton-regular-webfont', sans-serif;
    margin: 5px 0;
    padding-left: 8px;
}

section#formulario-suporte form input#botao {
    background-color: #99ff11;
    font-family: 'panton-regular-webfont', sans-serif;
    width: 120px;
    height: 40px;
    color: #333;
    border: 0 none;
    font-size: 16px;
    font-family: 'panton-bold-webfont', sans-serif;
    align-self: flex-end;
    margin-right: 5px;
    transition: .3s;
    cursor: pointer;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

section#formulario-suporte form input#botao:hover {
    width: 140px;
    height: 40px;
}

section#formulario-suporte div.infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

section#formulario-suporte div.infos h1 {
    color: #6c6c6c;
    font-family: 'panton-bold-webfont', sans-serif;
    font-size: 30px;
    margin: 20px 0;
    width: 300px;
    padding-bottom: 3px;
    border-bottom: 2px solid #e3e3e3;
}

section#formulario-suporte div.infos span {
    color: #6c6c6c;
    font-family: 'decalotype-light-webfont', sans-serif;
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
}

section#formulario-suporte div.pessoalmente span.ende {
    font-size: 16px;
}

section#formulario-suporte div.telefone, section#formulario-suporte div.email, section#formulario-suporte div.acesso, section#formulario-suporte div.pessoalmente {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 310px;
    margin: 30px 0;
}

section#formulario-suporte div.telefone span.atend strong {
    font-family: 'decalotype-bold-webfont', sans-serif;
}

section#formulario-suporte div.email {
    margin-bottom: 50px;
}

section#formulario-suporte div.pessoalmente {
    margin-bottom: 80px;
}

section#formulario-suporte div.acesso span.contr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2a65ad;
    padding: 30px 20px;
    border-radius: 30px;
}

section#formulario-suporte div.acesso span.contr div.text-img {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    margin-bottom: -40px;
}

section#formulario-suporte div.acesso span.contr div.text-img img {
    width: 64px;
    height: 64px;
}

section#formulario-suporte div.acesso span.contr div.text-img p {
    width: 190px;
    text-align: left;
    font-family: 'proximanova-regular', sans-serif;
    margin-left: 10px;
}

section#formulario-suporte div.acesso span.contr a {
    color: #fff;
    font-family: 'proximanova-regular', sans-serif;
    background-color: #1cb6f0;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 20px;
    position: relative;
    left: 40px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

section#formulario-suporte div.acesso span.contr a:hover {
    padding: 8px 20px;
}

section#formulario-suporte div.infos div.baixo-central-cl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../../imagens/bg-central-cl-contato.jpg) right center no-repeat;
    width: 300px;
}

section#formulario-suporte div.infos div.baixo-central-cl img {
    margin: 20px 0;
}

section#formulario-suporte div.infos div.baixo-central-cl h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../../imagens/bg-h1-central-cl.png) center center no-repeat;
    width: 236px;
    color: #006838;
    font-family: 'panton-bold-webfont', sans-serif;
}

section#formulario-suporte div.infos div.baixo-central-cl h4 {
    color: #006838;
    font-family: 'panton-black-webfont', sans-serif;
    font-size: 75px;
    margin-bottom: 10px;
}

@media screen and (min-width:624px){ 
    section#formulario-suporte form input.suporte {
        width: 259px;
        margin: 6px 9px;
        height: 45px;
        font-size: 18px;
    }

    section#formulario-suporte form select {
        width: 268px;
        margin-left: 20px;
        position: relative;
        right: 9px;
        height: 50px;
        font-size: 18px;
    }

    section#formulario-suporte form input.s {
        width: 551px;
    }

    section#formulario-suporte form textarea {
        width: 551px;
        height: 135px;
        font-size: 18px;
    }

    section#formulario-suporte form input#botao {
        width: 178px;
        height: 50px;
        margin-top: 20px;
    }

    section#formulario-suporte form input#botao:hover {
        width: 188px;
        height: 50px;
    }
}

@media screen and (min-width:1200px){     
    section#titulo {
        padding: 100px 0 40px;
    }

    section#titulo h1 {
        font-size: 80px;
        width: 100%;
    }

    section#titulo h2 {
        width: 100%;
        font-size: 27px;
    }

        section#formulario-suporte form {
            align-self: flex-start;
            position: relative;
            right: 40px;
        }

        section#formulario-suporte div.flex {
            flex-direction: row;
        }

        section#formulario-suporte form div.flex {
            flex-direction: column;
            justify-content: flex-start;
        }

        section#formulario-suporte div.infos div.flex {
            flex-direction: column;
            justify-content: flex-end;
        }
        
        section#formulario-suporte div.infos {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: unset;
            position: relative;
            bottom: 20px;
            left: 40px
        }

        section#formulario-suporte div.infos h1 {
            font-size: 30px;
            margin: 20px 0;
            padding-bottom: 3px;
            padding-left: 10px;
            text-align: left;
            width: 525px;
        }

        section#formulario-suporte div.infos div.telefone span {
            font-size: 22px;
            margin: 10px;
        }

        section#formulario-suporte div.infos span {
            color: #6c6c6c;
            font-family: 'decalotype-light-webfont', sans-serif;
            font-size: 18px;
            margin-bottom: 10px;
        }

        section#formulario-suporte div.telefone, section#formulario-suporte  div.pessoalmente {
            align-items: unset;
            width: 525px;
            margin: 0;
        }

        section#formulario-suporte div.infos {
            display: flex;
            flex-direction: column;
            align-self: flex-start;
        }

        section#formulario-suporte div.infos div.baixo-central-cl {
            background: url(../../imagens/bg-central-cl-contato.jpg) center center no-repeat;
            width: 525px;
            height: 244px;
            margin-top: 30px;
        }
        
        section#formulario-suporte div.infos div.baixo-central-cl div.baixo-conteudo {
            display: flex;
            flex-direction: column;
            align-self: flex-end;
            justify-content: center;
            margin-right: 10px;
        }
        
        section#formulario-suporte div.infos div.baixo-central-cl img {
            margin: 20px 0;
        }
        
        section#formulario-suporte div.infos div.baixo-central-cl img {
            width: 158px;
            margin-left: 60px;
        }
        
        section#formulario-suporte div.infos div.baixo-central-cl h3 {
            height: 25px;
            margin-left: 20px;
        }

        section#formulario-suporte div.infos div.baixo-central-cl h4 {
            font-size: 80px;
        }
}