
/* Topo */

.titulo-pag-especialidades, .links-topo{
    text-align: center;
}

.links-topo{
    margin-top: 20px;
}

.links-topo a{
    text-decoration: none;
    border-bottom: 2px solid #0bbcc2;
    color:#302f2f;
    margin: 0 10px;
}

.links-topo a:hover{
    color: #0bbcc2;
}

.titulo-pag-especialidades{
    margin-top: 30px;
}

/* box-especialidades */  

.especialidade-box h3{
    margin-bottom: 20px ;
}

.lista-box{
    display: flex;
    text-align: left;
    height: 240px;
    width: 100%;
}

.lista-box img{
    width: 35%;
    height: 100%;
}

.lista-box table{
    width: 100%;
    height: 100%;
    border-spacing: 0;
}

.lista-box thead{
    background-color: #0bbcc2;
    color: white;
    height: 30px;
}

.lista-box tbody{
    height: 100%;
    width: 100%;
}

.lista-box table tbody tr:nth-child(odd){
    background-color: rgb(206, 206, 206);
}

.lista-box th, .lista-box td{
    padding-left: 10px;
}

@media (max-width: 768px){
    .lista-box img{
        display: none;
    }
}

@media (max-width: 425px){
    .especialidade-box{
        padding: 0;
    }
}