@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

:root {
    --fonte-secundaria: 'Cardo', serif;
    --cor-botao-primaria: #e7ae02;
    --cor-botao-primaria-hover: #009C00;
    --cor-menu: #494949;
    --cor-menu-hover: #e7ae02;
    --cor-linha-sessao: #ecc85a;
  }
  
  html {
    scroll-behavior: smooth;
  }

.topo{
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.topo_fixo{
    position: fixed;
    z-index: 1000;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

/*images/frase1.jpg
TOPO - LINHA 1
*/
.topo-linha1-itens , .topo-linha1-itens li{
    display: flex;
    padding: 0px;
    margin: 0px;
}
.topo-linha1{
    padding: 5px 0px;
    font-size: .9em;
    line-height: 30px;
}
.topo-linha1-container{
    border-bottom: 1px solid rgb(207, 207, 207);

}
.topo-linha1-itens li {
    margin-right: 20px;
}
.topo-linha1-itens li i{
    padding: 0px 10px;
}
.topo-linha1-itens-item {
    color: rgb(207, 207, 207)
}
.topo-icon{
    color: #CCA88C;
}
.topo-linha1{
    display: flex;
    justify-content: space-between;
}

.topo-linha1-direita span{
    color: rgb(230, 230, 230);
}
.topo-linha1-direita i{
    font-size: 1.2em;
}


.topo-linha1-container{
    position: relative;
    width: 100%;
    background-color: rgba(24, 24, 24, 0.637);
}

@media (max-width:800px) {
    .topo-linha1-container{
        display: none;
    }

}

/*
TOPO - MENU
*/

.topo-menu{
    position: relative;
    width: 100%;
    background-color: #fff;
}
.navbar-brand img{
    max-height: 60px;
}
.topo-menu-item{
    color:var(--cor-menu)!important;
    font-family: var(--fonte-secundaria);
    font-size: 1.2em;
    margin-left: 30px;
    transition: all .4s;

}
.topo-menu-item:hover{
    color: var(--cor-menu-hover)!important;
}
.link-watsapp img{
    max-width: 250px;
    padding: 0px 10px;
    transition: all .4s;
    border-radius: 15px;
}
.link-watsapp img:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}



@media (max-width: 800px){
    .topo-conteudo-frase2{
        font-size: 1.5em;
    }
    .topo-conteudo{
        width: 100%;
    }
}


/*
SLIDER PP
*/

.topo-slider{
    background-color: #000;
    height: 55vh;
    position: relative;
    width: 100%;
    background-image: url('../images/introducao.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}

.topo-conteudo{
    position: relative;
    width: 50vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .topo-conteudo img{
    max-width: 300px;
    border: 5px solid #fff;
  }
  .topo-conteudo-frase1{
    color: #DCBE65;
    font-size: 1.3em;
    padding: 10px 0px;
  }
  .topo-conteudo-frase1:before{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #DCBE65;
    position: relative;
    left: -60px;
    top: 18px;
  }
  .topo-conteudo-frase1:after{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #DCBE65;
    position: relative;
    left: 160px;
    top: -13px;
  }
  .topo-conteudo-frase2{
    font-family: var(--fonte-secundaria);
    text-transform: uppercase;
    font-size: 3em;
    color: #fff;
  }
  .topo-contedo-btn{
    padding: 20px 40px;
    background-color: var(--cor-botao-primaria);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all .4s;
  }
  .topo-contedo-btn:hover{
    background-color: var(--cor-botao-primaria-hover);
    color: #fff;
  }

@media (max-width: 800px){
    .topo-conteudo img{
        max-width: 150px;
    }
    .topo-conteudo-frase2{
        font-size: 1.5em;
        text-align: center;
    }
    .topo-contedo-btn{
        margin-top: 0px;
        padding: 10px 30px;
    }    
    .topo-conteudo{
        width: 70vw;
    }
}


/*
ÁREAS DE ATUAÇÃO
*/

.area-atuacao-titulo-sessao{
    padding: 50px 0px;
    text-align: center;
    font-family: var(--fonte-secundaria);
    text-transform: uppercase;

}
.area-atuacao-titulo-sessao::before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: -15px;
}
.area-atuacao-titulo-sessao::after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: #FFF;
    position: relative;
    margin: auto;
    top: 15px;
}


.area-atuacao-box-container{
    margin-top: 20px!important;
    padding: 0px 0px 30px 0px;  
    border-radius: 10px;
    transition: all .4s;
}

.area-atuacao-tudo{
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all .4s;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.area-atuacao-tudo:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.area-atuacao-box-card{
    border: 1px solid #fff!important;
}
.area-atuacao-box-footer{
    border-top:1px solid #fff!important;
    background-color: #fff!important;
}
.area-atuacao-icone{
    font-size: 3.5em;
    color: #c2c2c2;
}

.area-atuacao-titulo{
    margin-bottom: 30px!important;
    font-family: var(--fonte-secundaria);
    font-size: 1.2em;
    font-weight: 700;
}
.area-atuacao-titulo::after{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: 15px;
}

.area-atuacao-btn{
    padding: 10px 30px;
    background-color: #f1f1f1;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    transition: all .4s;
}

.area-atuacao-btn:hover{
    background-color: var(--cor-linha-sessao);
    color: #fff;
}

.area-atuacao-texto{
    color:rgb(165, 165, 165);
}

.area-atuacao{
    position: relative;
}






/*
slider - frase pp
*/
.frase-pp{
    position: relative;
    background-image: url(../images/frase-fundo.webp);
    font-family: var(--fonte-secundaria);
    background-size: cover;
}


.frase-pp-container {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .frase-pp-container p {
    font-size: 3rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
  }
  .frase-pp-container p span.typed-text {
    font-weight: normal;
    color: var(--cor-botao-primaria);
  }
  .frase-pp-container p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
  }
  .frase-pp-container p span.cursor.typing {
    animation: none;
  }
  @keyframes blink {
    0%  { background-color: #ccc; }
    49% { background-color: #ccc; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #ccc; }
  }
  @media (max-width: 800px){
    .frase-pp-container p{
        font-size: 1.1em;
    }
}


/*
faq
*/

.faq{
    padding: 40px 0px;   
    position: relative;
}
.faq h1{
    text-align: center;
}
.faq h1{
    padding: 50px 0px;
    text-align: center;
    font-family: var(--fonte-secundaria);
    text-transform: uppercase;

}
.faq h1::before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: -15px;
}
.faq h1::after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: #FFF;
    position: relative;
    margin: auto;
    top: 15px;
}

.faq-conteudo-container{
    display: flex;
    justify-content: space-between;
}
.faq-conteudo{
    padding-left: 50px;
}
@media (max-width: 800px){
    .faq-conteudo-img{
        display: none;
    }
    .faq-conteudo{
        padding-left: 0px;
    }
}

.faq-item{
    border: 0px!important;
    border-top: 1px solid #cccccc!important;
    border-bottom: 1px solid #cccccc!important;
}
.accordion-button:not(.collapsed){
    background-color: #fff!important;
    color:#000!important;
    border-bottom: 1px solid #cccccc!important;
    font-weight: bold;
    padding-top: 20px!important;
}
.accordion-button:focus{
    box-shadow: none!important;
}
.faq-item-titulo{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}



/*
SOBRE NÓS
*/

.sobre-nos{
    position: relative;
}
.sobre-nos h1{
    padding: 50px 0px;
    text-align: center;
    font-family: var(--fonte-secundaria);
    text-transform: uppercase;

}
.sobre-nos h1::before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: -15px;
}
.sobre-nos h1::after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: #FFF;
    position: relative;
    margin: auto;
    top: 15px;
}

.sobre-nos-fundo{
    margin-top: 70px;
    position: relative;
    z-index: -1;
    height: 330px;
    background: url('../images/home-1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #009C00;
}

.sobre-nos-conteudo-container{
    top:-50px;
    position: relative;
    z-index: 2;
    background-color: #000;
    display: block;
    margin: auto;
    max-width: 950px;
    padding: 50px 50px 50px 70px;
    color:#fff;
    display: flex;
    justify-content: space-between;
}


.sncc-l1{
 font-size: 2em;
 margin-bottom: 20px;
}

.sncc-l3{
    font-weight: bold;
    margin-top: 30px;
}

.sncc-direito img{
    margin-left: 70px;
}

@media(max-width:800px) { 
    .sncc-direito img{
        display: none;
    }
}

.sncc-esquerdo::before{
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 40px;
    left: 40px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.sncc-esquerdo::after{
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 280px;
    left: 450px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}







/*
PORQUE
*/

.porque{
    position: relative;
    background-color: #F2F3F8;
    z-index: -2;
    padding-top: 100px;
    
}
.porque h1{
    padding: 50px 0px;
    text-align: center;
    font-family: var(--fonte-secundaria);
    text-transform: uppercase;

}
.porque h1::before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: -15px;
}
.porque h1::after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: #F2F3F8;
    position: relative;
    margin: auto;
    top: 15px;
}

.porque-conteudo-container{
    display: flex;
    justify-content: space-around;
}

.pqce-container{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

@media (max-width: 800px){
    .porque-cd{
        display: none;
    }
}
.pqce-icon{
    font-size: 3em;
    color:var(--cor-menu-hover);
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-right: 20px;
}
.pqce-titulo{
    font-size: 1.2em;
    font-weight: 700;
    color:var(--cor-menu-hover);
    padding-top: 10px;
}
.pqce-conteudo{
    color:#666
}



/*
blog pp
*/

.blogpp{
    position: relative;
}

.blogpp h1{
    padding: 50px 0px;
    text-align: center;
    font-family: var(--fonte-secundaria);
    text-transform: uppercase;

}
.blogpp h1::before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: -15px;
}
.blogpp h1::after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: #F2F3F8;
    position: relative;
    margin: auto;
    top: 15px;
}

.blogpp-conteudo-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.blogpp-noticia{
    max-width: 300px;
}
.blogpp-noticia img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.blogpp-titulo{
    font-family: var(--fonte-secundaria);
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    color: #000;
}

.blogpp-chamada{
    color: #494949;
}

.blogpp-link {
    text-decoration: none;
}

.blogpp-link:hover{
    text-decoration: underline;
}

.blogpp-segurovida{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.blpp-divc1{
    width: 300px;
    margin-right: 30px;
    background-color: #f0f0f0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 15px;
    margin-left: 50px ;
}
.blpp-divc1 a{
    display: block;
    background-color: #157915;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    text-decoration: none;
}
.blpp-divc1 a{
    display: block;
    background-color: #157915;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    text-align: center;
}
.blpp-divc1 a:hover{
    background-color: #154915 ;
    text-decoration: none;
    color: #ffd30d;
}
.blpp-divc2{
    width: 800px;
}
.blpp-divc1 h3{
    color: red;
    text-align: center;
}
.blpp-divc1 h4{
    color: rgb(199, 156, 91);
    margin-top: 40px;
}
.blpp-destaque1{
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
}

.blpp-destaque1-img{
    float: left;
    width: 180px;
    margin-right: 50px

}
.blogpp-ul{
    background: rgb(255, 253, 222);
    padding: 20px 20px;
    border-radius: 5px
}


/*
rodape 
*/

.rodape{
    position: relative;
    padding: 50px 0px;
    background-color: #2b2f40;
    margin-top: 20px;

}
.rodape-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    font-size: 14px;
}

.rodape-logo{
    max-width: 250px;
}
.rodape-logo img{
    max-width: 150px;
}
.rodape-logo p{
    color: #c2c2c2;
    margin-top: 20px;
}
.rodape-frase{
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 2em;
    text-align: center;

    color: #fff;
    font-size: 1.5em;
    font-family: var(--fonte-secundaria);
}

@media (max-width: 800px){
    .rodape-frase{
        font-size: 1em;
        margin: 50px 0px;
    }
}

.rodape-frase::before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: -15px;
}
.rodape-frase::after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: 15px;
}


.rodape-fone{
    max-width: 250px;
}
.rodape-fone{
    display: flex;
    margin-top: 20px;
}

.rodape-icone{
    font-size: 1.3em;
    margin-right: 15px;
}

.rodape-contato{
    color:#c2c2c2
}

.rodape-contato-titulo{
    color: #fff;
    font-family: var(--fonte-secundaria);
    text-transform: uppercase;
    font-size: 1.2em;
}
.rodape-icone{
    color: #fff;
}







/*
*
*
PÁGINAS INTERNAS
*
*
*/


/*
AREA DE ATUACAO
*/

.atuacao-ps h1{
    padding: 50px 0px;
    text-align: center;
    font-family: var(--fonte-secundaria);
    text-transform: uppercase;

}
.atuacao-ps h1::before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: -15px;
}
.atuacao-ps h1::after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: #F2F3F8;
    position: relative;
    margin: auto;
    top: 15px;
}

.frase-ps1{
    margin: 50px 100px;
    text-align: center;
}

.lista-atvidades-ps1 {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 0px!important;
}

.lista-atvidades-ps1 li{
    display: flex;
    margin-top: 20px;
}

.lista-atvidades-ps1 li i{
    margin-right: 20px;

}

.btn-ps1{
    display: block;

    width: 300px;
    padding: 20px 40px;
    font-size: 1.3em;
    background-color: var(--cor-botao-primaria);
    color: #fff;
    margin: auto;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    transition: all .4s;
    margin-bottom: 80px;
    margin-top: 40px;
}
.btn-ps1:hover{
    background-color: var(--cor-botao-primaria-hover);
    color: #fff;
}



/*
BLOG
*/

.blog-conteudo-detalhe{
    padding-bottom: 30px;
}
.blog-conteudo-detalhe h1{
    padding-bottom: 20px;
    text-transform: uppercase;
}
.blog-conteudo-detalhe h2{
    padding: 50px 0px;
    text-align: center;
    font-family: var(--fonte-secundaria);
    text-transform: uppercase;

}
.blog-conteudo-detalhe h2::before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cor-linha-sessao);
    position: relative;
    margin: auto;
    top: -15px;
}
.blog-conteudo-detalhe h2::after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: #F2F3F8;
    position: relative;
    margin: auto;
    top: 15px;
}



/***/
/* FRASE PP */
/***/
/***/
/***/

.linha_dupla {
	margin: 0.8em;
	border-top: 1px solid #f1f1f1;
}



.frase_pp {
    width: 100%;
}

.frase_pp1 {
    display: block;
	height: 210px;
	background: url(../images/frase2.webp);
	background-size: cover;
}

.frase_pp2 {
	height: 210px;
	background: url(../images/frase1.webp);
	background-size: cover;
}
.frase_pp3 {
	height: 210px;
	background: url(../images/frase3.webp);
	background-size: cover;
}

.frase_pp1, .frase_pp2, .frase_pp3{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.frase_destaque{
	display: block;
	font-size: 2.5em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bolder;
	color: #fff;
    
}

@media only screen and (max-width: 739px) {
    .frase_destaque{
        font-size: 1.3em;
    }
}
