/*
Theme Name: Electomania
Theme URI: http://josebarreramayoral.es
Description: Plantilla personalizada para electomania.es
Author: Jose Antonio de la Barrera Mayoral
Version: 1.0
*/
/* #1B64C8 -> azul oscuro */
html, body {
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

@media all and (max-width: 1024px) {
    html, body {
        font-size: 18px;
    }
}

/** Width and screen center **/
#main-content > div,
.pre-header,
header .site-header,
footer.site-footer > div {
    margin: 0 auto;
    max-width: 1140px;
}

@media (max-width: 1139px) {
    #main-content > div,
    .pre-header,
    header .site-header, 
    footer.site-footer > div {
        padding-left: 20px;
        padding-right: 20px;
    }
}

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

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

body > .wp-block-group + .wp-block-group:not(.no-mt) {
    margin-top: 130px;
}

#main-content .wp-block-group__inner-container {
    padding: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500;
}

div {
    font-size: 1em;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.25px;
}

p, span {
    font-size: 1em;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.25px;
    margin-bottom: 10px;
    margin-top: 0;
}

strong {
    font-size: 1em;
    line-height: 26px;
    letter-spacing: 0.25px;
}

p.xl {
    font-size: 1.5em;
    line-height: 32px;
}

p.tip,
span.tip {
    font-size: 0.8em;
    font-style: italic;
}

h1, .h1 {
    color: #111;
    font-size: 2.2em;
    font-weight: 600;
    line-height: 48px;
}

h2, .h2 {
    color: #111;
    font-size: 2em;
    font-weight: 600;
    line-height: 40px;
}

h3, .h3 {
    color: #111;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

h4, .h4 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #27A675; /*Verde pantone*/
}

*,::after,::before {
    box-sizing: border-box
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-padding {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}


/** CUSTOM COLORS **/


/** SPECIAL CLASSES **/
/** -- column-new **/
.column-new {
    margin-bottom: 10px;
    margin-top: 10px;
}

.column-new .post-thumbnail img {
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.column-new .post-content {
    padding-bottom: 10px;
    padding-top: 10px;
}

.column-new .post-content h3 {
    font-family: Lora, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    margin: 0 0 4px 0;
    padding: 0;
}

.column-new .post-content h3 a {
    display: inline;
    padding-bottom: 3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(98%, #000));
    background: linear-gradient(to bottom, #000 0%, #000 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.column-new .post-content h3 a:hover {
    color: #27A675; /*Verde pantone*/
    background-size: 100% 2px;
    background-image: linear-gradient(to bottom, #000 0%, #000 98%);
}

.column-new .post-content p.date {
    color: #707070;
    font-size: 0.75em;
    margin: 0 0 4px 0;
    padding: 0;
}

.column-new .post-content p.excerpt {
    color: #333;
    font-size: 0.8em;
}

@media all and (min-width: 1024px) {
    .column-new .post-content.mod-middle h3 {
        font-size: 1.25em;
    }

    .column-new .post-content.mod-big h3 {
        font-size: 1.5em;
        line-height: 40px;
    }
}

@media all and (max-width: 1024px) {
    .column-new .post-content {
        padding-top: 6px;
    }

    .column-new .post-content h3 {
        font-size: 0.90em;
    }

    p.excerpt {
        display: none;
    }
}

/*#actualidad-news .post-thumbnail {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}*/

@media all and (max-width: 575px) {
    .column-new:not(.mobile-row),
    .column-new.new-image-side:not(.mobile-row) {
        flex-flow: column;
    }

    .column-new:not(.mobile-row) .post-content, 
    .column-new.new-image-side:not(.mobile-row) .post-content {
        padding-left: 0;
    }
}

.new-image {
    display: flex;
    flex-direction: column;
}

/** -- new-image-side **/
.new-image-side {
    display: flex;
    flex-direction: row;
}

.new-image-side .post-content {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 13px;
}

/** -- grid-news-2 -- **/
.column-new.grid-news-2 {
    display: inline-flex;
    flex-basis: 49%;
    max-width: 49%;
}

@media all and (max-width: 575px) {
    .column-new.grid-news-2 {
        max-width: 100%;
    }
}

/** -- **/

.image_120_105 img {
    min-width: 120px;
    width: 120px;
}

.btn a, input.btn[type="submit"] {
    background: #0004ff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 0.7em;
    height: 48px;
    line-height: 48px;
    margin: 20px auto;
    padding: 0 40px;
    text-align: center;
}

.btn-alt a {
    height: 48px;
    text-align: center;
    background: #fff;
    color: #0004ff !important;
    border: 1px solid #0004ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    letter-spacing: -.25px;
    line-height: 26px;
    font-size: 0.8em;
    font-weight: 300;
    padding: 10px 16px;
}

.btn-alt a:hover {
    background: #0004ff;
    border: 1px solid #fff;
    color: #FFF !important;
    opacity: 1;
}

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

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.no-mb {
    margin-bottom: 0px;
}

.no-mt {
    margin-top: 0px;
}

.no-pb {
    padding-bottom: 0px;
}

.no-pt {
    padding-top: 0px;
}

.mb-8 {
    margin-bottom: 8px!important;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.mb-big {
    margin-bottom: 90px;
}

.mt-big {
    margin-top: 90px;
}

.pb-big {
  padding-bottom: 90px;
}

.pt-big {
  padding-top: 90px;
}

.mb-xl {
    margin-bottom: 120px;
}

.mt-xl {
    margin-top: 120px;
}

.pb-xl {
  padding-bottom: 120px;
}

.pt-xl {
  padding-top: 120px;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.text-right {
    text-align: right;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.wp-block-column.flex-align-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.wp-block-column.flex-align-horizontal-center {
    align-items: center;
    display: flex;
}

.wp-block-column.flex-align-vertical-center {
    display: flex;
    justify-content: center;
}

.wp-block-column.flex-align-vertical-end {
    display: flex;
    justify-content: flex-end;
}

.wp-block-column.flex-column {
    flex-direction: column;
}

@media all and (max-width: 767px) {
    .hide_767 {
        display: none!important;
    }

    .hide_767_vad .vertical-ad {
        display: none!important;
    }
}

hr.sep-10 {
    width: 10%;
}

hr.sep-20 {
    width: 20%;
}

hr.sep-30 {
    width: 30%;
}

hr.sep-40 {
    width: 40%;
}

hr.sep-50 {
    width: 50%;
}

hr.sep-90 {
    width: 90%;
}

@media (min-width: 992px) {
    .row.row-no-padding > div {
        padding-left: 0;
        padding-right: 0;
    }
}

/** WEB CLASSES **/
.menu .current-menu-item a {
    color: #27A675; /*Verde pantone*/;
}

a.button {
    background-color: #FFF;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    padding: 15px 27px;
    position: relative;
    transition: background-color 500ms linear;
}

a.button:hover {
    background-color: #27A675; /*Pantone*/
    color: #FFF;
}

a.button.reverse {
    background-color: #27A675; /*Pantone*/
    color: #FFF;    
}

a.button.reverse:hover {
    background-color: #FFF;
    color: #000;   
}

a.button.button100 {
    display: block;
    text-align: center;
    width: 100%;
}

a.button.button-grey {
    color: #FFF;
    background-color: #A7A7A7;
}

a.button.button-view {
    background-color: #FFF;
    border: 1px solid #A7A7A7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #000;
    font-weight: 700;
    padding: 15px 27px;
    position: relative;
}

h3.section-title {
    border-left: 6px solid #27A675; /*Verde pantone*/
    font-family: Lora, sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
}

h3.section-title::before {
    background: #a7a7a7;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 95%;
    z-index: 0;
}

h3.section-title p {
    background-color: #FFF;
    display: inline;
    font-family: Lora, sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
    margin-left: 6px;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase;
}

h3.section-title.mt0 {
    margin-top: 0;
}

h3.section-title + div.column-new {
    margin-top: 15px;
}

/** Home sin scrol **/

.hero-scrolled header.site-header {
    background: rgba(0, 0, 0, 0.25);
}

.hero-scrolled .menu-container a {
    color: #FFF;
}

.hero-scrolled .menu-container a:hover {
    color: #FFAE2B; /*Naranja*/
}

.hero-scrolled .menu-container .sub-menu a {
    color: #000;
}

/** PRE HEADER **/
.pre-header {
    border-bottom: 2px solid #05011D;
}

.pre-header .row > div {
    padding-bottom: 10px;
    padding-top: 10px;
}

.pre-header .header-logo .logo {
    text-align: center;
}

.pre-header .header-logo .logo img {
    max-width: 180px;
}

.pre-header .header-logo .logo img.datamania {
    max-width: 90px;
}

.pre-header .left-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pre-header .left-col span {
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 0;
}

.pre-header .right-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pre-header .right-col > span {
    font-size: 0.75em;
    margin-bottom: 5px;
}

.pre-header .right-col > span a {
    font-weight: bold;
}

/** HEADER **/
/*body.logged-in header.site-header {
    margin-top: 32px;
}*/

header.site-header {
    background: #FFF;
    border: none;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 3%);
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

header.site-header .header-wrapper {
    justify-content: center;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.pre-header .burguer {
    cursor: pointer;
    display: none;
    z-index: 9999999;
}

.pre-header .burguer .icon {
    width: 24px;
    height: 18px;
}

.pre-header .burguer .icon .bar {
    
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 2.5px;
    background-color: #111;
    margin-bottom: 4px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
}

.pre-header .burguer .icon .bar:nth-child(2) {
    top: 6.5px;
}

.pre-header .burguer .icon .bar:nth-child(3) {
    top: 13px;
    margin-bottom: 0px;
}

@media all and (min-width: 1024px) {
    header.site-header {
        height: 80px;
    }

    .pre-header {
        height: 80px;
    }
}

/** Menu **/
.menu-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.menu-container .menu {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    text-align: right;
}

.menu-container.open .menu {
    padding-top: 32px;
}

.menu-container li {
    display: inline-flex;
}

.menu-container > ul > li:not(:first-child) {
    margin-left: 10px;
}

.menu-container a {
    color: #000;
    font-size: 0.8em;
    font-weight: 700;
    padding: 0px 14px;
    text-align: center;
    text-decoration: none;
}

.menu-container .menu-item-has-children {
    overflow: hidden;
}

.menu-container .sub-menu {
    background-color: #f9f9f9;
    box-shadow: none;
    display: none;
    margin-top: 19px;
    min-width: 160px;
    padding: 0px;
    position: absolute;
    z-index: 1;
}

.menu-container .sub-menu li {
  display: block;
}

.menu-container .sub-menu a {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #F0F0F0;
    display: block;
    float: none;
    font-size: 0.8em;
    font-weight: 700;
    padding: 15px 15px 15px 15px;
    text-align: left;
    text-decoration: none;
}

.menu-container .menu-item-has-children:hover .sub-menu {
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
    display: block;
    text-align: left;
}

.menu-container.open .icon-search a svg path {
    stroke: #FFF;
}

.menu-container .icon-search svg {
    vertical-align: bottom;
}

.menu-container .icon-search a:hover svg path {
    stroke: #27A675; /*Verde pantone*/
}

@media all and (max-width: 1023px) {

    .pre-header .burguer {
        display: block;
        margin-left: 5px;
    }

    .menu-container {
        align-items: center;
        background-color: #262A30;
        bottom: 0;
        display: none;
        flex: none;
        position: fixed;
        right: 0;
        top: 0;
        width: 80%;
        z-index: 9999998;
    }

    .menu-container.open {
        display: block;
        overflow-y: scroll;
    }

    .menu-container .menu {
        width: 100%;
    }

    .menu-container .menu li {
        display: block!important;
        text-align: center;
    }

    .menu-container .menu li.menu-item-wun-bell svg path {
        fill: #FFF!important;
    }

    .menu-container .menu li {
        margin-bottom: 0px;
    }

    .menu-container .menu-item-has-children:hover .sub-menu {
        background-color: #262A30;
        box-shadow: none;
    }

    .menu-container .menu-item-has-children:hover .sub-menu li {
        text-align: left;
    }

    .menu-container .sub-menu {
        background-color: inherit;
        box-shadow: none;
        display: block;
        margin-top: 0px;
        position: relative;
    }

    .menu-container .sub-menu li a {
        color: #FFF;
        text-align: center;
    }

    .hero-scrolled .menu-container .sub-menu a {
        color: #FFF;
    }

    .menu-container .sub-menu a:hover {
        color: #27A675; /*Verde pantone*/
    }

    .menu-container .menu li.btn-outline {
        display: none;
    }

    .menu-container .menu li a {
        color: #FFF;
        display: block;
        float: none;
        font-size: 1.05em;
        margin-bottom: 30px;
    }

    .menu-container .menu li a:hover {
        color: #27A675; /*Verde pantone*/
    }

    .pre-header .burguer.active {
        height: 48px;
        margin-left: 0;
        position: absolute;
        right: 22px;
        top: 30px;
        width: 48px;
    }

    .pre-header .burguer.active .icon {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .pre-header .burguer.active .icon .bar {
        background-color: #FFF;
        position: absolute;
    }

    .pre-header .burguer.active .icon .bar:nth-child(1) {
        top: 7px;
        transform: rotate(45deg);
    }

    .pre-header .burguer.active .icon .bar:nth-child(2) {
        opacity: 0;
    }

    .pre-header .burguer.active .icon .bar:nth-child(3) {
        top: 7px;
        transform: rotate(-45deg);
    }

    span.login-logout {
        display: none;
    }

}

@media all and (max-width: 767px) {
    .pre-header .burguer {
        right: 7px;
    }
}

@media all and (max-width: 600px) {
    body.show-mobile-contact #mobile-contact {
        height: 90px;
    }

    body.show-mobile-contact #mobile-contact p {
        margin-bottom: 5px;
    }

    body.show-mobile-contact #mobile-contact a {
        padding: 8px 12px;
    }
}

@media all and (min-width: 1024px) {
    .menu-item.login-item-menu {
        display: none;
    }
}


/* TICKER VERTICAL */
.vticker-blinking {  
  border-left: 6px solid #FF0000;
  animation-name: vticker-blinking;
  animation-duration: 3s;
  animation-iteration-count: 100;
}
@keyframes vticker-blinking {
  50% {
    border-color: #FFF;
  }
}

.vticker {
    height: 26px;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
}

.ticker_v_item {
    position: absolute;
    top: 0px;
    transition: all 2s linear;
}

.ticker_v_item.hide {
    top: -26px;
}

.ticker_v_item.next {
    top: 26px;
    display: none;
    transition: all 2s linear;
}

.ticker_v_item.show {
    display: block;
}

.ticker_v_item a {
    font-family: Lora, sans-serif;
    font-size: 1em;
}

@media all and (max-width: 767px) {
    .vticker {
        height: 52px;
    }

    .ticker_v_item.hide {
        top: -52px;
    }

    .ticker_v_item.next {
        top: 52px;
    }

    .ticker_v_item a {
        font-size: 0.70em;
    }
}

/**electopanel new - HOME**/
#electopanel-new {
    margin-bottom: 16px;
}

@media all and (min-width: 576px) {
    #highlighted-news {
        border-left: 1px solid #a7a7a7;
    }
}

/**actualidad**/
#actualidad-news .column-new {
    margin-bottom: 16px;
}

#actualidad-news .post-thumbnail {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media all and (max-width: 575px) {
    #actualidad-news .column-new {
        flex-flow: column;
    }

    #actualidad-news .column-new .post-content {
        padding-left: 0;
    }
}

/**electopanel - CAT**/
#electopanel-news .column-new {
    margin-bottom: 16px;
}

#electopanel-news .post-thumbnail {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media all and (max-width: 575px) {
    #electopanel-news .column-new {
        flex-flow: column;
    }

    #electopanel-news .column-new .post-content {
        padding-left: 0;
    }
}

/**Search results**/
#search_results-news .column-new {
    margin-bottom: 16px;
}

#search_results-news .post-thumbnail {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media all and (max-width: 575px) {
    #search_results-news .column-new {
        flex-flow: column;
    }

    #search_results-news .column-new .post-content {
        padding-left: 0;
    }
}

/**sondeos - CAT**/
#sondeos-news .column-new {
    margin-bottom: 16px;
}

#sondeos-news .post-thumbnail {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media all and (max-width: 575px) {
    #sondeos-news .column-new {
        flex-flow: column;
    }

    #sondeos-news .column-new .post-content {
        padding-left: 0;
    }
}

/**filter-sondeos**/
/*#filter-sondeos {
    padding: 0 10px;
}*/

#filter-sondeos ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#filter-sondeos ul li {
    background-color: #F4F5F7; /*Gris claro*/
    /*-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;*/
    display: inline-block;
    font-family: Lora, sans-serif;
    margin: 5px 10px;
    padding: 12px 20px;
}

@media all and (min-width: 1024px) {
    #filter-sondeos .filter-sondeos-wrapper {
        /*-webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;*/
        background-color: #F4F5F7; /*Gris claro*/
    }

    #filter-sondeos ul li {
        margin: 0;
    }
}

@media all and (max-width: 1023px) {
    #filter-sondeos ul li {
        margin-left: auto;
        margin-right: auto;
        min-width: 260px;
    }
}

@media all and (max-width: 768px) {
    #filter-sondeos ul {
        padding: 0;
    }

    #filter-sondeos ul li {
        min-width: 100%;
    }
}

/**formulario panel**/
@media all and (min-width: 576px) and (max-width: 767px) {
    #formulario-panel-new {
        align-items: center;
        flex-flow: column;
    }

    #formulario-panel-new .post-content {
        padding-left: 0;
    }
}

/**promedio**/
@media all and (min-width: 576px) and (max-width: 767px) {
    #promedio-new {
        align-items: center;
        flex-flow: column;
    }

    #promedio-new .post-content {
        padding-left: 0px;
    }
}

/**poll check**/
@media all and (min-width: 576px) and (max-width: 767px) {
    #poll-check-new {
        align-items: center;
        flex-flow: column;
    }

    #poll-check-new .post-content {
        padding-left: 0px;
    }
}

/***Load more*/
div.load-more {
    margin: 45px 0;
    position: relative;
    text-align: center;
}

div.load-more > button {
    background-color: #FFF;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    padding: 15px 27px;
    position: relative;
    transition: background-color 500ms linear;
}

div.load-more > button:not(.loading):hover {
    background-color: #C8C8C8;
    color: #FFF;
}

div.load-more::before {
    background: #eaeaea;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

/** Feed TW **/
.widget-module.twitter-feed svg {
    height: 28px;
    vertical-align: middle;
    width: 28px;
}

.widget-module.twitter-feed h4 svg path {
    fill: #27A675; /*Verde pantone*/
}

.widget-module.twitter-feed h4 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 5px;
}

.widget-module.twitter-feed h4 span {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
}

.twitter-feed .tweets-wrapper {
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.twitter-feed .tweets-wrapper .single-tweet {
    font-size: 0.8em;
    margin-bottom: 16px;
    padding: 8px;
}

.twitter-feed .tweets-wrapper .single-tweet:nth-child(odd) {
    background-color: #FAFAFA;
}

.twitter-feed .tweets-wrapper .single-tweet img {
    max-width: 100%;
}

.twitter-feed .tweets-wrapper .single-tweet .tweet-metrics svg {
    height: 22px;
    width: 22px;
}

.twitter-feed .tweets-wrapper .single-tweet .tweet-metrics .reply a:hover path {
    stroke: #F91880;
}

.twitter-feed .tweets-wrapper .single-tweet .tweet-metrics .likes a:hover path {
    stroke: #1D9BF0;
}

/** Botones destacados **/
.featured_buttons .widget-module .col-6 {
    margin-bottom: 20px;
}

.featured_buttons a.button img {
    vertical-align: middle;
    width: 15px;
}

.featured_buttons a.button.footer-mod {
    padding: 10px 8px;
}

/** Patrones **/
.promo-panel {
    margin: 10px 10px 15px 10px;
    padding: 0;
}

.promo-panel a, 
.promo-panel a.button.footer-mod {
    font-weight: bold;
}

[class*="ihc_level_template_"] .ihc-level-item-top {
    background-color: #FFF;
}

[class*="ihc_level_template_"] .ihc-level-item-title {
    color: #27A675; /*Verde pantone*/
    font-family: Lora, sans-serif;
    font-size: 0.95em;
    font-weight: bold;
}

[class*="ihc_level_template_"] .ihc-level-item-content {
    font-size: 0.8em;
}

[class*="ihc_level_template_"] .ihc-level-item-price {
    font-family: Lora, sans-serif;
    font-size: 0.8em;
    padding-left: 0;
}

[class*="ihc_level_template_"] .ihc-level-item-bottom {
    border-top-color: #27A675; /*Verde pantone*/
}

[class*="ihc_level_template_"] .ihc-level-item-link {
    border-color: #27A675; /*Verde pantone*/
    color: #27A675; /*Verde pantone*/
    font-size: 0.8em;
}

[class*="ihc_level_template_"] .ihc-level-item-link:hover {
    background-color: #27A675!important; /*Verde pantone*/
    color: #FFF!important;
}

[class*="ihc_level_template_"] .action {
    display: none;
}

.ihc-shortcode {
    margin-bottom: 16px;
}

.ihc-shortcode .ihc-level-item-link {
    background-color: #FFF;
    border: 1px solid #C4C4C4;
    color: #000;
    margin-bottom: 0;
    margin-top: 5px;
    min-width: 60px;
}

.ihc-shortcode .ihc-level-item-link:hover {
    color: #FFF;
    background-color: #27A675; /*Pantone*/
}

.ihc-shortcode .ihc-level-item-wrap {
    padding-bottom: 0;
}

.ihc-shortcode .ihc-level-item {
    width: 100%;
}

.ihc-shortcode .ihc-level-item.plegado .ihc-level-item-top {
    border-bottom: none;
}

.ihc-shortcode .ihc-level-item.plegado .ihc-level-item-content {
    display: none;
}

.ihc-shortcode .ihc-level-item .action {
    cursor: pointer;
    display: inline;
    height: 24px;
    margin-left: 8px;
    padding-bottom: 5px;
    vertical-align: middle;
    width: 24px;
}

.ihc-shortcode .ihc-level-item.plegado .action.img-close {
    display: none;
}

.ihc-shortcode .ihc-level-item:not(.plegado) .action.img-info {
    display: none;
}

@media all and (min-width: 768px) and (max-width: 991px) {
    [class*="ihc_level_template_"] .ihc-level-item {
        max-width: 100%;
        width: 50%;
    }
}

@media all and (max-width: 767px) {
    [class*="ihc_level_template_"] .ihc-level-item {
        max-width: 100%;
        width: 100%;
    }
}

/** Siguenos - Redes sociales **/
.elec-rrss {
    margin-bottom: 16px;
}

.elec-rrss a:hover svg g {
    stroke: #27A675; /*Verde (pantone)*/
}

.elec-rrss a svg path {
    stroke-width: 2;
}

.elec-rrss a:hover svg path {
    stroke: #27A675; /*Verde (pantone)*/
}

@media all and (min-width: 992px) {
    .elec-rrss {
        padding-left: 10px;
    }
}

/** Comentarios **/
.comments h4 {
    font-size: 1.8em;
    margin-bottom: 16px;
    margin-top: 32px;
    text-align: center;
}

.comments .claim p, 
.comments .claim a, 
.comments .claim span, 
{
    font-size: 0.9em;
}

/** SIDEBAR **/
.widget-module + .widget-module {
    border-top: 1px solid #E9E9E9;
    margin-top: 35px;
    padding-top: 22px;
}

footer .elec-rrss {
    margin-bottom: 0;
    padding-left: 0;
}

.widget .widget-title {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
}

.widget div {
    font-size: 0.9em;
}

.widget a,
.widget p,
.widget span {
    font-size: inherit;
}

.widget .recent-comments-list.with-avatars .comment-wrap {
    word-break: break-word;
    width: 100%;
}

/** Datamania - mas leido **/
@media all and (min-width: 992px) {
    .widget-module.datamania_mas_leido h3 img {
        float: left;
        margin-bottom: 0;
        margin-right: 4px;
        width: 100px;
    }

    .widget-module.datamania_mas_leido h3 a {
        display: initial;
        font-size: 0.95em;
        line-height: 30px;
    }
}

/** Arbol **/
.widget-module.tree h4 a {
    font-weight: 700;
}

.widget-module.tree ul {
    padding-left: 12px;
}

.widget-module.tree > ul {
    margin-top: 0;
    padding-left: 5px;
}

.widget-module.tree ul li {
    list-style: none;
}

.widget-module.tree ul li a:before {
    border-top: 0.2px solid black;
    content: "";
    display: inline-block;
    margin-right: 3px;
    padding-bottom: 5px;
    width: 8px;
}

.widget-module.tree ul li a.subcat:before {
    margin-left: 3px;
}

.widget-module.tree .ihc-shortcode .ihc-level-item-wrap {
    margin: 5px 0;
}

.widget-module.tree .ihc_level_template_4 .ihc-level-item-title {
    padding-bottom: 3px;
}

.widget-module.tree .ihc-shortcode .ihc-level-item-link {
    margin-right: 10px;
}

.widget-module.tree .ihc-shortcode .ihc-level-item-link a {
    display: inline-block;
    width: 100%;
}

/** Share this **/
.share_this {
    margin-top: 25px;
}

.share_this h4 {
    font-weight: bold;
}

.share_this > a {
    margin-left: 10px;
}

.share_this svg {
    height: 33px;
    vertical-align: middle;
    width: 33px;
}

.share_this > a:first-of-type {
    margin-left: 0;
}

#meneame-share {
    background: transparent;
    fill: #FFF;
    filter: drop-shadow(0 2px 3px #222);
    height: 35px;
    width: 35px;
}

#whatsapp-share {
    height: 41px;
    width: 41px;
}

#email-share {
    height: 50px;
    width: 50px;
}

#email-share-a {
    margin-left: 3px;
}

/** FOOTER **/
footer {
    border-top: 1px solid #E9E9E9;
    margin-top: 50px; 
    padding-bottom: 50px;
    padding-top: 45px;
}

footer .row h3 {
    margin: 0px 0px 30px 0px;
    font-size: 1em;
    font-weight: 700;
    line-height: 25px;
}

footer .row h3:not(:first-child) {
    margin-bottom: 10px;
    margin-top: 20px;
}

footer ul.menu {
    list-style: none;
    padding-left: 0;
}

footer ul.menu li a {
    font-size: 0.8em;
}

footer a.button,
a.button.footer-mod {
    font-size: 0.75em;
    font-weight: 400;
    padding: 10px 16px;
}

/** POSTS **/
.single .entry-thumb {
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    margin-top: 8px!important;
    max-width: 100%;
}

.single .entry-thumb img {
    max-width: 100%;
}

.single h1.entry-title, 
.single .entry-content h1 {
    font-family: Lora, sans-serif;
    margin-bottom: 10px;
}

/*.single .entry-header .meta .date::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 11h2v2H7zm0 4h2v2H7zm4-4h2v2h-2zm0 4h2v2h-2zm4-4h2v2h-2zm0 4h2v2h-2z'/%3E%3Cpath fill='currentColor' d='M5 22h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM19 8l.001 12H5V8h14z'/%3E%3C/svg%3E%0A");
    height: 24px;
    margin-right: 8px;
    width: 24px;
}*/

.single .entry-header .meta .date {
    margin-right: 10px;
}

/*.single .entry-header .meta .comments::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='24' height='24' preserveAspectRatio='xMidYMid meet' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M1.5 2.75a.25.25 0 0 1 .25-.25h8.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25h-3.5a.75.75 0 0 0-.53.22L3.5 11.44V9.25a.75.75 0 0 0-.75-.75h-1a.25.25 0 0 1-.25-.25v-5.5zM1.75 1A1.75 1.75 0 0 0 0 2.75v5.5C0 9.216.784 10 1.75 10H2v1.543a1.457 1.457 0 0 0 2.487 1.03L7.061 10h3.189A1.75 1.75 0 0 0 12 8.25v-5.5A1.75 1.75 0 0 0 10.25 1h-8.5zM14.5 4.75a.25.25 0 0 0-.25-.25h-.5a.75.75 0 1 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.75.75 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25v-5.5z'/%3E%3C/svg%3E%0A");
    height: 24px;
    margin-right: 8px;
    width: 24px;
}*/

.single .entry-header .meta img, 
.single .entry-header .meta svg {
    margin-right: 8px;
}

.single .entry-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.single .entry-content a {
    color: #27A675!important;/*Pantone*/
}

.single .nav_post {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 60px 0;
}

.single .nav_post .nav_item {
    max-width: 50%;
}

.single .nav_post .nav_item a {
    align-items: center;
    border: 1px solid #E9E8EF;
    display: flex;
    font-size: 0.7em;
    font-weight: 500;
    flex-wrap: wrap;
    padding: 20px 30px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.single .nav_post .nav_item a:hover {
    background-color: #27A675; /*Verde (pantone)*/
    color: #FFF;
}

.single .nav_post .nav_item.previous a {
    margin-right: 8px;
}

.single .nav_post .nav_item a span.nav_item_title {
    font-family: Lora, sans-serif;
    font-size: 0.7em;
}

.single .nav_post .nav_item a span.nav_item_text {
    width: 100%;
}

@media all and (max-width: 768px) {
    .single .entry-thumb {
        background-size: contain;
        height: 390px;
    }
}

@media all and (max-width: 490px) {
    .single .entry-thumb {
        background-size: contain;
        height: 280px;
    }
}

/** CATEGORY **/
/*.category .main-entry-cat .post-thumbnail {
    background: rgba(39, 166, 117, 0.55);
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    min-height: 50vh;
    overflow: hidden;
    position: relative;
}*/

/*.category .main-entry-cat .post-thumbnail img {
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}*/

/*.category .main-entry-cat .post-thumbnail h3 {
    line-height: 1.25em;
    padding: 0 50px;
    position: relative;
}*/

/*.category .main-entry-cat .post-thumbnail h3 a {
    color: #FFF
}*/

/*.category .main-entry-cat .post-thumbnail p {
    color: #FFF;
    padding: 0 50px;
    position: relative;
}*/

.category .column-new.new-image-side .post-thumbnail img {
    height: auto;
    max-width: 100%;
    width: 670px;
}

.category .sidebar-entry-cat {
    margin-bottom: 16px;
}

.category .sidebar-entry-cat img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    max-width: 100%;
    vertical-align: middle;
}

.category .sidebar-entry-cat h3 {
    font-family: Lora, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    margin: 0 0 4px 0;
    padding: 0;
}

.category .sidebar-entry-cat p.date {
    color: #707070;
    font-size: 0.75em;
    margin: 0 0 4px 0;
    padding: 0;
}

.category .category-title {
    margin-top: 0;
    margin-bottom: 0;
}

.category .subcategory-list ul {
    border-bottom: 2px solid #05011D;
    box-shadow: 0px -2px 0px 0px rgb(0 0 0 / 3%);
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
}

.category .subcategory-list li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 2px 6px;
}

.category .subcategory-list li a {
    font-size: 0.7em;
}

.category .subcategory-list li a.active {
    color: #27A675; /*Verde pantone*/
}

/** SEARCH **/
.search .term-title {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 0;
}

.search .term-title .search-term {
    font-family: Lora, sans-serif;
}

/** scroll to top **/
#scroll-to-up {
    background-color: #27A675;/*Gris claro*/;
    background-image: url('/wp-content/themes/electomania/assets/icon/arrow-up.svg');
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 20px;
    color: #FFF;
    cursor: pointer;
    display: none;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    padding: 20px;
    position: fixed;
    right: 30px;
    z-index: 99;
}


#scroll-to-up.show {
    display: initial;
}

@media all and (min-width: 1024px) {
    #scroll-to-up.show {
        display: none;
    }
}

/** ADS **/
.place-ad {
    height: 180px;
    margin-bottom: 0;
    max-width: 100%;
    min-height: 100px;
    overflow-x: hidden;
}

.vertical-ad {
    align-items: center;
    /*background-color: #C8C8C8;*/
    display: flex;
    justify-content: center;
}

.demo-ad {
    align-items: center;
    /*background-color: #C8C8C8;*/
    display: flex;
    height: 180px;
    justify-content: center;
    margin-bottom: 16px;
    min-height: 100px;
}

.place-ad > .demo-ad {
    margin-bottom: 0;
}

.vertical-ad {
    height: calc(100% - 32px);
}

.vertical-ad.below-twitter {
    height: calc(100% - 384px);
}

.vertical-ad-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#home-h-ad-1 .place-ad {
    height: 280px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

@media all and (max-width: 768px) {
    #home-h-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#home-h-ad-2 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

@media all and (max-width: 768px) {
    #home-h-ad-2 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#home-h-ad-3 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

#home-h-ad-4 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

@media all and (max-width: 768px) {
    #home-h-ad-4 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#home-h-ad-5 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

#home-v-ad-1 .place-ad {
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
}

#category-datamania-h-ad-1 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #category-datamania-h-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#category-datamania-h-ad-2 .place-ad {
    height: 90px;
    width: 728px;
}

#category-datamania-h-ad-3 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #category-datamania-h-ad-3 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#category-datamania-h-ad-4 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

#category-datamania-h-ad-5 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

@media all and (max-width: 768px) {
    #category-datamania-h-ad-5 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#category-datamania-h-ad-6 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

#category-datamania-h-ad-7 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

@media all and (max-width: 768px) {
    #category-datamania-h-ad-7 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#category-datamania-v-ad-1 {
    height: 600px;
}

#category-datamania-h-ad-5 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

@media all and (max-width: 768px) {
    #category-datamania-h-ad-5 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#single-electomania-h-ad-1 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #single-electomania-h-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#single-electomania-h-ad-2 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

#single-electomania-h-ad-3 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #single-electomania-h-ad-3 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#single-electomania-v-ad-1 {
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
}

#single-datamania-h-ad-1 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #single-datamania-h-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#single-datamania-h-ad-2 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

#single-datamania-h-ad-3 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #single-datamania-h-ad-3 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#single-datamania-v-ad-1 {
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
}

#category-datamania-h-ad-1 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #category-datamania-h-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#category-datamania-h-ad-2 .place-ad {
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 728px;
}

#category-datamania-v-ad-1 {
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
}

#category-electomania-h-ad-1 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #category-electomania-h-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#category-electomania-h-ad-2 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

#category-electomania-v-ad-1 {
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
}

#sondeos-todas-h-ad-1 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #sondeos-todas-h-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#sondeos-todas-h-ad-2 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

#sondeos-todas-v-ad-1 {
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
}

#sondeos-sub-h-ad-1 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #sondeos-sub-h-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#sondeos-sub-v-ad-1 {
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
}

#electo-h-ad-1 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

#electo-h-ad-2 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #electo-h-ad-2 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#electo-v-ad-1 {
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
}

#search-h-ad-1 .place-ad {
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

@media all and (max-width: 768px) {
    #search-h-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}

#search-v-ad-1 .place-ad {
    height: 1050px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
}

@media all and (max-width: 768px) {
    #search-v-ad-1 .place-ad {
        height: 280px;
        width: 336px;
    }    
}


/**
* GENERAL
*/
#main-content > div:not(.horizontal-ad) {
    padding-bottom: 16px;
    padding-top: 16px;
}

#wp-admin-bar-top-secondary #wp-admin-bar-wun {
    display: none!important;
}

#main-content div.row.section-title {
    padding: 0;
}

#main-content div.row.section-title + div.row {
    padding-top: 0;
}

#main-content .entry-content a, 
#main-content .widget a {
    color: #27A675; /*Verde pantone*/
}

#main-content .entry-content a:hover, 
#main-content .widget a:hover {
    text-decoration: underline;
    text-decoration-color: #000;
}