#tabs li > span:hover{


	background: rgb(224, 218, 218);

	border-radius: 100%;

	font-weight: 900;

	color: black;

	cursor: pointer;

}

#menu li > a:hover{

	cursor: pointer;

}

.container-circular{

	/* position: relative;

    top: -70px; */

	margin-top: -40px;

}

.circular{

	width:160px;

    height:160px;

    border-radius:160px;

}

.container-iconos{

	margin-top:30px;

	margin-bottom: 20px;

}

.icono-contacto{

	width:50px;

    height:50px;

	background-color: #DFEBF7;

    border-radius:150px;

	cursor:pointer;

}

.icono-contacto i{

	font-size:25px;
	color:#0054a8!important;

}

.title-info{

	color:#9EA1A4;

	font-size:22px;

}

.color-granotec{

	color:#0054a8;

}