@font-face {
  font-family: 'Gambarino';
  src: url('font/Gambarino-Regular.otf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    background-image: url('img/background.13.jpg');
    background-position: center center;
    background-size: cover; 
    background-color: #fff;
  }
  
  .copy {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: contain;
  }

  .mobile{
    display:none;
  }

  img.colaboradores {
    max-width: 85%;
    height: auto;
    display: block; 
    margin: auto;
  }

  footer {
    position: fixed;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .rrss{
    margin-bottom: 30px;
  }

  .rrss a.instagram{
    color: #000;
    text-decoration: none;
    font-size: 20px;
    display: block;
    margin-bottom: 6px;
    font-family: 'Gambarino';
 }

 .rrss a.instagram:hover{
    text-decoration: underline;
 }

  .rrss a.mail{
     color: #000;
     font-family: 'Gambarino';
     text-decoration: none;
     font-size: 15px;
  }

  .rrss a.mail:hover{
    color: #000;
    background: #fff;
    border-radius: 20px;
    padding: 6px 20px 6px 20px;
 }

 .logos{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: center;
 }

 .logo{
  margin-left: 2px;
  margin-right: 2px;
  float: left;
  width: 90px;
 }


.logo img{
  width: 90%;
}

a.logo:hover{
  opacity: 0.5;
  transition: opacity 0.3s; 
}


@media only screen and (max-width : 901px) {
  body {
    height: 400px !important;
    overflow-x: hidden;
    background-image: url('img/background.13.jpg');
    background-position: center center;
    background-size: cover; 
    background-color: #fff;
    background-repeat: no-repeat;
  }
  .copy{
    display:none;
  }
  .mobile{
    position: relative;
    margin: auto;
    top: 50px;
    max-width: 90vw;
    width: auto;
    display: block !important;
    margin-bottom: 50px;
  }
  footer {
    position: relative !important;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
  }
  
}