.contact {
    margin-bottom: 2em;
    font-size: 1.1em;
}

#datos{
	overflow: hidden;
}

#datos h4 {
    font-size: 1.3em;
}

#datos a{
	font-weight: normal;
	color: #8c8989;
	
}


#datos a:hover{
	color: #008cd4;
}


@media screen and (max-width:768px){
    #datos{
        padding-top: 15px;
    }
}
