@import url(../fonts/varelaround/varela-round.css);
@import url(../fonts/montserrat/montserrat.css);

body {
    margin: 0;
    padding: 0;
   /* overflow: hidden; */
}

h1,h2 {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;

}

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:50000; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/loading-dots.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
    opacity: 0.2;
}


.top__nav-side-menu {
  display: none;
  overflow: auto;
  font-size: 14px;
  font-weight: 200;
  background-color: #fff;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  padding-bottom: 12px;
  color: #666;
  font-family: 'Varela Round', 'Arial', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: fixed;
  height: auto;
  max-height: 650px;
  width: 100%;
  margin-bottom: 10px;
  z-index: 10000;
  overflow: auto;
  border-bottom: 1px solid #ccc;
}
.top__nav-side-menu .brand {
  background-color: #fff;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
.top__nav-side-menu .brand__btn-busca {

  display: block;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 18px;
    z-index: 10 !important;
    padding: 3px;
    color: #666;
    font-size: 18px;
    padding:  8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 40px;
    text-align: center;
    line-height: 0;

}
.top__nav-side-menu .toggle-btn {
  display: none;
}
.top__nav-side-menu .menu-list ul.menu-content {
    padding-top: 36px;
}
.top__nav-side-menu ul,
.top__nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  font-size: 14px;
  /*
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.top__nav-side-menu li {
  padding: 8px;
}
.top__nav-side-menu a {
  padding-left: 18px;
  display: block;
}
.top__nav-side-menu ul .arrow,
.top__nav-side-menu li .arrow{
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  vertical-align: middle;
  float: right;
}
.top__nav-side-menu ul :not(collapsed) .arrow:before,
.top__nav-side-menu li :not(collapsed) .arrow:before {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.top__nav-side-menu ul .active,
.top__nav-side-menu li .active {
  border-left: 3px solid #ccc;
  background-color: #fff;
}
.top__nav-side-menu ul .sub-menu li.active,
.top__nav-side-menu li .sub-menu li.active {
  color: #666;
}
.top__nav-side-menu ul .sub-menu li.active a,
.top__nav-side-menu li .sub-menu li.active a {
  color: #666;
}
.top__nav-side-menu ul .sub-menu li,
.top__nav-side-menu li .sub-menu li {
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #fff;
  margin-left: 0px;

}
ul.sub-menu {
   background-color: #f2f2f2;
   /*-webkit-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.23);
  -moz-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.23);
  box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.23);*/
}
.top__nav-side-menu ul .sub-menu li:hover,
.top__nav-side-menu li .sub-menu li:hover {
  background-color: #f2f2f2;
}
.top__nav-side-menu ul .sub-menu li:before,
.top__nav-side-menu li .sub-menu li:before {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.top__nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #fff;
  border-bottom: 1px solid #fff;
}
.top__nav-side-menu ul .sub-menu li {
     border-bottom: 1px solid #f2f2f2;
     font-weight: normal;
}
.top__nav-side-menu ul .sub-menu li.menu-separador {
  line-height: 0px;
  height: 0;
  border-bottom: 1px solid #f2f2f2;
}
.top__nav-side-menu ul .sub-menu li.menu-separador:hover {
  background-color: #f2f2f2;
}
.top__nav-side-menu li a {
  text-decoration: none;
  color: #666;
}
.top__nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.top__nav-side-menu li hr {
  border:  1px solid #f2f2f2;
}
.top__nav-side-menu li:hover {
  border-left: 3px solid #ccc;
  background-color: #g2g2g2;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.top__nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 10 !important;
    padding: 3px;
    color: #666;
    font-size: 18px;
    padding:  8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 40px;
    text-align: center;
}
.top__nav-side-menu a {
    display: block;
}
.brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 0px;
    line-height: 60px !important;
}
.brand img {
    width: 130px;
    height: auto;
    margin-top: 5px;
}


.top {}
.top__container {
    width: 100%;
    height: auto;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.top__logo {
    position: absolute;
    top: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.top__logo h1 {
    margin-top: 18px;
    margin-bottom: 18px;
}
.top__logo img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.top__redes {
    text-align: right;
    text-transform: uppercase;
    color: #6d6e71;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Varela Round', 'Arial', sans-serif;
    margin-top: 28px;
    margin-bottom: 28px;
}
.top__redes ul {
    display: block;
    list-style: none;
}
.top__redes ul li {
    display: inline-block;
    margin-right: 1px;
    margin-left: 1px;
}
.top__redes ul li a img {
    opacity: 1;
    transition:opacity 0.5s linear;
}
.top__redes ul li a:hover img {
    opacity: 0.5;
}
.top__redes ul li.top__redes-busca {
    margin-right: 40px;
}
.top__redes ul li.top__redes-idioma {
    margin-left: 40px;
}
.top__redes ul li.top__redes-idioma img {
    margin-right: 5px;
}
.top__redes ul li.top__redes-idioma i {
    margin-left: 5px;
}
.top__redes ul li.top__redes-idioma ul {
    display: none;
    position: absolute;
    top: -15px;
    right: 14px;
    padding: 15px;
    padding-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10000;
    width: 150px;
}
.top__redes ul li.top__redes-idioma ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    padding-bottom: 18px;
    text-align: left;
}
.top__redes ul li.top__redes-idioma ul li a {
    display: block;
    text-decoration: none;
    color: #666;
}
.top__redes ul li.top__redes-idioma:hover ul {
    display: block;
}
.top__redes ul li.top__redes--fone a {
    color: #d12a2e;
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
}
.top__redes ul li.top__redes--fone a i {
  font-size: 18px;
}
.top__menu ul {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #ccc;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.top__menu ul li {
    float: left;
    margin-right: 23px;
    margin-left: 23px;
    padding-bottom: 18px;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.top__menu ul li a {
    display: block;
    color: #6d6e71;
    font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s ease;
}
.top__menu ul li a:hover {
    color: #d12a2e;
    text-decoration: none;
}
.top__menu ul li a i {
    font-size: 11px;
    margin-left: 5px;
}
.top__menu ul li.top__menu-first {
    margin-left: 0;
}
.top__menu ul li.top__menu-last {
    margin-right: 0;
}
.top__menu ul li ul {
    position: absolute;
    width: 250px;
    margin-top: 18px;
    padding: 12px;
    background-color: #fff;
    visibility:hidden;
    opacity:0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
    z-index: 10000;
}
.top__menu ul li ul.top__menu--linhas {
  width: 400px;
}
.top__menu ul li ul li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.top__menu ul li:hover ul {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}
.top__menu--linhas-container {
  margin-top: 10px;
  width: 180px;
 float: left;
 padding-left: 10px;
 border-right: 1px solid #ccc;
}
.top__menu--linhas-container-line {
  border: 0;
  padding-left: 20px;
}


.body__fixed{
    padding-top: 150px;
}
.top__fixed {
    position: fixed;
    margin-top: -235px;
    z-index: 20000;

}
.top__fixed .top__container {
    background-color: #fff;
}
.top__fixed  .top__redes {
    visibility: hidden;
}
.top__fixed .top__logo {
    position: absolute;
    margin-top: 70px;
}
.top__fixed .top__logo img {
    width: 130px;
    height: auto;
}
.top__fixed .top__menu ul {
    padding-left: 160px;
}
.top__fixed .top__menu ul li{
     margin-right: 10px;
    margin-left: 10px;
}
.top__fixed .top__menu ul li ul li{
     margin-right: 10px;
    margin-left: 10px;
}
.top__fixed .top__menu ul li.top__menu-last {
    margin-right: 0;
}
.top__fixed .top__menu ul li ul {
    padding-left: 12px;
}
.top__fixed .top__menu ul li ul.top__menu--linhas {
  width: 400px;
}
.top__fixed .top__menu ul li ul.top__menu--linhas li {
  padding:  0;
  margin: 0;
  margin-bottom: 8px;
}
.top__fixed .top__menu--linhas-container {

  margin-top: 10px;
  width: 180px;
 float: left;
 padding-left: 10px;
 border-right: 1px solid #ccc;
}
.top__fixed .top__menu--linhas-container-line {
  border: 0;
  padding-left: 20px;
}



.banner {
    width: 100%;
     margin: 0;
    padding: 0;
}
#banner-slider {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.banner__texto {
    text-align: center;
    color: #fff;
    margin-top: -20%;
    z-index: 9000;
}
.banner__texto h2 {
    font-family: 'Montserrat', 'Arial';
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 18px;
}
.banner__texto h2 .line {
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: 150px;
}
.banner__texto h3 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', 'Arial';
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    letter-spacing: 5px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.slick-slide {
    margin: 0;
    padding: 0;
}
.slick-dots {
    bottom: 18px;
    z-index: 9000;
}
.slick-dots li button:before {
    color: transparent;
    border: 1px solid #fff;
    border-radius: 500px;
    padding: 0;
    opacity: 1;
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.slider-next {
    position: absolute;
    top:  50%;
    color: #A7A7A7;
    background-color: transparent;
    border: 0;
    z-index: 9000;
    font-size: 60px;
     right: 30px;
}
.slider-prev {
    position: absolute;
    top:  50%;
    color: #A7A7A7;
    background-color: transparent;
    border: 0;
    z-index: 9000;
    font-size: 60px;
     left: 30px;
     margin-left: 40px;
    z-index: 9000;
}

.conteudo{
    padding-top: 72px;
    padding-bottom: 72px;
}
.conteudo h2 {
    font-family: 'Montserrat', 'Arial';
    font-size: 25px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 5px;
}
.conteudo__texto {
    font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.conteudo--inicial {
    text-align: center;
     padding-top: 72px;
}
.conteudo--inicial h2 {
    margin-top: 0px;
}
.conteudo__container-btn {
    text-align: center;
}
.conteudo__btn {
    display: inline-block;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #d12a2e;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat', 'Arial';
    letter-spacing: 3px;
    margin-top: 54px;
    transition:background-color 0.3s linear;
}
.conteudo__btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d12a2e;
}
.conteudo__titulos {
  margin-top: 72px;
    text-align: center;
    color: #000;
}
.conteudo_titulos-texto h2 {
    font-family: 'Montserrat', 'Arial';
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 5px;
}
.conteudo_titulos-texto h2 .line {
  border-bottom: 1px solid #000;
  display: inline-block;
  width: 150px;
  display: none;
}
.conteudo_titulos-texto h3 {
    text-transform: uppercase;
    color: #d12a2e;
    font-family: 'Montserrat', 'Arial';
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    letter-spacing: 1px;
}
.conteudo_texto {
   font-family: 'Varela Round', 'Arial', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.youtube_embed {
  position:relative;
  width:100%;
  height:0;
  padding-bottom:56.27198%;
}
.youtube_embed iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/* Pagina Inicial */
#home01 {
  /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 0s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 0s;
}
.anim-produto-1 {
    /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 0.5s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 0.5s;
}
.anim-produto-2 {
    /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 0.7s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 0.7s;
}
.anim-produto-3 {
    /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 0.9s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 0.9s;
}
.anim-produto-4 {
    /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 1.1s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 1.1s;
}
.anim-produto-5 {
    /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 1.3s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 1.3s;
}
.anim-produto-6 {
    /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 1.5s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 1.5s;
}
.anim-produto-7 {
    /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 1.7s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 1.7s;
}
.anim-produto-8 {
    /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 1.9s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 1.9s;
}
.anim-slideUp {
     /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 2.5s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 2.5s;
}
.anim-fadeIn {
        /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 1.8s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 1.8s;
}
.anim-fadeIn2 {
        /*-webkit-animation-duration: 1.5s;*/
  -webkit-animation-delay: 1s;
  /*-moz-animation-duration: 1.5s;*/
  -moz-animation-delay: 1s;
}
.conteudo--inicial-produtos {
    /* The image used */
    background-image: url("../img/bg-home-produtos.jpg");

    /* Set a specific height */
    height: 792px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: #fff;
}
.conteudo--inicial-produtos h2 {
    color: #fff;
    text-align: center;
    margin-top: 18px;
}
.conteudo--inicial-produtos .conteudo__texto {
    color: #fff;
    text-align: center;
    margin-top: 18px;
}
.inicial__produtos {
    margin-top: 72px;
}
.incicial__produtos-galeria .col-md-3 {
    padding: 0;
}
.incicial__produtos-galeria .col-md-3 a {
    display: block;
    position: relative;
}
.incicial__produtos-galeria .col-md-3 a img {
    display: block;
    position: relative;
}
.incicial__produtos-galeria .slider-next {
    color: #fff;
    right: -80px;
    top: 45%;
}
.incicial__produtos-galeria .slider-prev {
    color: #fff;
    left: -120px;
    top: 45%;
}
.incicial__produtos-galeria-hover {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(255, 255, 255, 0.8);
    padding: 10px;
    text-align: center;
    border: 12px solid #6abf39;
    opacity:0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;

}
.incicial__produtos-galeria-hover span {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}
.incicial__produtos-galeria-hover-titulo {
    display: block;
    margin-top: 54px;
    font-family: 'Montserrat', 'Arial';
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.incicial__produtos-galeria-hover-subtitulo {
    display: block;
    font-family: 'Montserrat', 'Arial';
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.incicial__produtos-galeria-hover-btn {
    display: inline-block;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #d12a2e;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat', 'Arial';
    letter-spacing: 3px;
    margin-top: 54px;
    transition:background-color 0.3s linear;
}
.incicial__produtos-galeria-hover-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d12a2e;
}
.incicial__produtos-galeria .col-md-3 a:hover
    .incicial__produtos-galeria-hover {

        visibility: visible;
        opacity:1;
        transition-delay: 0s;
}
.conteudo--inicial-eventos {
    background-color: #e6e7e8;
    height: auto;
    padding-top: 300px;
}
.inicial__eventos-itens a {
    display: block;
    background-color: #000;
}
.inicial__eventos-itens a img {
    width: 100%;
    height: auto;
     opacity: 1;
    transition:opacity 0.5s linear;
}
.inicial__eventos-itens a:hover img {
    opacity: 0.6;
}
.inicial__eventos-btn{
    margin-top: -110px;
}
.inicial__eventos-slide-container {
    padding: 0;
}
.inicial__eventos-slide .col-md-3 {
    padding: 12px;
}
.conteudo--inicial-interesses {
    text-align: center;
}
.conteudo--inicial-interesses .conteudo__btn {
    margin-top: 36px;
}
.conteudo--inicial-interesses h2 img {
    width: 72px;
    height: auto;
    display: inline-block;
    margin-bottom: 36px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.conteudo--inicial-produtos--busca {
    /* The image used */
    background-image: url("../img/bg-home-produtos.jpg");

    /* Set a specific height */
    height: 900px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: #fff;
}



.conteudo--empresa {
   padding-top: 108px;
   padding-bottom: 108px;
}
.empresa__timeline {
     /* The image used */
    background-image: url("../img/bg-home-produtos.jpg");

    /* Set a specific height */
    height: 666px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 54px;
    padding-bottom: 54px;
}
.empresa__timeline-container {
    background-color: #fff;
    padding: 24px;
    font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.empresa__timeline-container h2 {
    color: #000;
    font-size: 24px;
    font-family: 'Montserrat', 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 36px;
}
.empresa__timeline-container-time {
  padding-bottom: 72px;
}
.empresa__timeline-container-time h2 {
  display: inline-block;
  border: 1px solid #d12a2e;
  margin-top: 18px;
  margin-bottom: 108px;
  padding: 18px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: normal;
}
.empresa__timeline-container-time h3 {
   color: #000;
    font-size: 24px;
    font-family: 'Montserrat', 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 36px;
}
#time02 {
  width: 100%;
}
#time02 .container-time {
  width: 100%;
  visibility: hidden;
}
.slick-active { visibility: visible !important; }
#time02 .slider-next {
  color: #fff !important;
  right: 60px;
}
#time02 .slider-prev {
  color: #fff !important;
}
.conteudo__btn-container--btn {
  text-align: center;
  margin-bottom: 36px;
}
.empresa__missao {
  text-align: center;
  font-family: 'Varela Round', 'Arial', sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.empresa__missao h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Montserrat', 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.empresa__missao img {
  width: 80px;
  height: auto;
}


.conteudo--mundo {
  padding-top: 108px;
  padding-bottom: 108px;
  font-family: "Varela Round", Arial, sans-serif;
  color: #666666;
}
.mundo-galeria {
   padding-top: 54px;
   padding-bottom: 54px;
}
.mundo-container {
  background-color:#F1F1F1;
  border-radius: 8px;
  height: 468px;
  margin-bottom: 24px;
  font-family: "Varela Round", Arial, sans-serif;
}
.mundo-container a {
  text-decoration: none;
  color: #666666;
}
.mundo-container h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-family: "Montserrat", Arial;
  text-transform: uppercase;
  padding: 8px;
  padding-bottom: 0;
  color: #000;
}
.mundo-container h4 {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  padding: 8px;
  padding-bottom: 0;
  padding-top: 0;
  color: #b82527;
}
.mundo-container img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.mundo-container p {
  padding: 18px;
  padding-right: 36px;
  padding-left: 36px;
}
.mundo-galeria-show {
  margin-bottom: 24px;
}
.mundo-galeria-show img {
  border-radius: 5px;
}

.agenda__itens {
  margin-bottom: 24px;
}
.agenda__itens img {
  width: 100%;
  height: auto;
}
.agenda__itens-hover {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 92.5%;
    height: 100%;
    background-color:rgba(255, 255, 255, 0.8);
    padding: 10px;
    text-align: center;
    opacity:0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;

}
.agenda__itens-hover span {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}
.agenda__itens-titulo {
    display: block;
    margin-top: 54px;
    font-family: 'Montserrat', 'Arial';
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #e92851 !important;
}
.agenda__itens-subtitulo {
    display: block;
    font-family: 'Montserrat', 'Arial';
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.agenda__itens-btn {
    display: inline-block;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #d12a2e;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat', 'Arial';
    letter-spacing: 3px;
    margin-top: 54px;
    transition:background-color 0.3s linear;
}
.agenda__itens-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d12a2e;
}
.agenda__itens a:hover
    .agenda__itens-hover {

        visibility: visible;
        opacity:1;
        transition-delay: 0s;
}
.agenda__conteudo {
    color: #666;
    font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.agenda__conteudo h3 {
  margin: 0;
  padding: 0;
  color: #d12a2e;
  text-transform: uppercase;
   font-family: 'Montserrat', 'Arial';
   font-size: 14px;
}
.agenda__conteudo h2 {
  margin: 0;
  padding: 0;
  color: #000;
  text-transform: uppercase;
   font-family: 'Montserrat', 'Arial';
   font-size: 24px;
   margin-bottom: 54px;
   margin-top: 10px;
}
.agenda__img img {
  width: 100%;
  height: auto;
}
.agenda__conteudo .conteudo__btn {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}



.linhas__container {
 padding: 0;
}
.linhas__container img {
  width: 100%;
  height: auto;
}
.linhas__container a {
  display: block;
}
.linhas__container-hover {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(255, 255, 255, 0.8);
    padding: 10px;
    text-align: center;
    border: 12px solid #6abf39;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
    opacity:0;
}
.linhas__container-hover span {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}
.linhas__container-hover-titulo {
    display: block;
    margin-top: 54px;
    font-family: 'Montserrat', 'Arial';
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.linhas__container-hover-subtitulo {
    display: block;
    margin-top: 30%;
    font-family: 'Montserrat', 'Arial';
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.linhas__container-hover-btn {
    display: inline-block;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #d12a2e;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat', 'Arial';
    letter-spacing: 3px;
    margin-top: 54px;
    transition:background-color 0.3s linear;
}
.linhas__container-hover-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d12a2e;
}
.linhas__container a:hover
    .linhas__container-hover {

        visibility: visible;
        opacity:1;
        transition-delay: 0s;
}
.linha h2 {
  margin-top: 54px;
  margin-bottom: 54px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  font-weight: bold;
    letter-spacing: 3px;
}
.linha h2 small {
  color: #d12a2e;
  font-size: 14px;
  letter-spacing: 1px;
}
.linha__texto {
  font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
  color: #666666;
  margin-bottom: 54px;
}


.linha_produtos {
    width: 100%;
    height: auto;

}

.conteudo__titulos--objetivos {
  margin-bottom: 72px;
}
.objetivos__container {
 padding: 0;
}
.objetivos__container img {
  width: 100%;
  height: auto;
}
.objetivos__container a {
  display: block;
}
.objetivos__container-hover {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(255, 255, 255, 0.8);
    padding: 10px;
    text-align: center;
    border: 12px solid #FF6300;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
    opacity:0;
}
.objetivos__container-hover span {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}
.objetivos__container-hover-titulo {
    display: block;
    margin-top: 54px;
    font-family: 'Montserrat', 'Arial';
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.objetivos__container-hover-subtitulo {
    display: block;
    margin-top: 30%;
    font-family: 'Montserrat', 'Arial';
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.objetivos__container-hover-btn {
    display: inline-block;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #d12a2e;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat', 'Arial';
    letter-spacing: 3px;
    margin-top: 54px;
    transition:background-color 0.3s linear;
}
.objetivos__container-hover-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d12a2e;
}
.objetivos__container a:hover
    .objetivos__container-hover {

        visibility: visible;
        opacity:1;
        transition-delay: 0s;
}
.objetivo h2 {
  margin-top: 54px;
  margin-bottom: 54px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  font-weight: bold;
    letter-spacing: 3px;
}
.objetivo h2 small {
  color: #d12a2e;
  font-size: 14px;
  letter-spacing: 1px;
}
.objetivo__texto {
  font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
  color: #666666;
  margin-bottom: 54px;
}


.objetivo_produtos {
    width: 100%;
    height: auto;

}



.produtos__container {
    width: 100%;
    display: flex;
}
.produtos__container-conteudo {
  flex: 2;
}
.produtos__imagem {
    width: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;

    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
}
.produtos__imagem img {
  display: none;
    width: 100%;
    height:auto;
}
.produtos__descricao {
    background-color: #e6e7e8;
     color: #666666;

}
.produtos__texto {
    width: 555px;

    min-height: 500px;

    margin-left: 0px;
    padding-left: 30px;

   padding-top: 102px;
    padding-bottom: 102px;
    line-height: 30px;

    font-family: 'Varela Round', 'Arial', sans-serif;
      font-size: 14px;
      line-height: 24px;
    color: #666666;
}
.produtos__texto h3 {
    text-transform: uppercase;
     font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 36px;
    color: #000;
}
.produtos__texto h3 small {
    font-size: 18px;
     font-family: 'Montserrat', 'Arial';
     font-weight: bold;
     color: #d12a2e;
     letter-spacing: 1px;
}
.produtos__container--inverse {
  display: flex; flex-direction: row-reverse;
}
.produtos__container .produtos__imagem {

}
.produtos__container .produtos__descricao {

}
.produtos__container--inverse .produtos__imagem {
  flex-direction: column-reverse;
}
.produtos__container--inverse .produtos__descricao {

  text-align: right;

}
.produtos__container--inverse .produtos__descricao .produtos__texto  {

    display: inline-block;
    text-align: left ;
    margin-right: 0px;
     padding-left: 0px;
    padding-right: 30px;
}
.produtos__alert {
  margin-bottom: 72px;
  text-align: center;
}
.produto__video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 36px;
    border: 1px solid #ccc;
}
.produto__video-container iframe, .empresa__video-container object, .empresa__video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.produtos__btn {
  display: inline-block;
  padding: 10px;
  width: 250px;
  text-align: center;
  border:  1px solid #d12a2e;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', 'Arial';
  text-decoration: none;
 margin-top: 54px;
  letter-spacing: 3px;
   -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    background-color: transparent;
}
.produtos__btn:hover {
  background-color: #d12a2e;
  color: #fff;
}
.conteudo--inicial-produtos--linhas {
  margin-bottom: 200px;
  height: 700px;
}
.produto__descricao-unitario {
  margin-top: 72px;
  margin-bottom: 72px;
  font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
  color: #666666;
}
.produto__descricao-unitario h4 {
   margin-top: 18px;
  margin-bottom: 36px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
}
.produto__descricao-unitario strong {
  color: #d12a2e;
}

.produto__descricao-unitario-btn {
   margin-top: 36px;
   text-align: center;
}

.produto__descricao-unitario a {
  display: inline-block;
  padding: 10px;
  width: 250px;
  text-align: center;
  border:  1px solid #d12a2e;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', 'Arial';
  text-decoration: none;
  margin: 10px;
  letter-spacing: 3px;
   -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.produto__descricao-unitario a:hover {
  background-color: #d12a2e;
  color: #fff;
}



.contato input {
  border: 1px solid #ccc;
  border-radius: 0;
  height: auto;
  font-family: 'Montserrat', 'Arial';
  font-size: 12px;
  color: #000;
  padding: 15px;
}
.contato input::placeholder {
    font-family: 'Montserrat', 'Arial';
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}
.contato select {
  border: 1px solid #ccc;
  border-radius: 0;
  height: auto;
  font-family: 'Montserrat', 'Arial';
  font-size: 12px;
  color: #000;
   padding: 15px;
}
.contato textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
  height: auto;
  font-family: 'Montserrat', 'Arial';
  font-size: 12px;
   color: #000;
}
.contato textarea::placeholder {
    font-family: 'Montserrat', 'Arial';
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}
.contato__map {
  width: 100%;
  margin-top: 0px;
  overflow: hidden;
}
.contato .conteudo__btn {
  font-size: 24px;
}
.conteudo--contato {
  padding-bottom: 0;
   font-family: 'Varela Round', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
#map {
    height: 450px;
 }
.contatos {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #e6e7e8;
  text-align: center;
  font-family: 'Montserrat', 'Arial';
  font-size: 14px;
  text-transform: uppercase;
  color: #000;

}
.contatos a {
  text-decoration: none;
  color: #000;
}
.contatos img {
  margin-bottom: 18px;
}





.busca {
  width: 100%;
  background-color: #e6e7e8;
  padding-top: 54px;
  padding-bottom: 54px;
}
.busca input {
  background-color: transparent;
  border: 0;
  font-family: 'Varela Round', 'Arial', sans-serif;
  font-size: 30px;
  color: #6d6e71;
  width: 100%;
}
.busca input:focus{
    outline: none;
}
.busca__resultado {
  padding-bottom: 72px;
}
.busca__resultado h2 {
  text-align: center;
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin-top: 72px;
  margin-bottom: 72px;
}
.busca__resultado h2 small {
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d12a2e;
}
.busca__resultado h4 {
   font-family: 'Montserrat', 'Arial';
  font-size:18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin-bottom: 18px;
  margin-top: 36px;
}
.busca__resultado a {
  text-decoration: none;
  display: block;
  margin-top: 18px;
}
.busca__resultado a h5 {
  color: #666666;
  font-family: 'Varela Round', 'Arial', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.busca__resultado a h5 small {
  text-transform: lowercase;
  font-size: 14px;
  color: #d12a2e;
}
.busca__resultado a:hover {
  text-decoration: underline;
}


.footer__news {
    width: 100%;
    padding-top: 54px;
    padding-bottom: 36px;
    /* The image used */
    background-image: url("../img/bg-footer-news.jpg");


    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer__news-container {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 36px;
}
.footer__news-container input {
    border: 0px;
    padding: 8px;
    width: 80%;
    text-align: center;
    font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 14px;
    color: #666666;
}
.footer__news-container button {
    border: 0;
    background-color: transparent;
    color: #d12a2e;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Arial';
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
}
.footer__news-redes {
    text-align: center;
}
.footer__news-redes a {
    padding: 8px;
}
.footer__news-redes a img {
    opacity: 1;
    transition: opacity 0.5s linear;
}
.footer__news-redes a:hover {
    opacity: 0.5;
}
.footer__infos {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    background-color: #d12a2e;
    color: #fff;
    font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 14px;
}
.footer__infos-selos {
  text-align: right;
}
.footer__infos-selos img {
  width: 165px;
  height: auto;
}
.footer__infos-selos--up {
    margin-top: -7px;
}
.footer__infos-selos--up img {
  width: 165px;
  height: auto;
}
.footer__copyright {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #b82527;
    color: #fff;
    font-family: 'Varela Round', 'Arial', sans-serif;
    font-size: 12px;
}
.footer__copyright--brand {
    text-align: right;
}

.modal {
  z-index: 800000;

}
.modal-content {
  border-radius: 0;
   width: 750px;
   left: -100px;
}
.modal-content h4 {
  margin-top: 18px;
  margin-bottom: 36px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  font-weight: bold;
}
.modal-content strong {
  color: #d12a2e;
}
.modal-backdrop {
  z-index: 700000;
  opacity:0.8 !important;
}
.modal-header {
  border:  0;
}
.modal-header .close {
  color: #d12a2e;
  font-size: 40px;
  opacity: 1;
}
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Varela Round', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.modal-footer {
  border: 0;
  padding-bottom: 54px;
  text-align: center;
}
.modal-footer a {
  display: inline-block;
  padding: 10px;
  width: 250px;
  text-align: center;
  border:  1px solid #d12a2e;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', 'Arial';
  text-decoration: none;
  margin: 10px;
  letter-spacing: 3px;
   -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.modal-footer a:hover {
  background-color: #d12a2e;
  color: #fff;
}
.modal-title {
  margin-top: 18px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
}

.whatsapp-btn-footer {
    position: fixed;
    width: 189px;
    height: 30px;
    background-image: url(../img/whats001.png);
    background-repeat: no-repeat;
    bottom: 0px;
    right: 15px;
    z-index: 300000;
}
.whatsapp-btn-footer a {
    display: block;
    color: #fff;
    font-size: 14px; 
    font-family: 'Varela Round', 'Arial', sans-serif;
    text-decoration: none;
    padding-left: 40px;
    padding-top: 5px;
}

.whatsapp-btn-footer--responsive {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 300000;
}
.whatsapp-btn-footer--responsive img {
    width: 90px;
    height: auto;
}

.link-galeria {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  height: 350px;
  text-decoration: none;
}
.link-galeria img{
  width: 100%;
  height: auto;
}
.link-galeria:hover {
  text-decoration: none;
}

.link-galeria p {
  text-decoration: none;
  color: #000;
  text-align: center;
  margin-top: 18px;
}

@media (max-width: 1080px) {

    .inicial__produtos {
        margin-top: 54px;
    }
    .incicial__produtos-galeria {
        padding: 40px;
    }
    .incicial__produtos-galeria .slider-next {
        color: #fff;
        right: -10px;
        top: 45%;
        font-size: 40px;
    }
    .incicial__produtos-galeria .slider-prev {
        color: #fff;
        left: -50px;
        top: 45%;
         font-size: 40px;
    }

}

@media (max-width: 1020px) {
    body {
        padding-top: 72px;
    }
    .body__fixed {
        padding-top: 72px;
    }
    .top {
        display: none;
    }

    .top__nav-side-menu {
        display: block;
    }

    .banner__texto {

        margin-top: -70%;
    }
    .banner__texto h3 {
      font-size: 18px;
    }

    .conteudo--empresa {
       padding-top: 54px;
       padding-bottom: 54px;
    }
    /*
    .empresa__slide .banner .slick-slide img {
        height: 364px;
        width: auto;
        margin-left: -60%;
    }
    */

    .empresa__timeline {


        height: auto;

        padding-top: 54px;
        padding-bottom: 54px;
    }
    .empresa__timeline-container {
        background-color: #fff;
        padding: 24px;
        font-family: 'Varela Round', 'Arial', sans-serif;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    .empresa__timeline-container h2 {
        color: #000;
        font-size: 18px;
        font-family: 'Montserrat', 'Arial';
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-align: center;
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .conteudo__btn-container--btn {
      text-align: center;
      margin-bottom: 36px;
    }
    .empresa__missao-container {
      margin-bottom: 36px;
    }

    .agenda__itens {
      float: left;
      width: 50%;
    }
    .agenda__itens-hover {
      width: 85%;
    }
    .agenda__itens-titulo {
      margin-top: 10px;
    }
    .agenda__itens-subtitulo {
        display: block;
        font-family: 'Montserrat', 'Arial';
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    .agenda__itens-btn {
        display: inline-block;
        padding: 8px;
        border: 1px solid #d12a2e;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        font-size: 10px;
        font-family: 'Montserrat', 'Arial';
        letter-spacing: 3px;
        margin-top: 10px;
        transition:background-color 0.3s linear;
    }


    .linhas__container {
       float: left;
       width: 50%;
    }
    .linhas__container-hover-subtitulo {
      font-size: 18px;
    }
    .linhas__container-hover-btn {
        margin-top: 5px;
        font-size: 12px;
        padding: 8px;
    }
    .produtos__container {
          display: block;
        }
        .produtos__container-conteudo {
          display: block;

        }
        .produtos__imagem {
          display: block;
            width: 100%;
             height: auto;
             padding: 0px;
             text-align: center;
        }
        .produtos__imagem img {
           margin: 0;
           width: 100%;
           height: auto;
        }
        .produtos__descricao {
          display: block;
            width: 100%;
             height: auto;
            padding: 36px;
        }
        .produtos__texto {
            width: 100%;
            float: none;
            margin: 0;
            padding: 0;
            text-align: center;
            padding-top: 54px;
            padding-bottom: 54px;
            height: auto;
        }
        .produtos__texto h3 {
            line-height: 28px !important;
        }
        .produtos__texto h3 small {

        }
        .produtos__container .produtos__imagem {
            float: none;
        }
        .produtos__container .produtos__descricao {
            float: none;
        }
        .produtos__container--inverse .produtos__imagem {
            float: none;
        }
        .produtos__container--inverse .produtos__descricao {
            float: none;
        }
        .produtos__container--inverse .produtos__descricao .produtos__texto  {
            float: none;
            margin: 0;
        }
        .produtos__container--inverse .produtos__descricao {

          text-align: center;

        }
        .produtos__container--inverse .produtos__descricao .produtos__texto  {

            display: inline-block;
            text-align: center;
        }
      .produtos__imagem img {
        display: inline-block;
      }

    .conteudo--inicial-produtos--linhas {
      margin-bottom: 0;
      height: auto;
    }

    .conteudo--inicial-produtos {
        height: auto;
    }
    .inicial__produtos {
        margin-top: 0px;
    }
    .incicial__produtos-galeria {
        padding: 60px;
    }
    .incicial__produtos-galeria .slider-next {
        color: #fff;
        right: 0px;
        top: 45%;
        font-size: 40px;
    }
    .incicial__produtos-galeria .slider-prev {
        color: #fff;
        left: -40px;
        top: 45%;
         font-size: 40px;
    }
    .conteudo__container-btn--inicial-produtos {
        border: 1px solid #fff;
        margin-top: 0;
        color: #fff;
    }
    .conteudo__container-btn--inicial-produtos:hover {
        background-color: #fff;
        color: #000;
    }

    .conteudo--inicial-eventos {
        background-color: #e6e7e8;
        height: auto;
        padding-top: 36px;
        text-align: center;
    }

    .inicial__eventos-slide-container {
        padding: 40px;
    }
    .inicial__eventos-slide .col-md-3 {
        padding: 8px;
    }
    .inicial__eventos-btn {
        text-align: center;
        margin-top: -18px;
    }
    .inicial__eventos-icon {
        margin-bottom: 36px;
    }
    .inicial__eventos-slide  .slider-next {
        color: #000;
        right: -40px;
        top: 35%;
        font-size: 40px;
    }
    .inicial__eventos-slide  .slider-prev {
        color: #000;
        left: -80px;
        top: 35%;
         font-size: 40px;
    }
    .conteudo--inicial-interesses {
        padding-bottom: 18px;
    }
    .inicial__interesses {
        margin-bottom: 54px;
    }

    footer {
        text-align: center;
    }
    .footer__news-container input {
        width: 70%;
    }
    .footer__infos-logo {
        margin-bottom: 36px;
    }
    .footer__infos-fones {
        margin-bottom: 18px;
    }
    .footer__infos-selos {
        display: block;
        width: 100%;
        margin-top: 18px;
        text-align: center;
    }
    .footer__infos-selos img {
        width: none;
    }
    .footer__copyright--brand {
        text-align: center;
        margin-top: 18px;
    }

    .modal-content {

       width: 100%;
       left: 0px;
       text-align: left;
    }

    .incicial__produtos-galeria-hover-btn {
        display: inline-block;
        padding: 15px;
        padding-left: 30px;
        padding-right: 30px;
        border: 1px solid #d12a2e;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        font-size: 12px;
        font-family: 'Montserrat', 'Arial';
        letter-spacing: 3px;
        margin-top: 18px;
        transition:background-color 0.3s linear;
    }

    .agenda__conteudo h3{
      margin-top: 36px;
    }
    .agenda__conteudo h2{
      margin-bottom: 36px;
    }

    .contatos__icons {
       width: 50%;
       float: left;
       margin-bottom: 36px;
    }

    #time02 .container-time{
      background-color: #FFF;
      width: 100%;
      padding:  0;
      margin: 0;
      margin-bottom: 18px;
    }

    #time02 .container-time {
      width: 100%;
      visibility: visible;
    }
    #time02 .container-time img {
      width: 100%;
      height: auto;
    }

    .conteudo__titulos {
      margin-top: 36px;
      margin-bottom: 18px;
    }
    .conteudo {
      padding-top: 36px;
    }

    .objetivo__texto {
      margin: 0;
    }
    .produtos__texto {
      padding: 0 !important;
       min-height: auto;
    }
    .produtos__descricao {
     min-height: auto;
      padding-top:  18px;
    }
    h2 {
      line-height: 24px !important;
    }

    h3 {
      line-height: 18px !important;
    }

    .whatsapp-btn-footer {
       display: none;
    }
    
    .whatsapp-btn-footer--responsive {
        display: block;
    }

}
