/* Formatação Geral */

.gray-bg 
{
    background: #f7fafd;
}

.celula-botao-centro
{
    margin-top: 50px;
    text-align: center;
}


.form-group .input-focus-effect
{
    background: #004d71;
}

.alerta-aviso
{
    display: none;
    padding: 6px;
    background: #FDD835;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.alerta-sucesso 
{
    background: #159808;
    width: 100%;
    padding: 6px;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.alerta-erro
{
    background: #F44336;
    width: 100%;
    padding: 6px;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}
/* Formatação Geral */

/* Menu */

.header-nav .navbar-nav .nav-link 
{
    font-size: 16px;
    font-weight: 500;
}

.header-nav .navbar-nav .nav-link:after 
{
    left: 50%;
    margin-left: -22% !important;
}

.header-nav .navbar-nav .nav-link.active:after 
{
    opacity: 1;
    width: 45%;
}

/* Menu */


/* Home */

#home
{
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.home-banner-02 h1 
{
    font-size: 50px;
    font-weight: 400;
}

.home-banner-02 h1 span
{
    font-weight: bold;
}

.home-banner-02 p 
{
    font-weight: 500;
    font-size: 18px;
}

.botao
{
    color: #ffff;
    background-color: #0090ff;
    font-weight: bold;
    font-size: 18px;
}

.m-btn-white:hover 
{
    background: #004d72;
}

.logo
{
    width: 100%;
}

/* Home */

/* Seção 2 */

#about h2 
{
    color: #004d71;
    font-size: 40px;
    font-weight: 700;
}

.section-title .title-border span.lg 
{
    width: 100px;
}

.icone-experiencia
{
    width: 130px;
    height: 130px;
    background-image: url('../img/experiencia.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.icone-humanizacao
{
    width: 130px;
    height: 130px;
    background-image: url('../img/humanizacao.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.icone-atendimento
{
    width: 130px;
    height: 130px;
    background-image: url('../img/atendimento.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.icone-resolucoes
{
    width: 130px;
    height: 130px;
    background-image: url('../img/resolucoes.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.feature-box-02 
{
    padding: 10px 20px;
    min-height: 600px;
    border-radius: 10px;
}

.feature-box-02 h5 
{
    font-size: 20px;
    color: #004d72;
    font-weight: bold;
    margin-bottom: 40px
}

.feature-box-big h5
{
    margin-bottom: 20px;
}

.feature-box-02 p 
{
    font-size: 16px;
    font-weight: 500;
}

.section-title p 
{
    font-weight: 500;
}

.section-title .title-border span
{
    background: #0090ff;
}

.botao-equipe
{
    font-weight: 500;
    font-size: 16px;
}

/* Seção 2 */

/* Secao 3 */

#fundador 
{
    background: url('../img/Background.png');
    background-position: bottom center;
    background-size: cover;
}

#fundador h2 
{
    color: #ffff;
    font-size: 40px;
    font-weight: 700;
}

#fundador p 
{
    color: #ffff;
    font-weight: 500;
} 

#fundador .title-border
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 30px;
}

#fundador .title-border span {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    border-radius: 3px;
    background: #0090ff;
    margin: 0 4px;
}

#fundador .imagem-fundador 
{
    width: 70%;
}
/* Secao 3 */

/* Secao 4 */

#pilares h2 
{
    color: #004d71;
    font-size: 40px;
    font-weight: 700;
}

#pilares h4
{
    font-weight: bold;
    margin-bottom: 10px;
}

#pilares p 
{
    color: #6f6f6f;
    font-weight: 500;
    margin-bottom: 30px;
} 

#pilares .feature-box-04 p
{
    width: 500px;
} 

#pilares .descricao
{
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
} 


#pilares .title-border
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

#pilares .title-border span {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    border-radius: 3px;
    background: #0090ff;
    margin: 0 4px;
}

#pilares .imagem-pilares 
{
    width: 70%;
}
/* Secao 4 */


/* Secao 5 */

#equipe h2 
{
    color: #004d71;
    font-size: 40px;
    font-weight: 700;
}

#equipe h4
{
    font-weight: bold;
    margin-bottom: 10px;
}

#equipe p 
{
    color: #6f6f6f;
    font-weight: 500;
    margin-bottom: 30px;
} 

#equipe .feature-box-04 p
{
    width: 460px;
} 

#equipe .title-border
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

#equipe .title-border span {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    border-radius: 3px;
    background: #0090ff;
    margin: 0 4px;
}

#equipe .imagem-equipe 
{
    width: 70%;
}

#equipe .celula-botao-centro
{
    text-align: left;
}

/* Secao 5 */

/* Secao 6 */

#escritorio-italia h2 
{
    color: #004d71;
    font-size: 40px;
    font-weight: 700;
}

#escritorio-italia h4
{
    font-weight: bold;
    margin-bottom: 10px;
}

#escritorio-italia p 
{
    width: 600px;
    text-align: center;
    color: #6f6f6f;
    font-weight: 500;
    margin-bottom: 30px;
} 

#escritorio-italia .title-border
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

#escritorio-italia .title-border span {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    border-radius: 3px;
    background: #0090ff;
    margin: 0 4px;
}

#escritorio-italia .celula-botao-centro
{
    text-align: center;
}

/* Secao 6 */

/* Secao 7 */

#necessidade h2 
{
    color: #004d71;
    font-size: 40px;
    font-weight: 700;
}

#necessidade h4
{
    font-weight: bold;
    margin-bottom: 10px;
}

#necessidade p 
{
    width: 430px;
    text-align: center;
    color: #6f6f6f;
    font-weight: 500;
    margin: auto;
    margin-bottom: 30px;
} 

#necessidade .title-border
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

#necessidade .title-border span {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    border-radius: 3px;
    background: #0090ff;
    margin: 0 4px;
}

#necessidade .celula-botao-centro
{
    text-align: center;
}

#necessidade .about-list 
{
    width: 360px;
    min-height: 330px;
    background: #f3f4f9;
}

/* Secao 7 */

/* Secao 8 */

#depoimento h2 
{
    color: #004d71;
    font-size: 40px;
    font-weight: 700;
}

#depoimento h4
{
    font-weight: bold;
    margin-bottom: 10px;
}

#depoimento .descricao
{
    max-width: 800px;
} 

#depoimento p 
{
    text-align: center;
    color: #6f6f6f;
    font-weight: 500;
    margin: auto;
    margin-top: 15px;
} 

#depoimento .title-border
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

#depoimento .title-border span 
{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    border-radius: 3px;
    background: #0090ff;
    margin: 0 4px;
}

#depoimento .celula-botao-centro
{
    text-align: center;
}

#depoimento .testimonial-col-01 .name 
{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#depoimento .testimonial-col-01 .name span 
{
    font-weight: bold;
    font-size: 18px;
    color: #004d71;
}

/* Secao 8 */

/* Secao 9 */

#contato .section-title h2 
{
    color: #004d71;
    font-size: 40px;
    font-weight: 700;
}

#contato h2 
{
    color: #004d71;
    font-weight: 700;
}

#contato h4
{
    font-weight: bold;
    margin-bottom: 10px;
}

#contato .descricao
{
    max-width: 800px;
} 

#contato p 
{
    text-align: center;
    color: #6f6f6f;
    font-weight: 500;
    margin: auto;
    margin-top: 15px;
} 

#contato .title-border
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

#contato .title-border span 
{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    border-radius: 3px;
    background: #0090ff;
    margin: 0 4px;
}

#contato .contact-info
{
    background: #004d71;
    border-radius: 10px;
}

#contato  button
{
    background: #0090ff;
    font-weight: bold;
    font-size: 18px;
}

#contato button:hover 
{
    background: #004d72;
}

#contato .contact-form
{
    padding: 30px;
}

#contato .contact-info .ci-row span
{
    font-weight: bold;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;

}

#contato .contact-info .ci-row label 
{
    font-weight: 500;
    font-size: 13px;
}

#contato .celula-botao-centro
{
    text-align: left;
}

/* Secao 9 */


/* Rodape */

.footer-01
{
    background: #004d72;
}

.icone-instagram
{
    width: 60px;
}

.logo-pentaxial
{
    width: 160px;
}

.footer-01 p 
{
    color: #ffff;
    font-weight: 500;
    font-size: 18px;
}

.footer-01 hr
{
    border-color: #ffff;
}

/* Rodape */

/* Media Querys */

@media screen and (max-width: 1280px) 
{
    /* Secao 2 */

    .feature-box-02 h5 
    {
        font-size: 18px;
        color: #004d72;
        margin-bottom: 15px;
    }

    .feature-box-02 
    {
        padding: 10px;
    }

    .feature-box-02 p 
    {
        font-size: 14px;
    }

    /* Secao 2 */
}
@media screen and (max-width: 1152px) 
{
    /* Secao 3 */

    #fundador .imagem-fundador 
    {
        width: 80%;
    }

    /* Secao 3 */
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 992px) 
{
    /* Secao 2 */

    .feature-box-02 
    {
        padding: 20px;
        min-height: 100%;
    }

    .feature-box-02 p 
    {
        font-size: 16px;
    }

    /* Secao 2 */

    /* Secao 3 */

    #fundador .imagem-fundador 
    {
        width: 40%;
    }

    #fundador p 
    {
        width: 100%;
        margin-top: 30px;
    }

    /* Secao 3 */

    /* Secao 4 */

    #pilares .imagem-pilares 
    {
        width: 60%;
        margin: 20px 0;
    }

    #pilares .descricao
    {
        max-width: 100%;
        margin-bottom: 0px;
    }

    #pilares .feature-box-04 p 
    {
        width: 100%;
    }

    /* Secao 4 */

    /* Secao 5 */

    #equipe .imagem-equipe 
    {
        width: 60%;
        margin: 20px 0;
    }

    #equipe .feature-box-04 p 
    {
        width: 100%;
    }

    #equipe .celula-botao-centro
    {
        text-align: center;
    }

    /* Secao 5 */

    /* Secao 6 */

    #escritorio-italia p 
    {
        width: 100%;
    }

    #escritorio-italia .celula-botao-centro
    {
        text-align: center;
    }

    /* Secao 6 */

    /* Secao 7 */

    #necessidade p 
    {
        width: 100%;
    }

    #necessidade .celula-botao-centro
    {
        text-align: center;
    }

    #necessidade .about-list 
    {
        width: 500px;
        margin-top: 30px;
    }

    /* Secao 7 */

    /* Secao 8 */

    #depoimento p 
    {
        width: 100%;
    }

    /* Secao 8 */

    /* Secao 9 */

    #contato .celula-botao-centro
    {
        text-align: center;
    }

    /* Secao 9 */
}
@media screen and (max-width: 768px) 
{
    /* Home */

    .home-banner-02 h1 
    {
        font-size: 40px;
    }

    /* Home */

    /* Secao 3  */

    #fundador h2 
    {
        font-size: 30px;
    }

    /* Secao 3  */

    /* Secao 4  */

    #pilares h2 
    {
        font-size: 30px;
    }

    /* Secao 4  */

    /* Secao 5 */

    #equipe h2 
    {
        font-size: 30px;
    }

    /* Secao 5 */

    /* Secao 6 */

    #escritorio-italia h2 
    {
        font-size: 30px;
    }

    /* Secao 6 */

    /* Secao 7 */

    #necessidade h2 
    {
        font-size: 30px;
    }

    /* Secao 7 */

    /* Secao 8 */

    #depoimento h2 
    {
        font-size: 30px;
    }

    /* Secao 8 */

    /* Secao 9 */

    #contato .section-title h2 
    {
        font-size: 30px;
    }

    /* Secao 9 */

    /* Rodape */

    .icone-instagram 
    {
        margin-top: 20px;
        width: 45px;
    }

    /* Rodape */
}
@media screen and (max-width: 600px)
{

    /* Geral */

    .m-btn:after 
    {
        content: none;
    }

    .m-btn:hover 
    {
        padding-left: 30px; 
    }

    .m-btn:hover:after 
    {
        width: unset ;
        left: unset ;
    }

    .botao 
    {
        font-size: 15px;
    }

    /* Geral */

    /* Menu */

    .header-nav .navbar-brand 
    {
        max-width: 240px;
        margin-right: 0;
    }

    /* Menu */

    /* Home */

    .home-banner-02 h1 
    {
        font-size: 30px;
    }

    .home-banner-02 p 
    {
        font-size: 16px;
    }

    .logo 
    {
        width: 90%;
    }

    /* Home */

    /* Secao 3 */

    #fundador .imagem-fundador 
    {
        width: 50%;
    }

    #fundador h2 
    {
        font-size: 25px;
    }

    /* Secao 3 */

    /* Secao 4 */

    #pilares .imagem-pilares 
    {
        width: 50%;
    }

    #pilares h2 
    {
        font-size: 25px;
    }

    #pilares h4 
    {
       font-size: 18px;
    }    

    /* Secao 4 */

    /* Secao 5 */

    #equipe .imagem-equipe 
    {
        width: 50%;
    }

    #equipe h2 
    {
        font-size: 25px;
    }   

    /* Secao 5 */

    /* Secao 6 */

    #escritorio-italia h2 
    {
        font-size: 25px;
    }

    /* Secao 6 */

    /* Secao 7 */

    #necessidade h2 
    {
        font-size: 25px;
    }

    /* Secao 7 */

    /* Secao 8 */

    #depoimento h2 
    {
        font-size: 25px;
    }

    #depoimento .testimonial-col-01 .name span 
    {
        font-size: 16px;
    }

    /* Secao 8 */

    /* Secao 9 */

    #contato .section-title h2 
    {
        font-size: 25px;
    }

    /* Secao 9 */
}
@media screen and (max-width: 540px) {}
@media screen and (max-width: 475px) 
{
    /* Secao 3 */

    #fundador h2 
    {
        font-size: 22px;
    }

    /* Secao 3 */

    /* Secao 4 */

    #pilares h2 
    {
        font-size: 22px;
    }

    /* Secao 4 */

    /* Secao 5 */

    #equipe h2 
    {
        font-size: 22px;
    }

    /* Secao 5 */

    /* Secao 6 */

    #escritorio-italia h2 
    {
        font-size: 22px;
    }

    /* Secao 6 */

    /* Secao 7 */

    #necessidade h2 
    {
        font-size: 22px;
    }

    /* Secao 7 */

    /* Secao 8 */

    #depoimento h2 
    {
        font-size: 22px;
    }

    /* Secao 8 */

    /* Secao 9 */

    #contato .section-title h2 
    {
        font-size: 22px;
    }

    /* Secao 9 */
}
@media screen and (max-width: 414px) {}
@media screen and (max-width: 375px) 
{

    /* Geral */

    .m-btn:hover 
    {
        padding-left: 20px; 
    }

    
    .botao
    {
        font-size: 12px;
        padding: 0 20px;
        height: auto;
    }

    /* Geral */

    /* Menu */

    .header-nav .navbar-brand 
    {
        max-width: 200px;
    }

    /* Menu */

    /* Home */

    .home-banner-02 h1 
    {
        font-size: 20px;
    }

    .home-banner-02 p 
    {
        line-height: 25px;
    }

    /* Secao 5 */

    /* Secao 9 */

    #contato button 
    {
        font-size: 12px;
    }

    /* Secao 9 */
}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 320px) 
{
    /* Menu */

    .header-nav .navbar-brand 
    {
        max-width: 180px;
    }

    /* Menu */

    /* Secao 3 */

    #fundador .imagem-fundador 
    {
        width: 60%;
    }

    /* Secao 3 */

    /* Secao 4 */

    #piles .imagem-piles 
    {
        width: 60%;
    }

    /* Secao 4 */

    /* Secao 5 */

    #equipe .imagem-equipe 
    {
        width: 60%;
    }

    /* Secao 5 */
}
@media screen and (max-width: 280px) 
{
    /* Geral */

    .botao 
    {
        padding: 10px;
        line-height: 30px;
    }

    .m-btn:hover 
    {
        padding-left: 10px; 
    }
    /* Geral */
}