.titulo {
	color: #A83735;
	font-weight: bold;
	letter-spacing: 5px;
}

.box-svg{
	height: 75vh;
}

.svg {
	width: 27%;
}

.hr {
	border: 2px solid #A83735;
}

.titulo2 {
	font-size: 20px;
	color: #808080;
	font-weight: bold;
	letter-spacing: 1px;
}

.txt {
	font-size: 18px;
	color: #808080;
}


.box{
	position: relative;
	border-radius: 50%;
}

.modulo {
	position: relative;
    color: #000;               
    transition: .5s;
    border-radius: 50%;  
}

.modulo:hover {
    text-decoration: none;
    cursor: pointer;
    color: #bc2f54;
    transform: scale(1.07) !important;
	box-shadow: 1px 1px 27px -13px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 27px -13px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 27px -13px rgba(0,0,0,0.6);
}

/*[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-family: Raleway;
    position: absolute;
    padding: 3px 20px;
    left: 0;
    right: 0;   
    white-space: wrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999 !important;
    visibility: hidden;
    border-radius: 6px;
    
}
[data-title] {
    position: relative;
}
*/
/*_________________________*/

[data-tooltip] {
	position: relative;
	cursor: default;
}

[data-tooltip]::after {
	position: absolute;
	width: auto;
	/*left: calc(50% - 70px);*/
	left: 0;
	right: 0;
	bottom: 110%;
	text-align: center;
	box-sizing: border-box;

	content: attr(data-tooltip);
	color: #fff;
	background-color: #333;
	box-shadow: 1px 1px 3px #222222;
	padding: 8px;
	border-radius: 10px;
	font-size: 0.9em;
	font-weight: bold;

	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.3s, transform 0.2s;
}

[data-tooltip]:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.footer {
	box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.69) inset;
	-webkit-box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.69) inset;
	-moz-box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.69) inset;
}
.link-sisfo {
	transition: .5s;
	border-radius: 10px;
}

.link-sisfo:hover {
	box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.69) inset;
	-webkit-box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.69) inset;
	-moz-box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.69) inset;

	transform: scale(1.05);
}