/*
header,
.home header {
    position: unset;
}
.topo {
    background: #fff;
}

.navbar {
    border-radius: 0;
    background: #1A8891;
}

.single section.entry-content img {
	width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

section.servicos {
    background: #fff;
}

section.servicos .servicos-item {
    margin-right: 30px;
}

section.servicos .servicos-item:last-child {
    margin-right: 0;
}

section.servicos .servicos-item img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    display: block;
    margin-bottom: 30px;
}

section.servicos h3, section.unidades h3, section.equipe h3, section.artigos h3, section.info_unidade h3{
    font-family: "Roboto",sans-serif,Arial;
    font-size: 2.4em;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #1A8891;
    margin-bottom: 50px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

section.servicos h3::after, section.unidades h3::after, section.equipe h3::after, section.artigos h3::after, section.info_unidade h3::after {
    content: '';
    width: 30%;
    height: 1px;
    background: #1A8891;
    display: block;
    margin: auto;
}

section.servicos .servicos-item a h4,
section.unidades a h4,
section.equipe a h4, 
section.artigos a h4, 
section.info_unidade a h4 {
    color: #1A8891;
}

.info-box, 
.single .info-box,
section.equipe a,
section.equipe a.info-box {
    background: #1A8891;
    color: #fff;
    text-decoration: none;
}

.info-box:hover, 
.single .info-box:hover, 
section.equipe a:hover,
section.equipe a.info-box:hover {
    background: #1A8891;
    color: #fff;
    opacity: .7;
    text-decoration: none;
}

.slide-archive {
    margin-bottom: 80px;
}

.archive .descricao {
    align-items: center;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 50px;
}

.archive section.archive_exames .archive-post-list .row .col-lg-7.col-md-7.col-sm-12 .botoes {
    position: unset;
}*/