@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header {
    position: relative;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

li {
    float: left;
}

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.container {
    max-width: 1320px !important;
    padding: 0 !important;
}

/* #logo img{
    position: absolute;
    margin-bottom: -50px;
    z-index: 999;
} */

.menu {
    background-color: #A03133;
    height: 80px;
}

a:hover {
    opacity: 0.8;
    transition: 0.3s;
    color: #F5B513;
}

a.nav-link {
    margin-left: 24px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
}

a.nav-link:hover {
    color: #F5B513;
}

#destaques {
    margin: 24px 0;
}

#agenda {
    margin: 24px 0;
}

#agenda h3 {
    color: #A03133;
}

#agenda li:nth-child(n+2) {
    margin-left: 24px;
}

.card-agenda {
    width: 312px;
    height: 162px;
    background-color: #A03133;
    border-radius: 12px;
    padding: 12px 12px 12px 24px;
}

.card-agenda-body {
    padding: 12px;
    border-left: solid 2px #F5B513;
}

.card-agenda-body h2 {
    color: #ffffff;
    font-size: 64px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
}

.card-agenda-body span {
    color: #ffffff;
}

#videos {
    background-color: #F5B513;
    border-radius: 12px;
    margin-bottom: 24px;
}

#destaque {
    width: 984px;
    height: 609px;
    margin-right: 24px;
    border-radius: 12px;
}

#mais-videos {
    height: 589px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.video {
    margin-top: 24px;
}

.video img {
    max-width: 288px;
    border-radius: 12px;
}

#parceiros {
    margin-bottom: 24px !important;
}

footer {
    background-image: url('../images/bg_rodape.jpg');
    padding: 24px;
    color: #ffffff;
}

footer ul {
    width: 500px;
    margin: 0 auto 24px auto;
}

footer li a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    text-decoration: none;
}

footer li:nth-child(n+2) {
    margin-left: 24px;
}

footer hr {
    border-color: #ffffff;
}

#redes {
    font-size: 28px;
}

.vinho {
    color: #A03133;
}

a {
    text-decoration: none !important;
}

@media only screen and (max-width: 768px) {

    .menu {
        background-color: #A03133;
        height: 250px;
    }

    .card-agenda {
        width: 100%;
        background-color: #A03133;
        border-radius: 12px;
        padding: 12px 12px 12px 24px;
        margin-bottom: 24px;
    }

    .card-agenda:last-child {
        margin-bottom: 0px !important;
    }

    #agenda li {
        margin-left: 0px !important;
    }
}