/* *{border:1px solid #FF0000;} */

/* body   
    {
        background-color: #141414;
        color: #FFF;
    }

a:link
    {
        color: #82c2e5;
    } */

.aula
    {
        width: 300px;
        height: 400px;
        margin-top:20px;
        /* border:1px solid #FF0000; */
    }

iframe,embed
	{
		max-width: 100%;
	}

.cinza
    {
        filter: grayscale(1);
    }


    
.scroll-horizontal {
    width: 100%; /* Defina a largura máxima da div */
    white-space: nowrap; /* Impede que o conteúdo quebre para a linha abaixo */
    overflow-x: hidden; /* Ativa o scroll horizontal */
    overflow-y: hidden; /* Opcional: remove o scroll vertical */
  }

  .carousel-inner > .item {
    -webkit-transition: transform 0.1s ease-in-out; /* Para navegadores baseados em WebKit */
    -moz-transition: transform 0.1s ease-in-out;    /* Firefox */
    -o-transition: transform 0.1s ease-in-out;      /* Opera */
    transition: transform 0.1s ease-in-out;         /* Padrão */
  }

/* Remove o efeito de sombra das setas de navegação */
.carousel-control.left,
.carousel-control.right {
  background-image: none; /* Remove o gradiente */
  background-color: transparent; /* Deixa o fundo transparente */
  box-shadow: none; /* Remove qualquer sombra */
}

.carousel-inner img {
    width: 100%;      /* Ajusta a imagem para preencher a largura disponível */
    height: 400px;    /* Define uma altura fixa para todas as imagens */
    object-fit: cover; /* Garante que a imagem seja cortada sem distorcer */
  }

.amplia:hover
  {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
  }

.sombreado
	{
		transition:.5s;
		/* box-shadow: 0 3px 15px -7px #008CDC; */
	}
.sombreado:hover
	{
		transition:.5s;
		/* box-shadow: 0 10px 15px -3px #008CDC; */
	}

.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

    height: auto; /* Define uma altura fixa para todos os cards */
    overflow: hidden; /* Impede que o conteúdo transborde */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card img {
    width: 100%;      /* Faz a imagem ocupar toda a largura do card */
    min-height: 250px !important;    /* Ajusta a altura da imagem */
    max-height: 250px !important;    /* Ajusta a altura da imagem */
    object-fit: cover; /* Mantém a proporção da imagem */
  }

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

.veiculo-legenda-esquerda
    {
        padding-right: 0 !important;
    }
.veiculo-legenda-direita
    {
        padding-left: 0 !important;
    }

.favorito
	{
		background:none !important;
        border: 0 !important;
	}

.uppercase
    {
        text-transform: uppercase;
    }
.but_salvar_flutuante
    {   
        bottom: -4px;
        left: 50%;
        margin-left: -170px;
        position: fixed;
        z-index: 10;
    }

.loader 
    {
        border: 10px solid #f3f3f3; /* Light grey */
        border-top: 10px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 15px;
        height: 15px;
        animation: spin 0.5s linear infinite;
        float: left;
        margin-right: 10px;
    }

@keyframes spin 
    {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

.normal
    {
        font-weight: normal;
    }

.margin-inf-1
    {
        margin-top: 5px;
    }

.borda-none
    {
        border: 0 !important;
    }
.borda-inf-1
    {
        border-bottom: 1px solid #666 !important;
    }
.borda-top-none
    {
        border-top: 0 !important;
    }
.borda-right-none
    {
        border-right: 0 !important;
    }
.borda-left-none
    {
        border-left: 0 !important;
    }
.borda-bottom-none
    {
        border-bottom: 0 !important;
    }

.bold
    {
        font-weight: bold;
    }

.fundo1
    {
        background-color: #333333;
    }

.fundo2
    {
        background-color: #EEEEEE;
    }

.fundo3
    {
        background-color: #e1edf7;
    }

.fundo_aula
    {
        width: 100%;
        position: relative;
        background-size: cover;
        background-position: center;
        height: 85vh; /* Ajuste a altura conforme necessário */
        margin-top: -9px;
    }
.slide 
    {
        margin-top: -9px;
    }
.logo_aula
    {
        max-height: 200px;
        max-width: 100%;
    }
.texto_previa_aula
    {
        /* Posiciona o texto no canto inferior esquerdo */
        width: 100%;
        position: absolute;
        bottom: 10px;
        left: 0px;
    
        /* Estilização do texto */
        color: white;
        font-size: 1.5rem;
        margin: 0;
    }

.fonte15
    {
        font-size: 15px;
    }

.fonte17
    {
        font-size: 17px;
    }

.fonte18
    {
        font-size: 18px;
    }

.fonte35
    {
        font-size: 35px;
    }

.overflow200
    {
        max-height: 200px;
        overflow: auto;
    }

.overflow300
    {
        max-height: 300px;
        overflow: auto;
    }

.overflow400
    {
        max-height: 400px;
        overflow: auto;
    }

input[type=file]
    {
        z-index: 0 !important;
    }

select option { 
    line-height: 30px !important;
}
 
.linha25
    {
        line-height: 25px;
    }
.linha35
    {
        line-height: 35px;
    }
.pointer
    {
        cursor: pointer;
    }
.cor1
	{
		color:#006699;
	}
.cor2
	{
		color:#FF0000;
	}
.cor3
    {
        color:#17ca17;
    }
.cor4
    {
        color:#999999;
    }
.cor6
	{
		color:#FFF;
	}
.italic
	{
		font-style:italic;
	}
.modal-body p 
	{
    	word-wrap: break-word;
	}

.nav,.dropdown-menu
	{
		font-size:13px;
	}

.padding5
	{
		padding:5px;
	}
.padding10
    {
        padding:10px;
    }
.padding15
    {
        padding:15px;
    }
.padding20
    {
        padding:20px;
    }
.padding0
    {
        padding: 0 !important;
    }
	
/* callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/* callout - fim */

.none
	{
		display:none;
	}

.mobile
    {
        display: none;
    }

@media screen and (max-width: 768px)
	{
		.desktop
			{
				display: none;
			}
		.mobile
			{
				display: block;
			}
        
        
    }

