@media (max-width: 768px){
    .content {
        padding: 40% 0 0;
    }

    .content h1 {
        font-size: 34px;
        line-height: 48px;
    }

    .content p.lead {
        font-size: 22px;
        margin-top: 40px;
    }

    a.fa.fa-angle-down {
        margin-top: 60px;
    }

    iframe#calendarios {
        width: 100%;
        margin: auto;
    }

    .contact-form{
        height: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 603px){
    #tf-menu.navbar-default {
        background-color: rgba(0, 0, 0, 0.79);
    }
    #linksuteis li.pull-right, #linksuteis li.pull-left {
        margin-top: 10px;
        float: none !important;
        text-align: center;
        display: block;
    }
    label{
        float: none !important
    }
    .pull-left.fnav,
    .pull-right.fnav {
        float: none !important;
        text-align: center;
    }

    .hover-bg .hover-text {
        padding: 12% 10%;
    }
}
@media (max-width: 360px){
    .hover-bg .hover-text {
        padding: 22% 10%;
    }
}