body{
  font-family: helvetica !important;
  background: black !important; /*claret color from jim.neilsen.com*/

}

@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css";

.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;
}
a: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;
}
.header-h4{
  font-size: 50px;
}
.header-h2{
  font-size: 35px;
}
.intro {
  background: #F45B69;
  padding: 100px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


/*below affects the timeline*/
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
  }
  #mg-li{
    margin-top: 50px;
  }

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #94BEE5 /*found at jim-neilsen.com*/
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  }

.timeline ul li:nth-child(odd) div {
  left: 45px;
}
.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent red transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -468px;
  }

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #94BEE5;
}

.timeline ul li::after {
  background: #fff;
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: red;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px,0,0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px,0,0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px; /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li div {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
}
#nav {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
}
hr{
  border-color:#aaa;
  box-sizing:border-box;
  width:100%;
}
.top-ordem{
  width: 50%;
  margin-left: 5em;
  margin-top: 7em;
  color: white;
}
.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);
  /* background-color: black; */
}
.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;
}
.container{
  margin-top: 15px;
}
.active {
  color: red;
}
.footer {
   /* position: fixed; */
   background-color: #1D1D1F !important;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 200px;
   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;
}
#footer{
  margin-bottom: -150px;
  clear: both;
  height: 320px;
  clear: both;
  background-color: #1D1D1F;
}

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

#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;
}
.legality{
  color: white;
  margin-top: 2em;
  text-align: center;
  clear: both;
  font: 10pt verdana;
  line-height: 2em;
}
.fab{
  padding:30px;
  color: white;
}
.col-sm-2{
  color: white;
}
#menu-footer{
  margin-top: 5em;
  margin-left: 30em !important;
  float: left;
}
.card-tl{
  width: 500px !important;
  height: 300px;
  background-image:  url('../img/iron5.jpg') !important; /* W3C */
  background-size: 570px !important;
}

.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;
  padding-right: 0px !important;
  padding-left: 0px !important;
  max-width: 40% !important;
  font-size:calc(8px + 0.5vw);
  }
  .img{
    background-image:  url('../img/iron5.jpg'); /* W3C */
    background-size: 570px;
    position: relative;
  }
  .card__info {
    float: right;
    width: 55%;
    color: white;
    position: relative;
}
.btn-trailer{
  height: 40px;
  border-radius: 20px !important;
}

.btn-assistir a{
    padding: 0 !important;
    margin-left: 40px;
}

.btn {
  display: inline-block;
  font-size: 15px !important;
  cursor: pointer;
  color: white !important;
  border-radius: 5  0px !important;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  text-align: center;
  text-decoration: none;
  background-color: red;
}
.card__title {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 3em;
}
.descricao-card {
    height: 200px;
    width: 290px;
    max-width: 290px;
    white-space: normal;
}
p{
  font-size:calc(4px + 0.5vw);
  margin-left: 30px;
  margin-top: 10px !important;
  text-align: justify;
  font-size: 11.5px;
}
.list {
padding: 0 !important;
margin: 0 !important;
list-style-type: none;
}
.list--info {
  padding-left: 1rem;
  float: right;
  justify-content: space-between;
  color: white;

  li {
    font-size: .85rem;
  }

  li:nth-of-type(n+2) {
    margin-left: 1rem;
  }
} */
.before{
  margin-right: 30px;
}
.before::before{
  content:"";
  position: absolute;
  margin-left: 15em;
  margin-top: -15px;
  float:right;

  left: 0;
  width: 260px;
  height: 300px;
  background: rgba(0,0,0,0.6);
}
.logo-top{
  margin-top: 3em !important;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3em;car
}
#mg-li {
  margin-top: 0!important;
}
.esquerdo{
  margin-left: -4.2em;
}
.logo-footer{
  float: right;
  margin-right: 50px;
}
