
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --login-bg: #FFF4E0;
  --title-bg: #FFA500;
  --button-bg: #FF6347;
  --light-pink: #FFD700;
  --image-bg:  #FFE5B4;
}
body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.color-bg {
  background-image: url(img/Fondo.png);
  background-size: cover;
  background-repeat: no-repeat;

}

.containerform {
  position: relative;
  max-width: 1000px;
  width: 100%;
  /* background: var(--title-bg); */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


.container header {
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  text-align: center;
}
.container .form {
  margin-top: 30px;
}
.form .input-box {
  width: 100%;
  margin-top: 20px;
}
.input-box label {
  color: #FFFf;
}
.form :where(.input-box input, .select-box) {
  position: relative;
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #707070;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
}
.input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form .column {
  display: flex;
  column-gap: 15px;
}
.form .gender-box {
  margin-top: 20px;
}
.gender-box h3 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}
.form .gender {
  column-gap: 5px;
}
.gender input {
  accent-color: rgb(130, 106, 251);
}
.form :where(.gender input, .gender label) {
  cursor: pointer;
}
.gender label {
  color: #707070;
}
.address :where(input, .select-box) {
  margin-top: 15px;
}
.select-box select {
  height: 100%;
  width: 100%;

  border: none;

  font-size: 1rem;
}
.btn-registro {
  height: 55px;
  width: 100%;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 30px;
  border-radius: 10px ;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--login-bg);
}
.btn-registro:hover {
  background: var(--button-bg);
}
/*Responsive*/
@media screen and (max-width: 500px) {
  .form .column {
    flex-wrap: wrap;
  }
  .form :where(.gender-option, .gender) {
    row-gap: 15px;
  }
}

@media (min-width: 768px) {
  .custom-container {
      display: block; /* Mostrar el contenedor en pantallas grandes */
  }

  #toggleButtonWhats span {
    display: inline; /* Mostrar el span en pantallas grandes */
}
}

@media (max-width: 768px) {
  .custom-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1050;
    overflow-y: auto;
    padding: 1rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease, visibility 0.3s ease; /* Añadir transición a la propiedad transform */
}
.custom-container.show {
    transform: translateX(0);
    display: block; /* Mostrar el contenedor cuando tenga la clase 'show' */
}

#toggleButtonWhats {
  position: fixed;
  top: 20%;
  right: 5px;
  z-index: 1060;
  border: var(--button-bg);
}

.whatsapp-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1060;

  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-button img {
  width: 40px;
  height: 60px;
}

.whatsapp-button span {
  display: none; /* Ocultar el span en pantallas pequeñas */
}


}

.custom-container h2 {
  margin-top: 0; /* Remove default margin from heading */
}

.custom-container ul {
  list-style-type: none; /* Remove default list styles */
  padding: 0; /* Remove default padding */
}

.custom-container ul li {
  margin-bottom: 10px; /* Add spacing between list items */
}

.col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.btn-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
}

#toggleButtonWhats {
  position: fixed;
  top: 90%;
  right: 5px;
  z-index: 1060;

}

#toggleButton {
  background-color: var(--button-bg);
  border: var(--button-bg);
}
.custom-container {
  background-color: var(--image-bg);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.custom-container h2 {
  margin-top: 10px;
  color: var(--button-bg);
}
.custom-container ul {
  list-style-type: none;
  padding-left: 0;
}
.custom-container ul li {
  /* margin: 10px 0; */
  /* padding: 5px; */
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.custom-container ul li::before {
  content: "\2714";
  color: var(--button-bg);
  margin-right: 10px;
  font-weight: bold;
}
.custom-container ul li strong {
  color: #343a40;
  font-size: 15px;
}

.modal-bodyS {
  text-align: center;
  padding: 30px;
  background-color: #28a745;
}

.modal-bodyF {
  background-color: #c82333;
  text-align: center;
  padding: 30px;
}
.modal-iconF {
  font-size: 150px;
  color: #c82333;
}

.modal-iconS {
  font-size: 150px;
  color: #218838;
}
.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* .modal-success {
  background-color: #dff0d8;
}

.modal-fail {
  background-color: #f2dede;
} */

.description {
  font-size: 18px;
  margin-bottom: 20px;
}

.btn {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-success {
  background-color: #28a745;
  color: #fff;
  border: none;
}

.btn-success:hover {
  background-color: #218838;
}

.btn-danger {
  background-color: #dc3545;
  color: #fff;
  border: none;
}

.btn-danger:hover {
  background-color: #c82333;
}

/* Define las animaciones para los iconos */
.animated {
  animation-duration: 0.5s;
}

.bounceIn {
  animation-name: bounceIn;
}

.shake {
  animation-name: shake;
}



@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transform: translate3d(0,0,0);
  }

  0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
      transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
      transform: scale3d(0.9, 0.9, 0.9);
  }

  60%, 80% {
      transform: scale3d(1.03, 1.03, 1.03);
  }

  to {
      opacity: 1;
      transform: scale3d(1, 1, 1);
  }
}

@keyframes shake {
  10%, 90% {
      transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
      transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
      transform: translate3d(4px, 0, 0);
  }
}


/* Estilos personalizados para el checkbox */
.custom-checkbox .form-check-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.custom-checkbox .form-check-input:checked {
  background-color: #28a745;
  border-color: #28a745;
}

.custom-checkbox .form-check-input:checked:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-checkbox .form-check-label {
  margin-left: 10px;
  cursor: pointer;
}

/* Animación para el mensaje de error */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.alert-danger.shake {
  animation: shake 0.5s;
}



.promo-text {
  text-align: center;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
}

.titulo{
  font-size: 30px;
}