/* LAYOUT */

#wrapper,
#header,
#footer {
    width: 100%;
}


.container {
    width: min(100% - 4rem, 1300px);
    margin: 0rem auto;
    position: relative;
}

@media only screen and (min-width:1024px) {
    .container {
        width: min(100% - 9rem, 1300px);
        margin: 0rem auto;
    }
}

#primary {
    /* woo */
    width: min(100% - 2rem, 1440px);
    margin: 0 auto;
}

/*-------- 'header' ---------*/
#header {
    box-shadow: 1px 1px 10px #ccc;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 108px;
}

/*-------- 'footer' ---------*/
#footer {
    background-color: var(--color-footer);
    padding: 64px 0 0;
    color: #fff;
}
/*-------- 'page' ---------*/
.container-top {
        width: min(100% - 9rem, 1300px);
        margin: 4rem auto 4rem;
}
.logo-footer {
    margin-bottom: 64px;
}
.medio-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media only screen and (min-width:768px) {
    .medio-footer {
   flex-direction: row;
}
}
.direccion_footer {
font-size: 1rem;
}
.social-links {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
}
/* menu*/
.menu-footer {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    gap: 2rem;
    flex-direction: column;
}
@media only screen and (min-width:768px) {
    .menu-footer {
   flex-direction: row;
   gap:6rem;
}
}
.menu-footer p {
    font-size: 14px;
    margin: 0
}
@media only screen and (min-width:768px) {
    .menu-footer p {
    font-size: 14px;
    margin-bottom: 1rem;
}
}
.menu-footer a {
    font-size: 14px;
}
.menu-footer a:hover {
    opacity: .8;
}
.kit-footer {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4rem 0 4rem;
    font-size: 14px;
    flex-direction: column;
}
@media only screen and (min-width:768px) {
    .kit-footer {
  padding: 7rem 0 4rem;
    flex-direction: row;
     gap: 3rem;
     align-items: center;
}
}
#copyright {
    background-color: #3A3D3E ;
    font-size: 1rem;
    padding: .5rem; 
    text-align: center;
}
/*-------- 'woocommerce' ---------*/
.woocommerce-page .site-main {
    padding-block: 4rem;
}
.woocommerce-shop .site-main {
    padding-block: 0rem;
}