:root {
  --bs-table-bg: transparent;
}

.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.8rem;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

.title-color-primary {
  color: #00ABE5;
}

@media (min-width: 768px) {
  .col-md-4-5 {
    flex: 0 0 auto;
    width: 37.33333333%;
  }
}
@media screen and (min-width: 1024px) {
  .mr-0 {
    margin-right: 0 !important;
  }
}

.btn {
  background-color: #00ABE5;
  max-width: 215px;
  width: 100%;
  padding: 8px 20px;
  border-radius: 4px;
  text-align: center;
  margin: auto auto 0;
}
.btn a {
  color: white;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}
body .paragraph--modal-form {
  padding: 32px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(80, 81, 83, 0.7);
  overflow: auto;
}
body .paragraph--modal-form .container {
  max-width: 791px;
  position: relative;
  border-radius: 8px;
  padding: 24px 48px;
}
@media (max-width: 767px) {
  body .paragraph--modal-form .container {
    padding: 24px;
    height: 100%;
    overflow: auto;
  }
}
body .paragraph--modal-form .container .modal-form__close {
  cursor: pointer;
  z-index: 10;
}
body .paragraph--modal-form .container .modal-form__close:not(.interesse-curso-modal__success-close) {
  position: absolute;
  right: 48px;
}
@media (max-width: 767px) {
  body .paragraph--modal-form .container .modal-form__close:not(.interesse-curso-modal__success-close) {
    right: 24px;
  }
}
body .paragraph--modal-form .container .interesse-curso-modal__loading {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 8px;
}
body .paragraph--modal-form .container .interesse-curso-modal__spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid #00ABE5;
  border-right-color: transparent;
  animation: interesse-curso-spin 0.8s linear infinite;
}
body .paragraph--modal-form .container .interesse-curso-modal__notice {
  color: #dc3545;
  font-weight: 500;
  font-size: 0.875rem;
}
body .paragraph--modal-form .container .interesse-curso-modal__notice:empty {
  display: none;
}
body .paragraph--modal-form .container [data-drupal-messages],
body .paragraph--modal-form .container .messages-list,
body .paragraph--modal-form .container .messages {
  display: none;
}
body .paragraph--modal-form .container .form-actions {
  width: 100%;
  grid-column: 1/-1;
}
body .paragraph--modal-form .container .form-actions .webform-button--submit {
  font-weight: 600;
  font-size: 1rem;
}
body .paragraph--modal-form .container .form-actions .webform-button--submit.button--primary {
  background-color: #00ABE5;
  border-radius: 4px;
  padding: 12px 20px;
  box-shadow: none;
}
body .paragraph--modal-form .container .form-actions .webform-button--submit svg {
  position: relative;
  top: 2px;
}
body .paragraph--modal-form .container .field--name-field-icone {
  height: 60px;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #E6F4F9;
  color: #00ABE5;
  flex: 0 0 60px;
}
body .paragraph--modal-form .container .field--name-field-icone svg {
  display: block;
}
body .paragraph--modal-form .container .field--name-field-titulo {
  color: #505153;
  line-height: 1;
}
body .paragraph--modal-form .container .field--name-field-descricao {
  color: #8C8D91;
  line-height: 1;
}
body .paragraph--modal-form .container .form-inner {
  position: relative;
}
body .paragraph--modal-form .container .fade-panel {
  transition: opacity 0.25s ease;
  opacity: 1;
}
body .paragraph--modal-form .container .fade-panel.is-hidden {
  display: none !important;
}
body .paragraph--modal-form .container .fade-panel.is-fading-out {
  opacity: 0;
}
body .paragraph--modal-form .container .interesse-curso-modal__success {
  text-align: center;
}
body .paragraph--modal-form .container .interesse-curso-modal__success-close {
  background-color: transparent;
  border: 1px solid #00ABE5;
  color: #00ABE5;
  font-size: 0.9375rem;
  padding: 12px 25px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
body .paragraph--modal-form .container .webform-submission-interesse-curso-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767px) {
  body .paragraph--modal-form .container .webform-submission-interesse-curso-form {
    grid-template-columns: 1fr;
  }
}
body .paragraph--modal-form .container .webform-submission-interesse-curso-form .form-item {
  width: auto;
  grid-column: span 1;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 6px;
}
body .paragraph--modal-form .container .webform-submission-interesse-curso-form .form-item .form-element {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 0.9rem;
  border: 0.5px solid #ACAFB9;
}
body .paragraph--modal-form .container .webform-submission-interesse-curso-form .form-item__label {
  margin: 0;
  font-weight: 400;
  color: #505153;
  font-size: 0.9rem;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .paragraph--modal-form .container .webform-submission-interesse-curso-form .form-item--termos-uso {
  width: 100%;
  grid-column: 1/-1;
  padding: 16px 27px 0;
  flex-flow: row wrap;
}
body .paragraph--modal-form .container .webform-submission-interesse-curso-form .form-item--termos-uso .form-item__label {
  padding: 3px 6px 0;
}

@keyframes interesse-curso-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}