@charset "utf-8";
/* CSS Document */


/* =========================
   ini_index_responsive.css
   Estilos personalizados para login de MyMillionFriends
   ========================= */

/* ---------- BODY GENERAL ---------- */
body {
  background-color: #f2f2f2;
  font-family: 'Verdana', sans-serif;
  color: #333;
}

html, body {
  height: 100%;
  margin: 0;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

main {
      flex: 1;
    }
/* ---------- NAVBAR ---------- */
.navbar {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #1a1a1a !important;
}

.navbar-brand img {
  height: 70px;
}

.navbar-nav .nav-link {
  color: #f2f2f2;
  font-weight: bold;
  margin-left: 15px;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #00ccff;
}

/* ---------- FORMULARIO ---------- */

/* Asegura que el contenido principal crezca y empuje al footer abajo */
.ini_main-wrapper {
  flex: 1 0 auto;
  padding-top: 100px; /* espacio para el navbar fijo */
  padding-bottom: 40px; /* espacio para no pegarse al footer */
}

.ini_footer {
  padding-top: 20px;
}

.ini_form-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1a1a1a;
}

form label {
  font-weight: bold;
  color: #1a1a1a;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 12px;
}

.input-group-text {
  background-color: #fff;
  border-left: none;
}

.btn-primary {
  background-color: #00ccff;
  border: none;
  font-size: 18px;
  padding: 12px;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #0099cc;
}

/* ---------- LINKS ---------- */
.ini_links a {
  color: #007bff;
  text-decoration: none;
}

.ini_links a:hover {
  text-decoration: underline;
}

/* ---------- FOOTER ---------- */
footer {
  background-color: #1a1a1a;
  font-size: 16px;
}

/* Footer fijo al fondo cuando hay poco contenido */
footer.ini_footer {
  flex-shrink: 0;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 576px) {
  .navbar-brand img {
    height: 50px;
  }

  .ini_form-title {
    font-size: 22px;
  }

  .btn-primary {
    font-size: 16px;
    padding: 10px;
  }
}

.ini_banner-login {
  max-height: 300px;
  object-fit: contain;
}


/* Para móviles: evitar que la navbar tape el contenido */
@media (max-width: 768px) {
  .ini_main-wrapper {
    padding-top: 120px;
  }

  .ini_banner-login {
    margin-bottom: 40px;
  }
}



/* =========================
   Estilos personalizados para About Us
   ========================= */

.abtus_container {
  padding: 40px 20px;
  font-family: 'Verdana', sans-serif;
  background-color: #f5f5f5;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

.abtus_title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}


.abtus_text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.abtus_team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.abtus_team-member {
  max-width: 300px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.abtus_team-member img {
  width: 100%;
  height: auto;
  display: block;
}

.abtus_footer {
  text-align: center;
  margin-top: 60px;
  font-size: 14px;
  color: #888;
}

/* =========================
   Barra de navegación fija
   ========================= */

.abtus_navbar {
  background-color: #1A1A1A;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.abtus_navbar a {
  color: white !important;
  margin-right: 20px;
  font-weight: bold;
}

.abtus_logo {
  height: 80px;
}


/* =========================
   Responsive
   ========================= */

@media (max-width: 576px) {
  .abtus_title {
    font-size: 24px;
  }
  .abtus_text {
    font-size: 16px;
  }
}


.navbar-toggler-icon {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: white;
  position: relative;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: white;
  left: 0;
}
.navbar-toggler-icon::before {
  top: -10px;
}
.navbar-toggler-icon::after {
  top: 10px;
}

/* ---------- REGISTRO DE USUARIO ---------- */
.reg_main-wrapper {
  flex: 1 0 auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

/* Imágenes de banners */
.reg_banner {
  max-width: 100%;
  height: auto;
}

/* Ajustes responsive para móvil */
@media (max-width: 768px) {
  .reg_main-wrapper {
    padding-top: 120px;
  }

  .reg_banner {
    margin-bottom: 40px;
  }
}

/* ---------- BLOQUE DE CONTENIDO HIP (sin tablas, responsive) ---------- */
/* ---------- CONTENEDOR PRINCIPAL ---------- */
.hip_content {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* ---------- TITULOS ---------- */
.hip_title {
  font-size: 1.4rem; /* más pequeño */
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 1rem;
}

.hip_section h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: .6rem;
  color: #0d1b2a;
}

/* ---------- TEXTO ---------- */
.hip_lead, 
.hip_section p {
  font-size: 0.88rem;  /* más pequeño */
  line-height: 1.55;
  color: #333;
  text-align: justify;
  margin-bottom: 1rem;
}

/* ---------- LISTAS ---------- */
.hip_list {
  font-size: 0.88rem;
  line-height: 1.55;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.hip_list li {
  margin-bottom: .4rem;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .hip_content {
    padding: 1rem;
  }
  .hip_title {
    font-size: 1.2rem;
  }
  .hip_section h3 {
    font-size: 1rem;
  }
  .hip_lead, 
  .hip_section p,
  .hip_list {
    font-size: 0.82rem; /* aún más pequeño en móviles */
  }
}

/* --------- Contacto --------- */
.cnt_main-wrapper {
  min-height: 70vh;
}

.cnt_label {
  font-weight: bold;
  font-size: 0.95rem;
}

.cnt_input, 
.cnt_textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  transition: border-color 0.3s ease;
}

.cnt_input:focus,
.cnt_textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

.cnt_btn-submit {
  background-color: #EB9822;
  border: none;
  font-size: 1.1rem;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.cnt_btn-submit:hover {
  background-color: #cf7d0b;
}

.cnt_banner {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ----- Estilos generales ----- */
.rec_main-wrapper {
  min-height: 80vh;
}

.rec_text-intro {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 25px;
  text-align: center;
}

/* ----- Formulario ----- */
.rec_label {
  font-weight: 600;
  color: #333;
}

.rec_input {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease;
}

.rec_input:focus {
  border-color: #ffc107;
  box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}

/* ----- Botón ----- */
.rec_btn {
  background: linear-gradient(90deg, #ffb300, #ffd700);
  border: none;
  color: #000;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.rec_btn:hover {
  background: linear-gradient(90deg, #ffd700, #ffb300);
  transform: translateY(-2px);
}

/* ----- Imagen ----- */
.rec_banner {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

/* ----- Responsivo ----- */
@media (max-width: 768px) {
  .rec_text-intro {
    font-size: 0.9rem;
  }
  .rec_btn {
    width: 100%;
  }
}


