.elementor-18317{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d35fcde *//* =========================================
   FOOTER CANTEGRIL COUNTRY CLUB
   ========================================= */

.site-footer {
    background: #020a32;
    color: #ffffff;
    width: 100%;
}

.footer-inner {
    width: min(100% - 100px, 1600px);
    min-height: 280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns:
        minmax(300px, 1.3fr)
        minmax(400px, 1fr)
        minmax(300px, 1fr)
        150px;

    align-items: center;
    column-gap: 35px;
}


/* -----------------------------------------
   LOGO
   ----------------------------------------- */

.footer-brand {
    display: flex;
    align-items: center;
}

.footer-brand img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
}


/* -----------------------------------------
   COLUMNAS DE INFORMACIÓN
   ----------------------------------------- */

.footer-column {
    align-self: center;
}

.footer-column h3 {
    margin: 0 0 8px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;

    color: #ffffff;
}

.footer-column p {
    margin: 0 0 7px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;

    color: #eeeeee;
}

.footer-column a {
    color: #eeeeee;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}


/* -----------------------------------------
   ITAÚ
   ----------------------------------------- */

.footer-bank {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bank img {
    display: block;
    width: 105px;
    height: auto;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1100px) {

    .footer-inner {
        width: min(100% - 50px, 900px);

        grid-template-columns: 1fr 1fr;
        row-gap: 40px;

        padding: 45px 0;
    }

    .footer-brand {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .footer-column {
        text-align: center;
    }

    .footer-bank {
        grid-column: 1 / -1;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 650px) {

    .footer-inner {
        width: calc(100% - 40px);

        display: flex;
        flex-direction: column;

        gap: 35px;

        padding: 45px 0;
    }

    .footer-brand img {
        width: 320px;
    }

    .footer-column {
        width: 100%;
        text-align: center;
    }

    .footer-column h3 {
        font-size: 19px;
    }

    .footer-column p {
        font-size: 16px;
    }

    .footer-bank img {
        width: 95px;
    }
}/* End custom CSS */