/* ---- whatsapp responsive ----*/
@media only screen and (max-width: 1440px) {
  .w-flotante {
    right: 21px;
  }
}

@media only screen and (max-width: 992px) {
  .w-50 {
    width: 30% !important;
  }

  #page-title,
  #page-title2,
  #page-title3 {
    height: 100vh !important;
  }

  #page-title {
    background-position: 0 !important;
  }

  #page-title2 {
    background-position: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  footer .w-100 {
    width: 50% !important;
  }
}

@media screen and (max-width: 699px) {
  #fancyboxCarousel .owl-item {
    text-align: center;
  }

  #fancyboxCarousel .owl-item img {
    margin: 0 auto;
  }

  .fancybox-carousel .carousel-arrows .owl-nav .owl-prev {
    left: 0px;
  }

  .fancybox-carousel .carousel-arrows .owl-nav .owl-next {
    right: 0px;
  }
}

@media only screen and (max-width: 575px) {

  .navbar .navbar-brand img {
    max-width: unset;
  }

  .w-flotante {
    width: 3rem;
    height: 3rem;
    right: .8rem;
  }

  .whatsapp {
    font-size: 2rem;
  }

  #slider1 .btn__white {
    display: none;
  }

  #slider1 .thumbs-dots {
    bottom: 15px !important;
  }

  .fancybox-carousel .carousel-arrows .owl-nav .owl-prev {
    left: 20px;
    top: 100px;
  }

  .fancybox-carousel .carousel-arrows .owl-nav .owl-next {
    right: 20px;
    top: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .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;
  }

  #scrollTopBtn {
    bottom: 56px;
  }

  .hide-480 {
    display: none;
  }

  .show-480 {
    display: block;
  }

  #page-title {
    background-image: url("../images/page-titles/1small.jpg") !important;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  #page-title2 {
    background-image: url("../images/page-titles/7small.jpg") !important;
  }

  #page-title3 {
    background-image: url("../images/page-titles/2small.jpg") !important;
  }

  #page-title, #page-title2, #page-title3 {
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
  }

  .slide__content {
    margin-top: -10rem;
  }

  #slider1 .thumbs-dots {
    bottom: 150px !important;
  }
}

@media only screen and (max-width: 375px) {

  .navbar .navbar-brand img {
    max-height: 36px;
  }

  .thumbs-dots {
    margin-bottom: 4rem;
  }

  .slider-1 .thumbs-dots .owl-thumb-item span {
    font-size: 12px;
  }

  .slider-1 .thumbs-dots .owl-thumb-item {
    padding: 10px 30px 5px;
  }
}

@media only screen and (max-width: 369px) {

  .slider-1 .thumbs-dots .owl-thumb-item span {
    font-size: 10px;
  }

}

@media only screen and (max-width: 340px) {

  .slider-1 .thumbs-dots .owl-thumb-item span {
    display: none;
  }

  .slider-1 .thumbs-dots .owl-thumb-item img.w-50 {
    width: 75% !important;
  }

  .slider-1 .thumbs-dots .owl-thumb-item img.w-75 {
    width: 90% !important;
  }

}