/* Copyright 2015 Prismatec. Todos os direitos reservados. */

/* Área para navegação da sessão Contato */


/* Estrutura principal */

#area-contato
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
#area-contato-bg
{
    background: #305898;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Estrutura principal - Container da sessão */

#area-contato-cont
{
    background: #FFF;
    width: 60%;
    height: 80%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* Estrutura principal - Cabeçalho da sessão */

#area-contato-cont-header
{
    background: #FFF;
    width: 100%;
    height: 146px;
    margin: 60px 0 0 0;
    padding: 0 80px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}
    #area-contato-cont-header h1
    {
        margin: 3px auto auto auto;
        font-size: 48px;
        line-height: 58px;
        color: #4F4F4F;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

/* Estrutura principal - Cabeçalho da sessão - Navegação */

#area-contato-cont-header ul
{
    margin: 18px 0 20px 0;
    text-align: center;
    cursor: default;
    position: relative;
    z-index: 2;
}
    #area-contato-cont-header ul li
    {
        font-size: 16px;
        line-height: 16px;
        color: #4F4F4F;
        display: inline-block;
    }
#faq-title
{
    opacity: 1;
    display: block;
}
#trabalhe-title
{
    opacity: 0;
    display: none;
}

/* Sessão Perguntas frequentes */

#faq
{
    width: 100%;
    height: 100%;
    padding: 206px 80px 90px 80px;
    opacity: 1;
    position: absolute;
    z-index: 2;
    display: block;
}
#faq-cont
{
    width: 100%;
    height: 100%;
    padding: 68px 45px 0 0;
    overflow: auto;
}
    #faq-cont h2
    {
        margin: 25px 0 10px 0;
        font-size: 20px;
        line-height: 23px;
        color: #305898;
    }
    #faq-cont p
    {
        margin-top: 15px;
        font-size: 16px;
        line-height: 22px;
        color: #909090;
        text-align: justify;
    }

/* Sessão Perguntas frequentes - Cabeçalho */

#faq-cont header
{
    width: 100%;
    margin: 0 0 58px 0;
}
    #faq-cont header p
    {
        margin: 0 0 12px 0;
        color: #4F4F4F;
    }
    #faq-cont header a
    {
        color: #305898;
    }
        #faq-cont header a:hover
        {
            text-decoration: underline;
        }

/* Sessão Trabalhe conosco */

#trabalhe
{
    width: 100%;
    height: 100%;
    padding: 206px 80px 90px 80px;
    opacity: 0;
    position: absolute;
    z-index: 1;
    display: none;
}
#trabalhe-cont
{
    width: 100%;
    height: 100%;
    padding: 68px 45px 0 0;
    overflow: auto;
}
    #trabalhe-cont h3
    {
        margin: 0 0 12px 0;
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
        color: #4F4F4F;
    }    
    #trabalhe-cont p
    {
        margin: 0 0 12px 0;
        font-size: 16px;
        line-height: 22px;
        text-align: justify;
    }

/* Sessão Trabalhe conosco - Cabeçalho */

#trabalhe-cont header
{
    width: 100%;
    margin: 0 0 67px 0;
}
    #trabalhe-cont header p
    {
        color: #4F4F4F;
    }

/* Sessão Trabalhe conosco - Container de informações */

#job-01-cont, #job-02-cont, #job-03-cont
{
    display: none;
}

/* Sessão Trabalhe conosco - Rodapé */
    
#trabalhe-cont-footer
{
    width: 100%;
    margin: 39px 0 42px 0;
}
    #trabalhe-cont-footer p
    {
        color: #909090;
    }
        #trabalhe-cont-footer p a
        {
            color: #305898;
        }
            #trabalhe-cont-footer p a:hover
            {
                text-decoration: underline;
            }

/* Classes */

/* Estrutura principal - Cabeçalho da sessão - Navegação */

.link
{
    color: #BBB;
}
    .link:hover
    {
        color: #999;
        cursor: pointer;
    }

/* Sessão Trabalhe conosco - Vagas */

.job
{
    background: #EEE;
    width: 100%;
    margin: 8px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
    .job a
    {
        width: 100%;
        overflow: hidden;
        display: block;
    }
        .job a:hover
        {
            background: #EAEAEA;
            cursor: pointer;
        }
        .job a h2
        {
            margin: 0 0 0 34px;
            padding: 28px 0 32px 0;
            font-size: 20px;
            line-height: 20px;
            font-weight: bold;
            color: #909090;
            float: left;
        }
        .job a div
        {
            background: url(../img/more-btn.png) no-repeat;
            background-position: center;
            width: 44px;
            height: 44px;
            margin: 18px 18px 0 0;
            opacity: 0.3;
            float: right;
        }

/* Sessão Trabalhe conosco - Botão reset */

.job-reset-btn
{
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 2;
    display: none;
}
    .job-reset-btn:hover
    {
        cursor: pointer;
    }

/* Sessão Trabalhe conosco - Container de informações */

.job-info
{
    width: 100%;
    padding: 28px 34px 35px 34px;
    border-top: 1px solid #E8E8E8;
}
    .job-info p
    {
        color: #909090;
    }

/* Sessão Trabalhe conosco - Container de informações - Rodapé */

.job-info footer
{
    width: 100%;
    margin: 22px 0 0 0;
    overflow: hidden;
}
    .job-info footer a
    {
        width: 310px;
        margin: 0 10px 0 0;
        padding: 27px 0 28px 0;
        border: 2px solid #BBB;
        border-radius: 3px;
        font-size: 16px;
        line-height: 16px;
        color: #909090;
        text-align: center;
        float: left;
    }
        .job-info footer a:hover
        {
            background: #305898;
            border: 2px solid #305898;
            color: #FFF;
        }
    .job-info footer b
    {
        display: none;
    }
.job-info-share
{
    width: 180px;
    height: 75px;
    margin: 0 8px 0 0;
    overflow: hidden;
    float: left;
}
    .job-info-share p
    {
        background: #BBB;
        width: 170px;
        height: 75px;
        padding: 26px 0 0 0;
        border-radius: 3px;
        text-align: center !important;
        color: #EEE;
        float: left;
    }
    .job-info-share span
    {
        width: 0;
        height: 0;
        margin: 28px 0 0 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #BBB;
        float: left;
    }

/* Sessão Trabalhe conosco - Container de informações - Rodapé - Links */

.fb-btn, .google-btn, .twitter-btn
{
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    margin: 0 10px 0 0;
    border: 2px solid #BBB;
    border-radius: 3px;
    float: left;
}
    .fb-btn:hover, .google-btn:hover, .twitter-btn:hover
    {
        background-position: -74px 0;
        cursor: pointer;
    }
.fb-btn
{
    background-image: url(../img/fb.png);
}
    .fb-btn:hover
    {
        background-color: #3B5998;
        border: 2px solid #3B5998;
    }
.google-btn
{
    background-image: url(../img/google.png);
}
    .google-btn:hover
    {
        background-color: #D95333;
        border: 2px solid #D95333;
    }
.twitter-btn
{
    background-image: url(../img/twitter.png);
}
    .twitter-btn:hover
    {
        background-color: #2AA9E0;
        border: 2px solid #2AA9E0;
    }


/* Largura máxima 1730px */

@media screen and (max-width: 1730px) {
    
    /* Classes */
    
    /* Sessão Trabalhe conosco - Container de informações - Rodapé */

    .job-info footer a
    {
        width: 100%;
        padding: 26px 20px;
        float: none;
    }
    .job-info-share
    {
        width: 138px;
        height: 40px;
        margin: 10px 8px 0 0;
    }
        .job-info-share p
        {
            width: 130px;
            height: 40px;
            padding: 8px 0 0 0;;
        }
        .job-info-share span
        {
            margin: 13px 0 0 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #BBB;
        }
    
    /* Sessão Trabalhe conosco - Container de informações - Rodapé - Links */

    .fb-btn, .google-btn, .twitter-btn
    {
        margin: 10px 10px 0 0;
    }
    .google-btn, .twitter-btn
    {
        background-position: -18px -15px;
        width: 40px;
        height: 40px;
    }
        .google-btn:hover, .twitter-btn:hover
        {
            background-position: -92px -15px;
        }
    .fb-btn
    {
        background-position: -17px -16px;
        width: 40px;
        height: 40px;
    }
        .fb-btn:hover
        {
            background-position: -91px -16px;
        }
    
}


/* Largura máxima 1370px */

@media screen and (max-width: 1370px) {
    
    /* Estrutura principal - Cabeçalho da sessão */

    #area-contato-cont-header h1
    {
        font-size: 40px;
        line-height: 50px;
    }
    
}


/* Largura máxima 1024px */

@media screen and (max-width: 1024px) {
    
    /* Estrutura principal - Cabeçalho da sessão */

    #area-contato-cont-header h1
    {
        font-size: 24px;
        line-height: 30px;
    }
    
    /* Estrutura principal - Cabeçalho da sessão - Navegação */

    #area-contato-cont-header ul li
    {
        font-size: 14px;
        line-height: 14px;
    }

    /* Sessão Perguntas frequentes e sessão Trabalhe conosco */

    #faq-cont h2
    {
        font-size: 16px;
    }
    #faq-cont p, #trabalhe-cont h3, #trabalhe-cont p
    {
        font-size: 14px;
    }

    /* Classes */
    
    /* Sessão Trabalhe conosco - Vagas */

    .job a h2
    {
        font-size: 16px;
        line-height: 16px;
    }
    .job a div
    {

        width: 20px;
        height: 20px;
        margin: 30px 30px 0 0;
    }
    
}


/* Largura máxima 900px */

@media screen and (max-width: 900px) {
    
    /* Classes */
    
    /* Sessão Trabalhe conosco - Vagas */

    .job a h2
    {
        margin: 0;
        padding: 28px 15px 32px 15px;
        text-align: center;
        float: none;
    }
    .job a div
    {
        display: none;
    }
    
    /* Sessão Trabalhe conosco - Container de informações - Rodapé */

    .job-info footer a
    {
        font-size: 12px;
        line-height: 18px;
    }
    
}


/* Largura máxima 640px */

@media screen and (max-width: 640px) {
    
    /* Estrutura principal - Container da sessão */

    #area-contato-cont
    {
        width: 82%;
        height: 70%;
    }

    /* Estrutura principal - Cabeçalho da sessão */

    #area-contato-cont-header
    {
        height: 95px;
        margin: 0;
        padding: 0 30px;
    }
        #area-contato-cont-header h1
        {
            margin: 15px auto auto auto;
            font-size: 16px;
            line-height: 19px;
        }
    
    /* Estrutura principal - Cabeçalho da sessão - Navegação */

    #area-contato-cont-header ul
    {
        margin: 8px 0 10px 0;
    }
        #area-contato-cont-header ul li
        {
            font-size: 12px;
            line-height: 12px;
        }
    
    /* Sessão Perguntas frequentes */

    #faq
    {
        padding: 95px 30px 30px 30px;
    }
    #faq-cont
    {
        padding: 30px 3px 0 3px;
    }
        #faq-cont h2
        {
            margin: 25px 0 10px 0;
            font-size: 16px;
            line-height: 16px;
        }
        #faq-cont p
        {
            margin-top: 10px;
            font-size: 12px;
            line-height: 18px;
        }
    
    /* Sessão Perguntas frequentes - Cabeçalho */

    #faq-cont header
    {
        margin: 0;
    }
    
    /* Sessão Trabalhe conosco */

    #trabalhe
    {
        padding: 95px 30px 30px 30px;
    }
    #trabalhe-cont
    {
        padding: 30px 3px 0 3px;
    }    
        #trabalhe-cont p
        {
            font-size: 12px;
            line-height: 18px;
        }
    
    /* Sessão Trabalhe conosco - Cabeçalho */

    #trabalhe-cont header
    {
        margin: 0 0 30px 0;
    }

    /* Sessão Trabalhe conosco - Rodapé */

    #trabalhe-cont-footer
    {
        margin: 30px 0;
    }
    
    /* Classes */
    
    /* Sessão Trabalhe conosco - Vagas */

    .job a h2
    {
        font-size: 12px;
        line-height: 12px;
    }
    
    /* Sessão Trabalhe conosco - Container de informações - Rodapé */

    .job-info-share
    {
        display: none;
    }
    .job-info footer a
    {
        padding: 10px 10px;
    }
        .job-info footer a span
        {
            display: none;
        }
        .job-info footer a b
        {
            display: block;
        }
    
}


/* Largura máxima 360px */

@media screen and (max-width: 360px) {
    
    /* Estrutura principal - Cabeçalho da sessão - Navegação */

    #area-contato-cont-header ul li
    {
        font-size: 10px;
        line-height: 10px;
    }
    
}