.home-banner-topo {
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    padding-top: 9%;
    background-attachment: fixed;
}
.home-banner-topo::before {
    content: '';
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-banner-topo img {
    max-height: 100px;
}
.home-banner-topo h2 {
    font-family: OpenSansLight;
    color: #FFFFFF;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.home-banner-topo h3 {
    font-family: "OpenSansLight";
    color: #E9B280;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.home-banner-topo .control-btn {
    position: fixed;
    bottom: 15%;
}

.home-banner-topo .btn {
    padding: 10px 30px;
    border: 1px solid #E9B280;
    font-family: BebasNeueLight;
    color: #E9B280;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}
.home-banner-topo .btn:hover {
    background-color: #E9B280;
    color: #000000;
}


.categorias {
    height: 100%;
}
.categorias .item {
    height: 100vh;
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.categorias .item:nth-child(even) {border-left: 0.5px solid #666666;}
.categorias .item:nth-child(odd) {border-right: 0.5px solid #666666;}
.categorias .item h2 {
    font-family: BebasNeueBook;
    color: #FFFFFF;
    font-size: 60px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.categorias .item .descricao {
    font-family: OpenSansRegular;
    color: #D69E71;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 0 40px;
    height: 100px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;

}


.servicos .linha-servicos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.servicos .linha-servicos .item {
    float: left;
    width: 25%;
    text-align: center;
    height: 245px;
}
.servicos .linha-servicos .item:nth-child(even) {
    border-right: 0.5px solid #666666;
    border-left: 0.5px solid #666666;
}
.servicos .linha-servicos .item:nth-child(odd) {
    border-left: 0.5px solid #666666;
    border-right: 0.5px solid #666666;
}
.servicos .linha-servicos .item:first-child {
    border-left: none;
}
.servicos .linha-servicos .item:last-child-child {
    border-rightr: none;
}
.servicos .linha-servicos .item h2 {
    font-family: BebasNeueRegular;
    color: #D69E71;
    font-size: 25px;
}
.servicos .linha-servicos .item img {
    margin-top: 15px;
   max-height: 120px;
}


.referencias {
    height: 100%;
}
.referencias .linha-buttons {
    height: calc(100vh - 70px);
}
.referencias .linha-buttons .btn {
    float: left;
    width: 25%;
    height: 50%;
    overflow: hidden;
}

.referencias .linha-buttons .btn h2 {
    color: #FFFFFF;
    font-family: BebasNeueRegular;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.referencias .linha-buttons .btn .descricao {
    font-family: OpenSansRegular;
    color: #D69E71;
    font-size: 14px;
    /*height: 60px;*/
    overflow: hidden;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 0 30px;
}
.referencias .linha-buttons .btn img {
    width: 40px;
    margin: 0 auto;
}
.referencias .linha-buttons .btn-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}
.referencias .linha-buttons .btn-back::before {
    content: '';
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.referencias .linha-buttons .btn:hover .btn-back {
    transform:scale(1.1)
}

.referencias .linha-buttons .btn.background-padrao:hover::before {

    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}


.localizacoes {
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
}

.localizacoes .linha-titulo {
    border: none;
    background-color: transparent;
}


.localizacoes .texto {

    text-align: center;
    font-family: OpenSansRegular;
    color: #FFFFFF;
    font-size: 12px;
    padding-bottom: 20px;
    /*background: rgba(0, 0, 0, 0.9);*/
}
.localizacoes .mapa {
    /*background: rgba(0, 0, 0, 0.9);*/
    height: calc(100% - 106px);
    padding: 60px;
}
.maplegend {
    display: none;
    border: 1px solid #E9B280;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.7);
    padding: 5px 10px;
    font-family: OpenSansSemiBoldItalic;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
}


@media (min-width: 500px) and (max-width: 767px) {

    .home-banner-topo .conteudo {
        padding: 0 10px;
    }
    .home-banner-topo img {
        max-height: 85px;
        padding: 0 20px;
    }
    .home-banner-topo h2 {
        font-size: 30px;
    }
    .home-banner-topo h3 {
        font-size: 18px;
    }
    .home-banner-topo .btn {
        font-size: 20px;
    }


    .categorias .item {
        height: 100vh;
        width: 100%;
    }
    .categorias .item:nth-child(2n+1) {
        border-right: none;
    }
    .categorias .item h2 {
        font-size: 35px;
    }
    .categorias .item .descricao {
        padding: 0 25px;
        height: auto;
    }

    .servicos-control {
        margin-top: 360px;
    }
    .servicos .linha-servicos {
        position: absolute;
        top: -360px;
        left: 0;
        width: 100%;
    }
    .servicos .linha-servicos .item {
        float: left;
        width: 50%;
        text-align: center;
        height: 180px;
        overflow: hidden;
        border-bottom: 1px solid #666666;
    }

    .servicos .linha-servicos .item h2 {
        font-size: 20px;
    }
    .servicos .linha-servicos .item img {
        margin-top: 15px;
        max-height: 80px;
    }

    .servicos .padding-top-245 {
        padding: 0 10px;
    }


    .referencias .linha-buttons .btn {
        float: left;
        width: 100%;
        height: 50%;
        overflow: hidden;
    }


    .localizacoes {
        height: auto;
        padding: 0 10px;
        background: rgba(0, 0, 0, 1);
    }
    .localizacoes .mapa {
        height: auto;
        padding: 20px;
    }

}

@media only screen and (max-width: 499px) {

    .home-banner-topo .conteudo {
        padding: 0 10px;
    }
    .home-banner-topo img {
        max-height: 85px;
        padding: 0 20px;
    }
    .home-banner-topo h2 {
        font-size: 30px;
    }
    .home-banner-topo h3 {
        font-size: 18px;
    }
    .home-banner-topo .btn {
        font-size: 20px;
    }


    .categorias .item {
        height: 100vh;
        width: 100%;
    }
    .categorias .item:nth-child(2n+1) {
        border-right: none;
    }
    .categorias .item h2 {
        font-size: 35px;
    }
    .categorias .item .descricao {
        padding: 0 25px;
        height: auto;
    }


    .servicos-control {
        margin-top: 720px;
    }
    .servicos .linha-servicos {
        position: absolute;
        top: -720px;
        left: 0;
        width: 100%;
    }
    .servicos .linha-servicos .item {
        float: left;
        width: 100%;
        text-align: center;
        height: 180px;
        overflow: hidden;
        border-bottom: 1px solid #666666;
    }
    .servicos .linha-servicos .item:last-child {
        border-bottom: none;
    }
    .servicos .linha-servicos .item h2 {
        font-size: 20px;
    }
    .servicos .linha-servicos .item img {
        margin-top: 15px;
        max-height: 80px;
    }

    .servicos .padding-top-245 {
        padding: 0 10px;
    }


    .referencias .linha-buttons .btn {
        float: left;
        width: 100%;
        height: 50%;
        overflow: hidden;
    }


    .localizacoes {
        height: auto;
        padding: 0 10px;
        background: rgba(0, 0, 0, 1);
    }
    .localizacoes .mapa {
        height: auto;
        padding: 20px;
    }
}