
a {
    color:#4d4d4d
}

.famiglia-section {
    width:100%;
    height:0;
    background-color:#ccc;
    font-weight:bold;
    color:black;
    text-align:center;
    padding:20px 4% 100px 4%;
    box-sizing: border-box;
    margin-bottom:20px;
    line-height:80px;
    transition: all 200ms ease;
}
.famiglia-section:hover{
    cursor:pointer;
    opacity:0.9;
}

.pdf-icon {
        width: 80px;
    /* vertical-align: top; */
    float: right;
}

.fam-cont {
    color:black;
}

.prod-img {
    width:100%;
    transition:all 400ms ease-out;
}
figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.prod-img:hover{
   
}

.prod-overlay {
        position: absolute;
    width: 0;
    height: 100%;
    top:0;
    left:0;
    transition:all 300ms ease;
    background-color: rgba(255, 255, 255, 0.14);
    opacity:0.5;
    margin-left:0;
}

.prod-section:hover .prod-overlay{ 
    opacity:1;
    width:120%;
    margin-left:15%;
} 

.prod-section:hover .prod-img{
    width:110%;
    margin-left:-5%;
    margin-top:-5%;
}

.famsect-sport {
    background-color:#2a9360;
    color:white;
}
.famsect-fridge{
    background-color:#2a9360;
    color:white;
}
.famsect-industrial{
    background-color:#2d6e91;
    color:white;
}
.famsect-deflagranti{
    background-color:#314b51;
    color:white;
}

.button-fam {
    width:100%;
    height:0;
    background-color:#ccc;
    font-weight:bold;
    color:black;
    text-align:center;
    padding:20px 4% 100px 4%;
    box-sizing: border-box;
    margin-bottom:20px;
    line-height:80px;
    transition: all 200ms ease;
}
.button-fam:hover{
    cursor:pointer;
    opacity:0.9;
}

.back-fam {
        margin: -50px 0px 50px 0px;
    font-weight: bold;
}
.back-fam:hover{
    opacity:0.9;
    cursor:pointer;
}
