
footer{
    background: linear-gradient(145deg, #ef9021, #d77b12);
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    font-size: 15px;
    padding-top: 30px;
}
.container-footer > div {
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.container-footer > div:last-child {
    border-right: none;
}
.icon-social-media:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
    filter: brightness(1.2);
}
.icon-card {
    margin-right: 10px;
}

.sub-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: white;
    margin-top: 6px;
}

.container-footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: white;
    margin-left: 20%;
    margin-right: 10%;
}
.title{
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sub-title{
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-top: 6px;
    letter-spacing: 0;
}
.icon-card{
    width: 40px;
    height: auto;
}
.icon-social-media{
    width: 40px;
    height: auto;
}
.links{
    text-decoration: none;
    color: white;
}
.links:hover{
    text-decoration: underline;
}
/*social-medias*/
.footer-social-medias{
    /* background-color: whitesmoke; */
    text-align: left;
}
/*contact footer*/
.footer-contact{
    text-align: left;
}
/*cuenta footer*/
.footer-legal{
    text-align: left;
}
@media (max-width: 768px) {
    .container{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .form-grid {
        grid-template-columns: 1fr; 
    }
    .container-footer {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 15px;
    }
    .container-footer > div {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
    }
}
.socialContact{
    display: flex;
    position: sticky;
    bottom: 5%;
    justify-content: end;
    margin-right: 40px;
    z-index: 5;
}

.containSocial {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: -126px;
}

@media (max-width: 468px) {
    .containSocial {
       right: -35px;
       top: -160px;
    }
}