:root {
    --bs-nav-link-padding-x: 0.5rem;
    --cor-rosa:#ff46c4;
    --cor-amarelo:#f5c634;
    --cor-azul-claro:#2aa5cd;
    --cor-rosa-hover: #8c2465;
    --cor-amarelo-hover: #91721f;
    --cor-azul-claro-hover: #1b5d78;
}

body,
html {
    position: relative;
    min-height: 100vh;
}

body {
    font-family: 'Avenir Next LT Pro', sans-serif;
    display: flex;
    flex-direction: column;
    background-color: black;
    color: white;
    background: url("/media/templates/site/minimalista/images/fundo.jpg") no-repeat center center fixed;
    background-size: cover;
}

.view-categorias .main {
    /*background: url("/images/fundo_transp_formas.png") no-repeat center center fixed;*/
    /*background-size: cover;*/
}

a {
    text-decoration: none;
}

.component a {
    color: var(--cor-azul-claro);
}
.component a:hover {
    color: var(--cor-azul-claro-hover);
}

.header .nav-link:hover,
.header .nav-link:focus {
    color: #fff;
}
.btn-secondary {
    background-color: #0172c3;
    border-color: #0172c3;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #015b9f;
    border-color: #015b9f;
    color: #fff;
}

.page-header h1{
    font-family: 'Beni', sans-serif;
    font-size: 10rem;
    font-weight: bold;
    color: var(--cor-rosa);
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-right: 160px;
    line-height: 130px;
    margin-bottom: 40px
}
.page-header h1::after{
   content: "";
   display: block;
    width: 200px;
    height: 176px;
    position: absolute;
    right: 0;
    top:0;
    z-index: 2;
    background: url("/images/headers/capivara_transp.png") no-repeat center center / contain;
}


.alias-vencedores-2024 .page-header h1, .parent-vencedores-2024 .page-header h1{
    color: var(--cor-amarelo);
}

.alias-regulamento .page-header h1 {
  color: var(--cor-azul-claro);
}
.alias-regulamento .component a {
    color: var(--cor-azul-claro);
}
.alias-regulamento .component a:hover {
    color: var(--cor-azul-claro-hover);
}

.alias-minhas-inscricoes .component a {
    color: var(--cor-rosa);
}

.alias-votacao .page-header h1 {
    color: var(--cor-amarelo);
}

.alias-votacao .component a {
    color: var(--cor-amarelo);
}
.alias-votacao .component a:hover {
    color: var(--cor-amarelo-hover);
}

.alias-categorias .page-header h1 {
    padding-right: 460px;
}

.alias-categorias .page-header h1::after{
    width: 510px;
    height: 176px;
    background: url("/images/headers/capivara_categoria_transp.png") no-repeat center center / contain;
}

.view-shortlist .arquivos a {
    color: var(--cor-rosa);
}
.view-shortlist .arquivos a:hover {
    color: var(--cor-rosa-hover);
}

.mpluscodelatin {
    font-family: 'M PLUS Code Latin' !important;
}

.float-start.item-image {
    margin: 0 1rem 1rem 0;
}

.float-end.item-image {
    margin: 0 0 1rem 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

.nav-link {
    cursor: pointer;
}


/* Style the back-to-top button */

.back-to-top-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    transition: background-color 0.3s, transform 0.3s;
    line-height: 50px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.back-to-top-link i {
    line-height: 50px;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.back-to-top-link {
    background-color: #000;
}


/* Show the button when the user scrolls down 300px */


/* Change button background color on hover */

.back-to-top-link:hover {
    background-color: #0056b3;
}


/* Button animation on hover */

.back-to-top-link:hover {
    transform: scale(1.1);
}

.navbar-nav {
    flex-direction: row;
    justify-content: space-between;
}

.header .nav-item {
    padding: 10px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.header .nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    text-decoration: none;
    --bs-nav-link-padding-x: 0.5rem;
}

.header .nav-link::after {
    content: '';
    position: absolute;
    left: var(--bs-nav-link-padding-x);
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    /*Changethistoyourdesiredcolor*/
    transition: width 0.3s ease-in-out;
    /*-webkit-transition: ;*/
    /*-moz-transition: ;*/
    /*-ms-transition: ;*/
    /*-o-transition: ;*/
}

.header .nav-link:hover::after {
    width: calc(100% - (var(--bs-nav-link-padding-x) * 2));
}

.navbar-toggler {
    margin: 0 auto;
}

.header .nav-link {
    color: #ffffff;
}


/* Formulario de inscrição */

#form-inscricao {
    margin-top: 40px;
}

.view-inscricaoform {
    background-color: rgba(223, 218, 218, 0.301);
}

.choices__list button {
    display: none;
}

.control-group {
    margin: 25px 25px 25px 0;
}

.choices__inner,
.controls {
    margin-top: 10px;
}

.view-shortlist .card {
    /*font-family: 'Sequel100Black-95', sans-serif;*/
    background-color: #4B4B4B;
}

.view-shortlist .card p {
    color: #ffffff;
}

.view-shortlist .card-body h5 {
    color: #FF46C4;
    font-weight: bold;
}

.view-shortlist h4, .view-shortlist h3 {
    color: var(--cor-amarelo);
}

.equipe .col-md-6 {
    margin-bottom: 30px;
}

.shortlist-item .row {
    margin-bottom: 2rem;
}

.card-header {
    color: #fff;
    font-weight: bold;
}

.card-header.bg-blue {
    background-color: #0071BC;
}

.card-header.bg-pink {
    background-color: #B15685;
}

.card-header.bg-red {
    background-color: #C1272D;
}

.card-content video {
    width: 100%;
    height: auto;
}

.title2 {
    font-size: 16px;
    margin-top: 10px;
}

.premiosinapro-categorias .item {
    margin-bottom: calc(var(--bs-gutter-x)*2.5);
}

.premiosinapro-categorias .categoria {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 12px 0px 0px #CBCBCB;
    margin-left: 10px;
    background-color: #4B4B4B;
    position: relative;
    font-size: 1rem;
    height: 100%;
}

.premiosinapro-categorias .categorias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.premiosinapro-categorias .categoria-dados {
	display: flex;
	flex-direction: column;
	background-color: #5f5c5c;
	padding: 1rem;
	color: #fff;
	justify-content: space-between;
	/*min-height: 5rem;*/
    /*font-family: 'Beni', sans-serif;
    font-weight: 900;*/
    font-size: 1.3rem;
}

.premiosinapro-categorias .categoria-ano {
    margin-top: 5px;
    color: #fff;
}

.premiosinapro-categorias .categoria-nome {
    margin-top: -30px;
    margin-left: 10px;
    color: var(--cor-rosa);
}

.premiosinapro-categorias .texto-introducao {
    margin-top: 10px;
    padding: 1rem;
    /*color: #000;*/
    max-height: 500px;
}

.premiosinapro-categorias .categoria .se-inscreva {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}
.premiosinapro-categorias .categoria .se-inscreva .btn{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.premiosinapro-categorias .faca-login {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    background: #07378E;
    font-family: 'Sequel100Black-45', sans-serif;
}

.faca-login h3 {
    padding: 10px 10px 15px 15px;
}

.faca-login h3 a {
    color: white;
    font-size: large;
}

.categoria-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.faca-login h3 a:hover {
    color: #cdcdcd;
}

.subcategoria-desc {
    margin-bottom: 20px;
}

.sequel95 {
    font-family: 'Sequel100Black-95', sans-serif;
    color: var(--cor-amarelo);
}

.sequel45 {
    font-family: 'Sequel100Black-45', sans-serif;
}

#adminForm {
    /*margin-top: 80px;*/
    padding: 10px;
}

.table>:not(caption)>*>* {
    color: #fff;
}

#votacoes .table-responsive {
    /*border: 3px solid #413f3f;*/
    padding: 0;
}

td.votousim {
    color: mediumspringgreen;
    font-weight: bold;
}

#inscricaoList th a {
    color: #fff;
}

.footer {
    margin-top: auto;
    background-color: #000000;
    padding: 20px;
    color: #fff;
}

.alias-votacao fieldset {
    border: 1px solid #cecece;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}


/* Estilo do container do formulário de inscrição */

.inscricao-edit, #votacoes, .com_premiosinapro_inscricoes #adminForm, .alias-votacao .formvota {
    background-color: #292929;
    border-radius: 10px;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #e0e0e0;
}

.alias-votacao .formvota label {
    font-weight: bold;
}

/* Cabeçalhos do formulário de inscrição */

.page-title {
    font-size: 28px;
    color: #2E3F51;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}


/* Estilo do formulário de inscrição  */

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* Estilo das seções de campos do formulário  de inscrição */

.form-group {
    margin-bottom: 20px;
}


/* Estilo dos campos de entrada */

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #5b5a5a;;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-select {
    color: #fff;
}

.form-control:focus {
    color: #fff;
}

.table>:not(caption)>*>* {
    background-color: transparent;
    border-bottom: none;
}

.subform-repeatable-group .control-group {
    margin: 0;
}

.view-shortlist a:hover {
    color: var(--cor-amarelo-hover);
}

.view-shortlist .card a:hover {
    color: var(--cor-rosa);
}
.view-shortlist .card h5:hover {
    color: var(--cor-rosa);
    text-decoration: underline;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #dcdcdc;
    outline: none;
    box-shadow: 0 0 8px rgba(70, 179, 156, 0.3);
    background-color: #5b5a5a;
}


/* Estilo dos campos de upload de arquivos */

input[type="file"] {
    border: 1px solid #dcdcdc;
    padding: 8px;
    border-radius: 8px;
    background-color: #ffffff;
}

.field-calendar .calendar-container,.field-calendar .calendar-container table, .field-calendar .calendar-container table tbody td.day.wn
{
    background-color: #5b5a5a;
}

.field-calendar .calendar-container table {
    max-width: 460px;
}

    /* Estilo das barras de progresso */

.progress {
    height: 24px;
    border-radius: 8px;
    background-color: #f3f3f3;
    overflow: hidden;
    margin-top: 10px;
}

#form-inscricao span.icon-info-circle {
    display: none;
}

.progress-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #46B39C, #39a38b);
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    transition: width 0.4s ease-in-out;
}


/* Layout lado a lado para campos específicos */

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
    min-width: 220px;
    /* Ajuste para garantir que os campos não fiquem muito estreitos */
}


/* Estilo dos botões */

.btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.btn-primary {
    background-color: var(--cor-azul-claro);
    color: #ffffff;
}

.com-users-login__options .list-group-item {
    background-color: transparent;
}

.btn-primary:hover {
    background-color: #39a38b;
    transform: translateY(-2px);
}

.btn-danger {
    background-color: #e74c3c;
    color: #ffffff !important;
}

.btn-danger:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
}


/* Alinhamento e espaçamento dos botões */

.text-center {
    text-align: center;
}

.group-move.btn.btn-sm.btn-primary {
    /*display: none !important;*/
}

.group-add.btn.btn-sm.button.btn-success {
    /*display: none !important;*/
}


/* Estilo dos rótulos dos campos */

.form-group label {
    /*font-weight: bold;*/
    /*color: #2E3F51;*/
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    /* Aumenta o tamanho da fonte dos rótulos */
    line-height: 1.4;
    /* Ajusta o espaçamento entre linhas para melhor legibilidade */
}


/* Estilo específico para adicionar uma linha abaixo dos campos */

.line-below {
    border-bottom: 2px solid #39a38b;
    /* Cor e espessura da linha */
    padding-bottom: 15px;
    /* Espaçamento interno abaixo do campo */
    margin-bottom: 15px;
    /* Espaçamento externo abaixo do campo */
}


/* Remover a linha abaixo do último campo */

.line-below:last-of-type {
    border-bottom: none;
}


/* Aumentar o tamanho da fonte dos rótulos dentro campos com linha abaixo */

.line-below label {
    font-weight: bold;
    color: #2E3F51;
    font-size: 18px;
    /* Tamanho da fonte dos rótulos */
    line-height: 1.4;
    /* Espaçamento entre linhas */
}


/* Estilo dos campos de entrada dentro dos campos com linha abaixo */

.line-below input,
.line-below select,
.line-below textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.line-below input:focus,
.line-below select:focus,
.line-below textarea:focus {
    border-color: #46B39C;
    outline: none;
}

.btn-toolbar {
    display: block;
}

.group-add.btn.btn-sm.btn-success {
    border-radius: 5px;
}

.group-remove.btn.btn-sm.btn-danger {
    border-radius: 0;
    /*margin-left: 10px;*/
}

.subform-layout {
    border: 0.5px solid rgb(194, 191, 191);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 2px 2px 2px rgb(160, 158, 158);
}

#form-inscricao .form-group input,
#form-inscricao .form-group textarea,
#form-inscricao .choices__inner,
#form-inscricao .choices__list,
#jform_video {
    background-color: #5b5a5a;
}

#form-inscricao .line-below {
    border-bottom: 2px solid #eceaea;
}

.header {
    background: black;
    z-index: 12;
}

.logo {
    height: 50px;
}

.module-content>div {
    background-position: top center;
    background-size: cover;
    /*background-repeat: none;*/
}

.gradient-dark-bottom {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    color: white;
}

.filter-gray img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter 0.5s ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease;
    -webkit-transition: filter 0.5s ease;
    -moz-transition: filter 0.5s ease;
    -ms-transition: filter 0.5s ease;
    -o-transition: filter 0.5s ease;
}

.filter-gray:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.header .navbar-nav {
    justify-content: flex-end;
}

.component>.item-page,
.component>[class*="com-"],
.component>[class*="blog"]>div {
    padding: 50px 0;
}

.offcanvas {
    background: #000;
}

.offcanvas .btn-close {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.navbar-toggler {
    margin-left: auto;
    margin-right: 0;
    filter: invert(1);
    -webkit-filter: invert(1);
}

.premiosinapro-categorias .page-title {
    text-align: left;
    font-size: 3.5rem;
    color: #000;
}

#form-inscricao legend {
    font-weight: bold;
}

#form-inscricao th {
    font-weight: normal;
    color: #fff;
}

#form-inscricao .form-group.subform {
    border: 1px solid #cecece;
    padding: 10px;
    border-radius: 10px;
}

.premiosinapro-categorias .titulo-categorias, .view-shortlist .titcatshorlist {
    border-bottom: 0.5rem solid #0b639e;
    font-family: 'Beni', sans-serif;
    font-weight: 300;
    width: auto;
    display: inline-flex;
}

.invalid-field {
    border-color: red !important;
}

.form-control {
    color: white;
    background-color: transparent;
}

span.form-control-feedback {
	color: red !important;
	display: block;
	clear: both;
}

.footer a {
    color: #fff;
}
.bg-dark a {
    color: #fff;
}

.valor-final {
    margin-top: 50px;
}

.preco-exibido {
    white-space: nowrap;
}
.hello-user, .hello-user a {
    color: #fff;
}
.hello-user .logout-link {
	margin-left: 1rem;
}
.hello-user .logout-link:hover,
.hello-user .logout-link:focus {
    color: var(--bs-red);
}
.hello-user {
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    padding: 0 1rem;
}
.hello-user a:hover,
.hello-user a:focus {
    color: var(--cor-amarelo);
}

#shortlist-titulo {
    margin-top: 100px;
}

#compartilhar {
    margin-top: 40px;
    margin-bottom: 40px;
}
.dropdown-menu {
	background: var(--bs-dark);
	white-space: nowrap;
}

.vencedor {
    /*margin-top: 130px;*/
}

h2#subtitulo-vencedor {
    margin-bottom: 30px;
}

h2.subcategoria {
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'Sequel100Black-45', sans-serif;
}

.addtoany_container {
    margin-top: 20px;
}

.vencedor .container {
    margin-top: 50px;
}

h1#subtitulo-vencedor {
    border-bottom: 0.5rem solid var(--cor-amarelo);
    display: inline-flex;
    margin-bottom: 50px;
    font-family: 'Sequel100Black-95', sans-serif;
    font-size: 2rem;
}
video[poster] {
	height: 100% !important;
	width: 100% !important;
	background: #000 !important;
}
.header .dropdown-menu .nav-item {
	padding: 0 0.5rem;
}

a.btn.btn-secondary,a.btn.btn-secondary:hover {
    color: #fff;
}

.subform-repeatable-group td:last-child {
    vertical-align: middle;
}

.subform-repeatable-group .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control:focus {
     background-color: transparent;
}

#member-profile fieldset:nth-child(2) {
    display: none;
}

@media (max-width: 991px){

    .page-header h1 {
        font-size: 15vw;
        padding-right: 16vw;
    }

    .page-header h1::after {
        width: 20vw;
        height: 17.6vw;
    }
    .alias-categorias .page-header h1 {
        padding-right: 46vw;
    }
    .alias-categorias .page-header h1::after {
        width: 51vw;
        height: 17.6vw;
    }

    .page-header h1 {
        line-height: 45px;
    }

    .view-shortlists li.nav-item {
        width: -webkit-fill-available;
    }

}

#jform_votacoes option {
    background-color: #292929;
}