@media screen and (max-width: 900px) {
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 103, 36)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .w-13{
        width: auto !important;
    }

    #reserva h5{
        border-right: none !important;
        border-bottom: 3px solid #ff6724 !important;
    }

    #reserva .bd-grad-1{
        border-image: none !important;
    }

    .h-300, .h-260 {
        height: 200px !important;
    }

    .enderecos {
        font-size: 15px !important;
    }

    #checkin-date,
    #checkout-date {
        width: 100% !important;
    }

}