@import "fonts.css";
@import "colors.css";

.profile-button {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: white !important;
    text-align: center;
    font-weight: bold;
}

#nav-menu .navbar-nav .active .nav-link.profile-button {
    color: white !important;
}

.profile-button:hover {
    opacity: 0.9;
}

.profile-button.dropdown-toggle::after {
    display: none !important;
}

.profile-name {
    max-width: 300px !important;
}

.bg-dark-orange {
    background-color: var(--var-dark-orange);
}
.bg-dark-green {
    background-color: var(--var-dark-green);
}
.bg-dark-deep-blue {
    background-color: var(--var-dark-deep-blue);
}
.bg-dark-blue {
    background-color: var(--var-dark-blue);
}
.bg-gray {
    background-color: var(--var-gray);
}
.bg-light-gray {
    background-color: var(--var-light-gray);
}

.dark-orange-button,
.dark-green-button,
.dark-deep-blue-button,
.dark-blue-button,
.dark-red-button,
.dark-brown-button,
.dark-orange-button,
.dark-green-button,
.orange-dark-button {
    font-family: MuseoSans, sans-serif;
    padding: 11.25px 35px;
    border-radius: 2px;
    border-bottom: solid 2.5px var(--var-gray);
    color: var(--var-white) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.dark-orange-button {
    background-color: var(--var-dark-orange);
}
.dark-green-button {
    background-color: var(--var-dark-green);
}
.dark-deep-blue-button {
    background-color: var(--var-dark-deep-blue);
}
.dark-blue-button {
    background-color: var(--var-dark-blue);
}
.dark-red-button {
    background-color: var(--var-dark-red);
}

.dark-orange-button:active,
.dark-orange-button:hover,
.dark-orange-button:visited,
.dark-orange-button:focus {
    background-color: var(--var-orange);
}
.dark-green-button:active,
.dark-green-button:hover,
.dark-green-button:visited,
.dark-green-button:focus {
    background-color: var(--var-green);
}
.dark-deep-blue-button:active,
.dark-deep-blue-button:hover,
.dark-deep-blue-button:visited,
.dark-deep-blue-button:focus {
    background-color: var(--var-deep-blue);
}
.dark-blue-button:active,
.dark-blue-button:hover,
.dark-blue-button:visited,
.dark-blue-button:focus {
    background-color: var(--var-blue);
}
.dark-red-button:active,
.dark-red-button:hover,
.dark-red-button:visited,
.dark-red-button:focus {
    background-color: var(--var-red);
}
.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
    box-shadow: 0 0 30px #CCC6;
}

.shadow-xs {
    box-shadow: 8px 0 10px #CCC6;
}

/* TOP BANNER START */
#top-banner.ellipse-mask {
    -webkit-mask-image: url(/assets/img/site/mascara-elipse.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: 51%;
    -webkit-mask-position-y: bottom;
     height: 180px;
}

#top-banner.banner-img {
    background-image: linear-gradient(transparent, transparent);
    background-position-x: center;
    background-size: 1150px auto;
    background-repeat: no-repeat;
}

#top-banner .content-banner {
    width: 100%;
    height: 90%;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#top-banner .content-banner h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase !important;
}
/* TOP BANNER END */

select[readonly] {
    background: #EEE;
    pointer-events: none;
    touch-action: none;
}

.horario_input{
    width: 70px;
    margin-right: 10px;
    padding: 4px; /* Padding interno dos inputs */
    margin-bottom: 5px; /* Margem inferior entre os inputs */

}


.tabela_horario{
    padding: 4px; /* Padding interno dos inputs */
    width: 200;
    border-collapse: collapse; /* Para mesclar as bordas das células */
    margin-bottom: 10px; /* Margem inferior opcional para espaçamento entre tabelas */

}


.tabela_horario th,
.tabela_horario td {
    padding: 5px; /* Padding interno das células */
    text-align: center; /* Alinhamento centralizado do texto */
}


.add-horario {
    margin-top: 5px; /* Margem superior opcional para espaçamento entre botões */
}


html {
    height:100%;
    min-height:100%;
}

body {
    height:100%;
    min-height:100%;
    overflow-x: hidden;
}

legend,
label,
h4,
p,
a,
pre {
    font-family: Montserrat, sans-serif;
}

label,
p,
pre {
	color: #777;
}

h4 {
    font-weight: 700;
    color: #555;
}

form label.required:after {
    content: " *";
    color: #dc3545 !important;
    font-size: 20px;
    line-height: 0;
}

form .form-link,
form .form-link:hover {
    color: #666 !important;
}

input.rounded-corners,
textarea.rounded-corners {
    border-radius: 14px;
}

img.white-color {
    filter: brightness(0%) invert(100%);
}

.centroNoticia{
    display: flex;
    justify-content: center;
    align-items: center; /** ISSO AQUI ALINHA VERTICALMENTE */
}

#contact-us form input.form-control,
#student-area form .form-control,
#company-area form .form-control,
#institution-area form .form-control,
#subscribe form .form-control {
    height: 46px !important;
    border-color: rgba(200, 200, 200, 0.3);
    padding: 10px 15px;
}

#contact-us form .form-control:focus,
#student-area form .form-control:focus,
#company-area form .form-control:focus,
#institution-area form .form-control:focus,
#subscribe form .form-control:focus {
    border-color: #80bdff;
}

/* Carousel para exibir 3 itens (responsivo). */
@media (min-width: 768px) {
    .carousel-responsive .carousel-inner .active,
    .carousel-responsive .carousel-inner .active + .carousel-item,
    .carousel-responsive .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-responsive .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-responsive .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-responsive .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-responsive .carousel-inner .carousel-item-next,
    .carousel-responsive .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-responsive .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .carousel-responsive .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-responsive .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-responsive .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-responsive .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    .carousel-responsive .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .carousel-responsive .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-responsive .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-responsive .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-responsive .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
    }
}

.text-decoration-none {
    text-decoration: none !important;
}

/* Propriedades bootstrap form-control. */
.form-control:focus {
    box-shadow: none !important;
}

.form-control::placeholder {
    font-family: MuseoSans, sans-serif;
    color: rgba(170, 170, 170, 0.9);
    font-size: 15px;
}
/* Fim propriedades bootstrap form-control. */

/* Botões personalizados */
.green-button,
.purple-button,
.blue-button,
.blue-light-button,
.blue-light-link,
.orange-button,
.red-button,
.brown-button,
.acqua-button,
.dark-orange-button {
    font-family: MuseoSans, sans-serif;
    padding: 11.25px 35px;
    border-radius: 2px;
    border-bottom: solid 2.5px gray;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.green-button {
    background-color: #0ab496;
}

.green-button:active,
.green-button:hover,
.green-button:visited,
.green-button:focus {
    background-color: #0fd398;
}

.blue-button {
    background-color: #003366;
}

.blue-button:active,
.blue-button:hover,
.blue-button:visited,
.blue-button:focus {
    background-color: #003f88;
}

.blue-light-button {
    background-color: #4B9EFF;
}

.blue-light-link {
    background-color: #4B9EFF;
}

.blue-light-button:active,
.blue-light-button:hover,
.blue-light-button:visited,
.blue-light-button:focus {
    background-color: #0053B3;
}

.orange-button {
    background-color: #ff9900;
}

.orange-button:active,
.orange-button:hover,
.orange-button:visited,
.orange-button:focus {
    background-color: #ffb500;
}

.red-button{
    background-color:  #ee3232;
}

.red-button:active,
.red-button:hover,
.red-button:visited,
.red-button:focus {
    background-color: #ee3232 ;
}

.brown-button{
    background-color: #A52A2A;
}

.acqua-button{
    background-color: #077db8;
}

.dark-green-button{
    background-color: #009999;
}

.dark-green-button:active,
.dark-green-button:hover,
.dark-green-button:visited,
.dark-green-button:focus {
    background-color: #006666 ;
}

.brown-button:active,
.brown-button:hover,
.brown-button:visited,
.brown-button:focus {
    background-color: #7a1f1f ;
}

.acqua-button.active,
.acqua-button:hover,
.acqua-button:visited,
.acqua-button:focus {
    background-color: #035e8c ;
}

.orange-dark-button{
    background-color: #b34700;
}
.orange-dark-button:active,
.orange-dark-button:hover,
.orange-dark-button:visited,
.orange-dark-button:focus {
    background-color: #993d00;
}


.dark-orange-button{
    background-color: #ff9900;
}
.dark-orange-button:active,
.dark-orange-button:hover,
.dark-orange-button:visited,
.dark-orange-button:focus {
    background-color: #e68a00;
}

.green-button:focus,
.blue-button:focus,
.orange-button:focus,
.red-button:focus,
.brown-button:focus,
.dark-orange-button:focus,
.orange-dark-button:focus{
    border-color: transparent;
}

.purple-button {
    background-color: #660087;
}

.purple-button:active,
.purple-button:hover,
.purple-button:visited,
.purple-button:focus {
    background-color: #c100ff;
}
/* Botões personalizados END */

i.fa-lg {
    line-height: 1 !important;
}

.content {
    min-height: 500px !important;
}

.bg-gray {
    background-color: #f4f4f6 !important;
}

.bg-green {
    background-color: #0ab496 !important;
}

.bg-blue {
    background-color: #003366 !important;
}

.bg-brown {
    background-color: #A52A2A !important;
}

.bg-acqua {
    background-color: #077db8 !important;
}
.bg-orange-dark {
    background-color: #b34700 !important;
}

.bg-green-dark{
    background-color: #009999 !important;
}

.bg-blue-light {
    background-color: #4B9EFF !important;
}
.bg-orange {
    background-color: #ff9900 !important;
}

.green-color {
    color: #0ab496 !important;
}

.blue-color {
    color: #003366 !important;
}

.blue-light-color {
    color: #4B9EFF !important;
}

.orange-color {
    color: #ff9900 !important;
}

.feedback-error {
    color: #dc3545 !important;
    font-size: 92% !important;
}

.message-box .alert {
    font-family: MuseoSans, sans-serif;
    font-size: 16.5px;
}

.message-box .alert-dismissible {
    padding-right: 2.5rem !important;
}

.text-underline {
    position: relative;
}

.text-underline:after {
    content: "";
    width: 80%;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-width: 0 0 2px;
    border-style: solid;
}

.line-center.text-underline:after {
    left: 50% !important;
    margin-left: -40%;
    border-width: 0 0 3px !important;
}

.line-center.text-underline.line-w-50:after {
    width: 50% !important;
    margin-left: -25% !important;
}

.line-center.text-underline.line-w-30:after {
    width: 30% !important;
    margin-left: -15% !important;
}

.green-line.text-underline:after {
    color: #0ab496;
}

.blue-line.text-underline:after {
    color: #003366;
}

.blue-light-line.text-underline:after {
    color: #4B9EFF;
}

.brown-line.text-underline:after {
    color: #A52A2A;
}

.dark-orange-line.text-underline:after {
    color: #b34700;
}

.dark-green-line.text-underline:after {
    color: #009999;
}

.orange-line.text-underline:after {
    color: #ff9900;
}
.red-line.text-underline:after {
    color: #ff2d00;
}
.purple-line.text-underline:after {
    color:#c100ff;
}

/* MENU */
#main-menu {
    box-shadow: 0 -3px 10px 1px gray;
    z-index: 999;
}

#main-menu .navbar-toggler {
    font-size: 1.5em;
    border-radius: 0 !important;
    border-color: rgba(0, 0, 0, 0.4);
    border-width: 2px;
}

#nav-menu .navbar-nav .dropdown-menu {
    top: 70px;
    border-radius: 0 !important;
    border-color: rgba(0, 0, 0, 0.15);
}

#nav-menu .navbar-nav .nav-link,
#nav-menu .navbar-nav .dropdown-item {
    font-family: MuseoSans, sans-serif;
    color: #555;
}

#nav-menu .navbar-nav .nav-link {
    font-size: 17px;
}

#nav-menu .navbar-nav .dropdown-item {
    font-size: 17px;
}

#nav-menu .navbar-nav .nav-link:hover,
#nav-menu .navbar-nav .nav-link:active,
#nav-menu .navbar-nav .nav-link:focus,
#nav-menu .navbar-nav .dropdown-item:hover,
#nav-menu .navbar-nav .dropdown-item:active,
#nav-menu .navbar-nav .dropdown-item:focus {
    transition: 0.2s;
    color: #ff9900;
    background-color: transparent;
    border-color: transparent;
}

#nav-menu .navbar-nav .active .nav-link {
    color: #ff9900 !important;
}

#nav-menu .navbar-nav .dropdown-menu .dropdown-submenu {
    position: relative;
}

#nav-menu .navbar-nav .dropdown-menu .dropdown-submenu a::after {
    position: absolute;
    top: .8em;
}

#nav-menu .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: -31% !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
}

#nav-menu .navbar-nav .dropdown-menu .dropdown-submenu.drop-left .dropdown-menu {
    left: 100%;
}

#nav-menu .navbar-nav .dropdown-menu .dropdown-submenu.drop-right .dropdown-menu {
    left: -156%;
}

@media (min-width: 992px) {
    #nav-menu .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
        margin-left: .1rem !important;
        margin-right: .1rem !important;
    }

    #nav-menu .navbar-nav .dropdown-menu .dropdown-submenu.drop-left a::after {
        transform: rotate(-90deg);
        right: 6px;
    }

    #nav-menu .navbar-nav .dropdown-menu .dropdown-submenu.drop-right a::after {
        transform: rotate(90deg);
        left: 6px;
    }
}

/* SUBSCRIBE */
#subscribe .banner {
    background-image: url(/assets/img/site/banner-inscrever.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

#subscribe h4 {
    font-family: MuseoSans, sans-serif;
    font-weight: 700;
}

#subscribe .form-subscribe .form-control {
    border-radius: 2px;
}

@media (max-width: 767px) {
    #subscribe .form-subscribe .form-group button {
        width: 100%;
    }
}

@media (max-width: 576px) {
    #subscribe .form-subscribe .form-group {
        min-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* FOOTER */
footer {
    background-color: #02183d;
}

footer h4,
footer p,
footer a {
    font-family: MuseoSans, sans-serif;
}

footer h4 {
    font-size: 22px;
}

footer p {
    font-size: 15px;
}

footer a {
    font-size: 18px;
}

footer .location i,
footer .location strong,
footer .access i,
footer .footer-copyright a {
    color: #ff9900;
}

footer .access {
    border-left: solid 1.5px #012e71;
    border-right: solid 1.5px #012e71;
}

footer .footer-copyright {
    background-color: #012e71;
}

.image-preview {
    height: 436px;
    border: solid 1px #ccc;
}

.image-preview .view {
    border-bottom: solid 1px #ccc;
    height: 85%;
    display: flex;
    align-items: center;
    padding: 15px;
}

.image-preview .view img {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto;
}

.image-preview .action {
    height: 15%;
}

.image-preview .action button {
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
}

.nome-arquivo{
    position: relative;
    top: 8px;
    left: 10px;
}

.remove{
    position: relative !important;
    left: 10px !important;
    right: 10px !important;
    margin-right: 10px !important;
}

.select2-container {
    width: 100% !important;
}


[data-cart-items] {
    position: relative;
    display: inline-block;
}

[data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: -.5rem;
    right: -.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #ff6f61;
    color: #fff;
}

.card .card-img-top {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
}

.bs-6 {
    border-width: 6px !important;
}

.btn-notify:focus {
  outline: none;
  box-shadow: none;
}

.btn-notify i {
    margin-bottom: 0 !important;
}

/*
.bg-gray {
    background-color: #f4f4f6 !important;
}

.bg-green {
    background-color: #0ab496 !important;
}

.bg-blue {
    background-color: #003366 !important;
}

.bg-orange {
    background-color: #ff9900 !important;
}

.green-color {
    color: #0ab496 !important;
}

*/

.border-orange {
  border-color: #ff9900 !important;
}

.border-blue {
  border-color: #003f88 !important;
}

.border-blue-light {
  border-color: #4B9EFF !important;
}

.border-green {
  border-color: #0ab496 !important;
}

.border-red {
  border-color: #ee3232 !important;
}


.text-blue {
  color: #003f88 !important;
}

.text-blue-light {
  color: #4B9EFF !important;
}

.text-green {
  color: #0ab496 !important;
}

.text-orange {
  color: #ff9900 !important;
}

.text-red {
  color: #ee3232 !important;
}

.nodecoration-dark {
  text-decoration: none;
  color: black;
}
a.nodecoration-dark:active {color: black;}
a.nodecoration-dark:link {color: black;}
a.nodecoration-dark:visited {color: black;}
a.nodecoration-dark:hover {}

.icon-badge {
  font-size: 18px;
}

.file-upload {
    width: 100%;
    padding: 10px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.tl-item .avatar {
    z-index: 2
}
.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
    padding: 0;
    margin: 0
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.tl-item>* {
    padding: 10px
}

.tl-item .avatar {
    z-index: 2
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.tl-content p:last-child {
    margin-bottom: 0
}

.tl-date {
    font-size: .85em;
    margin-top: 2px;
    min-width: 100px;
    max-width: 100px
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.b-warning {
    border-color: #f4c414 !important
}

.b-primary {
    border-color: #448bff !important
}

.b-danger {
    border-color: #f54394 !important
}



.timeline {
    margin-top: 20px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tml.li {
    transition: all 200ms ease-in;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}
.status h6 {
    font-weight: 600;
    margin-top: 10px;
}
.status:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #ddd;
    position: absolute;
    top: -12px;
    left: 42%;
    transition: all 200ms ease-in;
}

.li.complete .status {
    border-top: 2px solid #66DC71;
}
.li.complete .status:before {
    background-color: #66DC71;
    border: none;
    transition: all 200ms ease-in;
}
.li.complete .status h6 {
    color: #66DC71;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline {
        list-style-type: none;
        display: block;
    }

    .tml.li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }
    .status:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}

.float-object:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    box-shadow:0 8px 6px #666;
}
.float-object {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

ul {
    list-style-type: none;
    padding: 0;
}

.pontuacao-item {
    margin-bottom: 8px;
    font-size: 16px;
}

.pontuacao-label {
    font-weight: bold;
    color: #333;
}

.pontuacao-value {
    font-weight: normal;
    color: #007bff;
}

/* .form-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
} */

/* .form-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
} */

.pontuacao-container {
    margin-left: 1.5rem;
}

.btn-estagiario {
    background-color: orange;
    border: 1px solid orange;
    transition: background-color 0.3s; /* animação suave opcional */
    cursor: pointer; /* opcional para parecer clicável */
    color: white;
  }
  
  .btn-estagiario:hover {
    background-color: darkorange;
    border: 1px solid darkorange;
  }
  


.btn-login-bb {
    background-color: yellow;
    border: 1px solid yellow;
    transition: background-color 0.3s; /* animação suave opcional */
    cursor: pointer; /* opcional para parecer clicável */
    color: #005AA5 !important;
    font-weight: bold !important;
    font-family:Montserrat, sans-serif !important;
    font-size: 2.5rem !important;
  }
  
  .btn-login-bb:hover {
    background-color: rgb(235, 235, 0);
    border: 1px solid rgb(235, 235, 0);
  }

  .text-danger{
    color: #dc3545 !important;
  }

/* ---personalizacao de popovers do bootstrap--- */

/* --- POPUP DANGER --- */

.popover-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.popover-danger .popover-header {
    background-color: #f5c6cb;
    border-color: #f5c6cb!important;
    color: #721c24;
    font-weight: bold;
}

/* .popover-danger .arrow::before, */
.popover-danger-left .arrow::after {
    border-left-color: #f8d7da !important;
}

.popover-danger-left .arrow::before {
    border-left-color: #f5c6cb !important;
}

/* --- POPUP SUCCESS --- */
.popover-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.popover-success .popover-header {
    background-color: #c3e6cb;
    color: #155724;
    font-weight: bold;
}

.popover-success .arrow::before,
.popover-success .arrow::after {
    border-top-color: #d4edda !important;
    border-bottom-color: #d4edda !important;
}

/* --- POPUP WARNING --- */
.popover-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.popover-warning .popover-header {
    background-color: #ffeeba;
    color: #856404;
    font-weight: bold;
}

.popover-warning .arrow::before,
.popover-warning .arrow::after {
    border-top-color: #fff3cd !important;
    border-bottom-color: #fff3cd !important;
}

/* --- POPUP INFO --- */
.popover-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.popover-info .popover-header {
    background-color: #bee5eb;
    color: #0c5460;
    font-weight: bold;
}

.popover-info .arrow::before,
.popover-info .arrow::after {
    border-top-color: #d1ecf1 !important;
    border-bottom-color: #d1ecf1 !important;
}

/* ---personalizacao de popovers do bootstrap (END)--- */

.alert-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1051; /* Um acima da z-index padrão de .modal-backdrop e .modal-content */
    width: 80%;    /* Opcional: define largura máxima */
    max-width: 400px; /* Opcional: limita a largura */
    padding: 1rem; /* Boa prática pra manter o visual limpo */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Só pra dar um charme extra */
}

.checkbox-success-disabled {
    pointer-events: none;       /* desativa interação */
    opacity: .8;                 /* mantém visível */
    accent-color: #28a745;
}
