/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}


/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {}


/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* EFEITO BANNER */
  .circle div:nth-of-type(1) {
    top: 57.3%;
    left: 5.5%;
  }
  .circle div:nth-of-type(2) {
    top: 15.1%;
    left: 15.1%;
  }
  .circle div:nth-of-type(3) {
    top: 87.5%;
    left: 32.1%;
  }
  .circle div:nth-of-type(4) {
    top: 76.6%;
    right: 14.8%;
  }
  .circle div:nth-of-type(5) {
    top: 34.4%;
    right: 4.9%;
  }
  .circle div:nth-of-type(6) {
    top: 4%;
    right: 32.8%;
  }
  .circle div img {
    width: 25px !important;
  }
  /* TITULOS */
  .titulo-section {
    font-size: 2rem;
  }

  /* PROMOCIONAL */
  .text-counter p {
    font-size: 12px;
  }
}


/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}


/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
}


/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
/* NAV */
.contato-nav {
  display: none;
}
/* TITULOS */
.titulo-section {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

/* EFEITO BANNER */
.circle div:nth-of-type(1) {
  top: 56.3%;
  left: 5.6%;
}
.circle div:nth-of-type(2) {
  top: 14.5%;
  left: 15.1%;
}
.circle div:nth-of-type(3) {
  top: 86.6%;
  left: 32%;
}
.circle div:nth-of-type(4) {
  top: 75.6%;
  right: 15.8%;
}
.circle div:nth-of-type(5) {
  top: 33.4%;
  right: 5.6%;
}
.circle div:nth-of-type(6) {
  top: 3.8%;
  right: 33.3%;
}
.circle div img {
  width: 60%!important;
}

/* PROMOCIONAL */
.text-counter p {
  font-size: 12px;
}

/* FOOTER */
.selos {
  align-items: center;
}

/* COOKIES */
.box-cookies {
  flex-direction: column;
  padding: 10px 20px;
  font-size: 12px;
}
.box-cookies img {
  width: 50px;
}
}