html {
  scroll-behavior: smooth;
}



.text-h4-sobre {
  letter-spacing: 5px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 200;
  text-shadow: 4px 2px #0d3ec0;
}

.title-sobre {
  justify-content: center;
  display: flex;
}

.home-img-sobre img {
  width: 90%;

}

.home-sobre {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
  margin: auto;

}

.final-sobre {
  margin: 10%;
  margin-top: 5%;
  font-size: 40px;
  font-weight: 300;

}

.final-sobre a {
  color: #f8fb00;
  padding-left: 1%;

}






video{
  margin-left: 45%;
  margin-bottom: 10%;
  border-radius: 20px;
  box-shadow: #0d3ec0 0px 4px 11px -1px;
}


footer {
  background-color: #000f33;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-column {
  flex-basis: 30%;
  margin-bottom: 20px;
}

.social-links {
  list-style: none;
  padding: 0;
}

.social-links li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.social-links a {
  text-decoration: none;
  color: #333;
}

.social-links a:hover {
  color: #666;
}

form input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

form button {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

form button:hover {
  background-color: #666;
}

.copyright {
  margin-top: 20px;
  color: #666;
}


@media (max-width:785px) {

  .home-sobre {
    padding: 100px 2% 5px;
    flex-direction: column;
    text-align: center;
    overflow-x: hidden;
    height: auto;
    display: flex;
    

  }
  #promos {
    display: list-item;
  }
  .cards{
    margin-bottom: 5px;
  }
  .text-h4-sobre {
    display: table-caption;
    margin-left: 0%;
    margin-bottom: 6%;
  }
  video{
    margin: 0;
    margin-top: -25%;
    margin-bottom: 7%;
    width: 60%;
}
  }
