body {
  background: url('https://elevocursos.com.br/assets/img/layout/bg-min.png') center center / cover no-repeat fixed;
  background-color: #fff;
}

#elemento-rodape {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 8px;
  transition: bottom 0.3s ease;
  height:80px;
  z-index: 2;
}

.modal {
  background: url('https://elevocursos.com.br/assets/img/bg/course-list-bg.png') center center / cover no-repeat fixed;
  background-color: #fff;
}

.modal-content {
  background: none;
}

.carrinho .table-borderless {
    border: 0;
}
.carrinho .table-borderless th{
  padding-bottom: 5px;
  font-weight: bold;
}
.carrinho .table-borderless thead, tr{
  border-bottom: 1px solid #CCCCCC;
}
.carrinho .table-borderless th,
.table-borderless td {
    border: 0;
}
.carrinho .form-select{
  font-weight: bold;
}
.carrinho .form-switch .form-check-input {
  height: 24px;
  width: 30px;
}
.carrinho .form-switch .form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.carrinho .form-switch .form-check-input:checked {
  background-color: #f59f00;
  border-color: #f59f00;
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.carrinho .cursor-pointer {
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap_ae00{
  z-index:10!important;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  .btn-whatsapp {
    align-items: center;
    border: none;
    background-color: #61D466;
    background-image: linear-gradient(to bottom, #61D466 0%, #52B43E 100%);
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    position: relative;
    height: 60px;
    width: 60px;
    z-index: 1;
    span {
      font-size: 2rem;
    }
  }
}

@media(max-width:768px){
	.whatsapp{bottom:60px; right: 10px;}

}

/* Estilo para a lista de categorias */
ul.categorias, ul.categorias ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Estilo para cada item da lista de categorias */
ul.categorias > li {
    margin-bottom: 5px;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* Estilo para itens ativos */
ul.categorias > li.active {
    background-color: #e9e9e9;
}

/* Estilo para links de categorias */
ul.categorias > li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* Estilo para o contador de cursos */
ul.categorias > li span {
    background-color: var(--theme-color3)!important;
    color: white;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 0.9em;
    margin-left: 10px;
}

/* Estilo para subcategorias */
ul.categorias ul.subcategorias {
    display: none;
    margin-top: 10px;
    padding-left: 15px;
    border-left: 2px solid #ddd;
}

/* Estilo para itens de subcategorias */
ul.categorias ul.subcategorias li {
    margin-bottom: 5px;
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}



/* Estilo para links de subcategorias */
ul.categorias ul.subcategorias li a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    color: #888;
}

/* Estilo para itens de subcategorias ativos */
ul.categorias ul.subcategorias li.active {
  background-color: var(--theme-color3)!important;
}

ul.categorias ul.subcategorias li.active a {
    color: white;
}

/* Efeitos de hover */
ul.categorias > li:hover {
    background-color: #ececec;
}

ul.categorias ul.subcategorias li:hover {
    background-color: #e7e7e7;
}


#player {
    display: flex;
    align-items: center;
}

#player #play-button, #player #pause-button {
    padding: 10px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    color: white;
}

#player #play-button {
    background-color: #4CAF50;
}

#player #pause-button {
    background-color: #FF9800;
}

#player button:hover {
    opacity: 0.8;
}

#player #progress-container {
    flex: 1;
    display: flex;
    align-items: center;
}

#player #progress {
    background: #ddd;
    cursor: pointer;
    width: 100%;
}

#player #progress::-webkit-slider-thumb {
    background: #007bff;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    cursor: pointer;
}

#player #progress {
    width: 100%;
    margin: 0 10px;
}

/* Menu Pagina Cursos */

.menu-curso {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.3); /* Cor escura semi-transparente */
    padding: 0px;
    width: 50px;
    border-radius: 0 5px 5px 0;
    transition: width 0.3s, background-color 0.3s, opacity 0.3s; /* Transição suave */
    overflow: hidden;
    z-index: 1000;
    opacity: 0.5; /* Tornar semi-transparente quando fechado */
}

.menu-curso:hover, .menu-curso.active {
    width: 200px;
    background-color: #333; /* Cor visível ao abrir */
    opacity: 1; /* Totalmente visível ao abrir */
}

.menu-curso ul {
    list-style: none;
    padding: 4px;
}

.menu-curso ul li {
    display: flex;
    align-items: center;
    padding: 10px;
}

.menu-curso ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    width: 100%;
}

.menu-curso ul li .icon {
    margin-right: 10px;
}

.menu-curso ul li .text {
    display: none;
    white-space: nowrap;
}

.menu-curso:hover .text, .menu-curso.active .text {
    display: inline;
}

.btn-areia {
  background-color: #FDD1A1!important;
  border: 1px solid #FDD1A1!important;
  color: #000!important; /* cor do texto, você pode ajustar conforme necessário */
  font-size: 14px!important;
  font-weight: 500!important;
  padding: 8px 16px!important;
  cursor: pointer!important;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s!important;
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  text-align: center!important;
  text-decoration: none!important;
}

.btn-areia:hover {
  background-color: #fbc68d!important; /* uma cor ligeiramente mais escura para o efeito hover */
  border-color: #fbc68d!important;
  color: #333!important;
}

.btn-areia:focus,
.btn-areia:active {
  background-color: #fbb77c!important;
  border-color: #fbb77c!important;
  color: #FA5741!important;
  outline: none!important;
}

.btn-areia:disabled {
  background-color: #fdd1a1!important;
  border-color: #fdd1a1!important;
  color: #888!important;
  opacity: 0.6!important;
  cursor: not-allowed!important;
}

.border-areia {
  border: 1px solid #FDD1A1!important; /* cor da borda */


}

.border-areia:hover {
  border-color: #fbc68d!important; /* borda um pouco mais escura no hover */
}

.border-areia:focus {
  outline: none!important;
  box-shadow: 0 0 0 3px rgba(253, 209, 161, 0.5)!important; /* efeito de foco ao estilo Tabler */
}
