@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap");
.fc-1 {
  color: #2ac28d !important;
}

.fc-2 {
  color: #d3c200 !important;
}

.fc-3 {
  color: #54b098 !important;
}

.fc-0 {
  color: #171527 !important;
}

.bg-verde {
  background-color: #2ac28d !important;
}

.azul {
  color: #70d6ff !important;
}

.rosado {
  color: #ff70a6 !important;
}

.naranja {
  color: #ff9770 !important;
}

.bg-azul {
  background-color: #70d6ff !important;
}

.bg-rosado {
  background-color: #ff70a6 !important;
}

.bg-naranja {
  background-color: #ff9770 !important;
}

.ff-1 {
  font-family: "Quicksand", sans-serif !important;
}

.ff-2 {
  font-family: "Kanit", sans-serif !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  background-color: #f0f0f0;
  color: #171527;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kanit", sans-serif !important;
}

.bg-dark {
  background-color: #171527 !important;
}

.btn-success {
  color: #f0f0f0;
  background-color: #54b098;
  border-color: #54b098;
}
.btn-success:hover {
  color: #f0f0f0;
  background-color: #428f7b;
  border-color: #428f7b;
}
.btn-success:focus, .btn-success:active {
  color: #f0f0f0;
  background-color: #3a7e6c;
  border-color: #3a7e6c;
  outline: none;
}

.btn-success_2 {
  color: #f0f0f0;
  background-color: #2ac28d;
  border-color: #2ac28d;
}
.btn-success_2:hover {
  color: #f0f0f0;
  background-color: #21986f;
  border-color: #21986f;
}
.btn-success_2:focus, .btn-success_2:active {
  color: #f0f0f0;
  background-color: #1c835f;
  border-color: #1c835f;
  outline: none;
}

@media (max-width: 768px) {
  #navMenuPrimario .navbar-nav {
    flex-direction: row;
  }
}
#navMenuPrimario .btn {
  border-radius: 20px;
  display: flex;
  align-items: center;
}

footer {
  font-size: 13px;
}
footer a {
  color: #54b098;
  text-decoration: none;
  font-weight: 700;
}
footer a:hover {
  color: #d3c200;
}

.br-20 {
  border-radius: 20px !important;
}

#comofunciona .btn {
  border-radius: 20px;
}
#comofunciona .card {
  font-size: 14px;
}
#comofunciona .box {
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: #2ac28d;
  color: #f0f0f0;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#e404 {
  display: flex;
  min-height: 95vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#card-stats .card {
  height: 120px;
}

#login {
  background-image: url("../img/muyfit_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 21, 39, 0.8);
}
#login .card {
  background-color: #171527;
  color: #f0f0f0;
}

.iti__country-name {
  color: #171527 !important;
}

.iti__selected-dial-code {
  color: #171527 !important;
  font-weight: 700 !important;
}

#listadoClientes {
  min-height: 65vh;
}

#cliente-info {
  min-height: 65vh;
}
#cliente-info #clienteTabs .nav-link.active {
  color: #54b098 !important;
  font-weight: 700;
}
#cliente-info #clienteTabs .nav-link {
  font-weight: 700;
  color: #171527 !important;
}

#asifunciona .imagen-video {
  position: relative;
}
#asifunciona .imagen-video .iconplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
  z-index: 19;
  background: #4b4b4b;
  border-radius: 50%;
  border: 8px solid #c0c0c0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}
#asifunciona .imagen-video img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 20px;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
#calltoaction {
  background-color: #2ac28d;
  color: #f0f0f0;
  padding: 50px 0;
}

#faq {
  padding: 50px 0;
}
#faq .accordion-button:not(.collapsed) {
  background-color: #2ac28d;
  color: #f0f0f0;
  font-weight: 700;
}

.whatsappButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}
.whatsappButton a {
  text-decoration: none;
  color: #f0f0f0;
}
.whatsappButton .whatsapp-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #2ac28d;
  border-radius: 50%;
  border: 5px solid #f0f0f0;
  color: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  animation: pulsar 2s infinite;
  cursor: pointer;
}
.whatsappButton .whatsapp-icon-inner:hover {
  background-color: #21986f;
}
.whatsappButton .whatsapp-icon-inner .walogo {
  color: #f0f0f0;
  font-size: 30px;
  transition: transform 0.3s ease;
}

@keyframes pulsar {
  0% {
    transform: scale(1);
    border-color: rgba(240, 240, 240, 0.5);
  }
  50% {
    transform: scale(1.1);
    border-color: rgba(240, 240, 240, 0.8);
  }
  100% {
    transform: scale(1);
    border-color: rgba(240, 240, 240, 0.5);
  }
}
#perfil {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=estilos.css.map */