.footer{
    width: 100%;
    background:#24323b;
    padding: unset;
}
.bigContenedor{
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
}
.bigContenedor a{
    color: #fff;
    width: max-content;
}

.aboutCont{
    display: flex;
    min-height: 30vh;
    padding: 1rem;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    gap: 1rem;
}
.aboutCont .about{
    flex-direction: column;
    height: 30vh;
    display: flex;
    flex: 1 1 30rem;
}
.aboutCont .about h3{
    font-weight: 300;
    font-size: clamp(.7rem, 2vw, .9rem);
}


.aboutCont .about p{
    margin-block: 2rem;
    font-size: clamp(.5rem, 2vw, .7rem);
    font-weight: 100;
}

.aboutCont .about .linksFoot{
    align-items: center;
    gap: .4rem;
    display: flex;
}
.aboutCont .about .linksFoot a{
    height: 2.3rem;
    width: 2.3rem;
    background: #042717;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: .4rem;
    border-top: 1px solid #176192;
    border-bottom: 1px solid #145a83;
    border-right: 1px solid #166888;
    border-left: 1px solid #0a3f63;
    box-shadow: 0 7px 12px rgba(0,0,0, .5);
}
.aboutCont .about .linksFoot a:hover{
    color: var(--accent);
}






.aboutCont .column{
    display: flex;
    flex-direction: column;
    height: 30vh;
    width: 45%;
    
}
.aboutCont .column h4{
    margin-bottom: 2rem;
    font-size: clamp(.8rem, 2vw, 1.1rem);
    font-weight: 300;
    text-decoration: underline;
}
.aboutCont .column a{
    font-size: clamp(.6rem, 2vw, .8rem);
    font-weight: 200;
}


.rightsCont{
    background: #2b4150;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.rightsCont h5{
    font-size: clamp(.5rem, 2vw, 1rem);
    font-weight: 200;
}
.rightsCont h6{
    font-size: clamp(.5rem, 2vw, 1rem);
    font-weight: 200;
    margin-left: auto;
    
}
.rightsCont .linksRights{
    font-size: clamp(.6rem, 2vw, 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-left: auto;
}