/**
Theme Name: ABN Nichos GeneratePress Adsense
Theme URI: https://www.abinternet.es/
Author: Actualidad Blog
Author URI: https://www.abinternet.es/
Template: generatepress
Description: GeneratePress child theme for ABN Nichos Adsense, with setup page for slider and product values.
Version: 1.4.6

GitHub Theme URI: https://github.com/miguelgaton/abn-generatepress-adsense
GitHub Branch: master
 **/

/*import url(https://fonts.googleapis.com/css?family=Dosis:700);*/

.value {
    text-align: center;
    font-weight: bold;
    font-size: 10em;
    width: 90%;
    height: 90px;
    line-height: 60px;
    margin: 40px auto;
    letter-spacing: -0.07em;
    text-shadow: white 2px 2px 2px;
}

input[type="range"] {
    display: block;
    --webkit-appearance: none;
    background-color: #bdc3c7;
    width: 90%;
    height: 5px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
}

input[type="range"]::-webkit-slider-thumb {
    --webkit-appearance: none;
    background-color: #0090ff;
    background-image: url("./img/arrow.png");
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #0090ff;
}

input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.6);
}

input[type="submit"] {
    --webkit-appearance: none;
}

table ul {
    list-style: disc;
    text-align: left;
    margin-left: 20px;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.35em;
}

table th,
table td {
    padding: 0.625em;
    text-align: center;
}

table th {
    font-size: 0.95em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #2080ec;
    color: white;
}

.grecaptcha-badge {
    display: none !important;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.el-mejor {
    background: #81d742 !important;
    color: white !important;
    font-weight: bold;
}

.calidad-precio {
    background: #1e73be !important;
    color: white !important;
    font-weight: bold;
}

.nuestra-favorita {
    background-color: #d33 !important;
    color: white !important;
    font-weight: bold;
}

.aawp-tb-product-0.aawp-tb__data--highlight {
    border-right-color: #81d742;
    border-left-color: #81d742;
    background-color: rgb(131 218 68 / 10%);
}

.aawp-tb-product-1.aawp-tb__data--highlight {
    border-right-color: #1e73be;
    border-left-color: #1e73be;
    background-color: rgba(30, 115, 190, 0.1);
}

.aawp-tb-product-2.aawp-tb__data--highlight {
    border-right-color: #d33;
    border-left-color: #d33;
    background-color: rgba(221, 51, 51, 0.1);
}

.aawp-tb__data--type-thumb {
    background-color: white !important;
}

.aawp .aawp-product--widget-vertical .aawp-button+.aawp-button {
    margin-left: 0 !important;
}

@media (min-width: 800px) {
    .tabla-movil {
        display: none !important;
    }

    .tabla-escritorio th {
        text-align: center !important;
    }
}

@media (max-width: 800px) {
    .tabla-escritorio {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: center;
    }

    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .value {
        font-size: 5em !important;
    }
}

.aawp-button {
    max-width: 300px;
    display: block !important;
    margin: 0 auto !important;
}

.aawp-product--widget-vertical,
.aawp .aawp-product--widget-vertical {
    max-width: 400px !important;
    margin: 0 auto;
    margin-bottom: 35px;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
}

.aawp-widget {
    margin: 0 auto;
}

.aawp-product--horizontal {
    border-width: 3px !important;
    border-style: solid;
    border-color: #ec8e20 !important;
    margin-bottom: 35px;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
}

.aawp-product--widget-vertical {
    border: 0px !important;
}

.aawp-widget .aawp-product__image {
    max-width: 300px;
    max-height: 300px !important;
    height: auto;
}

.aawp-product__title,
.aawp-product__meta,
.aawp-product__pricing,
.aawp-button {
    margin-top: 2px !important;
}

.main-container {
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
}

.article {
    width: 100%;
}

.aligncenter {
    margin-left: auto !important;
    margin-right: auto;
    display: block;
}

.aawp-product__ribbon {
    background: #0090ff !important;
    font-weight: bold;
    width: 90%;
    text-align: center;
    line-height: 20px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    font-size: 13px;
}

.comparador {
    background: #ffffffe0;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
}

.inner-button {
    width: 80%;
    margin: 0 auto;
}

.comparador-button {
    width: 100%;
    text-align: center;
    background: #0090ff !important;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.body-comparador {
    background: linear-gradient(120grad, rgb(100, 57, 134), rgb(152, 174, 213));
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
}

#header #s {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: black !important;
    margin: 0 !important;
    padding: 13px 0 13px 10px;
    width: 90% !important;
    height: 16px;
}

#header #searchform .fa-search {
    height: 24px !important;
    background-color: #2080ec;
    color: white !important;
}

.blackfriday {
    background-color: #ff8c00;
}

a {
    font-weight: bold;
}

#toc_container ul,
#toc_container li {
    margin: 0;
    padding: 3px;
}

#toc_container.no_bullets ul,
#toc_container.no_bullets li,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    background: none;
    list-style-type: none;
    list-style: none;
}

#toc_container.have_bullets li {
    padding-left: 12px;
}

#toc_container ul ul {
    margin-left: 1.5em;
}

#toc_container {
    background: #f9f9f9;
    border-left: 4px solid #282a40;
    padding: 10px;
    margin-bottom: 1em;
    width: 100%;
    display: table;
    font-size: 95%;
    border-width: 0 0 0 4px !important;
}

#toc_container.toc_light_blue {
    background: #edf6ff;
}

#toc_container.toc_white {
    background: #fff;
}

#toc_container.toc_black {
    background: #000;
}

#toc_container.toc_transparent {
    background: none transparent;
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#toc_container.toc_black p.toc_title {
    color: #aaa;
}

.related-products {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
}

.toc_wrap_left {
    float: left;
    margin-right: 10px;
}

.toc_wrap_right {
    float: right;
    margin-left: 10px;
}

#toc_container a {
    text-decoration: none;
    text-shadow: none;
}

#toc_container a:hover {
    text-decoration: underline;
}

.toc_sitemap_posts_letter {
    font-size: 1.5em;
    font-style: italic;
}

.lcp_catlist {
    background-color: #282a40;
    color: white;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.lcp_catlist li {
    margin: 20px;
    width: 150px;
    display: inline-block;
}

.related-products {
    color: white;
    background-color: #282a40;
    padding: 10px 35px;
    position: relative;
    border-top-color: #f62f51;
    border-top-style: solid;
    border-top-width: 5px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
}

#machete_cookie_configbar {
    display: none;
}

.wpfront-close {
    font-size: 15px !important;
    z-index: 999;
}

.aawp .aawp-product--widget-small .aawp-product__title {
    height: auto !important;
}

.aawp .aawp-product--widget-small {
    margin-bottom: 0 !important;
}

#wpfront-notification-bar,
#wpfront-notification-bar-editor {
    box-shadow: rgb(0 153 255 / 29%) 0px 13px 21px 0px;
}

.wpfront-message {
    display: block !important;
    font-size: 15px;
}

.grid_blackfriday {
    width: 280px !important;
    height: 370px !important;
    min-height: 350px !important;
    padding-top: 25px !important;
}

.grid_blackfriday .aawp-product__meta {
    display: none;
}

.black-friday>.aawp {
    margin-right: 5px !important;
    margin: 0 auto !important;
}

.grid_blackfriday .aawp-product__footer .aawp-product__price {
    font-size: 15px;
}

.grid_blackfriday .aawp-product__image-link .aawp-product__image {
    /*padding-bottom: px;*/
    height: 200px !important;
}

.blackfridaymenu>a:first-line {
    background: #f52f51 !important;
}

/* Relacionado shotcode styles */
.relacionado-wrapper {
    flex: 0 0 100%;
}

.post-relacionado {
    width: 100%;
    max-width: 550px;
    background: #f7f7f7;
    padding: 1rem;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.post-relacionado picture,
.post-relacionado img {
    display: block;
    margin-right: 1.5rem;
    max-width: 150px;
    height: auto;
}

.post-relacionado div:first-child {
    color: #333;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.post-relacionado-title {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: var(--main-color);
}

/* Keypoints */
.abn-keypoints {
    /* background-color: var(--softest-gray); */
    padding: 1rem 0;
    margin: 1rem 0;
    color: #000;
}

.abn-keypoints ul {
    margin: 0;
    padding-left: 1.3rem;
}

.abn-keypoints li:not(:last-child) {
    margin-bottom: 0.3rem;
}

.abn-keypoints li {
    font-size: var(--f-m);
    line-height: var();
    font-weight: normal;
}

/* 404 */

.page-404-outer-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70vh;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

#page-404-wrap,
#page-404,
.page-404-center-wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: inherit;
}

.page-404-title {
    font-size: 1.8rem;
    margin: 0 auto 2rem;
    color: #333;
    max-width: 800px;
    padding: 0 1rem;
}

.search-container-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.search-field-404 {
    flex: 1;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px 0 0 6px;
}

.search-submit-404 {
    padding: 0.8rem 1.5rem;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}

.search-submit-404:hover {
    background-color: #555;
}

.related-results-title {
    margin: 3rem 0 1.5rem;
    font-size: 1.4rem;
    color: #333;
}

#page-archive {
    width: 100%;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0 1rem;
}

.archive-grid-item {
    background: #fff;
    padding: 1.25rem;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}

.archive-grid-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.archive-grid-thumb {
    margin-bottom: 1rem;
    border-radius: 6px;
    overflow: hidden;
}

.archive-grid-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.archive-grid-title {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    color: #333;
}

.archive-grid-excerpt {
    color: #555;
    margin-bottom: 1rem;
}

.archive-grid-footer a {
    display: inline-block;
    padding: 0.5rem 0.875rem;
    background-color: #333;
    color: white;
    text-decoration: none;
}

.archive-grid-footer a:hover {
    background-color: #555;
}

@media (max-width: 768px) {
    .page-404-title {
        font-size: 1.4rem;
    }

    #page-archive {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
}

@media (max-width: 480px) {
    .search-container-404 form {
        flex-direction: column;
    }

    .search-field-404 {
        border-radius: 6px;
        margin-bottom: 0.5rem;
    }

    .search-submit-404 {
        border-radius: 6px;
        width: 100%;
    }
}

.site-content {
    display: flex;
    justify-content: center;
}

.main.category-grid.site-content {
    flex-direction: column;
    align-items: center;
}

.page-404-outer-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

#page-404-wrap {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .inside-article .entry-header h1 {
        font-size: 25px !important;
    }
}

/*
 Theme Name:   Internet paso a paso child
 Theme URI:    https://internetpasoapaso.com/
 Description:  Internet paso a paso child
 Author:       AB
 Author URI:   https://internetpasoapaso.com/
 Template:     generatepress
 Version:      0.1
*/

.ez-toc-cssicon {
    margin-right: 10px !important;
}

.outer-wrapper.wide.assetless {
    background: #ffffff;
}

.ai-viewport-1 {
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .featured-image.page-header-image-single img.attachment-full.size-full {
        width: 1200px;
        height: 700px;
        border-radius: 12px;
    }
}

.liveicon {
    max-width: 20px;
    margin-top: 9px;
    margin-right: 2px;
    float: left;
}

.liveiconmo {
    max-width: 20px;
    margin: 0px -2px -4px -5px;
    padding-left: 2px;
}

.ytt-ads {
    position: relative;
    overflow: hidden;
    max-width: max-content;
    margin: 0 auto;
}

.ytt {
    float: left;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .ytt {
        float: none !Important;
        margin: 0 auto;
        padding-right: 7px;
    }
}

.ytt iframe {
    width: 300px;
    height: 533px;
    border-radius: 12px;
    box-shadow: 5px 3px 5px #ccc;
    margin-bottom: 15px;
}

ul.simbolos {
    list-style-type: none;
    margin: 5px 0px 15px 0px !Important;
    text-align: center;
}

ul.simbolos li {
    display: inline-block;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 5px;
    margin: 2px 2px 2px 2px;
    width: 49px;
    height: 49px;
    font-size: 30px;
    line-height: 34px;
}

ul.simbolos li:hover {
    background-color: #d3d3d3;
    cursor: pointer;
}

h4.relac {
    margin-bottom: 8px;
}

h4.relac a {
    color: #1c203c;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
    background-color: #ffdf00;
    text-transform: uppercase;
    font-size: .9em;
}

h4.relac a:hover {
    color: #ffdf00;
    background-color: #222222;
}

h4.relacyt {
    margin-bottom: 20px;
}

h4.relacyt a {
    color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
    background-color: #FF0000;
    text-transform: uppercase;
    font-size: .9em;
}

h4.relacyt a:hover {
    color: #FF0000;
    background-color: #3c3c3c;
}

/*3 POST DESTACADOS HOME*/
#wpsp-144488 .wp-show-posts-image img {
    object-fit: cover;
    width: 400px;
    height: 400px;
}

#wpsp-144488 .wp-show-posts-image {
    border: 4px solid #01e675;
    display: flex;
    border-radius: 6px;
    max-width: 400px;
}

@media (max-width: 768px) {
    #wpsp-144488 .wp-show-posts-image {
        margin-top: 15px;
    }
}

#wpsp-144488 h3.wp-show-posts-entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: -130px 5px 0px 5px;
    padding: 20px 5px 0px 0px;
    max-width: 400px;
}

#wpsp-144488 h3.wp-show-posts-entry-title a {
    background: #1c203c;
}

#wpsp-144488 .wp-show-posts-entry-title {
    font-weight: bold;
    font-size: 20px;
}

/*PROS CONS PRODUCTOS*/
.pros-title {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pros-title:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f164";
    width: 60px;
    height: 60px;
    margin: 5px auto 10px auto;
    font-size: 33px;
    color: #ffffff;
    background: #02c03c;
    border-radius: 50%;
    border: 3px solid #02c03c;
    box-shadow: 3px 2px 8px 0px #ccc;
}

.cons-title {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cons-title:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f165";
    padding-top: 5px;
    width: 60px;
    height: 60px;
    margin: 5px auto 10px auto;
    font-size: 33px;
    color: #ffffff;
    background: #df1508;
    border-radius: 50%;
    border: 3px solid #df1508;
    box-shadow: 3px 2px 8px 0px #ccc;
}

.pros-list-box {
    list-style-type: none;
    font-size: 16px;
    margin-left: 12px;
    margin-right: 3px;
}

@media (max-width:489px) {
    .pros-list-box {
        font-size: 14px;
    }
}

.pros-list-box li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #02c03c;
    font-weight: 800;
    margin-right: 0.3rem;
}

.pros-list-box li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cons-list-box {
    list-style-type: none;
    font-size: 16px;
    margin-left: 12px;
    margin-right: 3px;
}

@media (max-width:489px) {
    .cons-list-box {
        font-size: 14px;
    }
}

.cons-list-box li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cons-list-box li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    color: #df1508;
    font-weight: 800;
    margin-right: 0.3rem;
}

/*PAGINACIÓN*/
.pagination {
    margin: 0 auto;
    padding-top: 30px;
    width: 800px;
    text-align: center;
}

.pagination a {
    border-radius: 5px;
    color: #1c203c;
    padding: 6px 12px !Important;
}

.pagination .page-numbers.current {
    background-color: #01e675;
    border-radius: 5px;
    padding: 6px 12px !Important;
    font-weight: 600;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/*TRUEPUSH*/
.text-center.mt-1 {
    display: none !Important;
}

.truepush_optin_notifications .optinbox_truepush .optinbox_tpsection .optinbox_tpbuttons .tp_btn_primary {
    background: #01e675 !Important;
    color: #1c203c !Important;
    border: 1px solid #01e675 !Important;
    font-weight: 700 !Important;
    -webkit-box-shadow: 0 0 6px 0 #c0cfff !Important;
    box-shadow: 0 0 6px 0 #fafafa !Important;
}

.truepush_optin_notifications .optinbox_truepush {
    border: 1px solid #1c203c !Important;
    background: #1c203c !Important;
    border-radius: 3px !Important;
}

.title-push {
    color: #ffffff !Important;
}

.optinbox_tpsection p {
    color: #ffffff !Important;
}

/*NOTICIAS*/
.lead-new {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: -18px;
}

.avatar-new {
    width: 40px;
    border-radius: 100%;
    margin-right: 9px;
    float: left;
    margin-top: 6px;
}

.author-title-new {
    font-weight: 700;
}

h5.author-title-new {
    margin-bottom: 0.1em;
}

p.lead {
    color: #222222;
    margin: 0 auto;
    max-width: 900px;
    font-weight: 500;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5em;
    line-height: 2rem;
    border-bottom: 7px solid #00bfa5;
}

@media (max-width: 489px) {
    p.lead {
        font-size: 1.2em;
        line-height: 1.5em;
    }
}

.twitter-tweet {
    margin: 0 auto;
}

/*PÁGINA COMUNIDAD*/
.h1form {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
}

@media (max-width: 489px) {
    .h1form {
        font-size: 40px;
    }
}

.h2form {
    color: #ffffff;
    text-align: center;
    font-size: 29px;
    margin-bottom: 35px;
}

.h3form {
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    margin-top: 40px;
}

@media (max-width: 489px) {
    .h3form {
        font-size: 35px;
    }
}

mark1 {
    display: inline-block;
    padding: 0 5px;
    transform: rotate(2deg);
    background: transparent;
    position: relative;
    z-index: 0;
    color: #ffffff;
    text-shadow: -2px 2px 5px #3e3e3e;
}

mark1:before {
    height: 35px;
    left: -4px;
    right: -4px;
    border-radius: 15px;
    background-color: #01e675;
    content: " ";
    position: absolute;
    z-index: -2;
    bottom: 0px;
}

img.redpill {
    width: 55px;
    vertical-align: middle;
    margin-left: -8px;
}

@media (max-width: 489px) {
    img.redpill {
        width: 40px;
    }
}

.form1 {
    margin-bottom: 40px;
}

.form1 input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    display: inline-block;
    padding: .75rem;
    border: 3px solid #01e675;
    -webkit-box-shadow: inset 0 1px 3px #eee;
    box-shadow: inset 0 1px 3px #eee;
    border-radius: 5px;
    background-color: #fff;
    font-size: 25px;
}

.form1 input[type="submit"] {
    color: #1c203c;
    background-color: #01e675;
    font-size: 28px;
}

.form1 input[type="submit"]:hover {
    background: linear-gradient(to right, #FF2A67, #FF5D3A);
}

@media (max-width: 589px) {
    .form1 input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        width: 95%;
        margin-top: 6px;
    }
}

@media (max-width: 589px) {
    .form1 input[type="submit"] {
        width: 95%;
        margin-top: 6px;
    }
}

.form1-list {
    max-width: 700px;
    list-style-type: none;
    font-size: 20px;
    margin: 0 auto;
    font-weight: 600;
}

@media (max-width:489px) {
    .form1-list {
        font-size: 16px;
    }
}

.form1-list li {
    margin: 8px 0px 0px -10px;
    border: 2px solid #e4e1e3;
    border-radius: 5px;
    padding: 10px;
}

.form1-list li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #01e675;
    font-weight: 600;
    margin-right: 0.3rem;
}

.archivo-newsletter {
    max-width: 800px;
    margin: 0 auto;
}

.mc4wp-response {
    background: #ffdf00;
    max-width: 600px;
    border-radius: 50px;
    font-weight: 600;
    color: #222222;
}

.aviso-crypto {
    max-width: 800px;
    margin: 0px auto 10px auto;
    font-size: 14px;
    background-color: #FFFF66;
    color: #333333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1em;
    border: 1px solid #e3e3e3;
}

.aviso-ofertas {
    max-width: 800px;
    margin: 0px auto 10px auto;
    font-size: 14px;
    background-color: #E7F6EF;
    color: #333333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 4px;
    padding: 1em;
    border: 3px solid #01e675;
}

.aviso-ofertas h4 {
    width: fit-content;
    color: #1c203c;
    background: #01e675;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
}

/*************************/
.ipap-button {
    font-weight: 700;
    color: #1c203c;
    text-transform: uppercase;
    box-shadow: 3px 2px 10px 0px #ccc;
}

@media screen and (max-width: 48rem) {
    .ipap-button {
        padding: 8px;
    }
}

.single-post .entry-content h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1fa";
    margin-right: 5px;
    color: #00bfa5;
    transform: rotate(25deg);
    display: inline-block;
}

.single-post .entry-content h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    margin-right: 5px;
    color: #00bfa5;
}

.single-post .entry-content h4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    margin-right: 5px;
    color: #00bfa5;
}

/*WEB STORIES*/
.stories-list {
    height: 80px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100vw;
    padding: 0 8px;
    margin: 8px 0px 8px 0px;
    line-height: 14px;
    text-align: center;
}

.story-container {
    display: inline-block;
    min-width: 50px;
    color: #222222;
    text-decoration: none;
    position: relative;
    margin-right: 5px;
}

.story {
    height: 52px;
    width: 52px;
    border-radius: 26px;
    cursor: pointer;
    margin: 0 auto;
}

.story-circle {
    background-image: linear-gradient(-45deg, #FA8BFF 0, #2BD2FF 52%, #2BFF88 90%);
}

.story-circle:hover {
    background-image: linear-gradient(-45deg, #FA8BFF 0, #2BD2FF 52%, #2BFF88 90%);
    background-size: 400% 400%;
}

.story-inner {
    display: block;
    background-color: #fff;
    margin: 2px;
    height: 48px;
    width: 48px;
    border-radius: 24px;
    position: absolute;
}

.story img {
    display: block;
    position: absolute;
    border-radius: 22px;
    margin: 2px;
}

.story-author {
    font-size: 10px;
    text-align: center;
    padding-top: 4px;
    font-weight: 400;
}

/*EASY DIGITAL DOWNLOAD*/
#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit {
    width: 100%;
    color: #1c203c;
    background-color: #ffdf00;
    border-color: #ffe94d;
    padding: 9px 30px;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    text-transform: uppercase;
}

/*BANNER EFEMÉRIDES*/
@media (min-width: 769px) {
    .avisoefe {
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        background-color: #0088cc;
        border: 2px solid #0088cc;
        margin-top: -18px;
        padding: 0.01rem 0 0.1rem 0;
    }
}

@media (max-width: 768px) {
    .avisoefe {
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        background-color: #0088cc;
        border: 2px solid #0088cc;
        margin-top: -18px;
        padding: 0.2rem 0 0.2rem 0;
    }
}

.tdih_event_name ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 5px;
}

.tdih_event_name ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f058";
    margin-right: 5px;
    color: #00bfa5;
}

.fechaefemeride {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

.ads {
    text-align: center;
    color: #cecece;
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bannerebook:hover {
    opacity: 0.8;
}

@media (min-width: 769px) {
    img.check {
        margin-top: -5px;
        width: 5%;
        margin-right: -30px;
        margin-left: 30px;
    }
}

dd {
    margin: 0px;
}

/*ÚLTIMOS 5 POST*/
.post-recientes {
    margin-top: 15px;
}

.post-recientes ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 5px 0px 5px 0px;
    font-size: 18px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #1c203c;
}

.post-recientes ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 20px;
    content: "\f0da";
    margin-right: 5px;
}

@media (max-width: 489px) {
    .post-recientes ul li {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
}

/*CAJA DE AUTOR*/
.author-box {
    padding: 2%;
    background: #1c203c;
    color: #fefefe;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1em;
    border-radius: 6px;
    border: 2px solid #01e675;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.30), 0 3px 3px rgba(0, 0, 0, 0.22);
}

.author-box .avatar {
    width: 50px;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    margin-top: 4px;
}

.author-title {
    font-weight: 700;
}

h5.author-title {
    margin-bottom: 0.5em;
}

.author-description {
    margin-bottom: 3px;
    font-size: 0.8em;
    margin-top: 5px;
}

/* For Mobile Devices */
@media (max-width: 768px) {
    .author-box {
        flex-direction: column;
        text-align: center;
        padding: 50px 10px 15px 10px;
    }

    .author-box .avatar {
        margin-right: 0;
        margin-bottom: 6px;
        width: 100%;
        margin-top: -18px;
        float: none;
    }

    .author-box .avatar img {
        max-width: 60px;
    }
}

/*PÁGINA RECURSOS CRIPTOMONEDAS*/
h3.tool {
    max-width: 900px;
    text-align: left;
    margin: 25px auto 25px auto;
}

p.tool {
    max-width: 900px;
    text-align: left;
    margin: auto auto 25px auto;
}

ul.tool {
    max-width: 900px;
    margin: 0 auto;
}

.tool li {
    padding: 5px 5px 5px 9px;
    font-size: 15px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    box-shadow: 1px -1px 3px 0 rgba(60, 60, 60, .33);
}

@media (max-width: 768px) {
    .tool li {
        white-space: initial;
        overflow: auto;
        text-overflow: initial;
    }
}

.tool li:hover {
    background-color: #ececec;
}

/*BANNER TELEGRAM*/
@media (min-width: 769px) {
    .avisohead {
        color: #222222;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 17px;
        background-color: #ffdf00;
        border: 2px solid #ffdf00;
        position: sticky;
        top: 0;
        z-index: 9999;
        box-shadow: 0px 0px 15px 0px #666;
        /*position: relative;
	padding: .75rem 1.25rem;
    margin-top: -3rem;
    border-radius: .30rem;*/
    }
}

@media (max-width: 768px) {
    .avisohead {
        color: #222222;
        padding: 0.5rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        background-color: #ffdf00;
        border: 2px solid #ffdf00;
        z-index: 9999;
        bottom: 0px;
        position: fixed;
        display: block;
        width: 100%;
        box-shadow: 0px 0px 15px 0px #666;
        /*
    bottom: 0px!important;	
    top: 91%;
	position: fixed;
	position: sticky;
    top: 0;*/
    }
}

.letrastg {
    color: #222222;
    text-shadow: 2px 2px 2px #ffffff;
}

.letrastg:hover {
    color: #ffffff;
    text-shadow: 2px 2px 2px #222222;
}

.tgm1 {
    max-width: 600px;
    margin: 35px auto 35px auto;
}

/*MAQUETACIÓN PARA GLOSARIOS Y DICCIONARIOS*/
.letra {
    border: 2px solid #15b95c;
    border-radius: 50%;
    background-color: rgb(203 239 220);
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px 3px 1px 4px;
}

p.diccionario {
    letter-spacing: 0.1rem;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 40px;
    font-size: 20px;
    background-color: rgb(203 239 220);
    border: 2px solid #15b95c;
    border-radius: 50px;
}

@media (max-width: 768px) {
    p.diccionario {
        margin-bottom: 30px;
        width: auto;
        padding: 20px 40px;
    }
}

/*SOLUCIÓN ERROR ESPACIO EN BLANCO MOBILE TAGS & POST*/
.no-featured-image-padding .featured-image {
    margin-left: -15px;
    margin-right: -8px;
}

.generate-columns-container .page-header {
    padding: 30px 0;
}

.generate-columns-container .page-header h1.page-title,
.generate-columns-container .page-header .taxonomy-description>*:not(.code-block) {
    padding: 0 15px;
}

/*VARIOS*/
@media screen and (max-width: 48rem) {
    table {
        overflow-x: auto;
        display: block;
    }
}

pre,
code {
    font-family: monospace;
    color: #01e675;
    background: #3c3c3c;
    font-size: 16px;
    padding: 2px;
}

@media (max-width: 769px) {
    pre {
        overflow: auto;
        scroll-behavior: smooth;
        white-space: nowrap;
    }
}

pre {
    padding: 10px;
    border-radius: 3px;
}

.mapa-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mapa-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.wp-caption .wp-caption-text {
    background: #00bfa5;
    text-align: center;
    color: #ffffff;
    padding: 6px 12px 6px 12px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 10px;
}

.suscripcion {
    text-align: center;
    background-color: #1c203c;
    border-radius: 8px;
    padding: 25px 8px 25px;
    margin-bottom: 30px;
    color: #fff;
    border: 2px solid #01e675;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 3px 3px rgb(0 0 0 / 22%);
}

.suscripcion p {
    padding: 0px 5px 0px 5px;
    font-size: 23px;
    font-weight: bold;
}

#cookie-law-info-bar {
    font-size: 11pt;
    margin: 0 auto;
    padding: 5px 8px;
    position: absolute;
    border-top: 3px solid #01e675;
    text-align: center;
    box-sizing: border-box;
    /*width: 340px!Important;*/
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 200;
}

.cli-plugin-button {
    display: inline-block;
    padding: 7px 16px 7px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 0;
    text-decoration: none;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    box-shadow: 1px 4PX 11px 0px #ccc;
    display: block !Important;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #cookie-law-info-bar {
        inset: auto 0px 20px auto !Important;
        width: 100% !Important;
        margin-bottom: -20px;
    }
}

.cookie-law-info-again {
    max-height: 500px !Important;
    width: 500px;
}

h5.cli_messagebar_head {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*PÁGINA 404 PERSONALIZADA*/
.error404 .search-form {
    display: none;
}

.error404 .inside-article {
    display: none;
}

/*VISIBILIDAD DE ANUNCIOS MOBILE Y DESKTOP*/
.visible-mobile {
    display: none !important;
}

@media (max-width:489px) {
    .visible-mobile {
        display: inline !important
    }

    .hidden-mobile {
        display: none !important
    }
}

.visible-mobile-big {
    display: none !important
}

@media (max-width:970px) {
    .visible-mobile-big {
        display: inline !important;
    }

    .hidden-mobile-big {
        display: none !important;
    }
}

/*COSAS DEL FOOTER*/
.footer-widget-3 {
    min-width: 242px;
}

.footer-widgets-container {
    max-width: 930px;
    margin: 0 auto;
}

#footer-cta {
    margin-top: 30px;
    background: #1c203c;
    border-bottom: 3px solid #01e675;
    width: 100%;
}

#footer-cta .container {
    margin: 0 auto;
    text-align: center;
    padding-top: 2px;
}

#footer-cta h4 {
    color: #fff !important;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    margin-top: 12px;
}

#footer-cta p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: #00bfa5;
    font-weight: bold;
}

.site-footer .credits p {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}

.piepagina {
    color: #00bfa5;
    margin-top: -30px;
    max-width: 800px;
}

.mc4wp-form-fields {
    margin-bottom: 15px;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    display: inline-block;
    padding: .75rem;
    border: 2px solid #01e675;
    -webkit-box-shadow: inset 0 1px 3px #eee;
    box-shadow: inset 0 1px 3px #eee;
    border-radius: 5px;
    background-color: #fff;
}

@media (max-width: 489px) {
    input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        width: 80%;
        margin-top: 5px;
    }
}

@media (max-width: 489px) {
    input[type="submit"] {
        width: 80%;
        margin-top: 5px;
    }
}

.social {
    border-radius: 25px;
    margin: 4px;
    width: 50px
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-button-top {
    margin: 0 20px 20px 20px;
    transition: transform .5s ease-in-out
}

.social-button-top:hover {
    cursor: default;
    transform: rotate(-45deg);
    transition: all .5s ease-in-out 0s
}

.contenido-final .entry-social {
    float: left;
    margin-right: 20px
}

@media (max-width:489px) {
    .contenido-final .entry-social {
        float: none
    }
}

/*PAGINA CATEGORÍAS*/
.titulohero {
    text-shadow: -4px 2px 5px #666666;
}

@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 40px;
    }
}

@media (min-width: 767px) {
    .page-hero h1 {
        font-size: 60px;
    }
}

.imagencat {
    margin-top: -18px;
}

h3.entry-title a {
    color: #00bfa5;
}

h3.entry-title a:hover {
    color: #01e675;
}

.separate-containers .inside-article {
    padding: 10px;
}

.post-image-above-header .inside-article .post-image {
    margin-bottom: 0.5em;
}

.entry-summary:not(:first-child) {
    margin: 0.5em 0 0;
    font-size: 15px;
}

@media (min-width: 769px) {
    .catdescription {
        max-width: 800px;
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media (max-width: 769px) {
    .catdescription {
        margin: 25px 0px 0px 15px;
    }
}

.catdescription .su-box {
    margin-right: 15px;
}

.catdescription p {
    margin-right: 15px;
}

.catdescription h2 {
    margin-right: 15px;
}

.catdescription h3 {
    margin-right: 15px;
}

.catdescription ul {
    margin-right: 15px;
}

.catdescription img {
    padding-right: 10px;
}

/*DESPLEGABLE MOSTRAR POST POR AÑOS*/
.sya_container h2 {
    color: #00bfa5;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px 5px 5px 12px;
    box-shadow: 1px 2px 5px 0 rgba(60, 60, 60, .33);
}

.sya_container h2:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f067";
}

/*PLUGIN TOC DESPLEGABLE*/
#ez-toc-container {
    width: 100%;
    padding: 5px;
}

#ez-toc-container p.ez-toc-title {
    text-align: right
}

#ez-toc-container label {
    background-color: #ffffff;
}

/*NUBE ETIQUETAS: TAGS Y CATEGORÍAS*/
.cats a {
    display: inline-flex;
    color: #01e675;
    background-color: #1c203c;
    padding: 5px 8px;
    border-radius: 5px;
    margin: 4px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.cats a:hover {
    color: #1c203c;
    background-color: #01e675;
}

.etiquetas a {
    display: inline-flex;
    color: #01e675;
    background-color: #1c203c;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.etiquetas a:hover {
    color: #1c203c;
    background-color: #01e675;
}

p.post-nav-links {
    font-weight: bold;
}

.post-nav-links a {
    display: inline;
    background-color: #01e675;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 2.7;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    color: #1c203c;
}

.post-nav-links a:hover {
    background-color: #1c203c;
    color: #00bfa5;
}

.tags,
.tagsplus,
.tagscurso,
.etiquetas,
.tagsofertas {
    display: contents;
}

.tags a {
    display: inline-flex;
    color: #1c203c;
    background-color: #01e675;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tags a:hover {
    color: #01e675;
    background-color: #1c203c;
}

.tagsplus a {
    display: inline-flex;
    color: #222222;
    background-color: #ffdf00;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tagsplus a:hover {
    color: #ffdf00;
    background-color: #222222;
}

.tagsofertas a {
    display: inline-flex;
    color: #ffffff;
    background-color: #8f00ff;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tagsofertas a:hover {
    color: #8f00ff;
    background-color: #FDA426;
}

.tagscurso a {
    display: inline-flex;
    color: #ffffff;
    background-color: #ff0000;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tagscurso a:hover {
    color: #ff0000;
    background-color: #00ffff;
}

/*LOGO Y CABECERA*/
.header-image {
    filter: drop-shadow(5px 5px 5px #222);
}

.inside-header,
.main-navigation.has-branding .inside-navigation.grid-container {
    background: linear-gradient(135deg, #1c203c 0, #01e675 100%);
    border-bottom: 3px solid #01e675;
}

.site-logo.mobile-header-logo img {
    margin: 0px 5px 0px -10px;
    filter: drop-shadow(5px 5px 5px #222);
    height: 50px !Important;
}

#mobile-header .menu-toggle {
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    width: 55px;
    height: 35px;
    margin-right: 5px;
}

.menu-toggle:before {
    margin-bottom: -15px;
}

.menu-toggle .mobile-menu {
    font-size: 12px;
}

.main-navigation.has-branding .menu-toggle {
    color: #1c203c;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 1px 0px 0px;
}

.nav-below-header .main-navigation .inside-navigation.grid-container {
    padding: 0px;
}

.buttonmenu1 a {
    border-left: 8px solid #01e675;
}

.buttonmenu2 a {
    border-left: 8px solid #ffdf00;
}

.buttonmenu3 a {
    border-left: 8px solid #ff4d4d;
}

.buttonmenu4 a {
    border-left: 8px solid #ff9900;
}

.buttonmenu5 a {
    border-left: 8px solid #4285F4;
}

#generate-slideout-menu .slideout-menu li {
    border-bottom: 1px solid #dfdfdf;
}

/*LISTAS*/
ol,
ul {
    margin: 0 0 1em 1em;
}

/*NAV1*/
.hot ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 4px 10px 8px 5px;
    margin-left: 3px;
}

.hot li {
    display: inline;
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 8px;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 2px solid #ffffff;
}

.hot {
    color: #fff;
    background: #1c203c;
    text-align: center;
}

.hot .aviso {
    text-transform: uppercase;
    background-color: #ffdf00;
    border-radius: 3px;
    border: 1px solid #ffdf00;
    font-size: 11px;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
}

@media (max-width: 489px) {
    .hot .aviso {
        font-size: 13px;
        padding: 0.3rem 0.3rem;
        margin: -2px 0px 0px -5px;
        position: absolute;
    }

    .hot li:nth-child(2) {
        margin-left: 145px;
    }
}

/*BLOCKQUOTE*/
blockquote {
    color: #3c3c3c;
    background-color: #edf8f5;
    border-left: 4px solid #00bfa5: font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
}

.blockquote,
blockquote {
    color: #3c3c3c;
    background-color: #edf8f5;
    border-left: 4px solid #00bfa5;
    font-size: 1.1em;
    font-style: normal;
    padding: 1.2em 25px 1.2em 65px;
}

blockquote:before {
    font-family: "Font Awesome 5 Free";
    content: "\201C";
    color: #00bfa5;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

/*TÍTULO H1*/
.entry-header h1,
.page-header h1 {
    text-align: center;
}

/*TAMAÑO CONTENIDO CAJA*/
.entry-content {
    max-width: 800px;
    margin: 0 auto;
}

.entry-content:not(:first-child) {
    max-width: 800px;
    margin: 0 auto;
}

.final {
    max-width: 800px;
    margin: 0 auto;
}

/*CONTENIDO RELACIONADO*/
.h4tag {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
}

.h4tag:before {
    margin-right: 0.5em;
    content: "";
    flex: 1 1 0%;
    border-top: 2px solid #01e675;
}

.h4tag:after {
    margin-left: 0.5em;
    content: "";
    flex: 1 1 0%;
    border-top: 2px solid #01e675;
}

.h4big {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
}

.h4big:before {
    margin-right: 0.5em;
    content: "";
    flex: 1 1 0%;
    border-top: 2px solid #01e675;
}

.h4big:after {
    margin-left: 0.5em;
    content: "";
    flex: 1 1 0%;
    border-top: 2px solid #01e675;
}

/*EFECTO MENÚ*/
@media (min-width: 769px) {
    .main-navigation .menu>.menu-item>a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 20%;
        bottom: 7px;
        /*-webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
        display: block;
        width: 0;
        height: 2px;
        background-color: #01e675;
        transition: all 0.25s ease-out;
    }

    .main-navigation .menu>.menu-item.current-menu-item>a::after,
    .main-navigation .menu>.menu-item.current-menu-ancestor>a::after,
    .main-navigation .menu>.menu-item>a:hover::after {
        width: 60%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media (min-width: 769px) {
    .main-navigation .main-nav ul ul li a {
        font-size: 11px !important;
    }
}

/*CSS CURSOS*/
.cursomensaje {
    text-align: center;
    font-size: 20px;
    clear: left;
    margin-top: -5px;
    margin-bottom: 15px;
    font-weight: 700;
    border: 3px solid #01e675;
    padding: 10px;
    background: #1c203c;
    color: #ffffff;
    border-radius: 7px;
}

.cursofaq {
    max-width: 950px;
    margin: 0 auto;
}

@media (min-width: 769px) {
    h2.homecurso {
        font-size: 45px;
        margin-bottom: 20px;
        color: #ffffff;
        text-shadow: -4px 4px 5px #3e3e3e;
    }
}

@media (max-width: 769px) {
    h2.homecurso {
        font-size: 30px;
        color: #ffffff;
        text-shadow: -4px 4px 5px #3e3e3e;
    }
}

@media (min-width: 769px) {
    h1.homecurso {
        font-size: 60px;
        margin-bottom: 20px;
        color: #ffffff;
        text-shadow: -4px 4px 5px #3e3e3e;
    }
}

@media (max-width: 769px) {
    h1.homecurso {
        font-size: 35px;
        color: #ffffff;
        text-shadow: -4px 4px 5px #3e3e3e;
    }
}

@media (min-width: 769px) {
    h3.homecurso {
        font-size: 35px;
    }
}

/*HOME*/
mark {
    display: inline-block;
    padding: 0 5px;
    transform: rotate(-2deg);
    background: transparent;
    position: relative;
    z-index: 0;
    color: #ffffff;
    text-shadow: -2px 2px 5px #3e3e3e;
}

mark:before {
    height: 35px;
    left: -4px;
    right: -4px;
    border-radius: 15px;
    background-color: #ff5603;
    content: " ";
    position: absolute;
    z-index: -2;
    bottom: 0px;
}

.sections-no-sidebars.generate-sections-enabled #primary.content-area {
    margin-top: -18px;
}

.home.su-column.su-column-size-1-2 {
    margin-top: 70px;
}

.home2.su-column.su-column-size-1-2 {
    margin-bottom: -7px;
}

.h1home {
    font-weight: 700;
    font-size: 52px;
    color: #ffffff;
    text-shadow: -4px 2px 5px #3e3e3e;
    margin-bottom: 40px;
}

.markhome {
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: -4px 2px 5px #3e3e3e;
}

.botonsombra {
    font-weight: bold;
    box-shadow: -4px 2px 5px #3e3e3e;
    margin-top: 30px;
}

@media (min-width: 769px) {
    #taghome {
        max-width: 950px;
        margin: 0 auto;
    }
}

@media (max-width: 769px) {
    #taghome {
        padding: 15px;
    }
}

@media (min-width: 769px) {
    h2.home {
        font-size: 45px;
        margin-bottom: 20px;
    }
}

@media (max-width: 769px) {
    h2.home {
        font-size: 30px;
    }
}

@media (min-width: 769px) {
    h3.home {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

@media (max-width: 769px) {
    h3.home {
        font-size: 25px;
    }
}

h3.curhome {
    font-size: 20px;
}

.button.card,
.button.card:visited {
    background: #01e675;
    color: #1c203c;
    justify-content: center;
    display: flex;
    font-weight: bold;
    padding: 7px;
    font-size: 20px;
    border-radius: 8px;
    margin: 12px 12px 12px 12px;
}

.homecolum {
    padding: 18px 0px 9px 0px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, .33);
}

.imagencurso {
    margin-bottom: 20px;
    margin-top: -25px;
}

h2.portada2 {
    font-size: 30px;
    background-color: #1c203c;
    line-height: 50px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    transition: all .3s ease 0s;
    box-shadow: 5px 0 0 #01e675 inset;
    border-top-right-radius: 40px
}

h2.portada2 a {
    color: #01e675;
}

h2.portada2 a:hover {
    color: #00bfa5
}

.destacados {
    font-size: 20px;
    box-shadow: 0 5px #1c203c;
    text-transform: uppercase;
    padding: 8px;
    background-color: #edf8f5
}

/*CAJAS COMENTARIOS*/
.comment-author {
    color: #3e3e3e;
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: 700;
    border-bottom: 3px dashed #01e675;
}

.comment-reply-link {
    border: 1px solid #00bfa5;
    background: #1c203c;
    border-radius: 5px;
    font-weight: 600;
    padding: 8px;
}

.separate-containers .comments-area {
    max-width: 900px;
    margin: 0 auto;
    background-color: #edf8f5;
    border-radius: 8px;
    padding: 20px 20px 15px;
}

.comments-title {
    text-align: center;
}

button,
input,
select {
    border-radius: 5px;
    font-weight: 700
}

.comment-content {
    font-size: 16px;
}

.comment-metadata {
    display: none;
}

.comment-author-info {
    margin-bottom: -40px;
}

.comment-form #email,
.comment-form #url {
    display: none;
}

/*.comment-list ol, ul {
	list-style-type: none;
	}*/
.no-comments {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    border-radius: 6px;
    background: #ffdf00;
    max-width: 450px;
    margin: 0 auto;
    padding: 5px 0px 7px 0px;
}

/*MEDIA KIT*/
.promocion1 {
    background: #1c203c;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.promocion2 {
    background: #1c203c;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.promocion3 {
    background: #1c203c;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.promocion1 h3 {
    background-color: #01e675;
    padding: 5px;
    margin: -10px -20px 8px -20px;
    border-radius: 3px;
    color: #ffffff;
}

.promocion2 h3 {
    background-color: #00bfa5;
    padding: 5px;
    margin: -10px -20px 8px -20px;
    border-radius: 3px;
    color: #ffffff;
}

.promocion3 h3 {
    background-color: #c3c3c3;
    padding: 5px;
    margin: -10px -20px 8px -20px;
    border-radius: 3px;
    color: #ffffff;
}

p.publi {
    font-size: 20px;
    font-weight: 700;
}

p.precio {
    font-size: 20px;
    background-color: #ff7f7f;
    margin-left: 30%;
    margin-right: 30%;
    border-radius: 3px;
    font-weight: 700;
}

p.descuento {
    font-weight: 700;
    font-size: 16px;
}

.destacadomedia {
    background: #c1c1c129;
    padding: 20px 20px 20px 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .33);
}

.destacadomedia p {
    font-size: 15px;
}

/*BLOQUES POST RELACIONADOS WP-POST*/
@media (max-width: 767px) {
    .wp-show-posts-image.wpsp-image-left.wp-show-posts-image img {
        object-fit: unset;
        width: 100%;
    }
}

.wp-show-posts-entry-summary {
    font-size: 15px;
}

/*GENERATE PASSWORD*/
.info {
    font-size: 0.9rem;
    text-align: left;
}

.wrapper-random-passw h1,
.wrapper-random-passw h2,
.wrapper-random-passw h3,
.wrapper-random-passw h4,
.wrapper-random-passw h5,
.wrapper-random-passw h6 {
    font-weight: 600;
    margin: 0;
}

h1.title {
    color: #00bfa5
}

.wrapper-random-passw h3 {
    text-align: center;
    font-size: 32px;
}

input#textInput {
    border: none;
    box-shadow: none;
    width: 20px !important;
    padding: 0;
    margin-right: -6px;
}

#length-box label {
    display: inline;
}

.wrapper-random-passw h1 {
    font-size: 1.1rem;
}

.wrapper-random-passw .title-section {
    background: #1c203c;
    padding: 10px 10px;
    border-bottom: 5px solid #01e675;
}

.wrapper-random-passw .inner-section {
    padding: 20px;
}

.wrapper-random-passw {
    overflow: hidden;
    margin: auto;
    width: 90%;
    /*max-width: 380px;*/
    background: white;
    border-radius: 7px;
    /*box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);*/
    box-shadow: 3px 3px 2px #f1f1f1;
    border: 2px solid #f1f1f1;
    display: flex;
    flex-flow: column wrap;
}

@media screen and (max-width: 48rem) {
    .wrapper-random-passw {
        width: 100%;
    }
}

.wrapper-random-passw .password-section {
    position: relative;
    border: 2px solid #f1f1f1;
    color: gray;
    margin-top: 20px;
    padding: 2px 2px 2px 8px;
    border-radius: 5px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.wrapper-random-passw .password-section .alert {
    position: absolute;
    padding: 0 5px;
    border-radius: 2px;
    width: 21ch;
    height: 89%;
    left: 2px;
    top: -100%;
    width: 96%;
    text-align: center;
    color: #333;
    opacity: 0;
    transition: all 0.5s ease;
}

.wrapper-random-passw .password-section .alert.success {
    background: #01e675;
    opacity: 1;
}

.wrapper-random-passw .password-section .alert.fail {
    background: rgb(230, 0, 35, 0.9);
    color: white;
    opacity: 1;
}

@media screen and (max-width: 48rem) {
    .wrapper-random-passw .password-section .alert.fail {
        font-size: 0.8rem;
    }
}

.wrapper-random-passw .password-section .copy {
    height: 100%;
    /*width: 50px;*/
    background: #01e675;
    border: 0;
    color: white;
    border-radius: 2px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wrapper-random-passw .password-section .copy:hover {
    background: #00bfa5;
}

.wrapper-random-passw .controls {
    text-align: left;
    display: flex;
    flex-flow: column wrap;
}

.wrapper-random-passw .controls .control {
    padding: 3px;
    border-bottom: 1px solid lightgray;
    width: 100%;
    margin: 2px;
}

.wrapper-random-passw .controls .generate {
    width: 100%;
    border: 0;
    color: white;
    background: #00bfa5;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.wrapper-random-passw .controls .generate:hover {
    background: #01e675;
}

#length-box {
    width: 100%;
}

#length-box input {
    width: 100%;
}

.wrapper-random-passw input[type="checkbox"] {
    visibility: hidden;
}

.wrapper-random-passw label.check-label {
    position: relative;
}

.wrapper-random-passw label.check-label:before {
    content: "";
    height: 1rem;
    width: 1rem;
    left: -24px;
    top: 0;
    border: 0.5px solid lightgray;
    position: absolute;
    background: transparent;
    transition: all 0.3s cubic-bezier(0, 0.82, 1, 1.81);
}

.wrapper-random-passw input[type="checkbox"]:checked+label.check-label:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-size: 0.7rem;
    color: #212121;
    text-align: center;
    background: #00e676;
    transition: all 0.3s cubic-bezier(0, 0.82, 1, 1.81);
}

.pass-field {
    color: #1c203c;
    font-family: monospace;
    font-size: 1.5rem;
}

@media screen and (max-width: 48rem) {
    .pass-field {
        color: #1c203c;
        font-family: monospace;
        font-size: 0.9rem;
        margin-top: 10px;
    }
}

input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: #01E675;
    border-radius: 15px;
}

input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 40px;
    border-radius: 25px;
    background: #00BFA5;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

/*FORMULARIO CHOLLOS AMAZON*/

.amazon-form .frm_forms.frm_full_submit .frm_submit button {
    color: #1c203c;
    background-color: #ffdf00;
    border: 4px solid #ffdf00;
    font-size: 32px;
    padding: 0.3rem;
    box-shadow: 3px 2px 10px 0px #ccc;
    font-weight: 700;
    border-radius: 50px;
}

.amazon-form .frm_forms.frm_full_submit .frm_submit button:hover {
    background-color: #01e675;
    border: 4px solid #01e675;
    color: #1c203c;
}

.amazon-form .frm_forms.frm_full_submit .frm_submit button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    margin-right: 8px;
}

.amazon-form .with_frm_style .frm_top_container .frm_primary_label {
    color: #ffffff;
    text-transform: uppercase;
}

#frm_field_9_container input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #743ad5, #d53a9d) border-box;
    border: 7px solid transparent;
    border-radius: 50px;
    /*padding: 1.9rem;*/
    background-color: #f1f1f1;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
}

#frm_field_21_container input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    padding: 1.15rem;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

#frm_field_22_container input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(315deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    padding: 1.15rem;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

#frm_field_16_container select#field_yi0sq {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_13_container select#field_qabxz {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(315deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_23_container select#field_3vu4i {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_12_container input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    padding: 1.15rem;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

#frm_field_14_container select#field_l2589 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(315deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_24_container select#field_87kr8 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_15_container select#field_901kk {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(315deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}


.ez-toc-cssicon {
    margin-right: 10px !important;
}

.outer-wrapper.wide.assetless {
    background: #ffffff;
}

.ai-viewport-1 {
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .featured-image.page-header-image-single img.attachment-full.size-full {
        width: 1200px;
        height: 700px;
        border-radius: 12px;
    }
}

.liveicon {
    max-width: 20px;
    margin-top: 9px;
    margin-right: 2px;
    float: left;
}

.liveiconmo {
    max-width: 20px;
    margin: 0px -2px -4px -5px;
    padding-left: 2px;
}

.ytt-ads {
    position: relative;
    overflow: hidden;
    max-width: max-content;
    margin: 0 auto;
}

.ytt {
    float: left;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .ytt {
        float: none !Important;
        margin: 0 auto;
        padding-right: 7px;
    }
}

.ytt iframe {
    width: 300px;
    height: 533px;
    border-radius: 12px;
    box-shadow: 5px 3px 5px #ccc;
    margin-bottom: 15px;
}

ul.simbolos {
    list-style-type: none;
    margin: 5px 0px 15px 0px !Important;
    text-align: center;
}

ul.simbolos li {
    display: inline-block;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 5px;
    margin: 2px 2px 2px 2px;
    width: 49px;
    height: 49px;
    font-size: 30px;
    line-height: 34px;
}

ul.simbolos li:hover {
    background-color: #d3d3d3;
    cursor: pointer;
}

h4.relac {
    margin-bottom: 8px;
}

h4.relac a {
    color: #1c203c;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
    background-color: #ffdf00;
    text-transform: uppercase;
    font-size: .9em;
}

h4.relac a:hover {
    color: #ffdf00;
    background-color: #222222;
}

h4.relacyt {
    margin-bottom: 20px;
}

h4.relacyt a {
    color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
    background-color: #FF0000;
    text-transform: uppercase;
    font-size: .9em;
}

h4.relacyt a:hover {
    color: #FF0000;
    background-color: #3c3c3c;
}

/*3 POST DESTACADOS HOME*/
#wpsp-144488 .wp-show-posts-image img {
    object-fit: cover;
    width: 400px;
    height: 400px;
}

#wpsp-144488 .wp-show-posts-image {
    border: 4px solid #01e675;
    display: flex;
    border-radius: 6px;
    max-width: 400px;
}

@media (max-width: 768px) {
    #wpsp-144488 .wp-show-posts-image {
        margin-top: 15px;
    }
}

#wpsp-144488 h3.wp-show-posts-entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: -130px 5px 0px 5px;
    padding: 20px 5px 0px 0px;
    max-width: 400px;
}

#wpsp-144488 h3.wp-show-posts-entry-title a {
    background: #1c203c;
}

#wpsp-144488 .wp-show-posts-entry-title {
    font-weight: bold;
    font-size: 20px;
}

/*PROS CONS PRODUCTOS*/
.pros-title {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pros-title:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f164";
    width: 60px;
    height: 60px;
    margin: 5px auto 10px auto;
    font-size: 33px;
    color: #ffffff;
    background: #02c03c;
    border-radius: 50%;
    border: 3px solid #02c03c;
    box-shadow: 3px 2px 8px 0px #ccc;
}

.cons-title {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cons-title:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f165";
    padding-top: 5px;
    width: 60px;
    height: 60px;
    margin: 5px auto 10px auto;
    font-size: 33px;
    color: #ffffff;
    background: #df1508;
    border-radius: 50%;
    border: 3px solid #df1508;
    box-shadow: 3px 2px 8px 0px #ccc;
}

.pros-list-box {
    list-style-type: none;
    font-size: 16px;
    margin-left: 12px;
    margin-right: 3px;
}

@media (max-width:489px) {
    .pros-list-box {
        font-size: 14px;
    }
}

.pros-list-box li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #02c03c;
    font-weight: 800;
    margin-right: 0.3rem;
}

.pros-list-box li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cons-list-box {
    list-style-type: none;
    font-size: 16px;
    margin-left: 12px;
    margin-right: 3px;
}

@media (max-width:489px) {
    .cons-list-box {
        font-size: 14px;
    }
}

.cons-list-box li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cons-list-box li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    color: #df1508;
    font-weight: 800;
    margin-right: 0.3rem;
}

/*PAGINACIÓN*/
.pagination {
    margin: 0 auto;
    padding-top: 30px;
    width: 800px;
    text-align: center;
}

.pagination a {
    border-radius: 5px;
    color: #1c203c;
    padding: 6px 12px !Important;
}

.pagination .page-numbers.current {
    background-color: #01e675;
    border-radius: 5px;
    padding: 6px 12px !Important;
    font-weight: 600;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/*TRUEPUSH*/
.text-center.mt-1 {
    display: none !Important;
}

.truepush_optin_notifications .optinbox_truepush .optinbox_tpsection .optinbox_tpbuttons .tp_btn_primary {
    background: #01e675 !Important;
    color: #1c203c !Important;
    border: 1px solid #01e675 !Important;
    font-weight: 700 !Important;
    -webkit-box-shadow: 0 0 6px 0 #c0cfff !Important;
    box-shadow: 0 0 6px 0 #fafafa !Important;
}

.truepush_optin_notifications .optinbox_truepush {
    border: 1px solid #1c203c !Important;
    background: #1c203c !Important;
    border-radius: 3px !Important;
}

.title-push {
    color: #ffffff !Important;
}

.optinbox_tpsection p {
    color: #ffffff !Important;
}

/*NOTICIAS*/
.lead-new {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: -18px;
}

.avatar-new {
    width: 40px;
    border-radius: 100%;
    margin-right: 9px;
    float: left;
    margin-top: 6px;
}

.author-title-new {
    font-weight: 700;
}

h5.author-title-new {
    margin-bottom: 0.1em;
}

p.lead {
    color: #222222;
    margin: 0 auto;
    max-width: 900px;
    font-weight: 500;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5em;
    line-height: 2rem;
    border-bottom: 7px solid #00bfa5;
}

@media (max-width: 489px) {
    p.lead {
        font-size: 1.2em;
        line-height: 1.5em;
    }
}

.twitter-tweet {
    margin: 0 auto;
}

/*PÁGINA COMUNIDAD*/
.h1form {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
}

@media (max-width: 489px) {
    .h1form {
        font-size: 40px;
    }
}

.h2form {
    color: #ffffff;
    text-align: center;
    font-size: 29px;
    margin-bottom: 35px;
}

.h3form {
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    margin-top: 40px;
}

@media (max-width: 489px) {
    .h3form {
        font-size: 35px;
    }
}

mark1 {
    display: inline-block;
    padding: 0 5px;
    transform: rotate(2deg);
    background: transparent;
    position: relative;
    z-index: 0;
    color: #ffffff;
    text-shadow: -2px 2px 5px #3e3e3e;
}

mark1:before {
    height: 35px;
    left: -4px;
    right: -4px;
    border-radius: 15px;
    background-color: #01e675;
    content: " ";
    position: absolute;
    z-index: -2;
    bottom: 0px;
}

img.redpill {
    width: 55px;
    vertical-align: middle;
    margin-left: -8px;
}

@media (max-width: 489px) {
    img.redpill {
        width: 40px;
    }
}

.form1 {
    margin-bottom: 40px;
}

.form1 input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    display: inline-block;
    padding: .75rem;
    border: 3px solid #01e675;
    -webkit-box-shadow: inset 0 1px 3px #eee;
    box-shadow: inset 0 1px 3px #eee;
    border-radius: 5px;
    background-color: #fff;
    font-size: 25px;
}

.form1 input[type="submit"] {
    color: #1c203c;
    background-color: #01e675;
    font-size: 28px;
}

.form1 input[type="submit"]:hover {
    background: linear-gradient(to right, #FF2A67, #FF5D3A);
}

@media (max-width: 589px) {
    .form1 input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        width: 95%;
        margin-top: 6px;
    }
}

@media (max-width: 589px) {
    .form1 input[type="submit"] {
        width: 95%;
        margin-top: 6px;
    }
}

.form1-list {
    max-width: 700px;
    list-style-type: none;
    font-size: 20px;
    margin: 0 auto;
    font-weight: 600;
}

@media (max-width:489px) {
    .form1-list {
        font-size: 16px;
    }
}

.form1-list li {
    margin: 8px 0px 0px -10px;
    border: 2px solid #e4e1e3;
    border-radius: 5px;
    padding: 10px;
}

.form1-list li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #01e675;
    font-weight: 600;
    margin-right: 0.3rem;
}

.archivo-newsletter {
    max-width: 800px;
    margin: 0 auto;
}

.mc4wp-response {
    background: #ffdf00;
    max-width: 600px;
    border-radius: 50px;
    font-weight: 600;
    color: #222222;
}

.aviso-crypto {
    max-width: 800px;
    margin: 0px auto 10px auto;
    font-size: 14px;
    background-color: #FFFF66;
    color: #333333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1em;
    border: 1px solid #e3e3e3;
}

.aviso-ofertas {
    max-width: 800px;
    margin: 0px auto 10px auto;
    font-size: 14px;
    background-color: #E7F6EF;
    color: #333333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 4px;
    padding: 1em;
    border: 3px solid #01e675;
}

.aviso-ofertas h4 {
    width: fit-content;
    color: #1c203c;
    background: #01e675;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
}

/*************************/
.ipap-button {
    font-weight: 700;
    color: #1c203c;
    text-transform: uppercase;
    box-shadow: 3px 2px 10px 0px #ccc;
}

@media screen and (max-width: 48rem) {
    .ipap-button {
        padding: 8px;
    }
}

.single-post .entry-content h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1fa";
    margin-right: 5px;
    color: #00bfa5;
    transform: rotate(25deg);
    display: inline-block;
}

.single-post .entry-content h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    margin-right: 5px;
    color: #00bfa5;
}

.single-post .entry-content h4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    margin-right: 5px;
    color: #00bfa5;
}

/*WEB STORIES*/
.stories-list {
    height: 80px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100vw;
    padding: 0 8px;
    margin: 8px 0px 8px 0px;
    line-height: 14px;
    text-align: center;
}

.story-container {
    display: inline-block;
    min-width: 50px;
    color: #222222;
    text-decoration: none;
    position: relative;
    margin-right: 5px;
}

.story {
    height: 52px;
    width: 52px;
    border-radius: 26px;
    cursor: pointer;
    margin: 0 auto;
}

.story-circle {
    background-image: linear-gradient(-45deg, #FA8BFF 0, #2BD2FF 52%, #2BFF88 90%);
}

.story-circle:hover {
    background-image: linear-gradient(-45deg, #FA8BFF 0, #2BD2FF 52%, #2BFF88 90%);
    background-size: 400% 400%;
}

.story-inner {
    display: block;
    background-color: #fff;
    margin: 2px;
    height: 48px;
    width: 48px;
    border-radius: 24px;
    position: absolute;
}

.story img {
    display: block;
    position: absolute;
    border-radius: 22px;
    margin: 2px;
}

.story-author {
    font-size: 10px;
    text-align: center;
    padding-top: 4px;
    font-weight: 400;
}

/*EASY DIGITAL DOWNLOAD*/
#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit {
    width: 100%;
    color: #1c203c;
    background-color: #ffdf00;
    border-color: #ffe94d;
    padding: 9px 30px;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    text-transform: uppercase;
}

/*BANNER EFEMÉRIDES*/
@media (min-width: 769px) {
    .avisoefe {
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        background-color: #0088cc;
        border: 2px solid #0088cc;
        margin-top: -18px;
        padding: 0.01rem 0 0.1rem 0;
    }
}

@media (max-width: 768px) {
    .avisoefe {
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        background-color: #0088cc;
        border: 2px solid #0088cc;
        margin-top: -18px;
        padding: 0.2rem 0 0.2rem 0;
    }
}

.tdih_event_name ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 5px;
}

.tdih_event_name ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f058";
    margin-right: 5px;
    color: #00bfa5;
}

.fechaefemeride {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

.ads {
    text-align: center;
    color: #cecece;
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bannerebook:hover {
    opacity: 0.8;
}

@media (min-width: 769px) {
    img.check {
        margin-top: -5px;
        width: 5%;
        margin-right: -30px;
        margin-left: 30px;
    }
}

dd {
    margin: 0px;
}

/*ÚLTIMOS 5 POST*/
.post-recientes {
    margin-top: 15px;
}

.post-recientes ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 5px 0px 5px 0px;
    font-size: 18px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #1c203c;
}

.post-recientes ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 20px;
    content: "\f0da";
    margin-right: 5px;
}

@media (max-width: 489px) {
    .post-recientes ul li {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
}

/*CAJA DE AUTOR*/
.author-box {
    padding: 2%;
    background: #1c203c;
    color: #fefefe;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1em;
    border-radius: 6px;
    border: 2px solid #01e675;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.30), 0 3px 3px rgba(0, 0, 0, 0.22);
}

.author-box .avatar {
    width: 50px;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    margin-top: 4px;
}

.author-title {
    font-weight: 700;
}

h5.author-title {
    margin-bottom: 0.5em;
}

.author-description {
    margin-bottom: 3px;
    font-size: 0.8em;
    margin-top: 5px;
}

/* For Mobile Devices */
@media (max-width: 768px) {
    .author-box {
        flex-direction: column;
        text-align: center;
        padding: 50px 10px 15px 10px;
    }

    .author-box .avatar {
        margin-right: 0;
        margin-bottom: 6px;
        width: 100%;
        margin-top: -18px;
        float: none;
    }

    .author-box .avatar img {
        max-width: 60px;
    }
}

/*PÁGINA RECURSOS CRIPTOMONEDAS*/
h3.tool {
    max-width: 900px;
    text-align: left;
    margin: 25px auto 25px auto;
}

p.tool {
    max-width: 900px;
    text-align: left;
    margin: auto auto 25px auto;
}

ul.tool {
    max-width: 900px;
    margin: 0 auto;
}

.tool li {
    padding: 5px 5px 5px 9px;
    font-size: 15px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    box-shadow: 1px -1px 3px 0 rgba(60, 60, 60, .33);
}

@media (max-width: 768px) {
    .tool li {
        white-space: initial;
        overflow: auto;
        text-overflow: initial;
    }
}

.tool li:hover {
    background-color: #ececec;
}

/*BANNER TELEGRAM*/
@media (min-width: 769px) {
    .avisohead {
        color: #222222;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 17px;
        background-color: #ffdf00;
        border: 2px solid #ffdf00;
        position: sticky;
        top: 0;
        z-index: 9999;
        box-shadow: 0px 0px 15px 0px #666;
        /*position: relative;
	padding: .75rem 1.25rem;
    margin-top: -3rem;
    border-radius: .30rem;*/
    }
}

@media (max-width: 768px) {
    .avisohead {
        color: #222222;
        padding: 0.5rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        background-color: #ffdf00;
        border: 2px solid #ffdf00;
        z-index: 9999;
        bottom: 0px;
        position: fixed;
        display: block;
        width: 100%;
        box-shadow: 0px 0px 15px 0px #666;
        /*
    bottom: 0px!important;	
    top: 91%;
	position: fixed;
	position: sticky;
    top: 0;*/
    }
}

.letrastg {
    color: #222222;
    text-shadow: 2px 2px 2px #ffffff;
}

.letrastg:hover {
    color: #ffffff;
    text-shadow: 2px 2px 2px #222222;
}

.tgm1 {
    max-width: 600px;
    margin: 35px auto 35px auto;
}

/*MAQUETACIÓN PARA GLOSARIOS Y DICCIONARIOS*/
.letra {
    border: 2px solid #15b95c;
    border-radius: 50%;
    background-color: rgb(203 239 220);
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px 3px 1px 4px;
}

p.diccionario {
    letter-spacing: 0.1rem;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 40px;
    font-size: 20px;
    background-color: rgb(203 239 220);
    border: 2px solid #15b95c;
    border-radius: 50px;
}

@media (max-width: 768px) {
    p.diccionario {
        margin-bottom: 30px;
        width: auto;
        padding: 20px 40px;
    }
}

/*SOLUCIÓN ERROR ESPACIO EN BLANCO MOBILE TAGS & POST*/
.no-featured-image-padding .featured-image {
    margin-left: -15px;
    margin-right: -8px;
}

.generate-columns-container .page-header {
    padding: 30px 0;
}

.generate-columns-container .page-header h1.page-title,
.generate-columns-container .page-header .taxonomy-description>*:not(.code-block) {
    padding: 0 15px;
}

/*VARIOS*/
@media screen and (max-width: 48rem) {
    table {
        overflow-x: auto;
        display: block;
    }
}

pre,
code {
    font-family: monospace;
    color: #01e675;
    background: #3c3c3c;
    font-size: 16px;
    padding: 2px;
}

@media (max-width: 769px) {
    pre {
        overflow: auto;
        scroll-behavior: smooth;
        white-space: nowrap;
    }
}

pre {
    padding: 10px;
    border-radius: 3px;
}

.mapa-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mapa-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.wp-caption .wp-caption-text {
    background: #00bfa5;
    text-align: center;
    color: #ffffff;
    padding: 6px 12px 6px 12px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 10px;
}

.suscripcion {
    text-align: center;
    background-color: #1c203c;
    border-radius: 8px;
    padding: 25px 8px 25px;
    margin-bottom: 30px;
    color: #fff;
    border: 2px solid #01e675;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 3px 3px rgb(0 0 0 / 22%);
}

.suscripcion p {
    padding: 0px 5px 0px 5px;
    font-size: 23px;
    font-weight: bold;
}

#cookie-law-info-bar {
    font-size: 11pt;
    margin: 0 auto;
    padding: 5px 8px;
    position: absolute;
    border-top: 3px solid #01e675;
    text-align: center;
    box-sizing: border-box;
    /*width: 340px!Important;*/
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 200;
}

.cli-plugin-button {
    display: inline-block;
    padding: 7px 16px 7px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 0;
    text-decoration: none;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    box-shadow: 1px 4PX 11px 0px #ccc;
    display: block !Important;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #cookie-law-info-bar {
        inset: auto 0px 20px auto !Important;
        width: 100% !Important;
        margin-bottom: -20px;
    }
}

.cookie-law-info-again {
    max-height: 500px !Important;
    width: 500px;
}

h5.cli_messagebar_head {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*PÁGINA 404 PERSONALIZADA*/
.error404 .search-form {
    display: none;
}

.error404 .inside-article {
    display: none;
}

/*VISIBILIDAD DE ANUNCIOS MOBILE Y DESKTOP*/
.visible-mobile {
    display: none !important;
}

@media (max-width:489px) {
    .visible-mobile {
        display: inline !important
    }

    .hidden-mobile {
        display: none !important
    }
}

.visible-mobile-big {
    display: none !important
}

@media (max-width:970px) {
    .visible-mobile-big {
        display: inline !important;
    }

    .hidden-mobile-big {
        display: none !important;
    }
}

/*COSAS DEL FOOTER*/
.footer-widget-3 {
    min-width: 242px;
}

.footer-widgets-container {
    max-width: 930px;
    margin: 0 auto;
}

#footer-cta {
    margin-top: 30px;
    background: #1c203c;
    border-bottom: 3px solid #01e675;
    width: 100%;
}

#footer-cta .container {
    margin: 0 auto;
    text-align: center;
    padding-top: 2px;
}

#footer-cta h4 {
    color: #fff !important;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    margin-top: 12px;
}

#footer-cta p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: #00bfa5;
    font-weight: bold;
}

.site-footer .credits p {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}

.piepagina {
    color: #00bfa5;
    margin-top: -30px;
    max-width: 800px;
}

.mc4wp-form-fields {
    margin-bottom: 15px;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    display: inline-block;
    padding: .75rem;
    border: 2px solid #01e675;
    -webkit-box-shadow: inset 0 1px 3px #eee;
    box-shadow: inset 0 1px 3px #eee;
    border-radius: 5px;
    background-color: #fff;
}

@media (max-width: 489px) {
    input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        width: 80%;
        margin-top: 5px;
    }
}

@media (max-width: 489px) {
    input[type="submit"] {
        width: 80%;
        margin-top: 5px;
    }
}

.social {
    border-radius: 25px;
    margin: 4px;
    width: 50px
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-button-top {
    margin: 0 20px 20px 20px;
    transition: transform .5s ease-in-out
}

.social-button-top:hover {
    cursor: default;
    transform: rotate(-45deg);
    transition: all .5s ease-in-out 0s
}

.contenido-final .entry-social {
    float: left;
    margin-right: 20px
}

@media (max-width:489px) {
    .contenido-final .entry-social {
        float: none
    }
}

/*PAGINA CATEGORÍAS*/
.titulohero {
    text-shadow: -4px 2px 5px #666666;
}

@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 40px;
    }
}

@media (min-width: 767px) {
    .page-hero h1 {
        font-size: 60px;
    }
}

.imagencat {
    margin-top: -18px;
}

h3.entry-title a {
    color: #00bfa5;
}

h3.entry-title a:hover {
    color: #01e675;
}

.separate-containers .inside-article {
    padding: 10px;
}

.post-image-above-header .inside-article .post-image {
    margin-bottom: 0.5em;
}

.entry-summary:not(:first-child) {
    margin: 0.5em 0 0;
    font-size: 15px;
}

@media (min-width: 769px) {
    .catdescription {
        max-width: 800px;
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media (max-width: 769px) {
    .catdescription {
        margin: 25px 0px 0px 15px;
    }
}

.catdescription .su-box {
    margin-right: 15px;
}

.catdescription p {
    margin-right: 15px;
}

.catdescription h2 {
    margin-right: 15px;
}

.catdescription h3 {
    margin-right: 15px;
}

.catdescription ul {
    margin-right: 15px;
}

.catdescription img {
    padding-right: 10px;
}

/*DESPLEGABLE MOSTRAR POST POR AÑOS*/
.sya_container h2 {
    color: #00bfa5;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px 5px 5px 12px;
    box-shadow: 1px 2px 5px 0 rgba(60, 60, 60, .33);
}

.sya_container h2:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f067";
}

/*PLUGIN TOC DESPLEGABLE*/
#ez-toc-container {
    width: 100%;
    padding: 5px;
}

#ez-toc-container p.ez-toc-title {
    text-align: right
}

#ez-toc-container label {
    background-color: #ffffff;
}

/*NUBE ETIQUETAS: TAGS Y CATEGORÍAS*/
.cats a {
    display: inline-flex;
    color: #01e675;
    background-color: #1c203c;
    padding: 5px 8px;
    border-radius: 5px;
    margin: 4px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.cats a:hover {
    color: #1c203c;
    background-color: #01e675;
}

.etiquetas a {
    display: inline-flex;
    color: #01e675;
    background-color: #1c203c;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.etiquetas a:hover {
    color: #1c203c;
    background-color: #01e675;
}

p.post-nav-links {
    font-weight: bold;
}

.post-nav-links a {
    display: inline;
    background-color: #01e675;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 2.7;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    color: #1c203c;
}

.post-nav-links a:hover {
    background-color: #1c203c;
    color: #00bfa5;
}

.tags,
.tagsplus,
.tagscurso,
.etiquetas,
.tagsofertas {
    display: contents;
}

.tags a {
    display: inline-flex;
    color: #1c203c;
    background-color: #01e675;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tags a:hover {
    color: #01e675;
    background-color: #1c203c;
}

.tagsplus a {
    display: inline-flex;
    color: #222222;
    background-color: #ffdf00;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tagsplus a:hover {
    color: #ffdf00;
    background-color: #222222;
}

.tagsofertas a {
    display: inline-flex;
    color: #ffffff;
    background-color: #8f00ff;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tagsofertas a:hover {
    color: #8f00ff;
    background-color: #FDA426;
}

.tagscurso a {
    display: inline-flex;
    color: #ffffff;
    background-color: #ff0000;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tagscurso a:hover {
    color: #ff0000;
    background-color: #00ffff;
}

/*LOGO Y CABECERA*/
.header-image {
    filter: drop-shadow(5px 5px 5px #222);
}

.inside-header,
.main-navigation.has-branding .inside-navigation.grid-container {
    background: linear-gradient(135deg, #1c203c 0, #01e675 100%);
    border-bottom: 3px solid #01e675;
}

.site-logo.mobile-header-logo img {
    margin: 0px 5px 0px -10px;
    filter: drop-shadow(5px 5px 5px #222);
    height: 50px !Important;
}

#mobile-header .menu-toggle {
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    width: 55px;
    height: 35px;
    margin-right: 5px;
}

.menu-toggle:before {
    margin-bottom: -15px;
}

.menu-toggle .mobile-menu {
    font-size: 12px;
}

.main-navigation.has-branding .menu-toggle {
    color: #1c203c;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 1px 0px 0px;
}

.nav-below-header .main-navigation .inside-navigation.grid-container {
    padding: 0px;
}

.buttonmenu1 a {
    border-left: 8px solid #01e675;
}

.buttonmenu2 a {
    border-left: 8px solid #ffdf00;
}

.buttonmenu3 a {
    border-left: 8px solid #ff4d4d;
}

.buttonmenu4 a {
    border-left: 8px solid #ff9900;
}

.buttonmenu5 a {
    border-left: 8px solid #4285F4;
}

#generate-slideout-menu .slideout-menu li {
    border-bottom: 1px solid #dfdfdf;
}

/*LISTAS*/
ol,
ul {
    margin: 0 0 1em 1em;
}

/*NAV1*/
.hot ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 4px 10px 8px 5px;
    margin-left: 3px;
}

.hot li {
    display: inline;
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 8px;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 2px solid #ffffff;
}

.hot {
    color: #fff;
    background: #1c203c;
    text-align: center;
}

.hot .aviso {
    text-transform: uppercase;
    background-color: #ffdf00;
    border-radius: 3px;
    border: 1px solid #ffdf00;
    font-size: 11px;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
}

@media (max-width: 489px) {
    .hot .aviso {
        font-size: 13px;
        padding: 0.3rem 0.3rem;
        margin: -2px 0px 0px -5px;
        position: absolute;
    }

    .hot li:nth-child(2) {
        margin-left: 145px;
    }
}

/*BLOCKQUOTE*/
blockquote {
    color: #3c3c3c;
    background-color: #edf8f5;
    border-left: 4px solid #00bfa5: font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
}

.blockquote,
blockquote {
    color: #3c3c3c;
    background-color: #edf8f5;
    border-left: 4px solid #00bfa5;
    font-size: 1.1em;
    font-style: normal;
    padding: 1.2em 25px 1.2em 65px;
}

blockquote:before {
    font-family: "Font Awesome 5 Free";
    content: "\201C";
    color: #00bfa5;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

/*TÍTULO H1*/
.entry-header h1,
.page-header h1 {
    text-align: center;
}

/*TAMAÑO CONTENIDO CAJA*/
.entry-content {
    max-width: 800px;
    margin: 0 auto;
}

.entry-content:not(:first-child) {
    max-width: 800px;
    margin: 0 auto;
}

.final {
    max-width: 800px;
    margin: 0 auto;
}

/*CONTENIDO RELACIONADO*/
.h4tag {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
}

.h4tag:before {
    margin-right: 0.5em;
    content: "";
    flex: 1 1 0%;
    border-top: 2px solid #01e675;
}

.h4tag:after {
    margin-left: 0.5em;
    content: "";
    flex: 1 1 0%;
    border-top: 2px solid #01e675;
}

.h4big {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
}

.h4big:before {
    margin-right: 0.5em;
    content: "";
    flex: 1 1 0%;
    border-top: 2px solid #01e675;
}

.h4big:after {
    margin-left: 0.5em;
    content: "";
    flex: 1 1 0%;
    border-top: 2px solid #01e675;
}

/*EFECTO MENÚ*/
@media (min-width: 769px) {
    .main-navigation .menu>.menu-item>a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 20%;
        bottom: 7px;
        /*-webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
        display: block;
        width: 0;
        height: 2px;
        background-color: #01e675;
        transition: all 0.25s ease-out;
    }

    .main-navigation .menu>.menu-item.current-menu-item>a::after,
    .main-navigation .menu>.menu-item.current-menu-ancestor>a::after,
    .main-navigation .menu>.menu-item>a:hover::after {
        width: 60%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media (min-width: 769px) {
    .main-navigation .main-nav ul ul li a {
        font-size: 11px !important;
    }
}

/*CSS CURSOS*/
.cursomensaje {
    text-align: center;
    font-size: 20px;
    clear: left;
    margin-top: -5px;
    margin-bottom: 15px;
    font-weight: 700;
    border: 3px solid #01e675;
    padding: 10px;
    background: #1c203c;
    color: #ffffff;
    border-radius: 7px;
}

.cursofaq {
    max-width: 950px;
    margin: 0 auto;
}

@media (min-width: 769px) {
    h2.homecurso {
        font-size: 45px;
        margin-bottom: 20px;
        color: #ffffff;
        text-shadow: -4px 4px 5px #3e3e3e;
    }
}

@media (max-width: 769px) {
    h2.homecurso {
        font-size: 30px;
        color: #ffffff;
        text-shadow: -4px 4px 5px #3e3e3e;
    }
}

@media (min-width: 769px) {
    h1.homecurso {
        font-size: 60px;
        margin-bottom: 20px;
        color: #ffffff;
        text-shadow: -4px 4px 5px #3e3e3e;
    }
}

@media (max-width: 769px) {
    h1.homecurso {
        font-size: 35px;
        color: #ffffff;
        text-shadow: -4px 4px 5px #3e3e3e;
    }
}

@media (min-width: 769px) {
    h3.homecurso {
        font-size: 35px;
    }
}

/*HOME*/
mark {
    display: inline-block;
    padding: 0 5px;
    transform: rotate(-2deg);
    background: transparent;
    position: relative;
    z-index: 0;
    color: #ffffff;
    text-shadow: -2px 2px 5px #3e3e3e;
}

mark:before {
    height: 35px;
    left: -4px;
    right: -4px;
    border-radius: 15px;
    background-color: #ff5603;
    content: " ";
    position: absolute;
    z-index: -2;
    bottom: 0px;
}

.sections-no-sidebars.generate-sections-enabled #primary.content-area {
    margin-top: -18px;
}

.home.su-column.su-column-size-1-2 {
    margin-top: 70px;
}

.home2.su-column.su-column-size-1-2 {
    margin-bottom: -7px;
}

.h1home {
    font-weight: 700;
    font-size: 52px;
    color: #ffffff;
    text-shadow: -4px 2px 5px #3e3e3e;
    margin-bottom: 40px;
}

.markhome {
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: -4px 2px 5px #3e3e3e;
}

.botonsombra {
    font-weight: bold;
    box-shadow: -4px 2px 5px #3e3e3e;
    margin-top: 30px;
}

@media (min-width: 769px) {
    #taghome {
        max-width: 950px;
        margin: 0 auto;
    }
}

@media (max-width: 769px) {
    #taghome {
        padding: 15px;
    }
}

@media (min-width: 769px) {
    h2.home {
        font-size: 45px;
        margin-bottom: 20px;
    }
}

@media (max-width: 769px) {
    h2.home {
        font-size: 30px;
    }
}

@media (min-width: 769px) {
    h3.home {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

@media (max-width: 769px) {
    h3.home {
        font-size: 25px;
    }
}

h3.curhome {
    font-size: 20px;
}

.button.card,
.button.card:visited {
    background: #01e675;
    color: #1c203c;
    justify-content: center;
    display: flex;
    font-weight: bold;
    padding: 7px;
    font-size: 20px;
    border-radius: 8px;
    margin: 12px 12px 12px 12px;
}

.homecolum {
    padding: 18px 0px 9px 0px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, .33);
}

.imagencurso {
    margin-bottom: 20px;
    margin-top: -25px;
}

h2.portada2 {
    font-size: 30px;
    background-color: #1c203c;
    line-height: 50px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    transition: all .3s ease 0s;
    box-shadow: 5px 0 0 #01e675 inset;
    border-top-right-radius: 40px
}

h2.portada2 a {
    color: #01e675;
}

h2.portada2 a:hover {
    color: #00bfa5
}

.destacados {
    font-size: 20px;
    box-shadow: 0 5px #1c203c;
    text-transform: uppercase;
    padding: 8px;
    background-color: #edf8f5
}

/*CAJAS COMENTARIOS*/
.comment-author {
    color: #3e3e3e;
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: 700;
    border-bottom: 3px dashed #01e675;
}

.comment-reply-link {
    border: 1px solid #00bfa5;
    background: #1c203c;
    border-radius: 5px;
    font-weight: 600;
    padding: 8px;
}

.separate-containers .comments-area {
    max-width: 900px;
    margin: 0 auto;
    background-color: #edf8f5;
    border-radius: 8px;
    padding: 20px 20px 15px;
}

.comments-title {
    text-align: center;
}

button,
input,
select {
    border-radius: 5px;
    font-weight: 700
}

.comment-content {
    font-size: 16px;
}

.comment-metadata {
    display: none;
}

.comment-author-info {
    margin-bottom: -40px;
}

.comment-form #email,
.comment-form #url {
    display: none;
}

/*.comment-list ol, ul {
	list-style-type: none;
	}*/
.no-comments {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    border-radius: 6px;
    background: #ffdf00;
    max-width: 450px;
    margin: 0 auto;
    padding: 5px 0px 7px 0px;
}

/*MEDIA KIT*/
.promocion1 {
    background: #1c203c;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.promocion2 {
    background: #1c203c;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.promocion3 {
    background: #1c203c;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.promocion1 h3 {
    background-color: #01e675;
    padding: 5px;
    margin: -10px -20px 8px -20px;
    border-radius: 3px;
    color: #ffffff;
}

.promocion2 h3 {
    background-color: #00bfa5;
    padding: 5px;
    margin: -10px -20px 8px -20px;
    border-radius: 3px;
    color: #ffffff;
}

.promocion3 h3 {
    background-color: #c3c3c3;
    padding: 5px;
    margin: -10px -20px 8px -20px;
    border-radius: 3px;
    color: #ffffff;
}

p.publi {
    font-size: 20px;
    font-weight: 700;
}

p.precio {
    font-size: 20px;
    background-color: #ff7f7f;
    margin-left: 30%;
    margin-right: 30%;
    border-radius: 3px;
    font-weight: 700;
}

p.descuento {
    font-weight: 700;
    font-size: 16px;
}

.destacadomedia {
    background: #c1c1c129;
    padding: 20px 20px 20px 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .33);
}

.destacadomedia p {
    font-size: 15px;
}

/*BLOQUES POST RELACIONADOS WP-POST*/
@media (max-width: 767px) {
    .wp-show-posts-image.wpsp-image-left.wp-show-posts-image img {
        object-fit: unset;
        width: 100%;
    }
}

.wp-show-posts-entry-summary {
    font-size: 15px;
}

/*GENERATE PASSWORD*/
.info {
    font-size: 0.9rem;
    text-align: left;
}

.wrapper-random-passw h1,
.wrapper-random-passw h2,
.wrapper-random-passw h3,
.wrapper-random-passw h4,
.wrapper-random-passw h5,
.wrapper-random-passw h6 {
    font-weight: 600;
    margin: 0;
}

h1.title {
    color: #00bfa5
}

.wrapper-random-passw h3 {
    text-align: center;
    font-size: 32px;
}

input#textInput {
    border: none;
    box-shadow: none;
    width: 20px !important;
    padding: 0;
    margin-right: -6px;
}

#length-box label {
    display: inline;
}

.wrapper-random-passw h1 {
    font-size: 1.1rem;
}

.wrapper-random-passw .title-section {
    background: #1c203c;
    padding: 10px 10px;
    border-bottom: 5px solid #01e675;
}

.wrapper-random-passw .inner-section {
    padding: 20px;
}

.wrapper-random-passw {
    overflow: hidden;
    margin: auto;
    width: 90%;
    /*max-width: 380px;*/
    background: white;
    border-radius: 7px;
    /*box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);*/
    box-shadow: 3px 3px 2px #f1f1f1;
    border: 2px solid #f1f1f1;
    display: flex;
    flex-flow: column wrap;
}

@media screen and (max-width: 48rem) {
    .wrapper-random-passw {
        width: 100%;
    }
}

.wrapper-random-passw .password-section {
    position: relative;
    border: 2px solid #f1f1f1;
    color: gray;
    margin-top: 20px;
    padding: 2px 2px 2px 8px;
    border-radius: 5px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.wrapper-random-passw .password-section .alert {
    position: absolute;
    padding: 0 5px;
    border-radius: 2px;
    width: 21ch;
    height: 89%;
    left: 2px;
    top: -100%;
    width: 96%;
    text-align: center;
    color: #333;
    opacity: 0;
    transition: all 0.5s ease;
}

.wrapper-random-passw .password-section .alert.success {
    background: #01e675;
    opacity: 1;
}

.wrapper-random-passw .password-section .alert.fail {
    background: rgb(230, 0, 35, 0.9);
    color: white;
    opacity: 1;
}

@media screen and (max-width: 48rem) {
    .wrapper-random-passw .password-section .alert.fail {
        font-size: 0.8rem;
    }
}

.wrapper-random-passw .password-section .copy {
    height: 100%;
    /*width: 50px;*/
    background: #01e675;
    border: 0;
    color: white;
    border-radius: 2px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wrapper-random-passw .password-section .copy:hover {
    background: #00bfa5;
}

.wrapper-random-passw .controls {
    text-align: left;
    display: flex;
    flex-flow: column wrap;
}

.wrapper-random-passw .controls .control {
    padding: 3px;
    border-bottom: 1px solid lightgray;
    width: 100%;
    margin: 2px;
}

.wrapper-random-passw .controls .generate {
    width: 100%;
    border: 0;
    color: white;
    background: #00bfa5;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.wrapper-random-passw .controls .generate:hover {
    background: #01e675;
}

#length-box {
    width: 100%;
}

#length-box input {
    width: 100%;
}

.wrapper-random-passw input[type="checkbox"] {
    visibility: hidden;
}

.wrapper-random-passw label.check-label {
    position: relative;
}

.wrapper-random-passw label.check-label:before {
    content: "";
    height: 1rem;
    width: 1rem;
    left: -24px;
    top: 0;
    border: 0.5px solid lightgray;
    position: absolute;
    background: transparent;
    transition: all 0.3s cubic-bezier(0, 0.82, 1, 1.81);
}

.wrapper-random-passw input[type="checkbox"]:checked+label.check-label:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-size: 0.7rem;
    color: #212121;
    text-align: center;
    background: #00e676;
    transition: all 0.3s cubic-bezier(0, 0.82, 1, 1.81);
}

.pass-field {
    color: #1c203c;
    font-family: monospace;
    font-size: 1.5rem;
}

@media screen and (max-width: 48rem) {
    .pass-field {
        color: #1c203c;
        font-family: monospace;
        font-size: 0.9rem;
        margin-top: 10px;
    }
}

input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: #01E675;
    border-radius: 15px;
}

input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 40px;
    border-radius: 25px;
    background: #00BFA5;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

/*FORMULARIO CHOLLOS AMAZON*/

.amazon-form .frm_forms.frm_full_submit .frm_submit button {
    color: #1c203c;
    background-color: #ffdf00;
    border: 4px solid #ffdf00;
    font-size: 32px;
    padding: 0.3rem;
    box-shadow: 3px 2px 10px 0px #ccc;
    font-weight: 700;
    border-radius: 50px;
}

.amazon-form .frm_forms.frm_full_submit .frm_submit button:hover {
    background-color: #01e675;
    border: 4px solid #01e675;
    color: #1c203c;
}

.amazon-form .frm_forms.frm_full_submit .frm_submit button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    margin-right: 8px;
}

.amazon-form .with_frm_style .frm_top_container .frm_primary_label {
    color: #ffffff;
    text-transform: uppercase;
}

#frm_field_9_container input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #743ad5, #d53a9d) border-box;
    border: 7px solid transparent;
    border-radius: 50px;
    /*padding: 1.9rem;*/
    background-color: #f1f1f1;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
}

#frm_field_21_container input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    padding: 1.15rem;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

#frm_field_22_container input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(315deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    padding: 1.15rem;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

#frm_field_16_container select#field_yi0sq {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_13_container select#field_qabxz {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(315deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_23_container select#field_3vu4i {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_12_container input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    padding: 1.15rem;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

#frm_field_14_container select#field_l2589 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(315deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_24_container select#field_87kr8 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}

#frm_field_15_container select#field_901kk {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(315deg, #00C853, #B2FF59) border-box;
    border: 5px solid transparent;
    border-radius: 50px;
    height: auto;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 700;
}