/*
Theme Name: linguafranca
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linguafranca
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

linguafranca is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { 
	box-sizing: inherit;
}

body {
	background: #fff; 
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; 
	max-width: 100%; 
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}


.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
*/
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/*
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. 
}
*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.sidebar aside ul{
	list-style: outside none none;
    margin-bottom: 35px;
    padding-left: 0;
}

.sidebar aside ul li{
margin: 0;
    padding: 0;
	display: block;
    position: relative;
}


.sidebar aside ul li a{
background-image: url("../../../../img/list-primary.png");
    background-position: 9px 16px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ededde;
    padding: 8px 20px;
    transition: all 0.3s ease 0s;
	color: #666;
    font-size: 0.9em;
	display: block;
    position: relative;
}
.sidebar aside ul li a:focus, .sidebar aside ul li a:hover{
	background-color:#eee;
	text-decoration:none;
}


.post-navs{margin: 10px 0 50px !important;}
.post-navs div span{
	border: 1px solid #ff9700;
	border-radius:5px;
	padding:15px;
	display: inline-block;
}

.mr-6 {
	margin-right:6px;
}
.instagram-box {
	background: #F4F4F4;
	border-radius: 8px;
	padding: 20px 20px 5px;
	border: 1px solid #ddd;
}
@media (max-width:767px) {
	section.page-top ul.breadcrumb > li {
		font-size: 12px;
		line-height: 16px;
	}
	.breadcrumb > li + li::before {
		padding: 0 1px;
	}
	section.page-top h2,
	section.page-top h1 {
		font-size: 23px;
	}
}

/* Post de blog guía ruso */
.arrow-right {
    background: #fcf8f2 !important;
}
.arrow-right.blanco {
    padding: 0px !important;
    background: none !important;
}
.dato-interesante {
    padding: 20px;
    background: #fcf8f2;
    margin-bottom: 20px;
}

#toc_container {
    background: #fcf8f2 !important;
    border: 1px solid #ddd !important;
	border-radius: 8px;
    padding: 30px !important;
    font-size: 98% !important;
}
#toc_container p.toc_title {
    text-align: left !important;
    font-size: 16px;
	margin: 0 0 20px !important;
}
#toc_container li {
    margin: 0 0 5px;
    padding: 0;
}
#toc_container ul {
    margin: 0 0 10px;
    padding: 0;
}
#toc_container a span.toc_number {
    color: #7e5e55;
}
#toc_container a {
    color: #7d4a03;
}

p.dato-interesante:not(.cita):before {
    content: url(https://www.linguafranca.es/blog/wp-content/uploads/2023/10/lingua-franca-bombilla1-1.png);
    margin: 0 5px 0 0;
}

.single-post .limit-size img {
    max-height: none !important;
}

/* Botón emergente */
.gsb-buttons {
	bottom: 45px !important;
}

/* CTA post */
.cta-box {
	padding: 20px 10px 10px 10px !important;
	background: #FAFAFA !important;
	border-radius: 8px !important;
	border: 1px solid #DFDFDF !important;
	margin-top:2rem !important;
	border-top: 3px solid #FF9700 !important;
	margin-bottom:4rem !important;
}
.br-movil {
	display:none;
}
.div-post-idiomas {
    margin-bottom: 25px;
}
.btn-post-idioma {
	background-color: #00b092 !important;
	color:white !important;
}
.btn-post-idioma:hover {
	background-color: #00b092 !important;
	opacity: .9;
}
.p-post-idioma {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.btn-post-idioma img.enlace-externo {
    height: 15px;
    width: auto;
    margin-left: 5px;
    margin-bottom: 3px;
}
@media(max-width:600px) {
	.br-movil {
		display:block !important;
	}
}
.div-post-idiomas {
	display: flex !important;
	flex-wrap: wrap !important;
}

#contacta-apostilla {
	display: flex !important;
	justify-content: center !important;
}
#contacta-apostilla a.pidepresupuesto {
	margin-top:10px !important;
}
.menu-ancla {
	background-color: #F4F4F4 !important;
    border: 1px solid #ddd !important;
    border-radius: 8px;
	list-style: none !important;
	padding: 20px !important;
}
.menu-ancla li {
	margin-bottom: 10px !important;
	color: #9d7266 !important;
	font-size: 15px !important;
}
p.p-menuancla {
	font-size:16px !important;
	font-weight: bold !important;
}

h2.negro {
	color: black !important;
}


/* MODIFICACIONES CONVERSIÓN POSTS 2024 */

/* CTA a mitad de post */
.cta-middle-box {
	background: #ffb74f;
	border-radius: 8px;
	padding: 20px;
	margin-top: 25px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.cta-middle-box .row {
	display: flex;
	align-items: center;
	margin: 0;
}

.cta-middle-box h3 {
	font-size: 22px !important;
	line-height: 34px;
	font-weight: 600;
	color: #000;
}

.cta-middle-box strong {
	font-weight: 800;
}

.cta-middle-box .btn-primary {
	padding: 3px 10px;
	background-color: #fff;
	border-color: #fff;
	color: #2c2c2c;
	text-shadow: none;
	font-weight: 600;
	font-size: 16px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.cta-middle-box .btn-primary:hover {
	border-color: #f7f7f7;
	background-color: #f7f7f7;
}

@media (max-width: 581px) {
	.cta-middle-box {
    padding: 30px;
}
	.cta-middle-box .row {
    flex-direction: column;
}
	.cta-middle-box .col-sm-3 {
    margin-right: auto;
    margin-top: 15px;
	display: flex;
	align-items: center;
}
	.cta-middle-box .socials {
		margin-top: 0 !important;
		margin-left: 13px;
}
}

.cta-middle-box .btn-primary.social {
    padding: 0 1px;
    align-items: center;
    display: flex;
	margin: 0;
}

.post-content {
    font-size: 17px;
}
.post-content p {
    line-height: 26px !important;
	margin-bottom: 15px;
}
.post-content li {
    margin-bottom: 15px;
}
article.post-large h1 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #ed750d;
    letter-spacing: -.5px;
    line-height: 1.25em;
}
.post-content h2 {
    font-size: 30px !important;
    font-weight: 600;
    color: #ed750d;
    letter-spacing: -.5px;
    margin-bottom: 20px !important;
    line-height: 1.25em !important;
    margin-top: 50px;
}
/* Selects the <h3> element that comes right after an <h2> element */
.post-content h2 + h3 {
    margin-top: 20px !important;
    padding-top: 10px;
}
.post-content h3:not(.h3-cta),
.post-content h3:not(.h3-cta) > strong {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #000;
	margin-top: 40px;
    margin-bottom: 20px;
    line-height: 34px;
}
/*
.post-content h3:not(.h3-cta):not(:has(i)):before {
    content: "\f061";
    font-family: 'FontAwesome';
	font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: -2px;
} */
.post-content a:not(.btn) {
    color: #1e86c1;
}
.caja-final-post {
    font-size: 14px;
}

.caja-final-post .col-sm-4 {
    flex-direction: row;
    display: flex;
}

.caja-final-post .col-xs-5.social {
    border-left: 1px solid #e5e5e5;
}

.caja-final-post .row {
    display: flex;
    flex-direction: row;
}
.caja-final-post p.cargo {
    line-height: 20px !important;
}
.caja-final-post .social-icons p {
    margin-bottom: 10px;
}

.caja-final-post ul.social-icons li {
    margin: 0;
}
.caja-final-post img {
    max-height: 70px;
    width: auto;
}

.cta-middle-box.final {
	background-position: center !important;
	/* background-size: 100% auto !important; */
}
.cta-middle-box.final h3 {
    color: #FFF;
}

.cta-middle-box a.btn.contacta {
    width: 110px;
}
.cta-middle-box .socials {
    display: flex;
    margin-top: 5px;
    width: 110px;
	justify-content: space-between;
}

.cta-middle-box.es a.btn.contacta,
.cta-middle-box.es .socials{
    width: 120px;
}

.cta-middle-box a.social.mail {
    background-color: #f84a3d;
    border-color: #f84a3d;
    margin: 0;
}
.cta-middle-box a.social.telegram {
    background-color: #279ed8;
    border-color: #279ed8;
    margin: 0;
}
.cta-middle-box a.social.whats {
    background-color: #25d366;
    border-color: #25d366;
    margin: 0;
}

.cta-middle-box .btn-primary.social:hover {
	opacity: .8;
}

.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla):not(.ul-tabla):not(.ul-fondo-blanco) {
    list-style: none;
    padding: 30px;
    background: #fcf8f2;
    margin-bottom: 20px;
}
.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) ul {
    padding: 0 20px;
}
.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) li {
    line-height: 26px;
    margin-bottom: 15px;
}
.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla):not(.sublista-post):not(.ul-li-no-margin) > li {
    margin-top: 20px;
}
.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) li:first-child {
    margin-top: 0 !important;
}
.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) li:last-child {
    margin-bottom: 0;
}
.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) li:before {
    content: "\f105";
    font-family: "fontawesome";
    margin-right: 6px;
    color: #FF9700;
    font-weight: 600;
}
.post-content ul:not(.social-icons):not(.arrow-right):not(.blanco) li span + br + span,
.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) li strong + br + span {
    display: block !important;
    margin-top: 15px !important;
}
.toc_list li::before {
    content: "" !important;
}

@media (min-width: 768px) {
	ul.list-columns.cuatro {
    column-count: 4;
}
	ul.list-columns.dos {
    column-count: 2;
}
	ul.list-columns.tres {
		column-count: 3;
	}
}
@media (min-width: 535px) and (max-width: 767px) {
	ul.list-columns.cuatro {
    column-count: 3;
}
}
@media (max-width: 534px) {
	ul.list-columns.cuatro {
    column-count: 2;
}
}
ul.list-columns li {
    padding-right: 20px !important;
}

i.arrowlist {
    font-size: 16px !important;
}


/* Botones posts relacionados Apostilla */
a.block-high {
    color: #fff !important;
}

article.blog-single-post h3 i,
h3.h3-post i {
    display: none !important;
}

.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) li p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.social-icons.cta-blog {
    text-align: center;
    margin: 20px 0 20px;
}

body {
    overflow-x: hidden !important;
	max-width: 100% !important;
}

/* BANNER COOKIES */

.cmplz-cookiebanner {
    padding: 23px 28px !important;
}
.cmplz-cookiebanner.banner-1.banner-a.optin.cmplz-center.cmplz-categories-type-view-preferences.cmplz-show {
    padding: 23px 28px !important;
}
 
 .cmplz-cookiebanner .cmplz-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.cmplz-message a:hover,
.cmplz-cookiebanner a:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover{
	opacity: .8 !important;
	transition: .3s;
}

#cmplz-cookiebanner-container button.cmplz-btn.cmplz-deny {
    margin-right: 100px !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    font-size: 14px !important;
	height: 38px !important;
	line-height: 14px !important;
	font-weight: 700;
}
button.cmplz-btn,
.cmplz-message a {
	transition: .3s;
}
button.cmplz-btn:hover,
.cmplz-message a:hover{
    opacity: .8 !important;
	transition: .3s;
}
@media(min-width: 769px) {
	#cmplz-cookiebanner-container .cmplz-btn.cmplz-accept {
	order: 3 !important;
}
#cmplz-cookiebanner-container .cmplz-btn.cmplz-deny {
	order: 2 !important;
}
#cmplz-cookiebanner-container .cmplz-btn.cmplz-view-preferences {
	order: 1 !important;
}
	.cmplz-btn.cmplz-save-preferences {
	order: 1 !important;
}
}
@media (max-width: 768px) {
#cmplz-cookiebanner-container .cmplz-btn.cmplz-accept {
	order: 1 !important;
}
#cmplz-cookiebanner-container .cmplz-btn.cmplz-deny {
	order: 2 !important;
}
#cmplz-cookiebanner-container .cmplz-btn.cmplz-view-preferences {
	order: 3 !important;
}
}
.tablas-post {
	overflow-x: auto !important;
	margin-bottom:40px !important;
	margin-top:25px !important;
}
.tabla-blog {
	border-collapse: collapse !important;
}
.tabla-blog thead {
	background-color:#ED750D !important;
	color:white !important;
}
.tabla-blog thead th {
	padding:15px !important;
	border: 1px solid #b65b0b !important;
}
.tabla-blog tbody td {
	padding:20px !important;
	border: 1px solid #b65b0b !important;
	background-color: #FCF8F2 !important;
	vertical-align: start !important;
}
.tabla-blog tbody ul {
	background-color: none !important;
}
.tabla-blog .ul-tabla {
	list-style: none;
    padding: 0px;
    margin-bottom: 5px;
}
.post-content ul.ul-fondo-blanco {
    list-style: none;
    padding: 30px;
    background: white;
    margin-bottom: 20px;
}
#toc_container {
	display: block !important;
	margin-bottom:30px !important;
	margin-top:30px !important;
}
#toc_container p.toc_title {
	font-size:22px !important;
	margin-bottom:30px !important;
	margin-top:10px !important;
}
#toc_container .toc_list li, #toc_container .toc_list li ul, .toc_list li ul li {
	margin-bottom: 10px !important;
}
#toc_container .toc_list li ul {
	margin-top: 10px !important;
}

.post-content p:not(.dato-interesante) img:not(.enlace-externo) {
	margin-top:10px !important;
	margin-bottom:30px !important;
	width: 100% !important;
}

.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) ol li:before {
    content: "";
	margin-right: 0px !important;
}
.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) ol li::marker {
    color: #FF9700 !important;
	font-weight: 600 !important;
}
.post-content ul:not(.social-icons):not(.toc_list):not(.menu-ancla) ol {
    margin-top:20px !important;
}

/* CAMBIOS EN MÓVIL */
@media (min-width:1024px) {
	.filtro-categorias-blog, #btn-load-more-posts, .container-load-posts {
		display: none !important;
	}
	
	.contenedor .navigation.posts-navigation .nav-links {
		padding-bottom: 80px !important;
	}
}
@media(max-width:1023px) {
	.contenedor .navigation.posts-navigation {
		margin-top: -30px !important;
		padding-bottom:100px !important;
	}
}

.contenedor .navigation.posts-navigation .nav-links a {
	font-size:15px !important;
	border:1px solid #FF9700 !important;
	border-radius:5px !important;
	padding:8px !important;
}

.contenedor .navigation.posts-navigation .nav-links {
	display: flex !important;
	align-items:center !important;
	flex-wrap: wrap !important;
}

.contenedor .navigation.posts-navigation .nav-links a:hover {
	border:1px solid #0099e6 !important;
}

@media(max-width:365px) {
	.contenedor .navigation.posts-navigation .nav-links .nav-previous, .contenedor .navigation.posts-navigation .nav-links .nav-next {
		width:100% !important;
		margin-bottom:10px !important;
	}
	.contenedor .navigation.posts-navigation .nav-links a {
		width:100% !important;
		display: block !important;
		text-align:center !important;
	}
}

.filtro-categorias-blog {
	margin-bottom: 60px !important;
	background-color: white !important;
}
.filtro-categorias-blog  #category-select {
	width: 100% !important;
}

#btn-load-more-posts {
	margin-bottom:30px;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.container-load-posts {
	display:flex !important;
	justify-content: flex-end !important;
}
.filtro-categorias-blog label {
	font-size:15px !important;
	margin-bottom:12px !important;
}

.post-navs.posts-pag-single {
	display:flex !important;
	align-items:stretch !important;
}
.post-navs.posts-pag-single div span {
	height:100% !important;
}
.post-navs.posts-pag-single.movil {
		display:none !important;
}
.post-navs.posts-pag-single.desktop div.col-md-6 {
		width:50% !important;
		
	}
@media(max-width:670px) {
	.post-navs.posts-pag-single.desktop {
		flex-wrap: wrap !important;
	}
	.post-navs.posts-pag-single.desktop div.col-md-6 {
		width:100% !important;
		margin-bottom:10px !important;
	}
	.post-navs.posts-pag-single.movil div.col-md-6 {
		width:50% !important;
		padding:0 !important;
	}
	.post-navs.posts-pag-single.movil {
		margin-top: -30px !important;
		margin-bottom: 80px !important;
	}
	.post-navs.posts-pag-single.desktop {
		display:none !important;
	}
	.post-navs.posts-pag-single.movil {
		display:flex !important;
	}
	.post-navs.posts-pag-single.movil span {
		font-size: 15px !important;
	}
	
}

div.dato-interesante {
	background-color: #f8f8f8 !important;
}

ul.sublista-post {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
ol.ul-fondo-blanco.custom-counter > li {
	margin-bottom: 35px !important;
}
ol.custom-counter {
    list-style: none; /* Elimina el estilo predeterminado de la lista */
    counter-reset: custom-counter; /* Reinicia el contador */
	padding-left:30px !important;
	margin-top:35px !important;
	margin-bottom:35px !important;
}
ol.custom-counter > li {
    counter-increment: custom-counter; /* Incrementa el contador */
}
ol.custom-counter li::before {
    content: counter(custom-counter) ") "; /* Muestra el número con un paréntesis */
    font-weight: bold; /* Otras propiedades de estilo opcionales */
	color: #FF9700 !important;
}
.blog-posts article p a {
	word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
ul li.li-h5 {
	font-size: 1em !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    line-height: 18px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
	color: #FF9700 !important;
}
@media (min-width:768px) {
	.post-content p.lead.text-lead-sm {
		line-height:31px !important;
		font-size:20px !important;
		padding-left:3px;
		padding-right:3px;
	}
}
.post-content ul.ul-fondo-blanco.p-menor {
    list-style: none;
    padding: 10px 30px !important;
    background: white;
    margin-bottom: 20px;
}
.post-content ul.ul-fondo-blanco.p-menor li {
	margin-top: 0px !important;
}
.row-2-cols {
	display:flex;
	align-items:center;
	margin-top:30px;
}
@media(max-width:991px) {
	.col-sm-6.col-50 {
		width:100% !important;
	}
	.row-2-cols {
		flex-direction: column-reverse;
	}
	.row-2-cols .col-sm-6.col-50:first-child {
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}
}
.div-img-apost, .div-img-apos, .div-img-leg {
	display:flex !important;
	justify-content:center !important;
	padding: 20px 0px;
}
.div-img-apost img, .div-img-apos img {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media(min-width:633px) {
	.div-img-apost img, .div-img-apos img, .div-img-leg img {
		max-width:600px;
	}
}
.citas-post {
    padding: 25px 20px;
    background: #F2F2F2;
    margin-bottom: 20px;
	margin-top: 20px;
}
.citas-post div {
	margin-left: 45px !important;
	margin-right: 45px !important;
}
.citas-post i.icon-quote-left, .citas-post i.icon-quote-right {
	font-family: 'fontawesome' !important;
}
.citas-post i.icon-quote-left {
	padding-left: 10px !important;
}
.citas-post i.icon-quote-right {
	padding-right: 10px !important;
}
.citas-post p:last-child {
	text-align: right !important;
	margin-bottom: 0px !important;
}
.citas-post div p:last-child {
	text-align: left !important;
}
.div-destacado {
	background: #fcf8f2;
	padding: 20px;
	margin-bottom: 20px;
}
ol.lista-color li::marker, ol.color-ol li::marker {
    color: #FF9700 !important;
	font-weight: 700 !important;
}
ol.color-ol {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
ol.lista-color > li:not(last-child) {
   padding-bottom: 17px !important;
	margin-bottom: 0px !important;
}
ol.lista-color.fondo-naranja > li:last-child {
	padding-bottom: 5px !important;
}
.citas-post p:empty {
	display: none !important;
}
.contactos-utilidad {
	text-align:center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding:30px;
	margin-top: 25px;
}
.contactos-utilidad p.p-contactos-ut {
	font-size:18px !important;
	margin-bottom:20px !important;
}


/* ACCORDION POST */
.accordion-post-blogm {
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	background-color: #f1f1f1;
	margin-bottom: 5px;
	font-weight: bold;
	transition: background-color 0.2s ease;
}

.accordion-post-blogm:hover {
	background-color: #ddd;
}

.panel-post-blog {
	max-height: 0;
	overflow: hidden;
	background-color: white;
	padding: 0 18px;
	margin-top: 5px;
	border: 1px solid #ccc;
	transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}
.panel-post-blog.open {
	max-height: 1000px; /* Ajusta esto según el contenido del panel */
	padding: 15px 25px;
	margin-bottom: 20px !important;
}
.div-cont-ut {
	margin-top: 38px !important;
	margin-bottom: 50px !important;
}
.div-cont-ut > p {
	margin-bottom: 5px !important;
	margin-top: -10px !important;
}
.panel-post-blog > p {
	margin-bottom:10px !important;
}
.panel-post-blog > p:last-child {
	margin-bottom:0px !important;
}
.hr-mt-30 {
	margin-top: 30px !important;
}
.lead.text-center.pd {
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 20px !important;
}
@media(max-width:640px) {
	.lead.text-center.pd {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
.country-table {
	margin-bottom:40px !important;
	margin-top:30px !important;
	overflow-x: auto !important;
}
.country-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #FCF8F2; /* Fondo de la tabla */
}

.country-table td {
    padding: 10px;
    text-align: left;
    font-size: 0.9em;
    vertical-align: top;
    border: 1px solid #b65b0b; /* Borde de las celdas */
}

.country-table tr:nth-child(even) {
    background-color: #F9F4EC; /* Fondo alterno para filas pares */
}
.country-table .thead {
	background-color: #ED750D !important;
	border: 1px solid #b65b0b !important;
}
.country-table .thead th {
	padding: 20px !important;
}
.country-table .thead h3 {
	color: white !important;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
	font-weight:700 !important;
}
.country-table .thead p {
	color:white !important;
	font-size:15px !important;
	margin-bottom:0px !important;
	font-weight:400 !important;
}
@media(max-width:640px) {
	.country-table .thead h3, .country-table .thead p {
		text-align: start !important;
	}
}
.post-content ul.interior {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.post-content ul.interior li {
	margin-top: 15px !important;
	margin-bottom: 5px !important;
}
.post-content ul.interior li:first-child {
	margin-top: 0px !important;
}

/* COMENTARIOS */
#comments.comments-area {
	padding:30px;
	border:1px solid #ccc;
	margin:0px 15px;
	border-radius:3px;
	background-color: #fcfcfc;
	margin-bottom: 30px !important;
}
#comments.comments-area h3#reply-title {
	font-weight:600 !important;
	text-transform: none !important;
}
#comments.comments-area #commentform.comment-form {
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
#comments.comments-area #commentform.comment-form p.comment-form-author, 
#comments.comments-area #commentform.comment-form p.comment-form-email {
	display:flex;
	flex-direction:column;
	width:48%;
}
#comments.comments-area #commentform.comment-form p.comment-form-comment {
	display:flex;
	flex-direction:column;
	width:100%;
}
#comments.comments-area #commentform.comment-form input, #comments.comments-area #commentform.comment-form textarea {
	border: 1px solid #ccc !important;
    border-radius: 3px !important;
	padding: 5px 10px !important;
}
#comments.comments-area #commentform.comment-form .form-submit #submit {
	background-color:#4C5867 !important;
	color:white !important;
	padding:6px 30px !important;
	font-weight:600 !important;
	border:1px solid #4C5867 !important;
	transition: all .3s ease-in-out !important;
}
#comments.comments-area #commentform.comment-form .form-submit #submit:hover,
#comments.comments-area #commentform.comment-form .form-submit #submit:active,
#comments.comments-area #commentform.comment-form .form-submit #submit:focus {
	background-color:white !important;
	color:#4C5867 !important;
}
#comments .comment-list {
	list-style: none !important;
	padding-left:5px !important;
}
#comments .comment-list li.comment article.comment-body {
	background: white !important;
    border: 1px solid #dddddd !important;
    padding: 15px !important;
    border-radius: 3px !important;
	margin-bottom: 10px !important;
}
#comments .comment-list li.comment article.comment-body .comment-meta {
	background: white !important;
    border: none !important;
    padding: 0px !important;
	margin: 0px !important;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
	margin-bottom:0px !important;
}
#comments .comment-list li.comment article.comment-body .comment-meta .comment-metadata,
#comments .comment-list li.comment article.comment-body .comment-meta .comment-author.vcard {
	margin-bottom:10px;
}
#comments .comment-list li.comment article.comment-body .comment-meta .comment-author.vcard img {
	margin-right:5px;
}
#comments .comment-list li.comment article.comment-body .comment-content p {
	margin-bottom: 5px !important;
}
#comments .comment-list li.comment article.comment-body .comment-meta .comment-metadata a {
	color: black !important;
}
#comments .comment-list {
	margin-bottom: 55px !important;
}
#comments .comment-list li.comment article.comment-body .comment-meta .comment-awaiting-moderation {
	width: 100% !important;
	margin-bottom: 10px !important;
	line-height:1.5;
	margin-top:10px;
}
@media(max-width:600px) {
	#comments.comments-area #commentform.comment-form p.comment-form-author, 
	#comments.comments-area #commentform.comment-form p.comment-form-email {
		width:100%;
	}
}
@media(max-width:670px) {
	#comments.comments-area {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}
ol.lista-color.fondo-naranja {
    padding: 30px;
    background: #fcf8f2;
    margin-bottom: 20px;
}
ol.lista-color.fondo-naranja li {
	margin-left:20px;
}
.text-center.leyenda {
	margin-top:30px; 
	margin-bottom:0px !important;
	font-size:15px !important;
	font-weight:600;
}
.ul-fondo-blanco.borde {
	border: 1px solid #ffedd3;
	margin-top:20px;
}
ol .p-lista-m {
	margin-bottom: 7px !important;
}
ol .p-lista-m2 {
	margin-bottom: 10px !important;
}
.img-mvl-ap {
	display: none !important;
}
@media(max-width:600px) {
	.img-desk-ap {
		display: none !important;
	}
	.img-mvl-ap {
		display: block !important;
		padding-top: 10px !important;
	}
}