#footer {
    margin-top: 5rem;
}

.linkFooter__content {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.itemLink a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    color: var(--third-color);
    font-size: 1.5rem;
    font-weight: 300;
    transition: all ease-in 0.1s;
    gap: 1rem;
}

.itemLink a svg path{
    transition: all ease-in 0.1s;
}

.itemLink a:hover,
.itemLink a:hover svg path {
    color: var(--primary-color);
    fill: var(--primary-color);
}

.newsletterFooter__content {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 40%), 1fr));
    max-width: 95rem;
    gap: 4rem;
    margin: auto;
    background-color: #fff;
    padding: 4rem;
    border-radius: 0 2rem 0 2rem;
}

.newsletter h4,
.itemIformation__label {
    font-size: 2rem;
    line-height: 1.2;
}

.itemIformation__label {
    color: #606060;
}

.newsletter p,
.itemLinkInformation {
    font-size: 1.4rem;
    color: var(--third-color);
    font-weight: 300;
    line-height: 1.2;
}

.itemInformation a {
    display: flex;
    text-decoration: none;
    color: var(--third-color);
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.2;
    gap: 2rem;
}

.itemIconInformation {
    min-width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
}

.itemIconInformation svg {
    width: 100%;
    height: 100%;
}

.information {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.linkFooter {
    padding: 7rem 4rem;
}

.linkFooter, .newsletterFooter {
    background-color: #F1F1F4;
    display: none;
}

.newsletterFooter,
.navigationFooter {
    padding: 0 4rem 5rem;
}

.navigationFooter {
    padding-top: 6rem;
    background-color: #F9F9F9;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0 !important;
}

#wpforms-193 {
    margin: 1.5rem 0;
}

#wpforms-form-193 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

#wpforms-submit-193 {
    border-radius: 2rem;
    background-color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 3rem;
}

#wpforms-193-field_2-container {
    padding: 0;
}

#wpforms-193-field_2 {
    width: 100%;
    max-width: 100%;
    border-radius: 0 1rem 0 1rem;
    font-size: 1.5rem;
}

.wpforms-field-container {
    width: 60% !important;
}

#wpforms-193-field_2:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.itemNavigation h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.itemNavigation {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.itemNavigation a {
    font-size: 1.5rem;
    color: var(--third-color);
    font-weight: 300;
    text-decoration: none;
    transition: all ease 0.5s
}

.itemNavigation a:hover {
    color: var(--primary-color);
}

.navigationFooter__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem;
}

.redesSociales_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 5rem 4rem 5rem;
}

.encabezado__content {
    font-size: 1.5rem;
    text-align: center;
    color: var(--third-color);
    font-weight: 300;
}

.encabezado__content span {
    font-size: 1.4rem;
}

.redes__content {
    display: flex;
    gap: 1.5rem;
    font-size: 2.5rem;
    color: var(--third-color);
}

.redes__content a{
    color: var(--third-color);
    transition: all ease 0.5s;
}

.redes__content a:hover{
    color: var(--primary-color);
}

.info__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.5rem;
    color: var(--third-color);
    font-weight: 300;
}