.detailstours {
    border-radius: 0.75rem;
    border-style: double;
    background-color: aliceblue;
    

}

.specifications {
    display: flex;
    background-color: rgb(190, 210, 230);
    margin-top: 20px;
    padding: 10px;
    border-style: solid;
    border-radius: 0.75rem;

}

.specifications h4 {
    text-align: start;

}

.specifications {
    display: flex;
    flex-wrap: wrap;
}

.specifications>div {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 20px;
}

.specifications h4 {
    font-weight: bold;
}

.specifications ul {
    padding-left: 0;
    list-style: none;
}

.specifications ul li {
    margin-left: 0;
    padding-left: 0;
    text-align: start;
}

.specifications p {
    margin-left: 0;
    padding-left: 0;
    text-align: start;
}

.reservation-details {
    border-radius: 0.75rem;
    border-style: solid;
    padding: 40px;
    padding-top: 50px;

}

form {
    text-align: start;
}

.text-center {
    text-align: center;
    /* Centra el contenido del div horizontalmente */
    margin-top: 20px;
    /* Ajusta el espaciado superior según sea necesario */
}

.tourDescription{
    text-align: justify;
}

.tourPrices{
    display: flex;
    justify-content: space-evenly;
    margin: 20px;
    padding: 10px;
    background-color: rgb(190, 210, 230);
    border-style: solid;
    border-radius: 0.75rem;
    
}


#confirmationPanel{

    border-style: solid;
    border-radius: 0.75rem;
    padding: 10px;
    text-align: start;

}

.confirmationPanelButtons {
    display: flex;
    justify-content: center;
    gap: 30px;
    
}

.reservation-details img {
    border-radius: 0.75rem;
    box-shadow: 0px 0px 18px 7px rgba(179, 134, 69, 0.89);
    -webkit-box-shadow: 0px 0px 18px 7px rgba(179, 134, 69, 0.89);
    -moz-box-shadow: 0px 0px 18px 7px rgba(179, 134, 69, 0.89);

}


}