body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a *, a:hover *, a:visited * {
    color: inherit;
}

input:not([type='checkbox']):not([type='radio']) {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.display_none_abs{
    display: none !important;
}

.error-404.content-area {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdfdfd;
}

.error-404.content-area .page-title {
    text-align: center;
    font-size: 25px;
    color: #497dff;
    margin-bottom: 10px;
}

.error-404.content-area .site-main {
    vertical-align: middle;
}

.error-404.content-area .page-content form {
    max-width: 400px;
    margin: auto;
}

#site-navigation {
    min-height: 30px;
    transition: all 0.2s;
}

.site-title {
    margin: 0;
    font-size: 39px;
    font-weight: bold;
    line-height: 1;
}

.logo-header a > * {
    color: #000738;
}

p.site-description {
    margin-bottom: 0;
}

.immune-full, .wp-block-immune-gutenberg-row {
    max-width: 100vw !important;
    width: 100vw !important;
    min-width: 100vw !important;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    clear: both;
}

.entry-content > .container .immune-full, .entry-content > .container .wp-block-immune-gutenberg-row {
    max-width: none !important;
    width: 100% !important;
    min-width: auto !important;
    margin-left: auto;
    left: 0;
    position: relative;
}

.immune-full .row {
    margin: 0 !important;
}

.menu-header ul {
    margin: 0;
    padding: 0;
    margin-right: 50px;
}

.menu-header.nm {
    margin: 0;
}

.menu-header ul > li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.menu-header ul > li a {
    text-decoration: none;
}

.menu-header.left {
    text-align: right;
}

.menu-header.center {
    text-align: center;
    margin: 0 50px;
}

.menu-header.right {
    text-align: left;
}

.sub-menu {
    background-color: #fff;
}

.menu-header .sub-menu {
    position: absolute;
    display: none;
    width: 200px;
    border: 1px solid;
    text-align: left;
    z-index: 999;
    margin: 0;
    transition: all 0.2s;
}

.menu-header li:hover > .sub-menu .sub-menu {
    left: 198px;
}

.menu-header.left .sub-menu {
    left: 0px;
}

.menu-header.center .sub-menu {
    margin-left: calc(50% - 100px);
}

.menu-header.right .sub-menu {
    left: 0;
}

.menu-header > li:hover > .sub-menu {
    display: block;
}

.menu-item-has-children > a {
    padding-right: 20px !important;
}

.menu-item-has-children > a:before {
    content: "\ea1c";
    display: inline-block;
    position: absolute;
    right: 10px;
    font-family: 'icomoon' !important;
    transform: rotate(0deg);
    transition: transform .5s;
    line-height: 1.2;
    top: 0;
    height: 50%;
    transform: translate(0,50%);
}

.menu-header li:hover > a:before {
    transform: translate(0,50%)rotate(90deg);
}

.menu-header .sub-menu li > a:before {
    transform: rotate(0deg)translate(0, 50%);
}

.menu-header .sub-menu li:hover > a:before {
    transform: rotate(0deg)translate(10px, 50%);
}

.menu-header li {
    position: relative;
}

.menu-header .sub-menu li {
    padding: 5px 10px;
    width: 100%;
    display: block;
    border-bottom: 1px solid;
    margin: 0;
    line-height: normal;
}

.menu-header .sub-menu li > a {
    font-weight: bold;
    padding: 5px 0;
    display: block;
}

.menu-header .sub-menu li:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 0;
}

.logo-header a {
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.logo-header.center, .logo-header.center {
    margin-bottom: 30px;
    text-align: center;
}

.logo-header.left {
    text-align: left;
}

.logo-header.right, .logo-header.right {
    text-align: right;
}

.menu-toggle {
    display: none;
    background-color: transparent;
    border: none;
    font-size: 35px;
}

.logo-head ~ .site-title, .logo-head ~ .site-description {
    display: none;
}

.header-site {
    transition: all 0.2s;
    width: 100%;
    z-index: 99;
    min-height: 124px;
    background-color: #ffffff;
}

.header-site.center {
    min-height: 208px;
}

.header-site.sticky {
    min-height: 84px;
}

.header-site .container {
    padding: 30px 15px;
    transition: all 0.2s;
}

#immune_headers {
    position: fixed;
}

.sticky {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}

.sticky .container {
    padding: 10px 15px;
}

.logo-header {
    position: relative;
    height: 60px;
}

.logo-header > a img {
    height: auto;
    top: 0;
    width: 240px;
    transition: all .5s;
}

.logo-header .logo-head {
    opacity: 1;
}

.logo-header .logo-styc {
    position: absolute;
    opacity: 0;
}

.header-site.center .logo-header .logo-styc {
    left: 50%;
    transform: translate(-50%);
}

.sticky .logo-styc {
    opacity: 1;
    width: 180px;
}

.sticky .logo-styc ~ .site-title, .sticky .logo-styc ~ .site-description {
    opacity: 0;
}

.header-site.sticky .logo-head {
    opacity: 0;
    width: 180px;
}

#immune_headers + .site-content {
    padding-top: 124px;
}

.site-content {
    overflow-x: hidden;
}

#immune_headers.center + .site-content {
    padding-top: 209px;
}

.menu-header > ul > li > a {
    border-bottom: 3px solid #00000000;
}

.menu-header > ul > li > a {
    padding: 5px 0px;
    margin: 5px 10px;
    font-weight: bold;
    display: block;
}

.menu-header > ul > li a, .menu-item-has-children:before, .search-toggle {
    transition: color .5s;
}

#immune_headers + .site-content {
    transition: all 0.2s;
}

#immune_headers.sticky + .site-content {
    padding-top: 60px;
    overflow-x: hidden;
}

.header-site div.menu-header.right {
    margin-right: 0;
}

.search-toggle {
    border: none;
    background: transparent;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    transition: .5s all;
}

.search-toggle:focus, .search-send:focus {
    outline: none;
}

.search-box {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    display: none;
}

.search-box .container {
    padding: 0 15px !important;
}

.search-text {
    width: 100%;
    padding: 10px 30px 10px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #b5b5b5;
}

.search-send {
    border: none;
    background: transparent;
    font-size: 20px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    padding: 7px;
    color: #7b7b7b;
}

.header-site nav p {
    text-align: right;
    color: red;
    font-size: 15px;
    line-height: 30px;
}

.header-site.left nav p {
    text-align: right;
    padding-right: 40px;
}

.header-site.right nav p {
    text-align: left;
    padding-left: 40px;
}

.header-site.center nav p {
    text-align: center;
}

.header-site.right .search-toggle {
    right: auto;
    left: 60px;
    top: -40px;
}

.banner-header .title {
    text-align: center;
    margin: 0;
    margin-top: 15px;
    word-break: break-word;
}

.banner-header:not(.altern):not(.solid) .title {
    color: #fff;
}

.banner-header .banner-content {
    display: table-cell;
    vertical-align: middle;
    z-index: 9;
    position: relative;
    margin-bottom: 10px;
}

.banner-header {
    height: 300px;
    display: table;
    width: 100%;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.banner-header.solid::before {
    opacity: 1;
}

.banner-header .sub-title {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.banner-header.altern:before {
    display: none;
}

/*.banner-header.altern h1, 
.banner-header.altern .sub-title {
    color: #000000;
}*/
.banner-header.altern {
    height: 100px;
    padding: 40px 0;
}

.banner-header.altern h1 {
    margin-top: 0;
}

.blog-container {
    padding: 100px 0;
}

.no-p-top {
    padding-top: 0 !important;
}

.blog-general-des {
    padding-bottom: 30px;
}

.blog-img img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    object-position: top;
}

.blog-img a {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.blog-item {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
}

.blog-category a {
    font-size: 13px;
    text-decoration: none;
    color: #497dff;
    font-weight: bold;
}

.blog-title a {
    color: #7b7b7b;
    font-size: 20px;
    text-decoration: none;
}

.blog-title {
    font-size: 20px;
    margin: 15px 0;
}

.blog-autor {
    font-size: 13px;
    color: #7b7b7b;
    margin: 15px 0;
}

.blog-autor a {
    text-decoration: none;
    color: #497dff;
    font-weight: bold;
}

.blog-exc {
    color: #7b7b7b;
}

.blog-btn {
    margin: 15px 0 0;
}

.blog-btn a {
    background-color: #497dff;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}

.navigate {
    text-align: center;
}

.blog-n {
    background-color: #ffffff;
    padding: 5px 0px;
    margin: 0 5px;
    text-decoration: none;
    color: #7b7b7b;
    border: 1px solid #7b7b7b;
    text-align: center;
    min-width: 30px;
    display: inline-block;
    font-weight: bold;
}

.blog-n.active {
    background-color: #497dff;
    border-color: #497dff;
    color: #fff;
}

.logo-header.right a {
    position: relative;
}

.logo-header.right a img {
    left: auto;
    right: 0;
}

.footer-immune-copy {
    text-align: center;
}

.footer-immune {
    background-color: #071d5b;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}

.footer-immune a {
    color: #fff;
}

.footer-immune-copy {
    padding: 10px 0;
    margin-top: 20px;
}

.immune-footer-item {
    margin-top: 60px;
    margin-bottom: 20px;
}

.immune-footer-item ul.menu {
    padding: 0;
}

.immune-footer-item ul.menu li {
    list-style: none;
    padding: 10px 0;
}

.immune-footer-item ul.menu li a {
    text-decoration: none;
    font-weight: bold;
}

.rrss-item a {
    font-size: 0;
    text-decoration: none;
    padding: 10px;
    border: 2px solid;
    border-radius: 50%;
    margin: 0 5px 0 0;
    display: block;
}

.immune-rrss {
    text-align: left;
}

.rrss-item a:before {
    font-size: 20px;
}

.rrss-item {
    display: inline-block;
}

.logo-header.left img {
    left: 0;
    transform: translate(0);
}

.entry-content, footer.entry-footer, #comments {
    max-width: 1140px;
    padding: 0;
    margin: auto;
}

.entry-content > *:not(.immune-full):first-child {
    margin-top: 30px;
}

.entry-content > style:first-child+*:not(.wp-block-immune-gutenberg-row) {
    margin-top: 30px;
}

.banner-header.altern + .entry-content > *:not(.immune-full):first-child, .banner-header.altern + .entry-content > style:first-child+*:not(.wp-block-immune-gutenberg-row) {
    margin-top: 0px;
}

.entry-content > *:not(.wp-block-immune-gutenberg-row):last-child {
    margin-bottom: 60px;
}

.container.immune-contact {
    margin: 60px auto;
}

.immune-input {
    width: 100%;
    margin: 0 0 25px;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #d0cece;
    color: #7b7b7b;
}

ul.comment-list {
    list-style: none;
    padding-left: 0;
}

footer.comment-meta {
    position: relative;
    margin-bottom: 15px;
}

.comment-author.vcard img {
    position: absolute;
    left: -50px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.comment-author.vcard {
    display: inline-block;
}

.comment-metadata {
    display: inline-block;
    margin-left: 10px;
}

span.says {
    display: none;
}

.comment-metadata a {
    font-size: 15px;
    color: #3b3b3b;
}

.comment-content p {
    text-align: justify;
    margin-bottom: 20px;
}

.comment-content {
}

.comment-body {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-left: 60px;
}

a.comment-reply-link {
    background-color: #497dff;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 0px;
}

h4.comments-title, h4.comments-title > * {
    text-align: center;
    margin-bottom: 60px;
}

a#cancel-comment-reply-link {
    margin-left: 10px;
    background-color: #f70707;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 15px;
    float: right;
    margin-top: -10px;
}

ul.comment-list ul {
    margin-left: 40px;
    list-style: none;
    border-left: 1px solid #ddd;
    padding: 0;
    margin-top: -40px;
    padding-top: 20px;
}

.comment-form p input:not([type='checkbox']) {
    width: 100%;
    padding: 10px 30px 10px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #b5b5b5;
}

.comment-form p:not(.comment-form-cookies-consent) label {
    display: none;
}

.comment-form p:not(.comment-form-cookies-consent) {
    margin-bottom: 10px;
}

.comment-form p.comment-form-url, .comment-form p.comment-form-email {
    display: inline-block;
    width: calc(50% - 2px);
}

.comment-form .logged-in-as a {
    text-decoration: none;
}

.immune-textarea, .comment-form #comment {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #d0cece;
    color: #7b7b7b;
    height: 120px;
}

.immune-btn-contac, .comment-form .submit {
    display: block;
    margin: 20px auto 0;
    padding: 10px;
    border: none;
    background-color: #497dff;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    width: 270px;
    text-align: center;
}

#mensaje.error {
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 20px;
    background-color: rgba(255, 0, 0, 0.7);
    margin-bottom: 20px;
}

#mensaje.exito {
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 20px;
    background-color: rgba(73, 193, 71, 0.70);
    margin-bottom: 20px;
}

.sending:before {
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}

.sending {
    position: relative;
}

.immune-full .row > * {
    padding: 0 !important;
}

.immune-full .wp-block-immune-cluster .row > .pb-4 {
    padding-bottom: 30px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.immune-full .articles_2 .row > * {
    padding-bottom: 30px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.immune-full .articles2 .row > * {
    padding-bottom: 30px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.immune-full .articles1 .row > .col-sm-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.immune-check label {
    display: inline-block;
}

.immune-check > label > p:last-child {
    margin-bottom: 0px;
}

.immune-extra {
    margin: 60px 0;
}

.container.product .product-c .icon-checkmark, .productimmune .icon-checkmark {
    color: #00bf08;
}

.container.product .product-c .icon-cross, .productimmune .icon-cross {
    color: #bf000a;
}

.author-box > .author-img {
    float: left;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #616161;
}

.author-box * {
    clear: unset !important;
}

.author-box {
    margin-bottom: 50px;
}

.author-date * {
    font-size: 15px;
}

.author-date {
    margin: 0;
    font-size: 15px;
    color: #464646;
}

a.author-name {
    font-size: 20px;
    text-transform: capitalize;
}

p.author-date i {
    margin-right: 5px;
}

/* extra */
@media (max-width: 1024px) {
    .entry-content, footer.entry-footer, #comments {
        padding: 0 10px;
    }
}

/* tablet */
@media (max-width: 991px) {
    .immune-footer-item {
        text-align: center;
    }

    .immune-rrss {
        text-align: center;
    }
}

@media (min-width: 769px) {
    ul.menu-header {
        display: block !important;
    }
}

/* Movil */
@media (max-width: 600px) {
    .header-site.sticky {
        top: 0;
    }
}
@media (max-width: 768px) {


    .logo-header.left {
        margin-right: 40px;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: -32px;
        height: 3px;
        width: 25px;
        transition: all 0.5s;
    }

    .menu-toggle:before {
        content: "";
        position: absolute;
        margin-top: -7px;
        display: block;
        height: 3px;
        width: 25px;
        left: 0;
        transition: all 0.5s;
        transform: rotate(0deg) translate(0px, 0px);
    }

    .menu-toggle:after {
        content: "";
        position: absolute;
        margin-top: 6px;
        display: block;
        height: 3px;
        width: 25px;
        left: 0;
        transition: all 0.5s;
        transform: rotate(0deg) translate(0px, 0px);
    }

    .menu-toggle, .menu-toggle:after, .menu-toggle:before {
        background-color: #000738;
    }

    #site-navigation {
        min-height: 0;
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #fff;
        z-index: 999;
    }

    .menu-toggle.active {
        background-color: transparent !important;
    }

    .menu-toggle.active:before {
        transform: rotate(45deg) translate(5px, 4px);
    }

    .menu-toggle.active:after {
        transform: rotate(-45deg) translate(5px, -4px);
    }

    ul.menu-header {
        width: 100%;
        z-index: 99;
        left: 0;
        margin: 0;
        margin-top: 20px;
        display: none;
        overflow: scroll;
    }

    .menu-header > ul {
        padding: 20px 10px;
    }

    ul.menu-header li {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        border-bottom: 1px solid #cecece;
        padding-bottom: 10px;
    }

    ul.menu-header li:last-child {
        border: none;
        margin-bottom: 0;
    }

    .menu-header.center {
        margin: 0;
    }

    .search-toggle {
        top: -40px;
    }

    .header-site.center .search-toggle {
        left: 20px;
        top: -70px;
        right: auto;
    }

    .header-site.sticky .search-box {
        top: 70px;
        position: absolute;
    }

    .search-box {
        top: 125px;
        position: absolute;
    }

    .header-site .container {
        padding-bottom: 0;
    }

    .menu-header > ul > li > a {
        border: none;
    }

    .team-immune.online > .row > div {
        margin-bottom: 15px;
    }

    .team-immune.online {
        padding: 0 15px;
    }

    .header-site.center {
        min-height: 124px;
    }

    .header-site.center .menu-toggle {
        top: -60px;
    }

    #immune_headers.center + .site-content {
        padding-top: 124px;
    }

    .logo-header.center {
        margin-right: 40px;
        margin-left: 40px;
    }

    .header-site.center.sticky {
        min-height: auto;
    }

    .header-site.center.sticky .logo-header.center {
        margin-bottom: 14px;
    }

    .header-site.center.sticky .search-toggle{
        top: -50px;
    }

    .header-site.center.sticky .menu-toggle{
        top: -45px;
    }

    #immune_headers.center.sticky + .site-content {
        padding-top: 60px;
    }

    .menu-header li.showm:before {
        transform: rotate(90deg);
    }

    .menu-header > ul > li > a {
        margin: 0;
        padding: 0;
    }

    .menu-item-has-children:before {
        content: "\ea1c";
        display: block;
        position: absolute;
        right: 0;
        font-family: 'icomoon' !important;
        transform: rotate(0deg);
        transition: all 0.5s;
        left: auto;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
    }

    .menu-item-has-children .submenutoggle {
        display: block;
        position: absolute;
        right: 0;
        left: auto;
        height: 40px;
        width: 40px;
    }

    .menu-item-has-children > a:before {
        display: none;
    }

    ul.menu-header li {
        display: block;
        line-height: 40px;
        padding: 0;
        margin: 0;
    }

    .menu-header li:hover > .sub-menu {
        display: none;
    }

    .menu-header li:hover > .sub-menu .sub-menu {
        left: -20px;
        margin-top: 0 !important;
    }

    .menu-header.center .sub-menu {
        margin-left: 0;
    }

    .menu-header li > .sub-menu {
        position: relative;
        width: 100%;
        border-width: 1px 0;
    }

    .menu-header li > .sub-menu:after {
        content: "";
        background-color: #f7f7f7;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.4;
    }

    .menu-header li > .sub-menu > li > .sub-menu:after {
        background-color: #dadada;
    }

    .menu-header li > .sub-menu > li > .sub-menu > li > .sub-menu:after {
        background-color: #bababa;
    }

    .menu-header li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu:after {
        background-color: #a5a5a5;
    }

    .menu-header .sub-menu .sub-menu {
        width: calc(100% + 40px);
        left: -20px;
    }

    .menu-header .sub-menu li > a {
        padding: 0;
        min-height: 40px;
        line-height: 40px;
    }

    .menu-header .sub-menu li {
        padding: 0 20px;
        margin: 0;
    }

    > .sub-menu {
        border-bottom: none;
    }

    .logo-header.right a {
        display: inline-block;
        max-width: calc(100% - 50px);
    }

    .header-site.right .menu-toggle {
        left: 20px;
    }

    .logo-header > a img {
        max-height: 60px;
        max-width: 180px;
    }

    .logo-header .logo-styc {
        top: 0;
    }
}

/* cluster */
.wp-block-immune-cluster > .container {
    padding: 0;
}

a.cluster-item {
    text-decoration: none;
    position: relative;
    display: block;
    margin-bottom: 30px;
    height: 100%;
    border: 1px solid #dddddd;
}

h4.cluster-title {
    text-align: center;
    font-size: 20px;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-color: #071d5b;
    padding: 10px;
    color: #fff;
}

img.clubster-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 238px;
}

img.clubster-img[src=''] {
    display: none;
}

a.cluster-item:hover > * {
    opacity: 1;
}

a.cluster-item > *:not(h4) {
    opacity: 0.8;
    transition: all 0.2s;
}

.title_relative {
    margin: 0 0 20px;
    line-height: 1;
    font-size: 25px;
}

/* table */
.tableimmune {
    overflow-y: visible;
    position: relative;
    margin-bottom: 20px;
    overflow-x: auto;
}

.tableimmune table {
    width: 100%;
}

.tableimmune img {
    object-fit: contain;
}

.tableimmune table[fhead] {
    min-width: 100%;
    border-collapse: collapse;
}

table.table-fixme-fixed {
    min-width: unset !important;
}

.tableimmune table:not([fhead]) {
    max-width: 100%;
    border-collapse: collapse;
    margin: auto;
}

table.table-fixme-fixed {
    min-width: auto;
}

.tableimmune table tr > * > div {
    padding: 10px 15px 10px 15px;
}

.tableimmune table td div {
    margin: auto;
}

.tableimmune.fix table:not([fhead]) tr > th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
}

.ctn-btn-table {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    margin-top: 20px;
    text-align: center;
}

.tableimmune [_oc='true'], .tableimmune [_of='true'] {
    display: none;
}

.table-fixme-fixed {
    top: 0;
    position: fixed;
    display: none;
    border: none;
    z-index: 1;
}

.tableimmune .cell p {
    margin: auto;
}

.tableimmune .btn-table {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border: none;
}

.tableimmune tr a.btn-tabla {
    background-color: #000738;
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    margin: 15px auto;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    border-radius: 7px;
    transition: 0.5s all;
}

.tableimmune tr a.btn-tabla:hover {
    background-color: #497dff;
    color: #ffffff;
}

.tableimmune tr .val-tabla {
    font-size: 20px;
    display: inline-block;
}

.immune-btn {
    display: block;
    position: relative;
}

.immune-btn>a {
    text-decoration: none !important;
    border-style: solid;
    position: relative;
    display: inline-block;
}

.immune-btn>a:hover {
    text-decoration: none !important;
}

.immune-btn>a>i+span, .immune-btn>a>span+i {
    margin-left: 10px;
}

.immune-infobox {
    border-style: solid;
    border-width: 0;
    line-height: 1.8;
}

.wp-block-immune-comparativa.immune-compare.container {
    width: 100%;
    padding: 0;
}

.tdc-container, .wp-block-immune-cluster, .wp-block-immune-comparativa.immune-compare.container, .wp-block-immune-table, .wp-block-immune-product, .wp-block-immune-compareproduct {
    margin-bottom: 20px;
}

.wp-block-immune-product > .container {
    padding: 0;
}

.immune-compare-title, .immune-compare-content {
    padding: 10px;
    margin: 0 !important;
}

.immune-compare-title {
    font-weight: 700;
}

.immune-valoracion {
    border-style: solid;
}

.immune-valoracion span {
}

.immune-valoracion span + span {
    float: right;
}

.immune-valoracion div {
    margin: 10px 0;
    display: block;
    position: relative;
}

.immune-compare-content div {
    margin: 15px 0;
}

.immune-valoracionestotal-number {
    text-align: center;
    margin: 10px;
    line-height: 1;
}

.immune-valoraciontotal {
    border-style: solid;
}

.immune-valoracionestotal-start {
    text-align: center;
}

.share {
    padding: 20px 0px;
    margin: 5px 0;
    display: flex;
}

.share a {
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #ffffff;
    transition: 0.5s all;
    display: block;
    margin-bottom: 5px;
    flex: 0 0 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
}

.share a i {
    transition: 0.5s all;
    color: #fff;
}

.share a:hover {
    background-color: #ffffff;
    padding: 10px 30px;
}

.share a i {
    margin-right: 5px;
}

.s-facebook {
    background-color: #3b5998;
}

.share .s-facebook:hover {
    color: #3b5998;
    border-color: #3b5998;
}

.share .s-facebook:hover i {
    color: #3b5998;
}

.s-linkedin {
    background-color: #2867B2;
}

.share .s-linkedin:hover {
    color: #2867B2;
    border-color: #2867B2;
}

.share .s-linkedin:hover i {
    color: #2867B2;
}

.s-twitter {
    background-color: #1DA1F2;
}

.share .s-twitter:hover {
    color: #1DA1F2;
    border-color: #1DA1F2;
}

.share .s-twitter:hover i {
    color: #1DA1F2;
}

.s-whatsapp {
    background-color: #4AC959;
}

.share .s-whatsapp:hover {
    color: #4AC959;
    border-color: #4AC959;
}

.share .s-whatsapp:hover i {
    color: #4AC959;
}

.share-float {
    position: fixed;
    left: 0;
    top: calc(50% - 110px);
    z-index: 99999;
    display: block;
}

.share-float a {
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
    position: relative;
    width: 50px;
}

.share-float a i {
    color: #fff;
}

.share-float a:hover {
    padding-left: 20px;
    width: 60px;
}

.entry-content > .share-content:first-child {
    margin-top: 20px;
}

.immune_adsense {
    align-items: center;
    align-self: center;
    align-content: center;
    text-align: center;
    margin: 10px auto !important;
}

.container.product .product-c-title {
    font-size: 18px;
    font-weight: 500;
}

.container.product .product-image {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto 30px;
    display: block;
}

.container.product {
    margin: 30px auto;
}

.container.product .product-t {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
}

.product-comparar+.product-t.product-c-title {
    padding-right: 130px;
}

.nocomparar .product-comparar+.product-t.product-c-title {
    padding-right: 0;
}

.container.product .product-t2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}

.container.product .product-c:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.container.product .product-c {
    font-size: 18px;
    margin-bottom: 10px;
}

.container.product .product-cs {
    margin: 15px 0px;
}

.container.product .product-a {
    background-color: #ffc800;
    height: 100%;
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.container.product .product-a label {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.container.product .product-a p {
    margin-bottom: 0px;
    font-size: 16px;
}

.container.product .product-a-star {
    text-align: center;
    font-size: 25px;
}

.container.product .product-pros h3 {
    background-color: #00bf08;
    padding: 15px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container.product .item-pro {
    padding: 10px;
    line-height: 20px;
}

.container.product .item-pro:before {
    content: "\ea10";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-right: 10px;
    color: #00bf08;
    line-height: 20px;
}

.container.product .product-contras h3 {
    background-color: #bf000a;
    padding: 15px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container.product .item-contra {
    padding: 10px;
    line-height: 20px;
}

.container.product .item-contra:before {
    content: "\ea0f";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-right: 10px;
    color: #bf000a;
}

.product-contras, .product-pros {
    margin-bottom: 10px;
}

.container.product .product-a.product-total {
    min-height: 102px;
}

.container.product .product-desc {
    background-color: #fff4cc;
    padding: 20px;
    color: #000;
    height: 100%;
    min-height: 109px;
    display: table;
    width: 100%;
}

.product-desc > div {
    display: table-cell;
    vertical-align: middle;
}

.product-desc > div p:last-child {
    margin-bottom: 0;
}

.container.product .product-total.product-a label {
    font-size: 30px;
    margin-bottom: 0;
    display: block;
    font-weight: bold;
}

.container.product .product-total.product-a .product-a-star {
    font-size: 30px;
    margin-top: 10px;
    color: #ffc800;
}

.container.product .product-total.product-a {
    background-color: rgb(255 200 0 / 0.2);
}

.container.product a.product-btn {
    background-color: #ffc800;
    display: block;
    width: 150px;
    padding: 8px 20px;
    text-align: center;
    margin: 15px auto;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    border-radius: 7px;
    transition: 0.5s all;
}

.container.product a.product-btn.desactivado {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}

.product-comparar {
    background-color: #ffc800;
    display: block;
    width: 120px;
    padding: 3px 10px;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #949494;
    border-radius: 7px;
    transition: 0.5s background-color;
    position: absolute;
    top: 0;
    right: 15px;
    height: 42px;
}

.product-comparar.active {
    background-color: #00bf08;
    line-height: 23px;
    font-size: 15px;
    padding: 8px 20px;
}

.nocomparar .product-comparar {
    display: none;
}

.compararproduct {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: auto;
    height: auto;
    display: block;
    background-color: #ffc800;
    border: 2px solid #949494;
    border-radius: 7px;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    text-decoration: none !important;
    color: #000;
    font-size: 25px;
    padding: 10px 15px;
}

.compararproduct > * {
    display: block;
}

.compararproduct > span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 10px;
}

.container.product a.product-btn:not(.desactivado):hover {
    transform: scale(1.2);
}

.container.product .product-ac {
    margin-bottom: 15px;
}

tr.productimmune {
    font-size: 16px;
}

tr.productimmune img.product-image {
    max-width: 200px;
    max-height: 100px;
}

tr.productimmune .product-title {
    font-size: 16px;
    margin: 10px 0;
}

tr.productimmune .product-title i {
    display: block;
}

tr.productimmune .product-a {
    text-align: center;
}

tr.productimmune .product-a-star {
    padding: 0;
    width: auto !important;
    font-size: 20px;
}

tr.productimmune p.item-pro, tr.productimmune p.item-contra {
    font-size: 16px;
    margin-bottom: 10px;
}

tr.productimmune p.item-pro:nth-last-child(1), tr.productimmune p.item-contra:nth-last-child(1) {
    margin-bottom: 0;
}

tr.productimmune p.item-pro:before {
    content: "\ea10";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    margin-right: 5px;
    color: #00bf08;
}

tr.productimmune p.item-contra:before {
    content: "\ea0f";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    margin-right: 5px;
    color: #bf000a;
}

tr.productimmune a.product-btn, .tableproductback a.product-btn {
    background-color: #EB8C11;
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    margin: 15px auto;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #949494;
    border-radius: 7px;
    transition: 0.5s all;
}

.tableproductback a.product-btn {
    margin: 0;
    width: auto;
    display: inline-block;
}

.tableproductback {
    text-align: right;
    margin-bottom: 20px;
}

tr.productimmune a.product-btn.desactivado {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}

.tableimmune.tableproduct {
    margin: 80px auto;
    width: 98vw;
    left: -49vw;
    margin-left: 50%;
    overflow: auto;
}

.wp-block-immune-compareproduct .tableimmune.tableproduct {
    margin: auto;
    left: 0;
    width: auto;
}

.wp-block-immune-compareproduct {
    overflow: auto;
}

@media (min-width: 992px) {
    .tableimmune [_ref='true'] {
        display: none !important;
    }

    .tableimmune [_rec='true'] {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .tableimmune [_rtf='true'] {
        display: none !important;
    }

    .tableimmune [_rtc='true'] {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .immune-btn-contac, .comment-form .submit {
        background-color: #0073aa;
    }

    table.table-fixme-fixed {
        transition: 0.5s all;
    }

    .tableimmune {
        overflow-y: auto;
    }

    .table-fixme-fixed {
        position: absolute !important;
    }

    .entry-content {
        padding: 0 10px;
    }

    tr.productimmune, tr.productimmune .product-title, tr.productimmune p.item-pro, tr.productimmune p.item-contra, tr.productimmune p.item-pro:before, tr.productimmune p.item-contra:before {
        font-size: 14px;
    }

    .tableimmune [_rmf='true'] {
        display: none !important;
    }

    .tableimmune [_rmc='true'] {
        display: none !important;
    }

    .share a {
        font-size: 0;
    }

    .share a i {
        font-size: 14px;
        margin-right: 0;
    }

    .share-float {
        top: auto;
        bottom: -10px;
        left: auto;
        width: 100%;
        text-align: center;
    }

    .share-float a {
        display: inline-block;
    }

    .share-float a:hover {
        padding-left: 10px;
        width: 50px;
    }

    .container.product {
        margin: 30px auto !important;
    }

    .container.product .product-a {
        padding-top: 10px;
        padding-bottom: 5px;
        margin-top: 5px;
    }

    .container.product .product-ac {
        margin-bottom: 5px;
    }

    .container.product .product-ac:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .product-pros {
        margin-top: -5px;
    }

    .container.product .product-pros h3 {
        margin-top: 5px;
    }

    .container.product .product-total.product-a label {
        font-size: 24px;
    }
}

.hint-css {
    font-size: 15px;
    position: absolute;
    padding: 5px;
    z-index: 100000
}

.hint-css-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px;
    text-align: center
}

.hint-css-inner.hint-css-inner-html {
    max-width: 300px
}

.hint-object .hint-css-inner.hint-css-inner-html {
    max-width: 800px
}

.hint-css-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.hint-css-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.hint-css-arrow-n {
    border-bottom-color: #000
}

.hint-css-arrow-s {
    border-top-color: #000
}

.hint-css-arrow-e {
    border-left-color: #000
}

.hint-css-arrow-w {
    border-right-color: #000
}

.hint-css-n .hint-css-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-nw .hint-css-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-ne .hint-css-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-s .hint-css-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-sw .hint-css-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-se .hint-css-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-e .hint-css-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.hint-css-w .hint-css-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.hint--top:hover,.hint--right:hover,.hint--bottom:hover,.hint--left:hover {
    opacity: .95
}

.hint-css-inner .detail-root {
    padding: .5em;
    min-width: 20em;
    max-width: 50em;
    text-align: left
}

.hint-css-inner .detail-li-level0 .detail-key {
    width: auto;
    max-width: 15em;
    min-width: 5em
}

.hint-css-inner .detail-li-level0 .detail-value {
    width: auto;
    min-width: 5em
}

.hint-css-inner tr.detail-li-level0:hover {
    background-color: #333
}

/* Tabla de contenido */
.tdc-container {
    background-color: #f6f6f6;
    padding: 10px;
    border: 1px solid #f6f6f6;
}

.tdc-container2 {
    position: fixed;
    width: 250px;
    background-color: #f6f6f6;
    display: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    visibility: hidden;
    top: 150px;
    height: calc(100vh - 200px);
    right: 3vw;
    z-index: 98;
}

.tdc-lists {
    position: relative;
}

.tdc-lists i {
    position: absolute;
    padding: 5px 0px 5px 0;
    top: 4px;
    left: 5px;
    transition: all 0.5s;
    transform: rotate(0deg);
    cursor: pointer;
}

.tdc-lists i.open {
    transform: rotate(90deg);
}

li.tdc-sub-list ul {
    list-style: none;
    padding: 0;
}

ul.tdc-list a:hover {
    color: #071d5b;
}

.tdc-container > span {
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    display: block;
    padding: 5px 10px;
    background-color: #497dff;
    color: #ffffff;
    border-radius: 5px;
    padding-right: 40px;
}

.tdc-container2 > div > span {
    font-size: 20px;
    color: #497dff;
    width: 100%;
    display: block;
    text-align: center;
}

ul.tdc-list li.tdc-lists a {
    padding-left: 35px;
    z-index: 0;
}

li.tdc-sub-list {
    display: none;
    padding-left: 20px;
}

ul.tdc-list li a:after {
    content: "";
    background-color: #497dff;
    display: block;
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}

ul.tdc-list {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    display: none;
}

ul.tdc-list.open {
    display: block;
}

ul.tdc-list a {
    width: 100%;
    display: block;
    padding: 5px 10px;
    margin-bottom: 5px;
    position: relative;
    text-decoration: none;
    transition: all 0.5s;
    z-index: 0;
}

ul.tdc-list li a.active:after {
    width: 100%;
}

ul.tdc-list a.active {
    color: #fff;
}

.tdc-container2 a {
    color: #497dff;
    margin-bottom: 0 !important;
}

.tdc-container2 > div {
    display: none;
    overflow: auto;
    max-height: 100%;
}

.tdc-container2.visible {
    visibility: visible !important;
}

.tdc-container2 > i {
    position: fixed;
    background-color: #f6f6f6;
    color: #000;
    padding: 10px;
    font-size: 26px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    visibility: visible;
    cursor: pointer;
    transition: all 0.5s;
}

.tdc-container2.visible:not(.movil) > i {
    position: absolute;
    top: -20px !important;
    right: -20px !important;
}

ul.tdc-list li.tdc-sub-list li a.active:before {
    background-color: #ffffff;
}

ul.tdc-list li.tdc-sub-list li.tdc-lists a:before {
    top: 12px;
}

.tdc-container > span >i {
    position: absolute;
    right: 10px;
    top: 7px;
}

.tdc-container > span {
    position: relative;
}

.tdc-container2 ul, .tdc-container ul {
    margin: 0;
}

.tdc-container2 li, .tdc-container li {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

/* TDC MOVILE */
.tdc-container2.movil> i {
    top: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    position: fixed !important;
    padding-right: 45px;
    overflow: hidden;
    white-space: nowrap;
}

.tdc-container2.movil> i:before {
    position: absolute;
    right: 0px;
    font-family: 'icomoon' !important;
    width: 46px;
    height: 100%;
    top: 0;
    text-align: center;
    line-height: 47px;
    background-color: inherit;
}

.tdc-container2.movil> i > h3 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.movil.tdc-container2 {
    transition: all 0.5s;
    height: calc(100% - 42px);
    top: 42px;
    border-radius: 0;
    border: none;
    border-left: 1px solid;
    right: -100%;
}

.movil.tdc-container2.visible {
    right: 0;
}

.col-12.navigate {
    margin-bottom: 30px;
}

section.no-results.not-found .page-title {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1;
}

section.no-results.not-found p {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

/* WooCommrece */
.entry-content .woocommerce {
    contain: content;
}

.woocommerce .col-1, .woocommerce .col-2 {
    max-width: none !important;
    padding: 0;
    margin-bottom: 30px;
}
