﻿body {
}

.footer {
    background-color: rgb(41,36,41);
  
}

	.footer a
	{
		color:inherit;
		text-decoration:none;
	}

    .footer .logo {
        /*text-align:center;
		padding-top:70px;
		padding-bottom:50px;*/
        position: absolute;
        /*top:15px;*/
      
        top: 30px;
        left: 40px;
    }

    .footer .social {
        /*position:absolute;
     bottom:30px;
     right:30px;
     display:flex;*/
        margin-bottom: 30px;
        margin-right: 30px;
    }

.socialmapa {
    display: flex;
    margin-bottom: 20px;
    color: rgb(85,85,85);
}
.social {
    font-size: 17px;
    color: rgb(85,85,85);
    
}
.social a {
    
}
		.socialmapa div
		{
			margin-left:3px;
			margin-right:3px;
		}

		.footer .mapa
		{
		margin-left:5px;
		font-size: 17px;
		}


.footer .powered
{
	    background-color: white;
    padding-top: 15px;
    padding-bottom: 5px;
}

.logosocial {
    position:relative ;
    height:300px;
}
