#footer{
    width: 100%;
    background:  #2e2e2e;
    color: #aaaaaa;
    padding: 40px 0 0 0;
}

.container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.box{
    flex: 1;
    margin: 15px;
    width: 320px;
}

.box h2{
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 2px solid #555;
    position: relative;
    margin-bottom: 15px;
}

.box h2::before{
    content: "";
    width: 100px;
    height: 100%;
    border-bottom: 2px solid #009045;
    position: absolute;
}

.box a{
    color: #aaaaaa;
    text-decoration: none;
    display: inline-block;
}

.social a{
    background: #333;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    transition: 0.5s linear;
}

.box a:hover,
.box a:hover i{
    color: #009045;
    border-radius: 50%;
}

.social{
    margin-top: 5px;
}

.address a{
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

form input,
form textarea{
    width: 100%;
   
    border: none;
    outline: none;
    padding-left: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

form input{
    min-height: 30px;
}

form textarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 100px;
}

form span{
    color:#009045;
}

form #botonEnviar{
    width: 50%;
    height: 40px;
    border: none;
    outline: none;
    background: #009045;

    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

form #botonEnviar:hover{
    background: #000000;
    color: #009045;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;

}

.author{
    width: 100%;
    background: #000000;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
}

.estiloWR{
    color:#f53737;
    font-size: 12px;
}

.estiloWG{
    color:#707070;
    font-size: 12px;
}
/*Borde gris superior*/
.borderGris {
	width: 100%;
	height: 3px;
	background: #a1a1a1;
	margin: 20px auto;
}
/*Estilo palabraverde*/
.estiloWVERDE {
    color: #009045;
    font-size: 12px;
}

