 /*   Secao Join Us   */

 .outer-fisherman-container {
  margin-top: 100px;
    display: flex;            
    justify-content: center; 
    width: 100%;             
    height: auto;            
  }

  .outer-fisherman-container-main{
    margin-top: 60px;
    display: flex;            
    justify-content: center; 
    width: 100%;             
    height: auto; 
  }

  .fisherman-container {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    background: #F1F3F4;
    border-radius: 16px 16px 150px 16px;
    height: 318px;
    max-width: 1170px;
    padding-left: 50px;
    margin-left: 40px;
    margin-right: 40px;
    gap:50px;
  }

    .fisherman-img {
      min-width: 40%;
      height: 318px;
      object-fit: cover;
      border-radius: 150px 16px 150px 16px;
    }


.fisherman-register-btn {
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    background-color: #006EAB !important;
    border-color: #006EAB !important;
    border: 2px solid #006EAB;
    border-radius: 5px !important;
    cursor: pointer;
    transition: 0.3s ease;
}

.fisherman-register-btn:hover {
    background: #00365C !important;
    border-color: #00365C !important;
}


.fisherman-card {
    padding: 32px 24px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.fisherman-card p {
  margin-top: 20px;
  margin-bottom: 26px;
  font-size: 16px;
  color: #000000;
}

.fisherman-card h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}



@media (max-width: 991px) {
  .outer-fisherman-container-main{
    margin-top: -150px;
  }
  .footer-navigation{
    min-width: 120px;
  }
    .fisherman-container{
      gap:0px;
      margin-top: 318px;
      flex-direction: column-reverse;
      max-width: 700px;
      height: 100%;
      padding-left: 0;
      padding-bottom: 40px;
      border-radius: 0 0 16px 16px;
    }
    .fisherman-img {
      width: 100%;
      object-fit: cover;
      border-radius: 16px 16px 0 0;
    }

    .fisherman-card{
      padding-top: 32px;
    }
  }
  @media (max-width:599px){
    .fisherman-img {
      height: 251px;
    }
    .fisherman-container{
      margin-top: 251px
  
      }
      .fisherman-register-btn{
        width: 100%;
      }
  }
  @media(max-width: 480px) {

    .fisherman-container{
    margin-left: 16px;
    margin-right: 16px;
    }
    

  }