body{
    margin-top: 20px;
}

.boat-wrapper{
    display:flex;
    width: 100%;
    margin-top: 2%;
    justify-content: center;
}

.barco-wrap{
    text-align: center;
    margin-right: 5%;
    color: white;
    margin-bottom: 5%;
}

.barco-wrap img{
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.title{
    font-weight: 600;
    font-size: 30px;
    margin-top: 120px;
    margin-bottom: 3%;
}

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

.barco1{
    width: 600px;
    height: 900px;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    margin-left: 2%;
}

/* Barco 1- Espadim */

.imagembarco1 {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px; /* Adjust the height as needed */
  }
  
  .imagembarco1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.title p{
    
    margin: 0 auto;
    max-width: 300px;
}

/* Barco 2 - Gypsea Blues */

.info-barcos{
    text-align: left;
    font-style:normal;
    font-weight: 500;
}

.info-barcos p{
    margin: 10%;
}

@media(max-width: 1300px){
    .boat-wrapper{
        display: block;
    }
    .barco1{
        margin: 0 auto;
        margin-bottom: 5%;
    }
}
