@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');

body {
    
    /*background: linear-gradient(to bottom right, #283593, #4d5bff);
    background: -webkit-linear-gradient(to bottom right, #283593, #4d5bff);
    background: -moz-linear-gradient(to bottom right, #283593, #4d5bff);
    background: -o-linear-gradient(to bottom right, #283593, #4d5bff);
    background: -ms-linear-gradient(to bottom right, #283593, #4d5bff); */
    background: #dbdbdb;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
  }

  .logo{
    max-height: 90px;
  }

  h4{
    color: #2957a4;
    font-weight: bold;
  }


  hr{
    color: transparent;
  }
  
  .div-logo{
    text-align: center;
    margin-top: 35px;
  }

  .all-logos{
    max-width: 250px;
    -webkit-filter: drop-shadow(3px 3px 3px #000);
    filter: drop-shadow(3px 3px 3px #000);
  }

  .unoi{
    max-width: 160px;
    -webkit-filter: drop-shadow(3px 3px 3px #000);
    filter: drop-shadow(3px 3px 3px #000);
  }

  .geekieone,.evolucional,.arvore,.sophos,.compartilha,.pergamum,.redacao{
    max-width: 200px;
    -webkit-filter: drop-shadow(3px 3px 3px #000);
    filter: drop-shadow(3px 3px 3px #000);
  }

  .classroom{
    max-width: 150px;
    -webkit-filter: drop-shadow(3px 3px 3px #000);
    filter: drop-shadow(3px 3px 3px #000);
  }

  .gmail{
    max-width: 100px;
    -webkit-filter: drop-shadow(3px 3px 3px #000);
    filter: drop-shadow(3px 3px 3px #000);
  }

  .be{
    max-width: 220px;
    -webkit-filter: drop-shadow(3px 3px 3px #000);
    filter: drop-shadow(3px 3px 3px #000);
  }


  .cards{
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    /*background: #0c00af; */
    background: #2957a4;
    height: 150px;
    text-align: center;
    transition: transform 0.1s ease;
 
  }

  .cards:hover {
    transform: scale(1.1); /* Zoom de 110% (10% maior) ao passar o mouse */
  }

  .cards img{
    top: 50%;
  }

  .blank-space{
    height: 100px;
    width: 100%;
  }



@media (max-width: 1200px){
.container {
    max-width: 1100px;
}

}



@media (max-width: 600px){
  .logo{
    max-height: 70px;
  }
  
  }