a {
    color: #000;
}

a:hover, a:focus {
    color: #000;
}

#features{
	padding-bottom: 0px;
}
#cta span{
	font-family: 'Merienda One', cursive;
	color: #050505;
}
#cta .btn{
	margin-top: 0px; 
}
body *{
	font-family: 'Open Sans', sans-serif;
}
#get-in-touch{
	padding: 30px;
}
#get-in-touch .section-header{
	margin-bottom: 0px;
}
#blog .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
}
#blog .portfolio-filter > li {
    float: left;
    display: block;
}
#blog .portfolio-filter > li a {
    display: block;
    padding: 7px 15px;
    background: #e5e5e5;
    color: #64686d;
    position: relative;
}
#blog .portfolio-filter > li a:hover,
#blog .portfolio-filter > li a.active {
    background: #050505;
    color: #fff;
    box-shadow: 0 -3px 0 0 #318daf inset;
    -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#blog .portfolio-filter > li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #318daf transparent transparent transparent;
}
#blog .portfolio-filter > li:first-child a {
    border-radius: 4px 0 0 4px;
}
#blog .portfolio-filter > li:last-child a {
    border-radius: 0 4px 4px 0;
}
.breadcrumb{
    background: transparent;
    text-align: center;
    margin-bottom: 0px;
}
.breadcrumb li a{
    color: white;
    font-weight: bold;
}
.breadcrumb li.active{
    color: white;
}
table a{
    color: #64686d;
    font-weight: bold;
}
.rw-sentence{
    margin: 0;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    margin-left: -250px;
}
.rw-sentence span{
    color: #444;
    font-weight: normal;
}
.rw-words{
    display: inline;
    text-indent: 10px;
}
.rw-words-1 span{
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #6b969d;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s; 
    color: #6b889d;
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
    color: #6b739d; 
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
    -ms-animation-delay: 9s; 
    animation-delay: 9s; 
    color: #7a6b9d;
}
.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
    -ms-animation-delay: 12s; 
    animation-delay: 12s; 
    color: #8d6b9d;
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
    -ms-animation-delay: 15s; 
    animation-delay: 15s; 
    color: #9b6b9d;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
    5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
    20% { opacity: 0; -ms-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 768px){
    .rw-sentence { font-size: 18px; }
    #footer *{
        text-align: center!important;
    }
}
@media screen and (max-width: 320px){
    .rw-sentence { font-size: 9px; }
}
img{
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#cursor-default{
    cursor: default;
}

.pd {
    padding-bottom: 40px;
    padding-top: 40px;
}

.navbar.navbar-default .navbar-brand {
    padding: 22px 15px 0px;
}

#contact .contact-form {
    margin-top: 11px;
    padding: 15px;
}

.btn.btn-primary {
    margin-bottom: 5px;
}

.sobre-nós {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px; 
}

#get-in-touch {
    background-image: none;
    background-color: #009449 !important;
}

#bar {
    background: #000;
} 

#main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
    border-top: 3px solid #000 !important;
}

.btn.btn-primary {
    background: #000;
    border-color: #000 !important;
}

.section-header .section-title:after {
    background: #fff;
}

.column-title:after {
    border-bottom: 2px solid #000;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #505050;
}

#footer a:hover {
    color: #808080;
}

#depoimentos {
    padding: 100px 0;
}

#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
    background: #000;
}

.btn-info {
    background-color: #000;
    border-color: #000;
}

.btn-info:hover {
    background-color: #808080;
    border-color: #000;
}

.pd-border {
    padding: 15px 15px 0px 15px;
}

#id {
    padding: 50px 50px;
}

.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.fa-whatsapp {
    margin-top: 16px;
}

.text-white {
    color: #fff;
}

.mr-3 {
    margin-right: 10px;
}