.subtitulo{
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:#000000;
    border-bottom: 10px solid #C0C0C0;
    margin-top: 5%;
    margin-bottom: 5%;
}

.subtitulo h2 span{
    position: relative;
    color:#a3a1a1;
    left: 25%;
    font-size: 13px;
}

section{
    width: 70%;
}

aside{
    width: 30%;
    height: 100%;
    float: right;
}

aside ul li{
    list-style: none;
}

aside ul li a{
    text-decoration: none;
}

aside ul li a{    
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    background: #C0C0C0;
    margin: 1%;
    padding: 5% 8%;
}

aside ul li a:hover{
    background:#2232D6;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

aside ul h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
    right: 4%;
    width: 100%;
    color: #5f5f5f;
    margin: 10px 15px;
    font-size: 15px;
    border-bottom: 5px solid #C0C0C0;
}


.psicofisico{
    background:#2232D6;
    color: #fff;
}

article{
    display: block;
    width: 60%; 
    height: 100%;
    min-height: 650px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

article h3{
    font-size: 30px;
    color: #2232D6;
    margin-bottom: 2%;
    margin-top: 5%;
}

article h6{
    font-size: 16px;
    color: #000;
}

footer{
    margin-top: 10%;
}

/* card */
.card{
    width: 60%;
    margin: auto;
    margin-top: 5%;
}

.card h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}

/* card */

@media screen and (max-width: 800px){
    h2 span{
        display: none;
    }
    article{
        width: 100%;
        float:right;
    }
    aside{
        width: 100%;
        float: left;
    }
    footer{
        clear:both;
    }
    .card{
        width: 90%;
        margin: auto;
    }
}