*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: roboto_slab_regular;
}



body{
background: #F1F1F1;	
}

footer{
	width: 100%;
	background: #444444;
	color: white;
	
}

.contenerdor-footer-all{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 15px;

}

.contenedor-body{
	display: flex;
	justify-content:space-between;
}

.columna{
	max-width: 200px;
}

.columna h5{
	font-size: 10px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);
	margin-bottom: 8px;
	margin-top: 10px;
	
}

.columna a{
	font-size: 20px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);
	margin-bottom: 1px;
	margin-top: 50px;
	
}


.columna1{
	max-width: 250px;
}

.columna1 h1{
	font-size: 20px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);

	
}

.columna4 h1{
	font-size: 20px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);

	
}


.link {
	padding-top: 10px;
	text-decoration: none;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);
}


.columna1 p {
	font-size: 14px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);
	margin-top: 20px;
	
}


.columna2{
	max-width: 200px;
}

.columna4{
	max-width: 200px;
}

.columna2 h1{
	font-size: 20px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);
    text-align: center;
}

.row{
	margin-top: 5px;
	display: flex;
	/*font-size: 22px;*/
	font-family: roboto_slab_regular;

}

.row1{
	margin-top: 15px;
	/*font-size: 22px;*/
	font-family: roboto_slab_regular;
	color: rgba(255,255,255, 0.2);

    
}

.row img{
	width: 25px;
	height: 25px;
}

.row label{
	margin-top: 5px;
	margin-left: 5px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);
    font-size: 13px;
}

.row1 label{
	margin-top: 10px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);
    text-align: center;
}

.columna3{
	max-width: 200px;
}

.columna3 h1{
	font-size: 20px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);
}

.row2{
	margin-top: 20px;
	display: flex;

}
.row2 img{
	width: 25px;
	height: 25px;
}

.row22 img{
	margin-top: 10px;
	width: 150px;
	height: 30px;
}
.row2 label{
	margin-top: 5px;
	margin-left: 5px;
	max-width: 150px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9)
}


.contenedor-footer{
	width: 100%;
	background: #101010;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);	
}

.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;
}

.informacion a{
	text-decoration: none;
	color: #c7c7c7;
	font-weight: bold;
}


@media screen and (max-width: 700px){

	.contenedor-body{
	flex-wrap: wrap;
	justify-content:space-between;
}
	.columna1,
	.columna2, 
	.columna3,
    .columna4{
	margin-top: 20px;
}
 
	.columna{
	width: 100%;
    margin-top: 20px;
}
		
    .columna4 h1{
	font-size: 20px;
	font-family: roboto_slab_regular;
	color: rgba(255,255,255,0.9);
	
}

	
}






