@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700&display=swap');

:root {
    --fonte: 'Onest', sans-serif;
	--maxwidth: 900px;
}

body {
    font-family: var(--fonte) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.player-info {
    width: 100%;
    text-align: center;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.volume-control {
    width: 150px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
}

input .volume-control {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
}

.modal-content {
    background-color: #fefefe;
	padding: 15px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

#lyricsContent {
    font-size: 0.91rem;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    font-family: var(--fonte);
}

i {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

h5 {
    font-family: var(--fonte);
    font-size: calc(1.05rem + .3vw) !important;
    font-weight: 500 !important;
}

.modal-body {
    border-top: solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
}

.modal-texto {
    font-weight: 500;
}

.topo-app {
    top: 0.9rem;
    display: flex;
    align-items: center;
    margin: 0 5px;
}

.volume-control::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 20px;
    height: 20px;
    border-radius: 50rem;
    border: none;
    background: #fff;
    cursor: pointer;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

input .volume-control {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
}

.tooltip {
    font-family: var(--fonte) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    pointer-events: none;
}

#socialMenu {
    position: fixed;
    right: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}

#socialMenu a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.7s ease;
    font-weight: 500;
    font-size: 15px;
    margin: 3px 10px;
    padding: 5px;
    border-radius: 5px;
}

.func-btn {
    border: none;
    color: #fff;
    height: 35px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px 4px 0px 0px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.7s ease;
    font-size: 14px;
    gap: 5px;
    width: 140px;
}

#socialMenu {
    padding-top: 5px;
}

#socialMenu i {
    font-size: 35px;
}

.footer {
    margin-top: 2rem;
    margin-bottom: 7px;
    border-radius: 7px;
    max-width: var(--maxwidth);
    width: 100%;
}

.slogan {
    margin: 0 5px;
}

.topo-site {
    position: relative;
    top: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
}

#backgroundCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.iframe-pedido {
    width: 100%;
    border: none;
    padding: 10px 5px;
    min-height: 80vh;
}

.iframe-historico {
    width: 100%;
    min-height: 45vh;
    padding: 10px 5px;
    border: none;
}

.recent-song-album-art {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 15px;
    object-fit: cover;
}

.recent-song-info {
    flex-grow: 1;
}

.recent-songs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

.slogan {
    margin-top: 1rem;
}

.parceiros,
.btsapp,
.recent-songs-container {
    margin-top: 2rem;
    padding-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: var(--maxwidth);
}

.btns {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.banner-info, 
.programacao, 
.sobrenos, 
.contato {
    margin-top: 2rem;
    border-radius: 10px;
    width: 100%;
    max-width: var(--maxwidth);
}

.conteudo {
    padding: 8px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 20px;
}

#bannerRotativo .banner-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease-in-out;
}

.btsapp {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.btsapp img {
    width: 140px;
    height: auto;
    border-radius: 5px;
    margin: 0 7px;
}

.parc-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.parceiros img {
    width: 180px;
    height: auto;
    border-radius: 5px;
}

.btn-app {
    position: fixed;
    left: 20px;
    bottom: 25px;
}

.btn-menu {
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    min-width: 150px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.play-pause {
    border: none;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 64px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.7s ease;
}

.album-cover {
    object-fit: cover;
    transition: opacity 0.7s ease-in-out;
    margin-bottom: 20px;
}

#btn_app {
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
}

#bts_app {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-app img {
    width: 150px;
    height: auto;
    border-radius: 5px;
}

.bto {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
}

.bto i {
    font-size: 1.5rem;
}

.botoes {
    gap: 15px;
    display: flex;
}

#btn_app_wa {
    background-color: #0cc143;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    position: fixed;
    right: 22px;
    bottom: 30px;
    z-index: 1;
}

#btn_app_wa i {
    font-size: 36px;
    color: #fff;
}

#btn_app_wa a {
    text-decoration: none;
}

#listeners-count span {
    position: absolute;
    color: #fff;
    font-size: 11px;
    padding: 0.12rem;
}

#listenerCount {
    border-radius: 100%;
    background-color: #ff4007;
    min-width: 1.2rem;
    height: auto;
}

/* Formulário */
.form-email {
    margin: 20px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500 !important;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-size: 15px;
}

textarea {
    height: 150px;
    resize: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #1062fe;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-mensagem {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
}

.modal-header {
    padding: 0px 5px 5px 5px !important;
}

.close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #ff0000;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #555;
}

#modalMessage {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}

.success-message {
    color: #00a305;
}

.error-message {
    color: #ff1100;
}

#captchaGroup {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#captchaQuestion {
    font-weight: 600;
    color: #333;
}

#captchaAnswer {
    width: 100px;
}

.error-border {
    border: 1px solid #fa1100 !important;
}

.btn-form {
    width: 150px;
}

@media screen and (min-width: 1200px) {
    .btsapp {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .btn-app {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .player-container {
        flex-direction: row;
        align-items: center;
        padding: 20px;
        position: relative;
    }

    .album-cover {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .bto {
        min-width: 135px;
    }

    .bto i {
        margin-right: 10px;
    }

    .bto-wa {
        display: none;
    }

    .player-info {
        flex-grow: 1;
        padding-left: 20px;
        text-align: left;
    }

    .controls {
        justify-content: flex-start;
    }

    .btns {
        float: right;
        position: relative;
        top: 2.7rem;
    }

    .album-cover {
        width: 280px;
        height: 280px;
    }

    .topo-app img {
        width: 90px;
        height: 90px;
    }

    .topo-app span {
        font-size: 34px;
    }

    #menuButton {
        bottom: 25px;
    }

    .iframe-pedido {
        height: 72vh;
    }

    #socialMenu {
        bottom: 95px;
    }

    .slogan span {
        font-size: 25px;
    }
	
	.modal-mensagem {
		width: 50% !important;
	}
}

@media screen and (max-width: 991px) {

    .volume-control,
    .mute-btn {
        display: none;
    }

    .player-container {
        position: relative;
        flex-direction: column;
    }

    .album-cover {
        width: 180px;
        height: 180px;
    }

    .txt-bto {
        display: none;
    }

    .topo-app img {
        width: 70px;
        height: 70px;
    }

    .topo-app span {
        font-size: 22px;
    }

    #menuButton {
        bottom: 15px;
    }

    .iframe-pedido {
        height: 100vh;
    }

    #socialMenu {
        bottom: 125px;
    }

    .slogan span {
        font-size: 18px;
    }

    .parc-img {
        flex-direction: column;
    }

    #cabecalho {
        display: flex;
        justify-content: center;
    }

    .footer span {
        flex-direction: column;
    }
	
	.modal-mensagem {
		width: 95% !important;
	}
}