.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4CAF50;
  --bs-btn-border-color: #4CAF50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #329536;
  --bs-btn-hover-border-color: #2f8433;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2f8433;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4CAF50;
  --bs-btn-disabled-border-color: #4CAF50;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  color: #828282 !important;
}

.contact .php-email-form .error-message {
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.sent-message {
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

form .help-block {
  color: #db4242;
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }

  blockquote {
    background: rgb(0 0 0 / 46%);
    padding: 20px;
  }
}

@media only screen and (min-width: 600px) {
  .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }

  blockquote {
    background: rgb(0 0 0 / 46%);
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }

  blockquote {
    background: rgb(0 0 0 / 46%);
    padding: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }

  blockquote {
    background: none !important;
    padding: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hero {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
  }

  blockquote {
    background: none !important;
    padding: 20px !important;
  }
}

.labor-social * {
  font-family: serif;
}

.labor-social .card {
  text-align: justify;
  background: #f4f4f4;
  padding: 20px 20px;
  border-radius: 9px;
}

.event-links .social-links a {
  font-size: 14px;
  line-height: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: rgba(27, 47, 69, 0.5);
  margin-right: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50px;
}

.event-links .social-links .facebook {
  background-color: #1877f2;
}

.event-links .social-links .twitter {
  background-color: #1DA1F2;
}

.event-links .social-links .instagram {
  background-color: #D43089;
}

.event-links .social-links .youtube {
  background-color: #FF0000;
}

.event-links .social-links .tiktok {
  background-color: #000;
}

.hero {
  background-size: cover;
  position: relative;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .hero {
    background-size: cover !important;
    min-height: 70vh !important;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: 50vh !important;
  }
}

.form-label {
  background: #fff;
  border: solid 1px #dee2e6;
  padding: 8px 25px;
  color: #495057;
  font-size: 15px;
}

.text-message-contact {
  color: #fff;
  background: #059652;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}