/* Enter Your Custom CSS Here */
.focus-box {
    width: 100%!important;
}

/* inserção section consquistas*/
.testimonial {
	background: rgb(39, 39, 39);    
}

/* Mudança na fonte e na cor do portfolio de servicos*/
.focus-box p {
    font-size: 16px;
    color: #676767;
}
.about-us p {
    font-size: 16px;
}

/**/

primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #cb4332;
    border-color: #cb4332;
}
/*missao*/
.intro-text {
    text-align: center;
    color: #FFF;
    line-height: 65px;
    z-index: 0;
    text-transform: none; 
    font-size: 55px;
    float: none;
}

.chamada {
    text-transform: uppercase; 
    font-size: 55px;
}

.missao {
    font-size: 23px;
    float: none;
    font-style: italic;
}


/*ZERIF*/
/*aumentando a caixa de descrição da equipe*/
.our-team .row .team-box {
    margin-bottom: 0px;
}
.team-member .details {
	height: 100%;
  	z-index: 100;
}
.team-member:hover .details {
	top:-7px;
}
.team-member{
  height: 320px; /*400px;*/
   margin-bottom: 20px;
}

.our-team {
    padding-bottom: 0px;/*90px*/
    /*padding-top: 30px; */ /*80px*/
    background: #FFFFFF;
}

.section-header {
    text-align: center;
    padding-bottom: 50px;
}

/*Linha vermelha nas ultimas noticias*/
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+2) .latestnews-title a:before {
    background: #e96656;
}
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+3) .latestnews-title a:before {
    background: #e96656;
}
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+4) .latestnews-title a:before {
    background: #e96656;
}

/*Linha vermelha na seção equipe */
.our-team .row > div:nth-child(4n+1) .red-border-bottom:before {
    background: rgba(170,0,0,1);
}
.our-team .row > div:nth-child(4n+2) .red-border-bottom:before {
    background: rgba(170,0,0,1);
}
.our-team .row > div:nth-child(4n+3) .red-border-bottom:before {
    background: rgba(170,0,0,1);
}
.our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
    background: rgba(170,0,0,1);
}

/* cor botão vermelho hover*/
.red-btn, .green-btn{
    color: #FFF;
    background: #AC0000;
}
.red-btn:hover, .green-btn:hover{
    color: #FFF;
    background: #e96656;
}

/*cores dos circulos na parte de portfolios*/
.focus-box:nth-child(4n+1) .service-icon:hover {
    border: 10px solid #AC0000;
}

.focus-box:nth-child(4n+2) .service-icon:hover {
    border: 10px solid #AC0000;
}

.focus-box:nth-child(4n+3) .service-icon:hover {
    border: 10px solid #AC0000;
}

.focus-box:nth-child(4n+4) .service-icon:hover {
    border: 10px solid #AC0000;
}

/*cores das linhas*/
.focus-box:nth-child(4n+2) .red-border-bottom:before {
    background: #e96656;
}

.focus-box:nth-child(4n+3) .red-border-bottom:before {
    background: #e96656
}

.focus-box:nth-child(4n+4) .red-border-bottom:before {
    background: #e96656
}

/* Footer*/
.company-details {
    color: #939393;
    padding-top: 50px;
    padding-bottom: 20px;
}

/*Cor menu fonte*/
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: rgba(170,0,0,1);
}
.navbar-inverse .navbar-nav>li.current>a {
    color: rgba(170,0,0,1);
}

/* botao enviar mensagem*/
button, input[type="button"], input[type="reset"], input[type="submit"]{
  background-color: rgba(170,0,0,1);
}

.pirate_forms .pirate-forms-submit-button:hover {
    color: #FFF;
    background: #e96656;
}
