#site-title,header #title-container h1 {
    font-size:2.5em;
    font-style:italic;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    box-shadow:0 0 1px 3px #fff;
    margin-left:3%;
    color:#fff;
}
body,nav ul {
    margin:0;
    padding:0
}
#site-title,a,nav ul li {
    color:#fff;
}
#container,header {
    background:#8abbc8;
}
body,textarea {
    font-family:Arial,Helvetica,sans-serif;
}
#tools::after,.resultado,nav ul li {
    display:inline-block;
}
body,header,main,nav,nav ul {
    padding:0;
}
#consent-cookies,nav {
    bottom:0;
    background:#48707a;
}
#title-container,#tools-section,footer,header,main,nav {
    width:100%;
}
#consent-cookies,#site-title,footer,header #title-container h1,nav {
    background:#48707a;
}
#share,footer {
    margin-top:70px;
}
#advertising-header,#share,#title-container,#tools-section,#tools::after,nav {
    position:absolute;
}
body {
    font-size:1em;
}
header {
    height:153px;
    margin-bottom:40px;
    position:relative;
}
#title-container {
    margin-top:32px;
}
header #title-container h1 {
    display:inline-block;
    font-weight:100;
    padding:0 11px 0 8px;
    margin-top:0;
}
#site-title {
    padding:.5px 11px 1px 8px;
}
/*.advertising {*/
/*    height:280px;*/
/*    margin:30px 0;*/
/*    text-align:center;*/
/*} ANÚNCIO DO CENTRO ANTIGO DINÂMICO SUBSTITUIDO PELO QUADRADO*/


/*TESTE DE NOVO FORMATO DE ANÚNCIO QUADRADO*/
#ad-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    margin-top: 30px;
}

#square-ad {
    width: 320px;
    height: 320px;
}
/*TEXTE DE NOVO FORMATO DE ANÚNCIO QUADRADO*/


@media (max-width:488px) {
    .advertising {
        display:none;
    }
}
.resultado,textarea {
    font-size:1.1em;
    margin-left:1.9%;
}
#advertising-header {
    right:3%;
    top:10px;
}
@media (max-width:1097px) {
    #advertising-header {
        display:none;
    }
}
#share {
    display:flex;
    justify-content:center;
    width:50%;
    text-align:center;
    margin-left:25%;
}
#consent-cookies,nav ul {
    align-items:center;
    display:flex;
}
nav {
    height:43px;
}
nav ul {
    justify-content:center;
    height:100%;
}
a {
    text-decoration:none;
}
#blog,#contact,#home {
    font-size:1.1em;
    padding:10.8px 10px;
}
#blog:hover,#contact:hover,#home:hover,#tools:hover {
    background:#1c3e47;
}
#tools {
    font-size:1.1em;
    padding:10.8px 25px 10.8px 10px;
    cursor:pointer;
}
#tools::after {
    content:"";
    border-top:5px solid #fff0;
    border-bottom:5px solid #fff0;
    border-left:5px solid #fff;
    margin:6px 5px 5px;
}
#tools:hover:after {
    border-left:5px solid #fff0;
    border-right:5px solid #fff0;
    border-top:5px solid #fff;
    margin-top:8px;
}
#tools-section {
    height:0;
    cursor:default;
    background:#fff;
    margin-top:12px;
    left:0;
}
#tools:hover #tools-section {
    visibility:visible;
    height:auto;
}
#tools-section div ul {
    display:block;
    text-align:center;
}
#tools-section div {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:-1.3px auto;
    border-bottom:4px solid #48707a;
    background:#fff;
}
#tools-section ul {
    display:none;
    width:260px;
    padding:10px 0;
    margin:10px;
}
#tools-section div ul .category {
    width:auto;
    font-size:1.3em;
    background-color:#48707a;
    margin-top:0;
    padding:2px 10px;
}
#tools-section div ul li {
    width:100%;
    margin-top:30px;
}
#tools-section div ul li a {
    color:#5d7e87;
}
#tools-section div ul li a:hover {
    color:#1c3e47;
    text-decoration:underline;
}
#bemVindo {
    font-size:1.7em;
    font-weight:700;
    color:#000;
    text-align:center;
    margin-top:30px;
    margin-bottom:0;
}
#h1tag h1 {
    text-align:center;
    margin-bottom:-5px;
}
#tituloInicio {
    font-size:117%;
    color:#000;
    text-align:left;
    margin:6% 0 -2.5% 5%;
}
.linked-text {
    color:#51b5d0;
}
.resultado,article h1,article h2,p,textarea {
    color:#000;
}
#container {
    width:90%;
    height:auto;
    margin:5px auto;
}
textarea {
    width:94%;
    height:280px;
    outline:0;
    margin-top:2%;
    padding:1%;
}
.resultado {
    padding:0;
    margin-top:0;
    margin-bottom:4px;
}
article {
    width:60%;
    margin-top:220px;
    margin-bottom:50px;
    margin-left:2%;
}
article h2 {
    font-size:1.6em;
    margin-top:30px;
    margin-left:0;
    margin-bottom:5px;
}
#accept,p {
    font-size:1.1em;
}
article p,article ul li {
    font-size:1.1em;
    text-align:left;
    line-height:2;
    margin-top:30px;
}
#consent-cookies {
    justify-content:center;
    position:fixed;
    width:90%;
    height:100px;
    margin-left:5%;
    z-index:3;
}
#consent-cookies .linked-text {
    color:#fff;
    text-decoration:underline;
}
#consent-cookies p {
    margin-top:15px;
    margin-right: 10px;
    margin-left: 10px;
    color:#fff;
}
#accept {
    background:#c7c175;
    border-radius:5px;
    margin-right:10px;
    padding:5px;
}
#termosUso,.cookies {
    text-align:center;
    margin-top:13px;
}
#copy,#frase,#generate,.inverted-text,#limpar,#maiuscula,#minuscula,#primeiraLetra,#replace,#replaceAll,#titulo,#uppercase,.caption,#download-button {
    width:auto;
    font-size:1.2em;
    color:#fff;
    background:#48707a;
    cursor:pointer;
    outline:0;
    border:1px solid #fff;
    border-radius:5px;
    margin:10px 10px 15px 1.9%;
    padding:7px;
}
/*NOVO DESIGN BOTÕES INVERTER TEXTO*/
.inverted-text {
    position: relative;
    z-index: 0;
}
.inverted-text.pulse {
    transform: scale(0.8);
}
.inverted-text::before {
    content: "";
    width: 0;
    height: 100%;
    background: #BC89C7;
    border-radius: 4px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: 0.2s;
}
.inverted-text:hover::before {
    width: 100%;
}
/*NOVO DESIGN BOTÕES INVERTER TEXTO*/
footer {
    padding:10px 0;
}
footer p {
    color:#fff;
    text-align: center;
    padding-left:1.5%;
    padding-right:1.5%;
}
#tools-section div ul:first-child,header nav .menu {
    display:none;
}
@media (max-width:754px) {
    #tools-section div ul li,#tools.show {
        display:block;
    }
    article h2,article header h1,footer p,header {
        text-align:center;
    }
    #tools.show {
        visibility:hidden;
    }
    #tools #tools-section {
        visibility:visible;
        height:100vh;
    }
    #tools-section div ul:first-child {
        display:block;
        border:1px solid #fff;
        width:100%;
    }
    header nav .menu {
        display:grid;
        gap:5px;
        cursor:pointer;
        right:5%;
        position:absolute;
    }
    header nav li .button-toggle-menu {
        cursor:pointer;
        background:#fff;
        width:25px;
        height:4px;
        transition:.2s;
    }
    header nav li .button-toggle-menu:first-child.animation {
        transform:rotate(45deg);
        translate:0 7px;
    }
    header nav li .button-toggle-menu:nth-child(2).animation {
        opacity:0;
    }
    header nav li .button-toggle-menu:last-child.animation {
        transform:rotate(-45deg);
        translate:0 -11px;
    }
    #advertising-container,#tools,nav ul li {
        display:none;
    }
    article p {
        font-size:1.3em;
        padding-left:1.5%;
        padding-right:1.5%;
    }
    #site-title {
        margin-left:0;
    }
    #h1tag h1 {
        /*width:90%;*/
        /*margin-left:5%;*/
        /*margin-right:5%;*/
        
        /*tirar comentários acima e excluir o código abaixo se as mudanças não derem certo*/
        
        max-width: 900px; /* ou um valor fixo dependendo do design */
        margin: 0 auto;
    }
    #container p {
        width:auto;
    }
    textarea {
        font-size:1.1em;
        margin-top:6px;
    }
    article {
        width:90%;
        margin-right:auto;
        margin-left:auto;
    }
    article header {
        margin:0 5%;
    }
    article h2 {
        margin-bottom:20px;
    }
    footer p {
        padding-right:5%;
        padding-left:5%;
    }
    #consent-cookies {
        width:100%;
        height:150px;
        margin:0;
        padding-bottom:15px;
    }
    #consent-cookies p {
        margin-top:-25px;
        line-height:1.8;
    }
    #accept {
        position:absolute;
        margin-top:115px;
        margin-left:10px;
    }
}
@media (max-width:341px) {
    #accept {
        margin-top:130px;
    }
}
article header {
    height:auto;
    background:0 0;
}
article h1 {
    font-size:1.6em;
    margin-top:-150px;
    margin-left:0;
    margin-bottom:30px;
    text-align:left;
}
article img {
    margin-top:30px;
}
article footer {
    display:flex;
    align-items:center;
    background:0 0;
    height:30px;
    position:relative;
    margin-top:0;
}
article footer #share {
    display:flex;
    justify-content:center;
    width:50%;
    position:absolute;
    text-align:center;
    margin-top:0;
}
#share a {
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    width:165px;
    height:35px;
    font-size:1.2em;
    color:#fff;
    cursor:pointer;
    background-color:#1163d0;
    border:none;
    border-radius:5px;
    outline:0;
}
article footer #share a #logo {
    margin-top:0;
}
#politicaPrivacidade,#sobre {
    background-color:#fff;
    width:80%;
    box-shadow:0 0 5px 1px #000;
    margin:10% 9%;
    padding:.1% 1% 4%;
}
.politica,.tituloSobre {
    margin-top:60px;
    text-align:center;
}
.pSobre,.privacidade {
    text-align:center;
    margin-top:20px;
    margin-bottom:10px;
}