.contenedor_principal {
  width: 56%;
}

.frm_consulta {
  max-width: 350px;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-width: 0.45rem;
  border-style: solid;
  border-color: #e5e7eb;
  border-radius: 1.5rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.frm_consulta div {
  margin: 0;
}

.frm_consulta .txt_frm_group {
  margin: 6px auto;
}

.frm_consulta .fila_esp_2 {
  font-size: 1.15rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

.frm_consulta .fila_esp_3 {
  margin-bottom: 1rem !important;
}

.info_slider,
.fila_esp_2,
.fila_esp_3,
.frm_consulta button[type="submit"].btn_frm_group {
  font-family: "Poppins", sans-serif;
}

#username {
  background-image: url(icons/user.svg);
}

#password {
  background-image: url(icons/lock.svg);
}

#username,
#password {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: calc(1% - 22px);
}

#username:-webkit-autofill,
#password:-webkit-autofill {
  padding-left: 1rem;
}

.frm_consulta button[type="submit"].btn_frm_group {
  width: 94%;
  column-gap: 1.65rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border-radius: 0.65rem;
  box-shadow: none;
  font-size: 1.35rem;
  line-height: 1.25rem !important;
  color: #f7f7f7;
  background-color: #3b82f6;
  transition-duration: 1000ms;
  transition-property: color, background-color, border-color, outline-color,
    fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, outline-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, outline-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.frm_consulta button[type="submit"].btn_frm_group:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3b82f6;
  font-weight: bold;
  background-color: transparent;
  box-shadow: 0 0 0 2px #3b82f6;
}

.frm_consulta button[type="submit"].btn_frm_group > i.fa {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 6px !important;
}

.bx-wrapper .bx-controls-direction a {
  outline: 0;
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  z-index: 9999;
  text-align: center;
  color: #2ccdde;
}

.bx-controls-direction {
  position: relative;
  margin-top: 3rem;
}

.info_slider_completo {
  padding: 5% 0;
}

.info_slider_completo > img {
  margin: 1rem 0;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  top: 150%;
  border: 2px solid #16b2c4;
  background-color: rgba(6, 146, 161, 0.439);
}

.info_slider > img {
  top: 3%;
  left: 15%;
}

.pie_pagina {
  padding-top: 4rem;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1024px) {
  .contenedor_principal {
    width: 66%;
  }

  /*  .frm_consulta {
    width: 50%;
  } */
}

@media only screen and (max-width: 800px) {
  .info_slider_completo {
    display: none;
  }

  .container__logo {
    width: 400px;
  }

  .logo_datec_cloud_mobile {
    display: block !important;
    margin: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 70%;
    object-fit: cover;
  }

  .contenedor_principal {
    padding: 0 0.5rem;
    background: radial-gradient(
      circle,
      #090979 35%,
      #072e92 47%,
      #073798 50%,
      #00d4ff 100%
    );
  }

  .frm_consulta,
  .contenedor_principal {
    width: 100%;
    overflow: hidden;
  }

  .frm_consulta .fila_esp_2 {
    margin-bottom: 0 !important;
  }

  .frm_consulta .fila_esp_3 {
    margin-top: 0 !important;
  }

  .frm_consulta .fila_esp_3 > * {
    margin: 0 !important;
  }

  .frm_consulta .fila_esp_2,
  .frm_consulta .fila_esp_3 {
    font-size: 1.25rem !important;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 1.5em;
  }

  .container__logo,
  .contenedor_principal {
    padding: 1rem;
  }
}
