@media (max-width: 767px) {
    .social-list__item._login {
        text-align: left !important; }
}
.social-list__item._login {
    width: 100px;
    border-radius: 30px;
    text-align: center; }
    .social-list__item._login a {
        border-radius: 30px;
        text-decoration: none !important;
        width: auto; }

    .social-list__item._login.com_filtro {
        border-color: var(--primary); }
    .social-list__item._login.com_filtro:hover {
        border-color: #fff }
    .social-list__item._login.com_filtro a:hover {
        background-color: #fff;
        color: #000 !important; }
    .social-list__item._login.com_filtro a {
        background-color: var(--primary);
        color: var(--fontColor) !important;
    }

    .social-list__item._login.sem_filtro a:hover {
        background-color: var(--primary);
        color: var(--fontColor) !important;
    }
    .social-list__item._login.sem_filtro a {
        background-color: #fff;
        color: #000 !important;
    }

@media (min-width: 768px) {
    #dropDownNavHeader {
        float: left;
        position: relative;
    }
    #dropDownNavHeader > div {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 42px; left: 0;
        width: 200px;
        background-color: #fff;
        -webkit-transition: 100ms linear all;
        -o-transition: 100ms linear all;
        transition: 100ms linear all;
    }
    #dropDownNavHeader:hover > div {
        visibility: visible;
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
                box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
        opacity: 1;
        padding: 10px 0;
    }
    #dropDownNavHeader > div a {
        padding: 10px 25px;
        line-height: 20px;
        display: block;
        color: #444 !important;
        position: relative;
        -webkit-transition: 200ms all;
        -o-transition: 200ms all;
        transition: 200ms all;
    }
    #dropDownNavHeader > div span:not(:last-of-type) a:before {
        content: '';
        width: calc(100% - 20px);
        height: 1px;
        background-color: #ebebeb;
        position: absolute;
        bottom: -1px; left: 10px;
    }
    #dropDownNavHeader > div a:hover {
        text-decoration: none;
        background-color: #ebebeb;
    }
    #dropDownNavHeader > div a:hover:before {
        background-color: transparent !important;
    }
}

@media (max-width: 768px) {
    .navbar-collapse.in {
        overflow-y: hidden;
    }
    #dropDownNavHeader > a {
        display: none;
    }
    #dropDownNavHeader .menu-item {
        display: block;
        padding: 10px 15px;
    }
    #dropDownNavHeader .menu-item a {
        display: block;
    }
    #dropDownNavHeader .menu-item:hover a,
    #dropDownNavHeader .menu-item a:hover {
        text-decoration: none;
    }
}


@media (min-width: 768px) {
    #dropDownNavHeaderLanguage {
        float: left;
        position: relative;
    }
    #dropDownNavHeaderLanguage > div {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 42px; left: 0;
        width: 200px;
        background-color: #fff;
        -webkit-transition: 100ms linear all;
        -o-transition: 100ms linear all;
        transition: 100ms linear all;
    }
    #dropDownNavHeaderLanguage:hover > div {
        visibility: visible;
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
                box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
        opacity: 1;
        padding: 10px 0;
    }
    #dropDownNavHeaderLanguage > div a {
        padding: 10px 25px;
        line-height: 20px;
        display: block;
        color: #444 !important;
        position: relative;
        -webkit-transition: 200ms all;
        -o-transition: 200ms all;
        transition: 200ms all;
    }
    #dropDownNavHeaderLanguage > div span:not(:last-of-type) a:before {
        content: '';
        width: calc(100% - 20px);
        height: 1px;
        background-color: #ebebeb;
        position: absolute;
        bottom: -1px; left: 10px;
    }
    #dropDownNavHeaderLanguage > div a:hover {
        text-decoration: none;
        background-color: #ebebeb;
    }
    #dropDownNavHeaderLanguage > div a:hover:before {
        background-color: transparent !important;
    }

    li#dropDownNavHeaderLanguage {
        list-style: none;
    }
}

@media (max-width: 768px) {
    .navbar-collapse.in {
        overflow-y: hidden;
    }
    #dropDownNavHeaderLanguage > a {
        display: none;
    }
    #dropDownNavHeaderLanguage .menu-item {
        display: block;
        padding: 10px 15px;
    }
    #dropDownNavHeaderLanguage .menu-item a {
        display: block;
    }
    #dropDownNavHeaderLanguage .menu-item:hover a,
    #dropDownNavHeaderLanguage .menu-item a:hover {
        text-decoration: none;
    }
    li#dropDownNavHeaderLanguage {
        list-style: none;
    }
}

/*seleção de modelo de submissão*/
.row-select-modelo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.row-select-modelo > a {
    width: 100%;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    background-color: #ebeff1;
    border-top: 1px solid transparent;
}
.row-select-modelo > a.single {
    width: auto;
}
.row-select-modelo > a:hover,
.row-select-modelo > a.active {
    border-top-color: inherit;
    background: #fff;
}
@media (max-width: 992px){
	.row-select-modelo {
		height: auto;
		-ms-flex-flow: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        -webkit-flex-flow: column;
		        flex-flow: column;
	}
	.row-select-modelo > a {
		width: auto;
		margin-left: 0;
		margin-top: -1px;
	}
}

/*apresentador - submissão*/
.autores-artigo > div[class^="artigo-apresentador-"] {
    position: relative;
}
.autores-artigo > div[class^="artigo-apresentador-"] > label {
    bottom: -70px; left: -5px;
    height: 26px;
    width: 26px;
    background-color: red;
    position: absolute;
    visibility: hidden;
}
.autores-artigo > div[class^="artigo-apresentador-"] input[type='radio']:checked ~ label .fa {
    visibility: visible;
}

/*Loading*/
.loading-info {
  margin: auto;
  padding: 15px 0;
  width: 70px;
  text-align: center;
  display: none;
}

.loading-info > div {
  width: 10px;
  height: 10px;
  background-color: #E62B3A;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading-info .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading-info .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

span.error, .error-message{
    color: #e9424f;
    font-size: 12px;
}

.talk-time {
    padding-right: 0!important;
    margin-right: 0!important;
}

.talk-time::after {
    display: none!important;
}

.box-galeria {
    width: 100%;
    float: left;
    overflow: unset;
}

img.img-partners {
    width: 150px;
}

div#map{
    height: 445px;
}

/*Certificados*/
form.form-certificados, form#UserInscricaoComprovanteForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 650px) {
    form#UserInscricaoComprovanteForm {
        flex-flow: column;
    }
}
/*###*/

.mensagem > div {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 20px;
}
.mensagem .error {
    background-color: #e9424f;
}
.mensagem .success {
    background-color: #9bcc30;
}
.mensagem .warning {
    background-color: #f5bd39;
}

/*Artigos*/
.modal-footer .btn-border {
    padding: 13px 40px;
    float: left;
}
#modal-artigos .speaker-title {
    margin-top: 25px;
}

#modal-artigos  .modal-header{
    border-bottom: 0 solid #e5e5e5;
}

#modal-artigos .modal-footer {
    border-top: 0 solid #e5e5e5;
}

#modal-artigos.modal .modal-body {
    padding: 15px;
}

#modal-artigos.modal .content-modal {
    height: 40px;
}

input#ArtigoArquivo, input#ArtigoSegundoArquivo, input.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/*##########*/

@media (min-width: 501px){
  .box-galeria:first-of-type {
    padding-right: 29px;
  }
}


#cke_ArtigoResumo {
    border-color: #e7edf0;
}

#cke_ArtigoResumo .cke_top {
    border: 0 solid #e7edf0;
    background-color: #f7f9fa;
    border-bottom-width: 1px;
}

#cke_ArtigoResumo a.cke_button {
    cursor: pointer;
    padding: 8px 10px;
}

#cke_ArtigoResumo .cke_toolgroup a.cke_button:last-child:after, .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
    height: 0px!important;
}

.searchFieldLoteAtividade {
    display: none;
}

.dados-cartao, .dados-empenho, .dados-debito, .dados-pagamento, .dados-comprador, .title-dados-pagamento {
    display: none;
}

.dados-boleto .form-group label {
    float: left;
}

.confirm-info-data, .confirm-info-tag {
    height: auto!important;
}

.stopwatch-warning {
    background: #FFFDF0;
    width: 96.2%;
    padding: 10px;
    margin-bottom: 15px;
}
.stopwatch-warning:after {
    content: '';
    display: table;
    clear: both;
}

span.stopwatch {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin: 13px 60px 13px 40px;
}

span.stopwatch-message {
    float: left;
    margin-left: 30px;
}

span.timer_position_mobile {display: none;}

.limit-time-warning {
    color: #a94442;
    background-color: #f2dede;
    padding: 10px 15px;
    margin-bottom: 20px;
    display: none;
}

.speakers-list-item-image.no-image {
    -webkit-background-size: 130px 130px;
            background-size: 130px;
}

.modal-speaker .image-modal.no-image {
    -webkit-background-size: 300px 300px;
            background-size: 300px;
}

@media (max-width: 768px){
    span.timer_position_screen {display: none;}
    span.timer_position_mobile {display: inline-block;}
    span.stopwatch-message,
    span.stopwatch {width: 100%; text-align: center; margin-left: auto; margin-right: auto;}
}

.ticket-box-order-total {
  margin-bottom: 0px !important;
}

.ticket-box-order-total .ticket-box-order-desconto {
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 10px 0 0 0;
}

.payment-type-item {
  position: relative;
}

.payment-type-item input[type=radio]+label {
  padding-bottom: 30px !important;
}

.payment-type-item input[type=radio]:checked~span[data-desconto-form] {
  background-color: rgba(0, 0, 0, .1);
}

span[data-desconto-form] {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  font-size: 12px;
  background-color: var(--primary);
  color: white;
  padding: 5px 0;
}

.hero-content {
    display: block;
    padding-top: 99px;
    padding-bottom: 99px;
}

@media (max-width: 768px) {
    .hero-content.have-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hero-content .hero-title {
    margin-top: 0px;
}

.hero-info {
    margin-top: 0px;
}

@media (min-width: 468px) {
    .hero {
        margin-bottom: 50px;
    }
}
@media (min-width: 568px) {
    .hero-content.have-banner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .overlay-gradient {
        background-color: transparent;
        background-image: url('../img/overlay-gradient.png') !important;
        background-repeat: repeat-x;
        background-position: top;
    }
}

#modal-aviso-atividades.in {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.speakers-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tipo-programacao {
    font-size: 12px;
    font-weight: 500;
}

.adr,
.hero-btn,
.menu-item,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a,
.nav-title,
.panel-title,
.speakers-list-item-url,
.talk-time,
.ticket-title,
.vcard .email,
.vcard .opens,
.vcard .tel {
	text-transform: uppercase
}

.speaker-name {
    text-transform: capitalize;
}

/* Gerar comprovantes */
.section_comprovante {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto;
}

@media (max-width: 579px) {
    .section_comprovante {
        flex-flow: column;
    }
}

.section_comprovante__item {
    user-select: none;
    border: 2px solid var(--primary);
    padding: 30px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.section_comprovante__item svg {
    width: auto;
    height: 44px;
    margin-bottom: 10px;
    fill: currentColor;
}

.section_comprovante__item .pay {
    margin-bottom: 10px;
    font-size: 44px;
}

@media (max-width: 579px) {
    .section_comprovante__item {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 580px) {
    .section_comprovante__item {
        height: 200px;
    }
    .section_comprovante__item {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.section_comprovante__item:hover,
.section_comprovante__item:active,
.section_comprovante__item:focus,
.section_comprovante__item.active {
    background-color: var(--primary);
    color: white;
}

.mensagem-cupom{
    padding-bottom: 15px;
}

.mensagem-cupom .fa-check {
    background-color: #11C202;
    color: white;
    border-radius: 50%;
    padding: 5px;
}

.tax-message{
    display: inherit;
    color: #919298;
    font-weight: 600;
    font-size: 12px;
}
.tax-message .quantidade{
    color: #e9424f;
}

@media (max-width: 768px) {
    #about img {
        max-width: 100%;
        height: auto !important;
    }
}

iframe[src*="youtube"] {
    max-width: 100%;
}

.organizer-description {
    text-align: justify;
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    background: #fff!important;
}

span.ticket-type {
    font-size: 12px;
    font-style: italic;
    text-transform: capitalize;
}
