
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5%;
}

.cont {
  align-items: center;
  margin: auto;
  max-width: 400px;
  padding: 0 10px;
}

.card {
  background-color: #0A0C35 !important;
  width: 100% !important;
  max-width: 500px !important;
  padding: 2% !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}

.other-section {
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.form-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

form {
  max-width: 100%;
}

h2 {
  padding: 20px 0;
}

label {
  display: block;
  margin-bottom: 8px;
}

input {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.demosimao {
  align-items: center;
  background-color: #3fbfff;
  background-image: url('../images/simaoimages/Plataformas.jpg'); /* Reemplaza 'ruta_de_la_imagen.jpg' con la ruta de tu imagen */
  background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el fondo */
  background-position: center; /* Centra la imagen en el fondo */
}

.boton {
  align-items: center;
  background-color: #3fbfff;
  color: #0A0C35;
}

.img-form {
  width: 80% !important;
  height: 45% !important;
  border-radius: 20px !important;
  margin-top: 20px !important;
}

.icon {
  font-size: 50px !important;
  margin-bottom: 2% !important;
}

.icon1 {
  margin: 0 !important;
}

@media (max-width: 759px ) {
  .demosimao {
    margin-top: 6% !important;
  }
}

@media (max-width: 470px) {
  .demosimao {
    margin-top: 12% !important; 
  }
}