.border-top {
  border-top: 1px solid #f5f5f3 !important;
}

.rounded {
  border-radius: 0.2rem !important;
  overflow: hidden;
}

.rounded-n {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.shadow {
  box-shadow: rgba(60, 59, 45, 0.3) 0px 6px 6px -4px !important;
}

html {
  height: 100% !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: "Gotham Pro", sans-serif;
  font-weight: normal;
  color: #5f5e52;
  background-color: #e3e4dd;
  height: 100% !important;
}
body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

hr {
  margin: 3rem 0 !important;
  border-top: 1px solid #e1f1f0 !important;
}

@media (min-width: 1320px) {
  .container, .container-lg {
    max-width: 1400px;
  }
}

.container-fluid {
  max-width: 1800px;
}

.btn {
  border-radius: 50rem;
  padding: 1.25rem 2rem;
  border: none !important;
  box-shadow: none !important;
  transition: 0.5s;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
}
.btn.btn-lg {
  padding: 2rem 2rem;
  font-size: 1.25rem;
}
.btn.btn-sm {
  padding: 0.85rem 1.25rem;
  font-size: 0.85rem;
  box-shadow: none;
  border: none !important;
}

.btn-primary {
  background-color: #51B0AD !important;
  transition: 0.5s;
  color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #da4c8e !important;
  transition: 0.5s;
  color: #ffffff !important;
}
.btn-primary.light {
  background-color: #a5d4d2 !important;
  color: #ffffff !important;
}
.btn-primary.light:hover {
  background-color: #2b908d !important;
  color: #ffffff !important;
  transition: 0.5s;
}

.btn-secondary {
  background-color: #da4c8e !important;
  color: #ffffff !important;
}
.btn-secondary:hover {
  background-color: #cb3d81 !important;
  color: #ffffff !important;
}
.btn-secondary.light {
  background-color: #f4b1ca !important;
  color: #ffffff !important;
}
.btn-secondary.light:hover {
  background-color: #da4c8e !important;
  color: #ffffff !important;
  transition: 0.5s;
}

.btn-success {
  background-color: #459E4B !important;
  color: #ffffff !important;
}
.btn-success:hover {
  background-color: #258231 !important;
  color: #ffffff !important;
}
.btn-success.light {
  background-color: rgba(69, 158, 75, 0.95) !important;
  color: #ffffff !important;
}
.btn-success.light:hover {
  background-color: #258231 !important;
  color: #ffffff !important;
  transition: 0.5s;
}

.btn-danger {
  background-color: #E7B74E !important;
  border: 1px solid #f9ddaf !important;
  color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #d2a43b !important;
  color: #ffffff !important;
}
.btn-danger.light {
  background-color: #E7B74E !important;
  border: 1px solid #f9ddaf !important;
  color: #ffffff !important;
}
.btn-danger.light:hover {
  background-color: #d2a43b !important;
  border: 1px solid #E7B74E !important;
  color: #ffffff !important;
  transition: 0.5s;
}

.btn-warning {
  background-color: #D1D446 !important;
  border: 1px solid #eeebae !important;
  color: #ffffff !important;
}
.btn-warning:hover {
  background-color: #bbbf30 !important;
  color: #ffffff !important;
}
.btn-warning.light {
  background-color: rgba(209, 212, 70, 0.95) !important;
  border: 1px solid rgba(209, 212, 70, 0.5) !important;
  color: #ffffff !important;
}
.btn-warning.light:hover {
  background-color: #bbbf30 !important;
  border: 1px solid #D1D446 !important;
  color: #ffffff !important;
  transition: 0.5s;
}

.btn-info {
  background-color: #ff7545 !important;
  border: 1px solid #ffbca0 !important;
  color: #ffffff !important;
}
.btn-info:hover {
  background-color: #ec5625 !important;
  color: #ffffff !important;
}
.btn-info.light {
  background-color: rgba(255, 117, 69, 0.95) !important;
  border: 1px solid rgba(255, 117, 69, 0.5) !important;
  color: #ffffff !important;
}
.btn-info.light:hover {
  background-color: #ec5625 !important;
  border: 1px solid #ff7545 !important;
  color: #ffffff !important;
  transition: 0.5s;
}

.btn-light {
  background-color: rgba(60, 59, 45, 0.05) !important;
  color: rgba(60, 59, 45, 0.55) !important;
}
.btn-light:hover {
  background-color: rgba(60, 59, 45, 0.2) !important;
  color: #ffffff !important;
}
.btn-light.negative {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.btn-light.negative:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.btn-link {
  color: rgba(81, 176, 173, 0.95) !important;
  text-decoration: none;
  border: 1px solid rgba(81, 176, 173, 0.075) !important;
}
.btn-link:hover {
  background-color: rgba(81, 176, 173, 0.075) !important;
  border: 1px solid rgba(81, 176, 173, 0.075) !important;
}
.btn-link.negative {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.btn-link.negative:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.dropdown .dropdown-menu {
  min-width: 100% !important;
  border: none;
  border-top-style: hidden;
  box-shadow: rgba(60, 59, 45, 0.3) 0px 6px 6px -4px;
  border-radius: 0.2rem;
  padding: 0 !important;
  margin-top: 0.5rem;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.85rem 1.25rem !important;
}
.dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f0f8f7 !important;
}