@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:100,200,300,400,500,600,700,800,900);
@import url('../plugins/font-awesome/css/font-awesome.min.css');
@import url('../plugins/animate/animate.css');
@import url('../plugins/prettyPhoto/prettyPhoto.css');
@import url('../plugins/owl-carousel/owl.carousel.css');
@import url('../plugins/owl-carousel/owl.theme.css');
@import url('../plugins/slider-revolution/settings.css');
@import url('../plugins/hover-css/hover-min.css');

@font-face {
	font-family: 'Lovelo';
	src: url('../fonts/Lovelo-Black.otf');
	font-weight: 600;
}

/***************default settings********************/
body {
    background: #FAFAFA;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #2d2d2d;
    font-weight: 700;
}

p {
    color: #7f7f7f;
}

a {
    color: #0e4da3;
}

a:focus {
    outline: none;
}

.top-padding {
    padding-top: 60px !important;
}

/***************theme btns********************/
.white-line-btn {
    background: none;
    box-shadow: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
}

.white-line-btn:hover, .white-line-btn:focus {
    box-shadow: none;
    color: #ff0000;
}

.white-line-btn.hvr-bounce-to-right:before {
    background: #fff;
}

.orange-line-btn {
    box-shadow: none;
    background: #ff0000;
    color: #fff;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    border-radius: 0px;
    border: none;
}

.orange-line-btn:hover, .orange-line-btn:focus {
    background: #ff0000;
}

.orange-line-btn.hvr-bounce-to-right:before {
    background: #004dff;
    border: none;
}

.btn-whatsapp {
    box-shadow: none;
    background: #004dff;
    color: #fff;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    border-radius: 0px;
    border: none;
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
    background: #004dff;
}

.btn-whatsapp.hvr-bounce-to-right:before {
    background: #ff0000;
    border: none;
}

.main-btn {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #ff0000;
    color: #fff;
    font-size: 14px;
}

.main-btn i {
    margin-right: 40px;
}

.main-btn:active, .main-btn.active {
    box-shadow: none;
}

.main-btn:hover, .main-btn:focus, .main-btn.focus {
    outline: none;
    color: #fff;
}

.main-btn.hvr-bounce-to-right:before {
    background: #2d2d2d;
}

/*********************preloader*************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: 360px 300px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    margin: -100px 0 0 -100px;
}

/***************Parallax settings********************/
.bgParallax {
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
}

.color-overlay {
    background: rgba(14, 77, 163, 0.6);
    position: relative;
    z-index: 0;
}

.color-overlay.black {
    background: rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 0;
}

/***************forms inputs********************/
.form-control {
    box-shadow: none;
    border-color: #cecece;
    border-radius: 0px;
    padding: 20px 16px;
    background: transparent;
    color: #4b4b4b;
    font-weight: 500;
}
.form-control::placeholder{
    color: #616161;
}

.form-control:focus {
    box-shadow: none;
    border-color: #e30613;
    outline: none;
}

input:focus, selectl:focus {
    box-shadow: none;
    border-color: #e30613;
    outline: none;
}

.form-control-feedback {
    line-height: 50px;
}

textarea.form-control {
    min-height: 200px;
    resize: none;
}

/***************Back to top btn********************/
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: #ff0000;
    font-size: 18px;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    display: none;
}

.back-to-top:hover {
    background: #004dff;
    color: #fff;
}

/***************top-bar********************/
.top-bar {
    position: relative;
    z-index: 60;
    background: #2D2D2D;
    float: left;
    width: 100%;
}

.list-inline {
    margin-bottom: 0px;
}

.list-inline li {
    color: rgba(255, 255, 255, 0.8);
    line-height: 45px;
    font-size: 14px;
}

.list-inline li a {
    color: rgba(255, 255, 255, 0.8);
    line-height: 45px;
    text-decoration: none;
    transition: .2s;
    font-size: 12px;
}
.list-inline li a:hover {
    color: #FFF;
    transition: .2s;
}

.social-links {
}

.social-links li {
    padding: 0px;
    float: left;
}

.social-links li a {
    color: #FFF;
    width: 45px;
    text-align: center;
    display: block;
    font-size: 18px;
}

.social-links li a:hover {
    color: #fff;
}

.social-links li.facebook a{
    background: #46629E;
}

.social-links li.instagram a{
    background: #125688;
}
.social-links li.facebook a:hover{
    background: #344a75;
}

.social-links li.instagram a:hover{
    background: #1a4563;
}

.social-links li.twitter a:hover {
    background: #69ecea;
}

.social-links li.dribbble a:hover {
    background: #ef8ff0;
}

.social-links li.vimeo a:hover {
    background: #589fc4;
}

.social-links li.google a:hover {
    background: #e66b45;
}

.social-links li.deviantart a:hover {
    background: #60ab4f;
}

/***************sticker********************/
#sticker {
    float: left;
    z-index: 999;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-default .is-sticky .navbar-nav > li > a {
    padding: 35px 20px;
}

.navbar-default .is-sticky .navbar-brand {
    padding: 10px 0;
}

/***************owl-theme********************/
.owl-theme .owl-controls {
    position: absolute;
    z-index: 999;
    display: block;
    bottom: 25px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
    margin: 0px 7px;
    height: 4px;
    width: 65px;
    background: #fff;
}

.owl-theme .owl-controls .owl-pagination {
    display: block;
    padding: 0px 0px 0px 0px;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
}

.owl-theme .owl-buttons i {
    margin-top: 2px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff0000;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    z-index: 99999;
    margin: 0px;
    background: rgba(255, 255, 255, 0.6);
    padding: 12px 18px;
    font-size: 30px;
    color: #fff;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    top: -240px;
    border-radius: 0px 4px 4px 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
    top: -240px;
    border-radius: 4px 0px 0px 4px;
}

/***************navbar********************/
.main-menu {
    background: #FFF;
    z-index:50;
}

.navbar-brand {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px 0;
    height: auto;
}

.navbar-brand img {
    height: auto;
    width: auto;
}

.navbar.navbar-default {
    border: none;
    margin: 0px;
}

.main-menu .navbar-nav > li {
    background: #FFF;
}

.main-menu .navbar-nav > li {
    background-repeat: no-repeat;
    background-position: left center;
}

.main-menu {
    box-shadow: none;
    border: none;
    background: transparent;
}

.main-menu .navbar-nav > li > a:hover, .main-menu .navbar-nav > li > a:focus {
    background: none;
    color: #ff0000;
}

.navbar-default .navbar-nav > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 35px 20px;
}

.navbar-default .navbar-nav > li:last-child a {
    padding-right: 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ff0000;
    background: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: none;
    color: #ff0000;
}

.navbar-nav > li > .dropdown-menu {
    min-width: 120px;
    border: none;
    background: #e7e7e7;
    box-shadow: none;
}

.navbar-nav > li > .dropdown-menu li a {
    padding: 8px 20px;
}

.navbar-nav > li > .dropdown-menu li a:hover {
    background: #404040;
    color: #ff0000;
}

.dropdown-menu .divider {
    background: #ccc;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #404040;
    color: #ff0000;
}

/******************section default**********************/
section h2.heading {
    text-transform: uppercase;
    font-size: 60px;
    color: #75b6ce;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 25px;
    margin-top: 0px;
}

section p.helping-text {
    width: 560px;
    font-size: 18px;
    color: #74787a;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
    margin: 0px auto 50px;
}

section p {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 26px;
    font-weight: 500;
}

section {
    float: left;
    width: 100%;
}

.list-unstyled li {
    font-weight: 400;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 25px;
}

.list-unstyled li i {
    color: #2d2d2d;
}

/***************slider********************/
#slider {
    padding: 0px 0px 0px 0px;
}

.slider-grid .item {
    padding: 0px;
    position: relative;
}

.slider-grid .item img {
    width: 100%;
}

#slider .rev_slider h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

#slider .rev_slider .h2 {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    margin: 0px 0px 15px 0px;
    padding: 8px 15px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

#slider .rev_slider .p {
    font-family: 'Raleway', sans-serif;
    background: rgba(0, 0, 0, 0.6);
    margin: 0px 0px 15px 0px;
    padding: 8px 15px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

#slider .rev_slider .slide-btn {
    padding: 0px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    background: #ff0000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
}

#slider .rev_slider .slide-btn-2 {
    padding: 0px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    background: #0012ff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    margin-left: 20px;
}

#slider .rev_slider .slide-btn.arrow {
    background: #0012ff;
}

#slider .rev_slider .hvr-bounce-to-right:before {
    background: #fffc00;
    color: #000;
}

#slider .rev_slider .slide-btn:hover,#slider .rev_slider .slide-btn-2:hover {
    color: #000;
}

#slider .tp-bullets.preview4 .bullet {
    margin: 0px 7px !important;
    height: 4px !important;
    width: 65px !important;
    background: #fff !important;
    border-radius: 20px;
    border: none !important;
}

#slider .tp-bullets.preview4 .bullet:hover, #slider .tp-bullets.preview4 .bullet.selected {
    background: #fffc00 !important;
}

/******************services-grid**********************/
.services-grid {
    padding: 60px 0px;
}

.services-grid .thumbnail {
    background: transparent;
    padding: 0px;
    border: none;
    position: relative;
    margin-bottom: 27px;
}

.services-grid .thumbnail .category {
    padding: 8px 15px;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 160px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    z-index: 9; 
    background: #000;
    text-transform: uppercase;
}

.services-grid .thumbnail .category.antes-depois {
    top: 330px;
}

.services-grid .thumbnail .category.residencial {
   
}

.services-grid .thumbnail .category.comercial {
}

.services-grid .thumbnail .category.interiores {
}

.services-grid-interiores .thumbnail .category {
    padding: 8px 15px;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 160px;
    font-size: 15px;
    line-height: 25px;
    background: #0012ff;
    color: #fff;
    z-index: 9;
}

.services-grid-arquitetura .thumbnail .category {
    padding: 8px 15px;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 160px;
    font-size: 15px;
    line-height: 25px;
    background: #F8E100;
    color: #fff;
    z-index: 9;
}

.services-grid .thumbnail h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.services-grid .thumbnail .caption {
    padding: 0px;
}

.services-grid .thumbnail .caption p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 50px;
}

/**************************projects*********************************/
.projects-grid .mix {
    padding: 0px;
    display: none;
    width: 25%;
    margin: 0px;
}

.projects-grid .mix .thumbnail {
    float: left;
    border: none;
    padding: 0px;
    margin: 0px;
}

.projects-grid .mix .thumbnail img {
    float: left;
    width: 100%;
}

.heading-bg {
    position: relative;
    background: #ff0000;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 4px 25px;
    line-height: 36px;
}

.heading-bg span {
    position: absolute;
    width: 0;
    top: 0px;
    right: -26px;
    height: 0;
    border-bottom: 44px solid #ff0000;
    border-right: 26px solid transparent;
}

/*==========================================
    projects STYLES
    =====================================================*/
.projects-items,
.projects-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.projects-items {
    margin-right: 0px;
}

.projects-filter {
    margin-bottom: 62px;
    text-align: center;
}

.projects-filter > li {
    display: inline-block;
}

.projects-filter > li + li:before {
    padding: 0 5px;
    color: #8e8e8e;
    content: "/\00a0"
}

.projects-items > li {
    float: left;
    padding: 0;
    margin: 0;
}

.projects-filter > li > a.btn {
    border: none;
    color: #7f7f7f;
    padding: 4px 25px;
    line-height: 36px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.projects-filter > li > a.btn:hover {
    color: #2d2d2d;
}

.projects-filter > li > a.btn.active {
    box-shadow: none;
    color: #2d2d2d;
}

.projects-items.col-4 > li {
    width: 24.9%;
}

.projects-item .item-main {
    margin: 0px;
    text-align: center;
    background: #fff;
    padding: 0px;
    border: none;
}

.projects-item img {
    width: 100%;
}

.projects-item .projects-image {
    position: relative;
    min-height: 300px;
}

.projects-item .projects-image a {
    overflow: hidden;
    display: block;
}

.projects-item .projects-image img {
    min-height: 300px;
}

.projects-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    opacity: 0;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.projects-item .overlay p {
    line-height: 58px;
    color: #fff;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px;
    padding: 0px 15px;
}

.projects-item .overlay p span {
    color: #fff;
    font-weight: 700;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
}

.projects-item .overlay-black p span {
    color: #000;
    font-weight: 600;
}

.projects-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -45px;
    font-size: 50px;
    color: #89c436;
}

.projects-item:hover .overlay {
    opacity: 1;
}

/*==========================================
   ISOTOPE FILTERING STYLES
    =====================================================*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* ISOTOPE CSS3 TRANSACTIONS */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.bottom-line {
    background: #ff0000;
    float: left;
    width: 100%;
    padding: 32px 0px;
}

.bottom-line h3 {
    margin: 0px;
    font-size: 21px;
    color: #b68e15;
    line-height: 45px;
    font-weight: 600;
}

.bottom-line.twitter-carousel {
    padding: 15px 0px;
}

/******************section about**********************/
.about {
    padding: 60px 0px;
}

.check-list li {
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
}

.check-list li i {
    color: #ff0000;
}

.check-list li.active i {
    border-color: #ff0000;
    color: #ff0000;
}

.check-list li:hover {
    border-color: #004dff;
    color: #004dff;
    transition: .3s
}

.check-list li:hover li {
    color: #fff;
    background: #000;
    transition: .3s
}

.check-list li i {
    margin-right: 5px;
    font-size: 16px;
    padding: 2px;
    background: #000;
    color: #fff;
}

.heading-line-red {
    font-size: 38px;
    position: relative;
    font-weight: 700;
    margin: 0px 0px 22px 0px;
    padding-bottom: 22px;
}

.heading-line-red:before {
    /*position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #ff0000;
    content: "";
    display: inline-block;
    height: 2px;
    margin-top: 0px;
    vertical-align: middle;
    width: 100%;*/
}

.heading-line-blue {
    font-size: 38px;
    position: relative;
    font-weight: 700;
    margin: 0px 0px 22px 0px;
    padding-bottom: 22px;
}

.heading-line-blue:before {
    /*position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #0012ff;
    content: "";
    display: inline-block;
    height: 2px;
    margin-top: 0px;
    vertical-align: middle;
    width: 100%;*/
}

.heading-line-yellow {
    font-size: 38px;
    position: relative;
    font-weight: 700;
    margin: 0px 0px 22px 0px;
    padding-bottom: 22px;
}

.heading-line-yellow:before {
    /*position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #fffc00;
    content: "";
    display: inline-block;
    height: 2px;
    margin-top: 0px;
    vertical-align: middle;
    width: 100%;*/
}

.text-center.heading-line:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #ff0000;
    content: "";
    display: inline-block;
    height: 2px;
    margin: 0px auto;
    vertical-align: middle;
    width: 115px;
    right: 0px;
}

.about-grid .thumbnail {
    background: transparent;
    padding: 0px;
    border: none;
    position: relative;
}

.about-grid .thumbnail .category {
    padding: 8px 15px;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 145px;
    font-size: 15px;
    line-height: 25px;
    background: #ff0000;
    color: #f2f2f2;
}

.about-grid .thumbnail .caption {
    padding: 0px;
}

.about-grid .thumbnail .caption h4 {
    padding: 20px 0px;
}

.about-grid .thumbnail .caption p {
    font-size: 15px;
    line-height: 26px;
}

.about-grid img {
    width: 100%;
}

/* Push */
@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/**************************Team*********************************/
.team {
    padding: 0px 0px 60px 0px;
}

.members-grid .thumbnail .social-list {
    transition: all 0.5s ease;
    display: none;
    position: absolute;
    right: 20px;
    top: 24px;
}

.members-grid .thumbnail .social-list li a {
    background: transparent;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.members-grid .thumbnail .social-list li a:hover {
    color: #363636;
}

.members-grid {
    margin-top: 50px;
}

.members-grid .thumbnail {
    float: left;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.members-grid .thumbnail a {
    max-height: 275px;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #fff;
}

.members-grid .thumbnail.hvr-bounce-to-bottom:before {
    background: #ff0000;
}

.members-grid .thumbnail:hover .caption h3 {
    color: #fff;
}

.members-grid .thumbnail:hover .caption p {
    color: #fff;
}

.members-grid .thumbnail:hover .social-list {
    display: block;
}

.members-grid .thumbnail img {
    border: none;
    padding: 0px;
    border-radius: 0px;
}

.members-grid .caption {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
    background: none;
    padding: 0px 25px 25px 25px;
}

.members-grid .caption h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0px;
}

.members-grid .caption p {
    font-size: 15px;
    margin-bottom: 0px;
}

/******************section testimonial**********************/

.testimonial {
    float: left;
    width: 100%;
    padding: 60px 0px 0px 0px;
    background-image: url(../images/banner/parallax.png);
    background-size: cover;
    background-position: center center;
}

.testimonial .heading-line {
    color: #fff;
    font-size: 18px;
}

.testimonial .heading-line:before {
    margin-right: auto;
    margin-left: auto;
    right: 0px;
}

.carousel-inner .clients-name {
    padding: 10px 0px 20px 0px;
    position: relative;
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 300px;
}

.carousel-inner .clients-name p strong {
    color: #0012ff;
    font-size: 16px;
    line-height: 36px;
}

.carousel-inner .clients-name p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #A4A4A4;
}

.carousel-inner .clients-name .testimonial_arrow_left {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 30px;
    background-image: url(../images/testimonial_arrow_left.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.carousel-inner .clients-name .testimonial_arrow_right {
    position: absolute;
    display: block;
    width: 50px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    background-image: url(../images/testimonial_arrow_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.carousel-inner .carousel-caption {
    bottom: 0px;
    padding: 0px 0px 40px 0px;
    margin-top: 30px;
    left: auto;
    right: auto;
    position: relative;
}

.carousel-inner .carousel-caption p {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    font-style: italic;
    text-shadow: none;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    background-color: #c1c2c3;
    border-color: #c1c2c3;
}

.carousel-indicators .active {
    background-color: #ff0000;
    border-color: #ff0000;
}

/******************section clients**********************/
.clients {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
}

#client-carousel {
    margin-top: 50px;
}

#client-carousel.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    background: transparent;
    font-size: 50px;
}

#client-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: -55px;
    left: -8%;
}

#client-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
    top: -55px;
    right: -8%;
}

#client-carousel .item {
    margin: 3px;
    text-align: center;
}

#client-carousel.owl-theme .owl-controls .owl-buttons i {
    color: #666;
}

.bottom-line.carousel #client-carousel.owl-theme .owl-controls .owl-buttons i {
    color: #fff;
}

#client-carousel .item img {
    display: block;
    margin: 0px auto;
    height: auto;
    text-align: center;
}

#client-carousel .item img:hover {
    opacity: 0.5;
}

.bottom-line.carousel {
    padding: 40px 0px;
}

.bottom-line.carousel #client-carousel {
    margin: 0px;
}

.bottom-line.carousel #client-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
    color: #fff;
    top: -45px;
    left: -8%;
}

.bottom-line.carousel #client-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
    color: #fff;
    top: -45px;
    right: -8%;
}

/******************section twitter**********************/
#twitter-carousel .item p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
}

#twitter-carousel .item i.fa {
    margin-right: 50px;
}

#twitter-carousel .item a {
    margin-left: 50px;
    color: #b68e15;
}

#twitter-carousel.owl-theme .owl-controls {
    bottom: 30px;
}

#twitter-carousel.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    color: #fff;
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-size: 30px;
}

#twitter-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
    color: #fff;
    top: -8px;
    left: auto;
    right: 30px;
}

#twitter-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
    color: #fff;
    top: -8px;
    right: 0px;
}

/**************************footer*********************************/
footer {
    padding: 50px 0px 0px 0px;
    background: #161616;
    width: 100%;
    float: left;
}

footer .heading-line {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

footer .heading-line:before {
    height: 3px;
    width: 80px;
}

footer p {
    font-size: 14px;
    color: #BABABA;
    line-height: 25px;
}

footer span {
    font-size: 14px;
    color: #BABABA;
}

footer a {
    color: #BABABA;
}

.box-list.list-unstyled li {
    margin-bottom: 10px;
    color: #fff;
}

.box-list.list-unstyled li a {
    display: block;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
}

.box-list.list-unstyled li a:hover {
    color: #ff0000;
}

.box-list.list-unstyled li i {
    margin-right: 25px;
    color: #ff0000;
    font-size: 14px;
}

.media {
    margin-top: 25px;
}

.media .media-left {
    width: 40px;
    padding-top: 8px;
    font-size: 20px;
}

.media .media-left a {
    color: #f2f2f2;
}

.media .media-body p {
    color: #c8c8c8;
    font-size: 16px;
    line-height: 30px;
}

.media .media-body p a {
    color: #ff0000;
    font-weight: 500;
}

.media .media-body span {
    color: #585858;
    font-size: 16px;
}

footer span {
    margin-left: 10px;
}

.footer-line {
    margin-top: 40px;
    text-align: center;
    background: #2D2D2D;
    width: 100%;
    float: left;
}

.footer-line p {
    line-height: 58px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #b6b6b6;
}

.footer-line a:hover {
    color: #fff;
}

/*************** Inner Pages ********************/
.inner-page .navbar.navbar-default {
    border-bottom: 4px solid #ff0000;
}

.inner-page #projects {
    padding: 60px 0px 0px 0px;
}

.inner-page h3.heading-line {
    margin-bottom: 45px;
}

.services-list {
    padding: 60px 0px;
}

.services-box {
    text-align: center;
}

.services-box .diamond .icons {
    width: 190px;
    margin-left: -95px;
    height: 190px;
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}

.services-box .diamond .icons p {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 11px;
    color: #fff;
    line-height: 26px;
}

.diamond {
    display: block;
    text-align: center;
    width: 0;
    height: 0;
    border: 95px solid transparent;
    border-bottom-color: #0012ff;
    position: relative;
    top: -80px;
    margin: 0px auto 25px;
}

.diamond:after {
    content: '';
    position: absolute;
    left: -95px;
    top: 95px;
    width: 0;
    height: 0;
    border: 95px solid transparent;
    border-top-color: #0012ff;
}

.services-box .corner-arrows .icons {
    position: relative;
    width: 60px;
    margin: 0px auto;
    display: block;
    text-align: center;
    padding: 32px 0px;
}

.corner-arrows {
    width: 140px;
    position: relative;
    min-width: 140px;
    display: block;
    margin: 0px auto 60px;
}

.corner-arrows .arrow_left {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 30px;
    background-image: url(../images/corner_arrow_left.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.corner-arrows .arrow_right {
    position: absolute;
    display: block;
    width: 50px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    background-image: url(../images/corner_arrow_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/**************************tabs reformas*********************************/
.nav-tabs {
    border: none;
}

.nav-tabs > li > a {
    border: none;
    padding: 10px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    background: transparent;
    border-radius: 0px;
    line-height: 36px;
    color: #2d2d2d;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    background: #ff0000;
    border-radius: 0px;
    color: #fff;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: #ff0000;
    color: #fff;
}

.tab-content > .tab-pane {
    padding-top: 30px;
}

/**************************tabs interiores*********************************/
.nav-tabs-interiores > li.active > a, .nav-tabs-interiores > li.active > a:hover, .nav-tabs-interiores > li.active > a:focus {
    background: #0012ff;
    color: #fff;
}

.nav-tabs-interiores > li > a:hover, .nav-tabs-interiores > li > a:focus {
    background: #0012ff;
    color: #fff;
}

/**************************tabs arquitetura*********************************/
.nav-tabs-arquitetura > li.active > a, .nav-tabs-arquitetura > li.active > a:hover, .nav-tabs-arquitetura > li.active > a:focus {
    background: #F8E100;
    color: #FFF;
}

.nav-tabs-arquitetura > li > a:hover, .nav-tabs-arquitetura > li > a:focus {
    background: #F8E100;
    color: #FFF;
}

/**************************skills*********************************/
.skills {
    padding: 60px 0px 10px;
}

.skill-box {
    text-align: left;
    margin-bottom: 60px;
}

.skill-box .icon {
    height: 50px;
    display: block;
    margin-bottom: 30px;
}

.skill-box h4 {
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/****************pagination*******************/
.pagination > li > a, .pagination > li > span {
    padding: 4px 14px;
    font-size: 15px;
    color: #2d2d2d;
    line-height: 36px;
    border-radius: 0px;
    background: transparent;
    border: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: #ff0000;
    color: #fff;
    border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #ff0000;
}

/**************************contact*********************************/
.contact {
    padding: 60px 0px;
}

.contact p {
    text-align: center;
    margin-bottom: 40px;
}

/**************************map*********************************/
.map {
    float: left;
    width: 100%;
}

.map #contact_map {
    height: 520px;
}

.map iframe {
    border: none;
    height: 520px;
    width: 100%;
    float: left;
}

.map-info {
    padding: 5px;
}

.map p {
    text-align: center;
}

/* ------------- Our Blog page ------------- */

.post {
    background-color: #ffffff;
    margin-bottom: 40px;
    border-bottom: 5px solid #ff0000;
}

.post .post-img {
    width: 100%;
}

.post h5 a {
    color: #17171a;
}

.post .align-left {
    width: 50%;
    vertical-align: top;
}

.post-content {
    padding: 30px 30px;
}

.posted-date {
    font-size: 16px;
    font-weight: 700;
    color: #75b6ce;
}

.posted-date span {
    color: #74787a;
}

.posted-date a {
    color: #ff0000;
}

.post img:hover {
    opacity: .6;
}

/*------------- Blog List -----------------*/
.blog {
    color: #74787a;
    padding: 60px 0px;
    background: #F8F8F8;
    text-align: left;
}

.blog-list {
    position: relative;
    height: 460px;
}

.blog p {
    line-height: 28px;
}

.blog .col-md-8 {
    padding-right: 0px;
}

.blog .post-content {
    background-color: #ffffff;
}

.post-content i {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
}

.post-content .share-btn i {
    font-style: normal;
}

.post-item h2 {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 0px;
    font-weight: 400;
}

.post-item h2, .post-item h2 a {
    color: #262626;
    font-weight: 400;
}

.post-item h2:hover, .post-item h2 a:hover {
    color: #ff0000;
    text-decoration: none;
}

.blog .posted-date {
    margin-top: 15px;
    color: #262626;
}

.single .posted-date {
    margin-bottom: 15px;
    margin-top: 0px;
}

.post-nav {
    text-align: center;
    margin-top: -40px;
}

.share-btn {
    padding: 15px 0px;
}

.share-btn ul li a {
    display: block;
    line-height: 36px;
}

.share-btn ul li a:hover {
    color: #ff0000;
}

.share-btn .btn-facebook {
    color: #3b5998;
}

.share-btn .btn-google-plus {
    color: #dd4b39;
}

.share-btn .btn-twitter {
    color: #55acee;
}

.share-btn .btn-tumblr {
    color: #2c4762;
}

.share-btn .btn-linkedin {
    color: #007bb6;
}

/*-------------- SideBar ---------------*/
.sidebar {
    margin-left: 20px;
    margin-top: 73px;
}

.widget {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    border-bottom: 5px solid #ff0000;
    background-color: #ffffff;
}

.search {
    margin-bottom: 30px;
    position: relative;
}

.search form {
    padding: 20px 30px;
    height: 70px;
    border: none;
    border-bottom: 5px solid #ff0000;
    background: #fff;
}

.search input[type="search"]::-moz-placeholder {
    color: #314960;
}

.search input[type="search"] {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    width: 100%;
    border: none;
}

.search input[type="submit"] {
    background: url(../images/search.png) no-repeat scroll 0 0 / 100% 100%;
    width: 30px;
    height: 30px;
    border: none;
    text-indent: -999999px;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.widget h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 0px;
    text-transform: uppercase;
}

.widget h3, .widget h3 a {
    font-size: 16px;
    color: #2d2d2d;
    text-align: left;
    font-weight: 500;
}

.widget h3, .widget h3 a {
    font-size: 16px;
    margin: 0px 0px;
    display: block;
}

.widget h3:hover, .widget h3 a:hover {
    color: #ff0000;
}

.widget img {
    position: absolute;
    left: 30px;
}

.widget li {
    margin-bottom: 20px;
}

.widget li a img {
    width: 80px;
}

.widget .content {
    margin-left: 100px;
    min-height: 85px;
}

.widget .content .posted-date {
    color: #74787a;
    font-weight: 300;
}

.category-list li {
    padding: 16px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/*---------------- Author -------------*/
.author {
    background-color: #ffffff;
    position: relative;
    min-height: 275px;
    margin-bottom: 40px;
}

.author img {
    position: absolute;
}

.author-comment {
    margin-left: 260px;
    padding: 30px 30px;
}

.author-comment h5 {
    font-size: 18px;
}

/*---------------- Comments -------------*/
.title-head h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.comment-list li {
    margin: 0px 0 90px 0;
    position: relative;
}

.comment-list li img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    position: absolute;
}

.comment-details {
    margin-left: 180px;
}

.blog .comments {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
}

.blog .comments:before {
    border-style: solid;
    border-width: 0 0 30px 30px;
    top: 50px;
    content: "";
    display: block;
    left: 165px;
    position: absolute;
    width: 0;
    z-index: 1;
    border-color: transparent #ffffff;
    transform: rotate(-45deg);
}

.blog .comments p {
    margin-bottom: 0px;
    font-size: 15px;
}

.comment-meta {
    min-height: 50px;
}

.comment-meta .user-name {
    float: left;
    font-weight: 700;
    width: 50%;
    font-size: 22px;
}

.comment-meta .posted-date {
    float: right;
    width: 50%;
    text-align: right;
}

.reply {
    border: none;
    padding: 4px 30px;
    margin: 0px 40px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    float: right;
    background: #ff0000;
    color: #fff;
}

.reply.hvr-bounce-to-right:before {
    background: #2d2d2d;
}

.comments-form .main-btn i {
    margin-right: 26px;
}

/*-------------- R4 Reformas ---------------*/
.text-center {
    text-align: center;
}

.r4-padding-left {
    padding-left: 36px;
}

.text-weight {
    font-weight: 600;
}

.r4-padding-qs {
    padding-top: 30px;
}

.r4-bg-red {
    background-color: #ff0000;
}

.r4-bg-blue {
    background-color: #0012ff;
}

.r4-bg-yellow {
    background-color: #F8E100;
}

.r4-red {
    color: #ff0000;
}

.r4-blue {
    color: #0012ff;
}

.r4-yellow {
    color: #F8E100;
}

.r4-green {
    color: #3fc342;
}

.text-black {
    color: #000;
}

.text-italic {
    font-style: italic;
}

.r4-gray{
    color:#8e8e8e;
}



/*-------------- Servicos ---------------*/

.linkservicos:link {
    text-decoration: none;
}

.linkservicos:visited {
    text-decoration: none;
}

.linkservicos:hover {
    text-decoration: none;
}

.linkservicos:active {
    text-decoration: none;
}


/*-------------- Footer ---------------*/
.linkfooter:link {
    text-decoration: none;
    color: #BABABA;
    transition: .5s;
}

.linkfooter:visited {
    text-decoration: none;
    color: #BABABA;
}

.linkfooter:hover {
    text-decoration: none;
    color: #FFFC00;
    transition: .5s;
}

.linkfooter:active {
    text-decoration: none;
    color: #FFFC00;
}



/*-------------- Contato ---------------*/
.linkcontato:link {
    text-decoration: none;
    color: #7F7F7F;
}

.linkcontato:visited {
    text-decoration: none;
    color: #fffc00;
}

.linkcontato:hover {
    color: #0012ff;
}

.linkcontato:active {
    text-decoration: none;
    color: #fffc00;
}

/**************************media responsive*********************************/
@media only screen and (max-width: 1920px) {
    .projects-item .projects-image img {
        min-height: 426px;
    }
}

@media only screen and (max-width: 1600px) {
    .projects-item .projects-image img {
        min-height: 350px;
    }
}
.about{
     text-align: center;
 }

@media only screen and (max-width: 1024px) {
    section p {
        font-size: 14px;
        line-height: 24px;
    }

    .main-menu {
    }

    .navbar-brand {
        padding: 18px 15px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 35px 10px;
    }

    .navbar-default .is-sticky .navbar-nav > li > a {
        padding: 35px 10px;
    }

    .navbar-default .is-sticky .navbar-brand {
        padding: 18px 15px;
    }

    .slider-grid .item .text {
        top: 125px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        top: -175px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        top: -175px;
    }

    .services-grid .thumbnail .category {
        top: 20px !important;
    }

    .projects-filter > li > a.btn {
        padding: 4px 15px;
    }

    .projects-item .projects-image img {
        min-height: 224px;
    }

    .projects-item .projects-image {
        min-height: 224px;
    }

    .projects-item .overlay p span {
    }

    .bottom-line h3 {
        font-size: 18px;
    }

    .members-grid .thumbnail a {
        max-height: 220px;
    }

    .members-grid .caption h3 {
        font-size: 14px;
        margin-top: 15px;
    }

    .members-grid .caption {
        padding: 0px 15px 15px 15px;
    }

    #client-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -4%;
    }

    #client-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
        right: -4%;
    }

    .box-list.list-unstyled li a {
        font-size: 13px;
    }

    .box-list.list-unstyled li i {
        margin-right: 10px;
    }
    
    footer{
        text-align: center;
    }

    footer p {
        font-size: 14px;
    }

    footer .padding{
    }

    .contact-list li {
        font-size: 12px;
    }

    .media .media-body p {
        font-size: 14px;
    }

    .media .media-body span {
        font-size: 14px;
    }

    .nav-tabs > li > a {
        padding: 10px 25px;
    }

    .bottom-line.carousel #client-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -4%;
    }

    .bottom-line.carousel #client-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
        right: -4%;
    }

    .bottom-line.carousel #client-carousel.owl-theme .owl-controls .owl-buttons .owl-next i {
        color: #fff;
    }

    .bottom-line.carousel #client-carousel.owl-theme .owl-controls .owl-buttons .owl-prev i {
        color: #fff;
    }

    .list-unstyled li {
        font-size: 12px;
    }

}

@media only screen and (max-width: 768px) {
    .heading-bg {
        font-size: 14px;
        padding: 4px 15px;
    }

    .navbar-brand {
        padding: 15px 15px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 25px 5px;
        font-size: 11px;
    }

    .navbar-default .is-sticky .navbar-nav > li > a {
        padding: 25px 5px;
        font-size: 11px;
    }

    .navbar-default .is-sticky .navbar-brand {
    }

    .main-menu {
    }

    .services-grid {
        padding: 30px 0px;
    }

    .services-grid .thumbnail .category {
        top: 70px;
        font-size: 14px;
    }

    .services-grid .thumbnail .caption p {
        font-size: 13px;
        line-height: 24px;
    }

    .services-grid .thumbnail h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 25px;
    }

    .projects-filter > li > a.btn {
        padding: 4px 5px;
        font-size: 12px;
    }

    .projects-filter {
        margin-bottom: 30px;
    }

    .projects-items.col-4 > li {
        width: 49.9%;
    }

    .projects-item .projects-image img {
        max-height: 320px;
    }

    .white-line-btn {
        padding: 6px 12px;
        font-size: 14px;
    }

    .orange-line-btn {
        padding: 6px 12px;
        font-size: 14px;
    }

    .bottom-line {
        padding: 20px 0px;
    }

    .bottom-line h3 {
        font-size: 14px;
    }

    .check-list li {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .about-grid .thumbnail .caption h4 {
        font-size: 16px;
    }

    .about-grid .thumbnail .caption p {
        font-size: 12px;
        line-height: 24px;
    }

    #twitter-carousel .item p {
        font-size: 13px;
    }

    #twitter-carousel .item i.fa {
        margin-right: 6px;
    }

    .clients {
        padding: 30px 0px;
    }

    .about {
        padding: 30px 0px;
        text-align: center;
    }

    .team {
        padding: 0px 0px 30px 0px;
    }

    .carousel-inner .carousel-caption p {
        font-size: 14px;
        line-height: 24px;
    }

    .services-list {
        padding: 30px 0px;
    }

    .skills {
        padding: 30px 0px 10px;
    }

    .contact {
        padding: 30px 0px;
    }

    .services-box h4 {
        font-size: 16px;
    }

    .blog .col-md-8 {
        padding-right: 15px;
    }

    .sidebar {
        margin-left: 0px;
    }

}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-toggle {
        padding: 10px 10px;
        margin-top: 10px;
        background: #ff0000;
        color: #fff;
        border: none;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ff0000;
    }

    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }

    .blog .comments:before {
        display: none;
    }

    .top-contact {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .footer-line p{
        text-align: center;
    }
    .navbar-default .is-sticky .navbar-nav > li > a {
        padding: 10px 12px;
        font-size: 12px;
    }

    .navbar-default .is-sticky .navbar-brand {
        padding: 15px 15px;
    }

    .services-grid .thumbnail {
        margin-bottom: 55px;
    }

    .nav-tabs > li > a {
        padding: 10px 22px;
    }

    .top-bar .list-inline {
        float: none !important;
        text-align: center;
    }

    .top-bar .social-links li:first-child {
        border-left: none;
    }

    .top-bar .social-links li {
        float: none !important;
    }

    .top-bar .social-links {
        border-right: none;
        border-top: 1px solid #d5d5d5;
    }

    #slider .rev_slider .caption {
        display: none;
    }

    .main-menu .navbar-nav > li {
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
        font-size: 12px;
    }

    .navbar-nav > li > .dropdown-menu {
        text-align: center;
        position: relative;
        width: 100%;
    }

    .services-grid .thumbnail img {
        width: 100%;
    }

    .services-grid .thumbnail .category {
        top: 10px !important;
        z-index: 999999;
    }

    .heading-bg {
        float: none !important;
        text-align: center;
    }

    .heading-bg span {
        display: none;
    }

    .projects-items.col-4 > li {
        width: 99.9%;
    }

    .carousel-inner .clients-name .testimonial_arrow_right {
        right: 10px;
    }

    .footer-line p {
        font-size: 12px;
    }

    .comment-details {
        margin-left: 0px;
        padding-top: 100px;
    }

    .comments:before {
        display: none;
    }

    section#blog, section.single.blog {
        padding-top: 120px !important;
    }

    .title-head h4 {
        font-size: 24px;
    }

    .author img {
        position: static;
        display: block;
        margin: 0 auto;
        padding-top: 40px;
    }

    .author-comment {
        margin-left: 0px;
        padding-top: 30px;
        float: none;
    }

    .comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"] {
        width: 100%;
    }

    .blog form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog .comments:before {
        display: none;
    }

    .post-content .share-btn i {
        font-style: normal;
        font-size: 18px;
        padding: 6px 0px;
    }

    .post-content .share-btn ul li a {
        padding: 6px 0px;
    }

    .comment-meta .user-name {
        width: 100%;
    }

    .comment-meta .posted-date {
        width: 100%;
        font-size: 12px;
        text-align: left;
    }

    .widget h2 {
        font-size: 16px;
    }

}

@media only screen and (max-width: 320px) {
    .services-grid .thumbnail .category {
        top: 100px;
    }

    .nav-tabs > li > a {
        padding: 0px 8px;
        font-weight: 400;
        font-size: 11px;
    }

}

.navbar-default .navbar-brand img {
    width: 160px;
}


#slider .rev_slider h2.fonte-maior-banner {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700 !important;
}

#slider .rev_slider h2.fonte-menor-banner {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700 !important;
}

@media only screen and (max-width: 768px) {
    #slider .rev_slider h2.fonte-maior-banner {
        font-size: 40px;
    }
    
    #slider .rev_slider h2.fonte-menor-banner {
        font-size: 30px;
    }
}

.contato-quadrado {
    background-color: #000;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    display: inline;
    color: #fff;
    font-size: 30px;
}

.contato-conteudo a{
    line-height: 26px;
    color: #4b4b4b;
    transition: .4s;
    font-weight: 500;
}

.contato-conteudo {
    font-weight: 500;
}

.contato-conteudo a:hover{
    color: #004dff;
    text-decoration: none;
}

.margin-top-5 {
    margin-top:50px;
}

.float-inherit {
    float: inherit;
}

.display-inline {
    display: inline !important;
}

.navbar-nav {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .center-responsive {
        text-align: center !important;
    }
}

.font-size-15 {
    font-size: 15px;
}

a:hover {
    text-decoration: none;
}

.background-white {
    background-color: #fff;
}

.servico-residencial {
    border-bottom: 10px solid blue;
}

.servico-comercial {
    border-bottom: 10px solid red;
}

.servico-interior {
    border-bottom: 10px solid yellow;
}

.residencial-div figure {
    background: blue;
}

.comercial-div figure {
    background: red;
}

.interior-div figure {
    background: yellow;
}

.residencial-div figure img, .comercial-div figure img, .interior-div figure img {
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.residencial-div figure:hover img, .comercial-div figure:hover img, .interior-div figure:hover img {
    opacity: .5;
}


.empreendimentos {
    float: left;
    width: 100%;
    padding: 100px 0px;
    background-image: url(../images/banner/parallax.png);
    background-size: cover;
    background-position: center center;

    background-attachment: fixed;
    background-repeat: no-repeat;
}

.empreendimentos h3 {
    color: #fff;
    margin-bottom: 20px;
}
.empreendimentos h5 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 50px;
}

.imagem-pb {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE */
}

.team {
    padding-top: 50px;
}


@media only screen and (max-width: 1024px) {
    .navbar-default .navbar-brand img {
        width: 110px !important;
    }

}
@media only screen and (max-width: 768px) {

    .navbar-default .navbar-brand img {
        width: 70px !important;
    }
}

.background-white {
    background: #fff;
}


.video-youtube {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
 }

.video-youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 560px;
    max-height: 315px;
}

.orange-line-btn {
    transition: .4s;
}
.orange-line-btn:hover {
    background-color: #004dff;
}

.whatsapp-fixed {
    background: #4ecd5c;
    right: 3rem;
    bottom: 3rem;
    position: fixed;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    font-size: 2.5rem;
    z-index: 99999;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    transition: .4s;
}

.whatsapp-fixed:hover{
    background: blue;
    color: #fff;
}


.whatsapp-fixed::after{
    color: #fff;
}



.call-to-action {
    float: left;
    width: 100%;
    padding: 100px 0px;
    background-image: url(../images/banner/cta.png);
    background-size: cover;
    background-position: top center;

    background-attachment: fixed;
    background-repeat: no-repeat;
}

.call-to-action h3 {
    color: #fff;
    margin-bottom: 20px;
}
.call-to-action h5 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {

    .whatsapp-fixed {
        right: 2rem;
        bottom: 2rem;
    }
}

@media only screen and (max-width: 425px) {

    .whatsapp-fixed {
        right: 1rem;
        bottom: 1rem;
    }
}