body {
    font-family: 'Merriweather', serif;
}

/* ------- BEGIN - COMUM -------*/
.font-20 {
    font-size: 20px;
}

.font-40 {
    font-size: 50px;
}

.pull-right {
    float: right;
}

.btn-padrao {
    color: #fff;
    background-color: #9a6233;
    border-radius: 0;
    padding: 5px 50px;
    font-weight: 700;
    cursor: pointer;
}

.text-marrom {
    color: #42210b;
}

h2 {
    font-weight: 700;
}

/* ------- END - COMUM -------*/


/* ------- BEGIN - CSS dropdown ------- */
.dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 10px;
    top: -6px;
}

.dropdown-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    right: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 14px;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
/* ------- END - CSS dropdown -------*/

/* ------- BEGIN - HEADER/MENU NAVEGACAO -------*/
.navbar-light .navbar-toggler {
    border-color: white;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#logo {
    width: 280px;
}

#menu-scroll {
    transition: all 0.8s ease 0s;
    background-color: rgba(0, 0, 0, 0.6) !important;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
}

.menu-scroll {
    opacity: 0;
}


@media only screen and (max-width: 991px) {
    .navbar-collapse {
        text-align: center;
    }
}


.navbar-nav > .nav-item {
    font-weight: 400;
    margin-left: 10px;
}

    .navbar-nav > .nav-item:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 0.1875rem;
    }

    .navbar-nav > .nav-item > a,
    .navbar-nav > .nav-item > a:hover,
    .navbar-nav > .nav-item.active > a:hover {
        color: #ffffff !important;
    }

.nav-link {
    font-size: 20px;
}
/* ------- END - HEADER/MENU NAVEGACAO -------*/

/* ------- BEGIN - CSS BANNER ------- */
.carousel > .carousel-inner {
    min-height: 100vh;
    max-height: 999px;
    padding: 0;
    position: relative;
}

    .carousel > .carousel-inner > .carousel-item > img {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.9;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
    border: 1px solid #ffffff;
    height: 40px;
    text-align: center;
    width: 40px;
    position: relative;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.carousel-title {
    top: 80vh;
    left: 19vw;
    width: 60vw;
    position: absolute;
}

.carousel-btn {
    position: absolute;
    top: 80vh;
    right: 10vw;
    display: flex;
}

.banner {
    min-height: 100vh;
    max-height: 999px;
    padding: 0;
    margin: 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
/* ------- END - CSS BANNER -------*/


/* ------- BEGIN - CSS SOBRENOS ------- */
#sobrenos .sobre-img {
    margin-left: 50px;
    position: relative;
    z-index: 2;
}

#sobrenos .sobre-content {
    background-color: #272727;
    color: white;
    padding: 40px 40px 40px 80px;
    margin-left: -50px;
}
/* ------- END - CSS SOBRENOS -------*/


/* ------- BEGIN - CSS PRODUTO ------- */
#produto {
    background-color: #272727;
}

    #produto h2 {
        color: white;
    }

    #produto h3 {
        color: #9a6233;
        font-weight: 700;
    }

    #produto .row {
        margin-bottom: 40px;
    }

    #produto .box-img img {
        width: 100%;
        height: 350px;
        transition: all .2s ease-in-out;
    }

        #produto .box-img img:hover {
            transform: scale(1.1);
        }

    #produto .box-content {
        background-color: white;
        color: black;
        padding: 30px;
        margin: -30px 40px 20px;
        position: relative;
    }
/* ------- END - CSS PRODUTO -------*/

/* ------- BEGIN - CSS GALERIA ------- */
#galeria {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #272727;
}

    #galeria h2 {
        color: white;
    }

#galeria .container-fluid {
    padding: 0 15px;
}

    #galeria .tz-gallery .gallery-item {
        padding: 0px;
    }

    #galeria .tz-gallery .lightbox span{
        display: none;
    }

    #galeria .tz-gallery .lightbox:hover span {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        justify-content: center;
        color: white;
        position: relative;
        z-index: 4;
        font-size: 30px;
    }

    #galeria .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        content: '';
        transition: 0.4s;
    }

    #galeria .tz-gallery a{
        text-decoration: none;
    }

    #galeria .tz-gallery .lightbox:hover:after,
    #galeria .tz-gallery .lightbox:hover:before {
        opacity: 1;
    }

    #galeria .baguetteBox-button {
        background-color: transparent !important;
    }

.gallery-item {
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
}
/* ------- END - CSS GALERIA -------*/

/* ------- BEGIN - CSS SECTION ------- */
.section-margin {
    padding: 120px 0px;
}

    .section-margin .container-fluid {
        padding: 0px 10vw;
    }

    .section-margin h2 {
        margin-bottom: 50px;
    }
/* ------- END - CSS SECTION -------*/

/* ------- BEGIN - CSS CONTATO ------- */
#contato h2, #contato .control-label {
    color: #9a6233;
}
.contato-title {
    color: #FF5349;
    font-size: 1.2em;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 20px;
}

#contato input, #contato textarea {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #6b310b;
    border-radius: 0;
}

#contato textarea:focus, #contato input:focus {
    outline: none;
    box-shadow: none;
}

#contato .form-group .error {
    color: #f30000;
}
/* ------- END - CSS CONTATO -------*/
/* --------- BEGIN - FOOTER --------- */
footer {
    padding: 40px 0 20px;
    background-color: #272727;
    color: #ffffff;
}

    footer h5 {
        margin-top: 40px;
        font-weight: 700;
    }

    footer p {
        font-weight: 300;
        overflow-wrap: break-word;
    }

    footer .link-site {
        margin-top: 60px;
    }

    footer .icon-whats {
        color: white;
    }

        footer .icon-whats img {
            width: 18px;
        }

    footer .icon-rede img{
        width: 42px;
    }
    /* ------- END - FOOTER -------*/
    #icon-whats {
        position: fixed;
        right: 0;
        top: 50vh;
        background-color: #9a6233;
        -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
        clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
        width: 60px;
        padding: 8px 8px 8px 15px;
    }


/* --------- BEGIN - BUTTON FAZER LIGAÇÃO --------- */
#click_telefonar {
    color: #ffffff;
}

@media (min-width: 737px) {
    #click_telefonar {
        display: none;
    }
}

@media (max-width: 736px) {
    #click_telefonar:hover {
        text-decoration: none !important;
    }

    #click_telefonar {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #222;
        z-index: 1000;
        text-align: center;
        display: block;
        z-index: 10000;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        text-decoration: none !important;
        background-color: rgba(154, 98, 51, 0.8);
        font-weight: 700;
    }
}
/* --------- END - BUTTON FAZER LIGAÇÃO --------- */

/* ------- BEGIN - CONTATO ------- */

/* --------- END - CONTATO --------- */

/* ------- BEGIN - CSS EXTRA ------- */

@media (max-width: 450px) {
    #logo {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .font-40 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px !important;
    }

    .banner-title, .carousel-title {
        top: 30% !important;
    }
}

@media (max-width: 1199px) {
    #sobrenos .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }

    #sobrenos .sobre-img {
        padding: 0 40px;
    }

    #sobrenos .sobre-content {
        padding: 40px;
    }
}
/* ------- END - CSS EXTRA -------*/