/*Configuração do Buscar na Navbar*/
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none; 
}


input[type=search] {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat right 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 14px;
    width: 15px;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    
border-radius:0;    
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* Classe CSS Busca topo */
#busca-topo input[type=search] {
    width: 15px;
    padding-left: 10px;
    margin-top: 7px;
    color: 000;
    cursor: pointer;
}

#busca-topo input[type=search]:focus {
    width: 130px;
    padding-left: 25px;    
    cursor: auto;
}
#busca-topo input:-moz-placeholder {
    color: transparent;
}
#busca-topo input::-webkit-input-placeholder {
    color: transparent;
}
#busca-topo input:focus:-moz-placeholder {
    color: initial;
}
#busca-topo input:focus::-webkit-input-placeholder {
    color: initial;
}

.txt-red-padrao-25 {
  color: #e50914;
  font-size: 25px;
}
.txt-branca-20 {
  color: #FFF;
  font-size: 20px;
}

.numero-aulas {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    border-radius: 50%;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;    
}

/*Animação dos cards que saltam ao passar mouse*/
/*.filme {
transition: 0.5s;
}
.filme:hover {
cursor: pointer;
transform: scale(1.07);
z-index: 999;
transform: 0.5s;
object-fit: cover;
} */

.tooltip-inner {
   background-color: #e50914; 
}

.red-icon {
  color: #e50914;
}


.btn-lancelot  {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #e50914;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

.btn-lancelot:hover {
  background-color: #f60d1f;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
}

.btn-lancelot-white  {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

.btn-lancelot-white:hover {
  background-color: #c1bfbf;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
}

/*Efeito ao passar o mouse nos cards do curso*/
#opacityIn:hover img {
opacity: 0.60;
border-radius: 20px 0px 20px 0px;
border: 1px solid #ff0000;
}