.container-principal {
  width: 100%;
  background-image: url("../assets/images/contact/fondo_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto 0;
  margin-top: 70px;
}

.contact-content {
  align-items: center;
  justify-content: center;
  text-align: left;
  position: absolute;
  margin-left: 7%;
  margin-top: 1050px;
  color: #fff;
  width: 75%;
}

.contact-title {
  font-size: 66px;
  font-weight: bold;
}

.contact-text {
  font-size: 28px;
}

.color-pink {
  color: #ed297a;
}

.contact-container-text {
  padding: 7%;
}

.form-data {
  border-radius: 12px;
  height: 36px;
  background-color: #eee;
}

.form-label {
  display: inline-flex;
  width: 35%;
  font-weight: 100;
  color: #777;
}

.btn-form {
  width: 50%;
  background: #ed297a;
  color: #fff;
  float: right;
  border-radius: 12px;
}

.video {
  width: 100%;
  height: 100%;
}
.contact-content {
  margin-top: 115vh;
}

.are-image {
  width: 100%;
  height: 100%;
}
.form-data:hover,
.form-data:focus {
  border-color: #ed297a;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px ED297A;
}

.img-network {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: left;
}
@media screen and (max-height: 900px) {
  .contact-content {
    margin-top: 105vh;
  }
}

@media screen and (max-width: 900px) {
  .contact-content {
    width: 90%;
  }

  .contact-title {
    font-size: 55px;
  }

  .contact-text {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .contact-title {
    font-size: 38px;
  }

  .contact-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-height: 375px) {
}
