@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular.eot');
    src: url('../fonts/notosans-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/notosans-regular.woff2') format('woff2'),
    url('../fonts/notosans-regular.woff') format('woff'),
    url('../fonts/notosans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_sansbold';
    src: url('../fonts/notosans-bold.eot');
    src: url('../fonts/notosans-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/notosans-bold.woff2') format('woff2'),
    url('../fonts/notosans-bold.woff') format('woff'),
    url('../fonts/notosans-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sansregular';
    src: url('../fonts/firasans-regular.eot');
    src: url('../fonts/firasans-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/firasans-regular.woff2') format('woff2'),
    url('../fonts/firasans-regular.woff') format('woff'),
    url('../fonts/firasans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sanslight';
    src: url('../fonts/firasans-light.eot');
    src: url('../fonts/firasans-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/firasans-light.woff2') format('woff2'),
    url('../fonts/firasans-light.woff') format('woff'),
    url('../fonts/firasans-light.ttf') format('truetype'),
    url('../fonts/firasans-light.svg#fira_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sansbook';
    src: url('../fonts/firasans-book.eot');
    src: url('../fonts/firasans-book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasans-book.woff2') format('woff2'),
         url('../fonts/firasans-book.woff') format('woff'),
         url('../fonts/firasans-book.ttf') format('truetype'),
         url('../fonts/firasans-book.svg#fira_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0 auto;
}
body {
    color: #616161;
}
ul {
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
button, input, select, textarea {
    outline: 0
}
.clear {
    clear: both
}
.hv-center {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.container {
    width: 1200px
}
.sandwich{
    font-size: 40px;
    margin-top: 25px;
    left: 30px;
    display: none;
    cursor: pointer;
    transition: all .5s ease-out;
    position: absolute;
}
header {
    height: 85px;
}
header .container .menu {
    text-align: center;
    margin-top: 30px;
    transition: all .5s ease-out;
}
header .container .menu .item {
    float: left;
    margin: 0 30px;
}
header .container .menu .item .link {
    color: #333333;
    font-family: 'noto_sansregular';
    text-transform: uppercase;
    font-size: 16px;
}
header .container .menu .item .link .logo-header {
    margin-top: -20px;
}
.logo-header-responsive{display:none}
.banner-home {
    overflow: hidden;
    position: relative;
    height: 485px;
}
.banner-home .swiper-pagination-bullets {
    bottom: 40px;
}
.banner-home .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1.0 !important;
}
.banner-home .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 0.5;
}
.banner-home .swiper-slide{
    background-repeat:no-repeat;
    background-position: center center;
}
.banner {
    height: 485px;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-contact {
    background-image: url(../img/contato/banner/contato.jpg)
}
.banner-about {
    background-image: url(../img/quem-somos/banner/quem-somos-1.jpg)
}
footer{
    background-color:#799b2b;
    padding: 30px 0;
}
footer .logo-footer{
    margin-top: 30px;
}
footer .social-network{margin-top: 15px;}
footer .social-network a{
    color:#f8f8f8;
    font-size: 25px;
    margin: 0 5px;
}
footer .copyright{
    color:#f8f8f8;
    font-size: 12px;
    font-family: 'fira_sanslight';
    margin-top: 10px;
}
footer .info-footer{
    float: left;
}
footer .menu-footer{
    margin-top: 20px;
}
footer .menu-footer .item{
    margin: 10px 0;
}
footer .menu-footer .item .link{
    color: #f8f8f8;
    font-family: 'noto_sansregular';
}
footer .info-contact{
    margin-top: 25px;
}
footer .info-contact .item{
    color: #f8f8f8;
    margin: 25px 0;
}
footer .info-contact .item i{
    margin-right: 15px;
    font-size: 17px;
}
footer .info-contact .item span{
    font-family: 'noto_sansregular';
    font-size: 15px;
}
.title, .subtitle {
    font-family: 'noto_sansbold';
    color: #616161;
    font-size: 24px;
    text-transform: uppercase;
}
.about{
    padding: 65px 0 100px 0;
}
.about .text-about{
    line-height: 25px;
    text-align: justify;
    font-family: 'fira_sansbook';
    margin-top: 45px;
}
.about .text-about .img-featured{
    float: right;
    margin-left: 66px;
}
.featured{
    padding: 30px 0 60px 0;
}
.featured .container-featured{
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.featured .container-featured .swiper-slide{
    width:360px;
}
.featured .container-featured .img-featured{}
.featured .container-featured .img-featured img{
    max-width: 100%;
}
.featured .container-featured .subtitle{
    font-size: 18px;
    margin-top: 20px;
}
.featured .container-featured .text{
    font-family: 'noto_sansregular';
    font-size: 16px;
    margin-top: 15px;
}
.featured .container-featured .button-prev{
    left: 10px;
    right: auto;
    position: absolute;
    top: 160px;
    z-index: 10;
    color: #333333;
    font-size: 80px;
    margin-top: -45px;
    cursor: pointer;
}
.featured .container-featured .button-next{
    right: 10px;
    left: auto;
    position: absolute;
    top: 160px;
    z-index: 10;
    color: #333333;
    font-size: 80px;
    margin-top: -45px;
    cursor: pointer;
}
.testimony{
    background-image: url(../img/home/bg-depoimento.jpg);
    height: 350px;
}
.testimony .subtitle{
    padding-top: 55px;
}
.testimony .container-testimony{
    overflow:hidden;
    margin-top: 55px;
}
.testimony .container-testimony .name-client{
    font-family: 'noto_sansregular';
    font-weight: 700;
    font-size: 20px;
}
.testimony .container-testimony .text{
    font-family: 'noto_sansregular';
    width: 85%;
    margin: 35px;
}
.contact {
    margin-top: 30px;
}
.legend-contact {
    font-family: 'noto_sansregular';
    font-size: 18px;
    color: #616161;
    margin-top: 11px;
}
.form-contact {
    margin-top: 75px;
    margin-bottom: 70px;
}
.form-contact div {
    width: 570px;
}
.form-contact div:nth-child(1) {
    float: left;
}
.form-contact div:nth-child(2) {
    float: right;
}
.form-contact input,
.form-contact select,
.form-contact textarea {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 40px;
    border: 1px solid #7c4614;
}
.form-contact textarea {
    height: 205px;
}
.form-contact .btn-contact {
    background-color: #799b2b;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'fira_sansregular';
    font-size: 14px;
    width: 100px;
    height: 40px;
    cursor: pointer;
}
.form-contact .btn-contact:hover {
    background-color: #7C4614;
}
.bg-f0f1f1 {
    background-color: #f0f1f1
}
.bg-f8f8f8 {
    background-color: #f8f8f8
}
.bg-f2f2f2 {
    background-color: #f2f2f2
}
.map {
    text-align: center;
    padding: 80px 0;
}
.map .legend {
    font-family: 'fira_sansregular';
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.service {
    padding: 30px 0;
}
.title-line {
    position: relative;
    font-family: 'noto_sansbold';
    text-transform: uppercase;
    font-size: 24px;
}
.title-line span {
    background: #F8F8F8;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    margin-left: 25px;
}
.title-line:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.service .list-service {
    margin-top: 35px;
}
.service .list-service .item {
    width: 195px;
    float: left;
    margin-right: 55px;
    margin-bottom: 50px;
}
.service .list-service .item:nth-child(5) {
    float: right;
    margin: 0;
}
.service .list-service .item .subtitle-service-product {
    font-family: 'noto_sansregular';
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}
.service .list-service .item .img-featured {
    margin-top: 20px;
}
.service .list-service .item .img-featured img {
    max-width: 100%;
}
.service .list-service .item .text {
    font-family: 'noto_sansregular';
    font-size: 14px;
    margin-top: 10px;
}
.product{
    padding: 50px 0;
}
.product .title-line span{
    background: #fff;
}
.product .list-product{
    margin-top: 40px;
}
.product .list-product .item{
    width: 230px;
    float: left;
    margin-right: 93px;
    color: #333333;
}
.product .list-product .item:nth-child(4){
    float:right;
    margin-right: 0;
}
.product .list-product .item .img-featured{
}
.product .list-product .item .img-featured img{
    max-width:100%
}
.product .list-product .item .title-product{
    text-align: center;
    font-family: 'noto_sansbold';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}
.product .list-product .item .text{
    margin-top: 10px;
    font-family: 'noto_sansregular';
    font-size: 14px;
}
@media (max-width: 1215px) {
    .container {
        width: 970px;
    }
    .form-contact div {
        width: 460px;
    }
    .map iframe {
        width: 100%
    }
    .banner-home{
        height: 400px;
    }
    .banner {
        height: 400px;
    }
    .service .list-service .item{
        width: 310px;
        margin-right: 20px;
        height: 330px;
    }
    .service .list-service .item:nth-child(3n){
        float:right;
        margin: 0;
    }
    .service .list-service .item:nth-child(5){
        float:left
    }
    .product .list-product .item{
        margin-right: 15px;
    }
}
@media (max-width: 990px) {
    header .container .menu .item .link {
        font-size:14px;
    }
    header .container .menu .item .link .logo-header {
        width: 120px;
        height: 34px;
        margin-top: -10px;
    }
    .container {
        width: 90%
    }
    banner-home{
        height:25px;
    }
    .banner {
        height: 250px;
    }
    .form-contact div {
        width: 48%;
    }
    .service .list-service .item{
        width:49%;
        margin: 0;
    }
    .service .list-service .item{
        margin-bottom: 50px !important;
        height: 380px;
    }
    .service .list-service .item:nth-child(odd){
        float:left
    }
    .service .list-service .item:nth-child(even){
        float:right
    }
    .product .list-product .item {
        width: 48%;
        margin-right:0;
        height: 440px;
    }
    .product .list-product .item:nth-child(odd) {float:left}
    .product .list-product .item:nth-child(even) {float:right}
}
@media (max-width: 768px) {
        
    .banner-home {
        height: 250px;
    }
    .logo-header-responsive{
        display:block;
        margin: 25px auto;
    }
    .form-contact div {
        float: none !important;
        width: 100%;
    }
    .hide-logo{
        display:none
    }
    .sandwich {display:block}
    header .container .menu {
        left: -300px;
        top: -25px;
        bottom: 0;
        min-height: 100%;
        background-color: #fff;
        height: auto;
        min-width: 0;
        position: absolute;
        list-style: none;
        color: #fff;
        width: 300px;
        z-index: 11;
    }
    header .container .menu .item{
        float:none;
        text-align:left;
        margin: 40px;
    }
    header .container .menu .item .link {
        font-size:20px;
    }
    footer .info-footer:nth-child(2),
    footer .info-footer:nth-child(3){
        display:none
    }
    footer .info-footer:nth-child(1){
        text-align:center
    }
    .featured .container-featured .button-prev {
        top: 200px;
    }
     .featured .container-featured .button-next {
        top: 200px;
    }
    .about .text-about .img-featured{
        float:none;
        display: block;
        margin: 0 auto 30px auto;
        max-width: 100%;
    }
}
@media (max-width: 665px) {
    .service .list-service .item{
        width:100%;
        height: auto;
    }
    .product .list-product .item{
        width:100%;
        float: none !important;
        height: auto;
        margin-bottom: 50px;
    }
     .featured .container-featured .button-prev {
        top: 150px;
    }
     .featured .container-featured .button-next {
        top: 150px;
    }
    .title-line{text-align:center}
}
 