
/*--------- HEADER ----------*/

header {
    padding: 60px 0;
    position: relative;
    z-index: 100;
}

header.interna {
    background: #313131;
    padding: 30px 0;
}

header.interna .bg-header-1 { top: -20px; }

header .logo {
    max-width: 220px;
}

body {
    background: url('../images/bg-home.jpg') center no-repeat;
    background-size: cover;
}

#bg-menu {
    background: url('../images/bg-menu.png') center no-repeat;
    background-size: cover;
    width: 100%;
}

header ul.menu {
    list-style: none;
    padding: 20px 0;
    text-align: right;
    margin-right: 60px;
}

header ul.menu li {
    display: inline-block;
}

header ul.menu li a {
    font-size: 2.4rem;
    line-height: 4.1rem;
    letter-spacing: 2px;
    font-weight: 700;
    margin-left: 20px;
    padding-left: 20px;
    color: #b1b1b0;
    transition: all .3s ease-in-out;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    display: inline-block;
}

header ul.menu li a:after {
    position: absolute;
    content: '';
    top: 14px;
    right: -20px;
    width: 2px;
    height: 20px;
    background: #b1b1b0
}

header ul.menu li:last-child a:after { display: none; }

header ul.menu li a:hover, header ul.menu li a.active {
    color: #009540;
    text-decoration: none;
}

/* ---------- HOME ---------- */

.banner {
    background: #009540;
    border: 3px solid #ffffff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner img {
    width: 100%;
}

.banner .col-12.col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.banner strong {
    font-size: 3.2rem;
    line-height: 6.5rem;
    color: #ffffff;
}

.banner p {
    font-size: 2.8rem;
    color: #ffffff;
    line-height: 3rem;
    font-weight: 300;
}

.quem-somos {
    padding: 70px 0;
}

.img-circle img {
    width: 100%;
}

.img-faxada a p {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #ffffff;
    line-height: 4.7rem;
    font-size: 5rem;
    font-weight: 700;
}

.qualidade-prazo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.qualidade-prazo h4 {
    font-size: 4rem;
    color: #000000;
    line-height: 3rem;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}

.qualidade-prazo p {
    font-size: 2.8rem;
    color: #000000;
    font-weight: 700;
}

.qualidade-prazo p span {
    color: #009540;
    display: inline-block;
}

.quem-somos .empresa {
    padding: 80px 20px;
}

.clientes {
    padding: 20px 0;
}

.clientes h2 {
    margin-bottom: 40px;
    font-size: 8.8rem ;
    line-height: 8rem;
    color: #01903e;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700 ;
}


.clientes-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 40px;
}

.clientes-img .slick-slide { display: flex; justify-content: center; align-items: center; }
.clientes-img .slick-dots { left: 0; }

.clientes-img img {
    filter: grayscale(100%);
    max-width: 180px;
    max-height: 45px;
}

.img-servicos {
    padding: 20px 0;
    margin: 60px 0 30px;
}

.img-funcionarios {
    background: url('../images/img-funcionarios.jpg') center no-repeat;
    background-size: cover;
    padding: 150px;
}

.img-funcionarios h5 {
    font-size: 4.6rem;
    line-height: 4rem;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
}

.img-funcionarios h5 span {
    color: #e1f847;
    text-decoration: underline;
    display: inline-block;
}

.servicos-funcionarios h5 {
    font-size: 5.5rem;
    color: #01903e;
    font-weight: 700;
    line-height: 4.5rem;
    margin: 0 0 30px 0;
}

/* ---------- Footer -----------*/

.footer {
    background: url('../images/bg-footer.png') center bottom no-repeat;
    background-size: cover;
    /* background: #01903e; */
    padding: 120px 0 40px;
}

.footer p {
    color: #ffffff;
}

.footer p strong {
    font-weight: 700;
}

.infos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

/* .infos p {
    line-height: 1rem;
} */

.infos strong {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.3rem;
    color: #ffffff;
}

/* ---------- Contato ---------- */

.contato {
    padding: 30px 0;
}

.contato h2 {
    margin-bottom: 50px;
}

.contato-infos {
    padding: 80px 0;
}

h3 span {
    color: #01903e;
}

.contato-infos h3 {
    position: relative;
    font-size: 3.1rem;
    line-height: 3rem;
    color: #313131;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.contato-infos h3::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #464646;
    bottom: -20px;
    left: 0;
}

.contato-endereco {
    padding: 50px 0;
}

.contato-form h3 {
    margin-bottom: 30px;
    font-size: 3.1rem;
    line-height: 3rem;
    color: #313131;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.contato-form form .input-block {
    margin-bottom: 20px;
}

.contato-form form input {
    border: 1px solid transparent;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.6rem;
    width: 100%;
    height: 50px;
    background: #018138;
    padding-left: 15px;
}

.contato-form form input::placeholder {
    color: #ffffff !important;
}

.contato-form form textarea {
    border: 1px solid transparent;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.6rem;
    width: 100%;
    height: 200px;
    background: #018138;
    padding-left: 15px;
    padding-top: 15px;
}

.contato-form form textarea::placeholder {
    color: #ffffff !important;
}

.contato-form form button {
    border: 1px solid transparent;
    border-radius: 10px;
    width: 150px;
    height: 60px;
    background: rgb(162,162,162);
    background: linear-gradient(180deg, rgba(162,162,162,1) 10%, rgba(56,56,57,1) 47%, rgba(43,43,43,1) 100%);
    font-size: 3rem;
    color: #ffffff;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.contato-form form button:hover {
    width: 130px;
}

/* ---------- Equipamentos ---------- */

.area-content {
    padding: 60px 0;
}

.page-title {
    background: url('../images/bg-page-title.jpg') center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.page-title h2 {
    color: #ffffff;
    font-size: 7rem;
    font-weight: 600;

}

.area-text {
    padding: 20px 0;
}

.area-text p {
    font-size: 2.3rem;
    line-height: 3rem;
    color: #464646;
}

.fresas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}

.fresas img {
    width: 20%;
    margin: 0 30px;
}

.fresas img.special {
    width: 17%;
}

/* ---------- Serviços ---------- */

.servicos {
    text-align: center;
    margin-bottom: 60px;
}

.servicos-image {
    height: 80px;
    margin-bottom: 15px;
}

.servicos-image img {
    height: 100%;
    object-fit: cover;
}


.servicos-title {
    font-size: 3.7rem;
    line-height: 4.1rem;
    color: #313131;
    position: relative;
    font-weight: 700;
}

.servicos-title::before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #949393;
}

.servicos-title span {
    color: #009540;
}

.servicos-description {
    font-size: 2rem;
    line-height: 2.2rem;
    color: #464646;
    font-weight: 400;
    padding: 15px 0;
}

.servicos-title small {
    font-size: 1.4rem;
    font-weight: 600;
}

/* ---------- Nucleo ---------- */

.sobre {
    position: relative;
}

.sobre::after {
    position: absolute;
    content: '';
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1px;
    background: #464646;
}

.sobre span {
    color: #009540;
    font-weight: 600;
}

.trabalho img {
    width: 100%;
}

.sobre-img {
    padding: 80px 0;
}

.sobre-img img {
    width: 100%;
}

.tecnologia {
    background: url('../images/bg-tecnologia.jpg') center no-repeat;
    background-size: cover;
    padding: 60px 0;
    box-shadow: 5px 5px 15px rgba(0,0,0,.2);
    margin-bottom: 30px;
}

.tecnologia p.tecnologia-title {
    font-size: 3.8rem;
    line-height: 4.1rem;
    color: #313131;
    font-weight: 600;
}

.tecnologia-title span {
    color: #009540;
    font-size: 5rem;
}

.profissionalismo {
    padding: 80px 0;
}

.profissionalismo p span {
    color: #009540;
    font-weight: 700;
}

.profissionalismo p.profissionalismo-title {
    font-size: 4rem;
    line-height: 4.1rem;
    color: #313131;
    font-weight: 600;
}

.profissionalismo-title span {
    color: #009540;
    font-size: 4.8rem;
    display: inline-block;
}

.bg-header-1 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 1050px;
}

.container { max-width: 1400px; }

.slider-banner { margin-top: 60px; }

@media (max-width: 992px) {
    .contato-form h3 { font-size: 2.9rem;}

    .servicos-title { font-size: 3.1rem;}

    .tecnologia p.tecnologia-title { font-size: 3.5rem;}
}

@media (max-width: 768px) {
    header { padding: 20px 0; }

    header.interna .bg-header-1 { display: none; }

    header.interna .mobile line { stroke: #fff; }

    header .logo { max-width: 100%; }

    .bg-header-1 { top: -55px; }

    .mm-listitem__text { font-size: 17px; }

    .footer { background: #01903e; padding: 30px 0; text-align: center; }

    .infos { align-items: center; margin-top: 15px; }



    /* ---------- Home ---------- */

    .img-circle { text-align: center;}

    .img-circle img {max-width: 60%;}

    .qualidade-prazo { padding: 30px 0;}

    .qualidade-prazo p span {font-size: 2.3rem;}

    .empresa p { font-size: 1.9rem; text-align: center; padding: 0 5px;}

    .quem-somos { padding: 30px 0;}

    .quem-somos .empresa { padding: 0;}

    .img-funcionarios { padding: 60px 0;}

    .img-funcionarios h5 { font-size: 3rem; text-align: center;}

    .img-servicos { padding: 30px 0; margin: 0;}

    .servicos-funcionarios { text-align: center; margin-top: 30px;}

    .clientes h2 , .servicos-funcionarios h5 { font-size: 4rem;}

    .clientes { padding: 0;}



    /* ---------- A nucleo ---------- */

    .page-title { padding: 30px 0;}

    .page-title h2 { font-size: 4rem;}

    .area-content { padding: 30px 0;}

    .sobre { text-align: center;}

    .sobre p { font-size: 2rem;}

    .tecnologia { padding: 30px 0; text-align: center;}

    .tecnologia p { font-size: 2rem; text-align: center;}

    .profissionalismo { padding: 30px 0;}

    .profissionalismo p { font-size: 2rem; text-align: center;}

    .profissionalismo p.profissionalismo-title { font-size: 3rem;}


    /* ---------- Serviços ---------- */

    .servicos-title { font-size: 3rem; line-height: 3.4rem;}

    .servicos-description { font-size: 2rem;}

    .servicos-image { margin-bottom: 0;}

    .servicos-image img { height: 80%;}

    .servicos-title::before { right: 0; margin: auto; width: 70%;}



    /* ---------- Equipamentos ---------- */

    .area-text { padding: 0;}

    span.text-green { font-size: 2rem;}

    .area-text p { font-size: 2rem; text-align: center;}

    .area-text p br { display: none;}

    .fresas { flex-direction: column; margin-top: 30px;}

    .fresas img { width: 80%; margin: auto; margin-bottom: 30px;}

    .fresas img.special { width: 80%; margin: auto;}


    /* ---------- Contato ---------- */

    .contato-infos { padding: 0;}

    .contato-infos h3 { font-size: 2.4rem; text-align: center;}

    .contato-endereco { padding: 30px 0;}

    .contato-endereco p { font-size: 2rem; text-align: center;}

    .contato-form h3 { font-size: 2.4rem; text-align: center;}

    .text-center { text-align: left!important;}

    .contato-form form button { width: 100%;}

}