.img-logo{
    width: 250px;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 1000 !important;
    padding: 15px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

.img_etiqueta {
    width: 60%;
    right: 0;
    position: absolute;
}

@media(max-width: 778px){
    .img-logo{
        width: 180px;
    }
    .appointment-btn {
        margin: 0px 15px 0px 12px !important;
        padding: 6px 18px;
    }
    .img_etiqueta {
        width: 90%;
    }
}

@media(max-width: 500px){
    .img-logo{
        width: 160px;
    }
    .appointment-btn {
        margin: 0px 0px 0px 25px !important;
        padding: 6px 10px;
    }
}

.navbar {
    padding: 0;
    margin-left: auto !important;
}

#hero {
    width: 100%;
    height: 120vh !important;
    background: url("../img/hero-bg.jpg") top center;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    margin-bottom: -200px;
}

.etiqueta {
    z-index: 999;
    width: 40%;
    position: absolute;
    right: 0;
    top: 120px;
}

@media(max-width: 778px){
    .etiqueta {
        top: 106px;
    }
}


@media(max-width: 500px){
    .etiqueta {
        top: 103px;
    }
}  

#hero .container {
    position: relative;
    text-align: center !important;
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #0a0a0a;
}

#hero h1 span {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    background: rgba(204, 204, 206, 0.9);
}

#hero h2 span {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    background: rgba(204, 204, 206, 0.9);
}

.link_contato a {
    color: #fff;
}

.pedido-btn {
    background: #57575a;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: aliceblue;
}

.why-us .content p {
    margin-bottom: 30px;
    text-align: center !important;
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 15px 30px 15px !important;
    width: 100%;
}

.about{
    background: #f1f7fd;
}

.about .video-box {
    background: url("../img/about.png") center center no-repeat !important;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
}

.inner-page{
    padding: 60px 0px 0px 0px;
}

.img_exames {
    width: 100%;
}

.services .icon-box {
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 35px 20px !important;
    transition: all ease-in-out 0.3s;
}

.inner-page .services {
    padding: 100px 0;
    overflow: hidden;
}

.inner-page .convenio {
    padding: 100px 0;
    overflow: hidden;
}

.contact {
    padding: 150px 0;
    overflow: hidden;
}

.section-title-unidade {
    text-align: left;
    padding-bottom: 30px;
}
.linha_unidades {
    height: 2px;
    margin: 50px;
}

.nome_unidade {
    padding: 0 0 0 0px !important;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #0a0a0a;
}

.testimonials {
    background: #f1f7fd;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px !important;
    color: #0a0a0a;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 2px solid #fff;
    padding: 5px 2px;
    font-weight: bold !important;
}

.pedido-btn {
    background: #57575a;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}
.pedido-btn:hover {
    background: #000;
    color: #fff;
}

.sobre {
    font-size: 17px !important;
}


.fonte_p {
    text-align: justify;
font-size: 16px;
font-weight: bold;
}

.unidades {
   text-align: left;
}

hr {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center !important;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.linha_modal_telefone_left {
    border-right: solid 1px #3159A6;
}
.linha_modal_telefone_right {
    border-left: solid 1px #3159A6;
}

.modal-header {
    justify-content: center !important;
}

.modal-title {
    position: absolute !important;
}

.natal {
    width: 100%;
}