/* CSS for centering and side by side display */
.barco-container {
    justify-content: space-evenly; /* Center the boats horizontally */
    margin-bottom: 20px; /* Add margin between the boats */
    height: 100%;
    display: flex;
}

.barco-wrap {
    width: 100%; /* Adjust width as needed */
    margin: 0 auto;
    margin-top: 5%;
    height: 100%;
    
}


table{
    margin: 0 auto;
}

.info-barcos{
    height: fit-content;
    margin: 0;
}

.barco1{
    height: fit-content;
    position: relative;
    margin: 0 auto;
}

.info-header td:nth-child(2) { padding-right: 20px; }

.imagembarco1{
    width: 400px;
    height: auto;
}

@media(max-width: 1100px){
    .barco-container{
        display: block;
        justify-content: center;
    }
}

@media(max-width: 830px){
    .barco1 {
        margin: 0 auto;
        text-align: center;
    }
}

@media(max-width: 700px){
    .barco-wrap{
        margin: 5px;
    }
    .barco1{
        width: 94%;
}
}
@media(max-width: 600px){
    .barco-wrap{
        margin: 5px;
    }
}
@media(max-width: 500px){
    .barco1{
        margin-right: 5px;
        margin-bottom: 20%;
    }
    .barco-wrap{
        margin: 5px;
        width: 100%;
    }
table{
    margin-right: 20px;
}
}

@media(max-width: 400px){
    .barco-wrap{
        margin: 5px;
        width: 100%;
    }
    .barco1{
        width: 95%;
        overflow: scroll;
}

.info-barcos p{
    margin-left: 20px;
}

.imagembarco1{
    width: 300px;
    overflow: scroll;
}

table{
    margin-right: 20px;
}
}

.not-available{
    width: 100%;
    text-align: center;
    color: white;
    margin: 100px 0 100px 0;
    font-size: 40px;
}
.not-available p{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

}