body{
    background: rgb(209, 227, 211);
}

.row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}

.card{
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0, 0, 0);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    background-color: #61c4a8;
    width: 300px;
    height: 500px;
}

.card:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 16 px rgb(0, 0, 0);
    background-color: #9fb3a2;
}

.card-img-top{
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.card-body{
    padding: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.card-title{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-primary{
    background-color: #000000;
    border: none;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
    color: #fff;
}

.btn-primary:hover{
    background-color: #0c4f4e;
    cursor: pointer;
}

.boton{
  background-color: #000000;
  border: none;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
  color: #fff;
  text-decoration: none;
}

.boton:hover{
  background-color: #0c4f4e;
  cursor: pointer;
}

#encabezado{
    background-color: rgb(255, 255, 255);
    text-align: center;
    
}

#encabezado h1{
  margin: 0;
  font-size: 24px;
}

#encabezado p{
  font-size: 14px;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    height: 100px;
  }
  
  .menu li {
    float: right;
  }

  .menu li a:hover, .desp:hover .btn {
    background-color: rgb(255, 255, 255);
    background: rgb(97,196,168);
    text-decoration: none;
  }

  .menu li a.active {
    background: rgb(97,196,168);
  }

  .menu li a{
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: 120px;
    height: 80px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
  }

  .menu li h1{
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: 850px;
    height: 80px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
  }

  .cierre {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: 120px;
    height: 100px;
}

.cierre:hover {
    background-color: rgb(97, 196, 168);  
    color: #000000;
}

#imgenbn{
    width: 120px;
    height: 100px;
    float: inline-start;
}

h1{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

h2{
  font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

p{
  font-family: Arial, Helvetica, sans-serif;
}

table{
  width: 100%;
  left: 0px;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: top;
  max-width: 100%;
  color: #000000;
  margin: 0px;
}

form input[type="number"] {
  width: 100%;
  padding: 11px;
  margin-bottom: 11px;
  border: 2px solid #ccc;
  border-radius: 7px;
}

a{
  font-family: Arial, Helvetica, sans-serif;
}