.body-ingreso {
  width: 100%; 
  height: 100% !important;
  background: linear-gradient(180deg, rgba(245, 176, 65, 0.247) 0%, rgba(110, 110, 110, 0) 77%, rgba(245, 188, 122, 0.479) 100%),
              url('../images/bg_registro_jpg.jpg') center/cover; /* Reemplaza 'ruta-de-tu-imagen.jpg' con la ruta de tu imagen */
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .mobile-margin-home {
    margin-top: 30%; /* Puedes ajustar el valor del margen según tus necesidades */
  }

  .container-pagina-principal{
    padding-top: 0px !important;
  }
  
}

.animating-image {
  position: relative;
  animation: moveUpDown 3s ease-in-out infinite;
  width: 100% !important;
}

@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 767px) {
  .mobile-margin-home {
    margin-top: 30%; /* Puedes ajustar el valor del margen según tus necesidades */
  }
}

.h1-title{
  font-size: 50px;
  font-weight: bold;
}


.public-a-project-home{
  position: relative;
  margin-top:10px !important;
}

.li-sign-up{
  padding-right: 30px;
}

.li-public-project-home{
  padding-top: 10px;
}

.h6-info-home{
  font-size:23px !important;
}

.h3-titulo-inicio{
  font-size:40px;
  font-weight: bold;
}

.hr-inicio{
  margin-top: 50px;
  margin-bottom: 50px;
}

.h6-info-home2{
  font-size:40px !important;
  font-weight: bold;
}

.bold-color{
  color: #3b82f6;
}

.ul-categorias-home li{
  margin-top: 10px;
}


.a-home-categorias{
  color: gray;
}

.a-home-categorias:hover{
  color: #3b82f6;
}

.a-home-ver-mas{
  color: #3b82f6;
  font-weight: bold;
}

.img-icon-crypto-home{
  width: 100px;
}

/* Clase temporal para resaltar campos no llenos */
.field-error {
  border: 1px solid red;
}

.custom-checkbox {
  margin-left: 5px;
  position: relative;
  top: 2px;
  width: 17px; /* Ancho deseado */
  height: 17px; /* Alto deseado */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #333; /* Color del borde */
  border-radius: 5px; /* Bordes redondeados */
}

.custom-checkbox:checked {
  background-color: #333; /* Color de fondo cuando está marcado */
}

.custom-checkbox::before {
  position: relative;
  content: "\2713"; /* Marca de verificación unicode */
  display: block;
  text-align: center;
  font-size: 12px; /* Tamaño de la marca de verificación */
  color: white; /* Color de la marca de verificación */
  top: -4px !important;
}


.login-mobile{
  margin-right: 10px;
}


.separador-mobile{
  width:100%; margin-bottom:25px;
}

.title-login{
  font-size: 30px;
}


.text-title-iniciar-sesion{
  margin-top: 30px !important;
  font-size: 30px;
}

.joinButton{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  background-color: rgb(33, 196, 132) !important;
}


.joinButton:hover{
  background-color: rgb(33, 176, 122) !important;
}

.joinButton-2{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  width: 265px !important;
}

.bg-btn-registrate{
  background-color: rgb(50, 84, 95);
}


.bg-btn-registrate:hover{
  background-color: rgb(50, 64, 85) !important;
}