@media only screen and (max-width: 576px) {
    .mt-custom-footer {
        text-align: center;
        margin-top: 30px;
    }

}

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

    .header-one {
        height: 72px;
    }

    #quienesSomos h1 {
        text-align: center;
    }

    #video {
        padding-bottom: 4%;
    }

    #video h1 {
        text-align: center;
        font-size: 2rem;
    }

    #tittle-amenidades .bush-1 {
        display: none;
    }

    #tittle-amenidades .tittle h1 {
        text-align: center;
    }

    #tittle-ubicacion .tittle h1 {
        text-align: center;
    }

    .m-item {
        margin-top: 15px;
    }

    #atractivos .custom-position {
        position: static;
        top: 0%;
    }

    #atractivos .custom-tittle-position {
        position: static;
        top: 0%;
    }

    #bush-2 {
        display: none;
    }

    #foot span {
        font-size: 1rem;
    }

    #foot a {
        font-size: 0.8rem;
    }

    .contacto li a {
        font-size: 0.8rem;
    }

    .contacto li a span {
        font-size: 0.9rem;
    }

    #recaptchaFooter {
        -ms-transform: scale(0.99);
        transform: scale(0.99);
        -webkit-transform: scale(0.99);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

}

@media(min-width:768px) and (max-width:991px) {
    .contacto #recaptchaFooter {
        -ms-transform: scale(0.90);
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .m-item .price {
        font-size: 3.2rem;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.9rem;
    }
}