@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
html {
    font-family: 'Open Sans', sans-serif;
}

input,
textarea,
button {
    /**

    -webkit-appearance: none;
    -moz-appearance: none;
    */
    appearance: none;
    -webkit-font-smoothing: antialiased;
    resize: none;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

input[type="checkbox"] {
    -webkit-appearance: radio;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    outline: 0 !important;
}


/*Blur modal*/

body.modal-open> :not(.modal) {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

p,
input {
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;
    color: normal;
}

.alert-danger {
    background-color: #fc6169;
    color: #FFFFFF;
}

.alert-success {
    background-color: #5db374;
    color: #FFFFFF;
}

.alert {
    border: 0;
    padding: 10px 15px;
    font-size: 13px;
}

.btn-danger {
    background-color: #fc6169;
    border-color: tomato;
}

.btn-success {
    background-color: #5db374 !important;
    border-color: #43ac5f !important;
}

.has-success {
    border-color: #04c801;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error {
    border-color: #fc6169;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.header-home {
    background-image: url("../images/site/home-2-grain-min.jpg");
    background-size: cover;
    height: 500px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    box-shadow: 0px 18px 22px 2px rgba(0,0,0,0.2);
}

.header-home .nav-link {
    width: fit-content;
}

.header-home .nav-link {
    width: fit-content;
}

.header-home ul li a {
    position: relative;
    color: #ffffff !important;
}

.header-home #divButtonLogged {
    width: max-content;
}

.header-home ul li .btn-menu::after {
    content: " ";
    width: 0%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: 0%;
    left: 50%;
    border-radius: 10px;
    transition: all 250ms ease;
}

.header-home ul li .btn-menu:hover::after {
    left: 0%;
    width: 100%;
}

.header-home #userNameMenu {
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem !important;
}

.header-home #btnLogged {
    text-align: left !important;
    padding: 0 !important;
    font-size: 0.75rem !important;
    color: white !important;
    width: 100%;
}

.header-home-intra {
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);
}

.header-home-intra #divButtonLogged {
    width: max-content;
}

.header-home .navbar-toggler {
    background-color: transparent !important;
    color: white;
    font-size: 1.85rem;
}

.header-home-intra .navbar-toggler {
    background-color: transparent !important;
    border: none;
    font-size: 1.85rem;
}

.header-home-intra .navbar {
    padding-left: 0;
    padding-right: 0;
}

.header-home-intra .nav-link {
    width: fit-content;
}

.header-home-intra #div-comece-vender {
    display: none !important;
}

.header-home-intra ul li a {
    position: relative;
    color: #0f559a !important;
}

.header-home-intra ul li .btn-menu::after {
    content: " ";
    width: 0%;
    height: 2px;
    background: #003366;
    position: absolute;
    bottom: 0%;
    left: 50%;
    border-radius: 10px;
    transition: all 250ms ease;
}

.header-home-intra ul li .btn-menu:hover::after {
    left: 0%;
    width: 100%;
}

.header-home-intra #userNameMenu {
    color: #4e4848 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
}

#btn-login-intra {
    background-color: #003366;
    color: white;
    font-size: 0.75rem;
    padding: 0.4rem 1.2rem 0.4rem 1.2rem;
    border-radius: 0;
    font-weight: bold;
}

.header-home-intra #btn-login {
    background-color: #003366;
    color: white;
    font-size: 0.75rem;
    padding: 0.4rem 1.2rem 0.4rem 1.2rem;
    border-radius: 0;
    font-weight: bold;
    border: none;
}

.header-home-intra #btnLogged {
    text-align: left !important;
    padding: 0;
    font-size: 0.75rem;
    width: 100%;
}

.header-home #btn-login {
    color: #003366;
    background-color: #00db00;
    font-size: 0.75rem;
    padding: 0.4rem 1.2rem 0.4rem 1.2rem;
    border-radius: 0;
    font-weight: bold;
}

#div-comece-vender button:hover{
    opacity: 0.9;
    transition: 0.5s

}
#div-comece-vender {
    height: 340px;
    justify-content: center;
    margin-top: 0px;
}

#div-comece-vender p {
    /*width: 486px;*/
    font-size: 2.5rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0px;
    margin: 0;
}

#div-comece-vender button {
    background-color: #00db00;
    border-radius: 0px;
    margin-top: 0.8rem;
    font-weight: bold;
    font-size: 13px;
    color: #003366;
    width: 13.5em;
    height: 3.3em;
}

#detalhes-site {
    background-image: url('../images/site/bkg-cos.png');
    background-size: 100%;
    background-position: center;
    padding: 4rem;
}

#detalhes-site p {
    color: #666666;
}

#detalhes-site h1 {
    color: #003366;
    line-height: 0.8;
    letter-spacing: -3.4px;
    font-size: 2.6em;
    font-weight: 900;
}

#card-servicos {
    box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.05);
    min-height: 300px;
    height: 320px;
    max-height: 350px;
}

#card-servicos .card-body div {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

#card-servicos .card-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#card-servicos h2 {
    color: #0f0f0f;
    font-weight: bolder;
    font-size: 2.5rem;
    line-height: 1;
}

#card-pagina-evento {
    background-image: url(../images/site/pagina_do_evento_semfade-min.png);
    background-size: 100% 100%;
}

#card-pagina-mockup {
    height: 100%;
}

#card-pagina-mockup img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

#card-pagina-mockup .card-body {
    background-color: #f7f9fa;
}

#card-inscricoes {
    background-image: url(../images/site/card-home-incricoes.png);
    background-size: 100% 100%;
}

#card-atividades {
    background-image: url(../images/site/card-home-atividades.png);
    background-size: 100% 100%;
}

#card-certificados {
    background-image: url(../images/site/card-home-certificados.png);
    background-size: 100% 100%;
}

#card-trabalhos-cientificos {
    background-image: url(../images/site/card-trabalhos-cientificos-min.png);
    background-size: 100% 100%;
}

.card-home-conteudo-3-4-5 {
    color: white;
    background: linear-gradient(to bottom, rgba(31, 31, 31, 0), rgba(38, 38, 38, 0.07) 16%, #002448 93%);
    min-height: 300px;
    height: 410px;
    max-height: 450px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-home-conteudo-3-4-5 p {
    line-height: 22px;
}

.card-home-conteudo-2-6 p {
    line-height: 22px;
}

.card-home-conteudo-2-6 {
    color: white;
    background: linear-gradient(to left, rgba(31, 31, 31, 0), rgba(38, 38, 38, 0.07) 5%, #002448 99%);
    min-height: 300px;
    height: 320px;
    max-height: 350px;
    padding: 2rem;
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lista-tarefas {
    list-style: none;
    /* Remove list bullets */
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    /*justify-content: center;*/
}

.lista-tarefas li {
    color: #666666;
    font-size: 1.25rem;
    padding: 3px;
    line-height: 1.40;
    color: #666666;
}

.lista-tarefas li span {
    color: #00db00;
    /* Or a color you prefer */
    margin-right: 0.4rem;
}

.btn-green-cos {
    background-color: #00db00;
    height: 3rem;
    width: 10rem;
}

.quanto-custa {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: -1.1px;
    color: #ffffff;
    text-align: center;
    word-wrap: break-word;
}

.texto-antes-rodape {
    width: 242px;
    font-size: 16px;
    line-height: 1.29;
    text-align: center;
    color: #d0d0d0 !important;
    margin: 0 auto;
    font-weight: 100;
}

.eventos-pagos {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.29;
    text-align: center;
    margin-bottom: 0px;
    color: #f7f9fa;
}

.eventos-gratuitos {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.29;
    text-align: center;
    margin-bottom: 0px;
    color: #f7f9fa;
}

#card-antes-footer {
    height: 100%;
}

#card-antes-footer .card-body {
    display: flex;
    justify-content: center;
}

.conteudo {
    width: 90%;
    margin: 0 auto;
}

.antes-rodape {
    padding-top: 2em;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 1em;
}

.antes-rodape #botao-criar-eventos-antes-rodape {
    color: #003366;
    background-color: #00db00;
    font-weight: 600;
    padding: 0.7rem 2.7rem 0.7rem 2.7rem;
}

#card-evento-pago p:nth-child(2) {
    background-color: white;
    height: 3px;
    width: 8em;
}

#card-evento-pago p:nth-child(3) {
    color: #00db00;
    font-size: 5rem;
}

#card-evento-pago p:nth-child(3) span {
    font-size: 2.5rem;
}

#card-evento-gratuitos p:nth-child(2) {
    background-color: white;
    height: 3px;
    width: 10em;
}

#card-evento-gratuitos p:nth-child(3) span {
    font-size: 2.5rem
}

#card-evento-gratuitos p:nth-child(3) {
    color: #00db00;
    font-size: 5rem;
}

#footer {
    background-color: #003366;
    /*height: 100%;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#footer #div-direitos-reservados {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#footer #div-direitos-reservados img {
    width: 215px;
}

#footer #div-direitos-reservados p {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #d0d0d0;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul li a {
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 10px;
}


/*
540px	720px	960px	1140px
*/

#formCheckout .input-group-prepend {
    width: auto;
}

.form-cos-default {
    margin-bottom: 2rem;
    color: #0f559a;
    font-weight: 700;
}

.form-cos-default .disabledInput {
    background-color: #e9ecef !important;
    cursor: not-allowed;
}

.form-cos-default .error {
    color: #f55959;
    font-size: 0.7rem;
    margin-bottom: 0;
}

.form-cos-default button {
    background-color: #003366;
    color: white;
    border-radius: 5px;
}

.form-cos-default select {
    color: #666666;
    font-style: italic;
    border-radius: 0;
    font-size: 0.7rem;
    height: 2.2rem;
}

.form-cos-default input {
    color: #666666;
    font-style: italic;
    border-radius: 6px;
    font-size: 0.7rem;
    height: 2.2rem;
}

.form-cos-default textarea {
    color: #666666;
    font-style: italic;
    border-radius: 0;
    font-size: 0.7rem;
}

.form-cos-default .form-group {
    margin-bottom: 0px;
}

.form-cos-default label {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    color: #4c576c;
}

.label-obrigatorio {
    font-size: 12px;
    font-weight: 700;
    color: #dc3545 !important;
}

.form-cos-default small {
    font-style: italic;
    font-size: 0.6rem;
}

.form-cos-default .input-group-text {
    background-color: #ffffff;
    border-right: 0 !important;
    border-radius: 0;
    font-size: 0.9rem;
}

.form-cos-default .input-group-prepend input {
    border-left: 0 !important;
    padding-left: 0px;
}

.form-cos-default .input-group-prepend {
    width: 100%;
}

.table-default-cos td {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-style: italic;
}

.table-default-cos thead tr th {
    padding-right: 0;
    padding-left: 0.4rem;
    font-size: 0.85rem;
}

.table-default-cos tbody tr {
    background-color: #f7f9fa;
    border-bottom: solid 1px #6666660f;
    color: #666;
}

.table-default-cos tbody tr td {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    vertical-align: middle !important;
}
.table-default-cos tbody tr td ul{
    padding-left: 0;
}

.table-default-cos .td-event {
    max-width: 21rem;
    min-width: 12rem;
}

.table-default-cos tbody :last-child {
    border-bottom: 0;
}

.table-default-cos .situationSale {
    color: #666666;
    font-weight: bold;
}

.table-default-cos .color-suave-td {
    color: #666666;
    font-weight: bold;
}

.table-default-cos tbody td button {
    text-transform: uppercase;
    font-size: 0.8rem;
    display: block;
}

.table-default-cos .optionsButtons a {
    text-transform: uppercase;
    font-size: 0.8rem;
    width: fit-content;
    display: block;
}

.table-default-cos tbody td a:hover {
    color: white;
}

.table-default-cos tbody .optionsButtons :not(:first-child) {
    margin-top: 0.2rem;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}


/*
#formCheckout{
    color: #0f559a;
    font-weight: 700;
    font-size: 0.8rem;
}
#formCheckout button{
   background-color: #003366;
   color: white;
   border-radius: 0;
}

#formCheckout input{
    color: #666666;
    font-style: italic;
    border-radius: 0;
    font-size: 0.7rem;
    height: 2.2rem;
}
#formCheckout .input-group-prepend{
    height: 2.2rem;
    border-radius: 0;
}

#formCheckout textarea{
    color: #666666;
    font-style: italic;
    border-radius: 0;
    font-size: 0.7rem;
}

#formCheckout small{
    font-style: italic;
    font-size: 0.6rem;
}
*/

#formCheckout .form-group {
    margin-bottom: 0px;
}

@media (max-width: 510px) {
    .modalDialog>div {
        width: 330px !important;
        margin: calc(8vh) auto !important;
    }
    #card-pagina-mockup img {
        display: block;
    }
    #card-servicos .card-body div {
        width: 30%;
    }
    .card-home-conteudo-2-6,
    .card-home-conteudo-3-4-5 {
        height: 100%;
    }
    #ard-pagina-evento,
    #card-inscricoes,
    #card-atividades,
    #card-certificados,
    #card-trabalhos-cientificos {
        background-size: cover;
    }
}

@media (max-width: 625px) {
    #card-pagina-mockup img {
        display: none;
    }
    #detalhes-site {
        background-color: none;
    }
    .table-default-cos thead {
        display: none;
    }
    .table-default-cos tbody tr {
        margin-bottom: 11px;
        display: flex;
        flex-direction: column;
        border-bottom: none;
        /*
        border-bottom: dashed 8px #FFFFFF;
        */
    }
    .table-default-cos .container-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .table-default-cos tbody tr td span {
        font-weight: bold;
        color: #6c757d;
        display: block !important;
    }
    .table-default-cos tbody tr td {
        align-items: center;
        justify-content: space-between;
        display: flex;
        font-weight: bold;
    }
    .card-body {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 768px) {
    .header-home #userNameMenu {
        padding: 0.7rem 0;
    }
    .card-home-conteudo-2-6,
    .card-home-conteudo-3-4-5 {
        width: 100%;
        padding: 1rem;
    }
    .card-home-conteudo-2-6 {
        background-size: cover;
    }
    #card-pagina-mockup img {
        height: 250px;
    }
    .antes-rodape {
        height: 100%;
    }
    #card-antes-footer .card-body {
        display: block;
    }
    .header-home {
        background-size: none;
        background-repeat: no-repeat;
        background-position: center center;
        height: 500px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #div-comece-vender button{
        width: 11.5em;
        height: 3em;
    }
    #div-comece-vender {
        height: 262px;

        /*height: 300px;
        */
    }
    #div-comece-vender p{
        font-size: 30px;
        /*height: 300px;
        height: 192px;
        */
    }
    /*
    display: flex;
    justify-content: center;
    flex-direction: column;
    */
}

@media (max-width: 1000px) {
    #detalhes-site {
        background-image: none;
        padding: 0;
    }
    #card-servicos h2 {
        font-size: 2rem;
    }
    .card-home-conteudo-2-6,
    .card-home-conteudo-3-4-5 {
        padding: 1rem;
    }
    #conteudoSelecionarIngressos {
        width: 90%;
    }
}

@media (max-width: 1140px) {
    #card-servicos .card-body div {
        width: 90%;
    }
}


/*Modal login*/

#btn-login-modal {
    background-color: #003366;
    width: 16em;
    border-radius: 0;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .8;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: auto;
    width: auto;
    background-image: none;
}

.carousel-control-next-icon i,
.carousel-control-prev-icon i {
    color: #003366;
}


/* Defaults */

.color-black {
    color: black !important;
}

.color-white {
    color: white !important;
}

.color-default-cos {
    color: #003366;
}

.color-default-cos-2 {
    color: #0f559a;
}

.color-success {
    color: #5db374;
}

.color-danger {
    color: #fc6169;
}


/* Button */

.btn-back-default {
    background-color: #ffff;
    color: #003366;
    border: 1px solid #003366;
    border-radius: 0;
    font-size: 0.8rem;
    /*
    background-color: #ddd;
    color: #524f4f;
    border: none;
    */
}

.btn-cos-default {
    background-color: #003366;
    color: white;
    border-radius: 0;
}
.btn-cos-default:hover{
    opacity: 0.95;
}
a.btn-cos-default:hover{
    color: white;
}
/* Bordas */

.b-shadow-2 {
    box-shadow: 1px 1px 13px 3px rgba(0, 0, 0, 0.02);
    transition-duration: 1s;
}

.b-shadow-3 {
    box-shadow: 1px 1px 13px 3px rgba(0, 0, 0, 0.03);
    transition-duration: 1s;
}

.b-shadow-4 {
    box-shadow: 1px 1px 13px 3px rgba(0, 0, 0, 0.04);
    transition-duration: 1s;
}

.b-shadow-5 {
    box-shadow: 1px 1px 13px 3px rgba(0, 0, 0, 0.05);
    transition-duration: 1s;
}

.border-radius-none {
    border-radius: 0;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-right-none {
    border-right: none !important;
}

.border-left-none {
    border-left: none !important;
}

.border-none {
    border: none !important;
}

.border-color-black {
    border-color: rgba(0, 0, 0, 0.05) !important;
}

.border-solid {
    border: 1px solid black;
}

.border-shadow-suave {
    box-shadow: 3px 5px 5px 3px rgba(0, 0, 0, 0.05);
}

.border-shadow-suave-3 {
    box-shadow: 3px 5px 5px 3px rgba(0, 0, 0, 0.03);
    transition-duration: 1s;
}

.border-shadow-hover:hover {
    box-shadow: 3px 5px 14px 3px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}

.border-bottom-01 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.01) !important;
}

.border-bottom-02 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
}

.border-bottom-03 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-bottom-04 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.border-bottom-05 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.border-bottom-06 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-bottom-07 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.border-bottom-08 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom-09 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-1 {
    border-radius: 1px !important;
}

.border-radius-2 {
    border-radius: 2px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-7 {
    border-radius: 7px !important;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.border-radius-9 {
    border-radius: 9px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-11 {
    border-radius: 11px !important;
}

.border-radius-12 {
    border-radius: 12px !important;
}

.border-radius-13 {
    border-radius: 13px !important;
}

.border-radius-14 {
    border-radius: 14px !important;
}


/* Cursor*/

.cursor-pointer {
    cursor: pointer;
}

.cursor-none {
    pointer-events: none;
}


/* Background */

.background-color-defaut {
    background-color: #f3f3f3;
}

.bkgcolor-fundo-default {
    /*background-color: #f7f9fa;*/
    background-color: #f8f8f8;
}

.background-transparent {
    background: transparent !important;
}

.background-none {
    background: none !important;
    background-color: transparent;
    border: none;
}

.bgcolor-default {
    background-color: #003366;
}

.bgcolor-success {
    color: #5db374;
}

.bgcolor-danger {
    color: #fc6169;
}

.outline-none {
    outline: none !important;
}


/* Opacity*/

.opacity-suave {
    opacity: 0.5;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}


/* Font */

.f1 {
    font-size: 1px;
}

.f2 {
    font-size: 2px;
}

.f3 {
    font-size: 3px;
}

.f4 {
    font-size: 4px;
}

.f5 {
    font-size: 5px;
}

.f6 {
    font-size: 6px;
}

.f7 {
    font-size: 7px;
}

.f8 {
    font-size: 8px;
}

.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 5px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f-bold {
    font-weight: bold;
}

.f-bold-100 {
    font-weight: 100;
}

.f-bold-200 {
    font-weight: 200;
}

.f-bold-300 {
    font-weight: 300;
}

.f-bold-400 {
    font-weight: 400;
}

.f-bold-500 {
    font-weight: 500;
}

.f-bold-600 {
    font-weight: 600;
}

.f-bold-700 {
    font-weight: 700;
}

.f-bold-800 {
    font-weight: 800;
}

.f-bold-900 {
    font-weight: 900;
}

.f-bold-lighter {
    font-weight: lighter;
}


/* barra Scroll navegador*/

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    -webkit-border-radius: 16px;
}

 ::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
}

 ::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #666;
    -webkit-border-radius: 3px;
}

 ::-webkit-scrollbar-thumb:horizontal {
    width: 2px;
    background-color: #666;
    -webkit-border-radius: 3px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.row {
    margin-top: 0.5rem;
    /*
    margin-left: 0;
    margin-right: 0;
    */
}


/* Fontaeson size icon*/

.fa-0-1x {
    font-size: 0.1rem;
}

.fa-0-2x {
    font-size: 0.2rem;
}

.fa-0-3x {
    font-size: 0.3rem;
}

.fa-0-4x {
    font-size: 0.4rem;
}

.fa-0-5x {
    font-size: 0.5rem;
}

.fa-0-6x {
    font-size: 0.6rem;
}

.fa-0-7x {
    font-size: 0.7rem;
}

.fa-0-8x {
    font-size: 0.8rem;
}

.fa-0-9x {
    font-size: 0.9rem;
}

.fa-1x {
    font-size: 1rem;
}

.fa-1-1x {
    font-size: 1.1rem;
}

.fa-1-2x {
    font-size: 1.2rem;
}

.fa-1-3x {
    font-size: 1.3rem;
}

.fa-1-4x {
    font-size: 1.4rem;
}

.fa-1-5x {
    font-size: 1.5rem;
}

.fa-1-6x {
    font-size: 1.6rem;
}

.fa-1-7x {
    font-size: 1.7rem;
}

.fa-1-8x {
    font-size: 1.8rem;
}

.fa-1-9x {
    font-size: 1.9rem;
}

.fa-2x {
    font-size: 2rem;
}

.fa-2-5x {
    font-size: 2.5rem;
}


/*Font size*/

.fs-0-1 {
    font-size: 0.1rem;
}

.fs-0-2 {
    font-size: 0.2rem;
}

.fs-0-3 {
    font-size: 0.3rem;
}

.fs-0-4 {
    font-size: 0.4rem;
}

.fs-0-5 {
    font-size: 0.5rem;
}

.fs-0-6 {
    font-size: 0.6rem;
}

.fs-0-7 {
    font-size: 0.7rem;
}

.fs-0-8 {
    font-size: 0.8rem;
}

.fs-0-9 {
    font-size: 0.9rem;
}

.fs-1 {
    font-size: 1rem;
}

.fs-1-1 {
    font-size: 1.1rem;
}

.fs-1-2 {
    font-size: 1.2rem;
}

.fs-1-3 {
    font-size: 1.3rem;
}

.fs-1-4 {
    font-size: 1.4rem;
}

.fs-1-5 {
    font-size: 1.5rem;
}

.fs-1-6 {
    font-size: 1.6rem;
}

.fs-1-7 {
    font-size: 1.7rem;
}

.fs-1-8 {
    font-size: 1.8rem;
}

.fs-1-9 {
    font-size: 1.9rem;
}

.fs-2 {
    font-size: 2rem;
}

.fs-2-1 {
    font-size: 2.1rem;
}

.fs-2-2 {
    font-size: 2.2rem;
}

.fs-2-3 {
    font-size: 2.3rem;
}

.fs-2-4 {
    font-size: 2.4rem;
}

.fs-2-5 {
    font-size: 2.5rem;
}

.fs-2-6 {
    font-size: 2.6rem;
}

.fs-2-7 {
    font-size: 2.7rem;
}

.fs-2-8 {
    font-size: 2.8rem;
}

.fs-2-9 {
    font-size: 2.9rem;
}

.fs-3 {
    font-size: 3rem;
}

.fs-3-1 {
    font-size: 3.1rem;
}

.fs-3-2 {
    font-size: 3.2rem;
}

.fs-3-3 {
    font-size: 3.3rem;
}

.fs-3-4 {
    font-size: 3.4rem;
}

.fs-3-5 {
    font-size: 3.5rem;
}

.fs-3-6 {
    font-size: 3.6rem;
}

.fs-3-7 {
    font-size: 3.7rem;
}

.fs-3-8 {
    font-size: 3.8rem;
}

.fs-3-9 {
    font-size: 3.9rem;
}

.fs-4 {
    font-size: 4rem;
}


/*Line hight*/

.lh-1-0 {
    line-height: 1rem;
}

.lh-1-1 {
    line-height: 1.1rem;
}

.lh-1-2 {
    line-height: 1.2rem;
}

.lh-1-3 {
    line-height: 1.3rem;
}

.lh-1-4 {
    line-height: 1.4rem;
}

.lh-1-5 {
    line-height: 1.5rem;
}

.lh-1-6 {
    line-height: 1.6rem;
}

.lh-1-7 {
    line-height: 1.7rem;
}

.lh-1-6 {
    line-height: 1.6rem;
}

.lh-1-8 {
    line-height: 1.8rem;
}

.lh-1-9 {
    line-height: 1.9rem;
}

.lh-2 {
    line-height: 2rem;
}


/*Widht porcent*/

.w-10 {
    width: 10%;
}

.w-11 {
    width: 11%;
}

.w-12 {
    width: 12%;
}

.w-13 {
    width: 13%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.w-17 {
    width: 17%;
}

.w-18 {
    width: 18%;
}

.w-19 {
    width: 19%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-91 {
    width: 91%;
}

.w-92 {
    width: 92%;
}

.w-93 {
    width: 93%;
}

.w-94 {
    width: 94%;
}

.w-95 {
    width: 95%;
}

.w-96 {
    width: 96%;
}

.w-97 {
    width: 97%;
}

.w-98 {
    width: 98%;
}

.w-99 {
    width: 99%;
}

.w-100 {
    width: 100%;
}


/** Modals /
/*MODAL PARA EXIBIR INFORMA��ES DO VENDIMENTO DA SEGUNDA VIA DO BOLETO EM COMPRAS COMFIRMADAS */

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    border-radius: 3px;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    /*
    opacity: 0;
    pointer-events: none;
    */
    display: none;
}

.modalDialog.show {
    display: block;
    /*
    opacity: 1;
    pointer-events: unset;
    */
}

.modalDialog .tooltip {
    z-index: 9999 !important;
}

.modalDialog .texto_modal_mdlv {
    font-weight: normal;
    text-align: justify;
    font-size: 15px;
    color: red;
    margin-bottom: 10px;
    padding: 10px;
    border-style: dashed;
    border-color: red;
    border-width: 1px;
    border-radius: 3px;
}

.modalDialog .texto_modal_mcv {
    font-weight: normal;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 14px 10px 14px 10px;
    color: #666666;
    /*
    color: #3e6b8c;
    border-style: dashed;
    border-color: #3e6b8c;
    border-width: 1px;
    */
    margin-top: 12px;
    border-radius: 3px;
    background-color: #cecece66;
}

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

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 350px;
    position: relative;
    margin: calc(24vh) auto;
    padding: 15px 20px 13px 20px;
    border-radius: 5px;
    background: #fff;
}

.modalDialog .closeModal {
    background: #0f0f0f;
    line-height: 25px;
    color: white;
    position: absolute;
    right: -12px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    top: -10px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.modalDialog .closeModal:after {
    content: "\d7";
}

.modalDialog .closeModal:hover {
    background: #013d79;
}

.modalDialog a:hover {
    text-decoration-line: none;
    text-decoration-style: none;
}

.modalDialog .btn_confirmar_cancelar {
    font-family: Arial;
    border: 1px solid #003366;
    margin-right: 0px;
    padding: 5px;
    width: 80px;
    color: white;
    cursor: pointer;
    background: #003366;
    border-radius: 3px;
    margin-top: 10px;
}

.modalDialog .div_btn_confirm_cancel {
    margin: 0px auto;
    font-size: 0.9rem;
    text-align: center;
}

.modalDialog .btn_confirm {
    background: #5db374;
    border-color: white;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    width: auto;
}

.modalDialog .btn_cancel_1 {
    background: #fc6169;
    border-color: white;
    outline: none;
}

.modalDialog .div_btn_cancel {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    width: 55px;
}

.modalDialog .btn_cancel_2 {
    width: 55px;
}


/*MODAL PARA EXIBIR CRACH� */

/* COUNTDOWN CONFIGURATION */

.countdown-header {
    text-align: center;
    background: #f96f6d;
    padding: 10px;
    font-weight: 700;
    color: white;
    position: sticky;
     top: 0;
     left: 0;
    z-index: 99;
}

.countdown-header img {
    width: 40px;
    margin-left: 7px;
    margin-right: 3px;
}
/* Grey Section */