.container.main-footer>p {
    display: none;
    margin: 0;
}

body .wd-prefooter {
    padding-bottom: 0;
    background-color: #F6F1EB;
    padding-block: 29px;
    line-height: 1;
}

.c-prefooter>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.c-prefooter>.vc_column_container>.vc_column-inner>.wpb_wrapper p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.c-prefooter>.vc_column_container>.vc_column-inner>.wpb_wrapper img {
    background-color: #F3E7DE;
    height: 52px;
    width: 52px;
    padding: 3.5%;
    border-radius: 100px;
    margin-bottom: 16px;
}

.footer-f1 {
    padding-block: 64px;
}

.footer-f1--links>.vc_column-inner>.wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    height: 100%;
    align-content: space-between;
}

.footer-f1--img {
    grid-column: span 4 / span 4;
}

.footer-f1--img img{
    border-radius: 8px;
}

footer :is(ul, li) {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.footer-f1--links a {
    display: block;
    padding-block: 8px;
}

.footer-f1--links ul>li:nth-child(1)>strong {
    margin-bottom: 20px;
    display: block;
    color: #fff;
    font-size: 16px;
}

.footer-f1--logo img {
    margin-bottom: 32px;
}

body .icons-design-simple.color-scheme-light .wd-social-icon,
body .color-scheme-light .icons-design-simple .wd-social-icon {
    background-color: rgba(255, 255, 255, 0.1);
}

body .icons-size-default .wd-social-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer-f1--img p {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    justify-content: space-between;
}

.footer-f1--tel li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.footer-f1--tel li:nth-child(2) strong {
    font-weight: normal;
    margin-bottom: 8px;
}

.footer-f1--tel li:nth-child(1) a {
    display: inline-block;
    width: fit-content;
    padding: 0;
    padding-inline: 10px;
    line-height: 28px;
    background-color: rgb(255 255 255 / 15%);
    border-radius: 8px;
    margin-top: 7px;
    font-weight: 500;
}

.footer-newsletter{
    width: 300px;
}

.footer-newsletter a {
    display: inline;
    padding: 0;
}

.footer-newsletter .wpcf7-list-item {
    margin: 0;
}

.footer-newsletter .accept-terms {
    margin-top: 12px;
    font-size: 11px;
    line-height: 16px;
    opacity: .8;
    letter-spacing: .02em;
}

.footer-newsletter .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 0;
    height: 50px;
    width: 50px;
    background-image: url(http://italcafe.kinsta.cloud/wp-content/uploads/2024/11/Vector-13.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-color: transparent;
}

.footer-newsletter .wpcf7-email {
    border-radius: 8px;
    min-height: 50px;
}

.footer-newsletter .row-suscription {
    position: relative;
}

.footer-newsletter form.wpcf7-form .wpcf7-not-valid-tip {
    line-height: 15px;
}

.footer-newsletter .wd-notice.wd-success,
.footer-newsletter .wpcf7 form.sent .wpcf7-response-output,
.footer-newsletter .c4wp-success,
.footer-newsletter .woocommerce-message,
.footer-newsletter .wd-notice.wd-warning,
.footer-newsletter .wpcf7 form:not(.sent) .wpcf7-response-output,
.footer-newsletter .mc4wp-error,
.footer-newsletter .mc4wp-notice,
.footer-newsletter :is(.woocommerce-error, .woocommerce-info) {
    background-color: rgb(255 255 255 / 5%);
    padding-inline: 12px !important;
    padding-block: 12px;
    line-height: 1;
    min-height: auto;
    font-size: 13px;
    margin-top: 20px;
}

.footer-newsletter .wd-notice.wd-success:before,
.footer-newsletter .wpcf7 form.sent .wpcf7-response-output:before,
.footer-newsletter .mc4wp-success:before,
.footer-newsletter .woocommerce-message:before,
.footer-newsletter .wd-notice.wd-warning:before,
.footer-newsletter .wpcf7 form:not(.sent) .wpcf7-response-output:before,
.footer-newsletter .mc4wp-error:before,
.footer-newsletter .mc4wp-notice:before,
.footer-newsletter :is(.woocommerce-error, .woocommerce-info):before {
    display: none;
}

.footer-newsletter div.wpcf7 .wpcf7-spinner{
    margin: 0;
}

.footer-f2{
    background-color: #1d3c36;
    text-align: center;
    line-height: 1;
    padding-block: 16px;
}

.footer-f2 a{
    font-weight: 600;
    text-decoration: underline;
}

.footer-f3{
    padding-block: 40px;
    background-color: #0C1F1B;
}

.footer-f3 p{
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}

.footer-f3 .wpb_wrapper > p:nth-child(1){
    margin-bottom: 12px;
}

@media (max-width: 768px){

    .footer-newsletter,
    .footer-f1--img{
        grid-column: span 2 / span 2;
        width: 100%;
    }

    .footer-f1--links>.vc_column-inner>.wpb_wrapper{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, max-content);
        gap: 40px 20px;
    }

    .footer-f1 .wd-social-icons{
        text-align: left;
    }

    .footer-f1 .wpb_single_image.vc_align_center{
        text-align: left;
    }

    .footer-f1--img p{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .footer-f2{
        line-height: 19px;
    }

    .footer-f3 p{
        font-size: 11px;
        line-height: 18px;
    }

    .c-prefooter>.vc_column_container>.vc_column-inner>.wpb_wrapper{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }

    .c-prefooter>.vc_column_container>.vc_column-inner>.wpb_wrapper p{
        text-align: center;
        font-size: 12px;
        line-height: 17px;
    }

    .c-prefooter>.vc_column_container>.vc_column-inner>.wpb_wrapper img{
        height: 48px;
        width: 48px;
        padding: 7%;
    }

    .footer-f1--logo{
        margin-bottom: 40px;
    }

}