/** @format */

body {
  background-color: #ececec;
  min-width: 350px;
}

.navbar {
  margin: 0;
  text-align: center;
  justify-content: center;
  padding: 2% 0% 2% 0%;
}

.input {
  width: 150px;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  color-scheme: light dark;
}

.content {
  width: 240px;
  /* border: 1px solid #80808029; */
  height: 170px;
  display: flex;
  /* box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 35%); */
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* background-color: #fff; */
  margin: 1% 0% 1% 0% !important;
  cursor: pointer;
}

.imgMargenSize img {
  height: 150px;
  box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 35%);
}

.styleText {
  color: #003056;
  padding: 15px 10px 0 10px;
  flex-grow: 1;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.LineBottom {
  padding: 5px;
  display: flex;
  justify-content: space-around;
}

.text-danger {
  font-size: 14px;
}

.contenedor {
  position: relative;
  display: inline-block;
  text-align: center;
}

.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #003056;
  font-weight: bold;
}

.group {
  margin-bottom: 1.5%;
}

.button-container {
  text-align: center;
}
.form-container {
  padding: 50px;
}

@media (max-width: 480px) {
  .content {
    width: 45%;
    height: 150px;
    margin: 1% 0% 2% 0% !important;
  }
  .imgMargenSize img {
    height: 100px;
    /* width: 180px; */
  }
  .styleText {
    font-size: 15px;
  }
  .text-danger {
    font-size: 11px;
  }

  .LineBottom {
    margin-bottom: 5px;
    font-size: 16px;
  }

  h3 {
    font-size: 18px;
  }
  .input {
    padding-top: 1px;
    font-size: 16px;
  }
}
