@media (max-width: 991px)
{
    .menu-responsive
    {
        display: block;
    }
    header {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -88px;
        background: #fff;
        height: 100%;
        right: 0;
        transform: translateX(7rem);
        transition: .4s;
        opacity: 0;
        visibility: hidden;
    }
    #polylang-2 {
        display: none;
      }
      .menu-iconos-responsive li a {
        display: block;
        width: 3rem;
        text-align: center;
        color: #000;
    }
    .navbar a {
        color: #333;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #e6e6e6;
        padding: 1rem!important;
        position: relative;
        background: #fff;
    }
    li.nav-item.dropdown.show a:after {
        transform: rotate(90deg)!important;
        top: 23%;
    }
    .navbar .dropdown-toggle::after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(-50%,-50%);
        font-size: 25px;
        font-weight: 500;
        border: 0;
        transition: .5s;
    }
    .navbar-nav .dropdown-menu a {
        padding: 0.7rem 1rem!important;
        border: 0!important;
    }
    a.dropdown-item {
        text-transform: inherit;
        font-size: 15px;
    }
    .navbar-nav .dropdown-menu {
        background: #f8f8f8;
        border: 0;
        padding: 0;
        margin-top: 0px;
        border-radius: 0;
    }
    .navbar {
        display: inline-block!important;
        width: 100%;
        padding: 0;
    }
    .navbar-nav li h3 {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        padding: 10px 15px;
      }
      .menu-responsive-logo img {
        width: 18%;
        height: 18%;
      }
      .titte {
        width: 70%;
    }
    .ml-auto-res,
    .propio-paquete a
    {
        margin: auto ;
    }
    .tituloh2
    {
        text-align: center;
    }
    .form-reservar
    {
        width: 100%;
        margin-top: 2rem;
    }
}
@media (max-width: 767px)
{
    .cont-info
    {
        justify-content: center;
    }
    .info-social li:nth-child(1) a
    {
        padding-left: 15px;
    }
    .menu-responsive-logo img {
        width: 80px;
        height: auto;
      }
      header
      {
        bottom: -79px;
      }
      .titte h2 {
        font-size: 30px;
    }
    .f40
    {
        font-size: 34px;
    }
    .cont-contatc-redes a {
        width: 45px;
        height: 45px;
      }
      .cont-contatc-redes i
      {
        padding: 5px 0px;
      }
      .whatsap span, .facebook-me span, .form-enquiry
      {
        line-height: 43px;
        font-size: 13px
      }
      .cont-reservar-como a
      {
          display: block;
          width: 100%;
      }
      .cont-tour-details li
      {
          width: 50%;
      }
      .cont-tour-details li:nth-child(1),
      .cont-tour-details li:nth-child(2) {
        margin-bottom: 10px;
      }
}
@media (max-width: 575px)
{
    .owl-next
    {
        right: -29px;
    }
    .owl-prev
    {
        left: 13px;
    }
}
@media (max-width: 480px)
{
    .info-social li a
    {
        font-size: 12px;
    }
    .info-social li:nth-child(3) a
    {
        padding-right: 0;
    }
    .menu-responsive-logo img {
        width: 70px;
        height: auto;
      }
      header {
        bottom: -71px;
      }
      .titte h2 {
        font-size: 24px;
    }
    .img-single > div
    {
        width: 80%;
    }
    .cont-tour-details li span
    {
        font-size: 11px;
    }
}
@media (max-width: 398px)
{
    .info-social li a
    {
        font-size: 11px;
        padding: 0 12px;
    }
}