    /* fonts */
    
    @import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
    /*      font-family: 'Shadows Into Light', cursive; */
    
    @import url('https://fonts.googleapis.com/css2?family=B612:wght@400;700&display=swap');
    /*      font-family: 'B612', sans-serif, 400; */
    
    .text-title {
        color: #FFF;
        font-family: 'B612', sans-serif, 700;
        padding-bottom: 1%;
    }
    
    .text-titleBlack {
        color: #000;
        font-family: 'B612', sans-serif, 700;
    }
    
    .text-white {
        color: #FFF;
        padding-bottom: 1%;
    }
    /* CSS-PAGE */
    
    body {
        background-color: #f2f2f2;
        font-family: 'B612', sans-serif, 400;
        margin: 0;
        -webkit-touch-callout: none;
        /* iPhone OS, Safari */
        -webkit-user-select: none;
        /* Chrome, Safari 3 */
        -khtml-user-select: none;
        /* Safari 2 */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE10+ */
        user-select: none;
    }
    
    a {
        color: inherit;
    }
    
    a:link {
        text-decoration: none;
        color: #000000
    }
    
    a:active {
        text-decoration: none;
    }
    
    a:visited {
        text-decoration: none;
        color: #000000
    }
    
    a:hover {
        text-decoration: none
    }
    /*    Menu-Fixo    */
    
    header {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .mobile-menu {
        display: none;
    }
    
    .nome-logo {
        font-family: 'Shadows Into Light', cursive;
    }
    
    .navbar {
        margin: 0px !important;
        padding: 0px !important;
    }
    
    .dropdown-toggle::after {
        display: none;
    }
    
    .text-decoration-none {
        text-decoration: none!important;
    }
    
    .custom-logo {
        width: auto;
        height: 170px;
    }
    /* SEARCH */
    
    .search-menu {
        padding-top: 13px;
    }
    /* Search 4 - appear looking glass */
    
    .container-4 {
        overflow: hidden;
        width: 80%;
        vertical-align: middle;
        white-space: nowrap;
        /* position: relative; */
    }
    
    .container-4 input#search {
        width: 300px;
        height: 40px;
        background: #c5c5c5;
        border: none;
        font-size: 10pt;
        float: left;
        color: rgb(58, 58, 58);
        padding-left: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        outline: 0px;
        -webkit-transition: all .55s ease;
        -moz-transition: all .55s ease;
        -ms-transition: all .55s ease;
        -o-transition: all .55s ease;
        transition: all .55s ease;
    }
    
    .container-4 input#search::-webkit-input-placeholder {
        color: #585858;
    }
    
    .container-4 input#search:-moz-placeholder {
        /* Firefox 18- */
        color: #c5c5c5;
    }
    
    .container-4 input#search::-moz-placeholder {
        /* Firefox 19+ */
        color: #c5c5c5;
    }
    
    .container-4 input#search:-ms-input-placeholder {
        color: #c5c5c5;
    }
    
    .container-4 button.icon {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: none;
        background: #c5c5c5;
        height: 40px;
        width: 50px;
        color: #133619;
        opacity: 0;
        font-size: 10pt;
        -webkit-transition: all .55s ease;
        -moz-transition: all .55s ease;
        -ms-transition: all .55s ease;
        -o-transition: all .55s ease;
        transition: all .55s ease;
    }
    /* ANIMATION EFFECT */
    
    .container-4:hover button.icon,
    .container-4:active button.icon,
    .container-4:focus button.icon {
        outline: none;
        opacity: 1;
        margin-left: -50px;
        cursor: pointer;
    }
    /* Custom Header */
    
    .banner-top {
        width: 100%;
        height: calc(100vh - 0px);
        position: relative;
    }
    
    .text-center .img-responsive {
        margin: 0 auto;
    }
    
    .banner-principal {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .img-custom-header {
        position: relative;
        z-index: 2;
    }
    
    .carousel-control-next,
    .carousel-control-prev {
        z-index: 3;
    }
    
    .banner-mobile {
        display: none;
    }
    /* Sobre */
    
    .container-full {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .container-mobile-sobre {
        display: none;
    }
    
    .collum-left {
        width: 50%;
    }
    
    .collum-right {
        width: 50%;
    }
    
    .field-photo {
        position: relative;
        left: 0;
        width: 80%;
        min-height: 400px;
        margin-top: 100px;
        z-index: 1;
    }
    
    .field-sobre {
        position: relative;
        min-height: 400px;
        padding-left: 20%;
        padding-right: 10%;
        padding-top: 5%;
        padding-bottom: 3%;
        margin-left: -25%;
        margin-top: 50px;
        z-index: 0;
        background-color: #406026;
        -webkit-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        -moz-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .whitespace{
       /* white-space: pre-wrap;*/
    }
    .img-sobre-fundo {
        background-color: #F7BB24;
        width: 100%;
        -webkit-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        -moz-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-top: 15px;
    }
    
    .img-sobre {
        position: absolute;
        width: 100%;
        height: auto;
        -webkit-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        -moz-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        border-bottom: 15px solid #F7BB24;
        border-right: 15px solid #F7BB24;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-left: -15px;
    }
    /* Banner Azul */
    
    .camada-transparent {
        background: rgba(24, 83, 37, 0.7);
        width: 100%;
        height: 100%;
    }
    
    .text-mont {
        font-size: 40px;
    }
    
    .banner-texto-abaixo {
        margin-left: 50px;
    }
    
    .text-monospace-mobile {
        display: none;
    }
    
    .div-externa {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .div-interna {
        width: 100%;
    }
    /* CHAMADA PARA MONTAR O VASO */
    
    .monteVaso {
        padding-top: 50px;
    }
    
    .quadradoBranco {
        position: relative;
        width: 100%;
        min-height: 400px;
        margin-top: 150px;
        z-index: 1;
    }
    
    .field-monteVaso {
        position: relative;
        min-height: 400px;
        padding-left: 10%;
        padding-right: 18%;
        padding-top: 5%;
        padding-bottom: 3%;
        margin-right: -12%;
        margin-top: 50px;
        z-index: 0;
        background-color: #406026;
        -webkit-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        -moz-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .img-monteVaso-fundo {
        position: absolute;
        background-color: #F7BB24;
        width: 100%;
        height: 400px;
        -webkit-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        -moz-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-top: 20px;
        margin-top: -15px;
    }
    
    .img-monteVaso {
        position: absolute;
        width: 100%;
        height: 400px;
        -webkit-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        -moz-box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        box-shadow: -10px 12px 14px rgba(12, 21, 29, 0.548);
        border-radius: 10px;
        margin-left: -15px;
    }
    
    .btn-outline-warning:hover {
        color: #FFF;
    }
    /* GALERIA DE FOTOS */
    
    .gallery-photos {
        width: 100%;
        padding-top: 50px;
        position: unset;
    }
    /* Posts */
    
    .post-titulo {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 40px;
        color: white;
        padding: 0;
        font-family: 'Montserrat', sans-serif, '500';
    }
    
    .post-div {
        background-color: #f2f2f2;
        padding: 20px;
    }
    
    .maincontent {
        height: auto;
        margin-bottom: 40px;
        background-color: #f2f2f2;
    }
    
    .maincontent article {
        width: 50%;
        float: left;
    }
    
    .maincontent article a {
        text-decoration: none;
    }
    
    .post_item {
        margin: 15px;
        height: 400px!important;
    }
    
    .post_info {
        margin-top: 20px;
        min-height: 200px;
    }
    
    .post_data {
        color: #b0afb0;
        margin-top: 5px;
        text-transform: uppercase;
    }
    
    .post_title {
        font-size: 20px;
        color: #1e1e1e;
    }
    
    .post_excerpt {
        color: #8d8d8d;
        display: block;
        height: 100px;
        white-space: break-spaces;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .post_content {
        padding-bottom: 30px;
        border-bottom: 1px solid #CCCCCC;
    }
    
    .post_content img {
        max-width: 100%;
        height: auto;
    }
    
    .search-page {
        margin-top: 90px;
        font-family: 'Montserrat', sans-serif, '300';
        font-size: 30px;
    }
    
    .post_thumb {
        max-height: auto;
        max-width: auto;
        width: 100%;
        height: 100%;
    }
    
    .post_video iframe,
    .post_audio iframe {
        width: 100%;
        height: 235px;
        margin-top: -22px;
    }
    
    .pag {
        padding: 20px;
        clear: both;
    }
    
    .post_title_single {
        margin-top: 80px;
        margin-bottom: 10px;
        font-size: 25px;
    }
    
    .post_content img {
        max-width: 100%;
        height: auto;
    }
    
    .comments_area {
        border-top: 1px solid #CCCCCC;
    }
    
    .wpp-list {
        margin: 0;
        padding: 0;
        display: inline;
    }
    
    .custom-header img {
        width: 100%;
    }
    
    article.sticky {
        width: 100%;
    }
    
    .loadmoreButton {
        width: 150px;
        height: 40px;
        background-color: #406026;
        color: #FFF;
        text-align: center;
        line-height: 40px;
        margin: auto;
        cursor: pointer;
    }
    /* SECTION ORÇAMENTO */
    
    .orcamento {
        width: 100%;
        height: 300px;
    }
    
    .opacity-orcamento {
        width: 100%;
        height: 100%;
        background-color: rgba(27, 99, 17, 0.816) !important;
    }
    
    .logo-orcamento {
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /* MAPA */
    
    .mapa {
        height: 400px;
        width: 400px;
    }
    /* RODAPE */
    
    .rodape {
        position: relative;
        width: 100%;
        z-index: 3;
        background-color: black;
        padding-bottom: 40px ;
    }
    
    .mainfooter_scroll {
        position: absolute;
        background-color: #f2f2f2;
        width: 55px;
        height: 30px;
        left: 50%;
        margin-left: -37px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        text-align: center;
        cursor: pointer;
        z-index: 3;
    }
    
    .mainfooter_scroll img {
        height: 20px;
    }
    .end-mobile{
        display: none;
    }
    .mainfooter {
        background-color: #000;
        color: #FFFFFF;
        margin-top: 10px;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    
    @import url(https://fonts.googleapis.com/css?family=Lato);
    ._14 {
        font-family: 'Lato', sans-serif;
        font-size: 1.4em;
        -webkit-font-smoothing: antialiased;
    }
    
    .social-midia-footer {
        width: 40px;
        height: 40px;
    }
    
    .social-midia-footer:hover {
        width: 43px;
        height: 43px;
    }
    /*POP UP CONTATO */
    
    .pop-up-contact {
        background-color: #51a8b1;
        color: #FFF;
        height: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 99;
    }
    
    .hr-pontilado {
        border-top: 2px dashed #FFF;
        height: 4px;
    }
    
    .centraliza-popup {
        line-height: 50px;
    }
    
    .icon-social-popup img {
        margin-left: 10px;
        width: 35px;
    }
    
    .icon-social-popup img:hover {
        width: 38px;
    }
    
    .button-contato {
        background-color: #368891;
        color: #FFF;
        font-size: 20px;
        margin-top: 5px;
        width: 100%;
    }
    
    .button-contato:hover {
        background-color: #1d747d;
        color: #FFF;
        font-size: 20px;
    }
    
    .button-fecha {
        background-color: #FFF;
        color: #51a8b1;
        font-weight: 900;
        font-size: 20px;
        margin-top: 5px;
        width: 44px;
    }
    
    .button-fecha:hover {
        background-color: #1d747d;
        color: #FFF;
        font-size: 20px;
    }
    
    .popup-telefone {
        margin-top: 10px;
    }
    
    .text-popup {
        font-family: 'Montserrat', sans-serif, '500';
        font-size: 18px;
        line-height: 0.5;
    }
    /* Página não encontrada */
    
    .nao-encontrada {
        padding-top: 30px;
        height: 45vh;
    }
    
    .category-title {
        margin-top: 30px!important;
    }
    
    .post_info img {
        height: 250px;
    }
    /* Tablet vertical */
    
    @media (min-width:481px) and (max-width:787px) {
        .maincontent article {
            float: none;
            width: auto;
        }
        .maincontent article .post_item {
            height: auto;
            margin: 0;
            padding-top: 15px;
        }
        .text-mont {
            text-align: center;
        }
    }
    /* Celular Vertical */
    
    @media (max-width:480px) {
        .footer_widgets .row {
            display: block;
        }
        .navbar-default .navbar-collapse {
            border-color: transparent;
        }
        .logo {
            text-align: center;
        }
        .main_info,
        .search_area {
            display: none;
        }
        .main_nav {
            height: auto;
        }
        .main_nav .navbar-nav {
            margin: auto;
        }
        .maincontent article {
            float: none;
            width: auto;
        }
        .maincontent article .post_item {
            height: auto;
            margin: 0;
            padding-top: 15px;
        }
        .maincontent,
        .sidebar {
            padding-top: 1px;
        }
    }
    
    @media (max-width:1200px) {
        .icon-social-popup img {
            width: 28px;
        }
        .icon-social-popup img:hover {
            width: 30px;
        }
        .text-popup {
            font-size: 15px;
        }
    }
    
    @media (max-width:990px) {
        .pop-up-contact,
        .desktop-menu {
            display: none
        }
        .mobile-menu {
            display: block;
        }
    }
    
    @media (max-width:990px) {
        .pop-up-contact,
        .desktop-menu {
            display: none
        }
        .mobile-menu {
            display: block;
        }
    }
    
    @media (max-width: 570px) {
        .text-monospace-desktop,
        .container-full,
        .container-banner,
        .end-desktop{
            display: none;
        }
        .gallery-photos,
        .whitespace {
            padding-left: 10px;
            padding-right:10px;
        }
        .nome-logo{
            padding-left: 15px;
        }
        .navbar-toggler{
            padding-right: 15px;
        }
        .navbar-collapse{
            padding-left: 15px;
        }
        .end-mobile{
            display: block;
        }
        .banner-mobile {
            display: block;
            padding: 0px !important;
        }
        .banner-mobile img {
            width: 100%;
        }
        .banner-top {
            height: auto;
            background-color: #000;
        }
        .container-mobile-sobre {
            display: block;
        }
        .field-sobre-mobile {
            position: relative;
            padding: 10%;
            z-index: 0;
            background-color: #406026;
        }
        .text-monospace-mobile {
            display: block;
        }
    }