* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.header {
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conatiner {
  background-color: #f0f1f2;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
}

.container_fotter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 20px 100px;
  background-color: #f4f4f5;
  background-color: #63656a;
}

.leter_footer {
  font-size: 1rem;
  font-weight: 600;


  color: #fff;
  font-family: 'bankintertext_regular';
  padding: 10px;
}

.container_fotter div span {
  text-align: start;
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 18px;
  color: #fff;
  font-family: sans-serif;
  opacity: .7;
  font-family: 'bankintertext_regular';
}

.container_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0 0;
}

.input-container {
  background-color: #f5f5f5;
  position: relative;
  border-radius: 10px 10px 0 0;
  height: 56px;
  transition: background-color 500ms;
  margin-top: 2rem;
  margin-bottom: 20px;
}

.input-container:hover {
  /* background-color: #ececec; */
}

.input-container:focus-within {
  /* background-color: #dcdcdc; */
}

label {
  display: block;
  position: absolute;
  font-size: 17px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #4a4a4a;
  transform-origin: left top;
  user-select: none;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms;
}

input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;

  caret-color: var(--accent-color);
  border: none;
  border-bottom: 2px solid #00000071;

  color: rgba(0, 0, 0, 0.87);
  transition: border 200ms;
  padding: 20px 16px 6px 0;
  font-size: 1rem;
  outline: none !important;
}

.btn button.btn-azul {
  background: #d0103a;
  color: #fff;
}

input:focus+label {
  color: var(--accent-color);
}

input:focus+label,
input.is-valid+label {
  transform: translateY(-100%) scale(0.80);
}

.footer_end {

  padding: 20px 100px;
  background-color: #595a5d;
  color: #c8c8c8;
  text-align: center;
}

.footer_end img {
  max-width: 100%;
}

.footer_end p {
  color: #c8c8c8;
  text-align: center;
}

.leter_titl span {
  color: #049224 !important;
  line-height: 2.5rem;
}

.contenedor_formulario {
  max-width: 570px;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 6px;


}

.btn button {
  background-color: #b7b7b7;
  color: #ffff;
  border-radius: 10px;
  padding: 12px 33px;
  border: none;
  font-weight: 600;
  font-size: .9rem;
}

.form-control {
  outline: none;
}

section {
  padding: 0 20px;
}

.btn {
  text-align: center;
}

.section2 {
  display: flex;
  justify-content: start;
  align-items: start;
}

@media screen and (max-width:900px) {
  .container_fotter div span {
    display: none;
  }

  .container_fotter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .container_fotter .logoxx {
    display: none;
  }

  .container_fotter,
  .footer_end {
    padding: 20px !important;
  }
}