@media (min-width: 1200px) {}

@media (min-width: 980px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 979px) {}

@media (max-width: 767px) {
    header .menu li {
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
        background-image: none;
    }
    .section-reserva h2 {
        display: none;
    }
    header .intro-page h1 {
        padding-top: 50px;
    }
    .section-bugan-3 img,
    .section-bugan-4 img {
        margin-top: 0px;
    }
    header .intro-page h1 {
        font-size: 36px;
    }

    .section-sobre img {
        margin-left: 0px;
    }

    .section-eventos .ctn-eventos {
        margin-top: 0px;
        margin-left: 0px;
    }
    header .logo-header {
        max-width: 200px;
    }

    footer h6 {
        margin-top: 30px;
        text-align: center;
    }

    footer {
        text-align: center;
    }

    footer p span.fone-footer {
        display: block;
        padding-top: 10px;
        font-size: 20px;
        color: #fff !important;
        font-weight: 800;
    }

    .section-eventos .ctn-eventos a {
        display: block;
        text-align: center;
    }
}

@media (max-width: 360px) {}