/*theme*/

html {
    scroll-behavior: smooth;
}

:root {
    /*orange*/
    --color-primary: var(--green);
    --bg-button: var(--green);
    --border-button: var(--green);
    --font-form-color: var(--green);
    --color-primary-mostra: var(--tail);
    --bg-button-mostra: var(--tail);
    --border-button-mostra: var(--tail);
    --font-form-color-mostra: var(--tail);
    --img-title-page-page: url("../img/login/semana-da-inovacao-logo.png");
    --img-title-page-mostra: url("../img/login/mostra-logo.png");
    --bg-page-mostra: url("../img/login/fundo-login-mostra.png");
    --bg-page-inovacao: url("../img/login/fundo-inovacao-login.png");
    --img-lateral: url("../img/login/lateral-img.png");
    --blue: #202A44;
    --green: #78B833;
    --orange: #D67909;
    --yellow: #F4D229;
    --tail: #50A294;
    --gray: #e1e0de;
    --gray2: #E1DFDD;
    /* yellow*/
    /*  --color-primary: #F4D229;*/
    /*  --bg-button: transparent;*/
    /*  --border-button: #F4D229;*/
    /*  --font-form-color: #111111*/
    /*   --img-title-page-page: url("../img/login/semana-da-inovacao-logo.png");*/
    /* --bg-page: url("../img/login/fundo-azul-login.jpg");*/
}

/* BODY */
@font-face {
    font-family: 'Valorant';
    src: url('../fonts/Valorant Font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* volvo fonte */
@font-face {
    font-family: 'Volvo';
    src: url("../fonts/Volvo-Novum-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Light';
    src: url("../fonts/Volvo-Novum-Light.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: 'Volvo Medium';
    src: url("../fonts/Volvo-Novum-Medium.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: 'Volvo Bold';
    src: url("../fonts/Volvo-Novum-Bold.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: 'Volvo';
    src: url("../fonts/Volvo-Novum-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.tooltipx {
    position: relative;
    display: inline-block;
}

.tooltipx .tooltipxtext {
    visibility: hidden;
    width: 400px;
    background-color: #e7e7e7;
    color: #1b1b1b;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipx .tooltipxtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipx:hover .tooltipxtext {
    visibility: visible;
    opacity: 1;
    font-family: 'Volvo', serif;
    font-size: small;
    padding: 10%;
    text-transform: none;
}

#cookieModal {
    display: none;
    margin: auto;
    width: 70%;
    background: #fff;
    padding: 20px;
    z-index: 9999999;
    position: -webkit-fixed;
    position: fixed;
    bottom: 10px;
    left: 16%;
    border-radius: 10px;;
}

img {
    max-width: 100%;
}

.titulo_voto {
    width: 50%;
    text-align: left;
    font-family: 'Volvo Bold', serif;
    color: var(--tail);
    font-size: large;
    text-transform: uppercase;
}

.estrela_voto {
    width: 40%;
    text-align: right;

}

#nav1 {
    display: none;
}

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

.card-header {

    min-height: 100px;

}

.card, .card-header, .card-footer {
    background-color: transparent;
    color: #ffff;
    border: none
}

.card-header > div {
    color: #ffffff;
    font-family: 'Volvo Medium', sans-serif;
    text-transform: uppercase;
    background: var(--tail);
    padding: 2% 5%;
    border-radius: 5px !important;
    width: 90%;
    font-size: small;
    min-height: 100px;
    margin: auto;
}

.card-header > div > span {
    vertical-align: -webkit-baseline-middle;
    font-family: 'Volvo Bold', sans-serif;
}

.card-body > h6 {
    font-family: 'Volvo Medium', sans-serif;
}

.card-body > img {
    -webkit-box-shadow: 5px 5px 15px 0px rgb(2, 13, 25, 0.6);
    box-shadow: 5px 5px 15px 0px rgb(2, 13, 25, 0.6);
    border-radius: 40px;
    margin-bottom: 5%;
    border: 2px solid var(--tail);
}

.card-body {
    color: var(--blue);
    padding-top: 0;
}

.login-inovacao {
    background-image: var(--bg-page-inovacao);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.login-mostra {
    background-image: var(--bg-page-mostra);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.bg2 {
    background-image: url("../img/home/fundo.png");
    background-size: cover;
    background-position: top;
    padding-top: 3% ;
    padding-bottom: 3% ;
    background-repeat: no-repeat;

}

.bg2-1 {
    background-image: url("../img/home/fundo-banner-2.png");
    background-size: cover;
    background-position: top;
    padding: 5% 0;
    background-color: #e8e4e2;
}

/*.bg3 {*/
/*    background-image: url("../img/v1/fundo3.png");*/
/*    background-size: cover;*/
/*    background-position: top;*/
/*}*/

.sessao3-1 {
    height: 100%;
    background-image: url("../img/vps/fundo-banner.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.programacao {
    margin: auto;
    width: 70%;
    display: block;
    margin-bottom: -150px;
}

.sessao3-2 {
    background-image: url("../img/vps/fundo-2.png");
    background-size: 100%;
    padding: 150px 0;
}

.bg4 {
    padding: 7% 0 20% 0;
    height: 100%;
    background-image: url("../img/mostra/bg-mostra-inicio.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg4-previa {
    padding: 10% 0 20% 0;
    height: 100%;
    background-image: url("../img/mostra-breve/PAGINA-DIA-DA-MELHORIA---PRE-EVENTO-fundo.png");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sessao4-2 {
    background: var(--gray2);
    /*background-image: url("../img/mostra/fundo-2-PAGINA-DIA-DA-MELHORIA---VIDEOS.png");*/
    /*background-size: cover;*/
    /*background-position: top center;*/
    padding-top: 2%;
}

.title-mostra {
    margin-left: 10%;
}

.h5, h5 {
    font-size: large;
}

.text-orange {
    color: var(--orange);
}

.text-blue {
    color: var(--blue) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-tail {
    color: var(--tail) !important;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-bold {
    font-family: 'Volvo Bold', sans-serif;
}

.text-medium {
    font-family: 'Volvo Medium', sans-serif;
}

.text-lightz {
    font-family: 'Volvo Light', sans-serif;
}

.text-italic {
    font-style: italic !important;
}

section {
    font-family: 'Volvo Light', sans-serif;
}

.video-mostra-breve {
    border-radius: 15px;
    border: none;
    width: 100%;
    margin: 5% auto;
    display: block;
    min-height: 400px;
}

.palestra:hover {
    border-radius: 15px;
    border: 1px solid #ffff;
    /*cursor: pointer !important;*/
    /*transition: 0.2s ease-in;*/

}

.palestrantes {
    text-align: center;
    display: flex;
    /*cursor: pointer;*/
    margin: auto;
}

.palestra > div > h4 {
    /*text-transform: uppercase;*/
}

.palestrante {
    display: grid;
    text-align: center;
    margin: auto;
    width: 25%;
}

.palestrante > img {
    border-radius: 20px;
    height: 200px;
    margin: auto;
}

.palestrante > p {
    color: #ffffff;
    background: var(--blue);
    padding: 1%;
    margin: 0 3%;
    border-radius: 10px;
    font-family: 'Volvo Bold', serif;

}

.palestra > div > h4 {
    text-align: left;
}

.palestrante > p > i {
    font-family: 'Volvo', serif;
    font-size: small;

}
.bt-inscrever:hover{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.shadow-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    border-radius: 30px;
}

/*.bg3-1 {*/
/*    background-image: url(../img/bg3-m.png);*/
/*    background-size: contain;*/
/*    background-position: top;*/
/*}*/

.bg-detail {
    background: rgb(6 190 236 / 15%);
    max-width: 430px;
    margin: -25px auto;
    border: 1px solid #06beec;
    border-radius: 10px;
    padding: 2%;
    COLOR: white;
    font-family: 'Volvo Light', sans-serif;
}

.icon {
    max-width: 50px;
    margin: 15px 20px 15px 0;
}

.detalhes-select {
    max-width: 50%;
}

.hide {
    display: none;
}

.center {
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.mostra-container{
    padding: 0 10%;
}

.selecionar {
    /* background-image: url(../img/base.png); */
    background-position: bottom;
    background-size: contain;
    /* padding-bottom: 30%; */
    width: 50%;
    margin: 3% auto;
    background-repeat: no-repeat;
}

.texto-footer {
    margin-top: 1%;
    margin-bottom: -4%;
    font-family: 'Volvo Medium';
}

.linha {
    margin-top: -15px;
    width: 80%;
}

.login100-form-btn {
    background: var(--bg-button);
    color: #ffffffff !important;
    padding: 2% 10%;
    border-radius: 30px;
    font-size: large;
    text-transform: uppercase;
    cursor: pointer;
    margin: 2% 10%;
    width: 50%;
    border: var(--border-button);
    font-family: 'Volvo Bold', serif;
}

.login100-form-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.palestra {
    border-top: 1px solid #ffff;
    color: var(--blue);
    padding: 3% 0;
    font-family: 'Volvo Bold', serif;

}

.palestra > div > img {
    max-height: 150px;
}

.lista-palestra {
    /* max-width: 70%; */
    padding-top: 5%;
}

.login100-form-btn > a {
    color: #ffffffff !important;
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 10PX;
    pointer-events: none;
    color: var(--font-form-color);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.force-color-mostra,.force-color-mostra::after{
    color: var(--color-primary-mostra) !important;
}
.force-bg-mostra,.force-bg-mostra::after{
    background: var(--color-primary-mostra) !important;
}


.force-border-mostra{
    border: var(--color-primary-mostra) !important;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


ul, li {
    margin: 0px;
    list-style-type: none;
}

.login100-form {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0 30%;
}

.login100-form > img {
    padding: 5%;
}

.title-bold {
    font-family: 'Volvo Bold', serif;
    color: var(--font-form-color);
    font-size: large;
    text-transform: uppercase;
}

.input {
    font-family: Volvo Bold, sans-serif;
    color: var(--font-form-color);
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: #ececec;
    padding: 0 30px;
    border-radius: 30px;
}

/*---------------------MENU------------------------*/
/* main-header start */
[data-target="#mainMenu"] {
    position: relative;
    z-index: 999;
}

#mainMenu li > a {
    font-size: medium;
    letter-spacing: 1px;
    color: #112372;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.main-header.fixed-nav #mainMenu li > a {
    color: #112372;
    text-decoration: none;
}

.lnav {

}

#mainMenu li:not(:last-of-type) {
    margin-right: 30px;
}

#mainMenu li > a::before {
    position: absolute;
    content: "";
    width: calc(100% - 1px);
    height: 1px;
    background: #112372;
    bottom: -6px;
    left: 0;

    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;

    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
    background: #000;
}

.main-header {
    position: relative;
    z-index: 99;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffff;
    padding: 20px;
}

.main-header.fixed-nav {
    top: 0;
    background: #112372;
    -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
    display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
    display: none;
}

.navbar-brand {
    color: #112372;
}

.main-header .navbar-brand img {
    max-width: 150px;
    animation: fadeInLeft 0.5s both 0.5s;
    margin-right: 25px;
}

/* main-header end */


/*---------------------------------------------*/
.inscricao-input {
    height: 45px;
    color: gray;
    border-color: gray !important;
    padding: 15px;
}

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus {
    border-color: transparent !important;
}

#inscricao:invalid + #button {
    opacity: 0.5;
    pointer-events: none;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    margin: 25px auto;
    border: 1px solid var(--border-button);
    border-radius: 25px;
    background: #ffff;
}

.input100 {
    font-family: Volvo, serif;
    font-size: 15px;
    color: #112372;
    line-height: 1.2;
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 30px;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 10px;
    pointer-events: none;
    font-weight: bold;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    /*
      background: #6a7dfe;
      background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
      background: -o-linear-gradient(left, #21d4fd, #b721ff);
      background: -moz-linear-gradient(left, #21d4fd, #b721ff);
      background: linear-gradient(left, #21d4fd, #b721ff); */
}

#imgaviso1 {
    display: flex;
}

#imgaviso2 {
    display: none;
}

.focus-input100::after {
    font-family: Volvo, serif;
    font-size: medium;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 15px;
    padding-left: 5px;
    color: var(--font-form-color);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
    top: -21px;
    left: 15px;
    color: var(--font-form-color);
}

.input100:focus + .focus-input100::before {
    width: 100%;
    color: var(--font-form-color);
}

.has-val.input100 + .focus-input100::after {
    top: -21px;
    left: 0;
    color: var(--font-form-color);
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
    color: var(--font-form-color);
}

.verPalestra > .modal-dialog {
    max-width: 45%;
}

#erroLogin > .modal-dialog, #sucesso > .modal-dialog, #favoritado > .modal-dialog {
    max-width: 450px;
}

.close > span {
    color: #112372;
    text-shadow: 0 1px 0 #112372;
}

.title {
    font-family: 'Volvo Bold', serif;
    color: #112372;
    font-size: x-large;
}

.title-white {
    font-family: 'Volvo Bold', serif;
    color: #ffffff;
    font-size: x-large;
}

.title-green {
    font-family: 'Volvo Bold', serif;
    color: var(--green);
    font-size: x-large;
}

.title-tail {
    font-family: 'Volvo Bold', serif;
    color: var(--tail);
    font-size: x-large;
}

.title-orange {
    font-family: 'Volvo Bold', serif;
    color: var(--orange);
    font-size: x-large;
}

/*---------------------------------------------*/
.btn-show-pass {
    font-size: 15px;
    color: #999999;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 10px;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-show-pass:hover {
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}

a {
    color: #FFFF;
}

footer {
    padding: 2%;
}

.btn-show-pass.active {
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-azul {
    background: #112372;
    padding: 1.5% 10%;
    font-family: 'Volvo Bold', serif;
    border: none;
    color: #ffff !important;
    border-radius: 20px;
}

.text-small {
    font-size: small;
}

.logo-top {
    text-align: right;
}

.logo-top > img {
    max-width: 80px;
    margin-right: 5%;
}


/*--footer --*/
.footer-left {
    float: left;
    margin: 1% 3%;
}

.footer-right {
    float: right;
    margin: 1% 4%;
}

footer > div > img {
    max-height: 60px;
}

.logo-r {
    margin-top: -22px;
    z-index: 9999999999;
    position: sticky;
    margin-left: -110px;
    max-height: 90px;
    max-width: unset;
}

.horario-palestra {
    color: #e3e3e3;
    font-weight: bold;
    background: var(--color-primary);
    padding: 2% 5%;
    border-radius: 3px;
    font-family: 'Volvo Bold', serif;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    font-size: larger;
}

/*--------------[ Button ]----------------------------------------------------*/
.lista-palestra > div > .title {
    color: var(--orange);
    font-size: xx-large;
}

.btn-white {
    width: auto;
    color: white;
    border-radius: 20px;
    font-family: 'Volvo Bold', serif;
    padding: 1% 15%;
    font-size: larger;
    margin: 1%;
    color: #112372;
}

.descricao-mostra {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
    min-height: 50px;
}

.inscrever {
    cursor: pointer;
}


.inscrever1 {
    display: none;
}

.inscrever2 {
    display: block;
}

.bt-azul {
    background: #112372;
    color: #ffff !important;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 1% 10%;
    font-family: 'Volvo Medium';
    margin: auto;
}
.bt-mostra {
    background: var(--tail);
    color: #ffff !important;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 1% 10%;
    font-family: 'Volvo Medium';
    margin: auto;
}

.modal-content {
    padding: 2%;
    margin: auto;
    margin-top: 150px;
    border-radius: 20px;
}

.modal-footer, .modal-header {
    border: none;
    /*z-index: 999999;*/
}

.membro {
    margin-bottom: 0;
}
.membro:first-child {
    font-weight: 900;
}

.video {
    border-radius: 15px;
    margin: -25% auto;
    margin-bottom: 5px;
    border: none;
    width: 70%;
    /* max-width: ; */
    min-height: 400px;
}

.btn-oculto {
    border: none;
    background: none;
    cursor: pointer;
}

.bg-white {
    background: white;
}

.logo-home {
    margin-top: 10%;
    width: 60%;
    content: var(--img-title-page-mostra);
    max-width: 400px;
}
.logo-home-mostra {
    margin-top: 5%;
    width: 70%;
    content: var(--img-title-page-mostra);
    max-width: 600px;
}

.lateral-image {
    width: 330px;
    position: fixed;
    top: 13%;
    content: var(--img-lateral);
}
.rating {
    display: inline-block;
    position: relative;
    height: 20px;
    /* line-height: 50px; */
    font-size: 20px;
    margin-top: -20px;
    margin-bottom: 30px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
    font-size: 30px;
    margin: 0 2px;
}

.rating label:last-child .icon {
    background-image: url("../img/mostra/staroff.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #162b8800;
    background-image: url("../img/mostra/star-ativa.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;

}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #162b8800;
    text-shadow: 0 0 5px #162b8800;
    background-image: url("../img/mostra/staroffs.png");
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;

}

.modal-dialog {
    max-width: 60%;
    margin: auto;
    margin-top: 2%
}

.title-escolha1 {
    width: 40%;
}

.title-escolha2 {
    width: 50%;
}

.img-hoje {
    width: 30%;
}

.text-gray {
    color: #d9d9d9;
}

.text-primary-home {
    color: var(--color-primary);
}

.text-azul {
    color: #112372;
}

.detalhes-title > label {
    font-size: xx-large !important;
    bottom: 0;
}

.verPalestra > .modal-dialog > .modal-content {
    margin-top: 130px;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 1290px) {
    .lateral-image{
        width: 300px;
    }
    .verPalestra > .modal-dialog > .modal-content {
        margin-top: 100px;
    }

    .modal-dialog {
        max-width: 70%;
    }

    .navbar-brand {
        margin: auto !important;
    }

    #nav1 {
        display: block !important;
    }

    #nav2 {
        display: none;
    }


    .verPalestra > .modal-dialog {
        max-width: 60%;
    }

    .programacao {
        margin: auto;
        width: 100%;
        margin-bottom: -50px;
    }
}

@media (max-width: 991px) {
    .lateral-image{
        display: none;
    }
    .palestrante > img {
        border-radius: 20px;
        height: 150px;
        width: auto !important;
    }

    .bt-inscrever > img {
        width: 60%;
    }

    .bt-inscrever-mostra > img {
        width: 20%;
    }

    #imgaviso2 {
        display: block;
    }

    #imgaviso1 {
        display: none;
    }

    .main-header .navbar-brand img {
        max-width: 60%;
    }

    .rating label .icon {
        margin: 0 5px;
    }

    .rating {
        margin-top: 5px;
    }

    .modal-content {
        margin-top: 0;
    }

    .title-mostra {
        margin: 30px auto 0 auto;
    }

    .bg4 {
        padding: 20% 0 20% 0;
    }

    .titulo_voto {
        width: 100%;
        text-align: center;
        font-size: medium;
    }

    .estrela_voto {
        width: 100%;
        text-align: center;

    }

    #vps > header > div > nav > a {
        display: none;
    }

    .sessao3-1 {
        padding-top: 10%
    }

    .sessao3-1 > div > div > .col-md-5 {
        padding-top: 10%
    }

    .navbar-brand {
        margin: -1em auto 0 auto;
    }

    .palestra > div > h4 {
        text-align: center;
    }

    .palestrantes {
        display: contents;
    }

    .palestrante {
        padding: 2%;
        width: 50%;
    }

    .lista-palestra > div > .title {
        text-align: center;
    }

    .inscrever1 {
        display: block;
    }

    .inscrever2 {
        display: none;
    }

    /*header starts*/
    #mainMenu li > a {
        font-family: 'Volvo Medium';
    }

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

    .detalhes-select {
        max-width: 80%;
    }

    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }

    .borda {
        width: 100%;
    }

    .bg-detail {
        width: 85%;
    }

    .login100-form {
        padding: 2% 10%;
    }

    .collapse.in {
        display: block !important;
        padding: 0;
        clear: both;
    }

    .navbar-toggler {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 25px;
        right: 0;
        border: none;
        border-radius: 0;
        outline: none !important;
    }

    .main-header .navbar {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .main-header .navbar-nav {
        background: rgb(255 255 255 / 80%);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .main-header .navbar-nav::after {
        margin-top: -60px;
    }

    .main-header .navbar-nav li .nav-link {
        text-align: center;
        padding: 20px 15px;
        border-radius: 0px;
    }

    /**/
    .main-header .navbar-toggler .icon-bar {
        background-color: #112372;
        margin: 0 auto 6px;
        border-radius: 0;
        width: 30px;
        height: 3px;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .main-header .navbar .navbar-toggler .icon-bar:first-child {
        margin-top: 3px;
    }

    .main-header .navbar-toggler .icon-bar-1 {
        width: 10px;
        top: 0px;
    }

    .main-header .navbar-toggler .icon-bar-2 {
        width: 16px;
        top: 12px;
    }

    .main-header .navbar-toggler .icon-bar-3 {
        width: 20px;
        top: 21px;
    }

    .main-header .current .icon-bar {
        margin-bottom: 5px;
        border-radius: 0;
        display: block;
    }

    .main-header .current .icon-bar-1 {
        width: 18px;
    }

    .main-header .current .icon-bar-2 {
        width: 30px;
    }

    .main-header .current .icon-bar-3 {
        width: 10px;
    }

    .main-header .navbar-toggler:hover .icon-bar {
        background-color: #112372;
    }

    .main-header .navbar-toggler:focus .icon-bar {
        background-color: #112372;
    }

    #mainMenu {
        /* margin-top: -70px; */
    }

    #mainMenu li {
        margin: 3%;
    }

    .footer-left {
        margin-top: 10%;
        float: none;
        text-align: center;
    }

    .footer-right {
        text-align: center;
        float: none;
        margin-top: 10%;

    }

    .palestra {
        border: 1px solid #ffff;
        margin-bottom: 5%;
        border-radius: 15px;
        cursor: pointer !important;
    }

    img.data {
        max-width: 400px;
    }

    .logo-r {
        display: none;
    }

    .video {
        width: 90%;
        margin: auto;
        min-height: 250px;
    }

    .rodape-modal > .col-md-6 {
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (max-width: 576px) {
    .mostra-container {
        padding: 0 10% 20% 10%;
    }
    .home-footer{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        padding: 20px;
        width: auto;
    }

    .card-header {

        min-height: auto;

    }

    .descricao-mostra {
        min-height: auto;
    }

    .sessao3-1 {
        background-image: url("../img/vps/fundo-PAGINA-PROGRAMAÇÃO-banner.png");
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #cookieModal {
        text-align: center;
    }

    .verPalestra > .modal-dialog {
        max-width: 90%;
    }

    .login100-form-btn {
        margin: 5% auto;
        width: 100%;
    }

    .logo-home {
        margin-top: 5%;
        width: 50%;
    }

    .img-hoje {
        width: 55%;
    }

    .rating {
        /* margin-top: -20px; */
        margin-bottom: 20px;
    }

    .rodape-modal > div > .row {
        margin-bottom: 2%;
    }

    .modal-dialog {
        max-width: 90%;
        font-size: smaller;
    }

    .palestra > div > h6 {
        font-size: medium;
    }

    img.data {
        max-width: 300px;
    }

    .logo-top > img {
        max-width: 85px;
    }

    .wrap-login100 {
        padding: 77px 15px 33px 15px;
    }

    .logo-top {
        text-align: center;
        margin: 0 2%;

    }

    .selecionar {
        margin-top: 2%;
    }

    .selecionar > img {
        width: 90%;
    }

    .bg2 {
        padding-top: 10%;
        background-size: cover;
        background-position: bottom;
    }

    .title-escolha1 {
        width: 60%;
        margin-top: 5%;
    }

    .title-escolha2 {
        width: 70%;
        margin-top: 5%;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
    text-align: left;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    pointer-events: none;

    font-family: Volvo;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;

    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}


/* stars */

.main {
    margin-left: 40%;
    margin-top: 15%;
}

.rating-star {
    direction: rtl;
    font-size: 30px;
    unicode-bidi: bidi-override;
    display: inline-block;
}

.rating-star input {
    opacity: 0;
    position: relative;
    left: -30px;
    /* width: 50px;
    height: 50px; */
    z-index: 2;
    cursor: pointer;
}

.rating-star span.star:before {
    color: #777777;
}

.rating-star span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.rating-star span {
    margin-left: -30px;
}

.rating-star span.star:before {
    color: #5f4e4e;
    /* content:url(../img/staroff.png); */
    content: "";
    background-image: url("../img/mostra/staroffs.png");
    transform: scale(.5);
}

.rating-star input:hover + span.star:before, .rating-star input:hover + span.star ~ span.star:before, .rating-star input:checked + span.star:before, .rating-star input:checked + span.star ~ span.star:before {
    content: url("../img/mostra/star-ativa.png");
    display: inline-block;
    transform: scale(.5);
}

.selected-rating {
    font-weight: bold;
    font-size: 42px;
}
