.principal {
  display: flex;
  -webkit-box-shadow: 1px 2px 12px -4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 12px -4px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 12px -4px rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  width: 50%;
  margin-top: 30px !important;
}

.div-image {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.img-login {
  width: 100%;
  height: 100%;
  display: block;
}

.ui.segment {
  box-shadow: none;
  border: none;
}

.ui.negative.message {
  word-break: break-word;
  width: 250px;
}

.align-left {
  text-align: left;
}

.ui.header {
  font-weight: bold;
  font-family: "Lexend", sans-serif !important;
}

.align-left p {
  word-break: break-word;
  width: 300px;
  margin-bottom: 10px;
}

.logo-presente {
  display: flex;
  justify-content: center;
}

.login-portal.layout .center-segment {
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative !important;
}

.footer-responsive {
  display: none;
}

.banner-responsive img {
  display: none;
}

.logo-desktop {
  display: block;
}

.logo-responsive {
  display: none;
}
.segment-form {
  margin-top: 2rem !important;
}

input {
  border-radius: 8px !important;
  border: 1px #8c8789 solid !important;
}

.button {
  background-color: #a8004a !important;
  color: #fff !important;
  border-radius: 25px !important;
}

.label {
  font-family: "Lexend", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.title-presente {
  font-family: "Lexend", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #2f2d2e !important;
}

.description {
  font-family: "Lexend", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #2f2d2e !important;
}

.card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 500px;
}

.card img {
  width: 80px;
  margin-bottom: 20px;
}

.card h2 {
  margin: 10px 0 20px;
}

.card .description {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.card button {
  font-family: "Lexend", sans-serif !important;
  background-color: #a8004a !important;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 30px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.card button:hover {
  background-color: #7e0037 !important;
}
.recaptcha-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  width: 260px;
}

/*Media query*/
@media screen and (max-width: 1024px) {
  .g-recaptcha {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .principal {
    box-shadow: none;
    width: 80% !important;
  }
  .img-login {
    display: none;
  }

  .principal img {
    display: none;
  }

  .logo-presente {
    background: #a8004a;
    -webkit-box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 27%);
    justify-content: start;
    padding: 0 0 10px 0;
  }

  .logo-desktop {
    display: none;
  }

  .logo-responsive {
    display: block;
  }

  .logo-presente img {
    width: 180px;
  }

  .background-responsive {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    background-position: center;
    height: 100vh;
  }

  .banner-responsive img {
    width: 100%;
    display: block;
  }

  .ui.header {
    display: none;
  }

  .ui.segment {
    background: rgb(255 255 255 / 53%);
    margin-top: 0px;
  }

  .ui.segment p {
    display: none;
  }

  .product-title {
    display: none;
  }

  .footer-desktop {
    display: none;
  }

  .footer-responsive {
    display: none;
    font-size: 20px;
    font-weight: 600;
  }

  .footer {
    display: none;
    background: #a8004a;
  }
  .g-recaptcha {
    transform: scale(0.45);
    -webkit-transform: scale(0.45);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .ui.container {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
}
@media only screen and (max-width: 425px) {
.g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}