/*---------------------------------------------------------
    Template Name: SHAPES
    Template URI:  http://www.lion-coders.com
    Description:   Onepage Template
    Author:        Lion-coders
    Author URI:    http://www.lion-coders.com
    License:       GNU General Public License version 3.0
    License URI:   http://www.gnu.org/licenses/gpl-3.0.html
    Version:       1.0
------------------------------------------------------------
                
        1. General Styles
        2. Preloader Styles
        3. Header Styles
        4. Side Nav menu Styles
        5. Main Content Styles
        6. Section One Styles
        7. Section Two Styles
        8. LightBox Styles
        9. Section Three Styles
        10. Section Four Styles
        11. Section Five Styles
        12. Section Six Styles
        13. Section Seven Styles
        14. Pagepilling Styles
        15. Blog & Post Page Styles
        16. Responsive media Styles
                    
------------------------------------------------------------*/


/*-----------------------------

      [1. General Styles]

------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 2.1428;
}

img {
    border: 0
}

a {
    color: #444;
    transition: all 0.3s;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MontserratRegular',Playfair Display,arial,sans-serif;
}

h1 {
    font-weight: 900;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.themeColor {
    color: #c5a47e;
}

.btn-light {
    background-color: #c5a47e;
    border-radius: 0;
    font-size: 12px;
    z-index: 999;
}

.btn-light:hover {
    color: #111;
}


/*-----------------------------

      [2. Preloader Styles]

------------------------------*/

html {
    background-color: #f2efeb;
}

body #loader-wrapper {
    background-color: rgba(0, 0, 0, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

#loader-wrapper .load-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#loader-wrapper .load-content span {
    display: block;
    text-align: center;
    width: 100%;
}


/*-----------------------------

      [3. Header Styles]

------------------------------*/

.logo {
    left: 2.6%;
    position: fixed;
}

.logo img,
.logo_over img {
    margin-top: 20px;
}

.logo h2,
.logo_over h2 {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.slogan {
    left: -1%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.slogan h5 {
    font-size: 9px;
    letter-spacing: 3px;
    transform: rotate(-90deg);
}

.menu_icon {
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    padding-top: 10px;
    position: fixed;
    width: 8.33%;
}

.menu_icon p {
    cursor: pointer;
    font-size: 23px;
}


/*-----------------------------

      [4. Side Nav menu Styles]

------------------------------*/


/* Side nav css */

.sidenav {
    background-color: #f2efeb;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 0;
    position: fixed;
    top: 0;
    transition: all 0.1s ease 0s;
    width: 0;
    z-index: 101;
}

.sidenav a {
    font-family: Montserrat;
    font-size: 12px;
    padding: 3px 3px 22px;
}

#menu li {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    list-style: outside none none;
    text-align: center;
    width: 100%;
}

.active a {
    color: #444;
    letter-spacing: 1px;
}

.sidenav a {
    text-decoration: none;
    color: #000000;
    display: block;
    transition: 0.3s;
    line-height: 142%;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #c2b49a;
}

.sidenav .closebtn {
    bottom: 0;
    font-size: 25px;
    position: absolute;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 0px;
    }
    .sidenav a {
        font-size: 9px;
    }
}

.slogan_over {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
}

.slogan_over h5 {
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-left: -34%;
    transform: rotate(-90deg);
    white-space: nowrap;
    width: 100%;
}

.sidenav_left {
    float: left;
    width: 70%;
}

.sidenav_right {
    background: #c2b49a none repeat scroll 0 0;
    color: #000;
    float: right;
    height: 100%;
    width: 30%;
}

.logo_over {
    position: absolute;
    width: 70%;
}

#menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
}

.menu_close a {
    width: 70%;
}

.menu_close a {
    border-top: 1px solid #d9d7d3;
    font-weight: bold;
    padding: 3px 3px 0px;
}


/*-----------------------------

      [5. Main Content Styles]

------------------------------*/

.col-md-11.content {
    position: static;
}

.more_link {
    bottom: -100px;;
    color: #fff;
    left: 45%;
    position: absolute;
    z-index: 99;
}

.more_link a {
    color: #fff;
    font-family: Montserrat;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    display: block;
    letter-spacing: 3px;
}

.more_link i {
    font-size: 18px;
}


/* Backgrounds will cover all the section
  * --------------------------------------- */

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7 {
    background-size: cover;
    border-left: 1px solid #ddd;
    z-index: 111;
    padding: 0 0 150px 0;
}


/*-----------------------------

      [6. Section One Styles]

------------------------------*/

#section1 {
    background-image: url(../images/bg/home.jpg);
    text-align: center;
}

.home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*.home:before {
    border: 30px solid rgba(255, 255, 255, 0.2);
    content: '';
    height: 400px;
    left: 15%;
    position: absolute;
    top: 0;
    width: 400px;
    z-index: -1
}*/

#section1 h1 {
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #c5a47e;
    font-size: 200px;
}

#section1 h5 {
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    margin-right: 0px;
    margin-top: -26px;
}


/* HERO SLIDER*/

#lionhero .item {
    height: 100vh;
}

#lionhero .item img {
    background-size: cover;
}

#lionhero .item .slide {
    height: 100vh;
}

.slide.one {
    background: url(../images/slider/slide-1.jpg) 48% 48%;
    background-size: cover;
}

.slide.two {
    background: url(../images/slider/slide-2.jpg) 48% 48%;
    background-size: cover;
}

.slide.three {
    background: url(../images/slider/slide-3.jpg) 48% 48%;
    background-size: cover;
}

#lionhero .item .welcome-text {
    left: 20%;
    padding-left: 70px;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}

.owl-item.active .welcome-text p {
    animation: 1s .6s fadeInUp both;
}

.owl-item .welcome-text:before {
    border: 30px solid rgba(255, 255, 255, 0.2);
    content: '';
    height: 400px;
    left: -100px;
    position: absolute;
    top: -100px;
    width: 400px;
    z-index: -1;
}

.owl-item .welcome-text p {
    color: #FFF;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    max-width: 300px;
}

#lionhero.owl-theme .owl-nav {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#lionhero.owl-theme .owl-nav .owl-prev,
#lionhero.owl-theme .owl-nav .owl-next {
    background-color: transparent;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

#lionhero.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 30px;
    transform: rotate(-90deg);
}

#lionhero.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 30px;
    transform: rotate(90deg);
}


/*-----------------------------

      [7. Section Two Styles]

------------------------------*/

#section2 {
    background: #f2efeb;
}

.work_area {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

#work {
    padding: 6px 0 150px;
}


div#section2.active{
    /*visibility: hidden;*/
}

nav#menu-projetos ul{list-style: none;text-align: center; }
nav#menu-projetos ul li{display: inline-block; margin: 0 17px 0 17px; padding-top: 14px;}
nav#menu-projetos ul li span{ color: #c42026;     
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
nav#menu-projetos ul li span.active-menu,nav#menu-projetos ul li span:hover{font-family: 'MontserraBold'; text-decoration: underline;}

#work a {
    opacity: 1;
    margin-bottom: 6px;
    overflow: hidden;

}

#work a img{
/*     -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    transition: opacity 500ms linear;*/
}

#work a:hover img{
    opacity: 0.70;
}

.work1 img{

}

.work1 img,
.work3 img,
.work5 img,
.work6 img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;

}


.work1 ,
.work3 ,
.work5 ,
.work6  {
    width: 50%;
    height: 350px;
}

.work2 ,
.work4 {
    width: 100%;
    height: 706px;
} 



.work2 img,
.work4 img {
    right: 50%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    max-width: max-content;
}   

.work1 {
    float: left;   
    width: 50%;
    position: relative;
    /*padding: 0 6px 6px 0;*/
    clear: both;
}

.work2 {
    float: right;
    height: 100%;
    height: 706px;
    width: 50%;
    position: relative;
    border-left: 6px solid #F2EFEB;
}

.work3 {
    float: left;
    /*height: 50%;*/
    width: 50%;
    position: relative;
    /*padding: 0 6px 0 0;*/

}

.work4 {
    float: left;
    /*height: 100%;*/
    height: 706px;
    width: 50%;
    position: relative;
}

.work5 {
    float: right;
    /*height: 50%;*/
    width: 50%;
    position: relative;
    padding-left: 6px;
}

.work6 {
    float: right;
    /*height: 50%;*/
    width: 50%;
    position: relative;
    padding-left: 6px;
}

.work1 .work_text { 
    /*bottom: 6px;*/
}

.work_text {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    line-height: 0;
    padding: 11px;
    position: absolute;
    width: 275px;
    border-left: 4px solid #e03795;
}

.work_text span{
    float: right;
    color: #e03795;
    margin-bottom: 2px;
}
.posicionaImagem{
    width: 100%;
    transform: translate(0%,0%) !important;
}

/* single portfolio item view  start*/

.single_work h1 {
    font-family: 'MontserratLight';
    margin-top: 0;
    color: #c42026;
    text-transform: uppercase;
    font-size: 30px;
}

.single_work h2 {
    font-family: 'MontserratLight';
    margin-top: 0;
    color: #aaa49d;
    text-transform: uppercase;
    font-size: 18px;
    clear: both;
}

.single_work p {
    font-size: 14px;
    clear: both;
    color: #c9c6c2;
    font-family: 'MontserraBold';
}

.single_button {
    border: 0 none;
    border-radius: 11px;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 3px 25px;
    background-color: #e03795;
    color:#fff;
    font-size: 10px;
    font-family: 'MontserratLight';
}

.text_single {
    float: left;
    font-size: 14px;
    margin: 20px 0;
    width: 40%;
}

#view-single {
    float: left;
    margin: 20px 0;
    width: 60%;
}

#view-single > li {
    display: inline;
    font-size: 14px;
}

#view-single a {
    color: #444;
    margin: 0 5px;
}

#view-single a:hover {
    color: #c5a47e;
}

.single_content {
    margin-top: 10px;
}

#lionportfolio .item img{max-width: 100%; height: auto;}

.single_content .img_holder {
    height: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

div.img_holder_menor {
    padding-right: 0;
}

div.img_holder_menor img {
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}

div.img_holder_menor a {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
}

h4.responsaveis{
    clear: both;
    font-weight: bold;
    font-size: 14px;
    font-family: "Montserrat";
    margin: 20px 0;
}

h4.responsaveis span {
    font-size: 12px;
    color: #c42026;
    margin-left: 3px;
}

ul.caracteristicas {
    clear: both;
    padding: 0 18px;
}

.caracteristicas li {
    text-transform: uppercase;
    color: #979797;
}

.single_content img {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.arrow_left {
    float: left;
    margin-right: 15px;
    margin-top: 11px;
}

.arrow_right {
    float: right;
    margin-left: 15px;
    margin-top: 11px;
}

.navigation_indicate {
    font-size: 18px;
}


/* single portfolio item view  end*/


/*-----------------------------

      [9. Section Three Styles]

------------------------------*/

#section3 {
    background: #fff;
}

.about_left {
    float: left;
    padding: 0 7% 3%;
    position: relative;
}

.about_content_top > h1, .title-bim {
    font-weight: normal;
    margin: 24px 0;
    text-transform: uppercase;
    color: #c42026;
    font-family: 'MontserratLight';
}

.about_content_top span {
    color: #c42026;
    text-transform: uppercase;
}

.about_content_top > p {
    font-size: 12px;
    line-height: 20px;
}

.about_content_bottom {
    margin-bottom: 35px;
    margin-top: 33px;
}

.about_content_bottom > h1 {
    float: left;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 0 42px;
    padding: 0 5px 5px;
}

.about_content_bottom > p {
    font-size: 10px;
    margin-left: 33px;
    padding-top: 5px;
    color: #d98789;
    text-transform: uppercase;
    font-family: 'MontserratMedium';
}

.about_right img {
    display: inline;
    padding: 20px;
    transform: translateY(8%);
    width: 68%;
}

.about_right {
    text-align: center;
}

.about_left img {
    width: 100%;
}

.midia-title {
    font-size: 30px;
    color: #c42026;
    text-transform: uppercase;
    font-family: 'MontserratLight';
    margin-bottom: 0;
    margin-left: 1px;
}
.midia.about_left{
    padding: 0 7% 150px;
}
#menu-projetos li span {
    cursor: pointer;
}

@media screen and (min-width: 768px){

    .midia .capas{
        width: 23%;
        height: 183px;
        position: relative;
        overflow: hidden;
        margin: 20px 5px;
        float: left;
    }

    nav#menu-projetos {
        position: absolute;
        top: 32px;
        background-color: #fff;
        z-index: 10;
        width: 505px;
        height: 50px;
        left: 50%;
        margin-left: -222.5px;
        /*visibility: hidden;*/
    }

}

.midia .capas img{
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
}

.midia .capas:nth-child(2) img{
    transform: translate(0, -40%);
}

.midia .capas:nth-child(3) img{
    transform: translate(0, -29%);
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

.modal-body{
    width: 30%;
    margin: 0 auto;
    text-align: center;
    z-index: 200;
    top: 24%;
    padding: 0;
    left: 35%;
    position: absolute;
    display: none;
}

.modal{
    background-color: #000;
    opacity: 0.8;
    z-index: 100;
}


/*-----------------------------

      [10. Section Four Styles]

------------------------------*/

#section4 {
    background-color: #fff;
}

#liontestimonial {
    padding-left: 40px;
}

.item {
    width: 50%;
    float: left;
}

.item:first-child {
    padding-right: 35px;
}

.item:nth-child(2) {
    padding-left: 35px;
}

#liontestimonial.owl-carousel .owl-item img {
    width: auto;
}

.client_area {
    padding: 20px 80px 150px;
}

.img-circle {
    height: 85px;
    width: 85px;
    position: absolute;
    overflow: hidden;
    left: -40px;
    float: left;
    top: -25px;
}

.owl-item.cloned {
    margin: 0 10px;
}

.owl-carousel .owl-stage-outer{
    max-height: 185px;
}

.client_one {
    background: #f2efeb none repeat scroll 0 0;
    float: left;
    margin-top: 50px;
    padding: 7px 0 0 65px;
    width: 100%;
    position: relative;
}

.client_one img {
    height: 95px;
    transform: translate(-40%,-5%);
    width: auto;
}

.item:nth-child(2) .client_one img{
    transform: translate(-28%,-5%);
}

.client_one h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #716558;
    font-size: 12px;
}

.client_one p {
    font-size: 10px;
    font-family: 'MontserratRegular';
    margin-bottom: 15px;
    padding-right: 10px;
    line-height: 19px;
}

.quote {
    right: 20px;
    top: -60px;
    font-size: 25px;
    color: #716558;
    position: absolute;
}

.quote:before{
    content: "”";
    font-family: 'Montserrat';
    font-size: 75px;
    font-weight: bold;
}

.service {
    color: #8c8c8c;
    padding: 20px 80px;
}

.service_details {
    display: block;
    overflow: hidden;
    width: 100%;
}

.service h1, .client_area h1{
    color: #c83c40;
    font-size: 30px;
    font-weight: normal;
    font-family: 'MontserratLight';
    margin: 7px 0 28px 9px;
}

.client_area h1{
    margin: 18px 0 8px 9px;
}

.nav-tabs {
    border-bottom: medium none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #444;
    cursor: default;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background: none;
}

.nav > li > a {
    display: block;
    padding: 0px;
    position: relative;
    /*width: 100%;*/
    border: none;
}

.tab-content {
    color: #444;
    font-size: 14px;
    line-height: 150%;
    background-color: #f2efeb;
    width: 100%;
    padding: 35px;
}

.tab-content p {
    font-size: 11px;
    color: #716558;
    font-family: 'MontserratRegular';
    padding-left: 35px; 
}

.tab-content a {
    border: 1px solid #c42026;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px 0 20px 19px;
    height: 24px;
    line-height: 24px;
}

.title-service {
    font-size: 18px;
    color: #a49c94;
    font-family: 'MontserratLight';
}
.title-service i {
    color: #c42026;
    font-size: 13px;
}

.title-service .glyphicon {
    top: 0;
    line-height: 0;
}

.service_icon a,
.service_icon {
    color: #959595;
    cursor: pointer;
    float: left;
}

.service_icon{
    padding: 10px 15px;
    margin-right: 35px;
    max-width: 125px;
}


.service_icon a, .service_icon.active a {
    height: 67px;
    text-align: center;
    width: 100%;
}

.service_icon.active{
    background-color: #f2efeb;
}

.service_icon{
    opacity: 0.4;
    height: 110px;
    width: 104px;
}

.active.service_icon{
    opacity: 1;
}

.service_icon:hover,
.service_icon:first-child {
    color: #fff;
}

.service_icon:hover{
    opacity: 1;
    transition: all 0.3s;
}

.service_icon i {
    font-size: 60px;
    padding: 5px 0;
}

.service_icon span {
    display: block;
    font-size: 10px;
    margin-top: 10px;
    color: #c83c40;
    line-height: 15px;
    text-align: center;
}

.service_text {
    font-size: 13px;
    line-height: normal;
    margin-top: 50px;
    width: 60%;
}

#interiores ul { 
    padding: 10px 50px;

}

#interiores ul li { 
    list-style: none;
}

#interiores ul li h4 {
    font-family: "MontserratLight";
    color: #a49c94;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 15px;
}

#interiores ul li p {
    padding: 0;
}


/*-----------------------------

      [11. Section Five Styles]

------------------------------*/

#section5 {
    background: #fff;
}

.team_top h1 {
    font-size: 45px;
    font-weight: 600;
}

.team_top {
    padding: 20px 70px;
}

.team_top span {
    color: #c5a47e;
}

.team_top p {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 120px;
}

.team_bottom {
    float: left;
    padding: 1.6%;
    width: 33.3333%;
}

.team_bottom img {
    width: 300px;
}

.team_details {
    background: #fff none repeat scroll 0 0;
    font-size: 12px;
    height: 55px;
    line-height: 7px;
    padding: 10px 0 10px 24px;
    position: absolute;
    top: 50%;
    width: 45%;
}

.team_details_social {
    background: #fff none repeat scroll 0 0;
    font-size: 12px;
    height: 100%;
    line-height: 7px;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.team_details_social a {
    font-size: 17px;
    padding: 5px;
    position: relative;
    right: -16%;
    top: 39%;
}

.team_details_social a:hover {
    color: #c5a47e;
}

.team_details:hover .team_details_social {
    opacity: 1;
}

.team_details h3 {
    font-size: 15px;
    margin: 0 0 10px 8px;
}


/*-----------------------------

      [12. Section Six Styles]

------------------------------*/

#section6 {
    background: #f7f7f7;
}

.blog_news {
    padding: 5%;
    margin-bottom: 20px;
}

.blog_title > h1 {
    float: left;
}

.blog_title > a {
    color: #444;
    float: right;
    font-size: 14px;
    font-style: italic;
    padding-right: 10px;
    padding-top: 30px;
}

.news_img {
    height: 330px;
    overflow: hidden;
    position: relative;
}

.overlay {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5a47e;
    height: 100%;
    margin: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.text p {
    margin: 30px 0;
}

.blog-details .text p {
    margin: 10px 0;
}

.text a {
    color: #c5a47e;
    font-size: 14px;
    font-weight: bold;
}

.text a:hover {
    color: #000000;
}

.news {
    float: left;
    margin: 30px 2%;
    width: 21%;
}

.news2 {
    float: left;
    margin-bottom: 30px;
    margin-right: 2%;
    margin-top: 30px;
    width: 32%;
}

.news2:last-child {
    margin-right: 0;
}

.news_img:hover .overlay {
    opacity: 1;
}

.blog_title {
    display: block;
    overflow: hidden;
}

.blog_title h1 {
    color: #c5a47e;
    font-weight: 600;
    margin-left: 8px;
}


/*-----------------------------

      [13. Section Seven Styles]

------------------------------*/

#section7,#error-404 {
    background-image: url(../images/bg/contact.jpg);
}

.social_icon {
    position: sticky;
    top: 30%;
}

.social_icon ul {
    position: absolute;
    right: 5%;
    text-align: center;
    width: 10px;
}

.member-social a {
    color: #fff;
    font-size: 14px;
}

.member-social a:hover {
    color: #c5a47e;
}

.member-social li {
    list-style: none;
}

.contact h1 {
    color: #ffffff;
    font-weight: normal;
    font-family: 'MontserratLight';
    font-size: 25px;
    text-transform: uppercase;
    max-width: 280px;
    margin-bottom: 7px;
}

.contact h3 {
    text-transform: uppercase;
    color: #716558;
    font-size: 15px;
    font-weight: 100;
    font-family: 'MontserratLight';
    margin-top: 0; 
    margin-bottom: 15px;
}

#section2 .intro {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contact_form {
    top: 100px;
    margin-left: 78px;
}

.contact_form p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0 20px;
    width: 80%;
}

.office_details p {
    color: #716558;
    font-size: 10px;
    line-height: 188%;
    font-family: 'MontserratLight';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.office {
    background-color: #FFF;
    padding: 25px 20px;
    top: 311px;
    margin-left: 10px;
    min-width: 277px;
}

.contact_form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 100%;
}

.form-group{
    margin-bottom: 7px;
}

.form-group .form-control{
    font-size: 10px;
    border-radius: 0px;
}

.contact_form ::-webkit-input-placeholder, .contact_form ::-webkit-textarea-placeholder {
    opacity: 0.8;
    color: #ffffff;
    font-family: 'Montserrat'; 
}

.contact_form :-moz-placeholder {
    opacity: 0.8;
    color: #ffffff;
    font-family: 'Montserrat';
}

.contact_form :-ms-input-placeholder, .contact_form :-ms-textarea-placeholder {
    opacity: 0.8;
    color: #ffffff;
    font-family: 'Montserrat';
}

.contact_form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 10px;
    width: 100%;
    height: 78px;
}

.btn-contact {
    background: #716558 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 12px;
    padding: 7px;
    width: 100%;
    margin-bottom: 30px;
    opacity: 1;
    border-radius: 0;
    letter-spacing: 1px;
}
.btn-contact.disabled{
    opacity: 0.85;
}
#msgSubmit {
    font-size: 17px;
    height: 22px;
    width: 100%;
    display: block;
    margin: 10px 0;
}

.mensage-load{
    color: #716558;
    font-size: 17px;
}

/*-----------------------------

      [14. Pagepilling Styles]

------------------------------*/

#pp-nav.right {
    left: 3.2%;
    z-index: 1;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    display: block;
}

#pp-nav span,
.pp-slidesNav span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0px solid #000;
    border-radius: 50%;
    display: none;
    height: 8px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 8px;
    z-index: 1;
}

#pp-nav span,
.pp-slidesNav span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 solid #000;
    border-radius: 50%;
    color: #000;
    display: none;
    font-size: 9px;
    height: 0 !important;
    left: 2px;
    letter-spacing: 3px;
    position: absolute;
    top: 2px;
    width: 0 !important;
    z-index: 1;
}

#pp-nav li a,
.pp-slidesNav li a {
    cursor: pointer;
    display: block;
    font-weight: 600;
    height: 100%;
    position: relative;
    text-decoration: none;
    transform: rotate(-90deg);
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

#pp-nav li:nth-child(5) span{
    left: -40px;
}

#pp-nav li,
.pp-slidesNav li {
    display: block;
    height: 13px;
    margin: 0;
    position: relative;
    width: 14px;
}

#pp-nav li:first-child {
    bottom: -40px;
}

#pp-nav li:nth-child(2) {
    bottom: -30px;
}

#pp-nav li:nth-child(3) {
    bottom: -20px;
}

.pp-scrollable {
    height: 100%;
    overflow-y: auto;
    width: 91.6667%;
}

.work_text h2 {
    color: #550b35;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    width: 150px;
    line-height: 18px;
}


/*-----------------------------

      [15. Blog & Post Page Styles]

------------------------------*/

#section0 {
    background: #fff;
    border-left: 1px solid #ddd;
}

.blog_post h1 {
    font-weight: 900;
    padding: 0px 35px;
}

.blog span {
    color: #c5a47e;
}

.blog_ul a {
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px;
}

.blog_ul a:hover {
    color: #f37777;
}

.post_text {
    font-size: 14px;
}

.post_text .sub-heading {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 30px 0 0;
}

.blog_content > p {
    padding-top: 10px;
}

.blog_content h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

span.comment-number {
    color: #444;
    float: left;
}

#blog-social {
    float: right;
}

#blog-social > li {
    display: inline;
    padding: 0 5px;
}

#blog-social a:hover {
    color: #c5a47e;
}

.pagination-inline li {
    display: inline;
}

.pagination-inline {
    margin: 50px auto;
}

.pagination-inline li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pagination-inline .active {
    border: 1px solid #c5a47e;
    border-radius: 5px;
}

.pagination-inline a {
    font-size: 14px;
    margin-left: 2px;
    margin-right: 5px;
    padding: 5px 20px;
}

.pagination-inline a:hover {
    background: #c5a47e;
    transition: all 0.1s ease 0s;
}

#comments {
    clear: both;
}

#comments img {
    width: 80px;
}

.blog_footer {
    background: #f0f0f0 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 10px;
    position: relative;
}

.blog_footer img {
    padding-top: 30px;
    width: 100px;
}

.newsletter-box {
    padding: 11px 20px;
}

#comments {
    margin-bottom: 50px;
}

#comments h5 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    ;
    font-size: 14px;
}

.comments-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.comments-list > li {
    padding: 14px;
    border: 1px solid #ddd;
    margin-bottom: 14px;
}

.comments-list > li:before,
.comments-list > li:after {
    content: " ";
    display: table;
}

.comments-list > li:after {
    clear: both;
}

.comments-list .children {
    margin: 14px -14px 0;
    padding-left: 5%;
    list-style: none;
    border-top: 1px solid #ddd;
}

.comments-list .children > li {
    padding: 14px 14px 0;
    border-bottom: 1px solid #ddd;
}

.comments-list .children > li:last-child {
    border-bottom: 0;
}

.comment:before,
.comment:after {
    content: " ";
    display: table;
}

.comment:after {
    clear: both;
}

.comment img {
    margin-top: 10px;
}

.comment-date {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
}

.comment-reply {
    font-size: 12px;
    font-weight: 600;
}

#respond h5 {
    font-size: 18px;
}

.comment-respond {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.comment-respond .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 12px;
    height: 40px;
    text-transform: uppercase;
}

.comment-respond textarea {
    min-height: 120px;
    max-width: 100%;
    resize: none;
}

.comment-respond input.form-control:focus,
.comment-respond textarea.form-control:focus {
    border-bottom: 1px solid #444;
    box-shadow: none;
}

.form-double:before,
.form-double:after {
    content: " ";
    display: table;
}

.form-double:after {
    clear: both;
}

.form-double .form-group {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.form-double .form-group.last {
    padding-right: 0;
    padding-left: 5px;
}

.form-submit {
    text-align: right;
}

.single-post-footer .newsletter-box #notifyMe {
    width: 80%;
    margin: auto;
}

.single-post-footer input.form-control {
    height: 40px;
    padding: 10px;
    border: 1px solid #444;
    background: rgba(255, 255, 255, 0.7);
}

.single-post-footer .input-group .btn-dark {
    height: 40px;
}

/*Página de erro*/

#error-404 {
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    display: table;
}

#error-404 h1, #error-404 a, #error-404 a:hover{
    color: #ffffff;
    font-family: "MontserratLight";
}

#error-404 a,#error-404 a:hover{
    font-family: "Montserrat";
    font-size: 14px;
    height: 30px;
    padding: 10px;
    background-color: #c42026;
}

#error-404 h1{
    font-size: 40px;
    margin-bottom: 20px;
}

#error-404 .content-error{
    display: table-cell;
    vertical-align: middle;
}

.texto-principal-bim, .texto-secundario{
    margin-bottom: 35px;
}

.texto-secundario h4 {
    margin-bottom: 5px;
}

.imagem-bim {
    margin-bottom: 27px;
}

/*--------------------------*/


/*-----------------------------

      [16. Responsive media Styles]

------------------------------*/


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #pp-nav.right {
        left: 3%;
    }
    .logo {
        left: 10px;
        position: fixed;
    }
    .team_bottom {
        position: relative;
    }
    .team_details {
        font-size: 10px;
        height: 50px;
        line-height: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 50%;
    }
    .team_details h3 {
        font-size: 10px;
        margin: 11px;
    }
    .team_details_social {
        padding: 2px 15px 10px 0;
    }
    .social_icon ul {
        left: 30%;
        position: absolute;
        text-align: center;
        top: 150px;
        width: 100%;
    }
    .member-social li {
        float: left;
        list-style: outside none none;
        padding: 10px 20px;
    }
    .team_top {
        padding: 20px 10px;
    }
    .team_bottom img {
        width: 200px;
    }
    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6,
    #section7 {
        background-size: cover;
        border-left: 1px solid #000;
        z-index: 111;
    }
    .navigation_indicate {
        font-size: 15px;
    }
    .navigation_indicate p {
        font-size: 10px;
        margin-top: 7px;
    }
    .news {
        float: left;
        margin: 30px 2.5%;
        width: 45%;
    }
    .blog_post h1 {
        font-weight: 900;
        padding: 0 25px;
    }
    .about_right > img {
        padding: 20px;
        transform: translateY(8%);
        width: 100%;
    }
    .service {
        color: #8c8c8c;
        padding: 20px 50px;
    }
    .client_area {
        padding: 20px 50px;
    }
    .single_content .img_holder {
        /*height: auto;*/
        height: 300px;
        margin-bottom: 15px;
        margin-top: 15px;
        overflow: hidden;
    }
    .work1 img, .work3 img, .work5 img, .work6 img {width: 150%;}
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6,
    #section7 {
        background-size: cover;
        border-left: 0px;
        top: 23%;
        z-index: 111;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    
    nav#menu-projetos {
        top: 111px;
        background-color: #fff;
        z-index: 10;
        width: 90%;
        margin-left: 5%;
        height: 40px;
        position: absolute;
    }

    nav#menu-projetos ul li {
        display: inline-block;
        margin: 0 4px 0 4px;
        padding-top: 10px;
        font-size: 10px;
    }

    .work1 , .work3 , .work5 , .work6 {
        height: 200px;
    }

    #work a{
        border: none;
        margin-bottom: 0;
    }

    .home img { 
        width: 100%;
    }

    .pp-scrollable {
        height: 100%;
        overflow-y: auto;
        width: 100%;
    }
    .header {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #ddd;
        position: fixed;
        z-index: 121;
        height: 85px;
    }

    .about_content_top > h1{
        font-size: 18px;
        margin-top: 115px;
    }

    .logo {
        float: left;
        left: 2.8%;
        position: relative;
    }
    .logo img,
    .logo_over img {
        margin-top: 23px;
        width: 35px;
    }
    .menu_icon {
        border-top: 0 none;
        bottom: 0;
        float: right;
        padding: 20px;
        position: relative;
        right: 15px;
    }
    .sidenav {
        border: 1px solid #ddd;
        height: 100%;
        left: auto;
        position: fixed;
        right: 0;
        top: 0;
        opacity: 1;
        transition: all 0.1s ease 0s;
        z-index: 150;
    }
    .sidenav .closebtn {
        bottom: auto;
        font-size: 24px;
        position: absolute;
        top: 0;
        right: 0;
    }
    #menu {
        position: absolute;
        text-align: center;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        width: 100%;
    }
    .menu_close a {
        border-top: none;
        margin-left: 0;
        margin-top: 5px;
        width: 30%;
    }
    #mynav > p {
        margin: 0;
    }

    .modal-body{
        top: 50%;
        width: auto;
        left: 23%;   
    }

    .modal-body img{
        max-width: 175px;
    }

    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6,
    #section7,
    #section0 {
        background-size: 100% 100%;
        border-left: 0px;
        top: 12%;
        z-index: 111;
    }

    #section1 {
        background-size: cover;
        background-position: center;
    }

    #section1 h1 {
        color: #f27777;
        font-size: 80px;
        font-weight: 900;
    }
    #section1 h5 {
        color: #fff;
        font-size: 29px;
        font-weight: 600;
        margin-top: -21px;
    }
    .more_link {
        bottom: 80px;
        color: #fff;
        left: 46%;
        position: absolute;
        transform: translateX(-50%);
    }

    #work {
        padding: 179px 0 80px;
    }

    .work-image-link {
        overflow: hidden;
    }

    .work1,
    .work3,
    .work5,
    .work6 {
        display: block;
        width: auto;
        padding: 0;
        height: 200px;
        width: 50%;
    }
    .work1 img,
    .work3 img,
    .work5 img,
    .work6 img {
        width: 185%;
    }

    .work_text {
        color: #fff;
        font-size: 10px;
        line-height: 0;
        padding: 10px 7px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .work1 .work_text{
        bottom: 0;
    }
    .work_text h2 {
        font-size: 10px;
        margin: 4px 0;
    }
    .work2,
    .work4 {
        height: 400px;
        display: block;
        width: 50%;
        padding: 0;
    }
    .work2 img,
    .work4 img {
        height: 400px;
    }
    .navigation_indicate {
        font-size: 15px;
        padding-bottom: 100px;
    }
    .navigation_indicate p {
        font-size: 10px;
        margin-top: 7px;
    }
    .text_single {
        float: left;
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
    }
    #view-single {
        float: left;
        margin-bottom: 0;
        width: 100%;
    }
    #view-single > li:first-child {
        padding-left: 0;
    }
    .midia .capas img {
        position: static;
        transform: translate(0, 0);
        display: inline-block;
    }
    .about_right_top h1 {
        color: #000;
        font-size: 80px;
    }
    .about_right_top h5 {
        color: #40dcc7;
        font-size: 20px;
        font-weight: 600;
        margin-top: -24px;
    }

    .about_right{
        padding-bottom: 40px;
    }

    .midia.about_left{
        margin-bottom: 50px;
    }

    .about_left img {
        width: 70%;
    }

    .about_right_bottom {
        padding-left: 10px;
        padding-right: 0px;
        padding-bottom: 70px;
        padding-top: 0px;
    }
    .capas{
        margin: 10px 0;
        text-align: center;
    }
    .midia-title{
        margin-bottom: 20px;
        font-size: 18px;
    }
    .service {
        color: #8c8c8c;
        padding: 10px;
    }
    .client_area {
        padding: 10px;
    }
    .service h1 {
        font-size: 18px;
        margin: 84px 0 25px 0;
    }
    .service_icon i {
        font-size: 20px;
        padding: 5px 0;
    }
    .service_icon a,
    .service_icon {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .title-service {
        font-size: 16px;
    }

    li.service_icon img {
        width: 40px;
    }

    .service_icon{
        width: 25%;
        padding-top: 10px;
        height: 77px;
    }

    .service_icon a, .service_icon.active a{
        width: 100%;
        height: 45px;
    }

    .service_icon span{
        font-size: 7px;
        padding: 0 3px;
        line-height: 10px;
    }

    .service_icon:last-child span{
        margin-top: 55px;
    }

    .item {
        padding: 0;
        width: 100%;
        float: none;
    }

    .item:first-child{
        padding-right: 0;
    }

    .item:nth-child(2), #liontestimonial{
        padding-left: 0;
    }

    .img-circle {
        left: -7px;
    }

    .client_one {
        width: 100%;
        padding: 7px 0 0 90px;
        margin-top: 46px;
    }

    .tab-content {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        padding: 0 35px;
    }
    .team_top {
        padding: 0;
    }
    .team_top h1 {
        font-size: 20px;
        font-weight: 600;
        padding-top: 20px;
    }
    .team_top p {
        color: #b2bcbc;
        font-size: 11px;
        line-height: 18px;
        padding: 0;
    }
    .team_bottom {
        float: none;
        padding: 1.6%;
        width: 100%;
    }
    .team_details {
        background: #fff none repeat scroll 0 0;
        font-size: 12px;
        height: 14%;
        line-height: 7px;
        padding: 5px 20px;
        position: absolute;
        top: 50%;
        width: 50%;
    }

    #section7{
        background-size: cover;
        background-position: center;
    }

    .contact h1 {
        font-size: 24px;
        margin-top: 55px;
    }
    .contact_form p {
        color: #fff;
        font-size: 11px;
        line-height: 15px;
        width: 100%;
    }
    .contact_form input,
    .contact_form p,
    .contact_form textarea,
    .btn-contact {
        width: 100%;
    }
    .contact_form {
        text-align: center;
        margin: 0;
        top: 10px;
    }
    .office {
        text-align: center;
        top: 0;
        margin: 0 0 80px 0;
        padding: 20px 0;
    }
    .social_icon ul {
        left: 0;
        position: absolute;
        right: 0;
        top: 150px;
        width: 100%;
    }
    .single_content img {
        width: 100%;
        height: auto;
        top: 50%; 
         -webkit-transform: translateY(0%); 
        -ms-transform: translateY(0%);
         transform: translateY(0%); 
         position: relative; 
    }
    .social_icon {
        padding-bottom: 300px;
    }
    .member-social li {
        display: inline-block;
        list-style: outside none none;
        padding: 10px;
    }
    .more_link {
        left: 50%;
    }
    .lb-overlay:target {
        top: 50px;
        width: 100%;
    }
    .lb-overlay div p {
        font-size: 13px;
        margin-left: 26%;
        width: 50%;
        margin-top: -35%;
    }
    .lb-overlay div h3 {
        font-size: 15px;
        left: 0;
        margin-left: 0;
        width: 26%;
        padding-top: 20px;
        margin-top: -35%;
    }
    .lb-prev {
        left: 2%;
    }
    .lb-next {
        float: right;
        right: 2%;
        width: 9%;
        left: auto;
    }
    .lb-overlay a.lb-close {
        bottom: 0;
        top: 215px;
    }
    .lb-overlay img {
        height: 200px;
    }
    .lb-overlay > div {
        width: 100%;
    }
    .blog_title > a {
        color: #fff;
        float: right;
        font-size: 13px;
        font-style: italic;
        padding-top: 26px;
    }
    .news {
        float: left;
        margin: 30px 0;
        width: 100%;
    }
    .news2 {
        float: left;
        margin-bottom: 30px;
        margin-right: 0;
        margin-top: 30px;
        width: 100%;
    }
    .about_right > img {
        padding: 12px 20px 20px;
        transform: translateY(8%);
        width: 100%;
    }
    .about_content_bottom > p, .about_content_bottom{
        margin-bottom: 0;
    }
    .client_area > h1 {
        font-size: 18px;
        margin: 10px 0 0 0;
    }
    .blog_title > a {
        padding-right: 0px;
    }
    .blog_post h1 {
        font-size: 22px;
        padding-top: 10px;
        text-align: center;
    }
    .blog_content {
        margin-top: 20px;
        position: relative;
    }
    .blog_sidebar {
        padding-bottom: 70px;
    }
    #comments img {
        width: 30px;
    }
    .blog_content,
    .client_area {
        padding-bottom: 100px;
    }
    .blog {
        padding-right: 15px;
    }
    .team_details h3 {
        font-size: 13px;
        margin-top: 10px;
    }
    .pagination-inline {
        padding-bottom: 150px;
    }
    #blog-social {
        text-align: center;
        margin-bottom: 0px;
    }
    .team_bottom img {
        width: 120px;
    }
    .team_details {
        background: #fff none repeat scroll 0 0;
        font-size: 8px;
        height: 40px;
        left: 25%;
        line-height: 7px;
        padding: 5px 20px;
        position: absolute;
        top: 50%;
        width: 50%;
    }
    .team_details h3 {
        font-size: 11px;
        margin-top: 2px;
    }
    .team_details_social {
        padding: 1px 45px 10px 16px;
    }

    .owl-item .welcome-text p {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        max-width: 190px;
    }
    #lionhero .item .welcome-text {
        left: 0;
        padding-left: 70px;
        position: absolute;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
    }
    .owl-item .welcome-text::before {
        border: 30px solid rgba(255, 255, 255, 0.2);
        content: "";
        height: 300px;
        left: 70px;
        position: absolute;
        top: -100px;
        width: 180px;
        z-index: -1;
    }
    .navigation_pb {
        padding-bottom: 150px;
    }
    .single_content .img_holder {
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .midia .capas{
        height: 91px;
    }
    .about_content_bottom {
        margin-bottom: 0px;
    }

    .about_right > img{
        width: 55%;
    }

    .about_left{
        padding-bottom: 0;
    }

    .midia.about_left {
        padding: 30px 7% 30px;
    }
}
@media screen and (min-width: 1550px) {
    .work2 img, .work4 img {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
