@font-face {
    font-family: 'Segoe UI';
    src: url('Segoe\ UI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
*{

    font-family: 'Segoe UI';
    overflow-x: hidden;
    max-width: 100vw;
}

body{
    width: 94vw;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
/* Corpo da página e borda em todos os cantos */
.imagemPaula{
    height: auto;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}
.imagemPaula img{
    width: 100%;
}

/* logo */

.titulo1{
    word-wrap: break-word;
    text-align: center;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6em;
    margin-bottom: 10%;
    
}

/* título inicial */

.botaoWhats1{
    overflow: hidden;
    font-size: 1.5em;
    height: auto;
    max-height: 90px;
    width: 80vw;
    background-color: #88d672;
    border-color: #CFB26E;
    border-width: 0px;
    border-style: solid;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
    margin-bottom: 1.5em;
    padding: 2%;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.9);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 1em rgba(37, 211, 102, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}
.botaotexto1{
    
}

/* botão whatsapp e animacao */

/* Quem irá te atender */

.quemAtender{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 15px;
    margin: 3vh;
    padding-top: 4vh;
}
.fotoPaula{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border-style: solid;
    border-width: 1px;
    border-color:#D2B773;

}
.fotoPaula img{
    height: 150%;
    
}
.atenderTexto{
    font-size: 1.2em;
    font-weight: 400;

    
}
.atenderTitulo{
    font-size: 1.5em;
    font-weight:600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    margin-bottom: 7%;
    margin-bottom: 5vh;
}
.atenderCorpo{
    text-align: justify;
    margin-bottom: 7vh;
    margin-top: 3vh;
    margin-left: 1em;
    margin-right: 1em;
}
.atenderCorpo2{
    text-align: center;
}
.atenderBotaoWhats{
    border-radius: 32px;
    opacity: 0.8;
    background-color: #88d672;
    border-color: #edcb7e;
    border-width: 0px;
    border-style: solid;
    font-size: 1.1em;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    height: 7vh;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 5vw;
    overflow: hidden;
    font-weight: 400;
    padding: 2%;
    margin-bottom: 15%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px;
    margin-top: 5vh;
}

/* Quem irá te atender* */



.assunto{
 width: 85vw;
 margin-left: auto;
 margin-right: auto;
 margin-top: 6vh;
 text-align: center;
 font-size: 1.3em;
 font-weight: 500;
 margin-bottom: 15%;
}

/* texto com quais assuntos trabalhamos */




.quadradosFora2{
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 3vh;
    column-gap: 4vw;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    margin-bottom: 20%;
    padding-top: 4px;
    padding-bottom: 5px;
}

.quadrado{
    border-color: #D2B773;
    background-color: #F2F2F2;
    border-width: 2px;
    border-style: solid;
    border-radius: 32px;
    font-weight: 400;
    overflow: hidden;
    font-size: 1em;
    word-wrap: break-word;
    max-height: 57px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    max-height: 57px;
    min-height: 57px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 4px 0px;
}

/* quadradinhos com assuntos juridicos */


.botaoWhats2{

    border-radius: 32px;
    opacity: 0.8;
    background-color: #88d672;
    border-color: #edcb7e;
    border-width: 0px;
    border-style: solid;
    font-size: 1em;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    height: 7vh;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 5vw;
    overflow: hidden;
    font-weight: 500;
    padding: 2%;
    margin-bottom: 15%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px;
}

/* segundo botão do whatsapp*/

.encontrarTodo{

}
.comoFuncionaTitulo, .ondeEncontrarTitulo{
    font-size: 1.4em;
    font-weight:600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    margin-bottom: 7%;
    
}

/*Títulos, tanto da parte como funciona nosso trabalho quanto onde nos encontrar*/

.textos{

}
.atendimento24, .atuamos, .sigilo {
    font-size: 1.1em;
    font-weight:500;
}
.atendimento24Disc, .atuamosDisc, .sigiloDisc {
    font-size: 1em;
}
.comoFunciona{
    margin-bottom: 15%;
    margin-left: 7vw;
    margin-right: 7vw;
    text-align: justify;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 3vw;
    border-radius: 15px;
    padding: 4vw;
}
/*textos descrevendo o escritório*/

/*
.botaoWhats3 {
    border-radius: 32px;
    opacity: 0.8;
    background-color: #88d672;
    border-color: #edcb7e;
    border-width: 0px;
    border-style: solid;
    font-size: 1em;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    height: 7vh;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 5vh;
    overflow: hidden;
    font-weight: 500;
    padding: 2%;
    margin-bottom: 15%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px;
}

terceiro botão whatsapp*/

.botaoTel, .whatsapp, .instagram, .email {
    column-gap: 3vw;
    margin-left: 1vw;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24vw;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 32px;
    background-color: rgb(207, 178, 110);
}
.mapa{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

.gps{
    margin-left: auto;
    margin-right: auto;
}


.svg{
    height: 1.0em;
    width: auto;
}
#botao{

}
.endereco{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-align: justify;
    margin-left: 7.5vw;
    margin-right: 7.5vw;
    font-size: 1.2em;
    overflow: hidden;
}
#centroexec{
    border-width: 2px;
    border-style: solid;
    border-color: #CFB26E;
    border-radius: 15px;
    padding: 6px;
    margin-top: 10%;
    background-color: #F2F2F2;
}
#oab p{
    margin: 1%;
    margin-top: 10%;
    font-weight: 500;
    overflow: hidden;

}
.pequeno{
    margin-top: 1vh;
    font-size: 0.8em;
}
img ~ p{

}
.butoes{
    gap: 5%;
    display: flex;
    flex-direction: column;
    row-gap: 2vh;
    margin-bottom: 15%;
    margin-left: 10vw;
    margin-right: 10vw;
    
}
.pinha{
    width: 85vw;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px;
}
.comoFunciona{
    margin-bottom: 20%;
}
.logoFooter{
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 10%;
}
.logoFooter img{

    height: 80px;
    width: auto;
}

#oab{

}
#oab p {
    margin-top: 0%;
}

.botaoWhats4{
    border-radius: 32px;
    opacity: 0.8;
    background-color: #88d672;
    border-color: #edcb7e;
    border-width: 0px;
    border-style: solid;
    font-size: 1em;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    height: 7vh;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 5vh;
    overflow: hidden;
    font-weight: 500;
    padding: 2%;
    margin-bottom: 15%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px;
}
/*quarto botão whatsapp*/



@media (min-width: 490px) {
    body{
        max-width: 500px;
    }
    .imagemPaula{
        max-width: 450px;
    }
    h1{
        max-width: 400px;
    }
    .botaoWhats1{
        max-width: 400px;
    }
    .assunto{
        max-width: 425px;
    }
    .quadradosFora2{
        column-gap: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .botaoWhats2{
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 25px;
    }
    .comoFunciona{
        margin-left: 35px;
        margin-right: 35px;
        margin: 15px;
        padding: 20px;
    }
    .botaoWhats3 {
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .botaoTel, .whatsapp, .instagram, .email {
        column-gap: 15px;
        margin-left: 5px;
        padding-left: 120px;
    }

    .endereco{
        margin-left: 35px;
        margin-right: 35px;
    }

    .butoes{
        margin-left: 50px;
        margin-right: 50px;
        
    }

    .pinha{
        width: 425px;
    }

    .botaoWhats4{
        margin-left: 50px;
        margin-right: 50px;
    }
    .duvidas{
        max-width: 425px;
    }
}

a { text-decoration: none;
    color: #000;
}
.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    overflow: hidden;
    animation: pulse2 2s infinite;
   }
   
   .fab-icon {
    margin-top: 9px;
    margin-left: 2px;
    overflow: hidden;
   }

   @keyframes pulse2 {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.9);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 0.2em rgba(37, 211, 102, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
   }
.encontrarTodo{


}

h1{

}
.especializadoCarrossel{
    flex-wrap: wrap;
    text-align: center;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6em;
    overflow: hidden;
    min-height: 150px;
    margin-bottom: 1em;
}
.duvidas{

    box-shadow: rgba(0, 0, 29, 0.35) 0px 3px 10px;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    padding-top: 0.9em;
    padding-bottom: 0.9em;

} 
.duvidasTitulos{
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1.8em;
    font-size: 1.4em;
    font-weight: bolder;
}


.FAQ{
    box-shadow: rgba(0, 0, 29, 0.35) 0px 3px 10px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 1em;
    width: 87vw;
    max-width: 450px;
    padding-bottom: 2em;
}
.FAQ > div {
    text-align: justify;
}
.FAQ > *{

}
.accordion > input[name="collapse"] {
    display: none;
    /*position: absolute;
    left: -100vw;*/
  }
  
  .accordion label,
  .accordion .content{

   }
  
label{
    padding-left: 1em;
    padding-top: 1.5em;
    padding-right: 1em;
    padding-bottom: 1.5em;
    box-shadow: rgba(0, 0, 29, 0.25) 0px 1px 5px;
    border-radius: 15px;
    margin: 0.5em;
    margin-left: 0.8em;
    margin-right: 0.8em;
} 
  .accordion .content {
    background: #fff;
    overflow: hidden;
    height: 0;
    transition: 0.5s;
    padding-top: 1vw;


  }
  .accordion > input[name="collapse"]:checked ~ .content {
    height: auto;
    transition: height 0.5s;
    padding: 1em;
    font-size: 1em;
    background-color: rgba(128, 128, 128, 0.25);
    border-radius: 14px;
    margin-left: 1.1em;
    margin-right: 1.1em;
    font-size: 1.0em;

  }
  
  .accordion label {
    display: block;
   
  }
