html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
* {margin: 0; padding: 0;}

@import url('https://fonts.googleapis.com/css?family=Raleway');

body,
html {height: 100%;}

body {overflow-x: hidden;
font-family: 'Raleway', sans-serif;}

body {
    /*background-color: violet*/;
}
ol, ul {
    list-style: none;}

#logo {
    position: relative; 
    margin-left: 38rem;
    margin-top: 0.5rem; 
    z-index: 1;
}
.sec-header {
    background: url(../img/bg-header.png) center center no-repeat;
    background-size: cover;
    /*margin: 20px 0 0;*/ 
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 150px;
}
.ativo{
    /*background-color: #761425;*/
    background-image: url(../img/hover-navbar.png);
    padding:18.5px 10px !important;
    color: #fff;
}

#navbarTogglerDemo02 ul {
    font-size: 18px;
}
.navbar-nav span{display: none;}

.navbar-nav {margin-left: 1rem;}

#navbarTogglerDemo02 a:hover{
    /*background-color: #761425;*/
    background-image: url(../img/hover-navbar.png); 
    padding:18.5px 10px;
    color: white;
    text-decoration: none;
}

#navbarTogglerDemo02 a{
    padding:10px;
    color: white
}

.sec-empresa {
    background: url(../img/bg-empresa.png) center center no-repeat;
    background-size: cover;
    /*margin: 20px 0 0;*/ 
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 220px;
}

.sec-empresa #sec-empresa-bx{
    margin-top: 30px;
    /*background-color: rgba(55, 87, 130,0.5);*/
    text-align: justify-all;
}
.sec-empresa #sec-empresa-bx .estilo {
    margin-left: 10rem;
}
.sec-empresa #sec-empresa-bx .estilo .span {
    background-image: url(../img/line-empresa.png);
    width: 348px;
    height: 2px;
    margin: -5px 0 0 -5px;
}
.sec-empresa #sec-empresa-bx h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #424242;
}
.sec-empresa #sec-empresa-bx p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #424242;
    width: 300px;
}
.sec-empresa .btn-empresa {
    margin-left: 30rem;
    margin-top:1rem;
}

.sec-empresa .btn-empresa #float {
    float: left;
    margin-right: 1rem;
    margin-top: 1rem;
}

.sec-empresa .btn-empresa p {
    color: #424242;
    text-align: center;
    margin-left: 1rem;
}

.sec-servicos .tt-geral {
    background: url(../img/line-servicos.png) no-repeat 50% 50%; 
    min-height: 42px; 
    line-height: 42px; 
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    font-size: 20px; 
    color: #212121;
    font-weight: 500;
    text-transform: uppercase;
}
.sec-servicos .tt-geral span{
    color: #acacac;
    font-weight: 600;
}

.sec-servicos h4 {
    font-size: 16px;
    color: #212121;
}
.sec-servicos p {
    font-size: 14px;
    color: #8e182d;

}
.sec-servicos .info {
    font-size: 12px;
    width: 160px;
    color: #212121;
    margin-bottom: 2rem;
}

#linhaTopoServicos{
    border: 1px solid #acacac;
    border-radius: 30px;
    width: 96%;
}

#sec-fotos {
    margin-left: -1rem;
}
.sec-info  {
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    font-size: 20px; 
    color: #212121;
    font-weight: 500;
    text-transform: uppercase;
}
#btn-maisFotos {
    border-radius: 5px;
    width: 95%;
    margin-top: 0.5rem;
    background-color: #1d1d1d;
    border: none;
    font-weight: bolder;
    cursor: pointer;
}
#btn-maisFotos:hover {background-color: #761425;}

.infoOrcamento {
    background: url(../img/bg-info-orcamento.png) center center no-repeat white;
    width: 349px;
    height: 268px;
    margin-top: 1rem;
    -webkit-box-shadow: 9px 10px 5px -6px rgba(0,0,0,0.24);
    -moz-box-shadow: 9px 10px 5px -6px rgba(0,0,0,0.24);
    box-shadow: 9px 10px 5px -6px rgba(0,0,0,0.24);
    margin-left: -1rem;
}
.infoOrcamento p {
    font-size: 16px;
    color: white;
    font-weight: bolder;
    padding-top: 9rem;
    padding-left: 2rem;
    width: 230px;

}
.infoOrcamento p a {
    text-decoration: none;
    text-transform: none;
}

.infoOrcamento a:hover {
    color: white;
}

.infoLocaliza {
    background: url(../img/bg-info-localiza.png) center center no-repeat white;
    width: 349px;
    height: 268px;
    margin-top: 1rem;
    -webkit-box-shadow: 9px 10px 5px -6px rgba(0,0,0,0.24);
    -moz-box-shadow: 9px 10px 5px -6px rgba(0,0,0,0.24);
    box-shadow: 9px 10px 5px -6px rgba(0,0,0,0.24);
    margin-left: 0.5rem;
}

#btn-localiza {
    float: right;
    /*padding-top: 2.7rem;*/
}

footer {
    background: url(../img/bg-footer.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 320px;
    min-height: 126px;
}
footer ul{
    margin: 0px 0 0 0;
    /*float: right;*/
    font-size: 18px;
    color: white;
}
#logo-footer {
    margin: 140px 0 0 35%;
    float: left;
    width: 150px;
    position: absolute;
}
#endereco {
    margin: 150px 0 0 20px !important;
    float: left;
    width: 300px;
    font-size: 15px;
    text-align: left;
    font-family: 'arial';
}

#img-footer {
    margin-left: -400px;
    margin-top: 7rem;
    float: left;
    width: 200px;
    display: none;
}

.end{
    width: 22px;
    height: 46px;
    background: url(../img/local.png) center 2px no-repeat;
    float: left;
    margin-right: 5px;
}
.tel{
    width: 19px;
    height: 20px;
    background: url(../img/tel.png);
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

footer #sitesrecife {
    float: right;
    position: relative;
    margin-left: 1rem !important;
    margin-top: 8rem;
    width: 35px;
}

.client-logo-caruosel {
    padding: 20px 1px;
}

.tt-cliente {
    /*background: url(../img/line-servicos.png) no-repeat 50% 50%; */
    min-height: 42px; 
    line-height: 42px;
    margin-bottom: -5px; 
    margin-top: 1.5rem;
    /*margin-bottom: 2rem;*/
    font-size: 20px; 
    color: #212121;
    font-weight: 500;
    text-transform: uppercase;
}
.sec-cliente {
    margin-bottom: 2rem;
}
.sec-cliente .tt-geral span{
    color: #acacac;
    font-weight: 600;
}

#linhaTopoCliente{
    border: 1px solid #acacac;
    border-radius: 30px;
    width: 99%;
    margin-left: 0rem;
}

.sec-cliente .carousel-control-prev-icon {
    color: black;
    background-image: url(../img/left.png);
}
.sec-cliente .carousel-control-next-icon {
    color: black;
    background-image: url(../img/right.png);
}
.sec-cliente .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    left: -1rem;
}

.sec-cliente .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.sec-cliente .carousel-control-next-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    /*background: transparent no-repeat center center;*/
    background-size: 100% 100%;
}

.sec-cliente .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    /*background: transparent no-repeat center center;*/
    background-size: 100% 100%;
}

/* -----A EMPRESA -----*/

#topoEmpresa{
    background: url(../img/topoEmpresa.png) center center no-repeat;
    background-size: cover;
    height: 220px;
}

#topoConteudoEmpresa{
    background: url(../img/empresa.png) no-repeat;
    /*background-color: #8e182d;*/
    width: 165px;
    height: 160px;
    padding: 8px 80px 5px 10px;
    border-radius: 0px 0px 0px 0px;
    top: 22px;
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

/* -----SERVIÇOS -----*/

#topoServicos{
    background: url(../img/topoServicos.png) center center no-repeat;
    background-size: cover;
    height: 220px;
}

#topoConteudoServicos{
    background: url(../img/servicos.png) no-repeat;
    /*background-color: #8e182d;*/
    width: 165px;
    height: 160px;
    padding: 8px 80px 5px 10px;
    border-radius: 0px 0px 0px 0px;
    top: 22px;
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px; 
}
#bottom {
    margin-bottom: 1rem;
}

#estiloServicos {
    background-color: #c2c2c2;
    padding: 10px;
    margin-bottom: 1rem;
}

#estiloServicos h5 {
    color: #8e182d;
}

#linhaTopoServicos2{
    border: 1px solid #c2c2c2;
    border-radius: 30px;
    width: 300px;
}

#sec-historia {
    background: url(../img/bg-empresa-lateral.png) no-repeat;
    height: 900px;
}

#sec-historia h5{
    color: white;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    width: 300px;
    padding-top: 20px;
}

#sec-historia #p1{
    color: white;
    width: 270px;
    font-size: 12.5px;
}

#sec-historia #p2{
    color: white;
    width: 230px;
    font-size: 12.5px;
}

#sec-historia #p3{
    color: white;
    width: 220px;
    font-size: 12.5px;
}

/* -----CLIENTES -----*/

#topoEmpresa{
    background: url(../img/topoClientes.png) center center no-repeat;
    background-size: cover;
    height: 220px;
}

#topoConteudoEmpresa{
    background: url(../img/empresa.png) no-repeat;
    /*background-color: #8e182d;*/
    width: 165px;
    height: 160px;
    padding: 8px 80px 5px 10px;
    border-radius: 0px 0px 0px 0px;
    top: 22px;
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.Icon1{
        background: url(../img/sprite-cliente.png) 0px 0px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon2{
        background: url(../img/sprite-cliente.png) -191px 0px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon3{
        background: url(../img/sprite-cliente.png) -381px 0px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon4{
        background: url(../img/sprite-cliente.png) 0px -168px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon5{
        background: url(../img/sprite-cliente.png) -191px -168px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon6{
        background: url(../img/sprite-cliente.png) -381px -168px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon7{
        background: url(../img/sprite-cliente.png) 0px -336px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon8{
        background: url(../img/sprite-cliente.png) -191px -336px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon9{
        background: url(../img/sprite-cliente.png) -381px -336px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon10{
        background: url(../img/sprite-cliente.png) 0px -504px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon11{
        background: url(../img/sprite-cliente.png) -191px -504px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon12{
        background: url(../img/sprite-cliente.png) -381px -504px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon13{
        background: url(../img/sprite-cliente.png) 0px -672px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon14{
        background: url(../img/sprite-cliente.png) -191px -672px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon15{
        background: url(../img/sprite-cliente.png) -381px -672px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

.Icon16{
        background: url(../img/sprite-cliente.png) 0px -840px no-repeat;
        height: 160px;
        width: 160px;
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 1rem;
}

/* -----GALERIA -----*/

#topoGaleria{
    background: url(../img/topoGaleria.png) center center no-repeat;
    background-size: cover;
    height: 220px;
}

#topoConteudoGaleria{
    background: url(../img/servicos.png) no-repeat;
    /*background-color: #8e182d;*/
    width: 165px;
    height: 160px;
    padding: 8px 90px 5px 10px;
    border-radius: 0px 0px 0px 0px;
    top: 22px;
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

/** LIGHTBOX CSS3 **/

.lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 80%;
    margin-top: 5%;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}
#thumbnail {
  /*display: inline;
  height: 170px;
  padding: 20px 7px 0 0px;
  margin-top: 1px;*/
  width: 150px;
  margin: 20px 14px 0 0;
}

.letter {
    color: #fff;
    font-size: 20px;
    padding: 10px 20px 0px 20px;
}

/* -----CONTATO -----*/

#topoContato{
    background: url(../img/topoGaleria.png) center center no-repeat;
    background-size: cover;
    height: 220px;
}

#topoConteudoContato{
    background: url(../img/servicos.png) no-repeat;
    /*background-color: #8e182d;*/
    width: 165px;
    height: 160px;
    padding: 8px 90px 5px 10px;
    border-radius: 0px 0px 0px 0px;
    top: 22px;
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

#bot-Contato {
    /*border-radius: 0px 25px 0px 25px;*/
    width: 9rem;
    margin-top: 0.5rem;
    background-color: #8f182d;
    margin-left: -1rem;
    border: none;
    float: left;
}
#bot-Contato:hover {background-color: #000;}

#mapa {
    margin-top: 2rem;
    margin-bottom: 2rem;
}