/* Theme Sass */
/*End Theme*/
@import url(theme);
.m0p {
  margin: 0px !important;
}

.polos-section {
  background-color: #fff;
  padding: 1rem 3rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}

.tag-initial {
  color: #8080808c;
  font-size: 16px;
  font-weight: 300;
}

.title-pre {
  margin-top: 5%;
  font-weight: 700;
  color: #676767;
  font-size: 46px !important;
  text-align: center;
}

.subtitle-pre {
  text-align: center;
  font-size: 20px;
  margin-top: 4%;
}

.title-form {
  text-align: center;
  font-weight: 700;
  color: #635f5f;
  font-size: 15px;
  margin-bottom: 3%;
}

.input-form-edit {
  height: 50px;
  font-weight: 500;
}

.input-form-edit::placeholder {
  color: #635f5f38;
}

.btn-enviar {
  background: #d30000;
  color: white;
  border-radius: 25px;
  font-weight: 700;
  margin-top: 5%;
}

.btn-enviar:hover {
  color: white;
}

@media (max-width: 1199px) {
  .modal-dialog {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .polos-section {
    background-color: #fff;
    padding: 4rem 0.5rem;
    display: block;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 0;
  }
}

/*# sourceMappingURL=pre-polo.css.map */
