body {
    font-family: Arial, sans-serif;
    background-color: black;
}

.jumbotron {
    background-color: #f8f9fa;
    padding: 2rem 1rem;
}
.container h2{
    color:rgb(255, 204, 0);
}
footer {
    background-color: #f8f9fa;
}

.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    height: 100%;
}

h2 {
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

h2::before,
h2::after {
    content: '';
    display: block;
    width: 12%;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}

h2::before {
    left: 10%;
}

h2::after {
    right: 10%;
}
p{
    color: white;
    text-align: justify;
}
.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: black;
    padding-top: 0% 3%;

}


.card-title {
    font-size: 1.5rem;
    color:rgb(255, 204, 0);
    text-align: center;
    margin-bottom: 15px;
}


.card-text {
    font-size: 1rem;
    color: white;
    text-align: justify;
}
.lista {
    color: white;
}

.h-100 :hover{
    background-color: white;
    color: #000000;
}

.back{
    background-color: rgb(255, 204, 0);
    
    
}
.back h2{
    color: #000000;
    margin-top: 2%;
    margin-left: 16%;
    margin-right: 16%;
    padding-top: 15px;
}
.back h2::before,
.back h2::after {
    content: '';
    display: block;
    width: 12%;
    height: 3px;
    background-color: black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}




.foot{
    color: black;
}

.table {
    width: 100%;
    margin: 0 auto;
}

.table th, .table td {
    text-align: left;
    padding: 10px;
    
}

.table th {
    background-color: rgb(255, 204, 0);
    color: black;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #000000;
}

.table td {
    
    cursor: pointer;
    color: white;
    
}

.table td:hover {
    background-color: rgb(255, 204, 0);
    cursor: pointer;
    color: black;
    
}
.my-5{
    height: 60%;
    max-height: 60%;
}

.img-fluid {
    width: 80%;
    max-width: 80%;
    height: 350px; /* Ajusta la altura  */
    max-height: 350px;
    object-fit: cover;
    margin-left: 15%;
    
}

h4 {
    color: black;
    margin-bottom: 20px;
    background-color: rgb(255, 204, 0);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
}


.form-group label {
    font-weight: bold;
    color: white;
}

input:hover{
    background-color: rgba(0, 0, 0, 0.1);
    color: rgb(255, 204, 0);
}

#map {
    width: 100%;
    height: 300px;
    background-color: #f8f9fa;
}
:root {
    --animate-duration: 5s;
    --animate-delay: 2s;
  }