@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap');

:root {
    --fonte: 'Exo 2', sans-serif;
}

body {
    font-family: var(--fonte) !important;
    font-weight: 500 !important;
}

p {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
    font-family: var(--fonte);
    font-weight: 600;
}

h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px !important;
}

.link-fornecedor {
    font-size: 14px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
}

.parceiros img {
    margin: 10px 5px 10px 5px;
    border: 1px solid #e0e0e0;
    background: #f0f0f0;
    border-radius: 5px;
}

.icon-sm:hover {
    color: #fff;
    transition: 0.4s;
}

section {
    padding: 60px 0;
}

.navbar-collapse {
    justify-content: flex-end;
}

.slideshow-container {
    width: 100%;
    max-width: 1000px;
    height: 100vh;
    max-height: 250px;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.anuncios {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icones {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.icones i {
    font-size: 2rem;
    margin: 0 5px;
    color: #e0e0e0;
    transition: all 0.7s ease;
}

.icones i:hover {
    color: rgb(248, 247, 174);
    transition: all 0.7s ease;
}

@media screen and (min-width: 992px) {
    #mylunaradio {
        width: 60%;
        height: 85vh;
        margin-top: 80px;
        display: block;
    }

    .navbar {
        padding: 0 30px !important;
    }
}

@media screen and (max-width: 991px) {
    .img-noticia {
        display: none;
    }

    #mylunaradio {
        width: 95%;
        height: 85vh;
        margin-top: 80px;
        display: block;
    }

    .navbar {
        padding: 0 !important;
    }

    .navbar-nav {
        align-items: center;
    }
}