@charset "utf-8";

footer {
    display: flex;
    font-size: .875em;
    padding-bottom: 4em;
    background: rgb(224,192,146);
background: linear-gradient(0deg, rgba(224,192,146,1) 0%, rgba(224,192,146,0.8393732492997199) 54%, rgba(224,192,146,0) 100%);

}
footer div:first-of-type {
    width:19.11vw;
}
footer div:last-of-type{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer p:first-of-type{
    margin-top: 0px;
}
footer p:last-of-type{
    margin-bottom: 0px;
}
footer img {
    width:85px;
    padding: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
    height: auto;
    border-radius: 40%;
}
footer >div > div p:nth-of-type(2) {
    display: none;
}
footer a {
    color: black;
}
#footer div:nth-of-type(2) p:first-of-type {
    margin-top: 0px;
    margin-bottom: .25em;
}
#footer div:nth-of-type(2) p:last-of-type {
    margin: 0px;
}
@media (max-width: 800px) {
    #pie > div {
        width: 50%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #pie >div:last-of-type {
        text-align: right;
    }
    #pie > div > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    footer >div > div p:nth-of-type(2) {
        display: block;
        margin-left: auto;
        margin-right: 0px;
        width: 60px;
    }
    #logoinicial {
        display: none;
    }
    #pie > div > div:last-of-type {
        width: 100%;
        display: none;
    }
    #pie > div > div > p:first-of-type {
        order: 3;
    }
    #pie > div > div > p:nth-of-type(2) {
        order: 2;
    }
    #pie > div > div > p:last-of-type {
        order: 1;
    }
}
@media (max-width: 800px) {
    #pie {
        flex-direction: column;
        align-items: center;
        text-align: center;        
    }
   #pie > div, #pie >div:last-of-type {
        width: 100%; 
       align-items: center;
       text-align: center;
    }
    footer >div >div > p img {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
     footer >div > div p:nth-of-type(2) {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
}