/* 
Dourado antigo = #896a0fff
Dourado do logo novo = #d4aa00ff
*/
header.act #logo img.act {
    opacity: 1;
    margin-top: -15px;
}

nav a.act {
    background: #d4aa00ff;
}

nav a:hover {
    background: #d4aa00ff;
    color: #fff;
}

header.act nav a.act {
    background: #d4aa00ff;
    color: #fff;
}

header.act nav a:hover {
    background: #d4aa00ff;
    color: #fff;
}

header.act nav a.act {
    background: #d4aa00ff;
    color: #fff;
}

@media (max-width: 1199px){
    header #logo img.act {
        max-height: 40px;
    }

    .titulo-internas{
        margin-top: 40px;
    }

    .row-titulo-internas{
        margin-left: 0px;
    }
}

.block.type-3.type-3-1 span, .new-block.type-3.type-3-1 img, .new-block .little-img-text-entry img {
    font-size: 60px;
    margin-top: 45px;
    margin-bottom: 10px;
    color: #d4aa00ff;
}

.link-servico span:hover {
    color: #666 !important;
}

.contact-thumbs span{
    color: #d4aa00ff;
    font-size: 35px;
}

.page-tagline .title:before {
    width: 30px;
    height: 5px
px
;
    background: #d4aa00ff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -25px;
    content: "";
}

.box-service{
    min-height: 170px;;
}

.box-equipa{
    min-height: 370px;;
}

.titel-left:after{
    position: absolute;
    left: -25px;
    top: 0px;
    content: "";
    width: 5px;
    height: 100%;
    background: #d4aa00ff;
}

.button {
    position: relative;
    font-size: 14px;
    font-family: 'bold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    background: #d4aa00ff;
    padding: 15px 25px;
    display: inline-block;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    line-height: 28px;
}

.back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #d4aa00ff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

#loader-wrapper:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -45px;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 0px;
    border: 3px solid #fff;
    -webkit-animation: magic-mouse 3s infinite ease;
    animation: magic-mouse 3s infinite ease;
}

#loader-wrapper span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -90px;
    content: "";
    width: 160px;
    height: 160px;
    border-radius: 0px;
    border: 3px solid #d4aa00ff;
    -webkit-animation: magic-mouse1 3s infinite ease;
    animation: magic-mouse1 3s infinite ease;
}

.block.type-2 {
    overflow: hidden;
    min-height: 100vh;
}

.modal-title{
    font-size: 30px;
    font-weight: bold;
}

.modal-body p{
    font-size: 18px;
    line-height: 24px;
}

.modal-body strong{
    font-weight: bold;
}

.mb-1{
    margin-bottom: 10px;
}
.mb-2{
    margin-bottom: 20px;
}
.mb-3{
    margin-bottom: 30px;
}