.painel-desktop{
    width: 97%;
    height: 390px;
    margin:auto;
    margin-top:20px;
    border-radius: 12px;
    border:solid gray 1px;
    margin-top: 10px;
    padding: 10px;
    background:#032c61;
}

.painel-desktop-left{
    float: left;
    width: 47%;
    height: 370px;
    margin:auto;
    border-radius: 10px;
    background: #01132b;
    padding: 5px 2px 2px 2px;
    border: solid white 2px;
}

.painel-desktop-left h1,h3,p{
    color:white;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.painel-desktop-right{
    float: right;
    width: 48%;
    height: 370px;
    margin:auto;
    border-radius: 10px;
    background: transparent;
    padding: 2px;
    
}

.grid-foto {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 5x;
    background-color: rgb(3, 45, 80);
    padding: 2px;
    border:solid white 2px;
    border-radius: 10px;
  }
  
  .grid-foto>div{
    background-color: white;
    text-align: center;
    margin:5px;
    color:red;
  }
  
  .foto1 {
    grid-area: 2 / 1 / span 2 / span 1;
  }

  .foto1 img:hover{
    width:150px;
    height: 150px;
    z-index: 1000;
  }

  .foto2 img:hover{
    width:150px;
    height: 150px;
    z-index: 1000;
  }

  .foto3 img:hover{
    width:150px;
    height: 150px;
    z-index: 1000;
  }

  