@media (max-width: 1280px) {
  section#contact-form form {
    margin-left: 0;
  }
}
section#contact-form form .button-submit {
  height: 38px !important;
  text-align: center;
  display: inline-block;
}
section#contact-form form .button-submit .has-spinner:hover {
  text-decoration: underline !important;
  text-underline-offset: 6px !important;
}
section#contact-form form .button-submit:hover input {
  text-decoration: none !important;
}
section#contact-form form .button-submit p {
  display: flex;
  justify-content: flex-end;
}
section#contact-form form .button-submit input[type=submit] {
  height: 38px !important;
  outline: none;
  border: 1px solid #204686;
  padding: 0 20px;
  background-color: #204686;
  border-radius: 10px;
  color: white;
  font-size: 1.2rem;
}
section#contact-form form .button-submit input[type=submit]:focus {
  outline: none;
}
section#contact-form .container .row .contact-form {
  padding-left: min(60px, 10vw);
}
@media (max-width: 1280px) {
  section#contact-form .container .row .contact-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  section#contact-form .container .row .contact-form {
    padding-left: 2rem;
  }
}
@media (max-width: 968px) {
  section#contact-form .container .row .contact-form .field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section#contact-form .container .row label {
  width: 100%;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
section#contact-form .container .row label .wpcf7-not-valid-tip {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7rem;
  margin-top: -2px;
  color: #F3700B;
  display: block;
}
section#contact-form .container .row label span {
  width: 100%;
  font-weight: normal;
  color: #204686;
  font-size: 1.8rem;
  line-height: 4rem;
}
section#contact-form .container .row label input {
  border-radius: 5px;
  height: 50px;
  margin: 11px 0;
  padding: 1.1rem 0 1.1rem 3.3rem;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  color: #828282;
  font-size: 1.8rem;
  line-height: 4rem;
  border: 0.1rem solid #828282;
}
section#contact-form .container .row label input:focus {
  outline: none;
}
section#contact-form .container .row label textarea {
  padding: 1.1rem 0 1.1rem 3.3rem;
  margin: 11px 0;
  width: 100%;
  font-weight: normal;
  color: #828282;
  font-size: 1.8rem;
  line-height: 4rem;
  border: 0.1rem solid #828282;
  height: 20rem;
  border-radius: 5px;
}
section#contact-form .container .row label textarea:focus {
  outline: none;
}
section#contact-form .container .row .terms p span .wpcf7-not-valid-tip {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7rem;
  margin-top: -2px;
  color: #F3700B;
  display: block;
}
section#contact-form .container .row .terms label {
  color: #828282;
  display: flex;
  align-items: center;
}
section#contact-form .container .row .terms label a {
  text-decoration: underline;
  color: #204686;
  font-weight: 700;
  font-size: 1.6rem;
  text-underline-offset: 6px;
}
section#contact-form .container .row .terms input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
section#contact-form .container .row input[type=submit] {
  height: 38px !important;
  outline: none;
  border: 1px solid #204686;
  padding: 0 20px;
  background-color: #204686;
  border-radius: 10px;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
}
section#contact-form .wpcf7 .ajax-loader {
  position: absolute;
  right: 4.5rem;
  margin-top: 2rem;
}
section#contact-form#secretary {
  margin-bottom: min(231px, 10vw);
}
section#contact-form#secretary .inner-container {
  padding: 60px;
  width: 100%;
  height: 133px;
  background-color: #B5BAD0;
  border-radius: 5px;
}
section#contact-form#secretary .inner-container .administrative-head img {
  margin-top: -5px;
}
section#contact-form#secretary .inner-container span {
  color: white;
}
section#contact-form#secretary .inner-container span.administrative-head {
  font-size: 2rem;
  font-weight: 700;
}

.personnel-container {
  margin-top: 1.6rem;
  background-color: #204686;
  padding: 5.3rem 0 5.3rem 4rem;
  border-radius: 5px;
}
.personnel-container .personnel-group {
  margin-bottom: 2rem;
}
.personnel-container .personnel-group:last-child {
  margin-bottom: 0;
}
.personnel-container .personnel-group .personnel-head {
  display: flex;
  margin-bottom: 0.4rem;
  align-items: center;
  gap: 1.1rem;
  align-self: baseline;
  flex-grow: 1;
}
.personnel-container .personnel-group .personnel-head p {
  margin-bottom: 0;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  line-height: 40px;
}
.personnel-container .personnel-group .personnel-members li {
  padding-bottom: 2px;
  margin-right: 7rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  border-bottom: 1px dotted white;
}
.personnel-container .personnel-group .personnel-members li .fullname {
  font-weight: inherit;
  font-size: inherit;
  color: white;
}
.personnel-container .personnel-group .personnel-members li .phone-mobile {
  display: none;
}
.personnel-container .personnel-group .personnel-members li .prephone {
  font-size: 1.6rem;
  font-weight: 400;
  color: #9295A5;
  margin-right: 5px;
}
.personnel-container .personnel-group .personnel-members li .phone {
  font-weight: 700;
  font-size: 1.6rem;
  color: white;
}
.personnel-container .personnel-group .personnel-members li .email {
  display: block;
  position: relative;
}
.personnel-container .personnel-group .personnel-members li .email:hover {
  cursor: pointer;
}
.personnel-container .personnel-group .personnel-members li .email-message {
  padding: 10px;
  transition: opacity 0.5s ease-in-out; /* Use ease-out for a smoother fade-out effect */
  opacity: 0;
  display: block;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  right: 2rem;
  top: -17px;
  background-color: white;
  border-radius: 15px;
}
@media (max-width: 1399px) {
  .personnel-container {
    padding: 5.3rem 4.5rem 5.3rem 4rem;
  }
}
@media (max-width: 991px) {
  .personnel-container {
    padding: 5.3rem 2.5rem 5.3rem 4rem;
  }
}
@media (max-width: 768px) {
  .personnel-container {
    padding: 5.3rem 1.5rem 5.3rem 4rem;
  }
}

.procedures-title, .faqs-title {
  font-size: 2rem;
  color: #204686;
  margin-top: 100px;
  line-height: 25px;
  font-weight: 700;
}

.procedures-title {
  margin-bottom: 24px;
}

.faqs-title {
  margin-bottom: 52px;
}

.procedure {
  background-color: #204686;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 4rem;
  padding: 4px 32px;
  border: 1px solid #204686;
}
.procedure span {
  font-size: 10px;
  max-width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.procedure:hover {
  border: 1px solid #204686;
  background-color: white;
  color: #204686;
}

.my-accordion-item {
  margin-bottom: 1.9rem;
  border: none !important;
}
.my-accordion-item .single-office--header {
  cursor: pointer;
  height: 8.8rem;
  display: flex;
  align-items: center;
  padding: 0 3.6rem 0 2.3rem;
  background-color: transparent;
  border-radius: 5px;
  gap: 0 0.5rem;
  border: 0.1rem solid #DBDBDB;
}
.my-accordion-item .single-office--header p {
  margin: 0;
  padding: 0;
}
@media (max-width: 57.5rem) {
  .my-accordion-item .single-office--header {
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
  }
}
.my-accordion-item .single-office--header .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
  width: min(100%, 61vw);
}
.my-accordion-item .single-office--header .index {
  color: #828282;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
}
.my-accordion-item .single-office--header .toggle-icon {
  margin-left: auto;
}
.my-accordion-item .single-office--header .toggle-icon.minus {
  display: none;
}
.my-accordion-item .single-office--body {
  overflow: hidden;
  height: 0;
  transition: all 0.25s linear;
  padding: 0;
  border-radius: 5px;
}
.my-accordion-item .my-accordion-item.open .single-office--header {
  cursor: pointer;
  height: 8.8rem;
  display: flex;
  align-items: center;
  padding: 0 3.6rem 0 2.3rem;
  background-color: transparent;
  border-radius: 5px;
  gap: 0 0.5rem;
  border: 0.1rem solid #DBDBDB;
}
.my-accordion-item .my-accordion-item.open .single-office--header p {
  margin: 0;
  padding: 0;
}
@media (max-width: 57.5rem) {
  .my-accordion-item .my-accordion-item.open .single-office--header {
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
  }
}
.my-accordion-item .my-accordion-item.open .single-office--header .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
  width: min(100%, 61vw);
}
.my-accordion-item .my-accordion-item.open .single-office--header .index {
  color: #828282;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
}
.my-accordion-item .my-accordion-item.open .single-office--header .toggle-icon {
  margin-left: auto;
}
.my-accordion-item .my-accordion-item.open .single-office--header .toggle-icon.minus {
  display: none;
}
.my-accordion-item .my-accordion-item.open .single-office--body {
  overflow: hidden;
  transition: all 0.25s linear;
  padding: 0;
  border-radius: 5px;
}
.my-accordion-item .my-accordion-item.open .my-accordion-header {
  background-color: white;
  color: #99C1B9;
  border-color: #DBDBDB;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.my-accordion-item .my-accordion-item.open .my-accordion-header .toggle-icon.minus {
  display: block;
}
.my-accordion-item .my-accordion-item.open .my-accordion-header .toggle-icon.plus {
  display: none;
}
.my-accordion-item .my-accordion-item.open .my-accordion-body {
  border: 0.1rem solid #DBDBDB;
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.my-accordion-item .my-accordion-item.open .my-accordion-body .body-inner .office-respon {
  padding: 0 min(8rem, 5vw) 3.3rem min(8rem, 5vw);
}

.office-respon .content {
  margin: 0;
  padding: 0;
}
.office-respon .content li {
  margin-bottom: 45px !important;
  list-style: disc;
  list-style-position: inside;
}
.office-respon .content li:first-child {
  list-style: none;
}
.office-respon .content li:last-child {
  margin-bottom: 0 !important;
}

.secretary {
  margin-top: 9rem;
}
