.tresco_industria{
	min-height: unset;
	background-color: #F4F4F4;
}

.tresco_industria h2{
	margin-top: 120px;
	color: #020202;
	text-align: left;
	margin-bottom: 70px;
}

.tresco_industria h3{
	text-align: center;
	font-size: 1.25rem;
	letter-spacing: 0px;
	color: #999999;
	opacity: 1;
}

.tresco_industria label{
	text-align: right;
	font-size: 2.5rem;
	letter-spacing: 0px;
	color: #999999;
	opacity: 1;
    position: absolute;
    top: -26px;
    right: -5px;
    opacity: 0.5;
    font-family: "tresco-helvetica-bold";
}

.tresco_industria .fondo{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    filter: grayscale(100%);
    
}

.tresco_industria .contenedor{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    margin-top: 60px;
}

.tresco_industria .contenedor:hover{
	cursor: pointer;
}

.tresco_industria .contenedor:hover label{
	color: #0B1FD8;
	opacity: 1;
}

.tresco_industria .contenedor:hover + h3{
	color: #020202;
}

.tresco_industria h3:hover {
	color: #020202;
	cursor: pointer;
}

.tresco_industria .contenedor:hover .fondo{
	filter: grayscale(0%);
}
@media only screen and (max-width: 576px) {
	.tresco_industria .fondo {
    	width: 70px;
    	height: 70px;
    }

    .tresco_industria h2 {
    	margin-top: 50px;
    	margin-bottom: 10px;
	}

	.tresco_industria label {
    	font-size: 3.5rem;
	}

	.tresco_industria {
    	padding-top: 0 !important;
    }

    .tresco_industria .contenedor {
    	height: 70px;
    	margin-top: 25px;
	}
}

