body {
    padding-top: 80px;
    height: 100%;
    background-color: #f8f9fa;
}

.fondo {
    background-color:#F48120;
    color: #17A2B8;
  }

.card-botones {
  background-color: #F8F9FA;
}

.card-titulo {
  background-color: #3f467e;background-color: #FF7E00;
}

.bordepanel {
  background-color: #C6DBD2;
}

.bgcardpanel {
  background-color: #de996e;
}

.btn-bg-color {
  background-color: #FFCC2A;
  color: black;
}

.form-container {
    max-width: 900px;
    margin-top: 50px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #fff;
}
.section-header {
    background-color: #343a40;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}
.form-check-inline {
    margin-right: 1.5rem;
}
.table-responsive {
    margin-bottom: 2rem;
}
.resaltar {
    font-weight: bold;
}
    
input[type="text"],
input[type="date"],
textarea {
    background-color: #fcf8e3; /* Un tono amarillo claro */
}
#imgmapa, #imgfoto1, #imgfoto2, #imgfoto3, #imgfoto4 { 
    max-width: 120px; 
    max-height: 120px;
}

#map {
    height: 400px;
    width: 100%;
    margin: 0;        /* quita márgenes por defecto */
    padding: 0; 
  }
  /* html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  } */
  #imgmapa { 
  max-width: 180px; 
  max-height: 180px;
  }

  #place-input {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #ced4da;
    font-size: 20px;
  }
  .pac-container {
    z-index: 9999999 !important; /* Bootstrap modals tienen z-index de 1050 */
  }

  .texto-parpadeante {
    animation: parpadear 1s infinite;
  }

  @keyframes parpadear {
    0% {
      opacity: 1; /* Texto completamente visible */
    }
    50% {
      opacity: 0; /* Texto completamente invisible */
    }
    100% {
      opacity: 1; /* Vuelve a ser visible */
    }
  }
  