/*----------------------------------------------------------
HEADER 
*----------------------------------------------------------*/
.navbar.navbar-fixed-top {
  position: relative;
  margin: 0;
  border: 0;
  min-height: 85px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(50, 56, 70, 0.8);
  z-index: 1030 !important;
}

.navbar.navbar-fixed-top .navbar-brand{
    padding: 15px 0 0 0;
}

.navbar.navbar-fixed-top .navbar-brand:hover {
  color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: transparent;
}

.navbar-inverse .navbar-toggle{
    border-color: transparent;
}

.navbar.navbar-fixed-top .navbar-toggle {
  margin-top: 25px;
  background-color: #d1a449;
}

.navbar.navbar-fixed-top .navbar-nav > li > a:hover,
.navbar.navbar-fixed-top .navbar-nav > li.active a,
.navbar.navbar-fixed-top .navbar-nav > li.active a:hover{
  color: #969696;
  background-color: #fff;
  font-size: 1.9rem;
}

.navbar.navbar-fixed-top .navbar-nav > li > a{
  padding: 10px 20px;
  letter-spacing: 1px;
  color:#d1a449;
  font-weight: 400;
  font-size: 1.7rem;
}

.container>.navbar-header, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container-fluid>.navbar-collapse{
    margin: 0;
    padding: 0 30px;
    background: #fff;
}

/*----------------------------------------------------------
FOOTER
*----------------------------------------------------------*/
footer.footer{
    border-top: 5px solid #d1a449;
    background: #d9d9d9;
}

/*----------------------------------------------------------
CAROUSSEL
*----------------------------------------------------------*/
.carousel-inner{
  max-height: 90vh;
}

.item-carousel{
  width: 100%;
}

.carousel-caption{
    max-height: 100vh;
    top:0;
    padding: 19% 5% 0;
}

.carousel-caption h3{
    color:#d1a449;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.carousel-caption a{
    font-size: 2rem;
    padding: 15px;
    opacity: 0.9;
}

.carousel-caption a:hover{
    opacity: 1;
}

/*----------------------------------------------------------
HOME - DEPOIMENTOS
*----------------------------------------------------------*/
.section > .section-inner .section-content .section-title > .main-title{
    color: #808080;
}

.section > .section-inner .section-content .section-title > .sub-title{
    color: #808080;
}

.section.section-bgimage-yes > .section-inner > .section-overlay{
    background: #fff;
    opacity: 0.5;
}

.testimonial-item > .testimonial-content{
    background: #d1a449;
}

.testimonial-item > .testimonial-content:after{
    border-top-color: #d1a449;
}

.testimonial-item > .testimonial-info .testimonial-author{
    color: #808080;
}

.btn.btn-rj {
    background-color: transparent;
    color: #d1a449;
    border-color: #d1a449;;
    border-radius: 20px;
    text-transform: uppercase;
}

.btn.btn-rj:hover,
.btn.btn-rj:focus {
    color: #d1a449;
    background-color: transparent;
    border-color:#d1a449;
}


/*----------------------------------------------------------
RESPONSIVIDADE
*----------------------------------------------------------*/
@media screen and (max-width: 320px){ 
    footer.footer{
        height: 185px;
    }
    
    .carousel-caption{
        padding: 24% 5% 0;
    }

    .carousel-caption h3{
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .carousel-caption a{
        font-size: 1.2rem;
        padding: 5px;
    }
}

@media screen and (min-width: 321px) and (max-width: 520px){ 
    footer.footer{
        height: 185px;
    }
    
    .carousel-caption{
        padding: 21% 5% 0;
    }

    .carousel-caption h3{
        font-size: 2.6rem;
        margin-bottom: 0px;
    }

    .carousel-caption h3{
        font-size: 2.3rem;
        margin-bottom: 20px;
    }

    .carousel-caption a{
        font-size: 1.5rem;
        padding: 5px;
    }
}

@media screen and (min-width: 521px) and (max-width: 779px){ 
    footer.footer{
        height: 185px;
    }
    
    .carousel-caption{
        padding: 21% 5% 0;
    }

    .carousel-caption h3{
        font-size: 4.5rem;
        margin-bottom: 20px;
    }

    .carousel-caption a{
        font-size: 2rem;
        padding: 10px;
    }
}

@media screen and (min-width: 780px) and (max-width: 991px){ 
    footer.footer{
        height: 185px;
    }
    
    .carousel-caption{
        padding: 20% 5% 0;
    }

    .carousel-caption h3{
        font-size: 5rem;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px){ 
    footer.footer{
        height: 185px;
    }
    
    .carousel-caption{
        padding: 20% 5% 0;
    }
}

@media (min-width: 992px) {
    .navbar-nav{
        height: 85px;
    }

    .navbar-nav > li{
        margin: 5px 0 0 0;
    }

    .navbar.navbar-fixed-top.center-menu .navbar-nav > li{
        vertical-align: middle;
    }

    .navigation-sticky-wrapper{
        height: 60px;
    }
}