@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  background: url("https://image.mail.iadb.org/lib/fe3615707564047a701078/m/1/9ec65eb8-a8c8-4bbf-9a82-90cd7640d69c.png") center bottom no-repeat;
  background-size: 100% auto;
  color: #414042;
  padding-bottom: 300px;
  /*.form-check.form-switch{
      min-height: 2.5rem;
  }*/
}
@media (max-width: 991.98px) {
  body {
    padding-bottom: 0px;
  }
}
body header {
  background: url("https://image.mail.iadb.org/lib/fe3615707564047a701078/m/1/c06db711-e0f4-45dc-a6a6-c90deb49c905.png") no-repeat center center;
  background-size: cover;
  padding: 8px 0px;
  margin: 0px 0px 50px 0px;
}
body header .logo {
  max-width: 70px;
}
body header .user-name {
  color: #30B9E8;
  font-size: 14px;
  margin: 0px;
}
body header .menu {
  position: relative;
}
body header .menu a {
  color: #0086B5;
  text-decoration: none;
  font-size: 14px;
}
body header .menu a:hover {
  color: #0086B5;
  text-decoration: none;
}
body .row > * {
  position: relative;
}
body .title {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 10px 0px;
}
body .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url("https://image.mail.iadb.org/lib/fe3615707564047a701078/m/1/29de1b0a-758e-4afe-9e15-322d883c7089.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body .title h1 {
  text-transform: uppercase;
  color: #30B9E8;
  font-weight: bold;
  font-size: 20px;
}
body .title p {
  margin: 0px;
}
body .title h2 {
  text-transform: uppercase;
  color: #30B9E8;
  font-weight: bold;
  font-size: 16px;
}
body .required-label {
  font-size: 10px;
  color: #414042;
}
body .required-label span {
  color: #30B9E8;
}
body h3 {
  font-size: 16px;
  font-weight: bold;
  color: #30B9E8;
  text-transform: uppercase;
  margin: 0px;
}
body .form-label {
  font-size: 14px;
  color: #414042;
}
body .form-label .required-label {
  color: #30B9E8;
}
body input[type=text],
body input[type=email],
body input[type=tel],
body input[type=url] {
  background: #FFF;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 10px;
}
body input[type=text].input-x,
body input[type=email].input-x,
body input[type=tel].input-x,
body input[type=url].input-x {
  background: url("https://image.mail.iadb.org/lib/fe3615707564047a701078/m/1/88d111d7-127b-4046-a56a-d513e48ca5fb.png") #FFF no-repeat;
  background-position: 20px center;
  padding-left: 50px;
}
body input[type=text].input-linkedin,
body input[type=email].input-linkedin,
body input[type=tel].input-linkedin,
body input[type=url].input-linkedin {
  background: url("https://image.mail.iadb.org/lib/fe3615707564047a701078/m/1/05193782-4363-4151-a037-0f51cd688bcc.png") #FFF no-repeat;
  background-position: 20px center;
  padding-left: 50px;
}
body label.error {
  background: #f05423;
  color: #FFF;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 15px;
  position: absolute;
  top: 0px;
  z-index: 1;
  right: 15px;
}
body button[type=submit] {
  border-radius: 30px;
  background: #30B9E8;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  padding: 10px 40px;
}
body .form-select,
body select {
  background-color: #FFF;
  background-image: url("https://image.mail.iadb.org/lib/fe3615707564047a701078/m/1/3bd8a31b-af33-4d50-b79f-0f43b3a259be.png");
  background-position: right center;
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: inherit;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 10px;
}
body .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 10px;
  height: 41px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.4;
  padding: 0px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("https://image.mail.iadb.org/lib/fe3615707564047a701078/m/1/3bd8a31b-af33-4d50-b79f-0f43b3a259be.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center 15px;
  right: 15px;
  top: 0px;
  height: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
body #myTab.nav-tabs {
  border: none;
}
body #myTab.nav-tabs .nav-item {
  margin-bottom: 20px;
}
body #myTab.nav-tabs .nav-item .nav-link {
  color: #C0C0C0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1215686275);
  border: none;
  border-radius: 10px;
  margin-right: 10px;
}
body #myTab.nav-tabs .nav-item .nav-link.active {
  color: #30B9E8;
  font-weight: bold;
}
body .form-switch .form-check-input {
  /*width: 2.5em;
  height: 1.5em;
  margin-right: 10px;
  position: relative;
  top: -5px;*/
}
body .form-switch .form-check-input:focus {
  border-color: #30B9E8;
  box-shadow: 0 0 0 0.25rem rgba(48, 185, 232, 0.431372549);
}
body .form-switch .form-check-input:checked {
  background-color: #30B9E8;
  border-color: #30B9E8;
}
body .form-switch .form-check-label {
  font-weight: bold;
  font-size: 16px;
}

.titleCollapse {
  cursor: pointer;
}
.titleCollapse span {
  margin-right: 10px;
}
.titleCollapse span i {
  color: #30B9E8;
}

.vertical-cols-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.topics-box .column-item {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 20px 0px;
  padding: 13px 30px;
  border-radius: 10px;
  height: 100%;
}
.topics-box .column-item p {
  color: #30B9E8;
  font-size: 14px;
  margin: 10px 0px 0px;
}

.vertical-cols-3 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.vertical-cols-4 {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

/*.column-item {
    break-inside: avoid; 
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    margin-bottom: 1rem;
}*/
#loading {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7019607843);
}
#loading img {
  width: 100px;
  height: auto;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#successModal .modal-content {
  background-color: rgb(113, 113, 113);
  color: #FFF;
}
#successModal .modal-content .modal-body {
  text-align: center;
  font-size: 20px;
}
#successModal .modal-content .modal-header {
  border: none;
}
#successModal .modal-content .modal-footer {
  border: none;
  text-align: center;
  justify-content: center;
}
#successModal .modal-content .modal-footer .btn {
  background: #30B9E8;
  border-radius: 28px;
  padding: 5px 50px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}/*# sourceMappingURL=style-private.css.map */