.box_clinica {
    margin: 0 auto;
    text-align: center;
    background-color: #f7f1f1;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

.box_perfil {
	margin: 0 auto;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 40px;
    margin-bottom: 40px;
}

.box_perfil img {
	border-radius: 20px;
}

.box_perfil p {
	font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.box_perfil > div {
	float: left;
}

.box_perfil > div:nth-child(1) {
}

.box_perfil > div:nth-child(2) {
	width: 70%;
}

.box_perfil > div:nth-child(2) ul {
}

.box_perfil > div:nth-child(2) ul li {
    display: block;
    padding: 5px;
    font-size: 17px;
}

@media(min-width:576px)
{

}

@media(max-width:768px)
{

}

@media(max-width:992px)
{
    .box_perfil > div:nth-child(2) ul {
        padding: 0;
    }

    .box_perfil > div:nth-child(2) {
        width: 100%;
    }

    .box_perfil > div:nth-child(1) {
        margin-bottom: 20px;
    }
}

