
.form-group{
  margin-bottom: .5rem;
}
.videoWrapper {
  position: relative;
  padding-bottom: 90%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.redes-box{
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  height: 100%; 
  flex-direction: column;
}
.redes-item{
  font-size: 1.65rem;
  line-height: 100%;
  width: 52px;
  height: 52px; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  transition: .2s all ease-out;
}
.redes-item:hover{
  text-decoration: none;
  color: #fff;
  opacity: .9;
}
.section-redes{
  padding: 50px 0;
}
.redes-box-botoes{
  display: flex;
  gap: 15px;
}