.field_amo_form {
  margin-top: 10px;
}

.select_amo_form {
  width: 100%;
  margin-top: 10px;
}

.button_amo_form {
  margin-top: 10px;
}

.textarea_amo_form {
  margin-top: 10px;
}

.field_amo_form_red {
  margin-top: 10px;
  color: #bd3d3d !important;
  border: 1px solid #bd3d3d !important;
}

.field_amo_form_hidden {
  display: none !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("./img/icon_calendar.png") no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}
.banner-form-contact > .input-group > #txtTelefono {
  position: relative;
  -webkit-box-flex: 1;
  flex: 70% !important;
  min-width: 0;
  margin-bottom: 0;
  width: 80% !important;
  margin-top: 10px;
}
#txtFono {
  margin-top: 10px;
}
.clearfix {
  float: none;
  clear: both;
  overflow: auto;
}
.banner-form-contact > #buttonCompraB,
.banner-form-contact > #buttonCompraA2,
.banner-form-contact > #buttonCompraA2A,
.banner-form-contact > #buttonCompraA4,
.banner-form-contact > .submit-form-amocrm-compra {
  float: left !important;
}
@media only screen and (max-width: 1267px) {
  .banner-form-contact > #buttonCompraB,
  .banner-form-contact > #buttonCompraA2,
  .banner-form-contact > #buttonCompraA2A,
  .banner-form-contact > #buttonCompraA4,
  .banner-form-contact > .submit-form-amocrm-compra {
    width: 100% !important;
  }
}

.precio-curso {
  font-size: 26px;
  font-weight: bold;
  color: #1378b5;
  text-align: right;
}

.precio-normal {
  color: #1378b5;
  margin-top: 20px;
}
.precio-oferta {
  color: red;
  margin-top: -35px;
}

.mf_input_delete {
  padding: 10px;
  line-height: 10px;
  font-size: 12px;
  background-color: red!important;

}

.multiple_input_files {
  width:400px;
}

.file_elements {
  padding-bottom: 8px;
}
/*
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #e4d616;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */
