
body {
  background-color: #e9e9e9;
}

nav .navbar-nav li a {
  color: white !important;
  font-weight: 400;
}

.custom-toggler.navbar-toggler {
  border-color: white !important;
  padding-bottom: 0.5rem;
}

.dropdown-menu {
  background-color: #ffffff8c !important;
  text-align: center;
}

.nav-item {
  display: inline-block;
  margin: 3px;
}

.nav-link {
  display: inline-block;
  background-color: #633c3c; /*fondo del botón */
  color: white; /* Color del texto */
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 128px;
  text-align: center;
}

.nav-link:hover {
  background-color: #cf4c4c; /* Color de fondo hover*/
}

.nav-item.active .nav-link{
  background-color: #811b1b; /*botón activo */
  text-decoration: underline;
}       
.nav-link:focus {
  background-color: #811b1b; /*botón activo tab */
}   

.buscar{
    background-color: #633c3c;
    height: 145px;
    padding-top: 20px;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}
.mb-3{
    margin-bottom: 0rem!important;
}
.centrar-formulario {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer{
    margin-top: 20px;
    font-size: 18px;
}

.imagen-footer {
  width: 80%;
}
.card{
    margin-bottom: 25px;
}

.inc {
  padding-top: 0px;
}

.card {
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card {
  transition: transform 0.4s;
}

.card:hover {
  transform: scale(1.10);
  cursor: pointer;
   
}

.quienesSomos {
  border-radius: 70%;
}


.map {
  margin-top: 30px;
  margin-bottom:30px;
  
}

#textArea {
  width: 100%;
}

.delForm {
  background-color: #dbdee1;
  border-radius: 3%; 
}

.formu{
  margin-left: 0 !important;
}

.registrate {
  margin-bottom: 9px;
}

.active {
  font-weight: bold;
}

.botonesBuscador {
  padding-top: 30px;
  
}

.submit {
  
  height: 45px;
  width: 50%;
}

.prueba {
  background-color: #dbdee1;
  border-radius: 1%;
  font-size: 15px;
  align-items: start;
  padding-bottom: 1px;
  padding-top: 1px;
}

.quienesSomosTexto {
  text-align: left!important;
}

#imgQuienesSomos {
  align-items: center;
}

.quienesSomosVision {
  padding-bottom: 12px;
}
ul {
  list-style: none;
}


.date-width {
  width: 100%; /* Ancho del campo de entrada al 100% */
  max-width: 250px; /* Ancho máximo para evitar que se vuelva excesivamente ancho */
}
.pais-width {
  width: 100%; /* Ancho del campo de entrada al 100% */
  max-width: 250px; /* Ancho máximo para evitar que se vuelva excesivamente ancho */
}
.personas-width {
  width: 100%; /* Ancho del campo de entrada al 100% */
  max-width: 250px; /* Ancho máximo para evitar que se vuelva excesivamente ancho */
}
.buscar-width {
  width: 100%; /* Ancho del campo de entrada al 100% */
  max-width: 150px; /* Ancho máximo para evitar que se vuelva excesivamente ancho */
}

.login {
  margin-top: 30px;
}
.banner {
  width: 300px;
}






.table th, .table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table-head{
  background-color: #811b1b !important;
}


.form-check {
  padding-left: 2.3rem!important;
}

.celdaTitulo {
  background-color: #2b3035!important;
  color: white!important;
}

.card-testimonio  {
  background-color: #ffffff8c;
  border-radius: 10%;
  padding: 10px;
  margin-top: 10px;
  margin: 20px;
  width: 400px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.featurette-divider {
  margin-top: 70px;
  margin-bottom: 70px;
}

.testimonio {
  border-radius: 100%;
}

.container-testimonio {
  background-color:
  
}