/* ---- whatsapp responsive ----*/
@media only screen and (max-width: 480px) {
  .cartelitowp {
    display: none;
  }

  .w-flotante .d-none {
    display: inline;
  }

  .w-flotante {
    height: 5%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: unset;
    display: inline-flex;
  }

  .whatsapp {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .nav.header-style2 {
    background: white;
  }

  #logo2 {
    float: right;
    margin: 12px 252px 0 0;
  }

  .text-sm-center {
    text-align: center;
    margin: 0 auto;
  }

  .mb-sm-3 {
    margin-bottom: 3rem;
  }

  .modal {
    top: -142px;
  }
}

@media only screen and (max-width: 640px) {
  #logo2 {
    float: left;
    margin: 12px 40% 0 40px;
  }
}

@media only screen and (max-width: 542px) {
  #unidades .col-xs-6 {
    width: 100%;
  }

  #logo2 {
    margin: 12px 30% 0 40px;
  }
}

@media only screen and (max-width: 467px) {
  #logo2 {
    margin: 20px 0 0 20px;
  }

  .nav.header-style2 {
    margin-bottom: 10px;
  }

  .nav.header-style2 .nav-wrap {
    float: right;
  }
}

@media only screen and (max-width: 375px) {
  .footer .visible-xs {
    display: none !important;
  }
}