@charset "UTF-8";



#areasAtuacao{
    height: 100vh;
    padding: 20px 0px;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
}

#rowCards{
  display: flex;
  position: absolute;
  column-gap: 200px;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 200px;
}


.colcard{
  z-index: 10;
  display: grid;
  place-items: center;
  width: fit-content;
}


#areasAtuacao .card ::-webkit-scrollbar {
    width: 5px;
  }

#areasAtuacao .card ::-webkit-scrollbar-thumb {
background-color: #587288; 
border-radius: 5px; 
}
  

#areasAtuacao .card ::-webkit-scrollbar-track {
background-color: #363636; 
}
  



#areasAtuacao .row{
  justify-content: start;
  align-items: center;
  margin: 0;
  height: fit-content;
}



.card {
    overflow: visible;
    width: 280px;
    aspect-ratio: 1/1.5;
    border: none;
    margin: auto;
    cursor: pointer;
  }

.card:hover .content{
    transform: translate(5px, -5px);
    box-shadow: 2px 6px 12px #0b356055;

}

.card:hover #saibaMais{
    transform: scale(1.1) translate(5px, -5px);
    text-shadow: 2px 6px 8px #0b356055;

}
  
  .content {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 300ms;
    box-shadow: 2px 3px 7px #0b356050;
    border-radius: 5px;
  }
  
  .front, .back {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  
  .back {
    width: 100%;

    height: 100%;
    
    overflow: hidden;
  }
  
  .back::before, .front .front-content::before{
    position: absolute;
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  
  .back-content {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: white;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 10px;
    
  }
  .back-content strong{
    margin-top: auto;
  }

  .back-content strong, .back-content #saibaMais{
    transition: all 0.3s;
    border-radius: 5px;
    padding: 0 8px;
  }

  .back-content #saibaMais{
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    height: fit-content;
  }
  .back-content span{
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 300ms;

  }

  #setaDireitaCard{
    height: 20px;
    font-size: 16px;
    margin-left: 10px;
    transition: all 300ms;

  }
  .back-content i{
    margin-bottom: 20px;
    font-size: 50px;

  }
  
  
  .front {
    transform: rotateY(180deg);
    color: white;
  }
 

  .front .front-content{
    position: absolute;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .rotate{
    transform: rotateY(-180deg) !important;
  }

  .empresarial{
    background-image: linear-gradient(to bottom, #0b35603b 35%, #0b3560 100%), url(/static/imagens/areasAtuacao/empresarial.jpg);
    background-size: cover;
  }

  .penal{
    background-image: linear-gradient(to bottom, #0b35603b 35%, #0b3560 100%), url(/static/imagens/areasAtuacao/penal.jpg);
    background-size: cover;

  }

  .trabalhista{
    background-image: linear-gradient(to bottom, #0b35603b 35%, #0b3560 100%), url(/static/imagens/areasAtuacao/trabalhista.jpg);
    background-size: cover;
  }

  .familia{
    background-image: linear-gradient(to bottom, #0b35603b 35%, #0b3560 100%), url(/static/imagens/areasAtuacao/familia.jpg);
    background-size: cover;
  }

  .civil{
    background-image: linear-gradient(to bottom, #0b35603b 35%, #0b3560 100%), url(/static/imagens/areasAtuacao/civil.jpg);
    background-size: cover;
  }

  .imobiliario{
    background-image: linear-gradient(to bottom, #0b35603b 35%, #0b3560 100%), url(/static/imagens/areasAtuacao/imobiliario.jpg);
    background-size: cover;
  }

  .administrativo{
    background-image: linear-gradient(to bottom, #0b35603b 35%, #0b3560 100%), url(/static/imagens/areasAtuacao/administrativo2.jpg);
    background-size: cover;
  }

  .bancario{
    background-image: linear-gradient(to bottom, #0b35603b 35%, #0b3560 100%), url(/static/imagens/areasAtuacao/bancario.jpg);
    background-size: cover;
  }
  
  .front-content .badge {
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    text-align: start;
    max-width: 100%;
    font-size: 14px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: transparent;
  }
  
  .front-content  .description {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 100%;
    max-height: 80%;
    border-radius: 5px;
    overflow: auto;
  }
  
  
  
  .title p {
    width: 50%;
  }
  
  .card-footer, .card-ul {
    color: #ffffffda;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
    border: none;
    padding-bottom: 0px;
    list-style-type: none; 

    }

  .card-ul{
    text-align: start;
    margin-top: 10px;
    padding-left: 16px;
  }

  .card-ul li::before {
    content: "✓"; 
    color: #ffffffda; 
    margin-right: 8px;
}
.card-ul li{
  margin-bottom: 5px;
}
  
  .front .img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  #areasAtuacao  #bottom {
    background-color: #0b3660;
    width: 300px;
    height: 300px;
    left: 70px;
    top: 40px;
    animation-delay: -800ms;
  }
  

@media screen and (max-width: 1024px) {
    
    .card{
        transform: scale(0.9);
    }

    .card:hover .content {
        transform: none;
      }

      
    
}



@media screen and (max-width: 947px) {
  

    .card {
        transform: scale(1);
        width: 237.3px;
        height: 301.75px;
    }

    .front-content .badge {
        background-color: #000000c8;
        padding: 5px 10px;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        font-size: 10px;
      }

      .front-content .description {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
      }
      
      .card-footer {
        font-size: 10px;
      }

      .card:hover #saibaMais{
        transform: none;
    
    }

    #rowCards{
      column-gap: 50px;
      padding: 50px;
    }

    
}

@media screen and (max-width: 768px) {
   
 
    .back-content strong{
        font-size: 14px;
    }

    .card{
        height: 350px;
    }


    #areasAtuacao h1{
        margin-bottom: 0;
        margin-top: 30px;
    }
    
}

@media screen and (max-width: 490px) {

    #tituloDivSlider{
        margin-bottom: 0px;
    }

    
}