header .navbar-nav li a:hover {
    color: #BC2C57;
}

.main-bg-color {
    background-color: #BC2C57;
}

.main-menu button {
    color: #BC2C57;
}

.border-li{
    border-top: 2px solid #BC2C57 !important;
}

header .navbar-nav li a{
    padding: 8px 15px 8px 15px;
}

header .logo-box img{
    padding: 5px;
}

header {
    -webkit-border-bottom: 1px solid #D9979B;
    border-bottom: 1px solid #D9979B;
}

.overlay {
    background: #BC2C57;
    background-color: rgba(188, 44, 87, 0.75);
}

.pagecrumbs{
    border-bottom: 1px solid #D9979B;
}

footer {
    border-top: 1px solid #D9979B;
}

.content {
    border-top: 1px solid #D9979B;
    border-bottom: 1px solid #D9979B;
}

.testimonials-3 {
    background: url(../images/banners/testemunhos.png) center center;
}

#botbar {
    background: #fff;
}

#botbar .socials a {
    background: #BC2C57;
    color: #fff;
}

.index-div-center{
    position: fixed;
    top: 35%;
    left: 20%;
    z-index: 13;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.60);
    max-width: 1000px;
    /*height: 100px;*/
    color: #000;
    padding: 15px;
    font-size: 15px;
    border-radius: 20px;
}

.index-div-center h1{
    color: #BC2C57;
    font-size: 45px;
}

.index-div-center p{
    color: #000;
    font-size:22px;
}

@media screen and (max-width: 1400px) {
    .index-div-center{
        left: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .index-div-center{
        max-width: 850px;
    }
    .index-div-center h1{
        font-size: 35px;
    }
}

@media screen and (max-width: 1000px) {
    .index-div-center{
        max-width: 700px;
    }
}

@media screen and (max-width: 991px) {
    header.thin {
        padding: 0 30px;
        position: relative;
        top: 0;
    }
}

@media screen and (max-width: 850px) {
    .index-div-center{
        max-width: 600px;
    }
}

@media screen and (max-width: 700px) {
    .index-div-center{
        max-width: 400px;
    }
}
