body{
        background-color: #F4F4F4;
    background-image: url(../imgs/links-background.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;    
}


.redes_sociais{
    background-color: #6191C6;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
}

.redes_sociais h3{
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.img_detalhe{
    position: absolute;
    z-index: 9999;
    bottom: -50px;    
    margin-left: -145px;
}


.social{
	margin: 0;
	padding: 0;
}

.social li{		
	background-color: #FFF;		
	width: 42px;
	height: 42px;
	display: inline-flex;
	border-radius: 50%;		
	justify-content: center;
	align-items: center;
	margin: 2px;    
    transition: all 0.3s ease-in-out;
    font-size: 1.3rem;
}



.social li:hover{		
	background-color: #00A169;

}

.social li:hover a{		
    color: #FFF;
}

.social li a{
	color: #6191C6;	
	display: flex;
	text-decoration: none;
    
    
}

.navbar-brand img{
	z-index: 9999;	
	transition: all 0.5s ease-out;
	
}


.box_imagem::before{
    content: '';
    display: block;
    background-image: url(../imgs/links-botao-detalhe.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;   
    padding: 5px;
    /*;*/
    position: absolute;
    z-index: 0;
    top: -7px;
    left: 9px;
}

.box_imagem img{
    width: 101px;
    height: 101px;   
    border-radius: 50px;
    z-index: 999;
    position: relative;
    
}


.link_itens .row:nth-child(2) .box_imagem::before{
    transform: rotate(10deg);
}

.link_itens .row:nth-child(3) .box_imagem::before{
    transform: rotate(20deg);
}

.link_itens .row:nth-child(4) .box_imagem::before{
    transform: rotate(30deg);
}

.link_itens .row:nth-child(5) .box_imagem::before{
    transform: rotate(40deg);
}

.link_itens .row:nth-child(6) .box_imagem::before{
    transform: rotate(50deg);
}

.link_itens .row:nth-child(7) .box_imagem::before{
    transform: rotate(60deg);
}


.link_itens a{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-decoration: none !important;
    transition: all 0.3s ease-in;
    
}

.link_itens a:hover{
    background-color: rgba(255, 255, 255, 0.8);
}


.link_itens h2{
    font-weight: normal;
    font-size: 1.4rem;
}


.logo{
    max-width: unset;
}


@media(max-width: 767px){
    .social li{	
        width: 32px;
	    height: 32px;	
        font-size: 1rem;
        margin: 5px;
    }

    .link_itens h2{     
        font-size: 1.2rem;
    }

    .logo{
        max-width: 240px;
    }
}

