@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Roboto&display=swap');


body {
    background: #1E1F1F;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #f3dbc3; /* Substitua "blue" pela cor desejada */
    /* text-decoration: none; Remove o sublinhado, se desejado */
}

.site-header {
    color: #F1F4F9;
    line-height: 1.6;
    align-self: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-template-rows: auto;
    grid-column-gap: 16px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
    width: calc(calc(782px - 32px) + 256px);
    max-width: calc(100% - 32px);
    font-size: 1rem;
}

.site-header .site-title {
    align-self: flex-end;
    line-height: 1;
    text-align: left;
    grid-area: site-title;
    font-size: 1.74901rem;
    font-weight: 700;
}

.header-div-item {
    text-align: right;
}

header a:hover {
    opacity: 0.6;
}

.oab {
    font-size: 1.0rem;
}

.social-link {
    align-self: flex-end;
    text-align: right;
    color: inherit;
    text-decoration: none;
}

.svg-menu-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.site-description {
    font-weight: normal;
    text-align: left;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    max-width: unset;
    align-self: center;
    grid-area: site-description;
    font-size: 0.85614rem;
}

.section-contato-inicial {
    width: 100%;
    height: 330px;
}

.section-contato-inicial-img {
    background-image: url("../images/teste.png");
    color: #060607;
    background-size: cover;
    height: 100%;
    text-align: center;    
} 

.div-atendimento-online {
    padding-top: 1px;
}

.contato-button {
    box-sizing: border-box;
    font-family: inherit;
    cursor: pointer;
    padding: 15px 40px;
    display: inline-block;
    margin: 35px 30px 25px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    transition: none;
    border: 4px solid #2C9E1D;
    border-radius: 60px;
    background: #2C9E1D;
    color: #F1F4F9;
    font-size: 1.2rem;
    text-decoration: none;
}


.contato-button:hover {
    background: #F1F4F9;
    color: #0B6623;
}

.contato-button-previ-fam {
    box-sizing: border-box;
    font-family: inherit;
    /* cursor: pointer; */
    padding: 15px 40px;
    display: inline-block;
    margin: 35px 30px 25px 15px; 
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    transition: none;
    border: 4px solid #778899;
    border-radius: 60px;
    background: #778899;
    color: #F1F4F9;
    font-size: 1.2rem;
    text-decoration: none;
    
    
}

/* .contato-button-previ-fam:hover {
    background: #696969;
    color: #F1F4F9;
} */

.svg-contato-button-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    vertical-align: text-bottom;
}

.section-service-description {
    text-align: center;
    background: #f3dbc3;
    padding-top: 30px;
    padding-bottom: 30px;
}

.div-service-description {
    
    margin-left: auto;
    margin-right: auto;
    width: calc(calc(782px - 32px) + 256px);
    max-width: calc(100% - 32px);
    
    /* justify-content: flex-end; */

}
.div-service-description-card {
    
    margin-left: auto;
    margin-right: auto;
    width: calc(calc(782px - 32px) + 256px);
    max-width: calc(100% - 32px);
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-end; */

}

.service-description-title {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 5px;
}

.header-title1 {
    font-size: 30px;
    font-weight: 400;    
    padding-top: 150px;
    padding-right: 400px;
    color: #f9f6f1;    
}

.header-title3 {
    font-size: 35px;
    font-weight: 600;    
    padding-top: 10px;
    padding-right: 400px;    
    color: orange;    
}
.header-title4 {
    font-size: 20px;
    font-weight: 600;    
    padding-top: 10px;
    padding-right: 400px;    
    color: orange;    
}

.header-title {
    font-size: 45px;
    font-weight: 600;
    /*padding-bottom: 20px;*/
    padding-top: 1px;
    color: #f9f6f1;
    
}

.header-title2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #060607;
    
}

.topic-item {
    padding-left: 25px;
    padding-right: 25px;
}

.grid-service-description {
    padding: 30px;    
    background-color: #060607;
    border: 2px solid #151415;
    border-radius: 25px;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-template-rows: auto;
    line-height: 1.4rem;
}

.topic-title {
    text-align: center;
    font-size: 18px;
    padding: 5px;
    font-weight: 600;
}

.div-service-call {
    /*color: #f3dbc3;*/
    color: #f9f6f1;
    line-height: 2.6rem;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}

.div-service-items {
    align-self: center;
}

.service-item {
    color: #f3dbc3;
    font-weight: 400;
    line-height: 3rem;
    text-align: left;
    font-size: 1.5rem;
}

.ul-direitos {
    list-style: none;  
}

.ul-direitos li::before {
    color: #f3dbc3;
    content: "";
    background-image: url('../images/item.svg');
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0.1rem;
    margin-right: 0.3rem;    
}

.topic-description {
    text-align: justify;
    font-size: 1rem;
    padding: 5px;
}

.section-advogada {
    padding-top: 40px;
    /*background: #151415;*/
    color: #F1F4F9;
}

.section-reviews {
    background: #F7F9FF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.div-section-advogada {
    margin-left: auto;
    margin-right: auto;
    width: calc(calc(782px - 32px) + 256px);
    max-width: calc(100% - 32px);
}

.grid-advogada {
    padding: 30px 30px 60px 30px;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));;
    grid-template-rows: auto;
    line-height: 1.4rem;
}

.avatar1 {
    background-image: url('../images/draAndreza.jpeg');    
    width: 235px;
    height: 235px;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #545054;
}

.avatar2 {
    background-image: url('../images/draDaiane.jpeg');
    width: 235px;
    height: 235px;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #545054;
}

.avatar-back {
    background-color: #545054;
    width: 235px;
    height: 235px;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;

}


.advogada-description {
    font-size: 1.5rem;
    padding-top: 20px;
}

.advogada-description-title {
    text-align: justify;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    padding-bottom: 12px;
}

.advogada-description-title1 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    padding-bottom: 12px;
}

.advogada-description-oab {
    line-height: 1.2;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding-bottom: 40px;
}

.advogada-description-text {
   /* text-align: center;*/
    font-size: 1.2rem;
}

.advogada-description-button {
    margin: 0;
}

.advogada-description-button-div {
    padding-top: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.footer-clean h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight: 400;
    font-size:16px;
}

.footer-clean ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}

.footer-clean ul li {
    color:inherit;
    opacity:0.5;
}

.footer-clean ul a {
    color:inherit;
    text-decoration:none;
}

.footer-clean ul a:hover {
    opacity:0.8;
}

.footer-clean .copyright {
    text-align:center;
    padding-bottom:24px;

    font-size:13px;
    margin-bottom:0;
}

.footer-clean {
    color: #F1F4F9;
    margin-left: auto;
    margin-right: auto;
    width: calc(calc(782px - 32px) + 256px);
    max-width: calc(100% - 32px);
}

.footer-clean-grid {
    padding: 30px 30px 60px 30px;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));;
    grid-template-rows: auto;
    line-height: 1.4rem;
}

.footer-clean-grid .item {
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.item li::before {
    background-image: none;  
    content: "";
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0.1rem;
    margin-right: 0.3rem;      
}

.footer-clean-icon {
    width: 20px;
    height: 20px;
    fill:#F1F4F9;

    vertical-align: middle;
}

/* teste */


.card {
    overflow: visible;
    width: 300px;
    height: 300px;
    margin: 35px 1px 1px 125px;
    
    
  }
  
  .content {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 300ms;
    box-shadow: 0px 0px 10px 1px #000000ee;
    border-radius: 5px;
  }
  
  .front, .back {
    background-color: #151515;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .back {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .back::before {
    position: absolute;
    content: ' ';
    display: block;
    width: 160px;
    height: 160%;
    background: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
    animation: rotation_481 5000ms infinite linear;
  }
  
  .back-content {
    position: absolute;
    width: 99%;
    height: 99%;
    background-color: #151515;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
    
  }
  
  /* .card:hover .content {
    transform: rotateY(180deg);
  } */
  
  @keyframes rotation_481 {
    0% {
      transform: rotateZ(0deg);
    }
  
    0% {
      transform: rotateZ(360deg);
    }
  }
  
  .front {
    transform: rotateY(180deg);
    color: white;
  }
  
  .front .front-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .front-content .badge {
    background-color: #00000055;
    padding: 2px 10px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    width: fit-content;
  }
  
  .description {
    box-shadow: 0px 0px 10px 5px #00000088;
    width: 100%;
    padding: 10px;
    background-color: #00000099;
    backdrop-filter: blur(5px);
    border-radius: 5px;
  }
  
  .title {
    font-size: 11px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .title p {
    width: 50%;
  }
  
  .card-footer {
    color: #ffffff88;
    margin-top: 5px;
    font-size: 10px;
  }
  
  .front .img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #ffbb66;
    position: relative;
    filter: blur(15px);
    animation: floating 2600ms infinite linear;
  }
  
  #bottom {
    background-color: #ff8866;
    left: 50px;
    top: 0px;
    width: 150px;
    height: 150px;
    animation-delay: -800ms;
  }
  
  #right {
    background-color: #ff2233;
    left: 160px;
    top: -80px;
    width: 30px;
    height: 30px;
    animation-delay: -1800ms;
  }
  
  @keyframes floating {
    0% {
      transform: translateY(0px);
    }
  
    50% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(0px);
    }
  }
/* teste fim */

@media only screen and (max-width: 500px) {

    .section-contato-inicial-img {
        background-image: url("../images/headerMobile.png");
        color: #060607;
        background-size: cover;
        height: 100%;
        max-width: 10;
        
    }
    .header-title1 {
        font-size: 30px;
        font-weight: 600px;        
        padding-top: 1px;
        color: #F1F4F9;
    }   
    

    .header-title {
        font-size: 40px;
        font-weight: 600px;        
        padding-top: 1px;
        color: #F1F4F9;
    }    
    
    .header-title2 {
        font-size: 40px;
        font-weight: 100px;        
        padding-top: 25px;
        text-align: center;
        color: #060607;
    }

    .service-description-title {
        font-size: 36px;
        font-weight: 600;
        padding-top: 1px;
    }

    .card {
        overflow: visible;
        width: 300px;
        height: 300px;
        margin: 35px 1px 1px 30px;
        
      }

    .advogada-description-button-div {
        padding-top: 30px;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .section-service-description {
        text-align: center;
        background: #f3dbc3;
        padding-top: 70px;
        padding-bottom: 60px;
    }

    
    .maillink {
        font-size:0.8rem;
    }

    .avatar1 {
        width: 175px;
        height: 175px;       
    }
    
    .avatar2 {        
        width: 175px;
        height: 175px;        
    }
    
    .avatar-back {        
        width: 175px;
        height: 175px;        
    
    }
            
    .topic-item {
        padding-left: 0px;
        padding-right: 0px;
    }

    /*.div-service-call {
        line-height: 2.6rem;
        font-size: 1.8rem;
        text-align: left;
    }*/

    .service-item {
        line-height: 2.5rem;
        text-align: left;
        font-size: 1.2rem;
    }

    .div-service-description {
        
        max-width: 100%;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .div-service-description-card {
        
        max-width: 100%;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .div-section-advogada {
        max-width: 100%;
        width: auto;
    }

    .grid-advogada {
        padding-right: 20px;
        padding-left: 20px;
    }

    /* .section-contato-inicial {
        height: 500px;
    } */

    
    .site-header {
        padding-top: 20px;
    }

    .site-header .site-title {
        font-size: 1.3rem;
    }

    .header-div-item {
        text-align: left;
        line-height: 1;
    }

    .social-link {
        font-size: 0.8rem;
    }
    .svg-menu-icon {
        width: 18px;
        height: 18px;
    }

    .header-div-items {
        padding-top: 3px;
    }

    .contato-button {
        margin-left: 0;
        margin-right: 0;         
        
    }

    /* .div-atendimento-online {
        padding-top: 110px;
    } */

    .advogada-description-title {
        font-size: 20px;
        margin-left: 80px;
    }
    .advogada-description-oab {
        font-size: 20px;
        margin-left: 80px;
    }

    .advogada-description-text {
        font-size: 20px;
        margin-left: 50px;
    }
    
}

@media only screen and (max-width: 400px) {
    .site-header {
        padding-top: 20px;
    }

    .advogada-description-button-div {
        padding-top: 10px;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .card {
        overflow: visible;
        width: 300px;
        height: 300px;
        margin: 35px 1px 1px 30px;
        
      }

    .section-service-description {
        text-align: center;
        background: #f3dbc3;
        padding-top: 30px;
        padding-bottom: 60px;
    }    

    .site-header .site-title {
        font-size: 1.1rem;
    }

    .header-div-item {
        text-align: left;
        line-height: 1;
    }

    .social-link {
        font-size: 0.8rem;
    }

    .svg-menu-icon {
        width: 18px;
        height: 18px;
    }

    .header-div-items {
        padding-top: 3px;
    }

    .contato-button {
        font-size: 18px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .div-atendimento-online {
        padding-top: 10px;
    }

    .grid-service-description {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        line-height: 1.4rem;
        
    }

    .avatar {
        width: 260px;
        height: 260px;
    }

    .avatar-back {
        width: 175px;
        height: 175px;
    }

    .grid-advogada {
        padding-left: 0;
        padding-right: 0;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    .section-contato-inicial-direito-medico {
        height: 630px;
    }
    
}


@media only screen and (max-width: 360px) {
    .contato-button {
        font-size: 18px;
        padding-right: 25px;
        padding-left: 25px;
    }   
    
}

@media only screen and (max-width: 320px) {
    .section-contato-inicial {
        height: 500px;
    }

    .section-contato-inicial-direito-medico {
        height: 720px;
    }

    .header-div-items {
        padding-top: 3px;
    }

    .div-atendimento-online {
        padding-top: 110px;
    }

    .grid-service-description {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        line-height: 1.4rem;
    }

    .grid-advogada {
        padding-bottom: 30px;
    }
    
}


div .Main__Container-sc-1n4ud0o-0 a{
    z-index: -1!important;
}

div .eapps-widget-toolbar {
    z-index: -1!important;
}

.hidden{
    display: none;
}

