﻿/*@import url('https://fonts.googleapis.com/css?family=Poppins|Quicksand');*/


@import url(https://fonts.googleapis.com/css?family=Quicksand:regular,300,500,700|Source+Sans+Pro:regular,200,200italic,300,300italic,italic,600,600italic,700,700italic,900,900italic&subset=latin,latin-ext,vietnamese,greek,cyrillic-ext,cyrillic,greek-ext);

body {
    font-family: 'Quicksand', sans-serif;
}


/* nav */

nav {
    background: rgba(0, 0, 0, 0.6) !important;
    /*background-color: transparent !important;*/
    /*background: rgba(255, 255, 255, 0.4) !important;*/
    /*background: rgba(20, 150, 69, 0.6) !important;*/
    border-bottom: 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav .navbar-brand {
    width: 100px;
    height: 100px;
    background: url(../img/logo/b_logo3.png) no-repeat;
    margin-right: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav .navbar-collapse > ul > li {
    border-left: 1px solid #f5d315;
    padding: 5px 15px;
}

nav .navbar-collapse > ul > li:first-child {
    border-left: 0;
}

nav .navbar-collapse > ul > li > a {
    display: block;
    /*border-bottom: 2px solid transparent;*/
    /*border-bottom: 2px solid red;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*text-transform: uppercase;*/
    padding: 5px;
    font-weight: 600;
    color: #ffffff !important;
}

nav .navbar-collapse > ul > li > a:hover,
nav .navbar-collapse > ul > li.active > a, 
nav .navbar-collapse > ul > li.show > a {
    color: #f5d315 !important;
}

nav .navbar-collapse ul {
    list-style: none;
}

nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu,
nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu {
    border-radius: 0;
    border: 0;
    background-color: #f5d315;
    margin-left: 0;
    margin-top: 2px;
    padding-top: 0;
    padding-bottom: 0;
    list-style: none;
}

nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li, 
nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li {
    /*color: #ffffff;*/
    border-bottom: 1px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    /*font-weight: 600;*/
}

nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li > a,
nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
    color: #ffffff;
    /*border-bottom: 1px solid #ffffff;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    font-weight: 600;
}

nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li:last-child,
nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li:last-child {
    border-bottom: 0;
}

nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li:hover,
nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li:hover {
    background-color: transparent !important;
    /*color: #149645;*/
    /*color: #555555;*/
    cursor: pointer;
}

    nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li > a:hover,
    nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li > a:hover {
        /*background-color: transparent !important;*/
        /*color: #149645;*/
        color: #555555;
        text-decoration:none;
        /*cursor: pointer;*/
    }


a.dropdown-toggle::after {
    display: none;
}

/*nav .navbar-collapse > ul > li.dropdown > ul.dropdown-menu > li > a.dropdown-toggle::after {
    display: none;
}*/

/* nav.shrink */
nav.shrink {
    background: rgba(0, 0, 0, 0.6) !important;
    min-height: 60px;
}

nav.shrink .navbar-brand {
    padding-top: 0px !important;
    width: 60px;
    height: 60px;
    background: url(../img/logo/s_logo.png) no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* //nav.shrink */

/* //nav */

/* carousel */

.carousel-inner > .carousel-item {
    transition: opacity 0.8s ease-in-out 0.2s;
}

.carousel-inner > .carousel-item > div:first-child {
    /*width:100%;*/
    height: 700px;
    background: center center no-repeat;
}

.carousel-caption {
    text-align: center;
    bottom: 150px;
    padding-top: 0;
    padding-bottom: 0;
}

.carousel-caption > span {
    margin: 0 auto 0 auto !important;
    /*border: 2px solid #ffffff;*/
    /*border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;*/
    max-width: 900px;
    line-height: 150px;
    /*background-color: rgba(255,255,255,0.6);*/
    text-shadow: 0 1px 2px rgba(0,0,0, 1);
    color: #ffffff;
    font-style: normal;
    font-weight: 800;
    font-size: 54px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 40px;
}

ol.carousel-indicators > li.active {background-color:#f5d315;}

/* //carousel */

section {
    margin-top:50px;
}

.text_header_strong {
    font-weight: 700;
    font-style: normal;
    color: #2c261f;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -3px;
}

.text_small_header {
    font-weight: 700;
    font-style: normal;
    color: #1d1303;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-overflow: ellipsis;
}

.text_smaller_header {
    font-weight: 700;
    font-style: normal;
    color: #1d1303;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-overflow: ellipsis;
}

.dinamic_div {
    height: 45px;
    z-index: -1;
    overflow-y: hidden;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f5d315;
    /*margin: 1em 0;*/
    padding: 0;
}

div.servicos{
    margin-bottom:50px;
}

div.servicos > div.row:nth-child(2) {
    margin-top: 50px;
    text-align: center;
    position:relative;
}

div.servicos > div.row:nth-child(2) > div {
    padding-left: 0;
    padding-right: 0;
}

div.servicos > div.row:nth-child(2) > div > img {
    /*border: 1px solid red;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
    /*-webkit-filter: brightness(80);
    filter: brightness(80%);*/
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -o-filter: brightness(80%);
    -ms-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.servicos > div.row:nth-child(2) > div > img.lessbright {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.*/
    /*-webkit-filter: brightness(40);
    filter: brightness(40%);*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.servicos > div.row:nth-child(2) > div > ul {
    position: absolute;
    top: 220px;
    left: 20px;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: left;
}

div.servicos > div.row:nth-child(2) > div > ul > li {
    float: left;
}

div.servicos > div.row:nth-child(2) > div > ul > li > a {
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0,0,0, 1);
}

div.servicos > div.row:nth-child(2) > div > ul > li > a:hover {
    text-decoration:none;
}

div.servicos > div.row:nth-child(2) > div > ul > li:first-child {
    width: 310px;
}

div.servicos > div.row:nth-child(2) > div > ul > li > a > i.fa-chevron-circle-right {
    opacity: 0;
}

@media (max-width: 991px) {

    div.servicos{padding-left:0}


    div.servicos > div.row:nth-child(2) > div > ul {
        position: absolute;
        top: 250px;
        left: 85px;
    }
}

body.exterior {
    /*height: 100%;*/
    background: #fff url(../img/bg/exterior.jpg) no-repeat fixed center -450px;
}

body.madeira {
    /*height: 100%;*/
    /*background: #fff url(../img/bg/cozinhas2.jpg) no-repeat fixed center -450px;*/
}

body.aluminio {
    /*height: 100%;*/
    /*background: #fff url(../img/bg/cozinhas2.jpg) no-repeat fixed center -450px;*/
}

body.soalhos {
    /*height: 100%;*/
    background: #fff url(../img/bg/soalhos.jpg) no-repeat fixed center -450px;
}

body.tetos {
    /*height: 100%;*/
    background: #fff url(../img/bg/tetos.jpg) no-repeat fixed center -450px;
}

body.portas {
    /*height: 100%;*/
    background: #fff url(../img/bg/portas.jpg) no-repeat fixed center -450px;
}

body.moveis {
    /*height: 100%;*/
    background: #fff url(../img/bg/moveis.jpg) no-repeat fixed center -450px;
}

body.escadas {
    /*height: 100%;*/
    background: #fff url(../img/bg/escadas.jpg) no-repeat fixed center -450px;
}

body.cozinhas {
    /*height: 100%;*/
    background: #fff url(../img/bg/cozinhas.jpg) no-repeat fixed center -450px;
}

body.projetos {
    /*height: 100%;*/
    background: #fff url(../img/bg/projetos.jpg) no-repeat fixed center -450px;
}

body.restauros {
    /*height: 100%;*/
    background: #fff url(../img/bg/restauros.jpg) no-repeat fixed center -450px;
}

body.exteriores {
    /*height: 100%;*/
    background: #fff url(../img/bg/exteriores.jpg) no-repeat fixed center -450px;
}

body.contactos {
    /*height: 100%;*/
    background: #fff url(../img/bg/contactos.jpg) no-repeat fixed center -240px;
}

.section-page-caption {
    margin-top: 350px;
    margin-bottom: 30px;
}

.section-page-caption-no-img {
    margin-top: 150px;
    margin-bottom: 0px;
}

.page-caption {
    color: #f5d315;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.page-caption > h4 {font-style: italic;}

.section-page-text {
    padding:50px 0 30px 0;
    background-color: #ffffff;
}

.section-page-text-no-img {
    padding: 10px 0 30px 0;
    background-color: #ffffff;
    margin-top:20px;
}

.section-page-text h5,
.section-page-text-no-img h5 {
    color: #f5d315;
}

.section-page-text-no-img > .container > .row > div > div p:nth-child(odd) {
    margin-bottom:0;
    font-weight:bold;
    padding-left:20px;
}

.section-page-text-no-img > .container > .row > div > div > p:nth-child(even) {
    font-style: italic;
    padding-left: 20px;
}

.section-page-text-no-img > .container > .row > div > ol > li {
    font-weight: bold;
    margin-top:10px;
}

.section-page-text-no-img > .container > .row > div > ol > li:first-child {
    margin-top: 0;
}

.section-page-text-no-img > .container > .row > div > ol > li > p {
    font-weight: normal;
    margin-bottom: 5px;
}

.section-page-text-no-img > .container > .row > div > ol > li > ol {
    list-style-type: lower-latin;
    font-weight: normal;
    padding-left: 20px;
}

.section-page-text-no-img > .container > .row > div > ol > li > ol > li > p {
    margin-bottom: 0;
}

    .section-page-text-no-img > .container > .row > div > ol > li > ul {
        font-weight: normal;
        padding-left: 20px;
    }

        .section-page-text-no-img > .container > .row > div > ol > li > ul > li > p {
            margin-bottom: 0;
        }

.section-porfolio {
    margin-top: 150px;
    /*padding-top:30px;*/
    padding: 50px 0;
    background-color: #ffffff;
}

.section-porfolio h1 {
    color: #f5d315;
    line-height: 1;
    margin-bottom: 0;
}

.section-porfolio h4 {
    color: #f5d315;
    font-style: italic;
    line-height: 1;
}

.thumbs {
    padding-top: 10px;
}

.section-porfolio .thumbs:nth-child(2) {
    margin-top: 0px;
}

.section_footer {
    background-color: #f5d315;
    margin-top: 0;
}

.section_footer > .container > .row > div:first-child {
    padding-left:20px;
}

.section_footer > .container > .row > div:last-child {
    padding-right: 20px;
}

.section_footer ul {
    margin: 0;
    padding: 20px 0;
}

.section_footer li {
    display: inline;
}

.sub_menu > li {
    border-right: 2px solid #ffffff;
    margin-right:10px;
    padding:5px 15px 5px 0;
}

.sub_menu > li > a {
    font-weight: 500;
    color: #ffffff !important;
}

.sub_menu > li:last-child {
    border: 0;
}

.social > li {
    padding: 5px 0 5px 5px;
}

.social > li > a {
    color: #ffffff !important;
}

.social > li > a:hover {
    color: #ffc107 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.section_copyright {
    background-color: #ffc107;
    border-top: 0px solid #ffffff;
    margin-top:0;
}

.section_copyright > .container > .row > div {
    padding: 0;
    margin: 0;
}

.section_copyright ul {
    padding: 0;
    margin: 5px 20px 5px 0;
}

.section_copyright li {
    display: inline;
    background: url(../img/logo/mini_logo.png) no-repeat 0px 0px;
    padding: 8px 0 8px 34px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.fancybox-thumbs__list a::before {
    border: 3px solid #f5d315 !important;
}

.btn_send, .btn_clear {
    font-weight: 600;
    margin-top: 10px;
}

/*@media all and (min-width: 768px) {*/
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

        .fancybox-show-thumbs .fancybox-inner {
            right: 0;
            bottom: 95px;
        }
    /*}*/