@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Righteous');

body, html {font-family: 'Roboto', sans-serif; margin:0; padding:0; height:100%; -webkit-text-size-adjust: 100%; background-color: #eee; 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 {width:100%; position:fixed; top:0; left:0; background-color:#333; z-index:100; height:50px;}
	.header_in {max-width:1124px; height:50px; margin:0 auto}
		a.logo { float:left; font-family: 'Righteous', cursive; font-size: 28px; line-height:28px; color:#fff; text-decoration:none; margin:10px 0 12px 0;}
            a.logo img{ float:left; margin:4px 6px 0 0; height: 20px;}
            a.logo span b{ color:#3AC2D0;}
			
		.header_search { float:right; margin:10px 0 10px 10px; transition: 100ms ease-in-out; width: 500px;}
			.header_search input{ float:left; border:1px solid #fff; background-color:#fff; padding:0px 10px; height:30px; font-size:16px; width: calc(100% - 30px); color:#333;}
            .header_search .search_btn{float:left;height:30px;width:30px;background-color:#ddd;background-repeat:no-repeat;background-position:center;background-size:16px 16px;border:0;cursor:pointer;}

        .header_flags {float:right;margin:10px 0px 0 10px;background-color:#fff;cursor:pointer;padding:0px 10px 0px 5px;position:relative;text-align:center;width:70px;transition: 50ms ease-in-out;}
        .header_flags:hover { background-color:#fff; }
        .header_flags a {float:left;width:100%;}
        .header_flags a img{float:left;height:30px;width:30px;display:block;border-radius:30px;border:5px solid #fff;}
        .header_flags a span{float:left;vertical-align:middle;line-height:0;color:#333;font-size:14px;margin:16px 0 0px 5px;}
        .header_flags_box {position:absolute;top:30px;left:0px;background-color:#fff;padding:0px 0px 0px 5px;width:70px;display:none;border-top:10px solid #333;}
        .header_flags:hover .header_flags_box {display:block;}
        .header_flags_box a {transition:100ms ease-in-out;}
        .header_flags_box a:hover {opacity:0.50;filter: grayscale(100%);}
        .header_flags_box a:first-child { margin-top:3px; }
        .header_flags_box a:last-child  { margin-bottom:3px; }
				
		.header_sub {float:left; width:100%; background-color:#666; padding:10px 10px 0px 10px; height:50px;}
		
			.tipo { float:left; width: 100%;}
				.tipo a { float:left; background-color:#999; padding:0 10px; border-right:1px solid #666; font-size:16px; font-weight:300; line-height:30px; text-decoration:none; color:#fff; transition: 200ms ease-in-out; /*width: 16.666%; text-align: center;*/}
				.tipo a:hover, .tipo a.active { background-color:#3AC2D0; color:#fff;}

        .header_sub_block {float: left;width: 100%;margin-bottom: 10px;}
            .header_sub_block a {float: left;width: 100%;background-color: #666;padding: 0 10px;margin-left: 1px;font-size: 16px;font-weight: 300;line-height: 30px;text-decoration: none;color: #fff; margin-bottom: 5px;}
            .header_sub_block a:hover { background-color:#3AC2D0; color:#fff;}

        .login_on { float: left; margin: 10px 0 0 15px; color: #fff;}
            .login_on a {float:left; text-align: center; width: 30px; height: 30px;}
            .login_on a.config{background-color: #999;}
                .login_on a.config img {height: 30px; padding: 6px;}
            .login_on a.upload{background-color: #3AC2D0;}
                .login_on a.upload img {height: 30px; padding: 6px;}
            .login_on a.top{background-color: #00C310;}
                .login_on a.top img {height: 30px; padding: 6px;}
            .login_on a.deepl2{background-color: #fff;}
                .login_on a.deepl2 img {height: 30px; padding: 6px;}
            .login_on a.cache{background-color: #ff9900;}
                .login_on a.cache img {height: 30px; padding: 6px;}
            .login_on a.logout{background-color: #cc0000;}
                .login_on a.logout img {height: 30px; padding: 6px;}

.header, .header_sub, .header_flags, .header_flags a img, .header_flags_box, .header_selects select, .tipo a, .header_sub_block a, .header_search a, .login_on a, .header_search input, .header_search a, .login_on a.config img, .login_on a.upload img, .login_on a.deepl2 img, .login_on a.cache img, .login_on a.logout img, .login_on a.top img, .header_search a img
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

.pagewrap {padding: 120px 20px 20px 20px; max-width: 1124px; margin: 0 auto; z-index:50; position:relative; background-color:#fff;}
.pagewrap_flex {display: flex; justify-content: space-between;}
.left { float:left; width: calc(100% - 300px); padding-right: 20px;}
.full { float:left; width: 100%;}
.sidebar {float:right; width:300px;}
.pagewrap:after, .left:after, .sidebar:after {content: "";display: table;clear: both;}

	.navigation {float:left; width:100%; color:#000; font-size:14px; font-weight:300; background-color:#eee; padding:7px 15px 7px 15px; margin:0px 0 0px 0;}
		.navigation a{ color:#000; text-decoration:none;}
		.navigation a:hover { text-decoration:underline;}
		.navigation a:last-child { text-decoration:underline;}
		.navigation span{font-weight:400;}

	.owl-carousel { float:left; margin:0px 0 20px 0px; position:relative;}
	.owl-carousel .item { background-color:#eee; background-size: cover; background-repeat:no-repeat; background-position:center 50%; height:0; padding-bottom:135%; transition: 200ms ease-in-out;}
		.owl-carousel .item span{ position:absolute; bottom:0px; width:100%; font-family: 'Righteous', cursive; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8); color:#fff; font-size:1.4rem; line-height:24px; padding:15px 25px; z-index:999; background-color: rgba(0, 0, 0, 0.5);}

	/*.owl-carousel { float:left; margin:0px 0 20px 0px; position:relative;}
	.owl-carousel .item { background-color:#eee; background-size: cover; background-repeat:no-repeat; background-position:center 50%; height:0; padding-bottom:49%; transition: 200ms ease-in-out;}
		.owl-carousel .item span{ position:absolute; bottom:15px; width:100%; font-family: 'Righteous', cursive; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8); color:#fff; font-size:24px; line-height:24px; padding:0 25px; z-index:999;}*/

.pixelate {image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor; position: relative;}

	.title {float:left; width:100%; font-size: 26px; color:#000; margin-bottom:20px; border-bottom:1px dashed #ddd; padding-bottom:10px; font-family: 'Righteous', cursive; text-transform:uppercase;}
        .title span{color:#3AC2D0;}
	.subtitle {float:left; width:100%; font-size: 16px; background-color:#eee; color:#000; padding:5px 10px; margin-bottom:20px; font-family: 'Righteous', cursive; text-transform:uppercase;}
	.description {float:left; width:100%; font-size: 14px; line-height: 24px; text-align:justify; color:#000; margin-bottom:20px;}
    .description p { margin: 0; padding: 0;  margin-bottom:20px;}
	.description p:last-child {margin-bottom:0px;}
	.description a {color:#3399cc;}
	
	.home_box_content {float:left; width:100%; margin:0px 0 20px 0px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
		.home_box_thumb {float:left; width:100%; border:10px solid #fff; transition: 200ms ease-in-out; outline: 1px dashed #ddd; position:relative;}
		.home_box_thumb:hover .home_box_thumb_img {-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.50; filter: alpha(opacity=50);}
			.home_box_thumb_img {float:left; width:260px; height: 0; padding-bottom: 173px; margin-bottom:10px; transition: 100ms ease-in-out; background-size: cover; background-position: 50% 50%;}
			.home_box_thumb_img.popular {width:100px; padding-bottom: 67px; margin-bottom:0px;}
			.home_box_thumb b {float: right;width: calc(100% - 280px);font-weight: 700;font-size: 20px;line-height: 26px;color: #000;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
			.home_box_thumb b.popular {width: calc(100% - 110px);font-size: 14px;line-height: 18px;margin-bottom: 5px;}
            .home_box_thumb span {float: right;width: calc(100% - 280px);font-weight: 400;font-size: 14px;line-height: 22px;color: #000;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
            .home_box_thumb_type {float: right;width: calc(100% - 280px); background-color:#eee; margin-bottom:10px; text-align:left; padding:8px 10px; font-size: .8rem; color: #333;}
                .home_box_thumb_type a{color: #333;}
            .home_box_thumb_type.popular {width: calc(100% - 110px); margin-bottom:20px; padding:5px 10px; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; line-height: 20px; margin-bottom: 0;}
                .home_box_thumb_type u {float: left; width: 85%;}
                .home_box_thumb_type strong {float: right; text-align: right; width: 15%;}
		/*.home_box_thumb span { position: absolute; top: 0px; right: 0px; color:#000; background-color:#fff; padding:5px 10px; font-size: .8rem;}*/

        @media screen and (max-width: 900px) {.home_box_thumb {width:33.333%;}}
		@media screen and (max-width: 700px) {.home_box_thumb {width:50%;}}
		@media screen and (max-width: 500px) {.home_box_thumb {width:100%;}}

    .home_box_thumb a.config { position: absolute; top: 5px; left: 5px; background-color: #999; z-index: 999;}
    .home_box_thumb a.config img {height: 30px; padding: 5px;display: block;}
    .home_box_thumb a.link { position: absolute; top: 5px; left: 35px; background-color: #3AC2D0; z-index: 999;}
    .home_box_thumb a.link img {height: 30px; padding: 5px;display: block;}
    .home_box_thumb a.delete { position: absolute; top: 5px; left: 225px; background-color: #cc0000; z-index: 999;}
    .home_box_thumb a.delete img {height: 30px; padding: 5px;display: block;}

.filters {float: left;width: 100%;margin-bottom: 20px;}
    .filters a {float: left;padding: 5px 0px;cursor: pointer;font-size: 1rem;line-height: 1.5rem;text-align: center;background-color: #ccc;color: #fff;width: 7.69%;border-bottom: solid 1px #fff;border-right: solid 1px #fff;transition: 200ms ease-in-out;text-decoration: none;}
    .filters a:hover, .filters a.active { background-color:#3AC2D0; color:#fff; }

.filters2 {float: left;width: 100%;margin-bottom: 20px;}
    .filters2 a {float: left;padding: 5px 0px;cursor: pointer;font-size: 1rem;line-height: 1.5rem;text-align: center;background-color: #ccc;color: #fff;width: 33.333%;border-bottom: solid 1px #fff;border-right: solid 1px #fff;transition: 200ms ease-in-out;text-decoration: none;}
    .filters2 a:hover, .filters2 a.active { background-color:#3AC2D0; color:#fff; }

.listbox {float: left;width: 100%;margin-bottom: 20px;}
    .listbox .column {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
        .listbox .column a{float: left;width: 100%;margin-bottom: 5px; color:#3399cc; text-decoration: none;}
        .listbox .column a:hover{text-decoration:underline;}

hr {float: left;width: 100%;margin: 0px 0 30px 0; border-color: #000;}

.pagewrap, .left, .navigation, .subtitle, .home_box_thumb, .home_box_thumb_type, .home_box_thumb span, .home_box_thumb_type u, .filters a, .filters2 a, .owl-carousel .item span, .home_box_thumb a.config img, .home_box_thumb a.link img, .home_box_thumb a.delete img
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Detail    \*------------------------------------*/

.detail_info { float:left; width:calc(100% - 356px); margin-bottom:20px; position:relative;}
	.detail_info_logo {float:left; width:100%; transition: 200ms ease-in-out; margin-bottom:15px;}
    .detail_info_logo img{max-width:100%;}
	.detail_info_type {float:left; width:100%; background-color:#333; color: #3AC2D0; padding:5px 10px;}
        .detail_info_type a {color: #fff; background-color: #3AC2D0; border-radius: 0px; padding:2px 6px; text-decoration: none; margin-right: 5px; line-height: 28px;}

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

.detail_tech { float:left; width:100%; margin-bottom:20px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
	.detail_tech span {float:left; width:100%; border:10px solid #fff; outline: 1px dashed #ddd; font-size:15px;}
		.detail_tech span a{color:#3399cc; text-decoration:none;}

div.featured {background-color: #333;position: absolute;top: 0;left: 0px;cursor: pointer;padding: 1px;z-index: 100;font-size: 16px;line-height: 12px;height: 20px;width: 20px;text-align: center;}

.detail_desc {float:left; width:100%; font-size: 14px; line-height: 24px; margin-bottom:20px; text-align:justify; color:#000;}
	.detail_desc b { font-weight:600;}
	.detail_desc strong { font-weight:600;}
	.detail_desc a { color:#3399cc; font-weight:600;}
	.detail_desc img { width:300px; max-width: 100%;margin: 20px 0 25px 0;display: block;}		
.detail_desc2 {float:left; width:calc(100% - 320px); font-size: 14px; line-height: 24px; margin-bottom:20px; text-align:justify; color:#000;}
	.detail_desc2 b { font-weight:600; text-transform:uppercase;}
.detail_desc.success { background-color:#339900; padding:10px 20px; color:#fff;}

.text-overflow {height:120px;display:block; overflow:hidden;word-break: break-word;word-wrap: break-word;}
.btn-overflow {display: none;text-decoration: underline; font-size: 14px; margin-bottom:25px; font-weight:bold; color: #3399cc; cursor:pointer; float:left;}

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

a.download {float:left; padding:20px 15px 25px 15px; text-align:center; font-size:20px; color:#fff; text-decoration:none; margin-bottom:20px; text-shadow: 1px 1px #555; clear:both; width:100%; outline: 1px dashed #fff; outline-offset: -8px; position:relative; display: table; transition: 100ms ease-in-out; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/ background-color: #3AC2D0;}
a.download:hover {background-color: #207E88;}
	a.download span{ display:block;}
	a.download i { display:block; font-style:normal; margin-top:10px; font-size:60px;}
	a.download img {width:160px; margin:15px 0 0px 0; border:1px solid #fff;}

.download_buttons {float:left; width: calc(100% + 10px); margin-bottom: 20px; margin-left: -5px;}
a.download2 {float:left; width: 50%; /*min-height: 235px;*/ padding:25px 15px 25px 15px; text-align:center; font-size:20px; color:#fff; text-decoration:none; text-shadow: 1px 1px #555;  outline: 1px dashed #fff; outline-offset: -15px; transition: 100ms ease-in-out; border: 5px solid #fff; background-color: #3AC2D0; position: relative;}
a.download2:hover {background-color: #207E88;}
	a.download2 span{ display:block; margin-top: 15px;}
    	a.download2 span img {height: 20px;}
    a.download2 img {height: 50px;}
	a.download2 i {font-style:normal; font-size:1rem;}
	a.download2 u {display:block; margin-top: 5px; text-decoration: none; font-size: .9rem;}
	a.download2 .extern { position: absolute; top: 20px; right: 20px;}
    /*a.download2.dos{background-color: #3AC2D0;}
    a.download2.mac{background-color: #3AC2D0;}*/

.toc { float:left; width:100%; margin-bottom:20px; padding:15px 20px; background-color:#f9f9f9;}
	.toc ul { margin:0;  padding:0; list-style: none; padding-left: 5px;}
		.toc ul li{ line-height:27px;}
		.toc ul li a { color:#3399cc;}
			.toc ul li a i{float:right;}

.detail_info_type, a.download, a.download img, .detail_tech span, .screenshots div, .detail_info_type a, .toc, a.download2, div.featured
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

.pagination {float:left; width:100%; text-align:center; background-color:#fff; padding:0 10px; color:#000; margin:30px 0 10px 0;}
.pagination a {color:#000; 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:#3AC2D0; color:#fff;}
.pagination a.pagination_act {color:#fff; text-decoration:none; background-color:#3AC2D0;}

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

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

.banner_home_top { float:left; width:100%; margin:0px 0 20px 0; text-align:center;}
.banner_sidebar { float:left; width:100%; height: 650px; margin:0px 0 0px 0; text-align:center;background-color:#fff;}
.banner_detail_top { float:left; width:100%; margin:0px 0 20px 0; text-align:center;background-color:#fff;}
.banner_detail_300 { float:right; width:336px; height:280px; margin-bottom:20px; text-align:center;background-color:#fff;}
.banner_detail_download { float:left; width:100%; margin-bottom:25px; text-align:center;background-color:#fff;}
.sticky {position: -webkit-sticky;position: sticky;top: 120px;}

.google-auto-placed { margin:10px 0;}

/*------------------------------------*\   404    \*------------------------------------*/

.notfound_box { float:left; width:100%; padding:35px 35px 45px 35px;  background-color:#ccc; margin-bottom:25px;}
.notfound_box b{ float:left; width:100%; color:#fff; font-size:40px; text-align:center; margin-bottom:10px;}
.notfound_box span { float:left; width:100%; color:#fff; font-size:1rem; line-height:1.5rem; text-align:center; margin-bottom:35px; text-transform:uppercase;}
.notfound_search { float:left; position:relative; width:100%;}
	.notfound_search input{ float:left; height:35px; border:0px solid #ccc; background-color:#fff; padding:5px 10px; font-size:16px; width:100%; color:#333;}

.notfound_box
{-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 input[type='email'] {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 button { float:left; width:100px; background-color:#ccc; color:#333; padding:5px 10px; text-decoration:none; text-align:center; cursor:pointer; border: 0;}
.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, .form input[type='email'], .form button
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Footer    \*------------------------------------*/

.footer { margin:0 auto; max-width: 1124px; position:relative; z-index:20; background-color:#ddd;}
.footer:after {content: "";display: table;clear: both;}
	.footer_social {float:left; width:100%; padding:15px 20px; text-align:center;}
		.footer_social img { width:36px; margin:0 5px;  background-color:#666; padding:6px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
		.footer_social img:hover {background-color:#333;}
	.footer_copy {float:left; width:100%; padding:15px 20px 15px 20px; text-align:center; font-size:14px; color:#000;}
		.footer_copy a{ text-decoration:none; color:#000;}
		.footer_copy a:hover{ text-decoration: underline;}

.footer, .footer_1, .footer_2, .footer_social, .footer_copy, .footer_social img
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Footer Cookies   \*------------------------------------*/

/*.footerCookies { position:fixed; bottom:20px; right:20px; width:350px; padding:15px; background-color:#3AC2D0; z-index:999; text-align:center; display:none;}*/
.footerCookies { position:fixed; bottom:0px; right:0px; width:100%; padding:15px; background-color:#3AC2D0; z-index:999; text-align:center; display:none;}
	.footerCookies span { float:left; width:100%; color:#fff; font-size:15px; margin-bottom:15px;}
	.footerCookies span:after {content: "";display: table;clear: both;}
		.footerCookies span a{ color:#fff; font-weight:600;}
	.footerCookiesClose { margin:0 auto; width: 100px; display:block; background-color: #333;color: #fff;padding: 5px 10px;text-decoration: none;text-align: center;cursor: pointer; margin-bottom:5px;}		
	.footerCookiesClose:hover { background-color:#a52507;}		

.footerCookies, .footerCookiesClose
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

.header_login { float:right; margin-top:10px;}
	.header_login input{ float:left; height: 28px;border: 1px solid #333; background-color: #fff;padding: 5px 10px;font-size: 16px;color: #333;}

.admin_urls { float:left; width:100%;}
	.admin_urls input[type=text], .admin_urls input[type=file], .admin_urls input[type=email], .admin_urls select { float:left; width:100%; height: 35px;border: 1px solid #ccc; background-color: #fff;padding: 5px 10px;font-size: 16px;color: #333; margin-bottom:10px;}

/*a.admin_save { float:right; margin-top:-15px; background-color: #00C310;}
a.admin_save img {height: 30px; padding: 5px;display: block;}*/
button.admin_save { float:right; margin-top:-15px; background-color: #00C310; border: 0; padding: 7px 7px; color: #fff; font-weight: bold; cursor: pointer;}
/*button.admin_save img {height: 30px; padding: 5px;display: block;}*/
a:hover.admin_save {color:#336600;}
a.admin_link1 { float:right; background-color: #3399cc; margin-top:-15px;}
a.admin_link1 img {height: 30px; padding: 5px;display: block;}
a.admin_copy {float:right; width: 4%; padding:8px 0px 8px 0px; background-color: #3399cc; cursor: pointer;height: 35px;}
a:hover.admin_copy {background-color: #246D91;}
a:active.admin_copy {background-color: #16445B;}
.deepl { float:right; background-color:#062c49; padding:5px 10px; margin:-15px 30px 0px 0;}
	.deepl input[type=checkbox] { float:left; zoom: 1.3; margin:2px 0 0 0;} 	
	.deepl input[type=checkbox] + label { float:left; margin:2px 0 0 5px; color:#fff; font-size:14px;} 	
	.deepl input[type=checkbox]:checked + label { color: #cc0000;} 
a.tag12 { float:right; background-color:#3399cc; color:#fff; padding:5px 10px; margin:-15px 30px 0px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor:pointer;}

.tabs {position: relative;float:left; width:100%; margin:0px 0 20px 0; min-height:420px;}
.tabs:after {content: "";display: table;clear: both;}
.tab {float: left;}
.tab label {background: #eee; padding: 8px 10px 7px 10px; border: 1px solid #ccc; margin-left: -1px; position: relative;left: 1px; cursor:pointer;}
.tab [type=radio] {display: none;}
.content {position: absolute;top: 26px;left: 0;background: white;right: 0;bottom: 0;padding: 20px;border: 1px solid #ccc; }
[type=radio]:checked ~ label {background: white;border-bottom: 1px solid white;z-index: 2;}
[type=radio]:checked ~ label ~ .content {z-index: 1;}

.content input{ float:left; width:100%; height: 35px;border: 1px solid #ccc; background-color: #fff;padding: 5px 10px;font-size: 16px;color: #333; margin-bottom:15px;}
textarea.admin_desc {float:left; width:100%; height: 300px;border: 1px solid #ccc; background-color: #fff;padding: 5px 10px;font-size: 11px; line-height:16px; color: #333; font-family: 'Catamaran', sans-serif; margin-bottom:15px;}

.content input[type='button'] { float:none; display:block; border: 0px solid #000; text-align: center; width:30px; height: 30px !important; background-color: #3399cc; color: #fff; font-size: 0.9rem; padding: 0 7px; cursor: pointer; margin-bottom:-30px; margin-left:-330px;}
.content input[type='button']:hover {background-color: #006699;}

.linksdeepl {float: left; width: 100%;}
    .linksdeepl span {float: left; width: 100%; margin-bottom: 10px;}
        .linksdeepl span span {float: left; width: 10%; margin-bottom: 0px; padding: 6px 10px; background-color: #bbb; text-align: center; height: 31px; color: #fff;}
        .linksdeepl span a{float: left; width: 90%; padding: 6px 10px; background-color: #ddd;}
        .linksdeepl span u{float: left; width: 10%; }
            .linksdeepl span u a{float: left; width: 100%; height: 31px; background-color: #00A708;}
        .linksdeepl span i{ margin-left: 10px; background-color: #178C00; color: #fff; padding: 0 3px; font-size: .8rem; font-style: normal;}

.admin_img {float: right;width: 46px;}

.admin_iframe {position: absolute;top: 55px;left: 5px; background-color: #ccc;}
    .admin_iframe iframe {width: 250px;height: 150px;}

.admin_imgs {float: left;width: 100%;}
.admin_img {position: relative;float: left;width: 10%;}
.admin_img img {width: 100%;}
.admin_img a.delete {position: absolute;z-index: 999999;background-color: #fff;width: 20px;text-align: center;font-weight: bold;color: #cc0000;text-decoration: none;}



.header_login input, .admin_urls, .admin_urls i, .admin_urls svg, .admin_urls input[type=text], .admin_urls input[type=file], .admin_urls select, .admin_videos, .admin_videos i, .admin_videos svg, .admin_videos input, .tab label, .content, .content input, textarea.admin_desc, textarea.admin_news, .content input[type='button'], .deepl, .tag12, a.google, .a.amazon, .admin_blog, .admin_blog input[type="text"], .admin_blog input[type="file"], .admin_blog textarea, .textarea_buttons .button, .admin_blog select, .admin_blog input[type="date"], .linksdeepl span a, .linksdeepl span u, a.admin_copy, .linksdeepl span span, .admin_img a.delete, a.admin_link1 img, a.admin_save img, button.admin_save, .admin_urls input[type=email]
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   popup    \*------------------------------------*/

#popup {position: fixed; top:0; left:0; width:100%; height:100%; background-image:url(../img/transparency_b75.png); z-index:99999999; background-color: rgba(0, 0, 0, 0.8); }
.popup_box { width:400px; height:225px; background-color:#fff; color:#fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; border:0px solid #000; padding: 25px; position: relative;}
.popup_box span { float:left; width:100%; font-size:18px; line-height:24px; font-weight:400; color:#000;}
.popup_box span b { float: left; width: 100%; font-weight: normal; color: #ccc; font-size: 14px; margin-top: 20px;}
#seconds { margin-top: 30px; font-size: 40px; font-weight: bold; color: #3399cc;}
.popup_box span a {color: #3399cc;}
/*.popup_box a.button { width:200px; background-color:#3399cc; color:#fff; text-decoration:none; padding:5px 15px; font-size:18px; font-weight:300; transition: 100ms ease-in-out;}
.popup_box a.button:hover { background-color:#006699;}*/
.popup_box a.close { position: absolute; top: 5px; right: 10px; color: #666; font-size: 20px; cursor: pointer;}

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

/*------------------------------------*\   carousel    \*------------------------------------*/

.simple-slider {position: relative;width: 100%;overflow: hidden;margin: 0px auto 20px auto;}
.simple-slider-track {display: flex;gap: 20px;transition: transform 0.5s ease;}
.simple-slide {flex: 0 0 calc(33.333% - 14px);height: 333px;overflow: hidden;}
.simple-slide img {width: 100%;height: 100%;object-fit: cover;display: block;}
.simple-slider-btn {position: absolute;top: 50%;transform: translateY(-50%);background: rgba(0,0,0,0.6);color: #fff;border: none;font-size: 30px;width: 45px;height: 60px;cursor: pointer;z-index: 5;}
.simple-slider-btn:hover {background: rgba(0,0,0,0.85);}
.simple-slider-prev { left: 0; }
.simple-slider-next { right: 0; }
@media (max-width: 900px) {.simple-slide {flex: 0 0 calc(50% - 10px);height: 360px;}}
@media (max-width: 500px) {.simple-slide {flex: 0 0 100%;height: 300px;}}

/*------------------------------------*\   galería    \*------------------------------------*/

.screenshots {width:100%; margin:0 0 20px 0; display:grid; grid-template-columns:repeat(3, 1fr); gap:10px;}
.screenshots .popup-gallery {position:relative; background:#000; overflow:hidden; width:auto;}
.screenshots .popup-gallery a {display:block;}
.screenshots img {width:100%; height:auto; display:block; image-rendering:pixelated; cursor:zoom-in; transition:transform 0.2s ease, opacity 0.2s ease;}
.screenshots .popup-gallery:hover img {transform:scale(1.03); opacity:0.9;}

@media screen and (max-width:900px) {.screenshots {grid-template-columns:repeat(2, 1fr);}}
@media screen and (max-width:500px) {.screenshots {grid-template-columns:repeat(2, 1fr); gap:8px;}}

/* =========================================================
   POPUP IMÁGENES
   ========================================================= */

#img-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#img-popup img {
    max-width: 90%;
    max-height: 90%;
    image-rendering: pixelated;
}

/* Botón cerrar */
#img-popup .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
}

/* Flechas navegación */
#img-popup .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    padding: 10px;
    z-index: 2;
    opacity: 0.7;
}

#img-popup .nav:hover {
    opacity: 1;
}

#img-popup .prev {
    left: 20px;
}

#img-popup .next {
    right: 20px;
}

/* Ajustes móvil */
@media (max-width: 600px) {
    #img-popup .nav {
        font-size: 40px;
    }

    #img-popup .close {
        font-size: 32px;
        top: 10px;
        right: 15px;
    }
}






@media screen and (max-width: 1200px) {
.header_in {padding:0 20px}
.header_sub {width: calc(100% + 40px); margin-left:-20px; padding:10px 10px 0px 10px;}
.tipo {margin-right: 0px;}
.left { float:left; width: 100%; padding-right: 0px;}
.sidebar {float:left; width:100%; margin-top:10px;}
.pagewrap_flex {display: inherit; justify-content: inherit;}
}

@media screen and (max-width: 900px) {
.tipo {display:none;}
.header_search { position:fixed; top:60px; left:10px; margin:0; width:calc(100% - 20px);}
.header_flags {display:none;}
.filters a{width:10%;}
}

@media screen and (max-width: 800px) {
.detail_info { float:left; width:100%;}
.banner_detail_300 { float:left; width:100%; height: inherit;text-align:center;}
.filters a{width:16.6666%;}
/*.screenshots div {width: 50%;}
.screenshots div img{height: 125px;}*/
}

@media screen and (max-width: 600px) {
a.close {margin-right:35px;}
.navigation {display:none;}
.description, .detail_desc, .detail_desc2, .comment span, .blog_desc {text-align: inherit;}
.home_box_thumb_img {width:100%; padding-bottom: 67%;}
.home_box_thumb b {float: right; width:100%;}
.home_box_thumb span {float: right;width:100%;}
.home_box_thumb_type {float: right;width:100%;}
.filters a{width:25%;}
a.download2 {width: 100%;}
a.download2 img {height: auto; max-width: 90%;}
/*.pagewrap {padding: 100px 20px 20px 20px;}*/
.owl-carousel {margin:-20px 0 20px -20px; width: calc(100% + 40px)!important;}
.login_on {display: none;}
.popup_box { width:100%; border: solid 20px #333; height:275px;}
}

@media screen and (max-width: 480px) {
/*.footerCookies {right:0px; width:100%; border:20px solid #fff;}*/
.footerCookies {right:0px; width:100%; border:0px solid #fff;}
}




.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.mb0 { margin-bottom:0 !important;}
.w95 {width:95%!important;}
::-webkit-input-placeholder { color:#ddd;}
::-moz-placeholder {color:#ddd;}
:-ms-input-placeholder {color:#ddd;}
:-moz-placeholder {color:#ddd;}							