
/* =======================
   RESPONSIVE ADAPTATIONS
   Activado sólo en tamaños pequeños
   ======================= */

@media (max-width: 1200px) {
   .header{
  display: none;
 }
 .navbar{
  display: block;
  padding-right: 5%;
  padding-left: 5%;
 }
 .container-fluid{
  padding: 0;
 }
  .titulo h1 {
    font-size: 3rem;
  }

  .titulo p {
    font-size: 1rem;
  }

  .header-logo img {
    height: 40%;
  }

  .header-nav ul {
    flex-direction: column;
    align-items: flex-end;
  }

  .navbar-brand img {
    height: 30px;
  }

  .visualizador {
    flex-direction: column;
    gap: 40px;
  }

  .seccion {
    flex-direction: column !important;
  }

  .texto {
    flex: 1 1 100%;
    padding: 15px;
  }

  .iframe-contenedor {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .iframe-contenedor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
  }
   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;
  }
}

@media (max-width: 600px) {

  .titulo h1 {
    font-size: 2rem;
  }

  .titulo p {
    font-size: 0.8rem;
  }

  .texto p {
    font-size: 0.9rem;
  }
}
