@media (max-width: 1200px) {
     .header{
  display: none;
 }
 .navbar{
  display: block;
  padding-right: 5%;
  padding-left: 5%;
 }
 .container-fluid{
  padding: 0;
 }
  .principal-title h1 {
    font-size: 3rem;
    text-align: center;
  }
  .video-background {
  height: 120%;
}
  .secondary {
    flex-direction: column;
    padding: 0;
  }
  .secondary-title,
  .secondary-img {
    width: 100%;
    text-align: center;
  }
  .secondary-img img {
    width: 80%;
  }
  .secondary-title p,.terciary-title p, .fourth-content p, .fifth-title p {
    text-align: start;
    font-size: 1rem;
  }
  .secondary-title h2, .terciary-title h2, .fourth-content h2, .fifth-title h2 {
    width: 100%;
    font-size: 2rem;
    text-align: start;
  }
  .terciary {
    flex-direction: column;
  }
  .terciary-title,
  .terciary-img {
    width: 100%;
    text-align: start;
  }
  .terciary-img img {
    width: 100%;
  }
  .fourth {
    flex-direction: column;
    padding: 0;
  }
  .fourth-content{
    width: 100%;
    padding: 5%;
  }
  .fourth-content h2{
    font-size: 2rem;
  }
  .grid {
    grid-template-columns: 1fr; /* una sola columna */
  }
  .container{
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0);
  }
  .barrios {
  width: 100%;
  height: auto;
  background: #f7921e;
  background: linear-gradient(
      180deg,
      rgba(247, 146, 30, 1) 0%,
      rgba(0, 0, 0, 0.41) 100%
    ),
    url(assets/img/pexels-pixabay-327482.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.barrios-title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 10% 5%;
}
.barrios-title h2 {
  font-size: 2rem;
}
.container-barrios {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 5%;
}

.card-grid-barrios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
  footer {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background-color: #062735;
    position: relative;
    z-index: 33333;
  }
  .footer-container {
    width: 100%;
    background-color: #00aebe00;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-social {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
  }
  .footer-social p {
    display: none;
  }
  .social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    margin: 10px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  #btn-back-to-top {
    position: fixed;
    bottom: 120px;
    right: 40px;
    display: none;
    background-color: #062735;
    border-color: #062735;
    border-radius: 50%;
  }

  .gtranslate_wrapper {
    position: absolute;
    z-index: 3;
    bottom: 90px;
  }
}
