html,
body {
  height: 100%;
}

.body {
  /* display: flex;
  align-items: center; */
  /* padding-top: 40px;
  padding-bottom: 40px; */
  /* background-color: #f5f5f5; */
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: non-repeat;
  background-size: cover;
}

main {
  width: 100%;
  text-align: center !important;
  display: grid;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 10px;
  padding-left: 20px;
  /* padding-right: 20px; */
  /* background-color: #f5f5f5; */
}

.logomovil {
  display: none;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01a4b5;
  clip-path: circle(600px at right 800px);
  z-index: -1;
}

.circle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01a4b5;
  clip-path: circle(600px at left 800px);
  z-index: -1;
}

#btnlogin {
  background: #efb810;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  position: relative;
  max-width: 200px;
}

.header .ul {
  position: relative;
  display: flex;
}

.header .ul li {
  list-style: none;
}

.header .ul li a {
  display: inline-block;
  color: #000;
  font-weight: 400;
  margin-left: 40px;
  text-decoration: none;
}

.header .ul li a:hover {
  color: #01a4b5;
  cursor: pointer;
}

h2 {
  color: #efb810;
  font-weight: bold;
}

#title {
  color: #01a4b5;
  font-weight: bold;
}

i {
  color: #01a4b5;
}

#btnfacturacion {
  padding: 8px 20px !important;
  background: #01a4b5 !important;
  color: #fff !important;
  border-radius: 40px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  border-color: transparent !important;
}

.main {
  padding-top: 100px;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: grid;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  vertical-align: middle;
}

#loading-image {
  position: center;
  z-index: 100;
}

.contacto {
  font-size: 0.8rem !important;
}

@media (max-width: 1000px) {
  .header {
    padding: 20px;
  }

  .header .logo {
    max-width: 200px;
  }

  .header .ul {
    display: none;
  }

  .toggle {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/menu.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
    z-index: 11;
  }

  .toggle.active {
    position: fixed;
    right: 20px;
    background: url(../images/close.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
  }

  .header .ul.navigation.active {
    position: fixed;
    padding: 0 !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    /* opacity: 0.1; */
    z-index: 10;
  }

  .header .ul li a {
    font-size: 1.5em;
    margin: 5px 0;
  }

  .section {
    padding: 20px 20px 120px;
  }

  .circle {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #01a4b5;
    clip-path: circle(400px at center bottom);
    z-index: -1;
  }

  .circle2 {
    display: none;
  }

  /* @media (max-width: 500px) {
    .header .ul.navigation.active {
      position: fixed;
      padding: 0 !important;
      top: 0;
      left: 0 !important;
      right: 0 !important;
      width: 100%;
      height: 100%;
    }
  } */

  .logomovil {
    display: block;
    margin-bottom: 10px;
  }
}
