@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: #e4eff5; 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: #e4eff5; padding: 0 25px;}
.header-brand {float: left;font-size: 28px;color: #2088c2; text-decoration: none; font-weight: 700; margin: 9px 10px 0px 0; font-family: 'Righteous', cursive;}
    .header-brand span{color: #2088c2;}
    .header-brand img{ height: 26px; margin: 0px 0px -4px 0;}

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

	.header-sub {float:left; width:100%; background-color:#539fc9;}
        .header-sub-container {width: 1200px; max-width: 100%; margin-right: auto;margin-left: auto;position: relative;height: 55px;background-color: #539fc9; padding: 0 25px;}

    .header_selects {float:left; margin-top: 12px;}
        .header_selects select {border:1px solid #fff; background-color:#fff; padding:0px 10px; height:30px; font-size:16px; float:right; margin:0px 0px 0 10px; color:#999;}
        .header_selects select:nth-child(1) {max-width:250px;}
        .header_selects select:nth-child(2) {max-width:200px;}
        .header_selects span {float:right; margin:7px 0px 0 0px; color: #fff;}

    .header-search {float: left; width: 100%; background-color: #fff; height: 35px; margin: 10px 0px 0 0;}
    .header-search input {float: left;border: 0px solid #fff;background-color: #fff;margin-left: 5px;padding: 0px 10px;height: 35px;font-size: 16px;width: calc(100% - 45px);color: #333;}
    .header-search a i {float:left;background-color: #fff; color: #666; height: 35px; width: 35px; text-align: center; font-size: 16px; line-height: 35px; border-left: 1px solid #ccc;}
    .header-search a img {float:left;background-color: #fff;height: 35px; text-align: center; border-left: 1px solid #ccc; padding: 7px;}
    .header-search button {border: none;background: none;padding: 0;margin: 0;cursor: pointer;float: left;height: 35px;background-color: #fff;}
    .header-search button img {height: 35px;background-color: #fff;padding: 8px;}

    .login_on {position: fixed; top: 10px; right: 10px; color: #fff;}
    .login_on a {float: left; background-color: #ddd;color: #333; padding: 5px 7px; text-align: center;}
    .login_on a.cache {background-color: #ff9900;color: #fff;}
    .login_on a.config {background-color: #539fc9;color: #fff;}
    .login_on a.logout {background-color: #cc0000;color: #fff;}
        .login_on a img {height: 18px;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: 10px;}
    .footer-container a {text-decoration: none; color: #fff;}
    .footer-container a:hover {text-decoration: underline;}

.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, .header-search a img, .header-search button img
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

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

/*.header-menu {float: right; width: calc(100% - 200px);}*/
.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:#2088c2;text-align: center;text-decoration: none; line-height: 55px; padding: 0 10px 0 10px; font-size: 15px; cursor: pointer; font-weight: 600;}
.header-menu li a:hover, .header-menu .dropdown:hover .dropbtn {background-color: #333;}
.header-menu li a img {height: 22px; margin-bottom: -5px;}
.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;}

/* Igual que flags, pero con su propia clase para poder ajustar ancho/posición si hace falta */
.header-menu .calculators { float: right; }
.header-menu .calculators .dropdown-content {
    min-width: 280px;     /* un poco más ancho porque los textos son largos */
    right: 25px;          /* alinear a la derecha como .flags */
}
.header-menu .calculators .dropdown-content a { 
    text-align: right;    /* consistente con .flags; quita esto si prefieres a la izquierda */
    white-space: nowrap;  /* evita saltos raros en nombres largos */
}

.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: 130px 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: 35%;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::first-letter {text-transform: uppercase;}
    .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:#7c6539; text-decoration:underline;}
		.desc_main span u{color:#7c6539;}
    .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;}

.desc_main.faq b{color: #f70759;}
.desc_main.faq b:before {content: "\f059";font-family: FontAwesome; padding-right:5px; color:#f70759; font-size:18px;}

.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: 33.333%;border: 15px solid #fff;position: relative;transition: 200ms ease-in-out;outline: 1px dashed #ddd;}
    .blog_box_thumb.blog {width: 25%;}
    .blog_box_thumb.tests {width: 20%;}
    .blog_box_thumb.sidebar {width: 100%;}
        .blog_box_thumb_img {float: left; width: 100%; margin-bottom: 10px; position: relative;height: 0;padding-bottom: 55%;background-size: cover;background-position: center 50%; transition: 100ms ease-in-out;}
            .blog_box_thumb_img img {width: 100%;background-color: #eee;transition: 100ms ease-in-out;}
        .blog_box_thumb_img date {font-weight: 400;font-size: 18px; font-weight: 700; color: #f70759; position: absolute; top: 10px; right: 10px; background:#fff; padding: 1px 5px;}
        .blog_box_thumb_img date2 {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 b {float: left;width: 100%; color: #333;margin-bottom: 5px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; font-weight: 600;font-size: 20px;text-align: left;}
        .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;}

        .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.delete { position: absolute; top: 0px; right: 0px; background-color: #cc0000; padding: 5px; z-index: 99;}
        .blog_box_thumb a.delete img{ height: 20px;display: block;}

.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:#f70759; 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:#C70044;}

.home_countries {float: left;width: 100%; margin: 0px 0 20px 0px; background-color: #F1E8DF; padding: 20px;}
    .home_countries p {float: left;width: 100%; margin: 0px 0 20px 0px;text-align: center; font-weight: 700;font-size: 18px;}
    .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: 16.666%;border: 15px solid #fff;position: relative;transition: 200ms ease-in-out;outline: 1px dashed #ddd;background-color: #fff; text-align: center;}
        .home_countries_thumb a{width: 100%; margin-bottom: 5px; -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.30; filter: alpha(opacity=30);transition: 200ms ease-in-out;}
        .home_countries_thumb a.active{-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; filter: alpha(opacity=100);}
        .home_countries_thumb a:hover{-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; filter: alpha(opacity=100);}
        .home_countries_thumb img{width: 100%; margin-bottom: 5px;}

.home_icons {float: left;width: 100%; margin: 0px 0 20px 0px; text-align: center; display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.home_icon {float: left;width: 25%; border: 15px solid #fff;outline: 1px dashed #ddd; background-color: #539fc9;color: #fff; padding: 15px;}
.home_icon img{height: 40px;}
.home_icon span{float: left; width: 100%;font-size: 16px; margin-top: 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, .home_icon
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   Post    \*------------------------------------*/

.post_img {float:left; width:100%; margin-bottom:20px; position:relative;height: 0;padding-bottom: 60%;background-size: cover;background-position: center 50%;border: 15px solid #fff;outline: 1px dashed #ddd;}
    .post_img .source {font-weight: 400;font-size: 12px;color: #333;position: absolute;bottom: 0px;left: 0px;background: rgba(255,255,255,0.80);padding: 3px 6px;}
    .post_img .source a {text-decoration: none;color: #333;}

.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);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: #333; text-decoration: none; font-weight: 600;}
    .toc span i{margin-right: 5px;}

.styled-table {border-collapse: collapse;margin-bottm: 25px;width: 100%;box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
.styled-table thead tr {background-color: #CDA36B;color: #ffffff;text-align: left;}
.styled-table th, .styled-table td {padding: 12px 15px;}
.styled-table tbody tr {border-bottom: 1px solid #dddddd;}
.styled-table tbody tr:nth-of-type(even) {background-color: #f3f3f3;}

.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 {position: relative;}
.screenshots div img {width: 100%;}
.screenshots div img:last-child {margin-right: 0px;}
.screenshots div span {position:absolute; left: 0; bottom: 0; font-weight: 400;font-size: 12px;color: #333;position: absolute;background: rgba(255,255,255,0.80);padding: 3px 6px;width: 100%;}

.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: #5A9600;color: #fff;font-size: 1.2rem;}
.post_admin .reset {float: right;padding: 5px;background-color: #3F6BF5;color: #fff;font-size: 1.2rem;}
.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;}


.button_container {float: left;width: 100%;margin: 0px 0 20px 0; text-align: center; background-color: #FFEDF3; padding: 25px 0;}
a.button {background: #f70759;border-radius: 10px;padding: 20px 45px;color: #ffffff;display: inline-block;text-align: center; font-size: 22px;text-decoration: none;}

.off {color: #ddd!important;}

.bibliografia {float: left;width: 100%;margin: 0px 0 20px 0;}
.bibliografia a{float: left;width: 100%;margin: 0px 0 5px 0; font-size: 14px; color: #333;}

.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;}


.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, .screenshots div span, .button, .autor b, .autor span
{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*------------------------------------*\   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;}

.postform input, .postform textarea, .postform a, .postform select, .postform button
{-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;}

.navigation
{-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;}

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


/*------------------------------------*\   Calculadoras    \*------------------------------------*/

.calc-card{float: left; width: 100%; border:1px solid #e5e7eb;border-radius:10px;padding:16px;}
.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.calc-grid .full{grid-column:1/-1}
.calc-field label{display:block;font-weight:600;margin-bottom:6px}
.calc-field input,.calc-field select{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px}
.calc-actions{margin-top:12px}
.calc-actions button{padding:10px 14px;border:1px solid #111;border-radius:10px;background:#111;color:#fff;cursor:pointer}
.calc-actions button.secondary{background:#fff;color:#111}
.calc-result{background:#f9fafb;border:1px dashed #cbd5e1;border-radius:10px;padding:14px;margin-top:14px}
.calc-note{font-size:12px;color:#6b7280;margin-top:8px}
.calc-links a{display:inline-block;margin-right:10px}
@media (max-width:720px){.calc-grid{grid-template-columns:1fr}}

.imc {padding-bottom: 65%; background-color: #E3F2FD;}
.calorias {padding-bottom: 65%; background-color: #FFF3E0;}
.riesgo {padding-bottom: 65%; background-color: #FCE4EC;}
.grasa {padding-bottom: 65%; background-color: #E8F5E9;}
.fecha {padding-bottom: 65%; background-color: #F3E5F5;}

.calc-card, .calc-field input,.calc-field select, .calc-actions button, .calc-result
{-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%;}
.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;}
.center {text-align:center;}
.fl {float:left;}
.bxs {box-sizing: border-box;}

@media screen and (max-width: 1180px) {
.header-container {padding: 0 15px;}
.header-menu, .header-flags {display:none;}
.header-brand {margin-right: 0px;}
.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;}

}

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

@media screen and (max-width: 600px) {
.header-brand {font-size: 32px; margin: 7px 10px 0px 0;}
.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%;}
.home_icon {width: 50%;}
.blog_box_thumb.tests {width: 50%;}
}
