
footer{
    width: 100vw;
    height: auto;
    min-height: 600px;
    background-color: #000000;
    position: relative;
    top: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #cfcfcf;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}

footer .ops{
    width: 40%;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .ops a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #cfcfcf;
    font-size: 20px;
}
footer .div-redes{
    width: auto;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

footer .div-redes .reds{
    width: auto;
    height: auto;
    color: #cfcfcf;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    margin-right: 20px;
    transition: transform 0.3s ease-in-out;
    
}


footer .div-redes .reds:hover{
    transform: scale(1.1);
}





@media (min-width:320px) and (max-width:740px){
footer{
    width: 100vw;
    height: auto;
    min-height: 600px;
    /* background-color: #090911; */
    position: relative;
    top: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer p{
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 18px;
    /* color: #cfcfcf; */
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}

footer .ops{
    width: 80%;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

footer .ops a{
    text-decoration: none;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* color: #cfcfcf; */
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bolder;
}
footer .div-redes{
    width: auto;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

footer .div-redes .reds{
    width: auto;
    height: auto;
    /* color: #cfcfcf; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    
}
}