   
.seccion404aa{ 
    color: #91D851;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px auto 0 auto;
}

.seccion404aa h3{
    font-size: 20px;
    font-weight: bold;
}

.error404Sec{
    margin: 25px auto;
    position: relative;
    max-width: 1100px;
}

.error404Sec img{
    max-width: 100%;
}

.error404Text{
    margin: 30px auto;
    max-width: 500px;
}

.error404Text h1{
    font-weight: bold;
    color: grey;
    text-transform: uppercase;
}

.error404Text h5{
    font-weight: bold;
    color: #91D851;
}

.error404Text p{
    color: grey;
    font-size: 15px;
    font-weight: bold;
}

.error404Text button{
    color: white;
    border: none;
    background-color: #91D851;
    font-weight: bold;
    height: 40px;
    border-radius: 10px;
    width: 140px;
    transition: all 500ms ease;
}

.error404Text button:hover{
    background-color: grey;
}

.social404{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.social404 ul li {
    display:inline;
    line-height:3px;
    margin:0px 5px;
}
.social404  ul li a i{
    font-size:30px;
    margin:0 1px;
    color: grey;
    transition: all 500ms ease;
}


.social404 ul li a i:hover{
    color: #91D851;
}
