@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: 4rem;
  }
  .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: 2.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;
  }
  .fourth-content,
  .fourth-buttons {
    width: 100%;
    padding: 20px;
  }
  .grid {
    grid-template-columns: 1fr; /* una sola columna */
  }
  .fifth {
    flex-direction: column;
  }
  .fifth-title{

  }
  .fifth-title,
  .fifth-aside {
    width: 100%;
    text-align: center;
  }
  .fifth-title i{
    font-size: 2rem;
  }
  .fifth-title button{
    font-size: 1rem;
  }
  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;
  }
}
