@charset "UTF-8";


.btn-primary{
    margin-bottom: -40px;
    z-index: 9999;
}


.bannersEscritorio{
    background-image: linear-gradient(to left, #30303df6 45%, #30303d00 100%), url(/static/imagens/bannerEscritorio/bannerG.webp);
    background-size: cover;
    height: 565px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0 100px 0 0;
    justify-content: center;
    align-items: end;
}
#bannerProfissionaisEscritorio{
    background-image: linear-gradient(to right, #30303df6 45%, #30303d00 100%), url(/static/imagens/bannerEscritorio/bannerProfissionais.webp);
    text-align: start;
    background-size: cover;
    align-items: start;
    padding: 0 0 0 100px;
    height: 283px;


}

#bannerProfissionaisEscritorio h1, #bannerProfissionaisEscritorio h3{
    text-align: start;
}

#profissionaisEscritoriosh1{
    opacity: 1;
    width: 35%;
}

.bannersEscritorio h1{
    color: white;
    font-size: 50px;}

.bannersEscritorio h2{
    color: white;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    font-size: 35px;
    text-align: end;
}
.bannersEscritorio h3{
    color: rgb(165, 165, 165);
    opacity: 0;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    font-size: 20px;
    text-align: end;

}


.h1slide{
    animation: slideRight 1s ease-in-out forwards;
    
}
.h2slide{
    animation: slideDown 1s ease-in-out forwards;
    animation-delay: 2s;
}
.h3slide{
    animation: slideDown 1s ease-in-out forwards;
    animation-delay: 3s;
}




@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(-100%); 
    }
    100% {
        opacity: 1;
        transform: translateX(0); 
    }
  }
  @keyframes slideDown {
    0% {
        transform: translateY(100%); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
  }

  #sobreEscritorio{
    padding: 40px 100px;
}

#sobreEscritorio p, #sobreEscritorio strong{
    text-align: justify;
    text-indent: 20px;
    line-height: 30px;
    font-size: 20px;
    user-select: text;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 5%);
}


#sobreEscritorio p i{
    margin-right: 20px;
    color: #ff5757;
}

  @media screen and (max-width: 1440px) {

    .bannersEscritorio{
        padding-right: 80px;
    }
    #bannerProfissionaisEscritorio{
        padding-left: 80px;
        padding-right: 0px;
    }

    .bannersEscritorio h1{
        font-size: 2.8vw;
    }
    
    .bannersEscritorio h2{
        color: white;
        opacity: 0;
        font-weight: 300;
        font-size: 2vw;
    }
    .bannersEscritorio h3{
        color: rgb(165, 165, 165);
        opacity: 0;
        margin: 0px;
        padding: 0px;
        font-weight: 300;
        font-size: 1.3vw;
    }

}

@media screen and (max-width: 1250px) {
    .bannersEscritorio{
        background-image: linear-gradient(to left, #30303df6 60%, #30303d00 100%), url(/static/imagens/bannerEscritorio/bannerP.webp);
        height: 480px;
        
    }
   

    .bannersEscritorio h3{
        font-size: 1.6vw;
    }
   
}

@media screen and (max-width: 915px) {
    .bannersEscritorio{
        background-image: linear-gradient(to left, #30303df6 50%, #30303d00 100%), url(/static/imagens/bannerEscritorio/bannerP.webp);
        background-position: 100%;
        padding-right: 40px;
    }
    #bannerProfissionaisEscritorio{
        padding-left: 40px;
    }

    .bannersEscritorio h1{
        font-size: 2.7vw;
    }


}

@media screen and (max-width: 828px) {
    .bannersEscritorio{
        height: 400px;
        background-image: linear-gradient(to left, #30303df6 55%, #30303d00 100%), url(/static/imagens/bannerEscritorio/bannerP.webp);
    }
    
    .bannersEscritorio h2{
        font-size: 2.2vw;
    }

    .bannersEscritorio h3{
        font-weight: 400;
        font-size: 1.8vw;
    }
}


@media screen and (max-width: 669px) {
    
    .bannersEscritorio{
        height: 300px;
    }

    .bannersEscritorio h1{
        font-size: 2.9vw;
        
    }
    
    .bannersEscritorio h2{
        font-size: 2.4vw;
        
    }

    .bannersEscritorio h3{
        font-weight: 300;
        font-size: 2.2vw;
    }
    

}

@media screen and (max-width: 425px) {
    
    #sobreEscritorio{
        padding: 40px;
    }

    .bannersEscritorio{
        background-image: linear-gradient(to top, #30303df6 50%, #30303d00 100%), url(/static/imagens/bannerEscritorio/bannerP.webp);
        background-position: 100%;
        background-size: cover;
        height: 425px;
        display: flex;
        flex-direction: column;
        padding: 0 20px 50px 20px;
        justify-content: end;
    }
    #bannerProfissionaisEscritorio{
        background-image: linear-gradient(to top, #30303dd2 50%, #30303d00 100%), url(/static/imagens/bannerEscritorio/bannerProfissionais.webp);
        background-position: 50%;
        padding: 0 20px 70px 20px;
        align-items: center;
    }
    #bannerProfissionaisEscritorio h3{
        display: none;
    }

    .bannersEscritorio h1{
        font-size: 7.5vw;
    }
    
    .bannersEscritorio h2{
        margin: 0px;
        padding: 0px;
        font-weight: 300;
        font-size: 5.5vw;
        
    }
    .bannersEscritorio h3{
        font-weight: 300;
        font-size: 4.5vw;
    }
}

@media screen and (max-width: 375px) {
    
    .bannersEscritorio{
        height: 375px;
        padding-bottom: 50px;
        overflow: hidden;
    }
    .bannersEscritorio h1{
        font-size: 5.4vw;
    }

}

@media screen and (max-width: 320px) {
    
    .bannersEscritorio{
        height: 320px;
        padding-bottom: 40px;
    }

}