#profissionaisEscritorio{
    padding: 40px;
}

.profissional{
    transition: all 1s;
    width: 75%;
    height: 580px;
    padding: 3em;
    display: flex;
    align-items: center;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: start bottom;
}

.profissional::before, .profissional::after{
    content: '';
    width: 0%;
    height: 30%;
    border: 3px solid transparent;
    position: absolute;
    filter: drop-shadow(3px 1px 2px rgba(0, 0, 0, 0.384));
    margin-bottom: 120px;
}

.profissional::after{
    bottom: 0;
    right: 0;
    z-index: 999;
}

.slideBorder::before{
    animation: sliderBorderAnimation 0.25s ease-out forwards;
}

.profissional_image{
    transition: all 1s;
    position: absolute;
    filter: drop-shadow(-30px 50px 15px rgba(0, 0, 0, 0.432));
    z-index: 10;
}

.container_profissional{
    
    transition: all 1s;
    width: 60%;
    height: fit-content;
    margin-left: auto;
    margin-top: 20px;
    opacity: 0;
    transform: translateX(-30%);
}

.title_profissional{
    font-size: 35px;
    color: #0B3660;
    margin-bottom: 25px;
    width: fit-content;
    height: fit-content;
    z-index: 9;
}

.title_profissional span{
    font-size: 28px;
    display: block;
    height: fit-content;
    color: #0B3660;
}

.descricao_profissional{
    max-height: 265px;
    overflow: hidden;
    font-size: 16px;
    color: #0B3660;
    bottom: 2rem;
    line-height: 1.8;
    transition: all;
    padding: 5px;
    text-align: justify;

}

.slideDescription{
    animation: slideDescAnimation 1s ease-in-out forwards;
}

.moreScaled{
    animation: moreScaledAnimation 1s ease-in-out forwards;
}

@keyframes sliderBorderAnimation {
    100%{
        width: 80%;
        border-top-color: #0B3660;
        border-right-color: #0B3660;
    }
}

@keyframes moreScaledAnimation {

    100%{
        transform: scale(1.05) translate(10px,  -10px);
    filter: drop-shadow(-18px 10px 10px rgba(0, 0, 0, 0.432));
    }
}

@keyframes slideDescAnimation {

    100%{
        transform: translateX(40px);
        opacity: 1;
    }

}

.sobre_redes{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.example-2 {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
    padding: 0;
  }
  .example-2 .icon-content {
    margin: 0 10px;
    position: relative;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.249));

  }
  .example-2 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
    
  }
  .example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
  }
  .example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
  }
  .example-2 .icon-content a i {
    position: relative;
    z-index: 1;

  }
  .example-2 .icon-content a:hover {
    color: white;
  }
  .example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
  }
  .example-2 .icon-content a:hover .filled {
    height: 100%;
  }
  .example-2 .icon-content a[data-social="instagram"] .filled,
  .example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
    background: linear-gradient(225deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
  }


  #descricaoLuana{
    margin-top: 120px;
  }


@keyframes slideDownProfissional {
    0% {
        opacity: 0;
        height: 0;
        transform: translateX(0px) translateY(-100px);

    }
    100% {
        height: 400px;
        opacity: 1;
        transform: translateX(0px) translateY(0px);
    }
}

@media screen and (max-width: 1440px) {
    .example-2{
        flex-direction: column;
    }
    .profissional::before{
        margin-bottom: 170px;
    }

    .descricao_profissional{
        overflow: auto;
    }

    #descricaoLuana{
        margin-top: 60px;
    }


}

@media screen and (max-width: 1299px) {
    
    
    #profissionaisEscritorio{
        padding: 30px;
    }

    .profissional{
        width:80%;
    }

    .container_profissional{
        margin-top: 100px;
    }
}


@media screen and (max-width:1024px){
    #profissionaisEscritorio{
        padding: 0px;
    }

    .profissional{
        width:80%;
    }

}


@media screen and (max-width:991px){
    #profissionaisEscritorio{
        padding-bottom: 100px;
    }

    .profissional{
        justify-content: start;
        align-items: start;;
        width:85%;
        margin: auto;
        flex-direction: column;
        height: fit-content;
        margin-bottom: 30px;
        background-size: 70%;
        background-position: start;
    }

    #descricaoLuana{
        margin-top: 20px;
    }

    .profissional_image{
        position: relative;
        transform: scale(0.9);
        display: block;
    }

    .moreScaled{
        transform: scale(.95) translate(10px,  -10px);

    }

    .profissional::before, .profissional::after{
        width: 30%;
        height: 0%;
    }


    .beforeHover:before{
        height: 830px;
        width: 30%;
        border-bottom-color: #0B3660;
        border-left-color: #0B3660;
        border-right-color: transparent;
        border-top-color: transparent;
        transition: width 0.25s ease-out, height 0.25s ease-out;
    }

    .container_profissional{
        width: 100%;
        height: 0;
        transform: translateX(0px) translateY(-100px);
        margin: 20px 0 0 15px;
    }

    .container_profissionalHover{
        animation-delay: 0.5ms;
        animation: slideDownProfissional ease-in-out 1s forwards;
    }

    .profissional::before{
        transform: translateY(120px);
    }
    
    .example-2 .icon-content a .filled {
        height: 100%;
      }
      
    .example-2 .icon-content a{
        color: white;
    }
}


@media screen and (max-width: 530px) {
    #profissionaisEscritorio{
        padding-bottom: 100px;
    }


    .profissional{
        padding: 20px;
        align-items: center;
    }

    .title_profissional{
        font-size: 25px;
    }

    .title_profissional span{
        font-size: 22px;
    }

    .descricao_profissional{
        font-size: 16px;
    }

    .profissional::before{
        transform: translateX(-120px) translateY(120px);

    }
    
}


@media screen and (max-width:375px) {
    .profissional{
        padding: 10px;
    }
    .profissional_image{
        transform: scale(0.7);
    }

    .moreScaled{
        transform: scale(.75) translate(10px,  -10px)
    }

    .profissional::before{
        transform: translateX(-100px) translateY(120px);

    }
}


@media screen and (max-width:342px) {

   
}


