body {
  margin: 0;
  background-color: #1D1D1F !important;
}

@media (max-width: 490px) {
  body{
    background-color:white !important;
  }
  .card-tl {
    margin-bottom: 2em;
  }
  .btn-trailer {
  width: 35%;
  margin-left: 8em;
  margin-top: 13em;
  }
  .title-ordem {
    font-size: 20px !important;
  }

  .fa-2x {
    font-size: 1em !important;
  }

  .logo-footer {
    float: right;
    margin-right: 30px;
  }

  .img-footer {
    height: 50px;
    width: 100px;
  }

  #col-footer {
    font-size: 10px;
  }

  .fa-icon {
    margin-left: 0em !important;
  }

  .pag-filter {
    width: 100%;
  }

  #busca {
    margin-left: 0em !important;
  }

  .input-group {
    width: 97% !important;
    margin-left: 0em !important;
  }
  #row-col{
    margin-left: 1em !important;
  }
  .fa-icons{
      margin-left: 0px !important;
  }
  .img-cronos{
    height: 70px;
  }

  .div-select {
    width: 96%;
    margin-left: 0em !important;
    margin-top: 8em !important;
  }

  #select-busca {
    width: 100%;
  }

  .before::before {
    width: 95%;
  }
}

@media (min-width: 491px) and (max-width: 770px) {
  .input-group{
    margin-left: 0.5em !important;
    width: 100% !important;
  }
  #busca{
    margin-left: 0em !important;
    width: 100%;
  }
  .div-select{
    width: 100% !important;
    margin-left: 10em !important;
    margin-top: 2.5em !important;
  }
  #select-busca{
    width: 100%;
  }
  .before::before{
    width: 95% !important;
  }
  .btn-trailer{
    margin-left: 17

    em !important;
  }
}

@media (min-width: 771px) and (max-width: 979px) {
  .before::before {
    width: 95% !important;
  }
  .btn-trailer{
    margin-left: 23em !important;
  }
  .input-group{
    margin-left: 0 !important;
      width: 100% !important;
  }
  #busca{
    margin-left: 0 !important;
    width: 100% !important;
  }
  .div-select{
    margin-left: 10em !important;
    width: 100% !important;
    margin-top: 2em !important;
  }
  #select-busca{
    width: 100% !important;
  }
}

@media () and (){

}

#row-filter {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#row-col {
  margin-left: 5em;
  color: white;
}

.fa-icons {
  margin-left: 4em;
}

.logo-menu {
  height: 40px;
}

.navbar-fixed-top.scrolled {
  background-color: black !important;
  transition: background-color black linear !important;
}

.navbar-fixed-top.scrolled .nav-link {
  color: white;
}

.bg-primary {
  background-color: transparent !important;
}

.nav-link {
  display: inline-block !important;
}

a {
  color: white !important;
}

.nav-link:hover {
  color: red !important;
}

.nav-item a:focus {
  color: red !important;
}

.nav {
  display: inline-block !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100% !important;
}

#navigation {
  width: 100 !important;
}

.navbar ul {
  width: 100% !important;
  font-size: 17px !important;
  line-height: 40px;
  padding-left: 20px;
}

/* .navbar-fixed-top.scrolled {
  background-color: black !important;
  transition: background-color black linear !important;
}

.navbar-fixed-top.scrolled .nav-link {
  color: white;
}
.bg-primary {
    background-color: transparent !important;
}
.nav-link{
    display: inline-block !important;
}
.nav{
  display: inline-block !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100% !important;
}
#navigation{
  width: 100 !important;
}

.navbar ul{
  width: 100% !important;
  font-size: 25px !important;
  line-height: 40px;
  padding-left: 20px;
} */
.pag-filter {
  margin-top: 10em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica;
}

#mae {
  overflow-y: auto;
  height: 550px;
  background-color: white;
  border: 10px solid;
  border-color: white;
  margin-right: 5px;
  float: left;
  margin-left: 20px;
}

.card-filmes {
  margin: 50px 50px 20px 90px;
  height: 150px;
  width: 320px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
  font-size: calc(1px + 1.0vw);
  position: relative;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
  min-width: 100px;
  max-width: 500px;
  float: left;
}

.form-control, .form-group .form-control {
  border: 0 !important;
  background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2) !important;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat !important;
  background-position: center bottom, center calc(100% - 1px) !important;
  background-color: transparent !important;
  float: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin-top: 1em;
}

.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
  float: left;
}

.input-group {
  display: table;
  float: left;
  margin-top: 20px;
  margin-left: 30px;
}

.input-group>* {
  position: relative;
  z-index: 2;
}

.form-group {
  padding-bottom: 7px;
  margin: 27px 0 0 0;
  position: relative;
  float: left;
}

.logo-menu {
  height: 40px;
}

.topnav {
  width: 100% !important;
  position: fixed;
}

.topnav ul {
  width: 100%;
  box-shadow: 0 0 25px rgba(5, 5, 5, 5), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

.topnav.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.topnav ul li {
  display: inline-block;
}

ul li a {
  padding: 30px;
  color: white;
  font-size: 15px;
  text-decoration: none !important;
  display: block;
}

.active {
  color: red;
}

.card-tl {
  height: 300px;
  background-image: url('../img/iron-filtro.jpg');
  background-size: 95% 100%;
  background-repeat: no-repeat;
  padding: 0 !important;
  margin-bottom: 2em;
}

.before::before {
  content: "";
  position: absolute;
  float: right;
  width: 335px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
}
/*
.card_info {
  float: right;
  width: 55%;
  color: white;
  position: relative;
  transform: translate(-50%, -50%);
} */

.btn-trailer {
width: 35%;
margin-left: 5em;
margin-top: 13em;
}

.btn {
  display: inline-block;
  font-size: 15px !important;
  cursor: pointer;
  color: white !important;
  border-radius: 50px !important;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  text-align: center;
  text-decoration: none;
  background-color: red;
}

.btn-default {
  background-color: red !important;
  border-color: red !important;
}

.title-ordem {
  font-size: 60px;
}

.card_title {
  color: white !important;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  font-size: 23px !important;
  text-align: center;
  padding-top: 10px;
  position: relative;
}

.descricao-card {
  height: 200px;
  width: 283px;
  white-space: normal;
}

p {
  font-size: calc(4px + 0.5vw);
  margin-left: 50px;
  margin-top: 10px !important;
}

.container-fluid {
  width: 100%;
}

.top-ordem {
  width: 10%;
  margin-left: 5em;
  margin-bottom: 2em;
  color: white;
}

#nav {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100%;
}

#footer {
  clear: both;
  height: 337px;
  clear: both;
  background-color: black;
}

.row {
  margin-right: 0px !important;
}

.logo-footer {
  float: right;
  margin-right: 50px;
}

.legality {
  color: white;
  margin-top: 2em;
  text-align: center;
  clear: both;
  width: 30%;
  margin-left: 1.5em;
  font-size: 15px;
  font-family: verdana;
  line-height: 2em;
}

.fab {
  padding: 30px;
  color: white;
}

.container {
  width: 100%;
  position: relative;
  height: 50px;
}

#divBusca {
  background-color: white;
  border: solid 1px red;
  border-radius: 10px;
  width: 45%;
  height: 32px;
  margin-left: 13em;
  margin-bottom: 10em
}

#busca {
  margin-left: 10em;
  color: white;
}

#btnBusca {
  border: none;
  float: left;
  height: 32px;
  border-radius: 0 7px 7px 0;
  width: 70px;
  font-weight: bold;
  background: #5F9EA0;
}

#divBusca img {
  float: left;
}

.icon-filter {
  float: right;
  background-color: white;
}

.div-select {
  width: 60%;
  /* Tamanho final do select */
  overflow: hidden;
  /* Esconde o conteúdo que passar do tamanho especificado */
  margin-left: 30em;
  margin-bottom: 5em;
  margin-top: 2em;
  b
}

.div-select select {
  background: #1D1D1F;
  /* Imagem de fundo (Seta) */
  background-position: 205px center;
  /*Posição da imagem do background*/
  width: 270px;
  /* Tamanho do select, maior que o tamanho da div "div-select" */
  height: 35px;
  /* altura do select, importante para que tenha a mesma altura em todo os navegadores */
  font-family: Helvetica, sans-serif;
  /* Fonte do Select */
  font-size: 18px;
  /* Tamanho da Fonte */
  padding: 13px 20px 13px 12px;
  /* Configurações de padding para posicionar o texto no campo */
  color: white;
  /* Cor da Fonte */
  text-indent: 0.01px;
  /* Remove seta padrão do FireFox */
  text-overflow: "";

  /* Remove seta padrão do FireFox */
  select::-ms-expand {
    display: none;
    /* Remove seta padrão do IE*/
    border-color: white !important;
  }

  .form-control {
    border: 0 !important;
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-size: 0 2px, 100% 1px !important;
    background-repeat: no-repeat !important;
    background-position: center bottom, center calc(100% - 1px) !important;
    background-color: transparent !important;
    transition: background 0s ease-out !important;
    float: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
  }
