.main {
  text-align: center;
  padding: 20px;
  flex-grow: 1;
}

.main {
  text-align: center;
  padding: 20px;
  flex-grow: 1;
}

.illustration {
  width: 350px;
  height: 350px;
}

.iframe {
  width: 500px;
  height: 500px;
}

.cuotas {
  font-family: poppins;
  font-size: 18px;
  font-weight: 500;
  color: #cdcdcd;
}

.result {
  font-family: poppins;
  font-weight: 800;
  font-size: 25px;
  color: #cdcdcd;
}

.monto-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.monto-option {
  text-align: center;
  border-radius: 10px;
  background-color: #191919;
  padding: 2px;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  width: 90%; /* Use percentage-based width */
  max-width: 490px; /* Ensure it doesn't exceed the original width */
  margin-bottom: 10px;
}

.monto-option:hover {
  background-color: #121212;
}

.monto-option.selected {
  background-color: #4caf50;
  color: white;
}

/* Media queries for responsiveness */
@media (max-width: 600px) {
  .monto-option {
    width: 90%; /* Adjust width for smaller screens */
  }
}

/* CSS for thin separators */
.category-container {
  margin-bottom: 60px;
  margin-top: 20px;
  border-radius: 10px;
  font-family: Poppins;
  border: 1px solid transparent; /* Add border for container */
}

.category-heading {
  font-size: 1.5rem;
  color: #cdcdcd;
  font-family: Poppins;
  margin-bottom: 10px;
}

.icon {
  margin-left: 10px;
  margin-right: 10px;
  color: #cdcdcd;
}

.data-item {
  margin-bottom: 5px;
}

hr {
  border: none;
  border-top: 2px solid #cdcdcd; /* Thin horizontal line */
  margin: 10px 0; /* Adjust margin as needed */
}

.encabezado {
  font-weight: bold;
  color: #cdcdcd;
  font-family: Poppins;
  padding: 0;
  margin-bottom: 0px;
}

.negrita {
  font-weight: bold;
  font-family: Poppins;
  color: #cdcdcd;
}

.texto {
  margin: 0px;
  padding: 0px;
  font-family: Poppins;
  color: #cdcdcd;
}

#photo {
  display: none;
  /* Hide the file input initially */
}

.error {
  color: #ff4d4d;
  font-size: 16px;
  font-family: Poppins;
  display: block;
}

.error-message {
  color: #ff4d4d;
  font-size: 16px;
  font-family: Poppins;
  margin-bottom: 10px;
  margin-top: 5px;
}

.descubre {
  font-weight: 400;
  font-size: 18px;
  font-family: Poppins;
  text-align: justify;
  color: #cdcdcd;
}

.boxagents1 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  background-color: #121212;
  border-radius: 25px;
  width: auto;
  height: auto;
}

.calculalo {
  margin: 0;
  transition: all 1s;
  color: #cdcdcd;
}

.cuadropanelnew2 {
  background-color: #393939;
  color: #cdcdcd;
  margin-top: 25px;

  height: auto;
  padding: 25px;
  margin-bottom: 25px;
  width: auto;
  border-radius: 25px;
}

.cuadropanelnew2:hover {
  cursor: pointer;
  color: #cdcdcd;
  border: none;
  background-color: #121212;
}

.input-drop {
  height: 58px;
  width: 405px;
  border: none;
  padding: 15px;
  margin-bottom: 10px;
  color: #cdcdcd;
  font-family: poppins;
  border-radius: 25px;
  background-color: #121212;
  font-size: 19px;
  border: #121212 1.8px solid;
  outline: none;
  /* Find replacement */
  transition: all 0.4s;
}

.hidden {
  display: none;
}

.isotipo {
  color: #cdcdcd;
  font-size: 14px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
  height: 10%;
}

.btn-primary {
  border: none;
  padding: 0;
  background-color: #cdcdcd;
  height: 58px;
  width: 100%;
  margin-top: 20px;
  color: #191919;
  font-family: Poppins;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s;
}

.btn-primary:hover {
  background-color: #282828;
  color: #cdcdcd;
  font-weight: 700;

}

.btn-secondary {
  border: none;
  padding: 0;
  background-color: #121212;
  height: 58px;
  width: 100%;
  color: #cdcdcd;
  margin-top: 20px;
  font-family: Poppins;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s;
}

.btn-secondary:hover {
  border: none;
  padding: 0;
  background-color: #cdcdcd;
  height: 58px;
  width: 100%;
  color: #121212;
  font-family: Poppins;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.4s;
}

.danger-btn {
  border: none;
  padding: 0;
  background-color: #121212;
  height: 58px;
  width: 100%;
  color: #ff4d4d;
  margin-top: 20px;
  font-family: Poppins;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s;
}

.danger-btn:hover {
  border: none;
  padding: 0;
  background-color: #ff4d4d;
  height: 58px;
  width: 100%;
  color: #121212;
  font-family: Poppins;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.4s;
}

.btn-tertiary {
  border: solid;
  padding: 0;
  margin-top: 25px;
  background-color: transparent;
  height: 58px;
  width: 100%;
  color: #cdcdcd;
  font-family: Poppins;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s;
}

.btn-tertiary:hover {
  border: none;
  padding: 0;
  margin-top: 25px;
  background-color: #121212;
  height: 58px;
  width: 100%;
  color: #cdcdcd;
  font-family: Poppins;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.4s;
}

.btn-fortuary {
  border: none;
  padding: 0;
  margin-top: 25px;
  background-color: #333;
  height: 58px;
  width: 100%;
  color: #cdcdcd;
  font-family: Poppins;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s;
}

.btn-fortuary:hover {
  border: none;
  padding: 0;
  margin-top: 25px;
  background-color: #121212;
  height: 58px;
  width: 100%;
  color: #cdcdcd;
  font-family: Poppins;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.4s;
}

.registrate {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  font-family: Poppins;
  color: #cdcdcd;
  text-align: left;
}

.hora {
  font-weight: 400;
  font-size: 18px;
  font-family: poppins;
  color: #cdcdcd;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  background-color: #121212;
}

h1 {
  margin-bottom: 8%;
  text-align: center;
  font-family: poppins;
  color: #cdcdcd;
  letter-spacing: 0.1em;
}

.input {
  border: none;
  margin-bottom: 10px;
  padding: 15px;
  color: #cdcdcd;
  width: 100%;
  border-radius: 50px;
  font-family: poppins;
  background-color: #121212;
  font-size: 19px;
  border: #121212 1.8px solid;
  outline: none;
  transition: all 0.4s;
}

.input:focus {
  opacity: 1;
}

.input::placeholder {
  color: #cdcdcd;
}

input,
button {
  padding: 3%;
  width: 100%;
}

.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #121212; /* Optional: to see the full container area */
}

.login-container {
  background-color: #191919;
  padding: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  height: auto;
  min-height: 580px;
}

/* Media query for smaller screens */
@media screen and (max-width: 1200px) {
  .login-container {
    padding: 30px;
    width: 90%;
    max-width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .login-container {
    padding: 20px;
    width: 95%;
    max-width: 400px;
    height: auto;
  }
}

.create-acct-btn {
  background-color: #cdcdcd;
  color: #121212;
  font-family: poppins;
  border-radius: 25px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5%;
}



#sign-up {
  border: none;
  font-family: poppins;
  border-radius: 25px;
}

#create-acct {
  display: none;
}

#return-btn {
  font-family: poppins;
  border: none;
  padding: 0;
  background-color: #121212;
  height: 58px;
  width: 100%;
  color: #cdcdcd;
  margin-top: 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  transition: all 0.4s;
}

.return-btn:hover {
  border: none;
  padding: 0;
  background-color: #cdcdcd;
  height: 58px;
  width: 100%;
  color: #121212;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  transition: all 0.4s;
}

.contact-text-smaller {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #cdcdcd;
  width: 500px;
  font-family: Poppins;
  justify-content: center;
}

/* Media query for smaller screens */
@media screen and (max-width: 1200px) {
  .contact-text-smaller {
    width: 90%;
    margin-top: 20px;
    max-width: 430px;
    height: auto;
  }
}
