@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;
}

/*	     01 - General & Basic Styles
/*------------------------------------------*/
*, *: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%;
}

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: 300 13.6px/22px "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;

}

.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-top: 100px;
    margin-bottom: 60px;
}
/*-------- 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: #878787;
}

.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: 30px 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: #373737;
}
#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;
}
/*.social-icons:hover {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);

}*/
/* cores */
.divTable{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.divTableCell {
    display: inline-grid;
    padding: 3px 20px;
    justify-items: center;
    grid-gap: 4px;
    grid-template-columns: 40px;
}
.col-md-333 {
    width: 100%;
    text-align: center;
}
.cor-01 {
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    border-radius: 50%;
}
.cor-02 {
    height: 30px;
    width: 30px;
    background-color: #f9ead9;
    border-radius: 50%;
}
.cor-03 {
    height: 30px;
    width: 30px;
    background-color: #ffb200;
    border-radius: 50%;
}
.cor-04 {
    height: 30px;
    width: 30px;
    background-color: #ffcddc;
    border-radius: 50%;
}
.cor-05 {
    height: 30px;
    width: 30px;
    background-color: #e20181;
    border-radius: 50%;
}
.cor-06 {
    height: 30px;
    width: 30px;
    background-color: #3b53ab;
    border-radius: 50%;
}
.cor-07 {
    height: 30px;
    width: 30px;
    background-color: #069672;
    border-radius: 50%;
}
.cor-08 {
    height: 30px;
    width: 30px;
    background-color: #ac0513;
    border-radius: 50%;
}
.cor-09 {
    height: 30px;
    width: 30px;
    background-color: #252956;
    border-radius: 50%;
}
.cor-10 {
    height: 30px;
    width: 30px;
    background-color: #334f39;
    border-radius: 50%;
}
.cor-11 {
    height: 30px;
    width: 30px;
    background-color: #808080;
    border-radius: 50%;
}
.cor-12 {
    height: 30px;
    width: 30px;
    background-color: #000000;
    border-radius: 50%;
}
.cor-13 {
    height: 30px;
    width: 30px;
    background-color: #70755a;
    border-radius: 50%;
}
.cor-14 {
    height: 30px;
    width: 30px;
    background-color: #263f1e;
    border-radius: 50%;
}
.cor-15 {
    height: 30px;
    width: 30px;
    background-color: #4d4d57;
    border-radius: 50%;
}
.cor-16 {
    height: 30px;
    width: 30px;
    background-color: #000000;
    border-radius: 50%;
}
.cor-17 {
    height: 30px;
    width: 30px;
    background-color: #cdc8cc;
    border-radius: 50%;
}
.produtos {
  display: grid;
  margin-top: 30px;
  grid: auto / auto auto auto;
  width: 100%;
  line-height: 30px;
  grid-gap: 30px;
}
.produtos h3 {
    margin-top: 15px;
}
.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: black;
        border-radius: 10px;
      }

      .play-button {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        cursor: pointer;
        opacity: 80%;
      }
    button {
    padding: 3px 8px;
    border: none;
    border-radius: 9px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
    background-color:#373737;
    color: white;
}
    .orcamento:hover {
    background-color: #FF9900;
}

/* 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_11 {
    margin-left: -100px;
    margin-top: -44px;
}
.cores {
    margin-top: 70px;
}
.container-cartela {
    background-color: #f9f9f9;
    max-width: 100%;
    margin: 0 auto;
}

.row-cartela {
    display: flex;
    flex-wrap: wrap;
}
.col-cartela {
    flex: 1;
    margin: 0px;
}
.horario-trabalho {
    line-height: 26px;
}

/* responsivo */
@media only screen and (max-width: 1200px) {
  .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;
    }
    video {
    width: 285px;
    margin-top: 10px;
    }
    .img-note.light-note {
        display: none;
    }
    .play-button {
    display: none;
    }
    ._form_11 {
    margin-left: 0px;
    margin-top: 0px;
    }
    .counter {
    margin-bottom: 30px;
    }
    img[src="images/banner1.webp"] {
    display: none;
    }
}
/* end responsivo */