@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Righteous');

body, html {font-family: 'Open Sans', sans-serif; margin:0; padding:0; height:100%; -webkit-text-size-adjust: 100%; background-color: #FAFAFA; color: #333; scroll-behavior: smooth; font-weight:400; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;border: 0;outline: 0;font-style: normal;font-size: 100%;font-family: inherit;vertical-align: baseline; display:inline; font-weight: inherit;}

header { float: left; width: 100%; background-color: #fdf6e9; position: fixed; z-index: 100;height: 55px;}
.header-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;position: relative;height: 55px;z-index: 100;background-color: #fdf6e9; padding: 0 25px;}
.header-brand {float: left;font-size: 32px;color: #a38874; text-decoration: none; font-weight: 700; margin: 6px 0px 0px 0; font-family: 'Righteous', cursive;}
    .header-brand span{color: #61463c;}
    .header-brand img {height: 26px;margin: 0px 0px -3px 0;}

.header-flags {float: right;}
    .header-flags a {float: left; color: #fff; font-size: 14px; text-decoration: none; margin-right: 15px;}

    .header-search-m {float: right; width: 30%;}
	.header-search {float:right;width:100%;height:35px;margin:10px 0 0 0;border-radius:5px 5px 5px 5px;overflow:hidden;}
	.header-search input {float:left;border:1px solid #ccc; border-right:0;background-color:#fff;margin-left:5px;padding:0 10px;height:35px;font-size:16px;width:calc(100% - 40px);color:#333;border-radius:5px 0 0 5px;}
	.header-search button {float:left;height:35px;width:35px;text-align:center;border:1px solid #ccc;padding:7px;border-radius:0 5px 5px 0;}

	.header-sub {float:left; width:100%; background-color:#a38874;border-top:0px solid #cc953a;border-bottom:0px solid #e6c792;}
        .header-sub-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;position: relative;height: 56px;background-color: #a38874; padding: 0 25px;}

        .filters {float:left; width:100%; padding:10px 0;}
            .filters select {background-color: #fff; border: 0px solid #e6c792;color: #777;float: left;font-size: 1rem;padding: 10px 10px; width:28%; margin-right:15px; border-radius:5px;}
            .filters button{border:0px solid #000; float:left; height:39px; text-decoration:none; text-align:center; line-height:40px; background-color:#e6c792; color:#000; font-weight:600; font-size: 1rem; width:calc(16% - 45px);border-radius:5px;}

    .login_on {position: fixed; top: 10px; right: 10px; color: #fff;}
    .login_on a {float: left; background-color: #ddd;color: #333; padding: 5px 0px; width: 30px; text-align: center;}
    .login_on a.config {background-color: #005E9A;padding: 6px;}
        .login_on a.config img{width: 100%; display: block;}
    .login_on a.comment {background-color: #74B8AA;padding: 6px;}
        .login_on a.comment img{width: 100%; display: block;}
    .login_on a.new {background-color: #236F0C;padding: 6px;}
        .login_on a.new img{width: 100%; display: block;}
    .login_on a.new_cat {background-color: #009879;padding: 6px;}
        .login_on a.new_cat img{width: 100%; display: block;}
    .login_on a.logout {background-color: #cc0000;padding: 6px;}
        .login_on a.logout img{width: 100%; display: block;}

footer { float: left; width: 100%; background-color: #333; color: #fff; font-size: 14px; font-weight: 300;}
.footer-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;background-color: #333; text-align: center; padding: 20px 20px;}
    .footer-container b {display: block; font-size: 16px; margin-bottom: 10px;}
    .footer-container span {display: block; font-size: 16px; margin-bottom: 0px;}
    .footer-container a {text-decoration: none; color: #fff;}
    .footer-container a:hover {text-decoration: underline;}
	
.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:25px;text-align:left;}
.footer-col strong{display:block;margin-bottom:10px;color:#fff;}
.footer-col p{margin:0;color:#ccc;line-height:1.5;}
.footer-col ul{list-style:none;margin:0;padding:0;}
.footer-col li{margin-bottom:7px;}
.footer-col a{color:#ccc;text-decoration:none;}
.footer-col a:hover{color:#fff;text-decoration:underline;}
.footer-bottom{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;}
@media(max-width:900px){.footer-cols{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.footer-cols{grid-template-columns:1fr;}.footer-bottom{display:block;text-align:center;line-height:1.8;}}	

.header-container, .header-brand, .header-search input, .header-search a i, .header-search-m, .footer-container, .header_sub, .apps_filter, .apps_filter select, .header_sub_block a, .login_on a, .header-sub-container, .header-brand i, .filters select, .filters a, .login_on a.config, .login_on a.logout, .header-search a img, .header-search button img, .filters button, .header-search button
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Menu  \*------------------------------------*/

.header-menu {float: right; margin-right: 20px;}
.header-menu ul {list-style-type: none;margin: 0;padding: 0;overflow: hidden;}
.header-menu li {float: right;}
.header-menu li a, .header-menu .dropbtn {display: inline-block;color:#000;text-align: center;text-decoration: none; line-height: 55px; padding: 0 10px 0 10px; font-size: 15px;font-weight: 700;}
.header-menu li a:hover, .header-menu .dropdown:hover .dropbtn {background-color: #F6C692; color:#6D3C09;}
.header-menu li a i {margin: 0 4px; font-size: 15px; line-height: 55px;}
.header-menu li.dropdown {display: inline-block;}
.header-menu .dropdown-content {display: none;position: absolute;background-color: #333; min-width: 155px;z-index: 1; border-bottom: 5px solid #333;}
.header-menu .dropdown-content a {color:#fff;padding: 0px 10px;text-decoration: none;display: block;text-align: left; line-height: 35px;}
.header-menu .dropdown-content a:hover {background-color: #1B526E;}
.header-menu .dropdown:hover .dropdown-content {display: block;}
.header-menu .flags {float: right;}
.header-menu .flags .dropdown-content {min-width: 150px;right: 25px;}
.header-menu .flags .dropdown-content a {text-align: right;}

.header-menu li a, .header-menu .dropbtn, .header-menu .dropdown-content a
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Home  \*------------------------------------*/

.main-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;background-color: #fff; padding: 135px 25px 25px 25px;}
.main-container-flex {display: flex; justify-content: space-between;}
.left { float:left; width: calc(100% - 300px); padding-right: 25px;}
.full { float:left; width: 100%;}
.sidebar {float:right; width:300px; /*background-color: #ccc;*/ padding: 0px 0px 0 0px;}
.main-container:after, .left:after, .sidebar:after, .full:after  {content: "";display: table;clear: both;}

.home_image {float:left; width: 100%;margin-bottom: 20px; position: relative;height: 0;padding-bottom: 2%;background-size: cover;background-position: center 50%;}

.title_main { float: left; width: 100%; color: #333; font-size: 30px;font-weight: 700; margin: -5px 0 10px 0;}
.desc_main {float: left;width: 100%; font-weight: 400;font-size: 16px; line-height: 24px; color: #333; margin:0px 0 25px 0; text-align: justify;}
    .desc_main a {color: #00a7e1;}
    .desc_main p { margin:0px 0 20px 0;}
    .desc_main p:last-child {margin:0px 0 10px 0;}
	.desc_main span { float:left; font-size:16px; color:#333; width:60%; margin-bottom:5px;}
	.desc_main span:last-child {margin-bottom:0px;}
		.desc_main span b{color:#333; margin-right:3px; font-weight:600;}
		.desc_main span a{color:#009879; text-decoration:underline;}
		.desc_main span u{color:#009879;}
    .desc_main h2 {float: left;width: 100%;color: #333;font-weight: 700;font-size: 24px;display: block;text-align: left;border-bottom: 1px dashed #ddd;padding-bottom: 15px;margin-bottom: 10px;}
    .desc_main h3 {float: left;width: 100%;color: #333;font-weight: 700;font-size: 22px;display: block;text-align: left;margin-bottom: 15px;}
    .desc_main h4 {float: left;width: 100%;color: #333;font-weight: 700;font-size: 18px;display: block;text-align: left;margin-bottom: 15px;}

.title_cats { float: left; width: 100%; color: #333; font-weight: 700;font-size: 24px; display: block; margin:0px 0 10px 0; text-align: left;}
    .title_cats a{ color: #333;}
    .title_cats span{ float: right; color: #333; font-weight: 400;font-size: 14px; padding-top: 10px;}
        .title_cats span i{ font-size: 13px;}.title_sidebar { float: left; width: 100%; color: #333; font-weight: 700;font-size: 18px; display: block; border-bottom: 1px dashed #ddd; margin-bottom: 20px; padding-bottom: 10px}
.title_cats2 { float: left; width: 100%; color: #333; font-weight: 700;font-size: 18px; display: block; margin:0px 0 10px 0;}

.blog_box_content {float: left;width: 100%; margin: 0px 0 20px 0px;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
    .blog_box_thumb {float: left;width: 25%;border: 15px solid #fff;position: relative;transition: 200ms ease-in-out;outline: 1px dashed #ddd;}
    .blog_box_thumb.blog {width: 25%;}
    .blog_box_thumb.cats {width: 12.5%;}
    .blog_box_thumb.famosos {width: 12.5%;}
	.blog_box_thumb.famosos2 {width: 16.666%;}
    .blog_box_thumb.sidebar {width: 100%;}
		.blog_box_thumb_img {float:left;width:100%;margin-bottom:10px;position:relative;height:0;padding-bottom:55%;overflow:hidden;background-color:#eee;transition:100ms ease-in-out;}
		.blog_box_thumb_img img {position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transform:translate(-50%,-50%);transition:100ms ease-in-out;}	
	        .blog_box_thumb.cats img {float: left; width: 100%; margin-bottom: 10px;/*opacity: 0.65;*/transition: 100ms ease-in-out;}
        .blog_box_thumb.cats img:hover {opacity: 1;}
        .blog_box_thumb_img date {font-weight: 400;font-size: 14px;color: #333; position: absolute; top: 10px; right: 10px; background:#fff; padding: 1px 5px;}
            .blog_box_thumb_img date i{color: #966B32;}
		.blog_box_thumb_img.famosos {float:left;width:100%;margin-bottom:10px;position:relative;height:0;padding-bottom:100%;overflow:hidden;background-color:#eee;transition:100ms ease-in-out;border-radius:10px;}
        .blog_box_thumb b {float: left;width: 100%; color: #333;margin-bottom: 5px;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; font-weight: 600;font-size: 20px;text-align: left;}
        .blog_box_thumb.cats b{float: left;width: 100%; color: #333;margin-bottom: 5px;    display: block !important;-webkit-line-clamp: unset !important;-webkit-box-orient: unset !important;overflow: visible !important;text-overflow: unset !important; font-weight: 600;font-size: 15px;text-align: center;}
        .blog_box_thumb.sidebar b {font-size: 18px;margin-bottom: 0px;}
        .blog_box_thumb b a{text-decoration: none; color: #333;}
        .blog_box_thumb span {float: left;width: 100%; font-weight: 400;font-size: 15px; line-height: 23px; color: #333; margin:0px 0 5px 0;}
        .blog_box_thumb span.metas {background-color: #eee; padding: 5px 15px; margin:5px 0 7px 0!important; font-weight: bold;}
            .blog_box_thumb span.metas i{font-weight: normal;font-style: normal;}
			.blog_box_thumb span.metas a{color: #333;}
			
        .lines1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
        .lines2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
        .lines3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

        .blog_box_thumb a.config {position: absolute; top: 0px; left: 0px; background-color: #539fc9; padding: 5px; color: #3F6BF5; z-index: 99;}
            .blog_box_thumb a.config img{height: 20px; display: block;margin-bottom: 0px;}
        .blog_box_thumb a.delete {position: absolute; top: 31px; left: 0px; background-color: #cc0000; padding: 5px; color: #3F6BF5; z-index: 99;}
            .blog_box_thumb a.delete img{height: 20px; display: block;margin-bottom: 0px;}
        .blog_box_thumb a.flag {position: absolute; top: 5px; right: 5px; z-index: 99;}
            .blog_box_thumb a.flag img{height: 25px; width:25px; display: block;margin-bottom: 0px;border-radius:50px;border: 0px solid #fff;}

.home_filter {float:left; width:100%; margin-bottom: 25px; background-color: #f5f5f5; padding: 15px 20px;}
	.home_filter select {background-color: #fff; border: 1px solid #999;color: #777;float: left;font-size: 1rem;padding: 0px 10px; width:25%; margin-right:15px; height: 40px; margin-bottom: 0;}
	.home_filter a{ border:0px solid #000; float:left; height:40px; text-decoration:none; line-height:40px; background-color:#CDA36B; color:#fff; font-size: 1rem; width:calc(25% - 45px);position:relative;transition: 200ms ease-in-out; padding: 0 15px;}
    .home_filter a:before  {content: "\f002";font-family: FontAwesome;position:absolute;top:0px;right:10px;font-size:20px;}
    .home_filter a:hover {background-color:#C08B45;}
		
/*.home_countries {float: left;width: 100%; margin: 0px 0 20px 0px; background-color: #FDF3E7; padding: 15px;border-radius:5px;}
    .home_countries p {float: left;width: 100%; margin: 0px 0 15px 0px;text-align: center; font-weight: 700;font-size: 20px;}
    .home_countries_content {float: left;width: 100%; display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
        .home_countries_thumb {float: left;width: 20%;border: 5px solid #fff;position: relative;transition: 200ms ease-in-out;outline: 0px solid #FDF3E7;background-color: #fff; text-align: center;}
        .home_countries_thumb2 {width: 33.333%;}
        .home_countries_thumb a{float: left; width: 100%; margin-bottom: 5px; transition: 200ms ease-in-out;}
        .home_countries_thumb a.active{}
        .home_countries_thumb a:hover{}
        .home_countries_thumb img {width: 100%; margin-bottom: 0px; border:0px solid #000;border-radius:0px;}
		.home_countries_thumb span {margin-bottom: 5px!important; margin-top:0px; float:left; width:100%; font-weight:600;}*/	

.home_countries {float: left;width: 100%; margin: 0px 0 20px 0px; padding: 10px;border-radius:0px;background-color: #FDF3E7;}
    .home_countries p {float: left;width: 100%; margin: 0px 0 15px 0px;text-align: center; font-weight: 700;font-size: 20px;}
    .home_countries_content {float: left;width: 100%; display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap; background-color: #FDF3E7;}
        .home_countries_thumb {float: left;width: 20%;border: 5px solid #FDF3E7;position: relative;transition: 200ms ease-in-out;outline: 0px solid #FDF3E7;background-color: #FDF3E7; text-align: center;}
        .home_countries_thumb2 {width: 25%;}
        .home_countries_thumb a{float: left; width: 100%; margin-bottom: 5px; transition: 200ms ease-in-out;}
        .home_countries_thumb a.active{}
        .home_countries_thumb a:hover{}
        .home_countries_thumb img {width: 100%; margin-bottom: 0px; border:0px solid #000;border-radius:0px;}
		.home_countries_thumb span {margin-bottom: 0px!important; margin-top:0px; float:left; width:100%; font-weight:600;background-color: #fff; padding:5px 0;}			

#cats_more {max-height: 0;overflow: hidden;opacity: 0;transition: max-height 0.8s ease, opacity 0.6s ease;}
#cats_more.open {max-height: 3000px;opacity: 1;}

.home_header {float: left;width: 100%; margin: 0px 0 20px 0px; position:relative;height: 0;padding-bottom: 25%;background-size: cover;background-position: center 50%;border: 15px solid #fff;outline: 1px dashed #ddd; display: grid; place-items: center;}
	.home_header_content {float: left;  position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 60%;height: 60%;margin: auto; text-align: center;}
		.home_header_content b {float: left; width: 100%; margin-bottom: 20px; font-size: 40px; color: #fff;}
		.home_header_content span {float: left; width: 100%; font-size: 16px; color: #fff; margin: 20px 0 40px 0;}

.menu-horoscopo {display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:100%;padding:8px;background:#fdf6e9;border:1px solid #e6c792;border-radius:0px;box-sizing:border-box;border-bottom:0;}
.menu-horoscopo a {display:flex;align-items:center;justify-content:center;min-height:46px;padding:10px 14px;background:#fff;color:#2b2b2b;text-decoration:none;font-weight:600;font-size:16px;line-height:1.2;border:1px solid #e6c792;border-radius:5px;transition:all .25s ease;box-sizing:border-box;}
.menu-horoscopo a:hover {background:#f6efe4;border-color:#d9bc88;color:#7a4b00;transform:translateY(-1px);}
.menu-horoscopo a.activo {background:#00193a;border-color:#1e1b4b;color:#fff;}
.menu-horoscopo .inactivo {background:#f5f5f5;color:#b9b9b9;border-color:#ececec;cursor:default;pointer-events:none;box-shadow:none;}

.menu-horoscopo-periodos {display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:100%;margin:0 0 25px 0;padding:8px;background:#fdf6e9;border:1px solid #e6c792;border-radius:0px;box-sizing:border-box;}
.menu-horoscopo-periodos a {display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 12px;background:#fff;color:#5a4630;text-decoration:none;font-weight:600;font-size:15px;line-height:1.2;border:1px solid #e6c792;border-radius:5px;transition:all .25s ease;box-sizing:border-box;}
.menu-horoscopo-periodos a:hover {background:#f8efe1;border-color:#d8ba84;color:#7a4b00;transform:translateY(-1px);}
.menu-horoscopo-periodos a.activo {background:#e6c792;border-color:#f0c68f;color:#2d1b00;}
.menu-horoscopo-periodos .inactivo {background:#f5f5f5;color:#b9b9b9;border-color:#ececec;cursor:default;pointer-events:none;box-shadow:none;}

.menu-horoscopo-2 {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;margin:0 0 25px 0;padding:8px;background:#fdf6e9;border:1px solid #e6c792;border-radius:0px;box-sizing:border-box;}
.menu-horoscopo-2 a {display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 12px;background:#fff;color:#5a4630;text-decoration:none;font-weight:600;font-size:15px;line-height:1.2;border:1px solid #e6c792;border-radius:5px;transition:all .25s ease;box-sizing:border-box;}
.menu-horoscopo-2 a:hover {background:#f8efe1;border-color:#d8ba84;color:#7a4b00;transform:translateY(-1px);}
.menu-horoscopo-2 a.activo {background:#e6c792;border-color:#f0c68f;color:#2d1b00;}
.menu-horoscopo-2 .inactivo {background:#f5f5f5;color:#b9b9b9;border-color:#ececec;cursor:default;pointer-events:none;box-shadow:none;}

@media (max-width:900px) {.menu-horoscopo,.menu-horoscopo-periodos {grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:560px) {.menu-horoscopo,.menu-horoscopo-periodos {grid-template-columns:repeat(2,minmax(0,1fr));}.menu-horoscopo a,.menu-horoscopo-periodos a {font-size:14px;min-height:40px;padding:8px 10px;}}

.main-container, .left, .blog_box_thumb, .blog_box_thumb_img date, .blog_box_thumb span.metas, .home_countries, .home_countries_thumb, .home_filter, .home_filter select, .home_filter a, .blog_box_thumb_img vip, .featured, .featuredbckg, .blog_box_thumb a.config, .blog_box_thumb a.delete, .blog_box_content.destacados, .blog_box_thumb a.flag, .home_header, .menu-horoscopo a, .home_countries_thumb img
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Post    \*------------------------------------*/
.post_img_diario {float:left; width:35%; margin:0 20px 10px 0; position:relative;border: 0px solid #fff;}
.post_img_diario img{width:100%;}

.post_img {float:left;width:100%;margin-bottom:20px;position:relative;height:0;padding-bottom:55%;border:15px solid #fff;outline:1px dashed #ddd;text-align:center;overflow:hidden;box-sizing:border-box;}
.post_img img {position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transform:translate(-50%,-50%);}

.post_video {border:0px solid #fff; float:left; width:100%; padding-top: 56.25%; position: relative; margin-bottom:25px;}
	.post_video iframe {height: 100%;left: 0;position: absolute;top: 0;width: 100%;}

.toc {float: left;width: calc(100% - 356px); min-height: 280px; margin: 0px 0 20px 0;padding: 15px 20px;background-color: #f9f9f9;font-weight: 400;}
    .toc span { display: block; margin-bottom: 8px;}
    .toc span a{color: #284850; text-decoration: none; font-weight: 600;}
    .toc span a:hover{text-decoration:underline;}
    .toc span i{margin-right: 5px;}

table { border-collapse: collapse; width: 100%; table-layout: fixed; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); margin-bottom: 20px; text-align: left; }
table thead tr { background-color: #5b787f; color: #ffffff; text-align: left; }
table th, table td { padding: 14px 18px; overflow-wrap: anywhere; word-break: break-word; vertical-align: top; }
table tbody tr { border-bottom: 1px solid #dddddd; }
table tbody tr:nth-of-type(even) { background-color: #f3f3f3; }
table tbody tr.active-row { font-weight: bold; color: #009879; }
@media (max-width: 768px) { table th, table td { padding: 10px 12px; font-size: 14px; } }

.anchor { float:left; width:100%; position: relative;top: -135px;visibility: hidden;}

.screenshots {float: left;width: 100%;margin: 0px 0 20px 0;display: grid;grid-template-columns: 33.333% 33.333% 33.333%;grid-column-gap: 5px;grid-row-gap: 5px;}
.screenshots div img {width: 100%;height: auto;}
.screenshots div img:last-child {margin-right: 0px;}

.post_admin {float: left;width: 100%;margin: 0px 0 20px 0; background-color: #f9f9f9; padding: 10px;}
.post_admin .config {float: left;padding: 5px;background-color: #539fc9;}
    .post_admin .config img {height: 20px; display: block;}
.post_admin .delete {float: right;padding: 5px;background-color: #cc0000;}
    .post_admin .delete img {height: 20px; display: block;}

/*.post_img1, .post_img2, .post_img3 {background-size: cover;height: 0;background-position: center 50%;background-repeat: no-repeat;border: 10px solid #fff;outline: 1px solid #eee;width: 40%;padding-bottom: 25%;position: relative;}
.post_img1, .post_img3 {float: right;margin: 7px 0 5px 20px;}
.post_img2 {float: left;margin: 7px 20px 5px 0px;}
    .post_img1 .source, .post_img2 .source, .post_img3 .source {font-weight: 400;font-size: 12px;color: #333;position: absolute;bottom: 0px;left: 0px;background: rgba(255,255,255,0.80);padding: 2px 10px;}
    .post_img1 .source a, .post_img2 .source a, .post_img3 .source a {text-decoration: none;color: #333;}*/
	
.post_img1 { float:left; width:100%;margin-bottom:20px;}
	.post_img1 img{width:100%;}

.off {color: #ddd!important;}

.info {float: left;width: 100%;margin: 0px 0 20px 0; background-color: #f9f9f9; padding: 10px 15px;}
    .info span{float: left;width: 100%;margin: 0px 0 5px 0;}
        .info span i{font-weight: bold; font-style: normal;}
		
.postformcom a.remove2 {background-color: #cc0000; padding: 5px; color: #fff; font-size: 1rem; float: right;}
.postformcom a.remove2 img {height: 20px;display: block;float: inherit; width:inherit;background-color:inherit;}
.blog_desc {float: left;width: 100%; font-weight: 400;font-size: 16px; line-height: 24px; color: #333; margin:0px 0 25px 0; text-align: justify;}
.blog_desc p {margin: 0;  margin-bottom: 20px;}
.blog_desc p:last-child {margin-bottom: 0px;}

.signo-ficha-grid{float:left; width:100%; display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px; border:1px solid #eee; padding:10px 20px;}
.signo-ficha-grid div{padding:5px 0px 15px 0px;border-bottom:1px solid #eee;}
.signo-ficha-grid div:nth-last-child(-n+2){border-bottom:0;}
@media (max-width:767px){.signo-ficha-grid{grid-template-columns:1fr;}}

.post_info_logo, .post_info span, .styled-table th, .styled-table td, .toc, .screenshots, .post_admin, .post_admin .config, .post_admin .reset, .post_img, .post_img .source, .post_img1, .post_img2, .post_img3, .post_img1 .source, .post_img2 .source, .post_img3 .source, .info, .postformcom a.remove2, table th, .styled-table td, table th, table td, .signo-ficha-grid, .signo-ficha-grid div
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Ficha rápida  \*------------------------------------*/

.ficha_rapida{background:#fff;border:1px solid #e6e2d8;border-radius:18px;padding:22px;margin:0 0 24px 0;box-shadow:0 8px 24px rgba(0,0,0,.04);}
.ficha_rapida_head{margin-bottom:18px;}
.ficha_rapida_tag{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#f3efe5;border-radius:999px;padding:6px 12px;margin-bottom:10px;color:#6d5b38;}
.ficha_rapida h2{margin:0 0 10px 0;font-size:26px;line-height:1.25;}
.ficha_rapida h3{margin:0 0 12px 0;font-size:20px;line-height:1.3;}
.ficha_rapida p{margin:0;line-height:1.65;}
.ficha_rapida_section{margin-top:20px;}
.ficha_rapida_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.ficha_rapida_grid_small{grid-template-columns:repeat(3,minmax(0,1fr));}
.ficha_rapida_item{background:#faf8f2;border:1px solid #eee8dc;border-radius:12px;padding:12px;}
.ficha_rapida_label{display:block;font-size:13px;font-weight:700;color:#7a6a4d;margin-bottom:4px;}
.ficha_rapida_value{display:block;font-size:15px;line-height:1.45;color:#222;}
.ficha_rapida_recomendaciones{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.ficha_rapida_recomendaciones div{background:#faf8f2;border:1px solid #eee8dc;border-radius:12px;padding:14px;}
.ficha_rapida_recomendaciones b{display:block;margin-bottom:6px;}
.ficha_rapida_alerta{margin-top:18px;background:#fff5df;border:1px solid #ecd59d;border-radius:12px;padding:14px;line-height:1.55;}
.ficha_rapida_fuentes{margin-top:16px;font-size:13px;color:#666;display:flex;gap:8px;flex-wrap:wrap;}
.ficha_rapida_fuentes span:first-child{font-weight:700;color:#444;}
.ficha_rapida_fuentes a{color:inherit;text-decoration:underline;}
@media(max-width:768px){.ficha_rapida_grid,.ficha_rapida_grid_small,.ficha_rapida_recomendaciones{grid-template-columns:1fr;}.ficha_rapida{padding:18px;border-radius:14px;}.ficha_rapida h2{font-size:23px;}}

/*------------------------------------*\   Form    \*------------------------------------*/

.postform {float: left; width: 100%; padding: 0px 0 25px 0;}
    .postform input{float: left;border: 1px solid #ddd; background-color: #fff; padding: 5px; height: 35px;font-size: 16px;width: 100%; color: #333; margin-bottom: 10px;}
    .postform textarea {float: left;border: 1px solid #ddd; background-color: #fff; padding: 5px; height: 35px;font-size: 16px;width: 100%; color: #333; margin-bottom: 10px; height: 200px; font-family: 'Open Sans', sans-serif;}
    .postform select{float: left;border: 1px solid #ddd; background-color: #fff; padding: 5px; height: 35px;font-size: 16px;width: 100%; color: #333; margin-bottom: 10px;}
    .postform a {float: left;background-color: #ccc;color: #333;padding: 5px 10px;text-decoration: none;text-align: center;cursor: pointer; height: 35px;}
    .postform button {float: left;background-color: #ccc;color: #333;padding: 5px 10px;text-decoration: none;text-align: center;cursor: pointer; height: 35px; border: 0;font-size: 16px;}
    .postform label {float: left;width: 100%; color: #333; margin-bottom: 5px;}
    .postform input[type="checkbox"] {float: inherit!important;border: 1px solid #ddd; background-color: #fff; padding: 0px!important; height:auto!important;font-size: 16px;width: auto!important; color: #333; margin-bottom: 0px!important; margin-right: 10px;}
    .postformcom {float: left; width: 100%; background-color: #fff; margin-bottom: 25px;}
    .postformcom:last-child {margin-bottom: 0px;}
        .postformcom img {float: left; width: 45px; height: 45px; background-color: #ccc;}
        .postformcom .name {display: block; padding-left: 60px; font-weight: bold; text-transform: capitalize;}
        .postformcom .name b {display: block; font-size: 14px; font-weight: normal; margin-top: 5px;}
            .postformcom .name b i{color: #ffcc33;}
        .postformcom span {float: left;width: 100%; font-weight: 400;font-size: 15px; line-height: 22px; color: #333; text-align: justify; margin-top: 10px;}
        .postformcom span:first-letter {text-transform: capitalize;}

        .postformcom a.remove {background-color: #cc0000;float: right; margin-left: 5px; padding: 5px;}
            .postformcom a.remove img{width: 20px; height: 20px; display: block; background-color: inherit;}
        .postformcom b img{width: 20px; height: 20px; display: block; background-color: inherit; margin-top: 10px;}

.autor {float: left;width: 100%;margin: 0px 0 20px 0;}
.autor img {float: left;width: 110px; border-radius: 5px;}
.autor b {display: block; padding-left: 125px; margin-bottom: 10px;}
.autor span {display: block; padding-left: 125px; font-size: 14px; text-align: justify;}

.postform input, .postform textarea, .postform a, .postformcom, .postform select, .postformcom a.remove, .postformcom a.reset, .postform button, .autor img, .autor span
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Banners    \*------------------------------------*/

.banner_fixed {position: fixed;top: 120px;right: 10px;z-index: 9999;width: 300px;background-color: #ddf0dd;padding: 10px 15px;}
@media screen and (max-width: 1800px) {.banner_fixed { display:none;}}
.banner_top { float:left; width:100%; margin:0px 0 20px 0; text-align:center; background-color:#f9f9f9; min-height: 90px;}
.banner_detail_300 {float: right;width: 336px;height: 280px;margin-bottom: 20px;text-align: center;background-color:#f9f9f9;}
.banner_sidebar { float:left; width:100%; margin:0px 0 0px 0; text-align:center;background-color:#f9f9f9; min-height: 500px;}
.sticky {position: -webkit-sticky;position: sticky;top: 130px;}

.banner_home_post, .banner_fixed
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Sidebar    \*------------------------------------*/

.sidebar_home_box {float: left;width: 100%;margin: 20px 0 20px 0px;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.sidebar_home_box_thumb {float: left;width: 100%;border: 0px solid #fff;transition: 200ms ease-in-out;outline: 0px dashed #ddd; margin-bottom: 15px;}
.sidebar_home_box_thumb_img {float: left;width: 75px;transition: 100ms ease-in-out;}
    .sidebar_home_box_thumb_img img{width: 100%;border-radius: 10px;transition: 100ms ease-in-out;}
.sidebar_home_box_thumb b {float: right;width: calc(100% - 85px);font-weight: 600;color: #333;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; margin-bottom: 5px;}
.sidebar_home_box_thumb date {float: right;width: calc(100% - 85px); font-weight: 400;font-size: 14px;color: #666;}

/*------------------------------------*\   Navigation  \*------------------------------------*/

.navigation {float:left;width:100%;color:#333;font-size:14px;font-weight:400;margin:0px 0 0px 0;background-color:#f9f9f9;padding:10px 15px;}
.navigation.blog {margin-bottom:20px;}
.navigation a {color:#333;text-decoration:none;}
.navigation a:hover {text-decoration:underline;}
.navigation a:last-child {text-decoration:underline;}
.navigation span {font-weight:400;}
.navigation2 {float:left;width:100%;color:#333;font-size:14px;font-weight:400;margin:0px 0 20px 0;background-color:#2A93BD;padding:10px 15px;}
.navigation2 a {color:#fff;font-size:16px;font-weight:600;}

.navigation, .navigation2 {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/*------------------------------------*\   Pagination    \*------------------------------------*/

.pagination {float:left; width:100%; text-align:center; padding:0 10px; color:#333; margin:20px 0 40px 0;}
.pagination a {color:#333; text-decoration:none; padding:2px 15px; background-color:#eee; font-size:20px; display:inline-block; border-right:1px solid #fff; border-bottom:1px solid #fff; transition: 200ms ease-in-out;}
.pagination a:hover { background-color:#323A45; color:#fff;}
.pagination_act a {color:#fff; text-decoration:none; background-color:#323A45;}

.pagination, .pagination a
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   form    \*------------------------------------*/

.form { float:left; width:100%;}
.form textarea {font-family: 'Catamaran', sans-serif; float:left; width:100%; padding:10px; font-size:16px; margin-bottom:15px; height:100px;}
.form input[type='text'] {float:left; width:100%; padding:10px; font-size:16px; margin-bottom:15px;}
.form a { float:left; width:100px; background-color:#ccc; color:#333; padding:5px 10px; text-decoration:none; text-align:center; cursor:pointer;}
.form a:hover {background-color:#aaa;}
.form span { float:left; width:100%; color:#009900; margin-top:15px; font-size:16px;}

.form textarea, .form input[type='text'], .form a
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Admin    \*------------------------------------*/

.linksdeepl {float: left; width: 100%;}
    .linksdeepl span {float: left; width: 100%; margin-bottom: 10px;}
        .linksdeepl span a{float: left; width: 100%; padding: 6px 10px; background-color: #ddd; text-decoration: none; color: #333;}
        .linksdeepl span strong {float: right; font-weight: normal;}
a.admin_save {float: right;color: #669933;font-size: 40px;margin-top: -20px;}

.commentsad {float: left; width: 100%;}
.commentsad span {float: left; width: 100%; margin-bottom: 2px;}
.commentsad span span {float: left; width: 10%; margin-bottom: 0px; padding: 6px 10px; background-color: #bbb; text-align: center; height: 31px; color: #fff;}
.commentsad span a {float: left; width: 90%; padding: 6px 10px; background-color: #ddd;  display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; color: #333;}
.commentsad span u{float: left; width: 10%; }
.commentsad span u a{float: left; width: 100%; height: 34px; background-color: #00A708;}
.commentsad span textarea {float: left; width: 50%; height: 100px!important;}
.commentsad span .save {float: left; width: 100%; font-size: 2rem; background-color: #669966;color: #fff; margin-bottom: 20px;}

.admin_pago {float: left; width: 100%; border: 1px solid #ccc; background-color: #eee; padding: 10px; margin-top: 15px;}

.linksdeepl span, .admin_textarea_apis, .linksdeepl span a, .commentsad span span, .commentsad span a, .admin_pago
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}



.pb-0 {padding-bottom: 0;}
.mb-0 {margin-bottom: 0!important;}
.mb-5 {margin-bottom: 5px!important;}
.mb-10 {margin-bottom: 10px!important;}
.mb-20 {margin-bottom: 20px!important;}
.mb-25 {margin-bottom: 25px!important;}
.mt--10 {margin-top: -10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.ml-30 {margin-left: 30px!important;}
.w-100 {width: 100%!important;}
.w95 {width:95%!important;}
.w75 {width: 75%!important;}
.w50 {width: 50%!important;}
.w45 {width: 45%!important;}
.w25 {width: 25%!important;}
.h50 {height: 50px!important;}
.h75 {height: 75px!important;}
.h300 {height: 300px!important;}
.h375 {height: 375px!important;}
.h400 {height: 400px!important;}
.bb-0 {border-bottom: 0!important;}
.br-0 {border-right: 0!important;}
.bb-dotted {border-bottom: 1px dashed #ddd;margin-bottom: 20px;padding-bottom: 10px;}
.bb-dotted2 {border-bottom: 1px dashed #666!important;margin-bottom: 20px!important;padding-bottom: 10px!important;}

@media screen and (max-width: 1180px) {
.header-container {padding: 0 15px;}
.header-menu, .header-flags {display:none;}
.header-brand img {display:none;}
.header-brand {margin-right: 0px;font-size:23px; margin-top:13px;}
.header-sub-container {padding: 0 10px;}
.main-container {padding: 130px 20px 25px 20px;}
.main-container-flex {display: inherit; justify-content: inherit;}   
.left {width: 100%; padding-right: 0px;}
.sidebar {float:left; width:100%; margin-top: 20px;}
.blog {padding: 0px 0px; color: #fff;}
.blog_box_thumb {width: 100%; margin-bottom: 0px;}
.blog_box_thumb.blog {width: 100%;}
.banner_home_post {width: 100%; margin-bottom: 10px;}
.navigation {display:none;}
.header-search {position: fixed; left: 15px; top: 55px; width: 92%;}

}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px) {
/*.header-brand {font-size: 26px;}*/
.blog_box_thumb span, .blog_desc {text-align: inherit;}
.blog_box_thumb_img.post {margin: -20px 0 5px -20px; width: calc(100% + 40px); padding-bottom: 60%;}
.blog_box_thumb_img.home {padding-bottom: 75%;}
.blog_box_thumb_img.home span b {font-size: 32px;}
.blog_box_thumb_img.home span u {font-size: 20px;}
.property-container {width: 100%; border-right:0px solid #fff;}
.login_on {display: none;}
.home_filter select {width:100%; margin-right:0px; margin-bottom: 10px;}
.home_filter a{width:100%;}
.home_countries_thumb {width:50%;}
.toc {width: 100%;}
.title_cats span {display:none;}
.post_img1, .post_img2, .post_img3 {float: left;margin: 5px 0 15px 0px; width: 100%;padding-bottom: 60%;}
.blog_box_thumb.cats {width: 50%;}
.filters  {display: none;}
.banner_detail_300 {width: 100%;}
.home_header {display:none;}
}