@font-face {
    font-family: 'Varela Round';
    src: url('fonts/VarelaRound-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans Extra Bold';
    src: url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-display: swap;
}

*, *:before, *:after {
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box; */
    /*box-sizing: border-box;*/
}
html, body {
    width: 100%;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    background-color: #fcfaf6;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a, a:hover {
    cursor: pointer;
    text-decoration: none;
}

strong, b {
    font-weight: 700;
}
b:hover {
    color: #FF9900;
}
img {
    max-width: 100%;
    height: auto;
}

ul, ol {
}

ul, ol {
    padding: 0;
    margin: 0;
}

.icons-list {
    list-style: none;
}
.icons-list2 {
    list-style: none;
}
.icons-list2 {
  content: "›";
  display: inline-block;
  margin-right: 10px;
  color: #333;
}
ul li, ol li, .icons-list li {
    padding: 5px 0;
    font-size: 13px;
}
 
ul li, ol li, .icons-list2 li {
   padding: 13px 0;
    font-size: 13px;

}
.icons-list i {
    font-size: 12px;
    margin-right: 8px;
}

.icons-list i {
    color: #444;
}

.icons-list strong {
    color: #222;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #111;
    margin: 0;
}

h3, h4, h5, h6 {
    letter-spacing: 1px;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

p {
    color: #777;
    font: 400 13px/21px "open sans";
    margin: 0;
}
.section {
    position: relative;
    background-position: 50% 0;
    background-repeat : no-repeat;
    -webkit-background-size : cover !important;
    -moz-background-size : cover !important;
    -o-background-size : cover !important;
    background-size : cover !important;
}

.section .container {
    z-index: 36;
    position: relative;

}
.circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  margin-right: 6px;
  vertical-align: middle;
}

.circle::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
    .checkmark {
      display: inline-block;
      vertical-align: text-top;
    padding-right: 5px;
    }
    .checkmark::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 10px;
      border: solid #000;
      border-width: 0 1.7px 1.7px 0;
      transform: rotate(45deg);
      border-radius: 0.8px;
    }

#home {
margin-top: 0;
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover;
}
.text-1 {
    text-transform: uppercase;
    display: block;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.3px;
    color: #4B2920;
    line-height: 15px;
    margin-top: 15px;

}
.text-2 {
    text-transform: uppercase;
    display: block;
    font-family: Open Sans;
    font-weight: bold;
    border: 3px;
    font-size: 68px;
    color: #4B2920;
    line-height: 60px;
    margin-top: 10px;
}

.containerr {
    display: grid;
    justify-content: center;
}

.div1 {
    width: 375px;
    height: 200px;
    text-transform: uppercase;
    font-family: Open Sans Extra Bold;
    font-size: 59px;
    color: #4B2920;
    line-height: 60px;
    letter-spacing: -3px;
    margin-top: 15px;
}

.div2 {
    margin-top: -63px; /* Ajuste o valor para posicionar a div2 sobre a div1 */
}
.text-4 {
    text-transform: uppercase;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.8px;
    color: #4B2920;
    line-height: 20px;

}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
    color: #fff;
}

.dark-section, .dark-section p {
    color: #666;
}
.light-section h1, .light-section h2, .light-section h3, .light-section h4, .light-section h5, .light-section h6 {
    color: #222;
}
.light-section, .light-section p {
    color: #000;
}
/*-------- Section Titles --------*/
.section-title {
    position: relative;
}

.section-title p {
    position: relative;
    font: 300 14px/22px "open sans";
}

.section-title h2 + .lead {
    padding-top: 18px;
}

.section-title h2 + .lead::after {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    position: absolute;
    top: 0;
    background: #FF9900;
}

.section-title h1 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title h2 {
    position: relative;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.link_orcamento {
    color: green;
    padding-top: 10px;
}
#header ul {
    list-style: none;
}

#header .navbar-toggle {
    height: 100%;
    width: 60px;
    background: #111;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    display: none;
}
.header-1, .header-2 {
    height: 62px;
    line-height: 62px;
    z-index: 99;
}

.header-1 #logo, .header-2 #logo {
    float: left;
}

.header-1 #logo a, .header-2 #logo a {
    display: block;
}

.header-1 .nav-menu, .header-2 .nav-menu {
    line-height: 62px;
    float: right;
    display: none;
}

.header-1 .nav-menu li, .header-2 .nav-menu li {
    line-height: normal;
    padding: 0;
}

.header-1 .nav-menu > ul > li, .header-2 .nav-menu > ul > li {
    display: inline-block;
    position: relative;
}
/*-------- Header 1 --------*/
.header-1 {
    position: absolute;
    top: 25px;
    width: 100%;
    background-color: transparent;
}
.header-1 .nav-menu ul > li > a {
    outline: 0;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 300;
    padding: 15px;
    letter-spacing: .04em;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-family: 'Varela Round', sans-serif;
}

.header-1 .nav-menu > ul > li > a::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    margin-top: -10px;
    border-bottom: 1px solid transparent;
    content: '';
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.header-1 .nav-menu ul > li:hover > a::before, .header-1 .nav-menu ul > li.active > a::before {
    width: 20px;
    margin-left: -10px;
    background-color: #FF9900;
}
.header-1.dark-header .nav-menu ul > li > a {
    color: #000;
}

.header-1.dark-header .nav-menu ul > li.active > a::before {
    border-bottom-color: #000;
}
.home_personalizada {
    margin-bottom: 40px;
}
/*-------- Numbers Counter --------*/
.counter {
    display: inline-block;
    text-align: center;
    color: #fff;
}

.counter > span {
    display: block;
}

.counter .counter-icon {
    opacity: 0.8;
    filter: Alpha(Opacity=0.8);
    line-height: 100%;
    margin-bottom: 10px;
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}

.counter .num-counter {
    font-size: 64px;
    height: 52px;
    line-height: 52px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block!important;
    color: #fff;
}

.counter h3 {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 200;
    color: #fff;
}

.image-notes {
    max-width: 100%;
    display: inline-block;
    position: relative;
}

.image-notes .img-note {
    position: absolute;
}

.image-notes .img-note .note-marker {
    display: inline-block;
    cursor: help;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    z-index: 20;
    -webkit-animation: note-marker 1s linear infinite;
    -moz-animation: note-marker 1s linear infinite;
    -ms-animation: note-marker 1s linear infinite;
    -o-animation: note-marker 1s linear infinite;
    animation: note-marker 1s linear infinite;
}
.image-notes .img-note .note-marker:after {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 18px;
    height: 18px;
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid;
}

.image-notes .img-note .img-note-content {
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 300px;
    opacity: 0;
    filter: Alpha(Opacity=0);
    visibility: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-left: -150px;
    border: 1px solid;
    z-index: 21;
    padding: 12px 12px 14px 12px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.image-notes .img-note .img-note-content:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.image-notes .img-note .img-note-content h5 {
    margin-bottom: 3px;
}

.image-notes .img-note.light-note .img-note-content {
    border-color: rgba(0,0,0,.1);
    background-color: #fff;
}

.image-notes .img-note.light-note .img-note-content:after {
    box-shadow: 1px 1px 0 rgba(0,0,0,.1);
    background-color: #fff;
}

.image-notes .img-note.light-note .img-note-content p {
    color: #777;
}
/*-------- Call Action --------*/
.action-section {
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.action-section > a {
    display: block;
    padding: 50px 30px 46px 30px;
}
.action-section > a:hover {
  background-color: #FF9900;
}


.action-section h1, .action-section h2, .action-section h3 {
    text-transform: uppercase;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.action-section.dark-section {
    background-color: #46792c;
}

.action-section.light-section {
    background-color: #fff;
    padding-top: 50px;
}

.action-section.light-section:hover h1, .action-section.light-section:hover h2, .action-section.light-section:hover h3 {
    color: #FF9900;
}

/*-------- Testimonials & Clients Carousel --------*/
.clients-carousel, .testimonials-carousel {
    padding: 0 45px;
    display: flex;
}
.cliente:hover  {
            opacity: 0.5;
         }
.clients-carousel, .testimonials-carousel {
    position: relative;
}
#footer {
    padding: 45px 0 55px 0;
    text-align: center;
    background-color: #fff;
}

#goTop {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 34px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    margin-left: -17px;
    background-color: #46792c;
}
#goTop:hover {
    background-color: #FF9900;
}
#footer .logo-img {
    margin-bottom: 5px;
    padding-bottom: 10px;
}

#footer .copyright {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

#footer .social-icons ul {
    list-style: none;
    letter-spacing: 10px;
}

#footer .social-icons ul li {
    display: inline-block;
        letter-spacing: 10px;
}

/*-------- Footer Light --------*/
#footer.light-section {
    background-color: #fff;
}

#footer.light-section .copyright, #footer.light-section .social-icons ul li a {
    color: #111;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.subtitulo_linhadealgodao {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.icons {
    margin-right: 3px;
    width: 12px;
}
#call-action {
    padding: 0px;
}
.s-ico {
    letter-spacing: 10px;
}
.social-icons {
    letter-spacing: 20px;
    padding-bottom: 10px;
}

.section-title .title-icon {
    margin-bottom: 15px;
    margin-left: 44px;
}

.section-title.text-center .title-icon {
    margin-left: 0;
}

.section-title .title-icon span {
    position: relative;
}

.section-title .title-icon span::before, .section-title .title-icon span::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background-color: #ddd;
}

.section-title .title-icon span::before {
    left: -44px;
}

.section-title .title-icon span::after {
    right: -44px;
}

.section-title .title-icon span i {
    font-size: 16px;
    color: #333;
}
      video {
        margin-top: 85px;
        width: 490px;
        height: 277px;
        background-color: #000000;
        border-radius: 10px;
      }
    button {
    padding: 3px 8px;
    border: none;
    border-radius: 9px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
    background-color: #46792c;
    color: white
}
    .orcamento:hover {
    background-color: #FF9900;
}

.produtos {
  display: grid;
  margin-top: 30px;
  grid: auto / auto auto auto;
  width: 100%;
  line-height: 30px;
  grid-gap: 0px;
  text-align: center;
}
.produtos h3 {
}

/* qualidade */
.image-notes .img-note .note-marker {
    display: inline-block;
    cursor: help;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    z-index: 20;
    -webkit-animation: note-marker 1s linear infinite;
    -moz-animation: note-marker 1s linear infinite;
    -ms-animation: note-marker 1s linear infinite;
    -o-animation: note-marker 1s linear infinite;
    animation: note-marker 1s linear infinite;
    color: #FF9900;
    background: #FF9900;
}
.image-notes .img-note:hover .img-note-content {
    opacity: 1;
    filter: Alpha(Opacity=1);
    visibility: visible;
    margin-bottom: 15px;
}
/* end qualidade */

._form_15 {
    margin-left: -100px;
    margin-top: -44px;
}
.container-cartela {
    background-color: #f9f9f9;
    max-width: 100%;
    margin: 0 auto;
}

.row-cartela {
    display: flex;
    flex-wrap: wrap;
}

.col-cartela {
    flex: 1;
    margin: 5px;
}

.caption {
    color: #222;
    text-align: center;
}
        .galeria {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            grid-template-rows: repeat(2, 1fr);
        }

        .galeria img {
            width: 100%;
            height: auto;
            display: block;
        }
/* responsivo */
@media only screen and (max-width: 1200px) {
    .header-1 {
        top: 15px;
        padding-left: 30%;

    }
     .produtos {
    display: inline;
  }
.produtos {
  display: grid;
  grid: auto / auto ;
  width: 100%;
  text-align: center;
  line-height: 30px;
  grid-gap: 30px;
}
.produtos h3 {
    margin-top: 15px;
}
    .clients-carousel, .testimonials-carousel {
        padding: 0;
    }
    .div1 {
        width: 285px;
    }
    video {
    width: 285px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #000000;
    }
    .img-note.light-note {
        display: none;
    }
    ._form_15 {
    margin-left: 0px;
    margin-top: 0px;
    }
    .row-cartela {
    display: inline;
    text-align: center;
    }
    .counter {
    margin-bottom: 30px;
    }
    iframe {
        margin-top: 30px;
    }
    .galeria {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    }
    img[src="images/tag06.webp"], [src="images/tag04.webp"], [src="images/banner1.webp"] {
    display: none;
    }
    .horario-trabalho {
        display: none;
    }
}
/* end responsivo */
