*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.spee {
  position: absolute;
  left: 0;
  top: 0;
}

.logo{
  display: flex;
  justify-content: center;
  margin: auto;
}


/*Banner*/

.container1 {
    position: relative;
    width: 100%; 
    height: 350px; 
    overflow: hidden; 
    background-image: url(../Imagens/reunioes/banner.png);
    margin-bottom: 45px;
  }
  .gradiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.8)); 
  }

  .conteudo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .texto {
    color: white;
    font-size: 70px; 
    text-align: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
  }
  

/*Reuniões profissionais*/

.Reuniões_profissionais{
   margin-bottom: 40px;
   margin-left: 50px;
   margin-right: 50px;
}

.Reuniões_profissionais > div > h2{
    text-align: center;
    font-size: 40px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
    font-weight: bold;
}

.Reuniões_profissionais > div > p{
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    margin-bottom: 33px;
    padding-right: 15px;
}



.salas_de_reuniao {
    display: flex;
    justify-content:space-between;
    align-items: center; 
    margin-left: 9px;
    margin-right: 20px;
    margin-bottom: 20px;

  }
  .imagem {
    display: flex;
    width: 330px; 
    height:250px;
    padding: 15px;
    transition: 2s;
  }

  .imagem:hover{
    cursor: pointer;
    transform: scale(1.2);
  }


  /*Descricao das salas de empresas*/

  .container3{
    font-size: 20px;
    padding-left: 28px;
    margin-bottom: 70px;
  }

  .container3 > ul > li > span > img{
    width: 30px;
    height: 30px;
  }

  .container3 > ul > li{
    padding: 10px;
  }

  .container3 h2{
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 30px;
  }

  .container3 > ul > li{
    display: flex;
  }

  .container4{
    margin-top: 15px;
    background-color: black;
  }

  .logo2{
    margin-top: 20px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo2 img{
    height: 120px;
    width: 400px;
}

  .sociais{
    display: flex;
    height: 200px;
    justify-content: center; 
}

.sociais img{
    width: 70px;
    height: 70px;
    padding: 14px;
    margin-top: 30px;
    transition: 0.5s;
}

.sociais img:hover{
    transform: scale(1.3);
}

footer{
    background-color: rgb(0, 0, 0);
    height: 130px;
}

footer p{
    color: #fff;
    text-align: center;
    font-size: 20px;
}






