/* GERAL */
body {
    overflow-x: hidden;
    color: #062646;
    font-family: 'Oswald', serif;
    font-size: 14px;
    font-weight: 300;
}
a:hover {
    color: #062646;
    text-decoration: underline;
}
a {
    color: #062646;
    text-decoration: none;
}
strong {
    font-weight: 400;
}
img, iframe {
    max-width: 100%;
}

/* HEADER */
header .container {
    position: relative;
    height: 415px;
    padding-top: 15px;
}
header .triangulo-1 {
    position: absolute;
    top: 0;
    right: -97px;
    width: 962px;
    height: 286px;
    background: url('../imgs/header-triangulo-1.png') no-repeat center top;
}
header .triangulo-2 {
    position: absolute;
    bottom: 0;
    left: -300px;
    width: 962px;
    height: 286px;
    background: url('../imgs/header-triangulo-2.png') no-repeat center top;
}
header .nav .nav-item:first-child {
    padding-right: 1rem;
}
header .jumbotron {
    background: none;
    padding-top: 2rem;
}
header h2 {
    font-size: 30px;
    font-weight: 300;
}
header .bg .btn {
    color: #FFF;
}
header .bg .btn.btn-light {
    border-color: #FFF;
    color: #FFF;
}
header .bg .btn.btn-light:hover {
    border-color: #062646;
}
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #062646;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #062646;
    color: #FFF;
}

/* EVENTOS */
#eventos {
    background: #F7F4F4;
}
#eventos .container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
#eventos .triangulo {
    position: absolute;
    top: 0;
    left: -300px;
    width: 962px;
    height: 307px;
    background: url('../imgs/eventos-triangulo.png') no-repeat center top;
}
#eventos .nav {
    margin-bottom: 30px;
}
.card {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #062646;
    color: #FFF;
}
.card a {
    color: #FFF;
    text-decoration: none;
}
.card a:hover {
    color: #FFF;
    text-decoration: none;
}
.card.bg:hover:after {
    box-shadow: inset 0 0 150px black;
}
.card:not(.bg) a:hover .titulo-2 {
    text-decoration: underline;
}
.card.bg a, .card.bg .card-footer {
    z-index: 2;
}
.card.bg .card-body {
    height: 310px;
}
.card .card-footer {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #f7f4f4;
}
.ordenacao .mdi {
    font-size: 16px;
    line-height: .5;
}

/* EVENTOS ANTERIORES */
#eventos-anteriores {
    overflow: hidden;
    position: relative;
}
#eventos-anteriores .container {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    min-height: 415px;
}
#eventos-anteriores .triangulo-1 {
    position: absolute;
    top: -310px;
    left: 0;
    width: 810px;
    height: 715px;
    background: url('../imgs/eventos-anteriores-triangulo.png') no-repeat center top;
}
#eventos-anteriores .triangulo-2 {
    position: absolute;
    bottom: -310px;
    right: 0;
    width: 810px;
    height: 715px;
    background: url('../imgs/eventos-anteriores-triangulo.png') no-repeat center top;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* RODAPE */
footer {
    background: #062646;
    color: #FFF;
}
footer.footer-sm {
    /*display: none;*/
}
#evento-aberto footer.footer-sm {
    display: block;
}
#evento-aberto footer.footer-lg {
    display: none;
}
footer .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 488px;
}
footer .triangulo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 548px;
    background: url('../imgs/footer-triangulo.png') no-repeat bottom center;
}
footer .espacamento {
    margin-top: 90px;
}
footer.footer-sm .container {
    padding: 60px 0;
    height: auto;
}

/* COPYRIGHT */
#copyright .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* EVENTO */
header#evento {
    color: #FFF;
    background: url('../imgs/evento-triangulos.jpg') repeat-x center top;
}
header#evento .container {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
header#evento .triangulo {
    position: absolute;
    top: 0;
    right: -80px;
    width: 852px;
    height: 229px;
    background: url('../imgs/evento-triangulo.png') no-repeat center top;
    padding: 20px 150px 100px 450px;
    text-align: center;
    font-size: 15px;
    line-height: 1;
}
header#evento .dados-evento {
    position: absolute;
    bottom: 0;
}
header#evento .dados-evento {
    /*display: none;*/
}
#evento-aberto header#evento .dados-evento {
    display: block;
}
header#evento .triangulo h1 img {max-width: 165px}

/* CONTEUDO */
#conteudo {
    background: #F7F4F4;
    padding: 30px 0 60px;
}
.conteudo-padd {
    padding: 30px 100px;
}
#conteudo.pb-0 .conteudo {
    padding-bottom: 60px;
}
.conteudo {
    margin-left: 1rem;
}
#conteudo hr {
    border-color: #FFF;
}

/* LATERAL */
.lateral {
    background: #FFF;
    padding: 30px 75px;
    z-index: 1;
}
.lateral .btn-overlay {
    position: relative;
    margin-left: 65%;
}
.lateral .nav-item {
    margin-bottom: 5px;
}

/* MAPA */
#mapa {
    background: #FFF;
    padding: 5px 0;
}
#mapa iframe {
    width: 100% !important;
    max-height: 600px !important;
}

/* PARTICIPANTES */
.participantes .acoes .btn-ico {
    line-height: 1;
    padding: 0;
    color: #062646;
}
.participantes .acoes .btn-ico:hover, .participantes .acoes .btn-ico.selected {
    color: #DA6805;
}
.participantes .acoes .mdi {
    font-size: 40px;
}

/* FORMULARIOS */
.form-group {
    color: #f2b604;
}
input, select, textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.form-group label {
    text-transform: uppercase;
    font-weight: 400;
}
.form-group .checkbox label {
    text-transform: none;
    color: #062646;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding-top: 2px;
}
.form-group label .mdi {
    font-size: 16px;
    color: #000;
}
.form-control, .custom-file-label {
    border-color: #FFF;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-file-label.lang-pt:after {
    content: 'Procurar';
}
.custom-file-label.lang-es:after {
    content: 'Escoger';
}
.custom-file-label.lang-it:after {
    content: 'Selezionare';
}
.bootstrap-tagsinput {
    display: block;
    width: 100%;
    border-color: #FFF;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.bootstrap-tagsinput input {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.form-control:focus, .custom-file-input:focus~.custom-file-label, .bootstrap-tagsinput:focus, .bootstrap-tagsinput.focus {
    border-color: #f2b604
}
.input-group-text {
    border: none;
}
.custom-control-input {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #062646;
    background-color: #062646;
}
.custom-radio.verde .custom-control-input:checked~.custom-control-label::before, .custom-checkbox.verde .custom-control-input:checked~.custom-control-label::before {
    background-color: #14AF23;
    border-color: #14AF23;
}
.ui-widget.ui-widget-content {
    overflow-y: auto;
    max-height: 400px;
}

/* BOTOES */
.btn {
    text-transform: uppercase;
    font-style: italic;
    font-size: inherit;
    font-weight: 300;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn-light {
    border: 1px solid #062646;
    background: none;
    padding-left: 2rem;
    padding-right: 2rem;
}
.btn-light:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #FFF;
    background-color: #062646;
    border-color: #000;
}
.btn-primary {
    background-color: #062646;
    border-color: #062646;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #DA6805;
    border-color: #DA6805;
}
.btn-secondary {
    background-color: #DA6805;
    border-color: #DA6805;
}
a.btn-secondary {
    color: #FFF !important;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #944803;
    border-color: #944803;
}
.btn-success {
    background-color: #F2B604;
    border-color: #F2B604;
}
.btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    background-color: #F2B604;
    border-color: #F2B604;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #CCC !important;
    border-color: #CCC !important;
}

/* TABLE */
.table {
    color: #062646;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.table thead th {
    font-weight: 400;
    text-transform: uppercase;
    border-color: #062646;
    border-bottom: 1px solid #062646;
}
.table tbody {
    border-top: none;
}

/* HELPERS */
.espacamento-p {
    margin-top: 15px;
}
.espacamento {
    margin-top: 30px;
}
.espacamento-g {
    margin-top: 80px;
}
.amarelo, .amarelo * {
    color: #f2b604;
}
.verde, .verde * {
    color: #14AF23;
}
.titulo {
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
}
.titulo-mobile {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    margin-left: 1rem;
}
.titulo-2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1;
}
.titulo-3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1;
}
.chamada {
    font-size: 20px;
    line-height: 1;
}
.chamada-2 {
    font-size: 30px;
    line-height: 1;
}
i.mdi {
    font-size: 25px;
    line-height: 1;
}
.mdi {vertical-align: middle;}
.bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    box-shadow: inset 0 0 50px black;
    z-index: 1;
}
header .bg:after {
    box-shadow: inset 0 0 220px black;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px;
}
.thumbnail {
    position: relative;
    width: 160px;
    height: 160px;
}
.thumbnail .img-thumbnail {
    width: 160px;
    height: 160px;
    border: 3px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.thumbnail .badge {
    display: block;
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #FFF;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.badge-primary {
    background-color: #959595;
    padding: .3rem .5rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumbnail-p, .thumbnail-p .img-thumbnail {
    width: 70px;
    height: 70px;
}
.thumbnail-p .badge {
    width: 30px;
    height: 30px;
    bottom: -8px;
}
.roboto {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
.card-body img {
    max-width: 100px;
}

/* SOCIAL SIGN IN */
/*
#my-signin2 {
    display: none;
}*/
/*#image-uploaded,#logo-uploaded {width: 182px;height: 232px;border:solid 1px #ccc}*/
.croppie-container .cr-image {left: -5000px}
.custom-file {    max-width: 184px;}
.custom-file-label {white-space: nowrap;
                    overflow: hidden;}
.upload-wrap {display: none}
.image-wrap,.logo-wrap { border:solid 1px #ccc}
.cropme-wrapper,.image-wrap,.logo-wrap {width: 182px;height: 232px}

/*upload de arquivos*/
#trigger-upload {   
    font-size: 14px;
    padding: 7px 20px;
    background-image: none;
    text-transform: uppercase;
    font-style: italic;
    font-size: inherit;
    font-weight: 300;
    outline: 0 !important;
    box-shadow: none !important;    
}

#fine-uploader-manual-trigger .qq-upload-button {
    margin-right: 15px;
    border-radius: .25rem;
}

#fine-uploader-manual-trigger .buttons {
    width: 36%;
}

#fine-uploader-manual-trigger .qq-uploader .qq-total-progress-bar-container {
    width: 60%;
}
.qq-upload-file {overflow-y: hidden}
.qq-uploader, .qq-upload-list { max-height: initial}
.qq-thumbnail-selector { width: 20px}
.qq-upload-list .actions{ float:right;}
.qq-btn { font-size: 10px;margin:0;color:#fff }
.qq-upload-status-text {display: inline; margin-right: 5px}

.mdi-thumbs-up-down { color: #fbb578 !important}
.mdi-thumb-up {color:green !important}
.mdi-thumb-down {color:red !important}
.btn-danger .mdi-thumb-down,.btn-success2 .mdi-thumb-up  {color:#fff !important}
.btn-success2 {background-color: green;border-color:green;color:#fff}
.btn-success2:hover {color:#fff}
i.mdi {vertical-align: middle}
.tokenfield::before {
    position: absolute;
    content: "\25BC";
    top: 5px;
    right: 3px;
    height: 20px;
    width: 20px;
}
.tokenfield {position:relative}
.tokenfield .token {height: auto}
.tokenfield .token-input {height: 0}
.btn-light {padding-left: 0.5rem;padding-right: 0.5rem;border:0}
.qq-gallery .qq-thumbnail-selector {width:auto;cursor:pointer}
.qq-gallery .qq-edit-filename-icon {background:url("../assets/fine-uploader/edit.gif");}
.qq-gallery .qq-delete-icon { background: url("../assets/fine-uploader/trash.gif");}
.qq-gallery .qq-upload-list li {height: 152px}

/* FANCYBOX */
.fancybox-content {
    background-color: #F7F4F4;
}

/* BOOTSTRAP PROGRESSBAR */
.progress {
    font-size: 9px;
}
.progress-bar {
    background-color: #DA6805;
}

/* BOOTSTRAP CAROUSEL */
#carousel-gallery .controls {
    cursor: pointer;
    font-size: 40px;
}

/* HOMOLOGAÇÃO */
#homologacao {
    position: fixed;
    top: 0;
    right: 0;
    padding: 5px;
    text-align: center;
    width: 200px;
    background: red;
    color: #FFF;
    z-index: 999;
}
.steps {margin-bottom: 10px;}
.steps ul {margin:0;padding: 0;}
.steps li {
    text-align: center;
    list-style: none;
    list-style-type: none;
    display: inline-block;
    /* max-width: 50px; */
    vertical-align: top;
    /* margin-right: 100px; */
    font-size: 0.8rem;
    /* border: solid 1px; */
    /* border-radius: 50%; */
    width: 24%;
    /* height: 35px; */
    position: relative;
}
.steps li i {
    border: solid 4px #a29f9f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    background: #fff;
    display: inline-block;
    line-height: 23px;
    font-style: normal;
    z-index: 100;
    position: relative;
}
.steps li p {margin: 0;margin-top: 10px;}
.steps li.line::after{content:'';/* display: inline-block; */border: solid 5px;width: 46%;position: absolute;top: 10px;left: 57%;color: #c5c4c4;}
.steps li.line-before::before{content:'';/* display: inline-block; */border: solid 5px #c5c4c4;width: 45%;position: absolute;top: 10px;left: -1px;}

.steps li.passed i, .steps li.line.passed::after,.steps li.line-before.passed::before {border-color:#062646}
.steps li.current i, .steps li.line.current::after,.steps li.line-before.current::before {border-color:#DA6805}

.steps li .mdi-check::before,.steps li.passed b { display: none }
.steps li.current b { color: #DA6805 }
.steps li.passed .mdi-check::before { display: initial }
#form-schedule #comment {width: 100%; margin-bottom:20px}
.iti {display:block}
.invite-comment{margin-right: 27px;}
.vmiddle { vertical-align: middle}
#calendar-form-schedule .loading {width: 100%; font-size: 16px; font-weight: bold; text-align: center; margin: 20px 0}
.fc-event{cursor: pointer}
.unavailable .fc-h-event {
    background-color: gray;
    border: 1px solid gray
}
.hide {display: none !important;}
.blocks .row {margin-bottom: 10px; }
.blocks .repetir {
    padding: 10px 10px 0;
    border:1px solid #062646;
    margin-bottom: 10px;
    margin-right: 30px;
}
.blocks .input-group-addon {display: flex;
    align-items: center;
    padding-right: 5px;
}