@font-face {
	font-family: 'GeosansLight.ttf';
	src:url('../fonts1/GeosansLight.ttf');

}
footer{
    width: 100%;
    background: #101010;
    color: white;
    font-family: 'GeosansLight.ttf';

}
.contrato{
	text-decoration: none;
	color: #ffffff;
}

.container-footer-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}


.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 500px;
}

.colum1 h1{
    font-size: 30px;
}

.colum1 p{
    font-size: 18px;

    text-align: center;
	  background: -webkit-linear-gradient(#ff4141, #d5d5d5);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
}


.information img{
    width: 29px;
    height: 29px;
    margin-right: 10px;
}

.colum2{
    max-width: 500px;

}

.colum2 h1{
    font-size: 22px;
}

.row{
    margin-top: 20px;
    display: flex;
}

.row img{
    width: 36px;
    height: 36px;
}

.row label{
    margin-top: 10px;
    margin-left: 20px;
    color: #C7C7C7;
}

.colum3{
    max-width: 500px;
}

.colum3 h1{
    font-size: 22px;
}

.row2{
    margin-top: 20px;
    display: flex;
}

.row2 img{
    width: 36px;
    height: 36px;
}

.row2 label{
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;
}

.catal {
  color: #000000;
}

.catal img {
	width: 36px;
	height: 36px;
}
.container-footer{
    width: 100%;
    background: #202020;
}

.footer{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.copyright{
    color: #C7C7C7;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
}


@media screen and (max-width: 1100px){

    .container-body{
        flex-wrap: wrap;
    }
		.gfg{
			display: none;
		}

    .colum1{
        max-width: 100%;
    }

    .colum2,
    .colum3{
        margin-top: 40px;
    }
}
