footer{
    width: 100%;
    background: rgb(207, 207, 207);
    color: white;
}

footer h3{
    color: #22a137;;
}

.container-footer-all{
    width: 80%;
    max-width: 950px;
    margin: auto;
    margin-bottom: 50px;
    /*padding: 25px;*/
/*    margin-top: 30px;*/
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 250px;
}

.colum1 h1{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: #a12235;
    padding-bottom: 20px;
    border-bottom: rgb(0, 0, 0) 1px solid;
}

.colum1 h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    padding-top: 15px;
}


/*Letras del footer (Mas información)*/
.colum1 p{
    font-size: 14px;
    color: rgb(0, 0, 0);
    margin-top: 20px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.colum1 img{
    width: 220px;
    height: auto;
    display:block;
    margin:auto;
    margin-top: 20px;
}

#relojito{
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
}

.colum2{
    max-width: 300px;
}

.colum2 h1{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: #a12235;
    padding-bottom: 20px;
    border-bottom: rgb(0, 0, 0) 1px solid;
}

.row_footer{
    margin-top: 20px;
	padding-left: 0px;
    display: flex;
}

.row_footer img{
    width: 30px;
    height: 30px;
	opacity: 0.5;
}

.row_footer img:hover {
    opacity: 1;
	transition: all 0.5s ease;
	transform: translateY(-3px);
}

/*Letras del footer (redes solciales)*/
.row_footer label{
    margin-top: 10px;
    margin-left: 10px;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.columna_3{
    max-width: 300px;
}

.columna_3 h1{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: #a12235;
    padding-bottom: 20px;
    border-bottom: rgb(0, 0, 0) 1px solid;
}

.columna_3 h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    padding-top: 15px;
}

.row2_footer{
    margin-top: 20px;
	padding-left: 0px;
    display: flex;
}

.row2_footer img{
    width: 28px;
    height: 28px;
    filter: opacity(75%);
}

/*Letras del footer (contacto)*/
.row2_footer label{
    margin-top: 10px;
    margin-left: 10px;
    /*max-width: 140px;*/
    max-width: 300px;
	color: rgb(0, 0, 0);
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.container-footer{
    width: 100%;  
    background: #000;
/*	border-top: 2px #666666 solid;*/
}

.footer{
    max-width: 950px;
    margin: auto;
    display: flex;
    justify-content: space-between;  
    padding: 30px;
	text-align: center;
}

.copyright{
    font-family: 'Oxygen', sans-serif;
    letter-spacing: 4px;
	margin: auto;
	font-size: 13px;
	color: white;
}

.copyright span{
    color: rgb(104, 235, 240);
    font-size: 18px;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
}


@media screen and (max-width: 1100px){
    
    .container-body{
        flex-wrap: wrap;
    }
    
    .colum1{
        margin-top: 40px;
        max-width: 100%;
    }
    
    .colum2,
    .columna_3{
        margin-top: 40px;
    }
}
