@charset "utf-8";
/* CSS INICIAL */

.full-width-slider{
    margin-top: 50px;
}
/* [BEGIN] ESTILIZAÇÃO HEADER */

/* [END] ESTILIZAÇÃO HEADER */

/* -------- BANNER -------- */

.sec_banner {
    background: url('../imagens/home/banner.jpg') no-repeat center;
    position: relative;
    padding-bottom: 800px;
}

/* SOBRE */

.sec_sobre {
    background: url('../imagens/home/bg_sobre.jpg') no-repeat center left;
    background-size: cover;
    padding-bottom: 150px;
}
.sec_sobre .content-sobre {
    max-width: 520px;
    margin: auto;
    margin-right: 0;
}
.sec_sobre h2 {
    color: #000;
    margin-top: 165px;
}
.sec_sobre p {
    margin-top: 65px;
    color: #000;
}
.sec_sobre .btn {
    margin-top: 70px;
    margin-right: 0;
}

/* SERVIÇOS */

.sec_servicos {
    background: url('../imagens/home/bg_servicos.jpg') no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
}
.sec_servicos h2 {
    color: #fff;
    margin-top: 100px;
    border-left-color: #fff;
}
.sec_servicos .flex {
    margin-top: 60px;
}
.sec_servicos .flex .servico {
    width: 240px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}
.sec_servicos .flex .servico:hover {
    transform: scale(1.1);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}
.sec_servicos .flex img {
    display: block;
    margin: auto;
}
.sec_servicos .flex p {
    margin: auto;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}
.sec_servicos .btn {
    margin-top: 80px;
    color: #007a42;
    background: #fff;
}
.sec_servicos .btn:hover {
    color: #fff;
    background: #41584e;
}

/* CLIENTES */

.sec_clientes {
    background: url('../imagens/home/bg_clientes.jpg') no-repeat center;
    background-size: cover;
    padding-bottom: 35px;
}
.sec_clientes h2 {
    margin-top: 70px;
}
.sec_clientes img {
    margin-top: 20px;
}
.sec_clientes .quadrado-depoimento {
    max-width: 730px;
    background: #577aa6;
    border-radius: 6px;
    color: #fff;
    padding: 25px 60px;
    margin-top: 70px;
}
.sec_clientes .quadrado-depoimento p {
    margin-top: 14px;
    font: 14px 'KhmerUI';
    line-height: 25px;
}
.sec_clientes .btn {
    margin-top: 40px;
}

.semiarid:before{content:""; background:url('../imagens/home/semiarid.png') no-repeat center; background-size:contain; height:500px; width:340px; display:block;     position: relative;
    float: left;
    margin-left: -437px;
    margin-top: -109px;
    margin-bottom: -70px;}
.semiarid h2{line-height:39px;}
    
    @media only screen and (max-width: 700px) {
.semiarid:before{margin:auto; margin-top:30px; margin-bottom:40px;}

}