
body {
  font-family: Helvetica;
  background-color: #1D1D1F !important;
}
@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css";

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  display:block;
  width:100%;
  -webkit-overflow-scrolling: touch;

  .card {
    display: inline-block;
  }
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
}

.scrolling-wrapper-flexbox .card-filmes {
  flex: 0 0 auto;
  margin-right: 3px;
}


.scrolling-wrapper, .scrolling-wrapper-flexbox {
  height: 500px;
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  &::-webkit-scrollbar {
    display: none;
  }
}

.card-filmes{
  margin-top: -5em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  height: 300px;
  width: 448px !important;
  /* border: 1px solid #aaa; */
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
  position: relative;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
  min-width : 100px;
  max-width : 500px;
  float: left;
  padding-right: 0px !important;
  padding-left: 0px !important;
  max-width: 40% !important;
  font-size:calc(8px + 0.5vw);
}

.card-series{
  margin-right: 0.5em;
  margin-left: 0.5em;
  height: 300px;
  width: 448px !important;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
  position: relative;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
  min-width : 100px;
  max-width : 500px;
  float: left;
  padding-right: 0px !important;
  padding-left: 0px !important;
  max-width: 40% !important;
  font-size:calc(8px + 0.5vw);
  display: inline:block
}

.linha-vertical {
  height: 170px;/*Altura da linha*/
  margin-top: 5px;
  border-left: 1px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
}

.list {
  padding: 0 !important;
  list-style-type: none;
}
.descricao {
  float: left;
  padding: 10px;
  text-align: center !important;
  color: white;
  font-size: 12px;
  margin-left: 1.5em;
}

.title{
  color: white;
  text-align: center;
  margin: 0;
}
.img{
  height: 100%;
  width: 100%;
  background-image:  url('../img/iron5.jpg'); /* W3C */
  /* background-size: 570px; */
  position: relative;
}
.img2{
  height: 100%;
  width: 100%;
  background-image:  url('../img/cap1.jpg'); /* W3C */
  background-size: 570px;
}
.img3{
  height: 100%;
  width: 100%;
  background-image:  url('../img/vingadores2.jpg'); /* W3C */
  background-size: 570px;
}
.img4{
  height: 100%;
  width: 100%;
  background-image:  url('../img/hulk.jpg'); /* W3C */
  background-size: 570px;
}
.before{
  margin-right: 80px;
}
.before::before{
  content:"";
  position: absolute;
  margin-left: 12em;
  margin-top: 0px;
  float:right;
  top: 50;
  left: 0;
  width: 257px;
  height: 300px;
  background: rgba(0,0,0,0.6);
}
.card__info {
  float: right;
  width: 55%;
  color: white;
  position: relative;
}
.card__title {
  margin-bottom: 0.8rem;
  color: white;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  margin-left: 3em;
  font-size: 23px !important;
  margin-top: 10px;
}
.card__footer{
  margin-left: 11em;
  width: 70%;
  height: 200px;
  color: white !important;
  position: relative;
}
.btn-trailer{
  margin-top: -15px;
  margin-left: 20px !important;
}
.btn {
  display: inline-block;
  padding: .40rem 1.0rem !important;
  font-size: 15px !important;
  cursor: pointer;
  color: white !important;
  border-radius: 50px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  border: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: red;
  position: fixed;
}
.button:hover {
  background-color: #3e8e41
}

/* .footer {
  background-color: black !important;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  color: white;
  text-align: center;
} */
.card__slug {
  margin-top: 2em;
  color: rgba(255,255,255,.95);
  font-size:calc(7px + 0.3vw);
  width: 10%;
}

.list--info {
  float: right;
  justify-content: space-between;
  color: white !important;
  width: 90%;

  li {
    font-size: .85rem;
  }

  li:nth-of-type(n+2) {
    margin-left: 1rem;
  }
}

.header{
  background: url('../img/header.png');
  height: 635px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.grad-header{
  background-image: linear-gradient(to right, black ,transparent); /* Standard syntax (must be last) */
  height: 635px;
}

.logo-menu{
  height: 40px;
}

.divCont{
  width: 100%;
  text-align: center;
  color: white;
}
#contador{
  background-color: red;
  height: 200px;
  padding-top: 10px;
}
.header-h4{
  margin-left: 0.2em;
}
.header-h2{
  font-size: 110px;
}
.title-header{
  width: 30%;
  padding-top: 2em;
  color: white;
  margin-left: 1em;
  font-size: 60px;
}
.sobre-header{
  margin-left: 2.5em;
  color: white;
  width: 40%;
  font-size: 25px;
}
.descricao-header{
  margin-left: 3.5em;
  font-size: 18px;
  width: 30%;
  color: white;
  margin-top: 1em;
  font-weight: lighter;
  opacity: 0.8;
}
.btn-time{
  margin-top: 2em;
  margin-left: 4em;
  text-decoration: none !important;
}
.button-time{
  border-radius: 5px;
  background-color: red;
  border-color: red;
  width: 200px;
  height: 40px;
  color: white;
  outline: none !important;
}

.fa{
  padding-right: 10px;
}
.numcont{
  font-size: 7em;
}
.numconthoras{
  margin-left: 80px;
  font-size: 7em;
}
#txtcontador{
  margin-top: -60px;
}
.txtseries{
  color: white;
  margin-left: 15px;
}
.txtfilmes{
  color: white;
}
.filmes{
  font-size: 60px;
}
.series{
  color: #590212;
}

.fundo{
  width: 100%;
  height: 500px !important;
}
.divFilmes{
  text-align: center;
  background: url('../img/homemAranha2.jpg');
  height: 460px;
  background-repeat: no-repeat;
  background-size: 100%;
}
#series{
  background: url('../img/series.png');
  height: 460px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.title-filme{
  margin-top: 2em;
  margin-bottom: 1em;
  width: 15%;
  color: white;
  margin-left: 2em;
  height: 80px;
}

.title-serie{
  margin-top: 2em;
  margin-bottom: 1em;
  width: 15%;
  color: white;
  margin-left: 2em;
  height: 80px;
}
.footer {
  background-color: #1D1D1F !important;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  color: white;
  text-align: center;
}
.icon-insta{
  float: left;
  margin-left: 50px;
  margin-top: 50px
}
.icon-fb{
  float: left;
  margin-left: 60px;
  margin-top: 50px
}
.icon-tt{
  float: left;
  margin-left: 70px;
  margin-top: 50px
}
.icon-yt{
  float: left;
  margin-left: 80px;
  margin-top: 50px
}
.logo{
  margin-right: 20px;
  float: right;
}

.vertical-menu a {
  color: black;
  display: block;
  padding: 10px;
  text-decoration: none;
  float: left;
}

.logo-footer{
  float: right;
  margin-right: 50px;

}
.title-descricao{
  color: white;
  float: left;
  margin-left: 1em;
  margin-top: 10px;
  font-size: 2em;
}
.div-filme{
  color: white;
  float: left;
}
.filme-descricao{
  float: left;
  margin-left: 1.35em;
  color: white;
  font-size: 1.5em;

}
.decricao-filmes{
  float: left;
  width: 35%;
  height: 400px;
}
.previa{
  float: left;
  color: white;
  font-weight: 200;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .020rem;
  font-family: helvetica;
  margin-left: 1.7em;
  width:70%;
}
div.scrollmenu {
  background-color: #333;
  /* overflow: auto; */
  white-space: nowrap;
  width: 100% !important;
  height: 400px;
  padding: 0 !important;
  max-width: 100% !important;
  overflow: scroll;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch !important;
  max-width: 100%;
  list-style: none;

}

div.scrollmenu a {
  display: inline-block;
  color: white;
  padding: 14px;
}
.descricao-card{
  height: 200px;
  width: 282px;
  max-width: 290px;
  white-space: normal;
}
.p-descricao{
  display: block;
  display: -webkit-box;
  max-width: 230px;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 200px;
}

.tomottoWrap{
  position: relative;
  background: #3CA2A2;
}

#tomotto{
  text-align: center;
  width: 960px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 36px;
  margin: auto;
}

.lookWrap{
  position: relative;
  background-color: #215A6D;
  float: left;
  width: 100%;
}

#look{
  margin: auto;
  width: 700px;
}


.tomottoWrap{
  position: relative;
  background-color: #1D1D1F;
}

#tomotto{
  margin-top: 50px;
  height: 100px;
  width: 100%;

}

.lookWrap{
  position: relative;
  background-color: #1D1D1F;
  float: left;
  width: 100%;
}

#look{
  margin: auto;
  width: 700px;
}

.section{
  overflow: hidden;
  float: left;
  display: inline;
  margin: 0 15px 15px 0;
  font: 10pt verdana;
  line-height: 1.6em;
  background-color: #1D1D1F !important;
  text-align: center;
}

.section h3{
  font-weight: normal;
  font: 12pt Georgia;
  color: white;
}

.section a{
  display: block;
  text-decoration: none;
}

.fab{
  padding:30px;
  color: white;
}
p{
  font-size:calc(5px + 0.5vw);
  margin-left:50px;
  margin-top: 10px !important;
  margin-right: 17px;
}
.grad-descricao-filme{
  height: 460px !important;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 1.4), rgba(255, 0, 0, 1.2), rgba(255, 0, 0, 1) , rgba(255, 0, 0, 0.9), rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.0));
  }

.grad-descricao-series{
  height: 460px !important;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 1.4), rgba(255, 0, 0, 1.2), rgba(255, 0, 0, 1) , rgba(255, 0, 0, 0.9), rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.0));
  width: 40%;
}
.previa-serie{
  float: left;
  color: white;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .020rem;
  font-family: helvetica;
  margin-left: 2em;
  width: 60%;
  margin-top: 2.5em !important;
}
.h2-series{
  color: white !important;
  float: left;
  margin-left: 1em;
  margin-top: 0.5em;
}

#footer{
  clear: both;
  height: 320px;
  clear: both;
  background-color: black;
}
.legality{
  color: grey;
  clear: both;
  font: 15px verdana;
  line-height: 2em;
  width: 25%;
  margin-left: 6em;
}
#menu-footer{
  margin-top: 5em;
  margin-left: 30em !important;
  float: left;
}
.row{
  margin-right: 0px !important;
}
.fa-icon{
  margin-left:4em;
}
.fab{
  color:grey;
}
#col-footer{
  margin-left:5em !important;
  color: grey;
}
.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive .nav-link {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Telefones em paisagem e abaixo */
@media (max-width: 480px) {
     #navigation{
       max-width: 100%;
       position: fixed;
     }
     p{
       font-size: 12px;
     }
     .title-header{
       font-size: 10px;
       padding-top: 15px !important;
     }
     .btn-time{
       width: 50%;
       margin-top: 35px !important;
       margin-left: 0.6em !important;
     }
     .button-time{
       font-size: 10px;
       height: 20px;
       width: 60%;
       margin-left: 0.5em;
       margin-top: 1.2em;
     }
     .descricao-header{
       font-size:calc(8px + 0.1vw) !important;
       max-height: 20px;
       width: 50%;
       margin-left: 2em;
       margin-top: 0.5em;
     }
     .sobre-header{
       font-size: 7px !important;
       width: 70%;
       margin-left: 2.5em !important;
     }
     .header-h4{
       font-size: 6px !important;
       margin-left: 1.6em !important;
     }
     .header-h2{
       font-size: 15px !important;
       margin-left: 0.6em !important;
     }
     .filmes{
       font-size: 20px;
     }
     .title-descricao{
       font-size: 15px !important;
       margin-left: 1.1em;
     }
     .filme-descricao{
        font-size: 13px !important;
        margin-left: 1.3em;
     }
     .decricao-filmes{
       height: 200px;
     }
     .grad-header{
       height: 160px !important;
     }
     .header{
       width: 100%;
       height: 160px !important;
     }
     .card__footer{
       width: 85.5%;
       margin-left: 7em;
     }
     .list{
       height: 100px;
     }
     .divCont{
       width: 100%;
     }
     #contador{
       font-size: 4px !important;
     }
     .col-lg-3{
       font-size: 5px;
       width: 100%;
     }
     .divFilmes{
      width: 100%;
      height: 230px !important;
      background-size: 100% 100%;
     }
     .grad-descricao-filme{
       height: 230px !important;
       width: 170%;
     }
     .previa{
       font-size:calc(9.5px + 0.1vw) !important;;
       margin-top: 0px !important;
       letter-spacing: .001rem;
       margin-left: 1.8em;
     }
     .image-placeholer{
       display: inline-block;
       width: 300px !important;
       height: 200px !important;
       margin: 0px 10px;
     }
     .card__info{
       height: 150px;
       width: 63%;
     }
     .card__title{
       font-size: 12px !important;
       margin-left: 6.5em;
       width: 85px;
     }
     .before::before{
       height: 200px;
       width: 62.5%;
       margin-left: 7em;
     }
     .descricao-card{
       width: 141%;
       text-align: justify;
       height: 125px !important;
       font-size: 2px;
       margin-left: 10em;
     }
     p{
       margin-right: 0px;
     }
     .p-descricao{
       font-size:calc(7px + 0.2vw) !important;
       margin-left: 4em;
       max-height: 120px;
     }
     .list--info{
       float: none;
     }
     .descricao{
       font-size: 12px !important;
       padding: 5px;
       font-size: 10px;
       margin-top: 20px;
     }
     #series{
       height: 210px !important;
     }
     .h2-series{
       font-size: 15px;
     }
     .series-pag{
       font-size: 20px;
       margin-left:
     }
     .title-filme {
      margin-top: 2em;
      margin-bottom: 2em;
      width: 15%;
      color: white;
      margin-left: 1em !important;
      height: 0px;
      }
     .title-serie {
      margin-top: 1em;
      margin-bottom: 1.5em;
      width: 15%;
      color: white;
      margin-left: 1em !important;
      height: 10px;
     }
     .grad-descricao-series{
       height: 210px !important;
       width: 70%;
     }
     .previa-serie{
       font-size:calc(8.6px + 0.1vw) !important;
       margin-top: 0 !important;
       margin-left: 1.8em;
     }
     .fa-2x {
      font-size: 1em !important;
     }
     .fa-icon{
       margin-left: 0em;
     }
      .logo-footer {
      float: right;
      margin-right: 30px;
    }
    .img-footer{
      height: 50px;
      width: 100px;
    }
    #col-footer{
      font-size: 10px;
      margin-left: 1.5em !important;
    }
    #footer{
      /* height: 200px;
      width: 50px; */
    }
    .legality{
      font-size: 10px;
      width: 80%;
      margin-left: 2.5em;
    }
 }

/* Telefones em paisagem a tablet em retrato */
@media (min-width: 481px) and (max-width: 770px) {
  #navigation{
    max-width: 100%;
    position: fixed;
  }
  p{
    font-size: 12px;
  }
  .title-header{
    font-size: 10px;
    padding-top: 7em !important;
  }
  .btn-time{
    width: 50%;
    margin-top: 2.5em !important;
    margin-left: 1.3em !important;
  }
  .button-time{
    font-size: 12px;
    height: 25px;
    width: 50%;
    margin-top: 1.2em;
  }
  .descricao-header{
    font-size:calc(10px + 0.1vw) !important;
    max-height: 20px;
    width: 50%;
    margin-left: 2em;
    margin-top: 0.5em;
  }
  .sobre-header{
    font-size: 10px !important;
    width: 70%;
    margin-left: 2.1em !important;
  }
  .header-h4{
    font-size: 10px !important;
    margin-left: 1em !important;
  }
  .header-h2{
    font-size: 20px !important;
    margin-left: 0.5em !important;
  }
  .decricao-filmes{
    height: 200px;
  }
  .filmes{
    font-size: 30px;
  }
  .title-descricao{
    font-size: 25px !important;
  }
  .filme-descricao{
     font-size: 17px !important;
     margin-left: 1.4em;
  }
  .grad-header{
    height: 250px !important;
  }
  .header{
    width: 100%;
    height: 250px !important;
  }
  .list{
    height: 100px;
  }
  .divCont{
    width: 100%;
  }
  #contador{
    font-size: 4px !important;
  }
  .col-lg-3{
    font-size: 5px;
    width: 100%;
  }
  .divFilmes{
   width: 100%;
   height: 300px !important;
   background-size: 100% 100%;
  }
  .grad-descricao-filme{
    height: 300px !important;
    width: 150%;
  }
  .previa{
    font-size:calc(8px + 0.7vw) !important;;
    margin-top: 0px !important;
    letter-spacing: .001rem;
    margin-left: 1.8em;
  }
  .image-placeholer{
    display: inline-block;
    width: 400px !important;
    height: 250px !important;
    margin: 0px 10px;
  }
  .card__info{
    height: 150px;
    width: 63%;
  }
  .card__title{
    font-size: 15px !important;
    margin-left: 7.5em;
    width: 85px;
  }
  .before::before{
    height: 250px;
    width: 52%;
  }
  .descricao-card{
    text-align: justify;
    height: 150px !important;
    font-size: 10px;
  }
  p{
    margin-right: 0px;
  }
  .p-descricao{
    font-size:calc(10px + 0.1vw) !important;
    margin-left: 7em;
    max-height: 140px;
    max-width: 200px;
  }
  .list--info{
    float: none;
  }
  .descricao{
    float: left;
    margin-top: 50px;
    text-align: center !important;
    color: white;
    font-size: 12px;
  }
  #series{
    height: 300px !important;
  }
  .h2-series{
    font-size: 17px;
    margin-left: 1.3em;
    padding-bottom: 5px;
  }
  .series-pag{
    font-size: 30px;
  }
  .title-filme {
   margin-top: 2em;
   margin-bottom: 3em;
   width: 15%;
   color: white;
   margin-left: 1em !important;
   height: 0px;
   }
  .title-serie {
   margin-top: 1em;
   margin-bottom: 3em;
   width: 15%;
   color: white;
   margin-left: 1em !important;
   height: 10px;
  }
  .grad-descricao-series{
    height: 300px !important;
    width: 50%;
  }
  .previa-serie{
    font-size:calc(10px + 0.3vw) !important;
    margin-top: 0 !important;
  }
  .fa-2x {
   font-size: 1.2em !important;
  }
   .logo-footer {
   float: right;
   margin-right: 30px;
 }
 .img-footer{
   height: 50px;
   width: 100px;
 }
 #col-footer{
   font-size: 12px;
   margin-left: 1em !important;
 }
 #footer{
   height: 200px;
 }
 .fa-icon{
   margin-left: 0em;
 }
 .legality{
   font-size: 10px;
   width: 80%;
   margin-left: 2.5em;
 }
}
@media (min-width: 771px) and (max-width: 979px) {
  .header{
    height: 440px;
  }
  .grad-header{
    height: 432.5px;
    max-height: 432px;
  }
  .title-header{
    padding-top: 1.5em;
  }
  .header-h4{
    font-size: 20px;
  }
  .header-h2{
    font-size: 40px;
  }
  .sobre-header{
    font-size: 15px;
    margin-left: 4em;
  }
  .descricao-header{
    font-size: 15px;
    margin-left: 4em;
  }
  .btn-time{
    height: 40px;
    width: 21%;
  }
  .button-time{
    font-size: 13px;
    height: 25px;
  }
  .grad-descricao-filme{
    width: 120%;
  }
  .previa{
    font-size:calc(15px + 0.2vw) !important;;
  }
  .previa-serie{
    font-size:calc(13px + 0.1vw) !important;;
  }

}

/* Desktop grande */
/* @media (max-width: 1200) {

} */
