.social-item,
.title h3 {
    color: #4f5739
}

.title h3,
footer p {
    font-family: 'Montserrat', sans-serif
}

#test .title h3,
footer {
    text-align: center
}

#test .title,
footer {
    margin-top: 50px;
    margin-bottom: 50px
}

#test .title,
.all-center,
.d-flex,
.f-column,
.media {
    display: flex
}

.c-w{
    color: #fff;
}

.d-title-md,
.footer-p {
    font-weight: 500
}

.button,
.card,
.social-item {
    transition: .2s
}

.button:hover,
.card:hover {
    transform: scale(1.02)
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden
}

body {
    background: var(--default-color);
    font-size: 14px;
    font-family: 'Baskervville', sans-serif
}

:root {
    --font-size: clamp(14px, 3vw, 18px);
    --border-default: 1px solid #000;
    --default-color: #f7ffe0;
    --title-color: #303521;
    --flex-dir: column
}

.container__section {
    max-width: 80%;
    margin: 0 auto
}

#hero-container {
    flex: 1;
    max-width: 100%
}

#hero {
    height: auto;
    background: #4f5739
}

#hero .box__info {
    padding: 30px;
    width: 100%;
    padding-bottom: 50px;
}

#hero .box__img {
    width: 81%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0)) center/cover, url("/assets/img/foto-dra.avif") center/cover
}

.media {
    padding: 0 50px;
    align-items: center;
    justify-content: space-between
}

.social-item:hover {
    color: #f7ffe0;
    background: 0 0;
    border: 1px solid #f7ffe0
}

.social-item {
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: #f7ffe0;
    border-radius: 50%;
    padding: 5px;
    font-size: 25px
}

.social {
    gap: 20px
}

.card {
    width: 500px;
    overflow: hidden;
    background-color: #fff
}

.links .container__section {
    justify-content: center;
    align-items: center;
    display: grid
}

#links .container__section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px
}

.card img {
    width: 100%;
    height: auto;
    display: block
}

footer p {
    margin-top: 10px
}

#links {
    margin-top: 50px
}

.card-title p {
    color: #fff;
    font-size: 22px
}

.card-title {
    width: 80%;
    gap: 20px;
    padding: 20px
}

#hero .container__section h1 {
    color: #fff
}

#test .title .button:hover {
    background-color: #4f5739
}

#test .title .button {
    border-radius: 0;
    background: 0 0
}

#test .title {
    align-items: center;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1200px) {
    .container__section {
        max-width: 90%;
        margin: 0 auto
    }
    #links .container__section,
    .media {
        padding: 0
    }
    #hero {
        height: auto
    }
    #hero-container .box__info {
        width: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, .336)) center/cover, url("/assets/img/foto-dra.avif") center/cover
    }
    .links {
        margin-top: 0
    }
    .title .button {
        margin-top: 20%
    }
    #test h3 {
        margin-top: 20px
    }
    #test h1 {
        text-align: center
    }
    #hero-container .title .button,
    #test .title .button {
        width: 100%
    }
    .card-title img {
        width: 35px;
        height: 35px
    }
    .card-title {
        width: 100%;
        margin-top: 10px;
        padding: 12px
    }
    #open-modal {
        font-size: small
    }
    #hero-container,
    #hero-container .box__info {
        height: auto;
        flex-direction: column
    }
    #hero-container .box__img {
        display: none
    }
    .social-item:hover {
        color: #f7ffe0;
        background: 0 0;
        border: 1px solid #f7ffe0
    }
    .social-item {
        background: #f7ffe0;
        color: #4f5739
    }
    .logo img {
        filter: brightness(0) invert(1)
    }
}

.border {
    border: var(--border-default)
}

.border-bottom {
    border-bottom: 1px solid #fff
}

.f-column {
    flex-direction: column
}

.all-center {
    justify-content: center;
    align-items: center
}

.d-title {
    color: var(--title-color);
    font-size: clamp(1.7rem, 5vw, 3rem)
}

.d-title-md {
    color: #fff;
    font-size: clamp(1.4rem, 3vw, 1.6rem)
}

.d-title-sl {
    color: var(--title-color);
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 650
}

.button {
    border: 1px solid #303521;
    cursor: pointer;
    margin-top: 20px;
    background: #ffdcba;
    color: #303521;
    padding: 18px;
    border-radius: 50px;
    font-size: clamp(16px, 3vw, 18px);
    width: 500px
}

.title {
    margin-top: 10%
}

.button:hover {
    background: #dbb792;
    color: #fff
}

p {
    font-size: var(--font-size)
}