body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

/* Menú de navegación */
.menu-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  background-color: #333;
  color: white;
}

.menu-nav ul {
  display: flex;
  list-style-type: none;
}

.menu-nav li a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
}

.menu-nav li a:hover {
  background-color: #00bcd4;
}

/* Logo */
.logo {
  height: 100px;
}

/* Encabezado */
.header-image {
  display: block;
  margin: 0 auto;
  height: 500px;
  width: 100%;
  object-fit: cover;
}

/* Formulario */
form {
  margin: 20px;
  padding: 15px;
  background-color: #f3f3f3;
  border-radius: 8px;
}

form label {
  display: block;
  margin-top: 10px;
}

form input, form textarea, form button {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
}

/* Pie de página */
.footer-link {
  color: #f8f9fa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #0d6efd;
}

.social-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-3px);
  color: #fff;
}

.card-glow .btn-glow {
  background-color: #fff;
  color: #ff9a9e;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.card-glow .btn-glow:hover {
  background-color: #ff9a9e;
  color: #fff;
}

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}









/* navegador */
.navbar-icon-top .navbar-nav .nav-link > .fa {
  position: relative;
  width: 36px;
  font-size: 24px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-family: sans-serif;
}

.navbar-icon-top .navbar-nav .nav-link > .fa {
  top: 3px;
  line-height: 12px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
  top: -10px;
}

@media (min-width: 576px) {
  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

/* body medio */

body {
  background-color: #f8f9fa;
}
.container {
  margin-top: 50px;
}
.table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.table thead {
  background-color: #007bff;
  color: white;
}


/* formu */
body {
  background-color: #f4f7fc;
  font-family: 'Arial', sans-serif;
  padding-top: 100px; /* Evita que el formulario cubra elementos superiores */
}

/* Contenedor del mapa */
.map-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Mantiene el mapa detrás */
}

.map-container iframe {
  width: 100%;
  height: 100%;
  filter: blur(3px); /* Efecto de desenfoque */
}

/* Contenedor del formulario */
footer-link {
  color: #f8f9fa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #0d6efd;
}

.social-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-3px);
  color: #fff;
}



.footer {
  background-color: #343a40;
  color: white;
  padding: 50px 0;
  text-align: center;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;}