span.select2-container--open .select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  list-style: none;
  margin: 0;
  padding: 6px;
}

.webform-confirmation-modal {
  border-radius: 8px;
}

.ui-dialog-titlebar{
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #081166
}

.ui-dialog-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: initial;
  color: #6B7280;
}

@media only screen and (max-width: 767px) {
  .webform-confirmation-modal {
    width: 80% !important;
    left: 10% !important;
    right: 10% !important;

  }
}
@media only screen and (max-width: 564px) {
  .webform-confirmation-modal {
    width: 90% !important;
    left: 5% !important;
    right: 5% !important;
  }
}

.rm-webform-contacto input[name=rut].form-error {
    border: red 1px solid;  
}

.rm-webform-contacto input[type=submit]:disabled, .rm-webform-contacto input[type=submit]:disabled:hover {
    background-color: rgb(187,187,187);
}

.rm-webform-contacto .form-type-checkbox label {
    color: rgba(0,0,0,0.5);
}
.rm-webform-contacto .form-type-checkbox label a {
    text-decoration: underline;
    color: rgba(0,0,0,0.5);
    font-weight: bold;
}

.rm-webform-contacto .form-type-checkbox label:after {
  color: #ff356a;
}
.m-tb-0 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.rm-webform-contacto .form-type-checkbox label {
  white-space: initial;
}

@media only screen and (max-width: 767px) {
  .rm-webform-contacto .m-tb-0 {
    padding-top: 1rem;
  }
}