* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}


header {
    height: auto;
    padding: 1rem;
    background-size: cover;
    background-position: top;
}

  .header-container {
    flex-direction: column;
    height: auto;
    gap: 1rem;
    align-items: center;
  }

  #logonav img {
    height: 100px;
  }

#segundo{
  height: auto;
}

  nav {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .hero-text {
    font-size: 40px;
    padding-top: 2rem;
    width: auto;
    text-align: center;
  }

  .social-icons {
    gap: 1.5rem;
    justify-content: center;
  }

  #historia h2 {
    font-size: 36px;
    width: 100%;
    padding: 0 1rem;
  }

  #textcont {
    width: 100%;
    padding: 0 1rem;
  }

  #historia p {
    font-size: 16px;
  }

  #barcosuperior,
  #barcoinferior {
    display: none;
  }

  .collage {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 150px);
    height: auto;
  }

    .img5, .img6, .img7, .img8, .img9 {
    display: none;
  }

  .img1,.img2,.img3,.img4{
    grid-column: span 2;
    grid-row: span 2;
  }

  #video-container {
    height: auto;
    padding: 1rem;
  }

  video {
    width: 100%;
    height: auto;
  }

  .footer-container {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 1rem;
    gap: 1rem;
  }

  .footer .crab-img img {
    height: 150px;
  }


  .footer .left-column{
    flex: 1;
    min-width: 220px;
    padding: 0px;
  }
  
  .footer .right-column {
    flex: 1;
    min-width: 220px;
    padding: 0px;
  }

  .footer p {
    font-size: 14px;
  }

  .footer .copyright {
    text-align: center;
    padding: 1rem 0 0 0;
  }

  .domicilio {
    display: none;
    position: absolute;
    background-color: #00264d;
    padding: 10px;
    width: 120px;
    margin-top: -120px;
    margin-left: 80px;
  }

  .domicilio a {
    display: inline-block;
    align-items: center;
    text-decoration: none;
    color: white; 
    margin-right: 15px;
    padding-left: 15px;
  }
  
  .food-icons{
    display: none;
  }

  #eventos {
    padding: 60px 50px;
    background-color: #ffffff;
    height: auto;
  }

  .pescado-bg {
    height: auto;
    width: auto;
  }

  .flechas-eventos {
    margin-top: 0px
    
  }
  