.row-gap-1 {
  row-gap: 1.5rem;
}

.cbp-l-caption-alignCenter:hover {
  opacity: 1 !important;
  background-color: #009bdd81;
}

.cbp-l-caption-body ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.cbp-l-caption-body ul li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.cbp-l-caption-body ul li a {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}

.cbp-l-caption-body ul li a i {
  color: #0099dd !important;
}

/* social-float */
.social-float li {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 12px;
}

.social-float li .cidade {
  width: 127px;
  height: 25px;
  opacity: 0;
  background-color: #25d366;
  border: 1px solid #25d366;
  border-radius: 17px;
  transition: opacity 0.4s;
}

.social-float li .cidade span {
  vertical-align: text-top;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.social-float li:hover .cidade {
  opacity: 1 !important;
}

.social-float ul {
  display: flex;
  position: fixed;
  bottom: -20px;
  margin-left: 10px;
  list-style: none;
  z-index: 9000;
}

.social-float a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  /* position: absolute; */
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 5px;
  z-index: 999;
}

.text-footer{
  color: black !important;
  transition: 0.5s all ease;
}

.text-footer:hover{
  transition: 0.5s all ease;
  color: rgb(255, 255, 255) !important;
}

/* .social-float li:hover .whatsapp {
    right: -127px;
    
} */

.central {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.social-float i {
  color: #fff;
}

.social-float li a.fb {
  /* top: 10px; */
  background-color: #3b5998 !important;
}

.social-float li a.twit {
  /* top: 50px; */
  background-color: #00acee !important;
}

.social-float li a.link-in {
  /* top: 90px; */
  background-color: #d64e42 !important;
}

.desknone{
  display: none;
}

.social-float li a.insta {
  /* top: 50px; */
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
}

.social-float li .whatsapp {
  /* top: 90px; */
  background-color: #25d366 !important;
}

.social-float li .whatsapp.whats2 {
  /* top: 130px; */
  background-color: #25d366 !important;
}

.section-features p {
  color: black !important;
}

.mobile-store {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  align-items: center;
  flex-direction: column;
}


@media all and (max-width: 240px) {
  .espacoMob{
    margin: 20px 0;
  }
  .mutate-position{
    flex-direction: column;
  }
  .desknone{
    display: block;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .espaco-box {
    top: 25px;
  }
  .campo-cheio {
    width: 100%;
  }
  .menu-link {
    font-size: 20px;
  }
  .mobilenone {
    display: none;
  }
  .mobile-store {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
  }
  .espacoMob{
    margin: 20px 0;
  }
  .mutate-position{
    flex-direction: column;
  }
  .desknone{
    display: block;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .slider-area .slider-arrows {
    top: 91% !important;
    right: 50% !important;
    transform: translateX(50%) !important;
  }

  .campo-cheio {
    width: 100%;
  }
  .social-float {
    display: none;
  }
  .mobilenone {
    display: none;
  }
  .espacoMob{
    margin: 20px 0;
  }
  .mobile-store {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
  }
  .mobile_mt {
    margin-top: 35px;
  }
  .espaco-box {
    top: 25px;
  }
  .menu-link {
    font-size: 20px;
  }
  .mutate-position{
    flex-direction: column;
  }
  .desknone{
    display: block;
  }
}

@media all and (min-width: 768px) and (max-width: 990px) {
  .services-about {
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
  }

  .services-about .service-image {
    width: 100%;
    max-width: initial;
  }

  .services-about .content {
    margin-top: -85px;
    position: initial;
    z-index: 90;
    text-align: center;
    max-width: initial;
  }
  .mobilenone {
    display: none;
  }
  .centralizado {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mobile-store {
    flex-direction: column;
  }
  .map {
    height: 350px !important;
  }
  .espaco-box {
    top: 6rem;
  }
  .menu-link {
    font-size: 20px;
  }
  .mutate-position{
    flex-direction: column;
  }
  .desknone{
    display: block;
  }
}

@media all and (min-width: 1000px) and (max-width: 1200px) {
  .menu-link {
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none;
  }
}
