.splash{
  background-image: url("../assets/images/giphy.gif");
  background-repeat: no-repeat;
  background-color: red;
  height: 100%;
  width: 100%;
}
.swlogo{
  width: 50%;
}
/***************/
.body-home{
  background-image: url("../assets/images/bwpeto.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.swlogohome{
  width: 25%;
  margin-top: 4vh;
}
.stroke{
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 2px #FFE91F;
  font-weight: 900;
}
.stroke2{
  -webkit-text-fill-color: #FFE91F;
  -webkit-text-stroke: .5px black;
  font-weight: 800;
}
a{
  color:#212121;
}
.img-card{
  width: 100%;
}
.cont-movies{
  height: 400px;
}
