/* Add here all your CSS customizations */
html{
    scroll-behavior: smooth;
}

/* titulos*/
.titulo h1{
    padding-top: 70px;
    padding-bottom: 0;
    font-weight: bold;
}
.titulo h1 span{
    font-weight: 200;
}
.titulo-principal {
    font-weight: 900;
    
}
.titulo-principal span{
    font-weight: 100;
    
}
.titulo-2 h1{
    font-weight: bold;

}
.titulo-2 span{
    font-weight: 200;
    color: #fff;
}

.text-jus{
	text-align: justify;
}
.text-color strong{
	color: #55071f;
}
.titulo-3 h1{
    font-weight: bold;
    padding-top: 70px;
    color: #fff;
}
.titulo-3 span{
    font-weight: 200;

}

.titulo-whats h2{
    font-weight: 200;
}

@media (max-width: 528px){
    h1.titulo-banner-weight{
        font-size: 3em !important;
    }
}

/* fim titulos*/

.sobre{
    background: #f9f9f9;
}
.sobre-container{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
}
.sobre-info{
    flex: 2 1 300px;
    margin:  0 10px;
}
.sobre h1{
    text-align: center;
    color: black;
    font-weight: bold;
}

.sobre-info h1 span{
    color: #ffffff;
    font-weight: 200;
}
.sobre-info p{
    font-size: 1.25em;
    line-height: 1.4em;
    color: #ffffff;
    margin-bottom: 1em;
    text-align: justify;
}

.sobre-img{
    flex: 1 1 280px;
    margin:  0 10px;
}
.sobre-img img{
    max-width: 100%;
    display: block;
    border-radius: 15px;    
}

.footer-copyright .fa-heart, .fa-chevron-up{
    color: #55071f;
}
.chamada strong{
    color: #fff;    
}
.chamada{
    color: #131313;    
}

.font-ul li a{
	font-size: 3em;
}
input.btn-contato:hover{
	background: #77a93a;
	border: #77a93a;
}
.horario ul li.fa-clock{
	color: #55071f;
}

.redes-sociais-hover .fab.fa-facebook-square:hover{
	color: #1196f5;
}

.redes-sociais-hover .fab.fa-instagram-square:hover{
	color: #d72884;
}

.redes-sociais-hover .fab.fa-whatsapp-square:hover{
	color: #00e676;
}

.redes-sociais-hover .fab.fa-linkedin:hover{
	color: #0a66c2;
}

.eventos-slid{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.eventos-slid div .img-thumbnail{
    width: 70%;
    margin: 0 auto;
}
@media (max-width:1040px){
    .eventos-slid div .img-thumbnail{
        width: 100%;
        margin: 0 auto;
    }
}
.borda{
    box-shadow: 1px 1px 5px #55071f;
}
.clientes{
    margin-bottom: 0;
}
.banner-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 200px;
    background: #55071f;
    clip-path: polygon(100% 85%, 0% 100%, 100% 100%);
}
.forma:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -1px;
    height: 200px;
    background: #55071f;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 46%, 0 4%);
}
.paragrafos{
    color: #fff;
}
.textos-principais{
    font-size: 2.6em;
    text-align: center;
    color: #000;
    font-weight: 500;
}

#servicos{
    background: url(..//img/slides/SLIDE1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;

}

.icones-servicos i{
    color: #fff;
    font-size: 40px;
}
.forma-servicos::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: #55071f;
    z-index: 1;
    clip-path: polygon(0 37%, 100% 0, 100% 60%, 0 60%);
    

}
.forma-clientes::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    margin-top: -1px;
    z-index: 1;
    background: #55071f;
    clip-path: polygon(0 0, 100% 0, 100% 7%, 0 29%);
    
}
.forma-eventos::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    margin-top: -80px;
    z-index: 1;
    background: #ededed;
    clip-path: polygon(0 26%, 100% 0, 100% 38%, 0 63%);
}

.fatia-outros::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: #55071f;
    z-index: 10;
    clip-path: polygon(0 83%, 100% 44%, 100% 100%, 0 100%);
}
.fatia-outros2::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: #ededed;
    z-index: 10;
    clip-path: polygon(0 83%, 100% 44%, 100% 100%, 0 100%);
}

.paragrafo-sobre{
    color: #fff;
    
}

.formas::after{
    content: '';
    position: absolute;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 200px;
    background: #55071f;
    z-index: 99;
    clip-path: polygon(0 0, 100% 0, 100% 10%, 0 49%);
}
.forma-3::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: #55071f;
    z-index: 99;
    clip-path: polygon(0 0, 100% 20%, 100% 34%, 0 34%);
}
.equipe-paragrafo{
    max-width: 660px;
    margin: 0 auto;
    color: #fff;
}
.empresa{
    max-width: 255px;
    height: 255px;
    background: rgb(85,7,31, .7);
    border-radius: 50%; 
    text-align: center;
    border: 1px solid #fff;
}
.empresa p.soma{
    font-size: 6em;
    color: #fff;
    padding-top: 100px;
}
.empresa p.titulo-empresa{
    font-size: 2em;
    color: #fff;
}
.botoes-sociais{
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 38%;
    right: 2px;
    color: #fff;
    text-align: center;
    background: #333333;
    width: 40px;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
    z-index: 1000;
    flex-direction: row;
    justify-content:space-between;
    padding: 5px;
    align-items: center;

}
.sociais-items{
    width: 32px;
    height: 32px;
    margin: 2px 0;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 50%;
    font-size: 1.5em;
}
.sociais-items a i{
    margin-top: 5px;
    color: #FFF;
}
.card-flex{
    display: flex;
    flex-wrap: wrap;
}
.card-trabalho{
    flex: 1 1 300px;
    background: rgb(85,7,31, .8);
    border-radius: 10px;
    padding: 10px;
    margin: 10px; 
}
.servicos-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.servicos-card .box-servicos{
    background: rgb(85,7,31, .8);
    flex: 1 1 300px;
    width: 248px;
    height: 248px;
    margin: 10px;
    border-radius: 50%;
    text-align: center;
    
    
}
.servicos-card .box-servicos a i{
    font-size: 7em;
    color: #fff;
    margin-top: 60px;
}
.servicos-card .box-servicos h3{
    font-size: 2em;
    color: #fff;
    font-weight: 300;
}
@media (max-width:535px){
    .servicos-flex{
        justify-content: center;
    }
}
.contato-whats a i.fa-whatsapp{
    width: 60px;
    height: 60px;
    border-radius: 15px;
    font-size: 3.2em;
    padding: 8px;
    color: #fff;
    background: #06d755;
}
.info-footer{
    font-weight: 200;
}
/* whatsapp */
.whatsapp-chat, .whatsapp-chat i ,.balao{
    display: none;
}
@media (max-width:450px){
    .footer-brack{
        margin-top: -40px;
    }
    .whatsapp-chat, .whatsapp-chat i ,.balao{
        display: block;
    }
    .whatsapp-chat {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 10px;
        left: 40px;
        float: left;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 8px #2f2f2f;
        z-index: 1000;
        
    
    }
    .whatsapp-chat i {
        color: #fff;
        font-size: 1.2em;
        margin-top: 8px;
        margin-left: 1px;
           
    }
    .balao{
     background: #111; 
     position: fixed;
     width: 100%;
     height: 70px;
     bottom: 0;
     text-align: center;
     z-index: 99;
     border-top: 3px solid #222;
     padding: 20px 0;
    }
    .balao p{
        color: #fff;
    }
}

.flip-front, .flip-back {
    height: 300px;
    width: 100%;
    align-self: center;
    border-radius: 20px;
}
.info-vagas{
    max-width: 940px;
    margin: 0 auto;
    font-size: 1.2em;
}
.info-vagas img{
    width:  100%;
    border-radius: 20px;
}

.lista-vagas{
    list-style: none;
}
ul.lista-vagas li{
    display: flex;
    padding-bottom: 10px;
    color: #fff;

}
ul.lista-vagas li i{
    font-size: 1em !important;
    color: #06d755;
    padding-right: 10px;
}
.paragrafo-sobre  a{
    color: red;
}
.paragrafo-sobre  a:hover{
    color: #fff;
}
.paragrafo-sobre b{
    font-size: 1.1em;
}

img.img-P-eventos{
    border-radius: 10px!important;
}
.text-color-review{
    color: #d70ce2!important;
}
.bg-review, .call-to-action-review{
    background: #662d91!important;
}
.p-review{
    word-spacing: 20px!important;
}
.p-review-2{
    text-align: justify;
}
.btn-review{
    background-color: #662d91!important;
    box-shadow: 0px 0px 5px #d70ce2!important;
    border: 0;
    padding: 20px 60px !important;
}
.btn-review:hover{
    background-color: #d70ce2!important;
    box-shadow: 0px 0px 5px #662d91!important;

}
.btn-review-2{
    background-color: #d70ce2!important;
    box-shadow: 0px 0px 5px #d70ce2!important;
    border: 0;
    padding: 20px 60px !important;
}
.btn-review-2:hover{
    background-color: #bf04c9!important;
    box-shadow: 0px 0px 5px #bd06c7!important;
}