@font-face {
    font-family: Tobi;
    src: url(./../fonts/tobi.woff2);
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.my-bg {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: -10;
    background-image: url(../img/background.png);
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-efect {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: -9;
}

.my-nav-item {
    outline: none !important;
    font-size: 11pt !important;
    font-weight: bolder !important;
    letter-spacing: 1pt !important;
    color: white !important;
    margin: 0% !important;
    border-bottom: 3px solid transparent;
    transition: background-color 300ms ease-in-out;
}

.my-nav-item a {
    padding: 10px !important;
    color: white;
    font-weight: 380;
}

.my-nav-item:hover {
    border-bottom: 3px solid white;
    transition: border-bottom 300ms ease-in-out
}

.my-navbar {
    z-index: 1;
    background-color: #2C2F2E;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.banner-presentation {
    background-color: transparent
}

.sep {
    border: 2px solid rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    width: 200px
}

.data {
    font-size: 25pt;
    letter-spacing: 5pt
}

.dia-semana {
    margin-top: -20px;
}

.hora {
    font-size: 20pt
}

.atividade {
    margin-top: -20px;
}

/*Estilo da logo*/

.icon1 {
    height: 350px;
    width: 350px;
    margin: auto;
    margin-top: 20px;
    /* margin-bottom: 130px; */
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.753);
    box-shadow: 0 0 20px 2px whitesmoke;
    padding: 0.5%
}

.icon2 {
    height: 100%;
    width: 100%;
    border: 4px solid rgba(0, 0, 0, 0.582);
    position: relative;
}

.item-icon {
    background-color: transparent;
    width: 50px;
    height: 50px;
    margin: auto;
}

.icon-text {
    width: 100%;
    color: #272B2D;
    margin-top: 5px;
    font-family: Tobi;
    text-align: center;
    font-size: 25pt;
    position: absolute;
    bottom: 5px
}

.my-dropdowm {
    position: fixed;
    color: gray !important;
    margin-top: 3px;
    height: 0px;
    overflow: hidden;
    display: none;
    background-color: #2C2F2E
}

.my-dropdowm-item {
    color: gray !important;
    padding: 4px;
    cursor: pointer;
    letter-spacing: 0;
    font-weight: normal;
    background-color: whitesmoke;
    transition: background-color 300ms ease, color 100ms ease
}

.my-dropdowm-item:hover {
    color: white !important;
    background-color: #2C2F2E;
    transition: background-color 300ms ease, color 100ms ease
}

.my-dropdowm-item:hover a {
    color: white !important;
    transition: background-color 300ms ease, color 100ms ease
}

.border-black {
    border: 4px solid #272B2D
}

.bg-white {
    background-color: white !important
}

.divisor {
    border: 1.5px solid rgb(214, 214, 214);
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 10px
}

.title-small {
    padding-left: 20px;
    font-size: 17pt
}

.title-small-1 {
    padding-left: 20px;
    font-size: 20pt
}

.link-on-p {
    text-decoration: none !important
}

.table-comite-prog td,
.table-comite-prog th {
    padding: 4px !important;
    cursor: default !important;
    color: gray !important;
}

.credits {
    text-align: center;
    font-size: 9pt;
    color: rgba(255, 255, 255, 0.445);
    font-weight: normal;
    padding: 2px
}

.img-back {
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: auto
}

.border-gray {
    border: 2px solid rgb(82, 82, 24);
    border-radius: 9px
}

.border-gray2 {
    border: 2px solid rgb(82, 82, 24);
    border-radius: 7px
}

.q1 {
    background-color: rgb(233, 164, 45);
    height: 21px;
    width: 120px;
    margin: auto;
    margin-top: 3px;
    box-shadow: -1px -1px 0px 0px#2C2F2E
}

.circle {
    float: right;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: white;
    margin-top: 2px;
    margin-right: 4px
}

.teste {
    height: 115px;
    width: 150px;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat
}

.img-sbc {
    background-image: url('../img/Logo-SBC-Transparente.png');
    height: 150px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: auto;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0.561);
    border: 4px solid rgba(255, 255, 255, 0.082);
}

.table-programacao th,
.table-programacao td {
    color: white !important;
    text-align: left !important;
    vertical-align: center !important;
    user-select: none !important;
    vertical-align: middle !important;
}

.open-modal {
   cursor: pointer;
}

.table-programacao td div {
    padding: 10px !important;
}

.table-programacao th {
    min-width: 115px !important;
    text-align: center !important;
}

.table-programacao td div:hover {
    background-color: rgba(128, 128, 128, 0.144) !important;
}

.table-programacao tr:hover {
    background-color: rgba(128, 128, 128, 0.144) !important;
}

.nav-tabs .nav-link {
    color: white !important;
    font-weight: 600 !important;
}

.nav-tabs .nav-link.active {
    color: white !important;
    font-weight: 600 !important;
    background-color: rgba(128, 128, 128, 0.144) !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

@media (max-width: 500px) {

    .display-4 {
        font-size: 2.5rem !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    .second-thead {
        display: none;
    }

}

.comming-son {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 17pt;
    text-align: center;
    font-weight: 300;
}

.table-inscricoes td {
    cursor: default;
    vertical-align: middle;
}

.table-inscricoes th {
    border-top: none;
    cursor: default;
}

.modal-header,
.modal-body {
    cursor: default;
}

.cancel-notice {
    padding: 10px 20px 10px 20px;
    color: rgb(88, 73, 73);
    background-color: white;
    width: 97%;
    margin: auto;
    box-shadow: 0 0 5px 0px rgba(245, 245, 245, 0.514);
}

.cancel-notice p {
    text-align: justify;
    text-indent: 20pt;
    margin-bottom: 5px;
}