﻿ @import url("colors.css");
 @import url("typography.css");

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    max-width: 100%
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    transition: .3s;
    color: var(--link-color);
    font-weight: 400;
}

strong {
    font-weight: bold
}

body {
    
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: var(--text-primary);
    background: radial-gradient(var(--mineshaft-800), var(--background));
    line-height: 1.375em;
    margin-top: 80px;
    padding-left: 0 !important;

    height: 100vh;
    width: 100vw;
}

@media screen and (max-width: 768px) {
    body {
        margin-top: 70px;
    }
}

body.sub-hidden {
    overflow-y: hidden;
}

.container {
    position: relative;
}

@media screen and (min-width: 1601px) {
    .container {
        max-width: 1600px;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1300px;
    }
}

button {
    border: none
}

input,
textarea {
    outline: 0;
    border: none;
}

label {
    color: var(--text-tertiary);
}

a:hover {
    opacity: .7
}

p {
    word-break: break-word
}

.btn {
    white-space: normal;
    padding: 14px 0;
    width: 210px;
    transition: .5s;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
}

.btn-small {
    padding: 5px 0;
    width: 150px;
}

/* Botão Primário - Estilo padrão do projeto */
.btn-success {
    background-color: #D4AF37 !important;
    color: #2A2A2A !important;
    border: none !important;
    padding: 10px 24px !important;
    width: auto !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.btn-success:hover {
    background-color: #C19B2E !important;
    color: #2A2A2A !important;
}

.btn-success i {
    font-size: 18px;
}

.btn-success span {
    margin-left: 8px;
    font-weight: 400;
}

/* Estado "Inscrito" - mantém estilo primário */
.btn-success.subscribeded {
    background-color: #D4AF37 !important;
    color: #2A2A2A !important;
}

.btn-success.subscribeded:hover {
    background-color: #C19B2E !important;
    color: #2A2A2A !important;
}

/* Botão de comentário - estilo primário */
.comment_form .btn-success {
    background-color: #D4AF37 !important;
    color: #2A2A2A !important;
    border: none !important;
}

.comment_form .btn-success:hover,
.comment_form .btn-success:focus {
    background-color: #C19B2E !important;
    color: #2A2A2A !important;
}

/* Botão Secundário - Estilo padrão do projeto */
.btn-secondary {
    background-color: transparent !important;
    color: #f8f5ee !important;
    border: 1px solid #D4AF37 !important;
    padding: 10px 24px !important;
    width: auto !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.btn-secondary:hover {
    background-color: rgba(212, 175, 55, 0.1) !important;
    color: #f8f5ee !important;
    border-color: #D4AF37 !important;
}

.btn-secondary i {
    font-size: 18px;
}

/* Botão Mini - Ajuste de tamanho */
.btn-mini {
    padding: 8px 20px !important;
    font-size: 14px !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .btn {
        width: 80%
    }
}

@media screen and (max-width: 767px) {
    .btn {
        width: 80%;
        padding: 15px 0
    }
}

@media screen and (max-width: 767px) {
    .mobile-none {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-none {
        display: none
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .tablet-lg-none {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .desktop-none {
        display: none
    }
}




@media screen and (max-width: 767px) {
    
    lottie-player{
        width:100%;
        text-align: center;
    }

}

lottie-player{
    width:80%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .pills{
        display: block!important; 
        justify-content: space-between;
    }
    .pill{
        width: 100%;
    }
    lottie-player{
        
        width: 100%;
    }
}


lottie-player{

    width: 60%;
}
.pills{
    display: flex; 
    justify-content: center;
}
.pill{
    width: fit-content;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 32px;
    background: rgba(31, 32, 34, 0.2);
    margin-left: 16px;
    margin-bottom: 16px;
    float:left;
}
.pill_img{
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-left: 0px;
}
.pill_text{
    font-size: 22px;
    justify-content: center;
}
.pill_user{
    color:#f8f5ee!important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 32px;
    background:rgba(31, 32, 34, 0.2);
    vertical-align: center;
    float:left;
}
.pill_user_img{
    width: 24px;
    height: 24px;
    border-radius: 12px;
}
.pill_user_text{
    font-size: 14px;
    justify-content: center;
    font-weight: bold;
}

.bg-tree-green{
    background: #9CC884!important;
}
.bg-tree-green-acqua{
    background: #6DC4C7!important;
}
.bg-tree-blue{
    background: #58C2DE!important;
}
.bg-tree-green-dark{
    background: #469E7C!important;
}
.bg-tree-orange{
    background: var(--primary-light)!important;
}
.tree{
    width:100%;
    padding-top: 150px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.tree_icon{
    width: 132px;
    height: 132px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 66px;
    background:black;
    margin-left: 16px;
    margin-bottom: 16px;
    float:left;
    
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.tree_icon img{
    width:fit-content;
}
    
/*
TRIGGER
Personaliza mensagens do sistema
*/
.trigger {
    display: block;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 0.9em;
    color: #f8f5ee;
    margin-bottom: 20px;
}

.trigger p {
    margin-top: 8px;
}

.trigger_success {
    background-color: #00B494;
}

.trigger_info {
    background-color: #0E96E5;
}

.trigger_alert {
    background-color: #FAAD50;
}

.trigger_error {
    background-color: #F45563;
}

.trigger_none {
    margin-bottom: 0;
}

.highlight {
    color: #6CAFFF
}

.img-wrap {
    width: 100%;
    overflow: hidden
}

.breadcrumbs {
    top: 8px;
    position: relative;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    z-index: 5
}
.breadcrumbs .breadcrumbs-content{
    padding-top: 8px;
}

@media (max-width: 500px) {
    .breadcrumbs {
        display: none;
    }
}

.line::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.border-vertical-left {
    border-left: 3px solid rgba(22, 22, 27, 0.8)
}

@media screen and (max-width: 767px) {
    .border-vertical-left {
        border-left: none
    }
}

.border-vertical-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .border-vertical-right {
        border-right: none
    }
}

@media screen and (max-width: 767px) {
    .border-vertical-right {
        border-right: none
    }
}

.select-item {
    color: #6CAFFF !important
}

.flex {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 767px) {
    .submenu-none {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .submenu-none {
        display: none
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .submenu-none {
        display: none
    }
}

.menu-btn {
    z-index: 9999;
    display: block;
    color: #f8f5ee;
    width: 45px;
    height: 36px;
    border-top: 4px solid;
    margin-right: 15px;
    margin-top: 3px;
    cursor: pointer;
    -webkit-backface-visibility: hidden
}

@media screen and (min-width: 1200px) {
    .menu-btn {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .menu-btn {
        margin-top: 10px;
        width: 70px
    }
}

.menu-btn::after,
.menu-btn::before {
    content: '';
    display: block;
    height: 4px;
    margin-top: 7px;
    background: currentColor;
    position: relative;
    transition: transform .2s ease
}

.menu-btn.active {
    border-top-color: transparent;
    left: auto
}

.menu-btn.active::after {
    margin-top: 0px;
    top: 2px;
    transform: rotate(45deg)
}

.menu-btn.active::before {
    margin-top: 0px;
    top: 6px;
    transform: rotate(135deg)
}

/* Old header styles - kept for compatibility */
.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

/* New horizontal header takes precedence */
.header-horizontal {
    z-index: 1000;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.topbar {
    padding: 10px 22px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: var(--topbar-background);
}

.logo {
    max-width: 130px;
    margin-right: 22px;
    z-index: 1
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .logo {
        margin-left: 15px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-left: 15px
    }
}

@media screen and (max-width: 767px) {
    .logo {
        max-width: 100px;
        margin-left: 15px
    }
}

.menu-wrapper {
    width: 100%
}

.left-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.menu {
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden
}

.menu.active {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 1200px) {
    .menu {
        opacity: 1;
        visibility: visible
    }

    .menu li:first-child {
        display: none
    }

    .menu form {
        display: none
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .menu {
        position: absolute;
        top: 0;
        left: 0px;
        background-color: var(--card-background);
        border-radius: 3px;
        width: 45%;
        height: 100vH;
        padding-top: 80px
    }

    .menu form {
        padding: 30px
    }

    .menu form input {
        width: 80%;
        padding: 12px 16px
    }

    .menu li:first-child {
        border-bottom: 3px solid rgba(22, 22, 27, 0.8)
    }

    .menu li a {
        padding: 20px 30px;
        display: block
    }

    .menu li a:hover {
        background-color: rgba(0, 0, 0, 0.1)
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .menu {
        position: absolute;
        top: 0;
        left: 0px;
        background-color: var(--card-background);
        border-radius: 3px;
        width: 45%;
        height: 100vH;
        padding-top: 80px
    }

    .menu form {
        padding: 30px
    }

    .menu form input {
        width: 100%;
        padding: 12px 16px
    }

    .menu li:first-child {
        border-bottom: 3px solid rgba(22, 22, 27, 0.8)
    }

    .menu li a {
        padding: 20px 30px;
        display: block
    }

    .menu li a:hover {
        background-color: rgba(0, 0, 0, 0.1)
    }
}

@media screen and (max-width: 767px) {
    .menu {
        position: absolute;
        top: 0;
        left: 0px;
        background-color: #1f1f1f;
        border-radius: 3px;
        width: 80%;
        height: 100vH;
        padding-top: 80px
    }

    .menu form {
        padding: 30px
    }

    .menu form input {
        width: 100%;
        padding: 12px 16px
    }

    .menu li:first-child {
        border-bottom: 3px solid rgba(22, 22, 27, 0.8)
    }

    .menu li a {
        padding: 20px 30px;
        display: block
    }

    .menu li a:hover {
        background-color: rgba(0, 0, 0, 0.1)
    }
}

@media screen and (min-width: 1200px) {
    .menu li {
        display: inline-block;
        margin-left: 22px;
        position: relative
    }
}

.menu li a {
    color: #f8f5ee;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px
}

.right-links {
    padding: 0;
    margin: 0;
    list-style: none
}

.right-links li {
    display: inline-block;
    margin-right: 22px
}

.right-links li a {
    color: #f8f5ee;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .right-links li {
        margin-right: 0;
    }

    .right-links li:first-child {
        display: none
    }
}

.search-form {
    display: -ms-flexbox;
    display: flex
}

.menu-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-mobile {
        justify-content: flex-end
    }
}

.footer {
    margin-top: 100px;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1)
}

.search-footer {
    padding: 62px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.search-footer input {
    width: 590px;
    background-color: #FFF;
    color: #777;
    padding: 12px 12px 12px 25px;
    border-radius: 8px;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
        
}

.search-footer button {
    color: #f8f5ee;
    padding: 12px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
        
    background: linear-gradient(#5d367d, #422865), linear-gradient(101deg, #9cc884, #f5a26a);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px var(--mineshaft-800) inset;
    filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.24));
}

.footer-links {
    margin: 0;
    list-style: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 42px
}

.footer-links li {
    display: inline-block;
    margin-right: 32px;
    padding-right: 0
}

@media screen and (max-width: 767px) {
    .footer-links li {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .footer-links li::after {
        display: none
    }
}

.footer-links li::after {
    content: "•";
    color: #777;
    margin-left: 32px
}

.footer-links li:last-child::after {
    display: none;
}

.footer-links li a {
    color: #777
}

.bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 12px;
    flex-direction: column;
}
.bar a{
    margin-bottom: 10px;
}
.bar img{
    width: 80px;
}

.bar p {
    color: #777;
    font-size: 11px;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 12px
}

.bar p i {
    color: #e36a6a
}

.bar p a img {
    height: 12px;
    vertical-align: sub;
    margin-left: 5px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .search-header {
        margin-right: 20px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .search-header {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .search-header {
        display: none
    }
}

.search-header input {
    padding: 10px 300px 10px 25px;
    border: 0;
    max-width: 100%;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #222;
    border: 1px solid var(--border-color);
    color: #c5c5c5;
    margin-left: 22px;
}

@media screen and (max-width: 1440px) {
    .search-header input {
        padding: 10px 100px 10px 25px;
    }
}

@media screen and (max-width: 1280px) {
    .search-header input {
        padding: 10px 50px 10px 25px;
    }
}

.search-header button {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding: 10px 20px;
    background: #fff;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: var(--input-background);
    cursor: pointer;
    color: #c5c5c5;
}

.breadcrumbs-content li {
    display: inline-block;
    margin-right: 10px;
    font-size: .875em;
    letter-spacing: .05em
}

@media screen and (max-width: 767px) {
    .breadcrumbs-content li {
        font-size: 12px
    }
}

.breadcrumbs-content li a {
    color: #f8f5ee;
    font-weight: 100
}

.breadcrumbs-content li a:hover {
    text-decoration: underline
}

.breadcrumbs-content li i {
    margin-left: 10px
}

.slideshow-slide {
    margin-bottom: 60px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slideshow-slide {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .slideshow-slide {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .slideshow-slide {
        margin-bottom: 25px
    }
}

.slideshow-slide > p {
    color: var(--text-primary);
    font-size: 1.25em;
    margin-bottom: 30px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .slideshow-slide > p {
        font-size: 1.125em
    }
}

.slideshow-slide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.slideshow-slide ul li {
    position: relative;
    margin-bottom: 20px;
    flex-basis: calc(100% / 5 - 15px);
    margin-right: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slideshow-slide ul li {
        flex-basis: calc(100% / 4 - 15px)
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .slideshow-slide ul li {
        flex-basis: calc(100% / 3 - 15px)
    }
}

@media screen and (max-width: 767px) {
    .slideshow-slide ul li {
        flex-basis: calc(100% / 2 - 5px);
        margin-right: 5px;
    }
    .slideshow-slide ul li:nth-child(even){
        margin-right: 0;
        flex-basis: calc(100% / 2);
    }
}

.slideshow-slide ul li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: var(--card-background);
    border: 1px solid var(--card-border);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.slideshow-slide ul li a:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.slideshow-slide ul li a:hover .duration-slide {
    display: block;
}

.slideshow-slide ul li a:hover .watch-slide {
    display: block;
}

.slideshow-slide ul li a > div:first-child {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slideshow-slide ul li a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.pagination{
    flex-wrap: wrap;
}

.content-slide h3 {
    margin-bottom: 8px;
    color: var(--text-primary);
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
    .content-slide h3 {
        font-size: 14px;
    }
}


.duration-slide {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: var(--overlay-dark);
    padding: 4px 8px;
    color: var(--text-primary);
    font-size: 0.75em;
    border-radius: 4px;
    font-weight: 500;
}

.episode-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--overlay-dark);
    padding: 4px 10px;
    color: var(--text-primary);
    font-size: 0.75em;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.author-label {
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: var(--text-primary);
    font-size: 0.75em;
    font-weight: 500;
}

.watch-slide {
    display: none;
    font-size: .875em;
    color: #f8f5ee;
    position: absolute;
    bottom: 20px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    z-index: 2
}

.watch-slide i {
    margin-right: 5px
}

.content-slide {
    color: var(--text-secondary);
    text-align: left;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding: 16px;
    background: var(--card-background);
}

.content-slide img {
    width: 120px;
    margin-bottom: 10px
}

.content-slide p {
    font-size: 0.75em;
    color: var(--text-muted);
    margin: 4px 0;
    line-height: 1.4;
}

.content-slide p.views {
    font-size: 0.75em;
    color: var(--text-muted);
}

.slideshow-top {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.slideshow-top h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--text-primary);
    margin: 0;
}

.slideshow-top .ver-todos {
    color: var(--primary);
    font-size: 0.875em;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.slideshow-top .ver-todos:hover {
    opacity: 0.8;
    color: var(--primary-hover);
}

.filter_sort {
    position: relative;
}

.filter_sort span {
    font-size: 1em;
    font-weight: 400;
    opacity: .5;
    cursor: pointer;
    padding: 10px;
    display: block;
}

.filter_sort span i {
    margin-right: 10px;
}

.filter_sort span:hover,
.filter_sort span:focus {
    background: rgba(0, 0, 0, 0.2);
}

.filter_sort ul {
    background: #1c1c1c;
    position: absolute;
    right: 0;
    z-index: 1;
    display: none;
}

.filter_sort ul li a {
    color: #f8f5ee;
    padding: 10px 20px;
    display: block;
    font-size: 14px;
}

.filter_sort ul li a:hover,
.filter_sort ul li a:focus,
.filter_sort ul li a.active {
    background: rgba(255, 255, 255, 0.1);
}

.channel-register {
    padding-top: 48px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px
}

@media screen and (max-width: 767px) {
    .channel-register {
        display: block;
    }
}

.register-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .register-name {
        padding-bottom: 40px
    }
}

.register-name div:first-child img {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.register-name div:last-child h1 {
    font-size: 1.125em;
    margin-bottom: 5px;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .register-name div:last-child h1 {
        font-size: 1em
    }
}

.register-name-view {
    font-size: .85em;
    color: #808080
}

@media screen and (max-width: 767px) {
    .register-name-view {
        font-size: .6875em
    }
}

.video-title {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 25px 0;
    color: #f8f5ee;
    font-size: 1.375em
}

.video-title h1 {
    margin-bottom: 15px;
    line-height: 2rem;
}

.video-title p {
    font-size: 0.775em;
    opacity: .6;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .video-title {
        font-size: 1.125em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .video-title {
        font-size: 1.125em
    }
}

@media screen and (max-width: 767px) {
    .video-title {
        font-size: 1em;
        display: block
    }

    .video-title p {
        opacity: .7
    }
}

.register-name-descrip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.register-name-descrip div:first-child img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media screen and (max-width: 767px) {
    .register-name-descrip div:first-child img {
        width: 30px;
        height: 30px
    }
}

.register-name-descrip div:last-child p {
    font-size: .75em;
    letter-spacing: .06em;
    color: #808080
}

@media screen and (max-width: 767px) {
    .register-name-descrip div:last-child p {
        font-size: .725em
    }
}

.register-name-descrip div:last-child a {
    color: #f8f5ee;
    font-size: 1em;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .register-name-descrip div:last-child a {
        margin-right: 10px;
    }
}

.video-descrip {
    justify-content: space-between;
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .video-descrip {
        flex-wrap: wrap;
    }
}

.video-canal a:first-child {
    color: #f8f5ee;
    margin-bottom: 10px;
    display: block
}

@media screen and (max-width: 767px) {
    .video-canal a:first-child {
        font-size: .75em
    }
}

.video-minister {
    margin-top: 5px;
}

.video-minister strong {
    color: #808080;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
}

.video-minister a {
    text-decoration: underline;
    color: #f8f5ee;
    letter-spacing: 0;
    text-transform: uppercase;
}

.video-content {
    font-size: 1em;
    color: #fafafa;
    margin-top: 10px;
    font-weight: 400;
    word-break: break-word;
    white-space: pre-line;
    word-wrap: break-word;
}

button#js_expand_link {
    background: none;
    border: none;
    text-transform: uppercase;
    color: #aaaaaa;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    outline: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .video-content {
        font-size: 1em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .video-content {
        font-size: 1em
    }
}

@media screen and (max-width: 767px) {
    .video-content {
        font-size: .875em
    }
}

.video-content span {
    display: block;
    padding-bottom: 15px
}

.comment-login {
    margin: 40px 0 50px
}

.comment-login a {
    display: block;
    color: #f8f5ee;
    padding: 40px 40px;
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .comment-login a {
        font-size: .875em
    }
}

.comment-login a i {
    margin-right: 15px
}

.comment-content {
    margin-top: 25px
}

.comment-content > div:first-child {
    width: 7%
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .comment-content > div:first-child {
        width: 50%
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .comment-content > div:first-child {
        width: 40%
    }
}

@media screen and (max-width: 767px) {
    .comment-content > div:first-child {
        width: 50%
    }
}

.comment-content img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    display: block
}

@media screen and (max-width: 767px) {
    .comment-content img {
        width: 40px;
        height: 40px
    }
}

.comment-content .author {
    color: #f8f5ee;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .comment-content a {
        font-size: 1em
    }
}

.comment-content span {
    color: #808080;
    font-size: 0.875em;
    font-weight: 400;
    display: block
}

@media screen and (max-width: 767px) {
    .comment-content span {
        font-size: .625em
    }
}

.comment-content p {
    color: #D1D1D1;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 10px;
    padding-bottom: 30px
}

@media screen and (max-width: 767px) {
    .comment-content p {
        font-size: .8125em
    }
}

.comment-p {
    padding-bottom: 25px;
    margin-top: 30px;
}

.comment-more {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    color: #f8f5ee;
    font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .comment-more {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 767px) {
    .comment-more {
        font-size: .875em;
        margin-bottom: 80px
    }
}

.comment-more:hover {
    color: #f8f5ee
}

.video-social {
    display: flex
}

@media screen and (max-width: 767px) {
    .video-social {
        justify-content: space-around
    }
}

.video-social p {
    margin-right: 15px;
    align-self: center;
    font-size: .875em
}

.video-social ul li {
    display: inline-block;
    margin-right: 5px
}

.video-more {
    position: relative;
}

.video-more:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .video-more:first-child {
        margin-top: 50px;
    }
}

.video-more p {
    padding-bottom: 20px;
    padding-right: 5px
}

.video-more > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.video-more > div a {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}


.video-more > div a img {
    object-fit: cover;
    width: 100px;
    height: 70px;
    object-position: center;
    margin-right: 10px;
}

.video-more > div a div h3 {
    color: #f8f5ee;
    font-size: 14px;
}

.video-more > div a div span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.main_feature {
    min-height: 80vh;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.main_feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgba(14, 14, 18, 0.9) 0%, rgba(14, 14, 18, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(14, 14, 18, 0.9) 0%, rgba(14, 14, 18, 0) 100%);
    background: linear-gradient(135deg, rgba(14, 14, 18, 0.9) 0%, rgba(14, 14, 18, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60e0e12', endColorstr='#000e0e12', GradientType=1)
}

.header-content {
    position: relative;
    z-index: 2
}

.header-content h1 {
    color: #f8f5ee;
    text-transform: uppercase;
    max-width: 280px;
    font-size: 2.2em;
    line-height: 1.125em;
    margin: 0 0 22px
}

@media screen and (max-width: 767px) {
    .header-content h1 {
        font-size: 1.375em
    }
}

.header-content p {
    color: #f8f5ee;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .875em
}

@media screen and (max-width: 767px) {
    .header-content p {
        padding-bottom: 20px
    }
}

.header-content a {
    display: inline-block;
    font-size: .875em
}

@media screen and (max-width: 767px) {
    .header-content a {
        margin-bottom: 15px
    }
}

.links {
    margin-bottom: 32px
}

.links span {
    text-transform: uppercase;
    color: #6CAFFF
}

.overlay_bottom {
    position: absolute;
    bottom: 0;
    height: 125px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(14, 14, 18, 0) 0%, var(--card-background) 100%);
    background: -webkit-linear-gradient(top, rgba(14, 14, 18, 0) 0%, var(--card-background) 100%);
    background: linear-gradient(to bottom, rgba(14, 14, 18, 0) 0%, var(--card-background) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001f1f1f', endColorstr='var(--card-background)', GradientType=0);
    z-index: 1
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 80vh
}

.ytplayer-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 125px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(14, 14, 18, 0) 0%, rgba(14, 14, 18, 0.36) 25%, var(--card-background) 68%, var(--card-background) 100%);
    background: -webkit-linear-gradient(top, rgba(14, 14, 18, 0) 0%, rgba(14, 14, 18, 0.36) 25%, var(--card-background) 68%, var(--card-background) 100%);
    background: linear-gradient(to bottom, rgba(14, 14, 18, 0) 0%, rgba(14, 14, 18, 0.36) 25%, var(--card-background) 68%, var(--card-background) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000e0e12', endColorstr='var(--card-background)', GradientType=0);
    z-index: 2
}

.ytplayer-container iframe {
    height: 80vh !important
}

@media (max-width: 768px) {
    .ytplayer-container {
        display: none;
    }
}

.btn-outline {
    border: 1px solid #fff;
    color: #f8f5ee;
    width: 240px
}

.btn-outline:hover {
    background-color: #fff;
    color: #000;
    opacity: inherit
}

.btn-now {
    background-color: var(--button-primary);
    color: var(--button-text);
    border: 1px solid var(--button-primary);
    width: 240px
}

.btn-now:hover {
    background-color: var(--button-primary-hover);
    border: 1px solid var(--button-primary-hover);
    color: var(--button-text);
    opacity: 1;
}

.swiper-container {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 767px) {
    .swiper-container {
        padding-top: 0
    }
}

.swiper-wrapper {
    padding: 20px 0
}

.in-slideshow-slide {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
    -webkit-transition: 450ms all;
    transition: 450ms all;
    overflow: hidden;
    background: var(--card-background);
    border: 1px solid var(--card-border);
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.in-slideshow-slide > div:first-child {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.item-channel {
    border-radius: 50%;
}
.swiper-wrapper:hover .in-slideshow-slide {
    opacity: .8;
}

.swiper-wrapper:hover .in-slideshow-slide:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 1;
    z-index: 11;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.swiper-wrapper:hover .in-slideshow-slide:hover .content-slide {
    color: var(--text-primary);
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    position: relative;
    bottom: auto;
}


@media (max-width: 468px) {
    .slide-channel:hover .swiper-pagination {
        display: none;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 200px;
        text-align: center;
    }
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    bottom: auto;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: var(--text-primary);
    opacity: 0.3;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 32px;
    background: var(--text-primary);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.in-slideshow-slide:hover .duration-slide {
    display: block
}

.in-slideshow-slide:hover .watch-slide {
    display: block
}

.in-slideshow-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mission {
    padding: 42px 0;
    color: #f8f5ee;
    margin-bottom: 42px
}

.mission h2 {
    max-width: 390px;
    font-weight: 400;
    font-size: 1.125em;
    text-transform: uppercase;
    margin: 0 0 22px
}

.mission p {
    font-size: 1em;
    max-width: 390px;
    margin-top: 0;
    margin-bottom: 1rem
}

.channel-feature {
    margin-top: 80px
}

.channel-feature .img-wrap {
    max-width: 190px;
    margin: 0 auto 22px
}

.channel-feature p {
    color: #aaaaaa;
    text-align: center;
    font-size: .875em;
    width: 920px;
    margin: 0 auto;
    padding: 0 12px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .channel-feature p {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .channel-feature p {
        width: 100%
    }
}

.search-header-mobile input {
    padding: 10px 25px;
    border: 0;
    max-width: 100%;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: transparent;
    border: 1px solid var(--border-color);
    color: #c5c5c5;
}

.search-header-mobile button {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding: 10px 20px;
    background: #fff;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: var(--input-background);
    cursor: pointer;
    color: #c5c5c5;
}

.slide-channel {
    padding: 10px 0;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .page-mobile {
        justify-content: space-between;
        margin-right: -15px
    }
}

.style-title {
    font-size: 1.75em;
    font-weight: bold;
    color: var(--text-primary);
    margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .style-title {
        font-size: 1.5em
    }
}

@media screen and (max-width: 767px) {
    .style-title {
        font-size: 1.25em
    }
}

.play-title {
    -ms-flex-align: center;
    align-items: center;
    color: #f8f5ee;
}

.play-title:hover,
.play-title:focus {
    color: #f8f5ee;
    opacity: .8;
}

@media screen and (max-width: 767px) {
    .play-title {
        margin-bottom: 15px
    }
}

.play-title img {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media screen and (max-width: 767px) {
    .play-title img {
        width: 30px;
        height: 30px
    }
}

.online-title {
    display: flex
}

@media screen and (max-width: 767px) {
    .online-title {
        margin-bottom: 15px
    }
}


.feature-perfil {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .feature-perfil {
        display: block;
        text-align: center
    }
}

.feature-perfil img {
    width: 220px;
    height: 250px;
    object-position: center;
    object-fit: cover
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .feature-perfil img {
        width: 200px
    }
}

@media screen and (max-width: 767px) {
    .feature-perfil img {
        width: 200px;
        margin-bottom: 20px
    }
}

.feature-perfil h1 {
    font-size: 1.375em;
    letter-spacing: .01em;
    color: #f8f5ee;
    padding-bottom: 15px
}

.feature-perfil > div:last-child {
    margin-left: 30px
}

@media screen and (max-width: 767px) {
    .feature-perfil > div:last-child {
        margin-left: 0
    }
}

.feature-perfil > div:last-child > p {
    font-size: .9375em;
    color: #808080
}

.feature-perfil-local {
    display: -ms-flexbox;
    display: flex;
    font-size: .875em;
    color: #808080;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .feature-perfil-local {
        justify-content: space-around
    }
}

.feature-perfil-local p:first-child {
    margin-right: 30px
}

.feature-perfil-social {
    margin-bottom: 30px
}

.feature-perfil-social ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 1.1em
}

.feature-perfil-social ul li a {
    color: #808080
}

.btn-more {
    background-color: var(--button-primary);
    color: var(--button-text);
    margin: 20px auto 0;
    display: table;
    width: 260px;
    font-size: 1em
}

.btn-more:hover {
    color: #f8f5ee
}

.search_result {
    position: relative;
    margin-bottom: 50px;
}

.search_header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.search_channel {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.search_channel:hover,
.search_channel:focus {
    background: rgba(0, 0, 0, 0.2);
}

.search_channel img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}

.search_channel h3 {
    color: #f8f5ee;
}

.search_header h2 {
    font-weight: 500;
}

.filter {
    justify-content: space-between;
    margin-bottom: 40px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .filter {
        display: block
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .filter {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .filter {
        display: block
    }
}

.filter div:first-child h1 {
    color: #f8f5ee;
    font-size: 1.25em
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .filter div:first-child h1 {
        padding-bottom: 20px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .filter div:first-child h1 {
        padding-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .filter div:first-child h1 {
        padding-bottom: 20px
    }
}

.filter-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .filter-content {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .filter-content {
        margin-right: 0;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .filter-content {
        margin-right: 0;
        display: block
    }
}

.filter-content span {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    color: #f8f5ee;
}

@media screen and (max-width: 767px) {
    .filter-content span {
        display: block
    }
}

.filter-content input {
    height: 40px;
    border: 0;
    outline: 0;
    font-size: .875em;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    width: 100%;
    color: #f8f5ee;
    margin-bottom: 10px;
}

.filter-content select {
    outline: 0;
    color: #aaaaaa;
    background-color: transparent;
    border: 0;
    font-size: .875em;
    width: 100%;
    height: 40px;
    padding: 0 5px;
    background-color: rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .filter-content select {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .filter-content select {
        margin-right: 0
    }
}

.filter-content select option {
    color: #f8f5ee;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
    height: 40px
}

.filter-content button {
    height: 38px;
    font-size: 1em;
    background-color: var(--button-primary);
    color: #f8f5ee;
    cursor: pointer;
    width: 100%
}

.filter-content button:hover {
    opacity: .7
}

.filter-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.filter-select .legend {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.filter-select .legend label {
    color: #f8f5ee;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.filter-select .legend select {
    flex-basis: 100%;
    margin-bottom: 10px;
}

.mission-tribute {
    display: block;
    margin-bottom: 15px
}

.mission-tribute img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 160px
}

.mission-tribute h3 {
    font-size: 1.125em;
    color: #f8f5ee;
    letter-spacing: .05em;
    padding-bottom: 10px
}

@media screen and (max-width: 767px) {
    .mission-tribute h3 {
        font-size: 1em
    }
}

.mission-tribute p {
    font-size: .875em;
    color: #808080;
    line-height: 1.375em;
    padding-bottom: 20px
}

@media screen and (max-width: 767px) {
    .mission-tribute p {
        font-size: .75em;
        text-align: justify
    }
}

.mission-tribute button {
    width: 100%;
    background-color: var(--button-primary);
    color: #f8f5ee;
    height: 50px
}

@media screen and (max-width: 767px) {
    .mission-tribute button {
        font-size: .875em
    }
}

.mission-tribute button:hover {
    opacity: .6
}

.mission-tribute > div {
    margin-top: -6px;
    padding: 20px 10px;
}

.mission-title h1 {
    font-size: 1.375em;
    color: #f8f5ee;
    padding-bottom: 20px;
    letter-spacing: .05em
}

.mission-title p {
    padding-bottom: 30px;
    color: #808080;
    font-size: 1em
}

.page-mission {
    background-color: transparent;
    border: 0;
    color: #808080;
    margin-right: 35px
}

@media screen and (max-width: 767px) {
    .page-mission {
        margin-right: 15px
    }
}

.page-item span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: transparent;
    border: 0;
    color: #f8f5ee;
    margin-right: 35px;
}

.slide-mission {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.slide-mission article {
    position: relative;
    min-height: 367px;
    margin-bottom: 20px;
    flex-basis: calc(100% / 5 - 15px);
    margin-right: 15px;
    border-bottom: 2px solid rgba(22, 22, 27, 0.8);
    border-left: 2px solid rgba(22, 22, 27, 0.8);
    border-right: 2px solid rgba(22, 22, 27, 0.8);
}

.slide-mission article:last-child {
    margin-right: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slide-mission article {
        flex-basis: calc(100% / 4 - 15px)
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .slide-mission article {
        flex-basis: calc(100% / 3 - 15px)
    }
}

@media screen and (max-width: 767px) {
    .slide-mission article {
        flex-basis: 100%
    }
}

.mission-content{
    max-width: 800px;
    margin: 0 auto;
}

.mission-feature h1 {
    font-size: 1.875em;
    font-weight: bold;
    padding-bottom: 30px;
    color: #f8f5ee;
    line-height: 2em;
}

.mission-feature span {
    color: #f8f5ee;
    font-size: 1em;
    padding-bottom: 20px;
    display: block
}

.mission-feature span i {
    margin-right: 10px
}

.mission-feature h3 {
    font-size: 1.5em;
    color: #fafafa;
    font-weight: bold;
    padding-bottom: 10px;
}

.mission-feature p {
    font-size: 1em;
    color: #aaaaaa;
    padding-bottom: 25px
}

.mission-donate {
    margin-top: 10px;
}

.mission-donate h2 {
    font-size: 1.125em;
    margin-bottom: 20px;
    font-weight: bold;
}

.mission-donate p,
.mission-donate li {
    margin-bottom: 10px;
    color: #aaaaaa;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-feature p {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .mission-feature p {
        font-size: .875em;
        text-align: justify
    }
}

.mission-feature-donation {
    min-height: 500px
}

@media screen and (max-width: 767px) {
    .mission-feature-donation {
        margin-top: 40px
    }
}

.mission-feature-donation > p {
    color: #f8f5ee;
    padding-bottom: 30px;
    letter-spacing: .05em;
    font-weight: 500;
    padding-left: 20px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-feature-donation > p {
        font-size: .875em
    }
}

.mission-feature-donation > span {
    text-align: center;
    font-size: .875em;
    color: #f8f5ee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px
}

.mission-feature-donation > span::before,
.mission-feature-donation > span:after {
    content: "";
    width: 40%;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    opacity: .8
}

.mission-feature-donation > ul > li {
    font-size: 1em;
    padding: 15px 15px 15px 20px;
    letter-spacing: .06em;
    font-weight: 400
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-feature-donation > ul > li {
        font-size: .75em
    }
}

@media screen and (max-width: 767px) {
    .mission-feature-donation > ul > li {
        font-size: .75em
    }
}

.mission-feature-donation > ul > li:nth-child(2n) {
    background: rgba(0, 0, 0, 0.1)
}

.mission-feature-donation .mission_creditcard {
    padding-left: 20px
}

@media screen and (max-width: 767px) {
    .mission-feature-donation .mission_creditcard {
        padding-left: 0
    }
}

.mission-feature-donation .mission_creditcard p {
    font-size: 1em;
    color: #f8f5ee;
    letter-spacing: .05em;
    padding-bottom: 15px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-feature-donation .mission_creditcard p {
        font-size: .75em
    }
}

@media screen and (max-width: 767px) {
    .mission-feature-donation .mission_creditcard p {
        font-size: .75em
    }
}

.mission-feature-donation .mission_creditcard a {
    display: block;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
    background-color: var(--button-primary);
    color: #f8f5ee
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-feature-donation .mission_creditcard a {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .mission-feature-donation .mission_creditcard a {
        font-size: .875em
    }
}

.mission-feature-donation .mission_donate {
    padding-left: 20px
}

.mission-feature-donation .mission_donate h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mission-feature-donation .mission_donate form {
    margin-bottom: 50px;
}

.mission-feature-donation .mission_donate form label {
    display: block;
    margin: 10px 0;
    color: #aaaaaa;
    font-size: 14px;
}

.mission-feature-donation .mission_donate form input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    height: 50px;
    padding-left: 20px;
    color: #f8f5ee;
    border: 0;
    display: block;
    line-height: 50px;
    margin-bottom: 10px;
}

.mission-feature-donation .mission_donate form small {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #aaaaaa;
}

.mission-feature-donation .mission_donate form button {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (max-width: 767px) {
    .mission-feature-donation .mission_donate {
        padding-left: 0
    }
}

.mission-feature-donation .mission_share {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    margin-left: 20px
}

@media screen and (max-width: 767px) {
    .mission-feature-donation .mission_share {
        margin-left: 0
    }
}

.mission-feature-donation .mission_share p {
    font-size: .875em;
    font-weight: 200;
    letter-spacing: .06em;
    padding-bottom: 20px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-feature-donation .mission_share p {
        font-size: .625em
    }
}

@media screen and (max-width: 767px) {
    .mission-feature-donation .mission_share p {
        font-size: .875em
    }
}

.mission-feature-donation .mission_share ul li {
    display: inline-block;
    padding-right: 10px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-feature-donation .mission_share ul li {
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-feature-donation .mission_share ul li {
        padding-right: 15px
    }
}

.icon-face {
    background-color: #3B5998;
    color: #f8f5ee;
    padding: 5px 14px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.icon-face:hover {
    color: #f8f5ee
}

.icon-twitter {
    background-color: #1DA1F2;
    color: #f8f5ee;
    padding: 5px 9px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.icon-twitter:hover {
    color: #f8f5ee
}

.icon-pinterest {
    background-color: #BD081C;
    color: #f8f5ee;
    padding: 5px 10px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.icon-pinterest:hover {
    color: #f8f5ee
}

.icon-whats {
    background-color: #25D366;
    color: #f8f5ee;
    padding: 5px 10px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.icon-whats:hover {
    color: #f8f5ee
}

login-links {
    display: none
}

#cadastro,
#login {
    position: absolute;
    width: 500px;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}

@media screen and (max-width: 767px) {
    #cadastro,
    #login {
        width: 100%
    }
}

#paracadastro:target ~ .login-container #cadastro,
#paralogin:target ~ .login-container #login {
    z-index: 3;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

#paracadastro:target ~ .login-container #login,
#paralogin:target ~ .login-container #cadastro {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.login-container {
    width: 500px;
    margin: 0 auto;
    position: relative;
    height: 1000px
}

@media screen and (max-width: 767px) {
    .login-container {
        width: 100%;
        padding: 0 15px
    }
}

.login-title {
    font-size: 1.875em;
    letter-spacing: .05em;
    color: var(--text-primary);
    padding-bottom: 30px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .login-title {
        font-size: 1.25em;
        text-align: center
    }
}

.login-p {
    font-size: 1em;
    color: var(--text-muted);
    font-weight: 400;
    padding-bottom: 40px
}

@media screen and (max-width: 767px) {
    .login-p {
        font-size: .875em;
        text-align: center
    }
}

.login-form label {
    font-size: 1em;
    color: var(--primary);
    padding-bottom: 8px;
    display: block
}

.login-form input {
    height: 50px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 30px;
    background-color: var(--input-background);
    color: var(--input-text);
    border-radius:8px;
    border: 1px solid var(--input-border);
}
.login-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: var(--input-placeholder);
  opacity: 1; /* Firefox */
}

.login-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px
}

@media screen and (max-width: 767px) {
    .login-box {
        display: block
    }
}

.login-box a {
    font-size: 1em;
    color: var(--text-primary);
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .login-box a {
        margin-bottom: 15px;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .login-box p {
        margin-bottom: 30px
    }
}

.login-box p input {
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1)
}

.login-box p label {
    padding-left: 10px;
    vertical-align: top;
    align-self: center;
    font-size: .875em;
    color: var(--text-muted)
}

.btn_blue {
    width: 100%;
    border: 0;
    font-size: 1em;
    color: var(--button-text);
    background-color: var(--button-primary);
    cursor: pointer;
    opacity: 1;
    text-transform: uppercase;
}

.btn_blue:hover {
    opacity: .7
}

.login-register {
    text-align: center;
    color: var(--text-muted);
    margin-top: 45px;
}

@media screen and (max-width: 767px) {
    .login-register {
        font-size: .875em
    }
}

.login-register a {
    color: var(--text-primary);
    letter-spacing: .05em;
    font-size: 1em
}

@media screen and (max-width: 767px) {
    .login-register a {
        margin-left: 10px
    }
}

.container-form {
    width: 100%;
    position: relative
}

.icon-table li {
    display: inline-block;
    margin-right: 25px
}

.icon-table li i {
    color: var(--text-primary);
    opacity: .7
}

.title-table tr th {
    font-size: .875em;
    padding-bottom: 10px;
    color: var(--text-muted)
}

table.dataTable tbody tr {
    background-color: transparent !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: var(--background-secondary) !important;
}

.table-content tr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.1) !important;
}

.table-content tr {
    line-height: 40px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 19px !important;
}

.register-upload {
    margin-top: 140px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload {
        margin-top: 100px
    }
}

@media screen and (max-width: 767px) {
    .register-upload {
        margin-top: 100px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload div:nth-child(1) {
        margin-bottom: 10px
    }
}

.register-upload .user_info {
    display: flex;
}

.register-upload .user_info .user_info_thumb {
    margin-right: 10px;
    width: 70px;
}

.register-upload div:nth-child(1) p {
    font-size: 1em;
    color: #f8f5ee;
    padding-bottom: 10px;
    font-weight: 400;
    opacity: .8
}

.register-upload div:nth-child(1) h1 {
    display: block;
    font-size: 1.25em;
    padding-bottom: 20px;
    width: 100%;
    line-height: 1.6em;
    padding-right: 5px;
}

.register-upload div:nth-child(3) {
    padding-top: 40px;
    padding-bottom: 20px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload div:nth-child(3) {
        border-bottom: 3px solid rgba(22, 22, 27, 0.8)
    }
}

@media screen and (max-width: 767px) {
    .register-upload div:nth-child(3) {
        border-bottom: 3px solid rgba(22, 22, 27, 0.8)
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload div:nth-child(3) ul {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }
}

.register-upload div:nth-child(3) ul li a {
    font-weight: 400;
    color: #f8f5ee;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
}

@media screen and (max-width: 767px) {
    .register-upload div:nth-child(3) ul {
        text-align: center;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .register-upload div:nth-child(3) ul::-webkit-scrollbar {
        display: none;
    }

    .register-upload div:nth-child(3) ul li {
        display: inline-block;
    }

    .register-upload div:nth-child(3) ul li a {
        padding: 10px 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload div:nth-child(3) ul li a {
        font-size: .875em
    }
}

.register-upload div:nth-child(3) ul li a i {
    margin-right: 10px
}

.register-upload-title,
.cont_section {
    padding-top: 140px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-title,
    .cont_section {
        padding-top: 10px
    }
}

@media screen and (max-width: 767px) {
    .register-upload-title,
    .cont_section {
        padding-top: 0px
    }
}

.register-upload-title h2 {
    font-size: 1.625em;
    padding-bottom: 25px;
    color: #f8f5ee;
    display: block;
    line-height: 1.6em;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-title h2 {
        font-size: 1.375em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-title h2 {
        font-size: 1.375em
    }
}

.register-upload-title p {
    color: #808080;
    font-size: 1em;
    padding-bottom: 45px;
    display: block;
}

.register-upload-title a {
    display: block;
    margin-bottom: 40px;
}

.register-upload-select {
    display: flex;
    padding-bottom: 40px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .register-upload-select {
        display: block
    }
}

.register-upload-select p {
    font-size: 1em;
    color: #f8f5ee;
    letter-spacing: .06em;
    padding-right: 50px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .register-upload-select p {
        font-size: .875em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-select p {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-select p {
        font-size: .875em;
        padding-bottom: 15px
    }
}

.register-upload-select input {
    margin-right: 15px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .register-upload-select input {
        margin-right: 5px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-select input {
        margin-right: 5px
    }
}

@media screen and (max-width: 767px) {
    .register-upload-select input {
        margin-right: 5px;
        margin-bottom: 10px
    }
}

.register-upload-select label {
    font-size: 1em;
    color: #aaaaaa;
    padding-right: 50px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .register-upload-select label {
        font-size: .875em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-select label {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-select label {
        font-size: .875em;
        margin-bottom: 10px
    }
}

.register-upload-select > a {
    color: #f8f5ee;
    text-decoration: underline;
    float: right
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .register-upload-select > a {
        font-size: .875em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-select > a {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-select > a {
        font-size: .875em;
        float: none
    }
}

.select-feature {
    justify-content: space-between
}

.select-feature > div {
    margin-left: -90px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 767px) {
    .select-feature > div {
        margin-left: 0
    }
}

.register-upload-form div label {
    font-size: 1em;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-form div label {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-form div label {
        font-size: .875em
    }
}

.register-upload-form div input {
    width: 100%;
    background-color: var(--input-background);
    height: 50px;
    padding-left: 20px;
    margin-bottom: 40px;
    color: var(--input-text);
    border: 1px solid var(--input-border);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-form div input {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-form div input {
        font-size: .875em
    }
}

.register-upload-form div select {
    width: 100%;
    background-color: var(--input-background);
    height: 50px;
    padding-left: 20px;
    margin-bottom: 40px;
    color: var(--input-text);
    border: 1px solid var(--input-border)
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-form div select {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-form div select {
        font-size: .875em
    }
}

.register-upload-form button {
    width: 200px;
    background-color: var(--button-primary);
    padding-right: 20px;
    cursor: pointer;
    color: var(--button-text);
}

@media screen and (max-width: 767px) {
    .register-upload-form button {
        width: 100%
    }
}

.register-upload-form button {
    opacity: .7
}

.register-upload-form button:hover,
.register-upload-form button:focus {
    opacity: 1;
}

.register-upload-playlist {
    display: flex;
    justify-content: space-between
}

.register-upload-playlist label {
    padding-bottom: 15px;
}

.register-upload-playlist span {
    text-align: end
}

.register-upload-playlist a {
    color: #f8f5ee;
    text-decoration: underline
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-playlist a {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-playlist a {
        font-size: .875em
    }
}

.register-upload-text textarea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 10px 20px;
    height: 120px;
    margin-bottom: 40px;
    color: #f8f5ee;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-text textarea {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-text textarea {
        font-size: .875em
    }
}

.register-upload-textarea-desc textarea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 10px 20px;
    height: 240px;
    margin-bottom: 40px;
    color: #f8f5ee;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .register-upload-textarea-desc textarea {
        font-size: .875em
    }
}

@media screen and (max-width: 767px) {
    .register-upload-textarea-desc textarea {
        font-size: .875em
    }
}

.register-upload-obs {
    color: #808080;
    padding-left: 15px;
    padding-bottom: 40px;
    font-size: 1em
}

@media screen and (max-width: 767px) {
    .register-upload-obs {
        font-size: .875em
    }
}

.upload-video a {
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    height: 150px;
    text-align: center;
    align-items: center;
    display: flex;
    margin-bottom: 40px;
    border: 1px dashed #6CAFFF
}

.upload-video div {
    margin: 0 auto;
    color: #808080
}

.upload-imagem i {
    position: absolute;
    height: 50px;
    align-items: center;
    display: flex;
    margin-left: 20px;
    color: #808080;
    left: 15px;
}

.upload-imagem input {
    width: 100%;
    background-color: var(--input-background);
    height: 50px;
    padding-left: 50px !important;
    margin-bottom: 40px;
    color: var(--input-text);
    border: 1px solid var(--input-border);
}

.online-form > div > label {
    font-size: 1em;
    padding-bottom: 15px;
    width: 100%
}

.online-form > div > input {
    width: 100%;
    background-color: var(--input-background);
    height: 50px;
    padding-left: 20px;
    margin-bottom: 40px;
    color: var(--input-text);
    border: 1px solid var(--input-border);
}

.online-form > div:nth-last-child(1) input {
    width: 240px;
    background-color: var(--button-primary);
    padding-right: 20px;
    cursor: pointer;
    font-size: 1.125em
}

@media screen and (max-width: 767px) {
    .online-form > div:nth-last-child(1) input {
        width: 100%
    }
}

.online-form > div:nth-last-child(1) input:hover {
    opacity: .7
}

.edit-dados label {
   font-size: 1em;
    color: var(--primary);
    padding-bottom: 8px;
    display: block
}

.edit-dados input,
.edit-dados select,
.edit-dados .input {
    height: 50px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 30px;
    background-color: var(--input-background);
    color: var(--input-text);
    border-radius: 8px;
    border: 1px solid var(--input-border);
}

.edit-dados .legend {
    display: block;
    padding-bottom: 20px;
    padding-left: 15px;
    font-size: 1.375em;
    width: 100%
}

@media screen and (max-width: 767px) {
    .edit-dados > span {
        margin-top: 30px
    }
}

.edit-button button {
    width: 320px;
    background-color: var(--button-primary);
    font-size: 1.125em;
    font-weight: 400;
    cursor: pointer
}

#account_user_avatar,
#channel_user_avatar,
#video_cover_c {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .edit-button input {
        width: 100%
    }
}

.edit-button input:hover {
    opacity: .7
}

.mission-donation {
    margin-top: 140px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-donation {
        margin-top: 100px
    }
}

@media screen and (max-width: 767px) {
    .mission-donation {
        margin-top: 100px
    }
}

.mission-donation-content {
    position: relative;
    z-index: 2;
    height: 480px;
    padding: 80px 20px 0;
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .mission-donation-content {
        padding: 40px 20px 0
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-donation-content {
        height: 420px
    }
}

@media screen and (max-width: 768px) {
    .mission-donation-content {
        height: 420px;
        margin-top: 50px;
    }
}

.mission-donation-content::before {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-donation-content::before {
        height: 420px
    }
}

@media screen and (max-width: 767px) {
    .mission-donation-content::before {
        height: 420px
    }
}

.mission-donation-content h3 {
    font-size: 1.375em;
    padding-bottom: 20px;
    color: #f8f5ee
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-donation-content h3 {
        padding-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .mission-donation-content h3 {
        padding-bottom: 40px
    }
}

.mission-donation-content p {
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 50px;
    color: #f8f5ee
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .mission-donation-content p {
        font-size: .875em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-donation-content p {
        padding-bottom: 80px
    }
}

.mission-donation-content a {
    background-color: var(--button-primary);
    color: #f8f5ee;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .mission-donation-content a {
        width: 100%;
        font-size: .75em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mission-donation-content a {
        width: 350px
    }
}

.slideshow-slide-user ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.slideshow-slide-user ul li {
    position: relative;
    margin-bottom: 20px;
    flex-basis: calc(100% / 4 - 10px)
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slideshow-slide-user ul li {
        flex-basis: calc(100% / 3 - 10px)
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .slideshow-slide-user ul li {
        flex-basis: calc(100% / 3 - 10px)
    }
}

@media screen and (max-width: 767px) {
    .slideshow-slide-user ul li {
        flex-basis: calc(100% / 2 - 5px)
    }
}

.slideshow-slide-user ul li a {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    margin-bottom: 20px;
}

.slideshow-slide-user ul li a:hover .duration-slide {
    display: block
}

.slideshow-slide-user ul li a:hover .watch-slide-user {
    display: block
}

.slideshow-slide-user ul li a:hover .content-slide-user p {
    margin-bottom: 40px
}

.slideshow-slide-user ul li a img {
    object-fit: cover
}

.watch-slide-user {
    display: none;
    font-size: 0.875em;
    color: #f8f5ee;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10px;
    font-weight: 400;
    z-index: 2
}

.content-slide-user {
    position: absolute;
    bottom: 0;
    color: #f8f5ee;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: linear-gradient(0deg, #000 0, transparent)
}

.content-slide-user img {
    width: 120px;
    margin-bottom: 10px
}

.content-slide-user p {
    margin-bottom: 10px;
    font-size: .75em
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .content-slide-user p {
        font-size: .625em
    }
}

.height-yt {
    height: 1240px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .height-yt {
        height: 240px
    }
}

@media screen and (max-width: 767px) {
    .height-yt {
        height: 440px
    }
}

.height-upload {
    height: 1420px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .height-upload {
        height: 240px
    }
}

@media screen and (max-width: 767px) {
    .height-upload {
        height: 440px
    }
}

.height-tr {
    height: 550px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .height-tr {
        height: 240px
    }
}

@media screen and (max-width: 767px) {
    .height-tr {
        height: 440px
    }
}

.height-edit {
    height: 680px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .height-edit {
        height: 240px
    }
}

@media screen and (max-width: 767px) {
    .height-edit {
        height: 420px
    }
}

.height-user {
    height: 680px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .height-user {
        height: 240px
    }
}

@media screen and (max-width: 767px) {
    .height-user {
        height: auto
    }
}

.today-video {
    display: block;
    padding-bottom: 15px
}

.height-user-mission {
    height: 1200px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .height-user-mission {
        height: 1200px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .height-user-mission {
        height: 240px
    }
}

@media screen and (max-width: 767px) {
    .height-user-mission {
        height: 380px
    }
}

.swiper-box-next {
    width: 60px;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
    pointer-events: none;
}

.swiper-box-next .swiper-button-next {
    pointer-events: all;
    position: relative;
    margin: 0;
}

.swiper-box-prev {
    width: 60px;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 8px;
    pointer-events: none;
}

.swiper-box-prev .swiper-button-prev {
    pointer-events: all;
    position: relative;
    margin: 0;
}

.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    background: var(--background);
    border: 1px solid var(--primary);
    color: var(--primary);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--primary);
    color: var(--text-primary);
    border-color: var(--primary);
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next i, .swiper-button-prev i {
    color: inherit;
}

@media screen and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}
.contact_content{
    max-width: 600px;
    margin: 0 auto;
}

.contact_feature h1 {
    font-size: 1.875em;
    font-weight: bold;
    padding-bottom: 30px;
    color: #f8f5ee;
    line-height: 2em;
}

.contact_feature p {
    font-size: 1em;
    color: #aaaaaa;
    padding-bottom: 25px
}
.contact_form .legend {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contact_form .legend label {
    color: #f8f5ee;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.contact_form input,
.contact_form select{
    outline: 0;
    color: #aaaaaa;
    background-color: transparent;
    border: 0;
    font-size: .875em;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.1);
    flex-basis: 100%;
    margin-bottom: 10px;
}
.contact_form textarea{
    outline: 0;
    color: #aaaaaa;
    background-color: transparent;
    border: 0;
    font-size: .875em;
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    flex-basis: 100%;
    margin-bottom: 10px;
}
.contact_form button{
    height: 38px;
    font-size: 1em;
    background-color: var(--button-primary);
    color: #f8f5ee;
    cursor: pointer;
    width: 100%;
}
.channel_select{
    display: flex;
    align-items: center;
    padding: 20px;
}
.channel_select:hover,
.channel_select:focus{
    background: rgba(0, 0, 0, 0.3);
}
.channel_select h2{
    color: #f8f5ee;
    font-size: 16px;
    font-weight: normal;
}
.channel_select img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    width:50px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
    background-color: #ff0000;
}


.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #f8f5ee;
  color: rgba(248, 245, 238, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}






.container-enq ul {
  list-style-type: none;
}

.container-enq li:not(.per0){
  display: inline-block;
    vertical-align: top;
  width:33%;
}

.container-enq input[type="radio"][id^="myEnqRadio"] {
  display: none;
}

.container-enq label {
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.container-enq label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.container-enq label img {
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  margin-top: 5px; 
}

.container-enq :checked + label {
  border-color: #ddd;
}

.container-enq :checked + label div.row{
  border-color: #ddd;
  background-color: #4f4f4f;
}

.container-enq :checked + label:before {
  content: "✓";
  background-color: #00CB5C;
  transform: scale(1);
  margin-left:-15px;
  margin-top:15px;
}

.container-enq label:before {
  content: "";
  background-color: #ccc;
  transform: scale(1);
  margin-left:-15px;
  margin-top:15px;
}

.container-enq :checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

@media (max-width: 1000px) {
    
    .container-enq li {
      display: inline-block;
        vertical-align: top;
      width:50%;
    }

}
