/* FOOTER 1 */

.footer1 {
    min-height: 149px;
    display: flex;
    align-items: center;
    background-color: #4E0802;
}

.footer1 .container {
    position: relative;
    padding: 30px 70px;
}

.footer1 .container::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 70px;
    width: 89%;
    height: 2px;
    background-color: #A64029;
}

.footer1 .row>* {
    display: flex;
    align-items: center;
}

.footer1 .c2 {
    justify-content: end;
}

.footer1 .logo img {
    max-width: 174px;
}

.footer1 .follow {
    color: #F2F2F2;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: .7px;
}

.footer1 .follow strong {
    font-weight: 500;
}

.footer1 .rss {
    display: inline-flex;
    width: 100%;
    justify-content: end;
}

.footer1 .rss .rs {
    width: 100%;
    max-width: 113px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #A64029;
    margin-right: 2px;
    transition: .3s ease-in-out;
}

.footer1 .rss .rs svg {
    min-height: 22px;
    width: auto;
}

.footer1 .rss .rs svg path {
    fill: #F2F2F2;
    transition: .3s ease-in-out;
}

.footer1 .rss .rs:hover {
    background-color: #4E0802;
    transition: background-color .3s ease-in-out;
}

.footer1 .rss .rs:hover svg path {
    fill: #F2F2F2;
    transition: all .3s ease-in-out;
}


/* FOOTER 1 ! */


/* FOOTER 2 */

.footer2 {
    padding: 42px 0;
    background-color: #400601;
}

.footer2 .stitle {
    font-weight: 500;
    letter-spacing: .7px;
    color: #F2F2F2;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer2 .row>*:last-child>.stitle:first-child {
    margin-bottom: 8px;
}

.footer2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer2 ul:first-child {
    margin-right: 25px;
}

.footer2 ul li {
    margin-bottom: 8px;
}

.footer2 .conts {
    margin-bottom: auto;
}

.footer2 .conts>* {
    margin-bottom: 8px;
}

.footer2 .c3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer2 .conts>*:last-child {
    margin-bottom: 0;
}

.footer2 ul li a,
.footer2 .local,
.footer2 .hour,
.footer2 .telp,
.footer2 .mailp {
    color: #F2F2F2;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: .7px;
}

.footer2 .hour,
.footer2 .local {
    line-height: 22px;
}

.footer2 .telp,
.footer2 .mailp {
    display: block;
}

.footer2 .telp strong,
.footer2 .mailp strong {
    font-weight: inherit;
    font-size: 14px;
}

.footer2 .c4 {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.footer2 .local {
    font-size: 12px;
    color: #DBDBDB;
}

.footer2 .local strong {
    font-weight: 500;
}


/* FOOTER 2 ! */


/* FOTTER DESIGN */

.footer-design {
    min-height: 98px;
    background-color: #390400;
    padding: 15px 0;
}

.footer-design .lgpd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 200;
    letter-spacing: .7px;
    font-size: 11px;
    text-transform: uppercase;
    min-width: 62px;
    max-width: 62px;
    height: 62px;
    transition: .3s ease-in-out;
    margin-right: 20px;
    padding: 10px;
}

.footer-design .lgpd svg {
    margin-bottom: 5px;
}

.footer-design .site {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
}

.footer-design .site .sitetitle {
    font-weight: 200;
    font-size: 13px;
}

.footer-design .site .sitetitle strong {
    font-weight: 500;
    color: #fff;
}

.footer-design .site .text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 200;
    text-align: start;
}

.footer-design .c2 {
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-design .design {
    height: 34px;
    border-left: 1.5px solid #ffffff;
    padding-left: 21px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    display: flex;
    align-items: center;
}

.footer-design .design a {
    color: #fff;
    font-weight: 500;
}


/* FOTTER DESIGN  !*/


/* MEDIA QUERIES */

@media(max-width: 992px) {
    .footer1 .container::before {
        display: none;
    }
    .footer1 .row>*,
    .footer2 .row>* {
        margin-bottom: 1rem;
    }
    .footer1 .row>*:last-child,
    .footer2 .row>*:last-child {
        margin-bottom: 0;
    }
    .footer2 .row>* {
        margin-bottom: 2rem;
    }
    .footer2 .c3>*:first-child {
        margin-bottom: 2rem;
    }
    .footer1 .logo img {
        min-width: unset;
        max-width: 100%;
    }
    .footer1 .follow {
        margin-top: 18px;
    }
    .footer1 .rss,
    .footer1 .c2 {
        justify-content: start;
    }
    .footer2 {
        padding: 2rem 0;
    }
    .footer2 .c1,
    .footer2 .c2,
    .footer2 .st-lg {
        display: none;
    }
    .footer-design .c2 {
        justify-content: start;
        margin-top: 20px;
    }
}

@media(max-width: 768px) {
    .footer1 .row>*,
    .footer1 .rss {
        justify-content: center;
    }
    .footer2 .stitle,
    .footer2 .telp,
    .footer2 .mailp,
    .footer2 .hour,
    .footer2 .local {
        text-align: center;
    }
}

@media(max-width: 575px) {
    .footer1 .container {
        padding: 30px var(--bs-gutter-x, .75rem);
    }
    .footer-design .d-inline-flex {
        display: flex !important;
        flex-direction: column;
    }
    .footer-design .site {
        margin-top: 15px;
        text-align: center;
    }
    .footer-design .lgpd {
        margin: 0 auto;
    }
    .footer-design .c2 {
        justify-content: center;
        border: none;
    }
    .footer-design .c2 .design {
        border: none;
        padding: 0;
    }
    .footer-design .site .text {
        text-align: center;
    }
}

@media(max-width: 375px) {
    .footer2 .form form {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .footer2 .form form input[type="email"] {
        margin-bottom: 15px;
    }
}


/* MEDIA QUERIES ! */