@media (max-width: 1299px)
{
    button.owl-next
    {
        right: -35px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1256px !important;
        margin: auto !important;
    }
    .titte
    {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .img-about-us
    {
        padding-top: 15px;
    }
    .f28
    {
        text-align: center;
    }
    button.owl-prev
    {
        left: 15px !important;
    }
    button.owl-next
    {
        right: -30px;
    }
    .menu
    {
        display: none;
    }
    .menu-responsive
    {
        position: fixed;
        background: #fff;
        width: 100%;
        z-index: 99;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        top: 0;
        box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    }
    .menu-responsive img
    {
        height: auto;
    }
    .navbar
    {
        display: inline-block !important;
        width: 100%;
        padding: 0;
    }
    .menu-iconos-responsive
    {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        list-style: none;
    }

    .menu-iconos-responsive  li a{
        display: block;
        width: 3rem;
        text-align: center;
        color: #000;
    }
    .menu-iconos-responsive li:nth-child(3) {
        border: 0 !important;
    }
    .menu-iconos-responsive .dropdown .dropdown-toggle
    {
        padding: 5px 10px;
        border: solid 1px #d1d1d1;
        border-radius: 5px;
        font-size: 15px;
        text-decoration: none;
    }
    .menu-iconos-responsive .dropdown .dropdown-toggle:after
    {
        transform: translate(-50%,50%);
    }
    .dropdown-menu a
    {
        display: flex;
    }
    .dropdown-menu img {
        width: 17px;
        height: 15px;
        border-radius: 2px;
        margin-right: 5px;
        animation: menu-out2 0.7s;
    }
    .dropdown-item {
        display: flex !important;
        align-items: center;
        font-size: 13px;
    }
    .navbar a{
        color: #333;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #e6e6e6;
        padding: 1rem !important;
        position: relative;
    }
    a.dropdown-item
    {
        text-transform: inherit;
        font-size: 15px;
    }
    .navbar-nav .dropdown-menu
    {
        background: #f8f8f8;
        border: 0;
        padding: 0;
    }
    .navbar-nav .dropdown-menu a{
        padding: 0.7rem 1rem !important;
        border: 0 !important;
    }
    .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: 0.5s;
    }
    li.nav-item.dropdown.show a:after
    {
        transform: rotate(90deg) !important;
        top: 23%;
    }
    .logos-recomendaciones .owl-nav
    {
        display: none !important;
    }
    .footer h4
    {
        padding-top: 1rem;
    }
    .footer-content
    {
        padding-top: 5rem;
    }
    .modal-dialog
    {
        max-width: 900px !important;
    }
    .menu-sinlge
    {
        display: block;
    }
    .banner-principal,
    .carousel-item
    {
        height: calc(100vh - 0rem);
    }
    .container {
        max-width: 920px !important;
        margin: auto !important;
    }
    .titte
    {
        width: 70%;
    }
    .bg-responsive
    {
        background-image: url(/wp-content/themes/d2adventureperu.com/img/cartographic-section-bg2.png);
    background-repeat: repeat;
    padding-right: 0px !important;
    padding-left: 0px !important;
    }
    .img-sinlge,
    .img-sinlge img
    {
        height: 650px;
    }
    .bg-responsive h1,
    .bg-responsive h2,
    .bg-responsive h3
    {
        color: #8e1c7e;
    }
    .bg-responsive h1
    {
        font-size: 30px;
    }
    .bg-responsive h3
    {
        font-weight: 900;
    }
    .item-border-responsive .info-tour
    {
        background: #fff;
    }
    .footer
    {
        padding-bottom: 4rem;
    }
}
.menu-responsive
{
    display: none;
}
@media (max-width: 776px) {
    .container{
        width: 100% !important;
    }
    .propio-paquete
    {
        padding: 5rem 0rem;
    }
    .f40
    {
        font-size: 30px !important;
        text-align: center;
    }
    .propio-paquete p,
    .propio-paquete a
    {
        text-align: center;
        margin: auto;
    }
    .f38
    {
        font-size: 27px;
    }
    .titte h2
    {
        font-size: 30px;
    }
    .pbui
    {
        padding-top: 50rem !important;
    }
}
@media (max-width: 480px)
{
    .f40
    {
        font-size: 23px !important;
    }
    .propio-paquete p
    {
        font-size: 13px !important;
    }
    .titte h2
    {
        font-size: 22px;
    }
    .carousel-control-next,
    .carousel-control-prev
    {
        display: none;
    }
}