.text-roxo {
  color: #53477d;
}
@media (min-width: 992px) {
  #main-header .text-block {
      max-width: 70%;
      padding-right: 0;
      margin-top: -3rem;
  }
}
body {
  font-size: 1rem;
}
#main-header {
  background-color: #53477d;
}
#main-header h1 {
      font-size: 2.2rem;
  line-height: 1.3;
    margin: .5rem 0;
}
#main-header h1 {
  max-width: 70%;
}
#main-header h2 {
  max-width: 70%;
  color: #fff;
  font-size: 2.5rem;
}

#main-header .text-block p {
  font-size: 1rem;
  max-width: 70%;
  color: #fff;
}
#main-header  ul li {
    list-style-position: inside;
    font-size: 1rem;
    padding: 0;
    max-width: 70%;
    color: #fff;
}

#main-header  ul {
  padding: 0;
  margin: 0;
}
.form-control-lg {
  padding: 1.9rem 2rem;
  min-width: 527px;
  max-width: 100%;
  margin-right: 1rem;
}
#main-header .btn-lg {
  padding: .5rem 1.5rem;
  font-size: 1.4rem;
}
#btn-procurar:before {
  content: url('images/icon-search.png');
  vertical-align: middle;
  margin-right: 1rem;
}
#text-itens {
  margin: 0;
  padding: 0;
}
#text-itens li {
  line-height: 1.5rem;
  list-style-type: none;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 1.3rem;
}
.text-warning { color:#ecc40f!important;}
#text-itens li:before {
    font-family: 'gestwinfont' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #ffa410;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    font-size: 25px;
    display: inline-block;
    margin-right: 0.5rem;
}

#hightlights {
  background: none;
  padding-bottom: 6rem;
}
#hightlights h3 {
  margin-top: 3.5rem;
}

.lead {
  
  font-weight: bold;
  
}
#products {
  margin: 9rem 0;
}
.gestwinComercial,
.gestwinPOS  {
  position: relative;
  color: #fff;
  margin-right: 2rem;
  padding-right: 3rem;
  border-top-right-radius: 15rem;
  border-bottom-right-radius: 15rem;
  display: flex;
  align-items: flex-start;

  flex-direction: row;
}
.gestwinComercial > img {
  margin-left: -5rem;
    margin-top: -3rem;
    margin-bottom: -4rem;
}

.gestwinPOS > img {
  margin-left: -8rem;
    margin-top: -3rem;
    margin-bottom: -4rem;
}
.gestwinComercial {
  background-color: #1a5d71;
  background-image: linear-gradient(to right, #1a5d71 0%, #1b8199 90%);
  background-repeat: repeat-x;
}
.gestwinPOS {
  background-color: #48c3d2;
  background-image: linear-gradient(to right, #178098 0%, #48c3d3 90%);
  background-repeat: repeat-x;
}
.product-text img {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.product-text {
  line-height: 1.3;
      font-size: .9rem;
}
#rating {
  background: #f0f0f0;

}
#rating .stars {
  background: url('images/stars.png') center center;
  height: 20px;
  background-repeat: no-repeat;
}
#rating .name {
  margin-bottom: 0;
}
.red {
  color: red;
}
#mapa {
  position: relative;
  min-height: 740px;
  background: url(images/mapa.png) center right;
  background-repeat: no-repeat;
  background-color: #aadaff;
}
#mapa p {     font-size: 1rem; }

.icon-place, .icon-mail, .icon-phone, .icon-clock {
  font-size: 2rem;
  margin-bottom: .5rem;
  color: #48c3d2;
}

p.headline {
  font-size: 1.5rem;
  text-align: center;
  padding: 5rem 0;
}

.content-results {
  display: none;
}
.results {
  font-size: 1rem;
  margin-bottom: 3rem;
  margin: 0 3rem 3rem 3rem;
  height: 355px;
  display: none;
}
.no-results {
  text-align: center;
  padding: 4rem 0;
  display: none;
  background-color: #e8e8e8;
  border-radius: 8px;
  margin-bottom: 3rem;
}
.results .card {
  background-color: #e8e8e8;
  border-radius: 8px;
  margin:0 15px;

  height: 355px;
}
.no-results h3 span { color: #df1e26; text-transform:capitalize;}
.results  span#item-0 { font-size: 1.1rem; display: block; font-weight: bold; margin-bottom: .5rem; }
.results  span#item-7 { margin-top:0.8rem; display: block;}
.results  span#item-8 { margin-top:0.8rem; display: block;}
.results  span#item-9 { margin-top:0.8rem;  display: block;}
.counter { font-size: 1.3rem;}
#main-footer {
  background-color: #4e4579;
}
#main-footer a,
#main-footer p,
#main-footer .horario { font-size: .8rem; }
.text-white-50 { font-size: 60%; }

#mapa {
  position: relative;
  min-height: 740px;
  background: url(images/mapa.png) center right;
  background-repeat: no-repeat;
  background-color: #aadaff;
}
/* **********************************
   Mobile
********************************** */
@media (max-width: 1200px){
  #mapa {
    background: url(images/mapa.png) 100px center;
    background-repeat: no-repeat;
    background-color: #aadaff;
  }
}
@media (max-width: 992px){
  #mapa {
    background: url(images/mapa.png) 100px center;
    background-repeat: no-repeat;
    background-color: #aadaff;
  }
}
@media (max-width: 770px){
  #mapa {
    min-height: 600px;
    background: url(images/mapa.png) 0 center;
    background-repeat: no-repeat;
    background-color: #aadaff;
    background-size: auto 100%;
  }
}



@media (max-width: 992px){
  .navbar-brand {
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .blocks {
    margin-bottom: 3rem;
  }

  #main-header .blocks {
    display: flex;
  }
  #main-header h1 {
    font-size: 2rem;
    line-height: 1.3;
    max-width: 100%;
  }
  #main-header h2 {
    max-width: 100%;
    font-size: 2rem;
  }
  #main-header p,
  #main-header ul li {
    max-width: 100%!important;

  }
  .form-control-lg {
    min-width: auto;
    width: 100%!important;
        margin-right: 0;
  }
  #main-header .btn-lg {
    margin: 1rem auto 0 auto;
  }
  .lead {
    margin: 0!important;
    max-width: none;
  }
 
  #btn-procurar { display: block; margin-top:1rem; }
  .gestwinComercial { margin-bottom: 5rem; margin-right: 0;}
  .gestwinComercial, .gestwinPOS {
    border-radius: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    margin: 0;
width: 100%;
  }
  #products {
    margin: 0;
}
  .gestwinComercial > img { margin: 0 auto; width: 100%;}
  .gestwinPOS > img { margin: 0 auto; width: 100%;};
  #hightlights { padding-bottom: 0; margin-bottom; 0; }

  #main-footer .col-12 {
  
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
  }
  #main-footer .col-12 span {margin-right: 1rem;}
  #main-footer img {
    width: 100px;
    margin: 1rem auto;
  }
}


#bt-modalForm,
#bt-modalabandonos {
  position: fixed;
  right: 2rem;
  top: 2rem;
  z-index: 99999;
}
@media (max-width: 992px){
  #bt-modalForm,
  #bt-modalabandonos {
    right: 1rem;
    bottom: 1rem;
    top: auto;
  }
}
#main-header .img-block {
 
  height: 300px;
}
@media (min-width: 776px){
  #main-header .img-block {
   
    height: 500px;
  }
}
@media (min-width: 1400px){
  #main-header .img-block {
   
    height: 600px;
  }
}
#main-header .text-block {
  max-width: none;
  margin-top: 0;
  min-width: 0!important;
}
#main-header h1 {
  max-width: none;
}
#main-header .text-block p {
  max-width: none;
}
#main-header .img-block {
  left: auto;
  max-width: none;
 width: 100%;
}
#main-header .img-block img{
  max-height: 100%;
}
#main-header .img-block .img1 {
    animation-delay: 0!important;

  }
  
  #main-header .img-block .img2 {
    display: block; 
    animation-delay: 4s!important;
    opacity: 0;
  }
  #main-header .img-block img  {
    animation-name: slideshow!important;
    animation-timing-function: ease-in-out!important;
    animation-iteration-count: infinite!important;
    animation-direction: alternate!important;
    animation-fill-mode: forwards!important;
    animation-duration: 4s!important;
   
  }

.img-modal {
  height: 300px;
}
.img-modal  .img1 {
  animation-delay: 0!important;
}
.img-modal .img2 {
  display: block!important; 
  animation-delay: 4s!important;
  opacity: 0;
}
.img-modal img  {
  position: absolute;
  top: 0;
  left: 0;
  animation-name: slideshow!important;
  animation-timing-function: ease-in-out!important;
  animation-iteration-count: infinite!important;
  animation-direction: alternate!important;
  animation-fill-mode: forwards!important;
  animation-duration: 4s!important;
 
}
/* **********************************
   Slider
********************************** */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: block;

    width: 38px;
    height: 61px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev
{
    left: -38px;
    transform: rotate(180deg);
}
.slick-prev:before
{
    content: url('images/arrow-next.png');
    transform: rotate(180deg);
}
.slick-next
{
    right: -38px;
}
.slick-next:before
{
    content: url('images/arrow-next.png');
}
.trintaanos {
  background-color: #4e437a;
  background-image: url('images/30anos.svg');
  background-position: center right;
  background-size: 516px 690px;
  background-repeat: no-repeat;
  
}
@media (max-width: 776px){
  .trintaanos {
    background-image: none;
  }
}
.trintaanos .container p {
 
    font-size: 1.2rem;
    font-weight: bold;
}

.image-target {
  background: url(images/30anos.png) top center;
  background-repeat: no-repeat;
}
#hightlight .row div:last-child {
  border-left: solid 2px #808080;
  padding: 2.5rem 2rem;
  font-weight: bold;
}

.underline {
  position: relative;

  
}
.underline:before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    background-color: #df1e26;
}



#carousel-versoes .carousel-caption {
  height: auto;
}
#carousel-versoes .carousel-caption .caption-title { 
  font-size: 1.5rem; 
  height: auto; 
  padding: 0;
  width: 60%;
    margin: 0 auto;
}
#carousel-versoes .carousel-caption p {
  padding: 0 80px;
  height: auto;
}
#carousel-versoes .carousel-caption .caption-subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #4e4678;
  margin-bottom: .5rem;
  padding: 0 80px;
  height: auto;
}
#carousel-versoes .carousel-caption .caption-text {
  padding: 0 30px;
  height: auto;
  font-size: .9rem;
  line-height: 1.3;
}
 
#carousel-versoes .carousel-control-prev, 
#carousel-versoes .carousel-control-next {
  width: 75px;
  height: 75px;
}
#call-div {
  display: inline-block;
  right: 0;
  top: 100px;
  bottom: auto;
  left: auto;
  width: auto;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-top-right-radius: 4rem;
}


@media (max-width: 776px){
  #modal-call #data-tel span, #modal-call #data-nome span, #modal-call #data-email span {
    display: inline-block;
  } 
}

/* Style all font awesome icons */
.fa {
   
    font-size: 30px!important;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 60px!important;
    text-align: center;
    color: white;
}


/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
  color: white;
  text-decoration: none;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}