@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;800&display=swap');

:root {
    --bg_padrao: #d1be86;
    --bg_musics: #FFDD00;
    --bg_primary: #527b25;
    --gutter: 1px;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

a:hover,
.btn {
    outline: none !important;
}

.bold {
    font-weight: bold !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg_padrao);
}

.pseudo-search {
    width: 100%;
    background-color: #ffffff;
    display: inline;
    border: 2px solid #ccc;
    border-radius: 100px;
    padding: 10px 15px;
    transition: background-color 0.5 ease-in-out;
}

.pseudo-search input {
    border: 0;
    background-color: transparent;
    width: 90%;
}

.pseudo-search input:focus {
    outline: none;
}

.pseudo-search button,
.pseudo-search i {
    border: none;
    background: none;
    cursor: pointer;
}

.pseudo-search select {
    border: none;
}

.manchete {
    font-weight: 500;
}

.manchete a {
    color: white;
    font-weight: 800;
    text-decoration: none;
    text-shadow: 0 .145rem .25rem rgba(0, 0, 0, .075) !important;

}

.bg-nav {
    background: rgb(219, 166, 53);
    background: -moz-linear-gradient(90deg, rgba(219, 166, 53, 1) 0%, rgba(56, 180, 54, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(219, 166, 53, 1) 0%, rgba(56, 180, 54, 1) 100%);
    background: linear-gradient(90deg, rgba(219, 166, 53, 1) 0%, rgba(56, 180, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dba635", endColorstr="#38b436", GradientType=1);
}

/* ================================== */
/*             RADIO        
/* ================================== */
.cta {
    background: #252525db;
    color: #ffffff;
    font-weight: bold;
    z-index: 10000;
    opacity: 1;
    transition: opacity .5s linear;
    /* border-top: 6px solid var(--bg_musics); */
}

/* ================================== */
/*            NOTICIAS        
/* ================================== */

.slide-principal {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15;
}

.destaques img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15;
}

.slide-principal-img {
    height: 24.9rem;
    /* border-radius: 7px; */
}

.destaques h6 {
    font-size: 1.2rem;
}

.img_destaque {
    height: 16.9rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15;
}

.normals_img {
    height: 7.9rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15;
}

.normals_card {
    height: 7.9rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15;
}

.normals_card .card-title {
    font-size: .9rem;
    color: #ffffff;
}

.normals_card .card-body small {
    color: #ffffff;
    text-transform: uppercase;
    font-size: .6rem;
}

.normals_card .text-muted a {
    color: #ffffff;
}

.destaques .card-footer span {
    width: 100%;
    height: 1px;
}

.card-footer {
    padding: 0.5rem 0rem;
    background-color: transparent;
    border-top: none;
}

.noticias {
    padding: 1% 0;
    /* margin-top: 5%; */
    /* background: aliceblue; */
}

.noticias .btn-primary {
    background-color: var(--bg_primary) !important;
    border: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25;
}

.noticias .card {
    border: 0;
}

.noticias .manchete h1 a {
    font-weight: 700;
    color: #04361b;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Imbue', serif; */
}

.card-img-overlay {
    padding: 2rem !important;
}

.noticias .card {
    background: transparent;
}

.linkfeat h4,
.linkfeat p {
    text-shadow: 2px 2px rgba(51, 51, 51, 0.63);
}

.linkfeat {
    background: rgba(76, 76, 76, 0);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(49%, rgba(48, 48, 48, 0)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.linkdestak {
    text-shadow: 2px 2px rgba(51, 51, 51, 0.63);
    background: rgba(76, 76, 76, 0);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(49%, rgba(48, 48, 48, 0)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
    border-radius: 0;
}

.linkdestak h6 {
    font-size: 0.9rem;
}

.titulo_noticia h1 {
    font-weight: 700;
    color: #df120b;
}

.corpo-noticia img {
    width: 100%;
}

/****************************************/
/*              DEZ MAIS                */
/****************************************/
.dez-mais {
    background-color: var(--bg_musics);
    color: var(--bg_padrao);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10;
}

.dez-mais h3 {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 9% 5%;
}

.dez-mais .linha {
    background-color: var(--bg_padrao);
    color: #ffffff;
}

.dez-mais .linha small {
    font-size: .7rem;
}

/****************/
/*    VIDEOS    */
/****************/
.videos {
    color: #ffffff;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10;
}

.videos .titulo {
    background-color: #373636;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10;
}

.videos .titulo h2 {
    font-weight: 700;
}

.btn-videos {
    background-color: #CB0C0C;
    color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25;
    font-size: .7rem;
}

.video_conteudo h2 {
    font-size: 1.2rem;
    font-weight: 700;
}

.video_conteudo p {
    font-size: .8rem;
}

/************************/
/* LOCUTORES            */
/************************/
.locutores {
    height: 20.9rem;
}

.locutores .card {
    border: 0;
}

.locutores .row_locutor>.row {
    --bs-gutter-x: 0;
}

.locutores h4 {
    margin-bottom: 0;
}

.locutores p {
    font-size: .7rem;
}



.hs {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: 10px;
    grid-template-rows: minmax(150px, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(82% - var(--gutter) * 2);
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter));
    margin-bottom: calc(-.25 * var(--gutter));
}

.hs2 {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: 10px;
    grid-template-rows: minmax(150px, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - var(--gutter) * 2);
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter));
    margin-bottom: calc(-.25 * var(--gutter));

}

.hs .card-body {
    height: 170px;
}

.hs:before,
.hs:after,
.hs2:before,
.hs2:after {
    content: '';
    width: 10px;
}


ul {
    list-style: none;
    padding: 0;
}

.hs>li,
.item {
    scroll-snap-align: center;
    padding: calc(var(--gutter) / 2 * 1.5);
    /* display       : flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background    : #fff; */
    border-radius: 8px;
}

.hs2>li,
.item2 {
    scroll-snap-align: center;
    /* padding       : calc(var(--gutter) / 2 * 1.5); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background    : #fff; */
    border-radius: 8px;
}

.no-scrollbar {
    scrollbar-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* #############AUTO COMPLETE ###########*/

.ui-autocomplete {
    width: 530px !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #e6e6e6 !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-autocomplete .ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}



.live span {
    font-size: .6rem;
}

.live small {
    font-weight: normal;
}

.cta .player {
    background: transparent;
}

.cta .border {
    border: 5px solid #aad232 !important;
    /* width: 100%; */
    /* position: absolute; */
    top: -44px;
}

.cta .live button {
    /* position: absolute; */
    /* bottom: 15px; */
    /* left         : 0px; */
    width: 15px;
    height: 15px;
    font-size: 0;
    background-color: red;
    border: 0;
    border-radius: 35px;
    /* margin: 22px; */
    outline: none;
}

.cta .locutor img {
    width: 120px;
}

.live .rec {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.text-destaques {
    color: #363535;
    font-weight: bold;
}

.text-sub-destaques {
    color: #363535;
    font-weight: bold;
    font-size: 1rem !important;
}

.destaques-bedge {
    font-size: 0.7rem;
    font-weight: 500;
}

.rounded-5 {
    border-radius: 1.3rem !important;
}

.rounded-3 {
    border-radius: 1rem !important;
}

.thin-carousel {
    max-height: 200px !important;
}

.next-container {
    margin-bottom: 20vh;
}

/* The colour of the indicators */

.carousel-indicators {
    position: absolute;
    bottom: -3em;
}

.carousel-indicators li {
    margin: 5px;
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    background: #343a40;
}

.bg-div {
    background: #da875b url(http://ibiapabafm.mzk.digital/public/img/radius.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.publicidade {
    /* padding-top: 60px; */
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, .3);
    }

    65% {
        box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, .3);
    }

    90% {
        box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0);
    }
}
@media (min-width: 240px) and (max-width: 575.9px) {
    .navbar-brand img {
        width: 65%;
    }

    .cta .live {
        background: #0b5439;
        color: #ffffff;
        font-weight: bold;
        z-index: 10000;
        opacity: 1;
        transition: opacity .5s linear;
        border-top: 6px solid #16650d;
        -webkit-border-top-left-radius: 28px;
        -webkit-border-top-right-radius: 28px;
        -moz-border-radius-topleft: 28px;
        -moz-border-radius-topright: 28px;
        border-top-left-radius: 28px;
        border-top-right-radius: 28px;
    }
    .cta .border {
    border: 3px solid #aad232 !important;
    width: 22%;
    position: absolute;
    top: -24px;
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .cta .locutor img {
        width: 104px;
    }

    .cta button {
        margin: 31px;
    }

    .pseudo-search input {
        width: 90%;
    }

    .locutores h4 {
        font-size: 1.2rem;
    }

    .live {
        padding-left: 2%;
    }
}