@media screen and (max-width: 780px){


    .clientes img { 
        display: block;
        max-width: 100%;
        width: auto;
        max-height: 200px;
    }

    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0px;
        left: 0;
        width: 100%;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: white;
        width: 100%;
        margin: 15px -20px 0px -20px;
        padding: 0px 20px;
    }

    /* FOOTER */

    footer {
        background-color: black;
        width: 100%;
        display: table;
        padding: 50px 0px;
    }
  
    .footer-logo { 
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      height: 100%;
      margin-bottom: 50px;
    }
  .titulo-footer {
      font-size: 20px;
      font-weight: 600;
      font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: white;
      margin-bottom: 10px;
      text-align: center;
  }
  
  img.logo-footer {
      max-width: 50%;
  }
  
  footer li {
      list-style-image: none;
      list-style: none;
      list-style-type: none;
      text-align: center;
  }
  footer li a {
      display: block;
      color: white;
      font-size: 18px;
      font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      margin-bottom: 8px;
      transition: all 0.3s;
      text-decoration: none;
      text-align: center;
  }
  
  footer li a:hover {
      color: var(--verde-limmon);
      text-decoration: none;
      margin-left: 2px;
  }
  
  .bloco-redes {
      max-width: 100%;
      display: block;
      margin-bottom: 50px;
      margin-top: 50px;
      text-align: center;
  }
  
  .bloco-redes a{
      margin-right: 15px;
      transition: all 0.3s;
      color: var(--verde-limmon);
  }
  
  .bloco-redes a:hover{
      color: white;
      transform: scale(1.5);
  }
  
  .bloco-redes i {
      font-size: 40px;
  }
  
  .bloco-redes-contato a {
      display: block;
      color: white;
      font-size: 14px;
      font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      margin-bottom: 5px;
      transition: all 0.3s;
      text-decoration: none;
      text-align: center;
  }
  
  .bloco-redes-contato a:hover {
      color: var(--verde-limmon);
  }
  
  .bloco-redes-contato p {
      display: block;
      color: white;
      font-size: 13px;
      font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      margin-bottom: 5px;
      transition: all 0.3s;
      text-decoration: none;
      text-align: center;
  }
  
  .bloco-redes-contato i {
      margin-right: 5px;
  }
}
