.frame {
background-color: #f5f5f5;
} .lgpd-container {
display: flex;
flex-direction: row;
height: calc(100vh - 149px);
overflow: auto;
padding: 16px 24px;
}
.conteudo {
width: 100vw;
padding-left: 10px;
margin-left: 88px;
margin-right: 3vw;
overflow: auto;
line-height: 1.5;
max-height: 60vw;
padding-right: 30px;
}
.conteudo .text {
margin: 20px 0 20px 0;
padding: 40px 12% 40px 12%;
background-color: #fff;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
min-height: 100%;
}
.accordion {
max-width: 350px;
flex-grow: 1;
padding-right: 32px;
overflow: auto;
border-right: 1px solid #e0e0e0;
}
.accordion-title {
cursor: pointer;
font-weight: bold;
color: #424242;
margin: 10px 0;
border-top: 1px solid #dbdbdb;
padding-top: 15px;
}
.accordion-title:first-child {
border: none !important;
padding-top: 0;
} .custom-shortcode {
max-width: 28vw;  }
.accordion-title span {
font-weight: 400;
}
.accordion-title small {
display: block;
font-weight: 400;
text-transform: uppercase;
font-size: 12px;
}
.accordion-content {
display: none;
padding: 10px;
}
.accordion-content  ul {
padding: 0;
list-style-type: none;
}
.accordion-content a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #46a9a3;
text-decoration: none;
font-size: 16px;
}
.accordion-content ul li {
margin-top: 8px;
margin-bottom: 8px;
}
.text {
color: #424242;
}
.text h1 {
font-size: 2rem;
}
.text h2 {
text-align: center;
}
.text h3  {
font-size: 25px;
margin-top: 0;
margin-bottom: 8px;
}
.text h4  {
font-size: 16px;
}
.text ul {
padding: 0;
margin-bottom: 40px;
}
.text ul li{
list-style: none;
margin: 8px 0;
}
.text a {
color: #46a9a3;
}
.text.single h1, .text.single h2 {
text-align: center;
}
.text.single h2 {
margin-bottom: 50px;
}
.comment-respond {
margin-top: 80px;
} .breadcrumbs {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.breadcrumbs .bc { display: flex;
}
.bc.left {
justify-content: flex-start;
flex-grow: 0;
flex-shrink: 0;
}
.bc.left a, .bc.right a{
white-space: nowrap; overflow: hidden; text-overflow: none; color: #fff;
text-decoration: none;
background-color: #46a9a3;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 15px;
padding-right: 15px;
border-radius : 3px;
}
.bc.right {
justify-content: flex-end;
flex-grow: 0;
flex-shrink: 0;
}
.bc.center {
justify-content: center;
flex-grow: 1;
flex-shrink: 0;
}
.clearfix {
clear: both;
}
.comment-respond{
margin-top: 50px;
}
.comment-content {
padding: 1em 1em 1em 1em;
background-color: #1a314c;
border-radius: 8px;
color: #fff;
}
.comment-content::before {
position: absolute;
content: '';
width: 0;
height: 0;
border-top: 20px solid #1a314c;
border-left: 20px solid transparent;
left: -15px;
}
.comment-meta {
display: none !important;
}
.comment-body {
padding: 0 !important;
border: none!important;
}
.logged-in-as {
display: none !important;
}
.comment-form-comment label {
display: none !important
}
input.submit {
font-family: montserrat,Sans-serif;
font-weight: 500;
text-transform: uppercase;
fill: var(--e-global-color-2e6b289 );
color: var(--e-global-color-2e6b289 );
background-color: var(--e-global-color-8006674 );
border-radius: 25px 25px 25px 25px;
padding: 20px 40px;
border: none;
outline: none;
}
textarea {
border: 1px solid #d7d7d7;
outline: none !important;
}
.comment-content p {
font-weight: 500;
}
.comment-list {
display: flex;
flex-direction: column;
gap: 20px;
}
#commentform input.submit:hover {
background-color: #1a324d;
color: #fff;
}
@media(max-width: 800px){
.lgpd-container {
flex-direction: column;
align-items: center;
}
.breadcrumbs {
}
.accordion {
display: none;
}
.lgpd-container {
padding: 15px;
height: 100%;
}
.conteudo {
max-height: fit-content;
overflow: hidden;
width: 100%;
padding: 15px;
margin: 0;
}
input.submit {
display: block;
width: 100%;
font-size: 14px;
}
}