section .section-tit2 {
  text-align: center;
}
section form * + fieldset {
  margin-top: 20px;
}
section form .section-tit4 {
  margin-bottom: 10px;
}
section form p {
  color: #ACB5BD;
  font-weight: 300;
}
section form .form-images .row,
section form .form-videos .row {
  margin-left: -10px;
  margin-right: -10px;
}
section form .form-images .row > *,
section form .form-videos .row > * {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
section form .form-images .row > *:first-child {
  order: 100;
}
section form .form-images article {
  position: relative;
}
section form .form-images article picture {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
section form .form-images article picture img {
  border-radius: 4px;
  position: absolute;
}
section form .form-images article .btn-error-invisible {
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
section form .form-images .btn-primary-outlined {
  width: 142px;
  height: 142px;
  border-style: dashed;
  border-radius: 4px;
}
section form .form-images .btn-primary-outlined > * {
  pointer-events: none;
}
section form .form-videos article {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
section form .form-videos article picture {
  height: 142px;
  margin-bottom: 6px;
}
section form .form-videos article .article-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section form .form-videos .form-group {
  margin-bottom: 10px;
}
section form .form-videos .btn-primary-outlined {
  min-width: 94px;
}
section form .form-bottom {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 1440px) {
  section form {
    width: 790px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section form {
    width: 830px;
  }
  section form .form-images .row {
    margin-left: 10px;
    margin-right: 10px;
  }
  section form .form-videos .row + .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  section form {
    margin-left: auto;
    margin-right: auto;
  }
  section form .form-images .row > * {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section form .form-images .row {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  section form .form-images .row {
    margin-left: -2px;
    margin-right: -2px;
  }
  section form .form-videos .row + .row {
    margin-left: 25px;
    margin-right: 25px;
  }
  section form .form-videos .input-group {
    flex-direction: column;
  }
  section form .form-videos .input-group .form-control {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  section form .form-videos .input-group .btn {
    margin-top: 10px;
    margin-left: 0;
  }
  section form .form-bottom .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=subir.css.map */