/**
 * Base
 */

:root {
    --orange: #d89a50;
    --gray: #343231;
}

html {
    font-size: 16px;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    background: #efeae0;
}

a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    line-height: 1;
}

/**
 * Components
 */

/* Buttons */

.btn {
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    transition: .25s;
}

.btn--primary {
    color: #fff;
    background: #d89a50;
    border-color: #d89a50;
}

.btn--outline-dark {
    color: #343231;
    background: transparent;
    border-color: #343231;
}

.btn--outline-dark:hover,
.btn--outline-dark:focus,
.btn--outline-dark:active {
    color: #fff;
    background: #343231;
}

.btn--outline-light {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.btn--outline-light:hover,
.btn--outline-light:focus,
.btn--outline-light:active {
    color: #343231;
    background: #fff;
}

/* Forms */

.control-label {
    font-weight: bold;
    color: #d89a50;
    text-transform: uppercase;
}

.form-control {
    background: #efeae0;
    border-color: #d89a50;
    border-radius: 0;
}

/* Wells */

.well {
    padding: 1rem;
    margin-bottom: 2rem;
    color: #fff;
    background: #d89a50;
    border: 1px solid #d89a50;
    border-radius: 0;
    box-shadow: none;
}

/* Hero */

.hero {
    border-bottom: 4px solid var(--orange);
}

@media (min-width: 768px) {
    .hero {
        margin-bottom: 6rem;
    }
}

@media (min-width: 992px) {
    .hero {
        margin-bottom: 3rem;
    }
}

@media (min-width: 1200px) {
    .hero {
        margin-bottom: 0;
    }
}

/**
 * Header
 */

.header {
    padding-top: 1rem;
    margin-bottom: 2.5rem;
}

.header__logo {
    width: 110px;
    margin: 0 auto 1rem;
}

@media (min-width: 768px) {
    .header {
        padding-top: 2rem;
    }

    .header__logo {
        width: 220px;
        margin: 0 0 2rem;
    }
}

/* Contact info */

.header-contact {
    margin-bottom: 1rem;
    text-align: right;
}

.header-contact__link {
    display: inline-block;
    margin-left: 1.5rem;
    font-weight: bold;
    color: #d89a50;
    transition: .25s;
}

@media (max-width: 767px) {
    .header-contact__link {
        margin-left: .5rem;
        font-size: .9rem;
    }
}

.header-contact__link:hover,
.header-contact__link:focus,
.header-contact__link:active {
    text-decoration: none;
}

.header-contact .fa {
    font-size: 1.2rem;
    color: #343231;
}

/* Nav */

.site-nav {
    padding: 1rem 2.5rem;
    background-color: rgba(216, 155, 80, .8);
    background-image: url(../img/nav-bg.png);
    background-position: 6px 0;
    background-repeat: repeat-y;
}

@media (min-width: 768px) {
    .site-nav {
        position: absolute;
        bottom: 0;
        left: 15px;
        z-index: 2;
        width: 250px;
    }
}

@media (min-width: 992px) {
    .site-nav {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .site-nav {
        width: 350px;
    }
}

.site-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-nav__link {
    display: block;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    text-transform: uppercase;
    transition: .25s;
}

.site-nav__link:hover {
    color: #343231;
    text-decoration: none;
}

.site-nav__item--active .site-nav__link {
    color: #343231;
}

@media (min-width: 1200px) {
    .home .site-nav {
        bottom: 5rem;
    }
}

/* Nav toggle / collapse */

.navbar-toggle {
    float: none;
    display: block;
    margin: 1rem auto;
    background: transparent;
}

.navbar-toggle {
    background-color: #343231;
}

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

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .header-collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
}

/**
 * Main
 */

main {
    padding-bottom: 5rem;
}

/**
 * Footer
 */

.footer {
    padding: 2rem 0 0;
    color: #fff;
    background: #343231;
    border-top: 4px solid #d89a50;
}

.footer a {
    color: #fff;
}

.footer-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .footer-nav {
        text-align: center;
    }
}

.footer-nav__link {
    color: #fff;
    line-height: 2;
    text-transform: uppercase;
}

.footer-addr {
    text-align: center;
}

.footer-addr .tel {
    font-size: 30px;
    font-weight: bold;
}

.footer__copy {
    padding: 1rem 0;
    margin-top: 2rem;
    background: #3e3d3c;
}

@media (max-width: 767px) {
    .footer__copy {
        font-size: .8rem;
    }
}

/**
 * Home
 */

.home-carousel {
    margin-bottom: 0;
}

.home-carousel .slick-arrow {
    position: absolute;
    bottom: 1.5rem;
    z-index: 666;

    display: block;
    width: 2rem;
    height: 2rem;

    font-size: 1.5rem;
    color: #d89a50;
    line-height: 1.5rem;
    text-align: center;

    background: #fff;
    border: 0;
    border-radius: 50%;
}

.home-carousel .slick-prev {
    left: 25%;
}

.home-carousel .slick-next {
    right: 25%;
}

.home-services {
    padding: 4rem 0;
    color: #fff;
    background: url(../img/home-services-bg.jpg) center center fixed;
    border-top: 5px solid #343231;
    border-bottom: 5px solid #343231;
}

.lmfao {
    padding: 1rem;
    margin-bottom: 2rem;
    background: rgba(216, 155, 80, .8);
}

.lmfao .nav-tabs {
    border-color: transparent;
}

@media (max-width: 767px) {
    .lmfao .nav-tabs > li {
        float: none;
    }
}

.lmfao .nav-tabs > li > a {
    font-weight: bold;
    color: #fff;
    background: rgba(216, 155, 80, .8);
    border-color: transparent;
    border-radius: 0;
}

.lmfao .nav-tabs > li.active > a,
.lmfao .nav-tabs > li.active > a:focus,
.lmfao .nav-tabs > li.active > a:hover {
    color: #343231;
    background: transparent;
    border-color: transparent;
}

/**
 * Serviços
 */

.services {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;

    margin-right: -15px;
    margin-left: -15px;
}

.service-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    margin-right: 15px;
    margin-left: 15px;
}

.service-card__block {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;

    padding: 1rem;
    margin-bottom: 2rem;
    background: #dfd2c1;
    border-bottom: 4px solid var(--orange);
}

/**
 * Obras
 */

.ayy {
    display: block;
}

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

.ayy__img-block {
    position: relative;
}

.ayy__overlay {
    position: absolute;
    top: 0;
    left: 0;

    display: none;
    width: 100%;
    height: 100%;
    padding: 2rem;

    font-size: 30px;
    color: #fff;
    text-align: center;

    background-color: rgba(52, 50, 49, .8);
    background-image:
        url(../img/frame-top-left.png),
        url(../img/frame-top-right.png),
        url(../img/frame-bottom-left.png),
        url(../img/frame-bottom-right.png);
    background-position:
        left top,
        right top,
        left bottom,
        right bottom;
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat;
}

.ayy:hover .ayy__overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.ayy__title {
    padding: 1rem .5rem;
    font-size: .9rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #d89a50;
}

.ayy:hover .ayy__title {
    color: #d89a50;
    background: #343231;
}

/**
 * Clientes
 */

.clients img {
    max-width: 200px;
}

/**
 * Contato
 */

#map {
    width: 100%;
    height: 400px;
    margin-top: 5rem;
    border-top: .25rem solid #d89a50;
}

/**
 * Utilities / Helper classes
 */

.row--no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row--no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.d-flex {
    display: -webkit-flex !important;
    display: flex !important;
}

@media (min-width: 768px) {
    .d-sm-flex {
        display: -webkit-flex !important;
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .d-md-flex {
        display: -webkit-flex !important;
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .d-lg-flex {
        display: -webkit-flex !important;
        display: flex !important;
    }
}

.align-items-center {
    -webkit-align-items: center !important;
            align-items: center !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
}

.flex-items-center {
    align-items: center;
}

.w-50 { width: 50%; }
@media (min-width: 768px)  { .w-sm-50 { width: 50%; } }
@media (min-width: 992px)  { .w-md-50 { width: 50%; } }
@media (min-width: 1200px) { .w-lg-50 { width: 50%; } }

.w-75 { width: 75%; }
@media (min-width: 768px)  { .w-sm-75 { width: 75%; } }
@media (min-width: 992px)  { .w-md-75 { width: 75%; } }
@media (min-width: 1200px) { .w-lg-75 { width: 75%; } }
