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

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

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

@media only screen and (max-width: 767px) {
    header {
        text-align: center;
    }
    header img {
        display: block;
        width: fit-content;
        margin: 20px auto;
    }
    header .col-12 {
        position: unset;
    }
    header nav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #000000cf;
        z-index: 9999;
    }
    header nav>div {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    header nav ul li {
        display: block;
        margin: 10px 0;
        font-size: 22px;
        font-weight: 300;
    }
    header ul li a.active, 
    header ul li a:hover {
        font-weight: 600;
    }
    header ul li a.active .marcador {
        width: 40px;
        height: 3px;
        top: 25px;
        left: calc(50% - 20px);
    }
    header img.whats {
        width: 15px;
        height: 15px;
        margin-left: -5px;
    }
    .botao-1 {
        max-width: 250px;
    }
    .page {
        padding-top: 196px;
    }
    #page-home .banner {
        height: 250px;
        background-size: cover;
        background-position: center;
    }
    .sobre img {
        max-width: none;
        width: 285px;
        height: auto;
        display: block;
        margin: auto;
    }
    .procedimentos .procedimento {
        min-height: auto;
    }
    .procedimentos .col-12 {
        margin: 30px 0;
    }
    .procedimento img {
        margin: auto;
    }
    .agende {
        padding: 50px 15px;
    }
    footer .centralize a {
        margin: 5px;
    }
    footer p {
        text-align: center;
    }
}

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