/* Start custom CSS for html, class: .elementor-element-145fffc *//* TRYCHO ESTETICA — Footer */

.te-footer {
    border-top: 1px solid rgba(150,120,79,.12);
    background: #fbf8f3;
}

.te-footer__inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    text-align: center;

    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: .04em;
    color: #8d806f;
}

.te-footer__divider {
    width: 1px;
    height: 10px;
    background: rgba(150,120,79,.2);
}

.te-footer a {
    color: #96784f;
    text-decoration: none;
    transition: color .25s ease;
}

.te-footer a:hover {
    color: #2e2a24;
}

@media (max-width:767px){

    .te-footer__inner{
        gap:8px;
        padding:16px 18px;
        font-size:11px;
    }

    .te-footer__divider{
        display:none;
    }

}/* End custom CSS */