  @charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 3840px) {
.divTexto{
  width: 50vw;
  height: 100%;
  text-align: justify;
  background-color: #f26337;
} 
.divGaleria{
  width: 100%;
  height: 100%;
  background-color: #a7a7a7;
}  
.tabelaGaleria1{
  width: 250px;
  height: 250px;
}
.cellSpacingGaleria { 
  border-spacing: 1.5em;
  border-collapse: separate;
}
.tamanhoLabelGaleria{
  width: 250px;
  height: 250px;
  cursor: pointer;
  object-fit: cover;
}
.fontTexto1{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.5em;
}
.fontTexto2{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.2em;
}
.corTexto{
  color: #f26337;
}
.tabelaEmpresa1{
  width: 30vw;
  height: 100%;
  text-align: justify;
}
.tabelaEmpresa2{
  width: 30vw;
  height: 100%;
  text-align: center;
}
.tamanhoFotoEmpresa{
  max-width: 60vh;
  max-height: 60vh;
}
}
@media only screen and (max-width: 1500px) {
  .divTexto{
    width: 98%;
    height: 100%;
    text-align: justify;
  } 
  .divGaleria{
    width: 100%;
    height: 100%;
    background-color: #a7a7a7;
  }  
  .tabelaGaleria1{
    width: 200px;
    height: 200px;
  }
  .cellSpacingGaleria { 
    border-spacing: 1.5em;
    border-collapse: separate;
  }
  .tamanhoLabelGaleria{
    width: 200px;
    height: 200px;
    cursor: pointer;
    object-fit: cover;
  }
  .fontTexto1{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.2em;
  }
  .fontTexto2{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 0.7em;
  }
  .corTexto{
    color: #f26337;
  }
  .tabelaEmpresa1{
    width: 30vw;
    height: 100%;
    text-align: justify;
  }
  .tabelaEmpresa2{
    width: 30vw;
    height: 100%;
    text-align: center;
  }
  .tamanhoFotoEmpresa{
    max-width: 60vh;
    max-height: 60vh;
  }
  }