﻿:root {
    --verde-orienteme: #418C83;
    --verde-claro-orienteme: #1bc5bd;
    --rz-input-background-color: #ffffff4d !important;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Raleway', sans-serif;
    background: #f3f7fa;
}

input {
    border-radius: 10px !important;
    height: 55px;
}

    input:focus, textarea:focus, select:focus {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

.btn-default {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 11px;
    color: white;
    height: 55px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-default:hover {
        background-color: white;
        color: #000;
    }

.btn-primary-clearer {
    color: #fff !important;
    background-color: var(--verde-claro-orienteme);
    border-color: var(--verde-claro-orienteme);
    height: 55px;
    border-radius: 11px;
}

.btn-primary {
    color: #fff !important;
    background-color: var(--verde-orienteme);
    border-color: var(--verde-orienteme);
    height: 55px;
    border-radius: 11px;
}

.btn-secondary {
    border-radius: 11px;
    height: 55px;
}

.text-primary {
    color: var(--verde-orienteme) !important;
}

.btn-primary-sm {
    height: 2.5rem;
    padding-inline: 22px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2ba087;
    border-color: #28967f;
}


.btn-primary-clearer:hover {
    color: #fff;
    background-color: #5fb5a3;
    border-color: #5fb5a3;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 190, 161, 0.5);
    background-color: #418C83;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--verde-orienteme);
    border-color: var(--verde-orienteme);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #28967f;
    border-color: #268c76;
}

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 190, 161, 0.5);
    }

.buttonlink {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

    .buttonlink:hover {
        color: white;
    }


.nutrition {
    padding: 47px;
    max-width: 1250px;
    align-items: center;
    display: flex;
}

.nutrition-info h2, .nutrition-info h5 {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.nutrition-info p {
    max-width: 392px;
    width: 100%;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: grey;
}

.nutrition h2 {
    font-weight: 700
}

.nutrition h5 {
    font-size: 23px;
    color: #8e908f;
    margin-bottom: 35px;
    margin-top: 35px;
}

.nutrition-info h5 {
    max-width: 402px;
    height: 36px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .02em;
    color: grey;
    margin-bottom: 35px;
    margin-top: 35px;
}

.nutrition .item-list .item {
    background-color: #62c1ad;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    height: 340px;
    border-radius: 10px;
    color: #fff
}

    .nutrition .item-list .item img.item-img-second {
        margin-top: -29px;
        height: 116px !important;
    }

    .nutrition .item-list .item .item-img {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .nutrition .item-list .item a {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        text-decoration-line: underline;
        color: #fff
    }

    .nutrition .item-list .item .sub-items {
        width: 285px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #fff;
        margin-bottom: 28px;
        padding-right: 20px
    }

.nutrition .collumn {
    max-width: 558px;
    width: 100%
}

    .nutrition .collumn .item-title h5 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        color: #fff;
        max-width: 278px;
        width: 100%
    }

    .nutrition .collumn .item:first-child img {
        width: 100%
    }

.nutrition .item-list .item img.item-img-second {
    margin-top: 29px;
    height: 265px;
}

.nutrition .item-list .item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container.auto-overflow {
    overflow: hidden;
    background: #def7e6;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 30px;
    margin-top: 100px;
    max-width: 1217px !important
}


.button {
    background-color: #62c1ad;
    color: #fff;
    border: none;
    outline: none;
    padding: 22px;
    max-width: 376px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
    border-radius: 10px;
}

.margin-button {
    margin-top: 83px;
    margin-bottom: 10px;
}

a, a:hover, li, ul {
    text-decoration: none;
    list-style: none;
    color: #ede9e9;
}

.btn-group-detail label {
    color: rgba(0, 0, 0, .5);
}

.verde-om {
    color: #009884 !important;
}

.all-info {
    max-width: 816px;
    width: 100%;
    margin: 0 auto;
    margin-top: 64px;
}

    .all-info .info-description {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        max-width: 820px;
        width: 100%;
        color: #383838;
    }

    .all-info .info-tags a {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 10px;
        letter-spacing: .5px;
        text-transform: uppercase;
        margin-right: 12px;
        color: #46b0a3;
    }

    .all-info .date-info {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: .5px;
        color: rgba(0, 0, 0, .5);
    }

    .all-info .info-autor a {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        margin-top: 40px;
        letter-spacing: .5px;
        text-decoration-line: underline;
        color: #383838;
    }

    .all-info h2.info-title {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: .5px;
        margin-top: 24px;
        color: #000;
        margin-bottom: 40px;
    }

    .all-info img {
        width: 100%;
        max-width: 820px;
        height: auto;
    }


.detail-type {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 16px;
    letter-spacing: .1em;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .detail-type .btn-group-detail a {
        color: #fff
    }

.detail-info {
    margin-top: 31px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto
}

    .detail-info .detail-title {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        width: 468px;
        color: #fff
    }

.detail-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    margin-top: 37px;
    color: #fff;
    margin-bottom: 47px
}

.detail-autor, .detail-autor a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff
}

    .detail-autor a {
        text-decoration: underline
    }

.detail-player {
    display: flex;
    width: 224px;
    height: 52px;
    background: rgba(70,176,163,.1);
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 30px;
    align-items: center
}

    .detail-player:hover {
        cursor: pointer
    }

    .detail-player .icon-play {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border: .5px solid #fff;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        margin-left: 12px;
        margin-right: 53px
    }

    .detail-player span {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        color: #fff
    }

.videoPlayerArea {
    max-width: 710px;
    width: 100%
}

    .videoPlayerArea video {
        width: 100%
    }

    .videoPlayerArea:hover .controls {
        transition: .7s ease;
        opacity: 1
    }

.controls {
    transition: .7s ease;
    opacity: 0;
    position: relative;
    top: -48px;
    padding-left: 32px;
    padding-right: 32px
}

    .controls .seekerVideoArea .seekerBodyVideo {
        width: 100%;
        background-color: #fff
    }

        .controls .seekerVideoArea .seekerBodyVideo .seekerVideo {
            width: 0;
            height: 3px;
            background: #46b0a3
        }

    .controls .controls-options {
        margin-top: 12px;
        display: flex;
        justify-content: space-between
    }

        .controls .controls-options a {
            font-size: 20px;
            color: #fff
        }

        .controls .controls-options span a {
            margin-right: 24px
        }

        .controls .controls-options .options-play a {
            margin-right: 12px
        }

.detail-autor {
    margin-bottom: 12px
}

iframe {
    width: 100% !important
}


.body-shadow2 .detail-img, .body-shadow .detail-img {
    margin-bottom: 31px
}

    .body-shadow2 .detail-img img, .body-shadow .detail-img img {
        max-width: 690px;
        width: 100%
    }




.body-shadow.audio-active {
    padding-bottom: 120px; /* Ajuste conforme a altura do player */
}

.audioContainer {
    background: #181818;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-top: 27px;
    padding-bottom: 27px
}

    .audioContainer .audioDescription, .audioContainer .finalPlayer {
        max-width: 30%;
        width: 100%
    }

    .audioContainer .audioPlayer {
        max-width: 40%;
        width: 100%
    }

    .audioContainer img {
        width: 56px;
        height: 56px
    }

    .audioContainer .audioDescription {
        display: flex;
        color: #fff
    }

        .audioContainer .audioDescription .audio-info {
            margin-left: 24px
        }

            .audioContainer .audioDescription .audio-info .audio-type {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
                letter-spacing: .1em;
                color: #fff;
                margin-bottom: 0px;
            }

            .audioContainer .audioDescription .audio-info .audio-text {
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 14px;
                margin-bottom: 8px;
                margin-top: 8px;
                color: #fff;
                max-width: 400px;
                width: 100%
            }

            .audioContainer .audioDescription .audio-info .autor {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
                color: #fff
            }

    .audioContainer .audioOptions {
        width: 45%;
        display: flex;
        justify-content: space-evenly;
        align-items: center
    }

        .audioContainer .audioOptions a {
            color: #fff
        }

        .audioContainer .audioOptions .button-pause, .audioContainer .audioOptions .button-play {
            font-size: 36px
        }

.audioPlayer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.audioDurationContainer {
    color: #fff;
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.audioSeeker {
    width: 100%
}

    .audioSeeker .audioSeekerBody {
        width: 100%;
        height: 5px;
        background: #c4c4c4;
        border-radius: 5px
    }

        .audioSeeker .audioSeekerBody:hover {
            cursor: pointer
        }

        .audioSeeker .audioSeekerBody .audioSeekerRange {
            width: 0;
            height: 5px;
            background: #46b0a3;
            border-radius: 5px
        }

.notfound-result {
    color: #fff;
    margin-right: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
}


.badge.text-bg-primary {
    color: #46b0a3 !important;
    background: none !important;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-right: 3px;
}

.favorite-session {
    margin-top: 122px;
}

.autor-container {
    display: flex;
    gap: 50px;
}

@media(max-width: 768px) {
    .autor-container {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}

.autor-detail {
    margin-top: 24px;
    color: white;
}

.autor-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: .1em;
    margin-bottom: 35px;
}

.autor-name {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}

.autor-profession {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
}

.autor-description {
    margin-top: 31px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}

.autor-theme {
    margin-top: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
}

.recent-search-item {
    padding: 12px;
    color: #fff;
    margin-right: 12px;
    height: 37px;
    width: auto;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .4);
    align-items: center;
    background: hsla(0, 0%, 100%, .6);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

    .recent-search-item a {
        font-weight: 600;
        font-size: 13px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

.remove-recent-search-item {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .3);
    margin-left: 12px;
}


@media(max-width: 768px) {

    .nutrition .item-list .item .sub-items {
        padding: 20px;
        width: 100%;
    }
        .submenu {
        font-size: 13px !important;
    }

    .ulSubMenu li {
        margin-right: 0px !important;
    }

    .body-shadow.audio-active {
        padding-bottom: 272px !important;
    }

    .audioContainer {
        height: 231px !important;
        flex-direction: column;
    }

    .detail-player {
        width: unset;
    }

        .detail-player .icon-play {
            margin-inline: 10px;
        }

        .detail-player span {
            display: none;
        }


    .audioContainer .audioDescription {
        width: 100% !important;
        max-width: unset !important;
    }

    .audioContainer .audioPlayer {
        padding-inline: 22px !important;
        max-width: unset !important;
        width: unset !important;
    }

    .audioContainer .audioOptions {
        width: 250px;
        margin-left: 0;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .audioContainer .btn-group-detail {
        display: flex;
        margin-left: -54px;
        align-content: center;
        margin-top: 16px;
    }

    .audioContainer .audioDurationContainer {
        width: 100% !important;
        display: flex;
        justify-content: space-around
    }

    .nutrition .item-list .item {
        flex-direction: column;
        align-items: center;
    }

    .nutrition .collumn .item-title h5 {
        font-size: 19px;
        margin: 0px 0px 20px 0px;
    }

    .nutrition .item-list .item img.item-img-second {
        height: 161px;
    }

    .nutrition .item-list .item {
        height: 469px;
    }

    .all-info h2.info-title {
        font-size: 37px;
        line-height: 40px;
    }
}


.tag-text-label {
    padding-right: 6px;
    text-decoration: underline;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.download-container {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    font-family: sans-serif;
}

.header {
    background-color: var(--verde-orienteme);
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
}

.file-row {
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid #e0f0ee;
}

.file-info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 14px;
}

.file-icon {
    width: 30px;
    height: 30px;
}

.download-btn {
    background-color: var(--verde-orienteme);
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s;
    max-width: 139px;
    height: 35px;
}

    .download-btn:hover {
        background-color: #2f8d7c;
    }

.rz-autocomplete {
    border: none;
    border-radius: 10px;
}

    .rz-autocomplete:focus,
    .rz-autocomplete:focus-within, .rz-autocomplete:hover:not(.rz-state-disabled) {
        border: none;
        box-shadow: none;
        outline: none;
    }

li.rz-autocomplete-list-item {
    color: #252525;
    font-weight: 500;
}