@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
body {
margin: 0;
padding: 0;
font-family: "Inter", sans-serif;
font-weight: 600;
background-color: #f0f2f5;
color: #333; }
:root {
--color_main_white: #ffffff;
--color_main_black: #000000;
--color_main_1: #ffcc00;
--color_main_2: #FF9900;
--cor-padrao-texto: white;
--cor-vermelho: #e57373;  --background_header_image_desktop: url(https://eulouco.com.br/wp-content/themes/eulouco/img/background_reader_eulouco_3.png); --background_header_image_mobile:  url(https://eulouco.com.br/wp-content/themes/eulouco/img/background_reader_eulouco_3_mobile.png); --background_footer_image_desktop: url(https://eulouco.com.br/wp-content/themes/eulouco/img/background_fooer_eulouco_0_desktop.png); --background_footer_image_mobile: url(https://eulouco.com.br/wp-content/themes/eulouco/img/background_fooer_eulouco_0_mobile.png); }    @media screen and (max-width: 767px) {
body{ }
.no_mobile{
display: none;
}  .top-bar {
display:  none;
} .main-bar {
display: flex;
justify-content: space-between;
align-items: center;
height: 3.6em;
background: #242424;
transition: 0.3s;
z-index: 999;
position: relative;
overflow-x: visible;
width: 100%;
max-width: 100%;     background-color: #575757;   background-image: url(https://eulouco.com.br/wp-content/themes/eulouco/img/background_reader_eulouco_3_mobile.png); background-size: cover; background-repeat: no-repeat; background-position: center center;  background-blend-mode: overlay;
} .main-bar:hover {  }
.main-bar.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 3em;
animation: slideDown 0.6s ease;
}
.main-bar.not-fixed {
animation: slideUp 0.9s ease;
}
@keyframes slideDown {
from { transform: translateY(-100%); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}
@keyframes slideUp {
from { transform: translateY(0); opacity: 1; }
to { transform: translateY(0); opacity: 1; }
}
.main-bar .menu-icon {
color: #fff;
font-size: 1.4em;
cursor: pointer;
transition: 0.3s;
z-index: 1001;
margin-left: 0.6em;
}
.main-bar .search-icon {
color: #fff;
font-size: 1.2em;
cursor: pointer;
transition: 0.3s;
z-index: 1001;
margin-right: 0.6em;
}
.main-bar .menu-icon:hover,
.main-bar .search-icon:hover {
color: var(--color_main_1);
}
.logo {
flex: 0 0 45%;
display: flex;
justify-content: center;
margin-top: 0.6em;
}
.logo_small{
flex: 0 0 36%;
}
.logo_big{
flex: 0 0 45%;
}
.logo-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
.logo img {
max-width: 100%;
max-height: 70px;
height: auto;
transition: max-height 0.3s ease;
}
.logo img:hover {opacity: 0.66;
}
.logo-text {
font-family: "Inter", sans-serif;
font-weight: 600;
color: var(--color_main_1);
font-size: 0.8em;
margin-top: -0.6em;
transition: font-size 0.3s ease;
transition: font-size 0.3s ease;
font-family: "Russo One", sans-serif;
font-style:  italic;
} .main-bar.fixed .logo img {
max-height: 45px;
}
.main-bar.fixed .logo-text {
font-size: 0.75em;
} .modal-search {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.66);
z-index: 1000;
justify-content: center;
align-items: center;
}
.modal-content {
background: #000000;
padding: 0.6em;
border-radius: 8px;
width: 80%; justify-content: center;
align-items: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.modal-content input {
flex: 1;
padding: 0.6em 0em;
font-size: 1em;
border: 1px solid #ccc;
border-radius: 6px 0 0 6px;
outline: none;
width: 80%;
}
.modal-content button {
background: var(--color_main_1); color: var(--color_main_black);
border: none;
padding: 0.6em 0em;
font-size: 1.06em;;
border-radius: 0 6px 6px 0;
cursor: pointer;
transition: 0.3s;
width: 17%;
}
.modal-content button:hover {
background: var(--color_main_2);
color:  var(--color_main_white);
} .m_overlay {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.5);
display: none;
z-index: 1000;
}
.m_menu {
position: fixed;
top: 0;
left: -100%;
width: 80%;
max-width: 300px;
height: 100%;
background-color: #fff;
color: #000;
transition: left 0.3s ease;
z-index: 1001;
overflow-y: auto;
font-family: "Inter", sans-serif;
}
.m_menu_header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1em;
background-color: #f1f1f1;
}
.m_menu_close {
background: none;
border: none;
font-size: 1.5em;
cursor: pointer;
transition: transform 0.6s ease;
}
.m_menu_close:hover {
transform: rotate(180deg);
color: var(--color_main_1);
}
.m_menu nav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.m_menu nav ul li {
padding: 0.6em 0.72em;
display: flex;
align-items: center;
border-bottom: 0.1em solid #ededed;
}
.m_menu nav ul li a {
text-decoration: none;
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
color: #333537;
transition: color 0.35s ease-out;
}
.m_menu nav ul li:hover a {
color: var(--color_main_1);
}
.m_menu nav ul li .rotate_icon {
font-size: 0.8em;
color: #333537;
margin-right: 1em;
transition: transform 0.6s ease, color 0.35s ease-out;
}
.m_menu nav ul li:hover .rotate_icon {
transform: rotate(360deg);
color: var(--color_main_1);
}  .m_submenu {
position: fixed;
top: 0;
left: -100%;
width: 80%;
max-width: 300px;
height: 100%;
background-color: var(--color_main_white);
color: #000;
transition: left 0.3s ease;
z-index: 1002;
overflow-y: auto;
font-family: "Inter", sans-serif;
}
.m_back {
padding: 1em;
background-color: #f1f1f1;
cursor: pointer;
font-size: 1.1em;
color: #000;
display: flex;
align-items: center;
transition: background-color 0.3s;
}
.m_back .rotate_icon2 {
margin-right: 0.5em;
transition: transform 0.6s ease, color 0.35s ease-out;
}
.m_back:hover {
background-color: #f5f5f5;
color: var(--color_main_1);
}
.m_back:hover .rotate_icon2 {
transform: rotate(180deg);
color: var(--color_main_1);
}
.m_submenu nav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.m_submenu nav ul li {
padding: 0.66em 0.75em;
}
.m_submenu nav ul li a {
text-decoration: none;
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
color: #333537;
transition: color 0.35s ease-out;
}
.m_submenu nav ul li a:hover {
background-color: #f1f1f1;
color: var(--color_main_1);
}     .destaques-container {
display: flex;
justify-content: space-between;
width: 98%;
height: 16em;
gap: 10px;
overflow: hidden;
padding: 0 1%;
margin-top: 1em;
}
.destaques-container-2 {
display: flex;
justify-content: space-between;
width: 98%;
height: 21em;
gap: 10px;
overflow: hidden;
padding: 0 1%;
margin-top: 1em;
}
.destaques-container, .destaques-container-2 {
flex-direction: column;
height: auto;
} .destaque {
position: relative;
flex: 1;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
border-radius: 8px;
display: block;
height: 16em;
margin-bottom: 10px;
} .destaque img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
} .destaque:hover img {
transform: scale(1.1);
} .destaque:hover .info h3 {
color: rgba(255, 255, 255, 0.7);
}
.destaque .info h3 {
transition: color 0.3s ease;
} .destaque .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
z-index: 1;
} .destaque .info {
position: absolute;
bottom: 15px;
left: 15px;
right: 15px;
color: #fff;
z-index: 2;
} .destaque h3 {
font-size: 1.1em;
margin: 0 0 5px 0;
line-height: 1.2;
letter-spacing: 1.7px;
text-shadow: 0px 0px 19px #000000;
} .destaque .categorias {
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
display: flex;
gap: 5px;
} .destaque .categorias .cat-name {
background-color: #ffde17;
color: #000;
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
width: fit-content;
padding: 4px 6px;
margin-bottom: 8px;
display: inline-block;
border-radius: 3px;
}
.destaque .categorias .cat-name:hover {
background: #FF9900;
}
.destaque .meta {
font-size: 0.7em;
opacity: 0.8;
}
.destaque .meta span {
margin-right: 10px;
}    .container {
width: 95%;
margin: 20px auto;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.conteudo-principal {
width: 100%;
}
.banner-lateral {
width: 100%;
height: 600px;
justify-content: center;
font-size: 1.5em;
color: #555;
text-align: center; position: relative; top: auto;
border-left: 1px solid #CCCCCC;
margin-top: 20px;
}
.noticia {
width: 93%;
background-color: #fff;
padding: 10px;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 2em;
display: flex;
border-radius: 4px;
flex-direction: column;
margin-right: 0;
gap: 0;
}
.noticia:hover {
transition: transform 0.3s ease, color 0.6s ease;
}
.noticia-imagem {
margin-right: 20px;
overflow: hidden;
width: 100%;
margin-bottom: 10px;
}
.noticia-imagem img {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease-in-out;
border-radius: 3px;
}
.noticia:hover .noticia-imagem img {
transform: scale(1.05);
}
.noticia-texto {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.noticia a {
text-decoration: none;
color: inherit;
cursor: pointer;
transition: transform 0.3s ease, color 0.6s ease;
}
.noticia_cat_a {
background-color: #ffde17;
color: #000;
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
width: fit-content;
padding: 4px 6px;
margin-bottom: 8px;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.noticia_cat_a:hover {
background-color: #FF9900;
transition: transform 0.3s ease, color 0.6s ease;
}
.categoria {
width: 100%;
height: auto;
display: block;
float: left;
}
.noticia-titulo {
font-size: 1.4em;
font-weight: bold;
margin: 0 0 10px 0;
color: #333;
line-height: 1.2;
transition: color 0.3s ease-in-out;
}
.noticia:hover .noticia-titulo a {
color: #ffde17;
}
.noticia-resumo {
font-size: 1em;
color: #666;
margin: 0 0 10px 0;
}
.noticia-meta {
font-size: 0.8em;
color: #999;
}
.btn_read_more {
background-color: #e53935;
color: #ffffff;
display: inline-flex;
align-items: center;
padding: 10px 20px;
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.btn_read_more:hover { background-color: #e57373;
color: #DCDCDC;
transition: transform 0.3s ease, color 0.6s ease;
}   .titulo-busca{
font-size: 1.5em;
font-weight: bold;
margin: 0 0 10px 0.4em;
color: #333;
line-height: 1.2;
transition: color 0.3s ease-in-out;
} .navigation.pagination { display: flex;
justify-content: center;
margin: 40px 0; } .navigation.pagination .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
} .navigation.pagination .nav-links {
display: flex;
gap: 8px; align-items: center;
padding: 10px;
border-radius: 6px; background-color: #f7f7f7;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
} .navigation.pagination .page-numbers { font-size: 1em;
font-weight: bold;
color: #e57373; line-height: 1.2;
transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; text-decoration: none;
padding: 4px 8px; border-radius: 4px;
display: inline-block;
} .navigation.pagination .page-numbers:not(.current) {
margin: 0;
} .navigation.pagination .page-numbers.current {
color: #FFFFFF; background-color: #e57373; pointer-events: none; box-shadow: 0 2px 5px rgba(229, 115, 115, 0.4);
} .navigation.pagination .page-numbers:hover:not(.current) {
color: #f0f0f0; background-color: #ffde17; } .navigation.pagination .next.page-numbers {
font-size: 1em; padding: 4px 12px;
border: 1px solid #e57373; } .navigation.pagination .next.page-numbers:hover {
border-color: #ffde17;
background-color: #e57373;
color: #FFFFFF; } .no-results-message { text-align: center;
padding: 40px 20px;
border: 1px solid #f0f0f0;
border-radius: 8px;
background-color: #ffffff;
margin-top: 30px;
} .no-results-message p {
color: #e57373; font-size: 1.2em;
font-weight: bold;
margin-bottom: 25px; line-height: 1.5;
} .searchform {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 450px; margin: 0 auto; }
.searchform > div {
display: flex;
width: 100%;
border: 2px solid #e57373; border-radius: 6px;
overflow: hidden; } .searchform .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
} .searchform input[type="text"] {
flex-grow: 1; padding: 10px 15px;
font-size: 1em;
border: none;
outline: none; } .searchform input[type="submit"] {
background-color: #e57373; color: #FFFFFF;
font-size: 1em;
font-weight: bold;
padding: 10px 20px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
} .searchform input[type="submit"]:hover {
background-color: #ffde17; color: #333; }    .content-wrapper {
display: block;
justify-content: center;
width: 100%;
max-width: 100%;
margin: 0 auto;
} .main-content {
flex-grow: 1;
max-width: 96%;
background-color: #fff;
padding: 18px 9px;
} .post-header {
text-align: left;
padding: 0px 10px;
width: 100%;
margin: 0;
}
.post-header h1 {
font-size: 2em;
margin: 0 0 10px 0;
line-height: 1.2;
}
.post-meta {
font-size: 0.9em;
color: #777;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 8px;
margin-bottom: 20px;
}
.post-meta a{
color: #FF8C00;
}
.post-meta a:hover{
color: #FF5A5A;
}
.author-pic {
border-radius: 50%;
width: 39px;
height: 33px;
} .featured-image {
display: block;
width: 100%;
height: auto;
object-fit: cover;
border-radius: 8px;
margin: 20px 0;
}
.featured-image img {
width: 100%;
height: 15em;
} .post-body {
max-width: 90%;
margin: 0 auto;
padding: 20px 0;
display: flex;
gap: 3%;
} .article-social-bar {
position: sticky;
top: 4.5em;
height: fit-content;
padding: 15px 5px 15px 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
width: 3%;
}
.article-social-bar a {
color: #333;
font-size: 1.5em;
transition: color 0.3s ease;
background-color: transparent;
border: 2px solid #333;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
}
.article-social-bar a:hover {
background-color: #333;
color: #fff;
} .article-text {
width: 97%;
line-height: 1.6;
font-size: 1em;
}
.article-text li::marker {
color: #FF5A5A;
} .article-text a {
color: #409CFF; text-decoration: none; } .article-text a:hover {
color: #FF5A5A; text-decoration: none;
} .quote-box {
border-left: 5px solid #ffcc00;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
}
.quote-box cite {
display: block;
text-align: right;
margin-top: 10px;
font-size: 0.9em;
color: #555;
} .categories {
display: flex;
justify-content: center;
gap: 10px;
}
.categories span {
background-color: #ffcc00;
padding: 8px 15px;
border-radius: 5px;
font-size: 0.9em;
font-weight: bold;
text-transform: uppercase;
}
.categories span a {
color: #262626;
}
.categories span:hover {
background-color: #FF5A5A;
} .author_main_wrapper{
display: block;
width: 100%; margin: 1em 0em 2em 0em
}
.author-box {
text-align: center;
background-color: #f9f9f9;
border-radius: 8px;
}
.author-box a:hover {
color: #FF5A5A;
}
.author-box a {
color: #FF8C00;
}
.autor-box-main {
width: 80%;
margin: 0 auto;
}
.author-pic-lg {
border-radius: 50%;
width: 100px;
height: 100px;
margin-bottom: 5px;
}
.author-box h4 {
margin: 0 0 5px 0;
font-size: 1.5em;
}
.author-description {
font-size: 0.9em;
color: #212121;
margin-bottom: 5px;
}
.author-socials a {
color: #333;
font-size: 1.5em;
margin: 0 5px;
transition: color 0.3s ease;
}
.author-socials a:hover {
color: #007bff;
}   .re-container-destaques {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 20px;
padding: 10px;
} .re-container-tres-colunas {
max-width: 1200px;
margin: 0 auto;
display: flex;
gap: 20px;
padding: 0 20px 20px 20px;
flex-direction: column;
} .re-bloco-link {
position: relative;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-decoration: none;
display: block;
color: var(--color_main_white);
} .re-bloco-link img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
transition: transform 0.4s ease-out;
border-radius: 0.33em;
} .re-bloco-link:hover img {
transform: scale(1.05);
} .re-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 96%;
padding: 3% 3% 3% 3%;
z-index: 2; background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 40%, transparent 100%);
display: flex;
flex-direction: column;
align-items: flex-start;
} .re-conteudo-texto-mini {
margin-top: auto;
padding-top: 2em; width: 100%;
transition: color 0.3s ease-in-out;
} .re-titulo-secundario {
margin: 0 0 5px 0;
line-height: 1.2;
font-weight: bold;
transition: color 0.3s ease-in-out;
color: var(--color_main_white);
font-size: 1.05em;
}
.re-metadados {
font-size: 0.8em;
color: rgba(255, 255, 255, 0.8);
margin-top: 5px;
transition: color 0.3s ease-in-out;
}  .re-bloco-link:hover .re-titulo-secundario {
color: var(--color_main_1);
} .re-bloco-link:hover .re-metadados {
color: var(--cor-vermelho);
} .re-bloco-link:hover .re-categoria-tag {
background-color: var(--cor-vermelho);
color: white;
} .re-bloco-item-terciario {
flex: 1; min-height: 180px;
} .re-categoria-tag {
display: inline-block;
padding: 6px 12px;
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
border-radius: 2px;
margin-bottom: auto;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
} .re-tag-default {
background-color: var(--color_main_1);
color: black; } .re-metadados i {
margin-right: 5px;
}
.re_conteudo_all{
background: #FFFFFF;
margin-top: 3.0663em
} .article-text h2,  .wp-block-heading
{
border-left: 5px solid #ffcc00;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size:1.3em;
}
.article-text h3, .wp-block-heading
{
border-left: 5px solid #ffcc00;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size:1.2663em;
} .article-text h4, .wp-block-heading {
border-left: 5px solid #DC143C;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size:1.2663em;
}
.article-text h5, .wp-block-heading{
border-left: 5px solid #0A3BFF;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size:1.2663em;
}
.article-text h6, .wp-block-heading{
border-left: 5px solid #FF6600;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size: 0.81em;
} .main-content iframe {
width: 100% !important;
height: 27em !important;
display: block;
margin: 20px 0;
} .main-page{
margin-top: 1em;
margin-bottom: 1em;
display:  block;
clear: both;
width: 92%;
margin-left: 4%;
}    .site-footer {
text-align: center;
padding: 20px;
background-color: #333;
color: #fff;
margin-top: 20px;
} .site-footer {   color: #b0b0b0;
padding: 40px 20px;
width: 100%;
box-sizing: border-box;
text-align: center;    /*/*/background-image: url(https://eulouco.com.br/wp-content/themes/eulouco/img/background_fooer_eulouco_0_mobile.png);/*/*/background-repeat: no-repeat;
background-size: cover;/**/background-position: top center;  background-blend-mode: multiply; margin-top: 20px; } .footer-logo {
text-align: center;
margin-bottom: 20px;
}
.footer-logo img {
width: auto; height: 3em;
}
.footer-logo img:hover{
opacity: 0.666;
} .footer-divider {
border: 0;
height: 1px;
background-color: #333333;
margin: 20px auto;
width: 80%;
} a {
color: #b0b0b0;
text-decoration: none;
transition: color 0.6s ease;
} .rotate_icon {
margin-right: 5px; display: inline-block;
transition: transform 0.6s ease, color 0.6s ease;
} .footer-categories h3 {
color: #ffffff;
font-size: 18px;
margin-bottom: 10px;
}
.footer-categories ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
margin-bottom: 30px;
}
.footer-categories li {
margin: 0 10px;
text-align: left;
transition: color 0.6s ease;
cursor: pointer;
} .footer-categories li:hover a,
.footer-categories li:hover .rotate_icon {
color: #FFD700;
} .footer-categories li:hover .rotate_icon {
transform: rotate(360deg);
} .footer-social {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 30px;
}
.social-icon {
background-color: #333333;
color: #ffffff;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.6s ease, color 0.6s ease;
}
.social-icon:hover {
background-color: #FFD700; color: #121212; } .footer-bottom {
margin-top: 20px;
}
.footer-legal-links a {
font-size: 12px;
margin: 0 10px;
}
.footer-legal-links  a:hover {
color: #A52A2A;
transition: color 0.6s ease;
}
.footer-legal-links span {
color: #333333;
}
.footer-copyright {
margin-top: 10px;
font-size: 12px;
}
.footer-copyright a {
color: #b0b0b0;
transition: color 0.6s ease;
}
.footer-copyright a:hover {
color: #A52A2A;
transition: color 0.6s ease;
}
}      @media screen and (min-width: 768px) {  .top-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 2em;
height: 2em;
background: #d9d9d9;
animation: slideDown 0.6s ease;
}
.menu-links {
display: flex;
justify-content: space-between;
align-items: center;
} .menu_links_a_one a{
text-decoration: none;
font-size: 1em;
font-weight: 600; color: #472700;
transition: color 0.35s ease-out;
}
.menu_links_a_one a:hover{
text-decoration: none;
font-size: 1em;
font-weight: 600; color: #A52A2A;
transition: color 0.35s ease-out;
}
.menu_links_a_two a{
text-decoration: none;
font-size: 1em;
font-weight: 600; color: #A35A00;
transition: color 0.35s ease-out;
}
.menu_links_a_two a:hover{
text-decoration: none;
font-size: 1em;
font-weight: 600; color: #A52A2A;
transition: color 0.35s ease-out;
}
.menu_links_a_three a{
text-decoration: none;
font-size: 1em;
font-weight: 600; color:  #FF9900;
transition: color 0.35s ease-out;
}
.menu_links_a_three a:hover{
text-decoration: none;
font-size: 1em;
font-weight: 600; color: #A52A2A;
transition: color 0.35s ease-out;
}
.menu-links a { padding: 0.1em 1em; }
.menu-links a:hover { border-top: 1px solid  #A52A2A;
border-bottom: 1px solid  #A52A2A;
}
.menu-links a .rotate_icon { display: inline-block; transition: transform 0.6s ease, color 0.3s; margin-right: 5px; }  .menu-links a:hover .rotate_icon { transform: rotate(360deg);  }
.social-icons a
{
margin-left: 0.8em;
color: #212121; border-radius: 50%; margin-top: 3px;
margin-bottom: 3px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: 0.3s;
font-size: 1.1em;
}
.social-icons a:hover { color: #FF8C00;
} .main-bar {
display: flex;
justify-content: space-between;
align-items: center;
height: 4.5em;
transition: 0.3s;
z-index: 999;
position: relative;
overflow-x: visible;
width: 100%;
max-width: 100%;    background-color: #575757; background-image:  var(--background_header_image_mobile);  background-image:  url(https://eulouco.com.br/wp-content/themes/eulouco/img/background_reader_eulouco_3_mobile.png);  background-size: cover; background-repeat: no-repeat; background-position: center center;  background-blend-mode: overlay;
} .main-bar:hover {  }
.main-bar.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 3.6em;
animation: slideDown 0.6s ease;
}
.main-bar.not-fixed {
animation: slideUp 0.9s ease;
}
@keyframes slideDown {
from { transform: translateY(-100%); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}
@keyframes slideUp {
from { transform: translateY(0); opacity: 1; }
to { transform: translateY(0); opacity: 1; }
}
.main-bar .menu-icon {
color: #fff;
font-size: 1.5em;
cursor: pointer;
transition: 0.3s;
z-index: 1001;
margin-left: 2em;
}
.main-bar .search-icon {
color: #fff;
font-size: 1.5em;
cursor: pointer;
transition: 0.3s;
z-index: 1001;
margin-right: 2em;
}
.main-bar .menu-icon:hover,
.main-bar .search-icon:hover {
color: var(--color_main_1);
}
.logo {
flex: 0 0 22%;
display: flex;
justify-content: center;
}
.logo_small{
flex: 0 0 16%;
}
.logo_big{
flex: 0 0 22%;
}
.logo-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
.logo img {
max-width: 100%;
max-height: 70px;
height: auto;
transition: max-height 0.3s ease;
}
.logo img:hover {opacity: 0.66;
}
.logo-text { font-weight: 600; color: var(--color_main_1);
font-size: 0.9em;
margin-top: -0.5em;
transition: font-size 0.3s ease;
font-family: "Russo One", sans-serif;
font-style:  italic;
} .main-bar.fixed .logo img {
max-height: 45px;
}
.main-bar.fixed .logo-text {
font-size: 0.75em;
} .modal-search {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.66);
z-index: 1000;
justify-content: center;
align-items: center;
}
.modal-content {
background: #000000;
padding: 0.6em;
border-radius: 8px;
width: 80%; justify-content: center;
align-items: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.modal-content input {
flex: 1;
padding: 0.6em;
font-size: 1em;
border: 1px solid #ccc;
border-radius: 6px 0 0 6px;
outline: none;
width: 90%;
}
.modal-content button {
background: var(--color_main_1);
color: var(----color_main_black);
border: none;
padding: 0.6em 0em;
font-size: 1em;
border-radius: 0 6px 6px 0;
cursor: pointer;
transition: 0.3s;
width: 6%;
}
.modal-content button:hover {
background: var(--color_main_2);
color:  var(--color_main_white);
} .m_overlay {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.5);
display: none;
z-index: 1000;
}
.m_menu {
position: fixed;
top: 0;
left: -100%;
width: 80%;
max-width: 300px;
height: 100%;
background-color: #fff;
color: #000;
transition: left 0.3s ease;
z-index: 1001;
overflow-y: auto;
font-family: "Inter", sans-serif;
}
.m_menu_header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1em;
background-color: #f1f1f1;
}
.m_menu_close {
background: none;
border: none;
font-size: 1.5em;
cursor: pointer;
transition: transform 0.6s ease;
}
.m_menu_close:hover {
transform: rotate(180deg);
color: var(--color_main_1);
}
.m_menu nav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.m_menu nav ul li {
padding: 0.6em 0.72em;
display: flex;
align-items: center;
border-bottom: 0.1em solid #ededed;
}
.m_menu nav ul li a {
text-decoration: none;
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
color: #333537;
transition: color 0.35s ease-out;
}
.m_menu nav ul li:hover a {
color: var(--color_main_1);
}
.m_menu nav ul li .rotate_icon {
font-size: 0.8em;
color: #333537;
margin-right: 1em;
transition: transform 0.6s ease, color 0.35s ease-out;
}
.m_menu nav ul li:hover .rotate_icon {
transform: rotate(360deg);
color: var(--color_main_1);
}  .m_submenu {
position: fixed;
top: 0;
left: -100%;
width: 80%;
max-width: 300px;
height: 100%;
background-color: var(--color_main_white);
color: #000;
transition: left 0.3s ease;
z-index: 1002;
overflow-y: auto;
font-family: "Inter", sans-serif;
}
.m_back {
padding: 1em;
background-color: #f1f1f1;
cursor: pointer;
font-size: 1.1em;
color: #000;
display: flex;
align-items: center;
transition: background-color 0.3s;
}
.m_back .rotate_icon2 {
margin-right: 0.5em;
transition: transform 0.6s ease, color 0.35s ease-out;
}
.m_back:hover {
background-color: #f5f5f5;
color: var(--color_main_1);
}
.m_back:hover .rotate_icon2 {
transform: rotate(180deg);
color: var(--color_main_1);
}
.m_submenu nav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.m_submenu nav ul li {
padding: 0.66em 0.75em;
}
.m_submenu nav ul li a {
text-decoration: none;
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
color: #333537;
transition: color 0.35s ease-out;
}
.m_submenu nav ul li a:hover {
background-color: #f1f1f1;
color: var(--color_main_1);
}     .destaques-container {
display: flex;
justify-content: space-between;
width: 98%;
height: 16em;
gap: 10px;
overflow: hidden;
padding: 0 1%;
margin-top: 1em;
}
.destaques-container-2 {
display: flex;
justify-content: space-between;
width: 98%;
height: 21em;
gap: 10px;
overflow: hidden;
padding: 0 1%;
margin-top: 1em;
} .destaque {
position: relative;
flex: 1;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
border-radius: 8px;
display: block;
} .destaque img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
} .destaque:hover img {
transform: scale(1.1);
} .destaque:hover .info h3 {
color: rgba(255, 255, 255, 0.7);
}
.destaque .info h3 {
transition: color 0.3s ease;
} .destaque .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
z-index: 1;
} .destaque .info {
position: absolute;
bottom: 15px;
left: 15px;
right: 15px;
color: #fff;
z-index: 2;
} .destaque h3 {
font-size: 1.1em;
margin: 0 0 5px 0;
line-height: 1.2;
letter-spacing: 1.7px;
text-shadow: 0px 0px 19px #000000;
} .destaque .categorias {
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
display: flex;
gap: 5px;
} .destaque .categorias .cat-name {
background-color: #ffde17;
color: #000;
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
width: fit-content;
padding: 4px 6px;
margin-bottom: 8px;
display: inline-block;
border-radius: 3px;
}
.destaque .categorias .cat-name:hover {
background: #FF9900;
}
.destaque .meta {
font-size: 0.7em;
opacity: 0.8;
}
.destaque .meta span {
margin-right: 10px;
}   .container {
width: 90%;
margin: 20px auto;
display: flex;
justify-content: space-between;
}
.conteudo-principal {
width: 72%;
}
.banner-lateral {
width: 28%;
height: 600px;
justify-content: center;
font-size: 1.5em;
color: #555;
text-align: center;
position: sticky;
top: 20px;
border-left: 1px solid #CCCCCC;
}
.noticia {
width: 93%;
background-color: #fff;
padding: 10px;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 2em;
display: flex;
border-radius: 4px;
}
.noticia:hover {
transition: transform 0.3s ease, color 0.6s ease;
}
.noticia-imagem {
width: 49%;
margin-right: 20px;
overflow: hidden;
}
.noticia-imagem img {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease-in-out;
border-radius: 3px;
}
.noticia:hover .noticia-imagem img {
transform: scale(1.05);
}
.noticia-texto {
width: 51%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.noticia a {
text-decoration: none;
color: inherit;
cursor: pointer;
transition: transform 0.3s ease, color 0.6s ease;
}
.noticia_cat_a {
background-color: #ffde17;
color: #000;
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
width: fit-content;
padding: 4px 6px;
margin-bottom: 8px;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.noticia_cat_a:hover {
background-color: #FF9900;
transition: transform 0.3s ease, color 0.6s ease;
}
.categoria {
width: 100%;
height: auto;
display: block;
float: left;
}
.noticia-titulo {
font-size: 1.4em;
font-weight: bold;
margin: 0 0 10px 0;
color: #333;
line-height: 1.2;
transition: color 0.3s ease-in-out;
}
.noticia:hover .noticia-titulo a {
color: #ffde17;
}
.noticia-resumo {
font-size: 1em;
color: #666;
margin: 0 0 10px 0;
}
.noticia-meta {
font-size: 0.8em;
color: #999;
}
.btn_read_more {
background-color: #e53935;
color: #ffffff;
display: inline-flex;
align-items: center;
padding: 10px 20px;
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.btn_read_more:hover { background-color: #e57373;
color: #DCDCDC;
transition: transform 0.3s ease, color 0.6s ease;
}   .titulo-busca{
font-size: 1.5em;
font-weight: bold;
margin: 0 0 10px 0.4em;
color: #333;
line-height: 1.2;
transition: color 0.3s ease-in-out;
} .navigation.pagination { display: flex;
justify-content: center;
margin: 40px 0; } .navigation.pagination .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
} .navigation.pagination .nav-links {
display: flex;
gap: 8px; align-items: center;
padding: 10px;
border-radius: 6px; background-color: #f7f7f7;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
} .navigation.pagination .page-numbers { font-size: 1.4em;
font-weight: bold;
color: #e57373; line-height: 1.2;
transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; text-decoration: none;
padding: 5px 12px; border-radius: 4px;
display: inline-block;
} .navigation.pagination .page-numbers:not(.current) {
margin: 0;
} .navigation.pagination .page-numbers.current {
color: #FFFFFF; background-color: #e57373; pointer-events: none; box-shadow: 0 2px 5px rgba(229, 115, 115, 0.4);
} .navigation.pagination .page-numbers:hover:not(.current) {
color: #f0f0f0; background-color: #ffde17; } .navigation.pagination .next.page-numbers {
font-size: 1.2em; padding: 5px 15px;
border: 1px solid #e57373; } .navigation.pagination .next.page-numbers:hover {
border-color: #ffde17;
background-color: #e57373;
color: #FFFFFF; } .no-results-message { text-align: center;
padding: 40px 20px;
border: 1px solid #f0f0f0;
border-radius: 8px;
background-color: #ffffff;
margin-top: 30px;
} .no-results-message p {
color: #e57373; font-size: 1.2em;
font-weight: bold;
margin-bottom: 25px; line-height: 1.5;
} .searchform {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 450px; margin: 0 auto; }
.searchform > div {
display: flex;
width: 100%;
border: 2px solid #e57373; border-radius: 6px;
overflow: hidden; } .searchform .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
} .searchform input[type="text"] {
flex-grow: 1; padding: 10px 15px;
font-size: 1em;
border: none;
outline: none; } .searchform input[type="submit"] {
background-color: #e57373; color: #FFFFFF;
font-size: 1em;
font-weight: bold;
padding: 10px 20px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
} .searchform input[type="submit"]:hover {
background-color: #ffde17; color: #333; }    .content-wrapper {
display: flex;
justify-content: center;
max-width: 1200px;
margin: 0 auto;
} .main-content {
flex-grow: 1;
max-width: 76%;
background-color: #fff;
padding: 20px;
} .post-header {
text-align: left;
padding: 0;
width: 100%;
margin: 0;
}
.post-header h1 {
font-size: 2.5em;
margin: 0 0 10px 0;
line-height: 1.4;
}
.post-meta {
font-size: 0.9em;
color: #777;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 8px;
margin-bottom: 20px;
}
.post-meta a{
color: #FF8C00;
}
.post-meta a:hover{
color: #FF5A5A;
}
.author-pic {
border-radius: 50%;
width: 39px;
height: 33px;
} .featured-image {
display: block;
width: 100%;
height: auto;
object-fit: cover;
border-radius: 8px;
margin: 20px 0;
}
.featured-image img {
width: 100%;
height: 10em;
} .post-body {
max-width: 90%;
margin: 0 auto;
padding: 20px 0;
display: flex;
gap: 3%;
} .article-social-bar {
position: sticky;
top: 20px;
height: fit-content;
padding: 15px 5px;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
width: 3%;
}
.article-social-bar a {
color: #333;
font-size: 1.5em;
transition: color 0.3s ease;
background-color: transparent;
border: 2px solid #333;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
}
.article-social-bar a:hover {
background-color: #333;
color: #fff;
} .article-text {
width: 97%;
font-size: 1.2em;
line-height: 1.6;
}
.article-text li::marker {
color: #FF5A5A;
} .article-text a {
color: #409CFF; text-decoration: none; } .article-text a:hover {
color: #FF5A5A; text-decoration: none;
} .quote-box {
border-left: 5px solid #ffcc00;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
}
.quote-box cite {
display: block;
text-align: right;
margin-top: 10px;
font-size: 0.9em;
color: #555;
} .categories {
display: flex;
justify-content: center;
gap: 10px;
}
.categories span {
background-color: #ffcc00;
padding: 8px 15px;
border-radius: 5px;
font-size: 0.9em;
font-weight: bold;
text-transform: uppercase;
}
.categories span a {
color: #262626;
}
.categories span:hover {
background-color: #FF5A5A;
}  .author_main_wrapper{
display: block;
width: 100%; margin: 1em 0em 2em 0em;
}
.author-box {
text-align: center;
background-color: #f9f9f9;
border-radius: 8px;
}
.author-box a:hover {
color: #FF5A5A;
}
.author-box a {
color: #FF8C00;
}
.autor-box-main {
width: 80%;
margin: 0 auto;
}
.author-pic-lg {
border-radius: 50%;
width: 100px;
height: 100px;
margin-bottom: 5px;
}
.author-box h4 {
margin: 0 0 5px 0;
font-size: 1.5em;
}
.author-description {
font-size: 0.9em;
color: #777;
margin-bottom: 5px;
}
.author-socials a {
color: #333;
font-size: 1.5em;
margin: 0 5px;
transition: color 0.3s ease;
}
.author-socials a:hover {
color: #007bff;
} .site-footer {
text-align: center;
padding: 20px;
background-color: #333;
color: #fff;
margin-top: 20px;
} .article-text h2,  .wp-block-heading
{
border-left: 5px solid #ffcc00;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size:1.3em;
}
.article-text h3, .wp-block-heading
{
border-left: 5px solid #ffcc00;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size:1.2663em;
} .article-text h4, .wp-block-heading {
border-left: 5px solid #DC143C;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size:1.2663em;
}
.article-text h5, .wp-block-heading{
border-left: 5px solid #0A3BFF;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size:1.2663em;
}
.article-text h6, .wp-block-heading{
border-left: 5px solid #FF6600;
padding-left: 15px;
margin: 20px 0;
font-style: italic;
background-color: #f9f9f9;
font-size: 0.81em;
} .main-content iframe {
width: 100% !important;
height: 27em !important;
display: block;
margin: 20px 0;
}   .re-container-destaques {
max-width: 1200px;
margin: 0 auto;
display: flex;
gap: 20px;
padding: 20px;
} .re-container-tres-colunas {
max-width: 1200px;
margin: 0 auto;
display: flex;
gap: 20px;
padding: 0 20px 20px 20px;
} .re-bloco-link {
position: relative;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-decoration: none;
display: block;
color: var(--color_main_white);
} .re-bloco-link img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
transition: transform 0.4s ease-out;
border-radius: 0.33em;
} .re-bloco-link:hover img {
transform: scale(1.05);
} .re-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 96%;
padding: 3% 3% 3% 3%;
z-index: 2; background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 40%, transparent 100%);
display: flex;
flex-direction: column;
align-items: flex-start;
} .re-conteudo-texto-mini {
margin-top: auto;
padding-top: 2em; width: 100%;
transition: color 0.3s ease-in-out;
} .re-titulo-secundario {
margin: 0 0 5px 0;
line-height: 1.2;
font-weight: bold;
transition: color 0.3s ease-in-out;
color: var(--color_main_white);
font-size: 1.05em;
}
.re-metadados {
font-size: 0.8em;
color: rgba(255, 255, 255, 0.8);
margin-top: 5px;
transition: color 0.3s ease-in-out;
}  .re-bloco-link:hover .re-titulo-secundario {
color: var(--color_main_1);
} .re-bloco-link:hover .re-metadados {
color: var(--cor-vermelho);
} .re-bloco-link:hover .re-categoria-tag {
background-color: var(--cor-vermelho);
color: white;
} .re-bloco-item-terciario {
flex: 1;
min-height: 250px;
} .re-categoria-tag {
display: inline-block;
padding: 6px 12px;
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
border-radius: 2px;
margin-bottom: auto;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
} .re-tag-default {
background-color: var(--color_main_1);
color: black; } .re-metadados i {
margin-right: 5px;
}
.re_conteudo_all{
background: #FFFFFF;
margin-top: 3.0663em
}  .main-page{
margin-top: 2em;
margin-bottom: 2em;
display:  block;
clear: both;
width: 80%;
margin-left: 18%;
}   .site-footer {
text-align: center;
padding: 20px;
background-color: #333;
color: #fff;
margin-top: 20px;
} .site-footer {   color: #b0b0b0;
padding: 40px 20px;
width: 100%;
box-sizing: border-box;
text-align: center;    background-image: url(https://eulouco.com.br/wp-content/themes/eulouco/img/background_fooer_eulouco_0_desktok.png); background-repeat: no-repeat;
background-size: cover; background-position: top center;  background-blend-mode: multiply; margin-top: 20px; } .footer-logo {
text-align: center;
margin-bottom: 20px;
}
.footer-logo img {
width: auto; height: 3em;
}
.footer-logo img:hover{
opacity: 0.666;
} .footer-divider {
border: 0;
height: 1px;
background-color: #333333;
margin: 20px auto;
width: 80%;
} a {
color: #b0b0b0;
text-decoration: none;
transition: color 0.6s ease;
} .rotate_icon {
margin-right: 5px; display: inline-block;
transition: transform 0.6s ease, color 0.6s ease;
} .footer-categories h3 {
color: #ffffff;
font-size: 18px;
margin-bottom: 10px;
}
.footer-categories ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
margin-bottom: 30px;
}
.footer-categories li {
margin: 0 10px;
text-align: left;
transition: color 0.6s ease;
cursor: pointer;
} .footer-categories li:hover a,
.footer-categories li:hover .rotate_icon {
color: #FFD700;
} .footer-categories li:hover .rotate_icon {
transform: rotate(360deg);
} .footer-social {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 30px;
}
.social-icon {
background-color: #333333;
color: #ffffff;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.6s ease, color 0.6s ease;
}
.social-icon:hover {
background-color: #FFD700; color: #121212; } .footer-bottom {
margin-top: 20px;
}
.footer-legal-links a {
font-size: 12px;
margin: 0 10px;
}
.footer-legal-links  a:hover {
color: #A52A2A;
transition: color 0.6s ease;
}
.footer-legal-links span {
color: #333333;
}
.footer-copyright {
margin-top: 10px;
font-size: 12px;
}
.footer-copyright a {
color: #b0b0b0;
transition: color 0.6s ease;
}
.footer-copyright a:hover {
color: #A52A2A;
transition: color 0.6s ease;
}   }