@media (max-width: 600px) {

    header .redes {
        width: 100%;
    }

    section.flipbook {
        height: 350px;
    }

    .main-wrapper {
        height: 350px;
    }

    .flipbook-currentPage {
        width: 50px;
    }

    section.local iframe {
        width: 100%;
        height: 250px;
    }

    section.local input {
        font-size: 18px;
    }

    section.local select {
        font-size: 18px;
    }

    section.local .btn-form {
        font-size: 18px;
    }
}
