/*input[type="text"] {
    width: 200px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
  }
  
  button[type="submit"] {
    width: 50px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
  }*/

.navbar {
  /* background-color: transparent; */
  background: #ffff !important;
}

.titulo-banner1 {
  display: block;
  justify-content: center;
  text-align: center;
  color: white;
}

.contenedor-banner1 {
  display: flex;
}

.division {
  flex: 1;
}

input[type="text"] {
  background-color: #fff;
  font-size: 1.25rem;
  padding: 1.25rem 4.75rem 0.9375rem 2.6875rem;
  /* width: 15.5rem; */
  height: 50px;
  font-family: Inter;
  align-self: center;
}

button[type="submit"] {
  height: 50px;
  width: 60px;
  background-color: #147A7F;
  border: none;
}

.btn-login {
  display: inline-block;
  padding: 0.5rem 1.3rem;
  font-size: 0.8rem;
  border: 2px solid white;
  border-radius: 6px;
  line-height: 1;
  margin: 0 0.2rem;
  transition: 0.3s;
  text-transform: uppercase;
  color: white;
}

@media (max-width:420px) {
  input[type="text"] {
    font-size: 16px;
    padding: 7px 12px;
    /* width: 188px; */
    height: 43px;
  }

  .form-control {
    width: 300px !important;
    height: 50px !important;
    border-radius: 25px !important;
  }

  /*.text-center{
      width: 188px !important;
      height: 43px!important;
    }*/

}

.bienvenido_contenedor_panel1, .bienvenido_contenedor_panel2
.bienvenido_contenedor_panel3, .bienvenido_contenedor_panel4 {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  height: 100%; /* Ajusta a tu preferencia */
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bienvenido.card {
  display: flex;
  text-align: left;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  min-width: 312px;
  width: fit-content;
  margin: 30px;
  padding: 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
  opacity: 100;
  background: transparent;
  backdrop-filter: blur(4px) !important;
}

.bienvenido.card:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.bienvenido {
  /*background: linear-gradient(rgba(158, 230, 229, 1), rgba(158, 230, 229, 1));*/
}