* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
    color: #1F1F1F;
	    font-family: Open Sans;
}


.in {
  width: 1180px;
  max-width: 96vw;
  margin: 0 auto;
}

.clear {
  clear: both;
}

p {
    font-size: 18px;
    line-height: 30px;
}

.header {
    display: flex;
    justify-content: center;
    padding: 20px;
}


.header_logo img {
    height: 40px;
}

.provider_stats_wrapper {
    width: 100%;
    top: 10px;
    margin: auto;
}

.provider_stats {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
}

.provider_loop {
  width: 728px;
  margin: auto
}

.provider_loop h1 {
    margin-bottom: 30px;
    font-size: 42px !important;
    font-weight: 700;
    line-height: 52px;
}

.provider_loop h2 {
    font-size: 28px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 18px;
    margin-top: 30px;
    padding-bottom: 9px;
    font-weight: 700;
    color: black;
}

.author img {
    height: 40px;
    border-radius: 50%;
    float: left;
	margin-right: 10px
}

.author {
    display: flex;
    align-items: center;
}
.author div a {
	font-weight: 700
}
.datum {
	 display: flex;
    align-items: center;
}

.provider_logo img {
    width: 50px;
    border-radius: 10px;
    padding: 0;
}

.provider_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    font-weight: 600;
	gap: 10px
}

.provider_overall {
    text-align: center;
    font-size: 14px;
}

.provider_overall .oos {
    font-weight: 700;
    font-size: 18px;
}

a.visit {
  padding: 10px 18px;
  background-color: #597F2E;
  color: white;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  margin: 20px auto;
  display: table;
}

.provider_stats_row_left div {
    font-weight: 400;
    font-size: 14px;
}

.provider_stats_row {
    width: 50%;
    float: left;
    text-align: center;
    margin: 15px 0px;
}

.provider_stats_row_right {
    font-weight: 700;
}

.provider_overall {
    text-align: center;
    font-size: 14px;
    background-color: #e5e5e5;
    padding: 15px 0;
}




/*

bf

*/
.sidebar {
    width: 300px;
    float: right;
    position: sticky;
    top: 10px;
}
@media only screen and (max-width: 991px) {
	.provider_loop h1 {
    margin-bottom: 30px;
    font-size: 30px !important;
    font-weight: 700;
		line-height: normal;

}

.provider_loop {
  width: 100%;
  float: none;
}

.provider_stats_wrapper {
    width: 100%;
    float: none;
    position: relative;
    top: 0;
    margin-top: 50px;
}
.recomendados {
    width: 100%;
    margin: auto;
    padding: 0.5em 0;
}
	.sidebar {
    width: 300px;
    float: none;
    position: unset;
    top: 10px;
}

}

@media only screen and (max-width: 768px) {
	.links {
    padding: 0 15px;
}
	
	section#wpsp-21751 img {
    padding: 0;
}

section#wpsp-21751 {
    padding: 0 15px;
}

.sidebar {
    width: auto;
}
	.author img {
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 0;
		
}
.author {
    gap: 10px
}
	
.article_info {padding: 0 15px;}
.in {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

}

.article_info {
    line-height: 40px;
    font-size: 13px;
    margin-bottom: 20px;
    display: flex;
    gap: 3px;
}

.single_wrapper_in {
    padding: 10px 0;
    position: relative;
}
.single_loop p, .index_content p {
    margin-bottom: 20px;
}

.provider_visit {
    border-top: 1px solid #e5e5e5;
}

p a {
    color: green;
    font-weight: 700;
}

.recomendados h2 a {
    color: #0082f5;
}
.single-aplicaciones header {
    color: #4c4c4c;
    padding: 0;
    text-align: left;
}

section#wpsp-21751 h2 a {
    color: #333;
}
section#wpsp-21751 h2 {
    font-size: 20px;
}

section#wpsp-21751 article {
    margin-bottom: 1em;
}

.author img {padding: 0;}


ol, .single_wrapper ul {
     font-size: inherit;
	}

.single_loop img {
    margin-bottom: 1em;
}
.author img {
    margin-bottom: 0;
}

.author a {
    color: #000;
}

.app {
    margin-bottom: 1em;
}

.author img {
    padding: 0 !important;
}
















































/* RESET ESSENCIAL */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
  background-color: #fff;
  color: #222;
  font-size: 17px;
  line-height: 1.75;
  padding: 0;
}

/* CONTAINER CENTRAL */
.container {
  max-width: 730px;
  margin: 0 auto;
  padding: 24px 16px;
}

/* TÍTULO DO POST */
.post-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #111;
}

/* METADADOS */
.post-meta {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 2rem;
  gap: 8px;
  flex-wrap: wrap;
}

.author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.author-name a {
  color: #444;
  font-weight: 500;
  text-decoration: none;
}

.separator {
  font-size: 1rem;
}

.post-date {
  font-style: italic;
}

/* CONTEÚDO DO POST */
.post-content p {
  margin-bottom: 1.5rem;
  color: #333;
}

.post-content h2,
.post-content h3 {
  margin: 2rem 0 1rem;
  font-weight: 600;
  color: #111;
}

ul.wp-block-list {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

ul.wp-block-list li {
  margin-bottom: 0.5rem;
}

/* BLOCO DE ANÚNCIO */
.code-block {
  margin: 2rem 0;
  text-align: center;
  padding: 1rem;
}

.code-block-label {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .post-title {
    font-size: 1.75rem;
  }

  .links .opciones {
    flex-direction: column;
  }

  .code-block {
    margin-top: 1rem;
  }
}

h1.post-title, h2, h3, h4 {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    padding: 0;
}

img.author-avatar, h1, h2, h3, h4 {
    padding: 0 !important;
}

.post-template-single-2025 p {
    padding: 0 !important;;
}

.post-template-single-2025 .links {
    padding: 0;
}


.post-template-single-2025 li {
    font-size: 18px;
}

.post-template-single-2025  section.recomendados {
    padding: 0 15px;
}

.post-template-single-2025  section#wpsp-13338 {
    padding: 0;
}









