/*Tipografia*/
@font-face {
    font-family: pkfGlobalSans;
    src: url("font/PKFGlobalSans-Regular.otf") format("opentype");
}
@font-face {
    font-family: pkfGlobalSansLight;
    src: url("font/PKFGlobalSans-Regular.otf") format("opentype");
}
@font-face {
    font-family: pkfGlobalSansBold;
    font-weight: bold;
    src: url("font/PKFGlobalSans-Bold.otf") format("opentype");
}


/*font-family: "pkfGlobalSansBold", Arial, sans-serif;*/

.OpenSansBold {
    font-family: "pkfGlobalSansBold", Arial, sans-serif !important;
}

/* stylelint-disable */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}


/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* Defaults
---------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #000;
    /* font-family: Muli, sans-serif; */
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.875;
    margin: 0;
    overflow-x: hidden;
    color: #808080;
}
/*
body {
    animation: fadein 1s;
}
Intento de mejora del CLS según pagespeed
*/

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.wp-custom-logo .site-title>a,
.wp-custom-logo .title-area,
.site-header {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

a {
    color: #06c;
    text-decoration: none;
}

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

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border-width: 0;
    border-collapse: collapse;
    border-top: 1px solid currentColor;
    color: #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 600;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background-color: #ddd;
    color: #000;
}

blockquote {
    margin: 1em;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */   
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    /* font-size: 36px; */
    font-size: 3.2rem;
}

h2 {
    /* font-size: 30px; */
    font-size: 2rem;
}

h3 {
    /* font-size: 24px; */
    font-size: 1.2rem;
}

.comment-respond h3,
.entry-comments h3 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
}

.comment-respond h3::after,
.entry-comments h3::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 0 auto 40px;
    padding-bottom: 40px;
    width: 5%;
}

h4 {
    font-size: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}


/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #ccc;
}


/* Forms
--------------------------------------------- */

input,
input[type="search"],
select,
textarea {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    padding: 15px;
    width: 100%;
}

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

input:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

::placeholder {
    color: #000;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
    background-color: #000;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

.button {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.button.large {
    font-size: 14px;
}

.button.secondary {
    background-color: #eee;
    color: #000;
}

.more-link {
    display: inline-block;
    margin-top: 10px;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 15px 20px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    background-color: #06c;
    border-width: 0;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #000;
    color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    box-shadow: none;
    color: #999;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}


/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    line-height: 2;
    text-align: left;
    vertical-align: top;
}

td {
    padding: 0.5em;
}

tr {
    border-top: 1px solid #eee;
}

th {
    font-weight: 600;
    padding: 0.5em;
}


/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 600;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/*Estilos Tipográficos*/

.azulAttest {
    color: #003594!important;
}

.blancoAttest {
    color: #FFFFFF!important;
}

.azulClaroAttest {
    color: #00b5e2!important;
}

.azulOscuroAttest {
    color: #202945!important;
}

.verdeAttest {
    color: #78be20!important;
}

.naranjaAttest {
    color: #fe5000!important;
}

.btnAttest a {
    min-width: 140px;
    padding: 14px 20px !important;
    line-height: 1.2;
    text-transform: uppercase !important;
    text-decoration: none;
    letter-spacing: .05em;
    font-size: 14px !important;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    transition: all 0.3s linear;
    background-color: transparent;
    padding-right: 40px !important;
}

.btnAttestBlanco a {
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}

.btnAttestBlanco a:hover {
    color: #00b5e2 !important;
    background-color: #FFFFFF !important;
}

.btnAttestAzul a {
    border-color: #003594 !important;
    color: #003594 !important;
}

.btnAttestAzul a:hover {
    color: #FFFFFF !important;
    background-color: #003594 !important;
}

.btnAttestAzulDentro a {
    border: 1px solid !important;
    border-color: #003594 !important;
    color: #ffffff !important;
    background: #003594 !important;
    display: inline-block;
    width: auto !important;
}

.btnAttestAzulDentro a:hover {
    border-color: #003594 !important;
    color: #003594 !important;
    background: transparent !important;
}

.btnAttestVerde a {
    border-color: #78be20 !important;
    color: #78be20 !important;
}

.btnAttestVerde a:hover {
    color: #FFFFFF !important;
    background-color: #003594 !important;
    border: 3px solid #003594 !important;
}

.btnAttestVerdeDentro a {
    border: 1px solid !important;
    border-color: #78be20 !important;
    color: #ffffff !important;
    background: #78be20 !important;
    display: inline-block;
    width: auto !important;
}

.btnAttestVerdeDentro a:hover {
    border-color: #003594 !important;
    color: #003594 !important;
    background: transparent !important;
}

.btnAttestVerde .gb-button.gb-button-shape-circular.gb-button-size-medium {
    color: #78be20 !important;
    border: 3px solid #78be20;
}

.btnAttestVerde .gb-button.gb-button-shape-circular.gb-button-size-medium:before {
    background: url(/wp-content/uploads/2022/04/icon-arrow-right-green.png) no-repeat center center;
    background-size: contain;
}

.btnAttestNaranja a {
    border-color: #fe5000 !important;
    color: #fe5000 !important;
}

.btnAttestNaranja a:hover {
    color: #FFFFFF !important;
    background-color: #003594 !important;
    border: 3px solid #003594 !important;
}

.btnAttestNaranjaDentro a {
    border: 1px solid !important;
    border-color: #fe5000 !important;
    color: #ffffff !important;
    background: #fe5000 !important;
    display: inline-block;
    width: auto !important;
}

.btnAttestNaranjaDentro a:hover {
    border-color: #003594 !important;
    color: #003594 !important;
    background: transparent !important;
}

.btnAttestNaranja .gb-button.gb-button-shape-circular.gb-button-size-medium {
    color: #fe5000 !important;
    border: 3px solid #fe5000;
}

.btnAttestNaranja .gb-button.gb-button-shape-circular.gb-button-size-medium:before {
    background: url(/wp-content/uploads/2022/04/icon-arrow-right-green.png) no-repeat center center;
    background-size: contain;
}



.btnAttestAzulClaro a {
    border-color: #00b5e2 !important;
    color: #00b5e2 !important;
}

.btnAttestAzulClaro a:hover {
    color: #FFFFFF !important;
    background-color: #003594 !important;
    border: 3px solid #003594 !important;
}

.btnAttestAzulClaroDentro a {
    border: 1px solid !important;
    border-color: #00b5e2 !important;
    color: #ffffff !important;
    background: #00b5e2 !important;
    display: inline-block;
    width: auto !important;
}

.btnAttestAzulClaroDentro a:hover {
    border-color: #003594 !important;
    color: #003594 !important;
    background: transparent !important;
}

.btnAttestAzulClaro .gb-button.gb-button-shape-circular.gb-button-size-medium {
    color: #00b5e2 !important;
    border: 3px solid #00b5e2;
}

.btnAttestAzulClaro .gb-button.gb-button-shape-circular.gb-button-size-medium:before {
    background: url(/wp-content/uploads/2022/04/icon-arrow-right-green.png) no-repeat center center;
    background-size: contain;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

div#gform_confirmation_message_8 {
    color: #333333;
}


/* Site Container
--------------------------------------------- */

.site-container {
    background-color: #ccc;
    z-index: 99;
}

.gmm-active .site-container {
    margin-bottom: 0 !important;
}


/* Site Inner
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
}

.site-inner {
    background-color: #fff;
    clear: both;
    margin-top: 100px;
    max-width: 1280px;
    position: relative;
    word-wrap: break-word;
    z-index: 999;
}

.archive .site-inner,
.page-template-page_blog .site-inner {
    margin-bottom: 100px;
}

.full-width-content.featured-image .site-inner {
    margin-top: -220px;
}

.full-width-content.landing-page .site-inner {
    margin-bottom: 80px;
    margin-top: 180px;
    max-width: 1280px;
}

.genesis-title-hidden .site-inner {
    margin-top: 0;
}


/*Template Page Attest, Template Page Attest ITC */

body.page-template-page-attest .site-inner,
body.page-template-page-attest-auditoria .site-inner,
body.page-template-page-attest-tecnologia .site-inner,
body.page-template-page-attest-actualidad .site-inner,
body.attest-landing-page .site-inner,
body.ebook-itc-template .site-inner {
    max-width: 100%;
    margin-top: 0px;
}

body.page-template-page-attest .content,
body.page-template-page-attest-auditoria .content,
body.page-template-page-attest-tecnologia .content,
body.page-template-page-attest-actualidad .content,
body.attest-landing-page .content,
body.ebook-itc-template .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

body.page-template-page-attest .gb-container-content,
body.page-template-page-attest-tecnologia .gb-container-content,
body.page-template-page-attest-actualidad .gb-container-content,
body.page-template-page-attest-auditoria .gb-container-content,
body.attest-landing-page .gb-container-content,
body.ebook-itc-template .gb-container-content {
    width: 100% !important;
    max-width: 100% !important;
}

.page-template-page-attest-tecnologia .site-container header.site-header,
.novedades-itc-template .site-container header.site-header,
.attest-eventos-itc .site-container header.site-header,
.attest-webinar-itc .site-container header.site-header,
.attest-casoexito-itc .site-container header.site-header,
.attest-ferias-itc .site-container header.site-header,
.ebook-itc-template .site-container header.site-header,
.page-template-page-attest .site-container header.site-header,
.page-template-page-attest-auditoria .site-container header.site-header,
.page-template-page-attest-servicios .site-container header.site-header,
.page-template-page-attest-ase-servicios .site-container header.site-header,
.publicacion-template-publicacion-corporativa-single-post .site-container header.site-header,
.noticias-template-noticias-corporativa-single-post .site-container header.site-header,
.impactos-normativos-template-novedad-corporativa-single-post .site-container header.site-header,
.noticias-template-novedad-corporativa-single-post .site-container header.site-header,
.page-template-page-attest-legal-fiscal .site-container header.site-header,
.page-template-page-attest-legal-fiscal-servicios .site-container header.site-header,
.noticias-template-noticias-legalfiscal-single-post .site-container header.site-header,
.noticias-template-noticias-ase-single-post .site-container header.site-header,
.impactos-normativos-template-impacto-normativo-corporativa-single-post .site-container header.site-header,
.page-template-page-attest-tecnologia-soluciones .site-container header.site-header, 
.webinar-itc-template-webinar-itc-single-post .site-container header.site-header,
.evento-talento-template-eventos-talento-single-post .site-container header.site-header,
.publicacion-template-publicacion-legal-fiscal .site-container header.site-header,
.impactos-normativos-template-impacto-normativo-legalfiscal-single-post .site-container header.site-header,
.webinar-template .site-container header.site-header,
.eventos-template .site-container header.site-header,
.eventos-itc-template-evento-itc-single-post .site-container header.site-header,
.ferias-tecnologia-template-ferias-itc-single-post .site-container header.site-header,
.academia-template-academia-single-post .site-container header.site-header
 {
    margin-top: 25px;
}

.page-template-page-attest-auditoria .site-container.shadow header.site-header,
.page-template-page-attest-tecnologia .site-container.shadow header.site-header,
.novedades-itc-template .site-container.shadow header.site-header,
.attest-eventos-itc .site-container.shadow header.site-header,
.attest-webinar-itc .site-container.shadow header.site-header .attest-casoexito-itc .site-container.shadow header.site-header,
.attest-ferias-itc .site-container.shadow header.site-header,
.ebook-itc-template .site-container.shadow header.site-header,
.page-template-page-attest .site-container.shadow header.site-header,
.page-template-page-attest-auditoria .site-container.shadow header.site-header,
.page-template-page-attest-servicios .site-container.shadow header.site-header,
.page-template-page-attest-ase-servicios .site-container.shadow header.site-header,
.publicacion-template-publicacion-corporativa-single-post .site-container.shadow header.site-header,
.noticias-template-noticias-corporativa-single-post .site-container.shadow header.site-header,
.impactos-normativos-template-novedad-corporativa-single-post .site-container.shadow header.site-header,
.noticias-template-novedad-corporativa-single-post .site-container.shadow header.site-header,
.page-template-page-attest-legal-fiscal .site-container.shadow header.site-header,
.page-template-page-attest-legal-fiscal-servicios .site-container.shadow header.site-header,
.noticias-template-noticias-legalfiscal-single-post .site-container.shadow header.site-header,
.noticias-template-noticias-ase-single-post .site-container.shadow header.site-header,
.impactos-normativos-template-impacto-normativo-corporativa-single-post .site-container.shadow header.site-header,
.page-template-page-attest-tecnologia-soluciones .site-container.shadow header.site-header, 
.webinar-itc-template-webinar-itc-single-post .site-container.shadow header.site-header,
.evento-talento-template-eventos-talento-single-post .site-container.shadow header.site-header,
.publicacion-template-publicacion-legal-fiscal .site-container.shadow header.site-header,
.impactos-normativos-template-impacto-normativo-legalfiscal-single-post .site-container.shadow header.site-header,
.webinar-template .site-container.shadow header.site-header,
.eventos-template .site-container.shadow header.site-header,
.eventos-itc-template-evento-itc-single-post .site-container.shadow header.site-header,
.ferias-tecnologia-template-ferias-itc-single-post .site-container.shadow header.site-header,
.academia-template-academia-single-post .site-container.shadow header.site-header {
    margin-top: 0px;
}


/*Template Page general*/

.page-template-default .additional-menu,
body.page-template-page-attest .additional-menu {
    /** Si quiero que se muestre el menu adicional superior
	display: none;*/
}

body.page-template-default .site-inner {
    max-width: 100%;
    margin-top: -28px !important;
}

body.page-template-page-attest .site-inner {
    max-width: 100%;
}

body.page-template-default .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

body.page-template-default .gb-container-content {
    width: 100% !important;
    max-width: 100% !important;
}


/*CASOS DE EXITO PLANTILLA*/

.casos-exito-template header.entry-header {
    display: none !important;
}

.casos-exito-template .site-inner {
    max-width: 100% !important;
    margin-top: 0px !important;
}

.casos-exito-template .content {
    width: 100% !important;
}

.casos-exito-template article {
    padding: 0em !important;
    background: #FFFFFF;
}


/*NOVEDADES ITC PLANTILLA*/
/*Plantillas de todas las noticias*/



.attest-eventos-itc .site-container,
.attest-webinar-itc .site-container,
.attest-casoexito-itc .site-container,
.attest-ferias-itc .site-container,
.ebook-itc-template .site-container,
.publicacion-template-publicacion-corporativa-single-post .site-container,
.noticias-template-noticias-corporativa-single-post .site-container,
.impactos-normativos-template-novedad-corporativa-single-post .site-container,
.noticias-template-novedad-corporativa-single-post .site-container,
.noticias-template-noticias-legalfiscal-single-post .site-container,
.noticias-template-noticias-ase-single-post .site-container{
    background-color: #ccc !important;
    z-index: 99;
}
.novedades-itc-template .site-container {
    background-color: #ccc !important;
    z-index: 99;
}


.attest-eventos-itc .site-inner ,
.attest-webinar-itc .site-inner ,
.attest-casoexito-itc .site-inner ,
.attest-ferias-itc .site-inner ,
.ebook-itc-template .site-inner ,
.publicacion-template-publicacion-corporativa-single-post .site-inner ,
.noticias-template-noticias-corporativa-single-post .site-inner ,
.impactos-normativos-template-novedad-corporativa-single-post .site-inner ,
.noticias-template-novedad-corporativa-single-post .site-inner ,
.noticias-template-noticias-legalfiscal-single-post .site-inner ,
.noticias-template-noticias-ase-single-post .site-inner {
    max-width: 100% !important;
    margin-top: 0px !important;
}
.novedades-itc-template .site-inner {
    max-width: 100% !important;
    margin-top: 0px !important;
}


.attest-eventos-itc .content,
.attest-webinar-itc .content,
.attest-casoexito-itc .content,
.attest-ferias-itc .content,
.ebook-itc-template .content,
.publicacion-template-publicacion-corporativa-single-post .content,
.noticias-template-noticias-corporativa-single-post .content,
.impactos-normativos-template-novedad-corporativa-single-post .content,
.noticias-template-novedad-corporativa-single-post .content,
.noticias-template-noticias-legalfiscal-single-post .content,
.noticias-template-noticias-ase-single-post .content{
    width: 100% !important;
}
.novedades-itc-template .content {
    width: 100% !important;
}



.attest-eventos-itc article ,
.attest-webinar-itc article ,
.attest-casoexito-itc article ,
.attest-ferias-itc article ,
.ebook-itc-template article ,
.publicacion-template-publicacion-corporativa-single-post article ,
.noticias-template-noticias-corporativa-single-post article ,
.impactos-normativos-template-novedad-corporativa-single-post article ,
.noticias-template-novedad-corporativa-single-post article ,
.noticias-template-noticias-legalfiscal-single-post article ,
.noticias-template-noticias-ase-single-post article {
    padding: 0em !important;
    background: #FFFFFF;
}
.novedades-itc-template article {
    padding: 0em !important;
    background: #FFFFFF;
}


.attest-eventos-itc h1.entry-title,
.attest-webinar-itc h1.entry-title,
.attest-casoexito-itc h1.entry-title,
.attest-ferias-itc h1.entry-title,
.ebook-itc-template h1.entry-title,
.publicacion-template-publicacion-corporativa-single-post h1.entry-title,
.noticias-template-noticias-corporativa-single-post h1.entry-title,
.impactos-normativos-template-novedad-corporativa-single-post h1.entry-title,
.noticias-template-novedad-corporativa-single-post h1.entry-title,
.noticias-template-noticias-legalfiscal-single-post h1.entry-title,
.noticias-template-noticias-ase-single-post h1.entry-title{
    font-size: 60px !important;
    letter-spacing: 0px;
    position: relative;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    line-height: 1.2;
    font-weight: 300;
    color: #fff !important;
}
.novedades-itc-template h1.entry-title {
    font-size: 60px !important;
    letter-spacing: 0px;
    position: relative;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    line-height: 1.2;
    font-weight: 300;
    color: #fff !important;
}

.noticias-template-noticias-ase-single-post .entry-title.tituloEntrada h1{
    letter-spacing: 0px;
    position: relative;
    font-weight: 300;
    color: #fff !important;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 60px;
    margin: 1rem 0 2rem;
    line-height: 1.1;
    margin-top: 67px;
}


/*
.attest-eventos-itc .entry-header,
.attest-webinar-itc .entry-header,
.attest-casoexito-itc .entry-header,
.attest-ferias-itc .entry-header,
.ebook-itc-template .entry-header,
.publicacion-template-publicacion-corporativa-single-post .entry-header,
.noticias-template-noticias-corporativa-single-post .entry-header,
.impactos-normativos-template-novedad-corporativa-single-post .entry-header,
.noticias-template-novedad-corporativa-single-post .entry-header,
.noticias-template-noticias-legalfiscal-single-post .entry-header{
    margin: -320px auto 0 auto;
    max-width: 1280px;
    padding-bottom: 6rem;
    min-height: 300px;
}

.noticias-template-noticias-ase-single-post .entry-header {
    margin: -355px auto 0 auto;
    max-width: 1280px;
    padding-bottom: 10rem;
    min-height: 300px;
}

.novedades-itc-template .entry-header {
    margin: -320px auto 0 auto;
    max-width: 1280px;
    padding-bottom: 6rem;
    min-height: 300px;
}
*/

.attest-eventos-itc .entry-content,
.attest-webinar-itc .entry-content,
.attest-casoexito-itc .entry-content,
.attest-ferias-itc .entry-content,
.ebook-itc-template .entry-content,
.publicacion-template-publicacion-corporativa-single-post .entry-content,
.noticias-template-noticias-corporativa-single-post .entry-content,
.impactos-normativos-template-novedad-corporativa-single-post .entry-content,
.noticias-template-novedad-corporativa-single-post .entry-content,
.noticias-template-noticias-legalfiscal-single-post .entry-content,
.noticias-template-noticias-ase-single-post .entry-content,
.noticias-template .entry-content {
    max-width: 1280px;
    margin: auto;
}

.novedades-itc-template-novedad-itc-single-post .entry-content, .ebook-itc-template-ebook-itc-single-post .entry-content {
    max-width: 1280px;
    margin: auto;
}

.entry-background {
    background-color: #1a428a;
    background-position: 50% 50%;
    z-index: 100;
}

.entry-background:after {
    /*
    content: "";
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    */
}

@media (max-width: 1370px) {
.novedades-itc-template .site-inner {
    padding: 10px 30px 30px 30px;
}
.attest-publicacion-corporativa .entry-content,.attest-eventos-corporativa .entry-content, .attest-noticias-corporativa .entry-content, .attest-impactos-normativos-corporativa .entry-content,
.evento-talento-template-eventos-talento-single-post .entry-content,
.webinar-template-webinar-corporativa-single-post .entry-content{
    padding: 10px 30px 30px 30px;
}
.ebook-itc-template-ebook-itc-single-post .entry-content {
    padding: 40px 30px 30px 30px;
}
.noticias-template  .entry-content {
    padding: 00px 30px 30px 30px;
}





}

@media (max-width: 768px) {
    .novedades-itc-template .entry-header {
        margin: 0px auto 0 auto;
    }

    .noticias-template .entry-header {
        margin: 0px auto 0 auto;
        padding-top: 20px !important;
    }
}


.novedades-itc-template .entry-background {
    background-color: #1a428a;
    background-position: 50% 50%;
    z-index: 100;
}

.noticias-template .entry-background {
    background-color: #1a428a;
    background-position: 50% 50%;
    z-index: 100;
}

.novedades-itc-template .entry-background::before {
    opacity: 0.5 !important;
}

.noticias-template .entry-background::before {
    opacity: 0.5 !important;
}


.novedades-itc-template p.entry-meta {}

.noticias-template span.entry-categories a {
    background: #00b5e2;
}

.novedades-itc-template .entry-time {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    line-height: 2;
    font-size: 16px !important;
    color: #fff !important;
}

.noticias-template .entry-time {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    line-height: 2;
    font-size: 16px !important;
    color: #fff !important;
}

 .entry-background::before {
    opacity: 0.5 !important;
}

.novedades-itc-template .entry-title h1 {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 60px;
    margin: 1rem 0 2rem;
    line-height: 1.1;
    color: #ffffff;
}

.noticias-template .entry-title h1 {
    /*font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 60px;
    margin: 1rem 0 2rem;
    line-height: 1.1;
    color: #ffffff;*/
}

@media only screen and (max-width: 1150px) {
    .novedades-itc-template .entry-title h1 {
        font-size: 40px;
    }
    .noticias-template .entry-title h1 {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 600px) {
    .novedades-itc-template .entry-title h1 {
        font-size: 2.25rem;
    }
    .noticias-template .entry-title h1 {
        font-size: 2.25rem !important;
    }
}

.novedades-itc-template .entry-content {
    margin-top: 3rem;
}
.noticias-template .entry-content {
    margin-top: 0rem;
}

.novedades-itc-template .entry-categories {
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.noticias-template .entry-categories {
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.novedades-itc-template .entry-categories a {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
    background: #00b5e2;
}

.noticias-template .entry-categories a {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
}

.novedades-itc-template .category-sagex3 .entry-categories a,
.novedades-itc-template .category-dynamics-365 .entry-categories a,
.novedades-itc-template .category-solmicro .entry-categories a {
    background-color: #93cb4d !important;
}

.novedades-itc-template .category-erp .entry-categories a {
    background-color: #78be20 !important;
}

.novedades-itc-template .category-sagex3 .entry-content a,
.novedades-itc-template .category-dynamics-365 .entry-content a,
.novedades-itc-template .category-solmicro .entry-contenta .novedades-itc-template .category-erp .entry-content a {
    color: #78be20 !important;
}

.novedades-itc-template .category-ingenieria-de-software .entry-categories a {
    background-color: #ced154 !important;
}

.novedades-itc-template .category-desarrollo-a-medida .entry-categories a {
    background-color: #c4c329 !important
}

.novedades-itc-template .category-ingenieria-de-software .entry-contenta,
.novedades-itc-template .category-desarrollo-a-medida .entry-content a {
    color: #c4c329 !important
}

.novedades-itc-template .category-power-bi .entry-categories a,
.novedades-itc-template .category-powerbi .entry-categories a {
    background-color: #fe7333 !important;
}

.novedades-itc-template .category-business-inteligence .entry-categories a {
    background-color: #fe5000 !important;
}

.novedades-itc-template .category-power-bi .entry-content a,
.novedades-itc-template .category-powerbi .entry-content a,
.novedades-itc-template .category-business-inteligence .entry-content a {
    color: #fe5000 !important;
}

.novedades-itc-template .category-salesforce .entry-categories a {
    background-color: #33c4e8 !important;
}

.novedades-itc-template .category-crm .entry-categories a {
    background-color: #009ed5 !important;
}

.novedades-itc-template .category-salesforce .entry-content a,
.novedades-itc-template .category-crm .entry-content a {
    color: #009ed5 !important;
}

.novedades-itc-template .category-zucchetti-hr .entry-categories a {
    background-color: #d15454 !important;
}

.novedades-itc-template .category-software-de-recursos-humanos .entry-categories a {
    background-color: #c42929 !important;
}

.novedades-itc-template .category-zucchetti-hr .entry-content a,
.novedades-itc-template .category-software-de-recursos-humanos .entry-content a {
    color: #c42929 !important;
}

.novedades-itc-template .category-bankinplay .entry-categories a,
.novedades-itc-template .category-lucanet .entry-categories a,
.novedades-itc-template .category-sage-xrt .entry-categories a {
    background-color: #d154af !important;
}

.novedades-itc-template .category-tesoreria-y-finanzas .entry-categories a {
    background-color: #c5299b !important;
}

.novedades-itc-template .category-bankinplay .entry-content a,
.novedades-itc-template .category-lucanet .entry-content a,
.novedades-itc-template .category-sage-xrt .entry-content a,
.novedades-itc-template .category-tesoreria-y-finanzas .entry-content a {
    color: #c5299b !important;
}


/*** TAxonomias con template - custom layouts grid **/


/*EBOOKS ITC PLANTILLA*/

.ebook-itc-template .site-inner {
    max-width: 100% !important;
    margin-top: 0px !important;
}

.ebook-itc-template .content {
    width: 100% !important;
}

.ebook-itc-template article {
    padding: 0em !important;
    background: #FFFFFF;
}

.ebook-itc-template h1.entry-title {
    font-size: 60px !important;
    letter-spacing: 0px;
    position: relative;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    line-height: 1.2;
    font-weight: 300;
    color: #fff !important;
}

.ebook-itc-template .entry-header {
    margin: -320px auto 0 auto;
    max-width: 1280px;
    padding-bottom: 6rem;
    min-height: 300px;
}



@media only screen and (max-width: 1355px) {
    .single.full-width-content .entry-header {
        padding: 0px 30px 6rem 30px;
    }
    .attest-eventos-corporativa .entry-header,
    .evento-talento-template-eventos-talento-single-post .entry-header,
    .webinar-template-webinar-corporativa-single-post .entry-header {
        padding: 0px 30px 0rem 30px !important;
    }
}


@media only screen and (max-width: 600px) {
    .ebook-itc-template .entry-header {
        margin: -360px auto 0 auto;
    }
}

.ebook-itc-template .entry-background {
    background-color: #1a428a;
    background-image: url(../attestGenesis/images/Blue-background-pkf-attest.jpg) !important;
    background-position: 50% 50%;
    z-index: 100;
}

.ebook-itc-template .entry-background::before {
    opacity: 0.5 !important;
}

.ebook-itc-template p.entry-meta {}

.ebook-itc-template .entry-time {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    line-height: 2;
    font-size: 26px !important;
    color: #fff !important;
}

.ebook-itc-template .entry-title h1 {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 60px;
    margin: 1rem 0 2rem;
    line-height: 1.1;
    color: #ffffff;
}




@media only screen and (max-width: 1150px) {
    .ebook-itc-template .entry-title h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .ebook-itc-template .entry-title h1 {
        font-size: 2.25rem;
    }
}

.ebook-itc-template .entry-content {
    margin-top: 3rem;
}

.ebook-itc-template .entry-categories {
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.ebook-itc-template .entry-categories a {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
}

.ebook-itc-template .category-sagex3 .entry-categories a,
.ebook-itc-template .category-dynamics-365 .entry-categories a,
.ebook-itc-template .category-solmicro .entry-categories a {
    background-color: #93cb4d !important;
}

.ebook-itc-template .category-erp .entry-categories a {
    background-color: #78be20 !important;
}

.ebook-itc-template .category-sagex3 .entry-content a,
.ebook-itc-template .category-dynamics-365 .entry-content a,
.ebook-itc-template .category-solmicro .entry-contenta .ebook-itc-template .category-erp .entry-content a {
    color: #78be20 !important;
}

.ebook-itc-template .category-ingenieria-de-software .entry-categories a {
    background-color: #ced154 !important;
}

.ebook-itc-template .category-desarrollo-a-medida .entry-categories a {
    background-color: #c4c329 !important
}

.ebook-itc-template .category-ingenieria-de-software .entry-contenta,
.ebook-itc-template .category-desarrollo-a-medida .entry-content a {
    color: #c4c329 !important
}

.ebook-itc-template .category-power-bi .entry-categories a,
.ebook-itc-template .category-powerbi .entry-categories a {
    background-color: #fe7333 !important;
}

.ebook-itc-template .category-business-inteligence .entry-categories a {
    background-color: #fe5000 !important;
}

.ebook-itc-template .category-power-bi .entry-content a,
.ebook-itc-template .category-business-inteligence .entry-content a,
.ebook-itc-template .category-powerbi .entry-content a {
    color: #fe5000 !important;
}

.ebook-itc-template .category-salesforce .entry-categories a {
    background-color: #33c4e8 !important;
}

.ebook-itc-template .category-crm .entry-categories a {
    background-color: #009ed5 !important;
}

.ebook-itc-template .category-salesforce .entry-content a,
.ebook-itc-template .category-crm .entry-content a {
    color: #009ed5 !important;
}

.ebook-itc-template .category-zucchetti-hr .entry-categories a {
    background-color: #d15454 !important;
}

.ebook-itc-template .category-software-de-recursos-humanos .entry-categories a {
    background-color: #c42929 !important;
}

.ebook-itc-template .category-zucchetti-hr .entry-content a,
.ebook-itc-template.category-software-de-recursos-humanos .entry-content a {
    color: #c42929 !important;
}

.ebook-itc-template .category-bankinplay .entry-categories a,
.ebook-itc-template .category-lucanet .entry-categories a,
.ebook-itc-template .category-sage-xrt .entry-categories a {
    background-color: #d154af !important;
}

.ebook-itc-template .category-tesoreria-y-finanzas .entry-categories a {
    background-color: #c5299b !important;
}

.ebook-itc-template .category-bankinplay .entry-content a,
.ebook-itc-template .category-lucanet .entry-content a,
.ebook-itc-template .category-sage-xrt .entry-content a,
.ebook-itc-template .category-tesoreria-y-finanzas .entry-content a {
    color: #c5299b !important;
}

.ebook-itc-template .gb-button.gb-button-shape-circular.gb-button-size-medium {
    color: #003594 !important;
}



/*PUBLICACIONES/EVENTOS/NOTICIAS/IMPACTO NORMATIVO CORPORATIVA PLANTILLA*/
.attest-publicacion-corporativa .site-container,
.attest-eventos-corporativa .site-container,
.webinar-template-webinar-corporativa-single-post .site-container,
.attest-noticias-corporativa .site-container,
.attest-impactos-normativos-corporativa .site-container {
    background-color: #ccc !important;
    z-index: 99;
}

.attest-publicacion-corporativa .site-inner,
.attest-eventos-corporativa .site-inner,
.webinar-template-webinar-corporativa-single-post .site-inner,
.attest-noticias-corporativa .site-inner,
.attest-impactos-normativos-corporativa .site-inner,
.evento-talento-template-eventos-talento-single-post .site-inner{
    max-width: 100% !important;
    margin-top: 0px !important;
}

.attest-publicacion-corporativa .content,
.attest-eventos-corporativa .content,
.attest-noticias-corporativa .content,
.webinar-template-webinar-corporativa-single-post .content,
.attest-impactos-normativos-corporativa .content,
.evento-talento-template-eventos-talento-single-post .content {
    width: 100% !important;
}

.attest-publicacion-corporativa article,
.attest-eventos-corporativa article,
.attest-noticias-corporativa article,
.webinar-template-webinar-corporativa-single-post article,
.attest-impactos-normativos-corporativa article,
.evento-talento-template-eventos-talento-single-post article {
    padding: 0em !important;
    background: #FFFFFF;
}
/*
.attest-publicacion-corporativa .entry-header,
.attest-noticias-corporativa .entry-header,
.attest-impactos-normativos-corporativa .entry-header {
    margin: -320px auto 0 auto;
    max-width: 1280px;
    padding-bottom: 6rem;
    min-height: 300px;
}

.attest-eventos-corporativa .entry-header,
.evento-talento-template-eventos-talento-single-post .entry-header,
.webinar-template-webinar-corporativa-single-post .entry-header{
    margin: -350px auto 0 auto;
    max-width: 1280px;
    padding-bottom: 1rem;
    min-height: 300px;
}
    */

.attest-eventos-corporativa .contentsSliderHome,
.evento-talento-template-eventos-talento-single-post .contentsSliderHome,
.webinar-template-webinar-corporativa-single-post .contentsSliderHome {
    margin: 0px 20px;
}

.attest-publicacion-corporativa .entry-content,
.attest-eventos-corporativa .entry-content,
.attest-noticias-corporativa .entry-content,
.webinar-template-webinar-corporativa-single-post .entry-content,
.attest-impactos-normativos-corporativa .entry-content,
.evento-talento-template-eventos-talento-single-post .entry-content {
    margin:  0 auto;
    max-width: 1280px;
    padding-bottom: 6rem;
    min-height: 300px;
}

.attest-publicacion-corporativa .entry-background,
.attest-noticias-corporativa .entry-background,
.attest-impactos-normativos-corporativa .entry-background {
    background-color: #1a428a;
    background-position: 50% 50%;
    z-index: 100;
    height: 500px;
}

.attest-eventos-corporativa .entry-background,
.evento-talento-template-eventos-talento-single-post .entry-background,
.webinar-template-webinar-corporativa-single-post .entry-background {
    background-color: #1a428a;
    background-position: 50% 50%;
    z-index: 100;
    height: 350px;
}

.attest-publicacion-corporativa .entry-background::before,
.attest-eventos-corporativa .entry-background::before,
.attest-noticias-corporativa .entry-background::before,
.attest-impactos-normativos-corporativa .entry-background::before,
.webinar-template-webinar-corporativa-single-post .entry-background::before {
    opacity: 0.5 !important;
}

.attest-publicacion-corporativa .entry-title h1,
.attest-eventos-corporativa .entry-title h1,
.attest-noticias-corporativa .entry-title h1,
.attest-impactos-normativos-corporativa .entry-title h1,
.webinar-template-webinar-corporativa-single-post .entry-tittle h1 {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 60px;
    margin: 1rem 0 2rem;
    line-height: 1.1;
    color: #ffffff;
}

.attest-publicacion-corporativa .entry-time,
.attest-eventos-corporativa .entry-time,
.attest-noticias-corporativa .entry-time,
.attest-impactos-normativos-corporativa .entry-time,
.evento-talento-template-eventos-talento-single-post .entry-time,
.webinar-template-webinar-corporativa-single-post .entry-time {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    line-height: 2;
    font-size: 15px !important;
    color: #fff !important;
}

.attest-publicacion-corporativa .entry-content,
.attest-eventos-corporativa .entry-content,
.attest-noticias-corporativa .entry-content,
.attest-impactos-normativos-corporativa .entry-content,
.evento-talento-template-eventos-talento-single-post .entry-content,
.webinar-template-webinar-corporativa-single-post .entry-content {
    margin-top: 3rem;
}

@media only screen and (max-width: 1355px) {.attest-publicacion-corporativa .entry-header,
    .attest-noticias-corporativa .entry-header,
    .attest-impactos-normativos-corporativa .entry-header {
        padding: 0px 30px 6rem 30px;
    }
}

@media only screen and (max-width: 1150px) {
.attest-publicacion-corporativa .entry-title h1, .attest-eventos-corporativa .entry-title h1, .attest-noticias-corporativa .entry-title h1, .attest-impactos-normativos-corporativa .entry-title h1,
.webinar-template-webinar-corporativa-single-post .entry-title h1 {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 40px;
    margin: 1rem 0 2rem;
    line-height: 1.1;
    color: #ffffff;
}

.attest-publicacion-corporativa .entry-header,
.attest-eventos-corporativa .entry-header,
.attest-noticias-corporativa .entry-header,
.attest-impactos-normativos-corporativa .entry-header,
.evento-talento-template-eventos-talento-single-post .entry-header,
.webinar-template-webinar-corporativa-single-post .entry-header
 {
    margin: -340px auto 0 auto;
    max-width: 1280px;
    min-height: 300px;
}
}

@media only screen and (max-width: 600px) {

    .attest-publicacion-corporativa .entry-title h1,
.attest-eventos-corporativa .entry-title h1,
.attest-noticias-corporativa .entry-title h1,
.attest-impactos-normativos-corporativa .entry-title h1,
.webinar-template-webinar-corporativa-single-post .entry-title h1{
    font-size: 2.25rem;
}
}
/* Column Widths and Positions
--------------------------------------------- */


/* Content */

.content {
    float: right;
    position: relative;
    width: 720px;
}

.content-sidebar .content {
    float: left;
}

body.single-noticias .entry-header, 
.full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    max-width: 100%;
}
body.single-noticias .entry-header {
    padding-top: 4em;
}


/* Sidebar */

.sidebar {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar {
    float: left;
}


/* Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */


/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.entry-avatar .avatar {
    background-color: #fff;
    float: none;
    margin-bottom: 40px;
    margin-top: -60px;
    padding: 5px;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
    font-size: 14px;
    margin-bottom: 40px;
}

.full-width-content.single .breadcrumb {
    text-align: center;
}

.featured-image .breadcrumb {
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    position: absolute;
    top: -220px;
    width: 100%;
}

.featured-image .breadcrumb,
.featured-image .breadcrumb a {
    color: #fff;
}

.featured-image .breadcrumb a:hover,
.featured-image .breadcrumb a:focus {
    color: #ccc;
}

.genesis-title-hidden .breadcrumb {
    margin-top: 100px;
}

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 100px;
}

.after-entry {
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
    padding: 60px 80px;
}

.full-width-content .after-entry:last-child {
    margin-bottom: 180px;
}

.archive-description p:last-of-type,
.author-box p:last-of-type {
    margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
    position: relative;
}

.entry-content .search-form {
    margin-bottom: 40px;
    margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
    margin-right: 10px;
    width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.widget_search input[type="submit"],
.header-search-wrap input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.widget_search input[type="submit"] {
    right: 0;
    top: 0;
}

.widget_search input[type="submit"]:focus,
.site-header .header-search-wrap input[type="submit"]:focus {
    background-color: #000;
    box-shadow: none;
    clip: auto;
    color: #fff;
    height: auto;
    padding: 22px 20px;
    width: auto;
}


/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.archive-description .entry-title,
.archive-title {
    margin-bottom: 20px;
}

.author-box-title {
    margin-bottom: 10px;
}

.entry-title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.page .entry-title {
    margin-bottom: 0;
}

.page-template-page_blog-php.page .entry-title {
    margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #000;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #06c;
}

.widget-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar .widget-title {
    margin-bottom: 20px;
}


/* WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

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

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}


/*Página de Novedades*/


body.single article {
    padding: 4em;
    background: #FFFFFF;
}

body.single article header.entry-header img {
    display: none;
}

body.single article h1.entry-title {
    font-family: "pkfGlobalSansBold", Arial, sans-serif;
    margin-bottom: 40px;
    color: #19223f;
}

body.single article time.entry-time {
    color: rgb(1 182 231 / 72%);
    font-family: "OpenSans-Italic", Arial, sans-serif;
}

body.single main#genesis-content {
    width: 100% !important;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-of-type,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul>li:last-of-type {
    padding-bottom: 0;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* Featured Content
--------------------------------------------- */

.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
    border-width: 0;
}

.featured-content .entry {
    padding: 0;
}

.sidebar .featured-content .entry {
    margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
}

.sidebar .featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.sidebar .featured-content .entry-meta {
    margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
    margin-bottom: 0;
}


/* Plugins
---------------------------------------------------------------------------- */


/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews-widget {
    text-align: center;
}

.after-entry .enews-widget form {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
}

.sidebar .enews-widget form {
    margin-top: 20px;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 10px;
}

.enews-widget input[type="email"],
.enews-widget input[type="text"] {
    background-color: #f5f5f5;
}

.after-entry .enews-widget input {
    text-align: center;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form+p {
    margin-top: 10px;
}


/* Genesis Author Pro / Genesis Portfolio Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .entry-header::after,
.genesis-pro-portfolio.archive .content .entry-header::after {
    display: none;
}


/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* WPForms
--------------------------------------------- */

.site-container .wpforms-container {
    margin-bottom: 40px;
}

.site-container .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 14px;
    font-weight: 300;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}


/* Site Header
---------------------------------------------------------------------------- */


/*Borrar el título de la página visualmente*/

.page-template-page-attest header.entry-header,
.page-template-page-attest-tecnologia header.entry-header,
.attest-landing-page header.entry-header {
    display: none;
}


/*FIN borrar el título de la página visualmente*/


/*Borrar el título de la página visualmente*/

.page-template-default header.entry-header {
    display: none;
}


/*FIN borrar el título de la página visualmente*/

.additional-menu {
    max-width: 1280px;
    margin: 0 auto;
    text-align: right;
    z-index: 99999 !important;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.additional-menu a {
    color: #FFF !important;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.additional-menu a:hover {
    color: #00b6e4;
}

.additional-menu ul#menu-menuadicionalsuperior li {
    display: inline-block;
    margin-right: 25px;
}

.additional-menu ul#menu-menuadicionalsuperior li:last-child {
    margin-right: 0px;
}

.site-header {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    min-height: 80px;
    padding: 10px 40px;
    position: -webkit-sticky;
    position: /*sticky*/
    fixed;
    top: 15px;
    width: 100%;
    z-index: 9999;
}

.site-container.shadow .site-header {
    background-color: #FFF;
    top: 0px !important;
}

header.site-header .wrap {
    max-width: 1280px;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header>.wrap>* {
    transition: all 0.4s ease-in-out;
}

.site-header.search-visible>.wrap> :not(.header-search-wrap) {
    opacity: 0;
}

.shadow .site-header,
.site-header.search-visible {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}


@media (max-width: 1370px) {
 .additional-menu {
        padding-right: 20px;}
}

/*** Tranche ***/


/*** queremos que cuando el menú se hace sticky, las letras de los enlaces sean grises y no blancas **/

div.shadow ul#mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
div.shadow .search-icon::before {
    color: #666 !important;
}


/*** Fin Trache **/

/** Tranche Queremos que search-icon el span tenga siempre el background de lupa **/
.search-icon{

  width: 20px;
display: inline-block;
background-image: url(/wp-content/uploads/2022/07/lupa-azul-20x20-1-20x20.png);
-o-background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
height: 20px;
cursor: pointer;
}


/*cuando el menu se hace sticky el icono del buscador se pasa a azul*/

.site-container.shadow .site-header #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-4873 .mega-search .search-icon {
    background-image: url(/wp-content/uploads/2022/07/lupa-azul-20x20.png);
}

/*** TRANCHE Caja del buscador ***/

.bg-blue, .bg-to-blue:hover, .bg-to-blue:focus, .bg-to-blue:active {
  background-color: #003594 !important;
}

.hidden, .fancy-hide {
  display: none;
}

/*** Emergente en la caja del buscador **/

.imgbox, #imgbox {
           display: grid;
           border-style: solid;
           border-width: thin;
           border-color: #000;
           height: 100%;
           width: 100%;
              height: 100%;
              position: fixed;
              display:none;
              background-color: rgba(22,22,22,0.8);
              z-index: 1000000;
              top:0%;

            text-align: center;
margin: auto;

       }

       #layerBuscador {
        padding: 0.5rem 0;
        width: 80%;
        position: absolute;
        top: 50%;
        z-index: 99999999999;
        margin: 0 auto !important;
        left: 50%;
        transform: translate(-50%, -50%);
        background: transparent !important;
    }

input.search-submit{
  background-color: #00b5e5 !important;
align-items: center;
margin: 0 1.2rem;

}

       .center-fit {
           max-width: 100%;
           max-height: 100vh;
           margin: auto;
       }

.mf-modal{
 background-color:#323232;

border-color: #000;

border-color:#000;
}

.mf-modal-close{
  position:absolute;
  top:0;
  right:10px;
  font-size:1.8rem;
  color:#ffffff;
}

div.mf-modal-close a{
  color:#fff;
}

#layerBuscador .f-row{
  width:100%;
}


/*** Tranche Fin caja del buscador***/








/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.wp-custom-logo .title-area {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 0;
    width: 133px;
}
.site-header.header-custom.fixed .custom-logo {
    margin-top: 30px !important;
}

.wp-custom-logo .title-area a {
    position: relative;
    display: block;
    width: 133px;
    height: 51px;
}

.site-container .title-area a.custom-logo-link:before {
    content: "";
    /*background: url(/wp-content/uploads/2022/04/logotipo-PKF-Attest_blanco.png);*/
    background: url(/wp-content/uploads/pkf-attest-blanco.png) center center;
    width: 168px;
    height: 77px;
    position: absolute;
    top: -17px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-page-attest-ase-servicios .site-container .title-area a.custom-logo-link:before{
  /*background: url(/wp-content/uploads/sites/4/2022/07/logotipo-PKF-Attest-Auditoria-assurance-horizontal_blanco.png);*/
  background: url(/wp-content/uploads/pkf-attest-blanco.png) center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-template-page-attest-legal-fiscal-servicios .site-container .title-area a.custom-logo-link:before{
  /*background: url(/wp-content/uploads/sites/5/2022/08/logotipo-PKF-Attest-Auditoria-LegalFiscal-horizontal_blanco.png);*/
  background: url(/wp-content/uploads/pkf-attest-blanco.png) center center;
  background-size: contain;
  background-repeat: no-repeat;
}


/*******************IMPORTANTE*******************/


/*******************IMPORTANTE*******************/


/*LOGO MENÚ DEPENDIENDO DEL SERVICIO*/

.page-template-page-attest .logoDiferente,
.page-template-default .logoDiferente {
    display: none;
}

.page-template-page-attest .logoDiferente {
    display: none;
}

#logoTecnologia.logoDiferente {
    margin-top: -19px;
}

a.logoNuevoMenu img {
    max-width: 145px;
    margin-top: 7px;
}

#logoLegalFiscal a.logoNuevoMenu img {
    max-width: 153px;
    margin-top: -5px;
    max-height: 62px;
}

#logoAuditoria a.logoNuevoMenu img {
    max-width: 174px;
    margin-top: -5px;
}

body:not(.pkf-site-id-4):not(.pkf-site-id-1) a.custom-logo-link {
    display: none !important;
}

.noticias-template-novedad-corporativa-single-post a.custom-logo-link,
.page-template-page-attest a.custom-logo-link,
.page-template-default a.custom-logo-link,
.page-template-page-attest-servicios a.custom-logo-link,
.page-template-page-attest-ase-servicios a.custom-logo-link,
.page-template-page-attest-legal-fiscal-servicios a.custom-logo-link
{
    display: block !important;
}

.site-container .title-area .logoDiferente a.logoNuevoMenu:before {
    content: "";
    width: 168px;
    height: 100px;
    position: absolute;
    top: -17px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.site-container .title-area #logoLegalFiscal.logoDiferente a.logoNuevoMenu:before {
    content: "";
    width: 249px;
    height: 118px;
    position: absolute;
    top: -44px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.site-container .title-area #logoAuditoria.logoDiferente a.logoNuevoMenu:before {
    content: "";
    width: 249px;
    height: 118px;
    position: absolute;
    top: -44px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.site-container .title-area #logoTecnologia.logoDiferente a.logoNuevoMenu:before {
    content: "";
    width: 191px;
    height: 100px;
    position: absolute;
    top: -29px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}


/*LOGO MENÚS NUEVOS*/

.site-container .title-area div#logoTecnologia a.logoNuevoMenu:before {
    background-image: url(/wp-content/uploads/2022/05/logotipoPKF-AttestTecnologiaWhite.png);
}

.site-container .title-area div#logoAttest a.logoNuevoMenu:before {
    background-image: url(/wp-content/uploads/2022/04/logotipo-PKF-Attest_blanco.png);
}

.site-container .title-area div#logoAuditoria a.logoNuevoMenu:before {
    background-image: url(/wp-content/uploads/sites/4/2022/07/logotipo-PKF-Attest-Auditoria-assurance-horizontal_blanco.png);
}

.site-container .title-area div#logoLegalFiscal a.logoNuevoMenu:before {
    background-image: url(/wp-content/uploads/sites/5/2022/08/logotipo-PKF-Attest-Auditoria-LegalFiscal-horizontal_blanco.png);
}


/*FIN LOGO MENÚS NUEVOS*/

.site-container.shadow .title-area a:before {
    display: none;
}

.site-container .title-area a img {
    display: none !important;
}

.site-container.shadow .title-area a img {
    display: block !important;
}

.site-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #000;
    text-decoration: none;
}

.wp-custom-logo .site-title>a {
    float: left;
    min-height: 50px;
    width: 100%;
}

.site-description,
.wp-custom-logo .site-title {
    border-width: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.site-header .custom-logo-link .custom-logo {
    /*height: 51px;*/
    height: auto;
    width: auto;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu li {
    float: none;
    list-style-type: none;
}

.genesis-nav-menu li li {
    margin-left: 0;
}

.genesis-nav-menu .menu-item,
.genesis-nav-menu .toggle-header-search {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
    position: relative;
}

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
    color: #FFF;
    display: block;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 5px;
}

.site-container.shadow .genesis-nav-menu a,
.site-container.shadow .genesis-nav-menu .toggle-header-search {
    font-size: 15px;
}

.site-container.shadow .genesis-nav-menu a,
.site-container.shadow .genesis-nav-menu .site-container.shadow .toggle-header-search {
    color: gray;
}

.site-container.shadow .genesis-nav-menu a:hover,
.site-container.shadow .genesis-nav-menu .site-container.shadow .toggle-header-search:hover {
    color: #00b6e4;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .toggle-header-search:focus,
.genesis-nav-menu .toggle-header-search:hover {
    color: #00b6e4;
}

.genesis-nav-menu .sub-menu {
    background: transparent;
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease-in-out;
    width: 160px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    content: " ";
    height: 0;
    left: 15px;
    position: absolute;
    top: 0;
    width: 0;
    /*** quitamos flechita de inicio del submenu  **/
    display: none;
}

.genesis-nav-menu .sub-menu .sub-menu::before {
    display: none;
}

.genesis-nav-menu>.menu-item>.sub-menu {
    padding-top: 5px;
}

.genesis-nav-menu>.menu-item>.sub-menu>.menu-item:first-child {
    border-radius: 3px 3px 0 0;
}

.genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child,
.genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child,
.genesis-nav-menu .sub-menu a {
    background-color: #000;
    background-color: #dddddd;
}

.genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child {
    padding-top: 5px;
}

.genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child {
    border-radius: 0 0 3px 3px;
}

.genesis-nav-menu>.menu-item .sub-menu>.menu-item:last-child {
    padding-bottom: 5px;
}

.genesis-nav-menu .sub-menu a {
    font-size: 13px;
    padding: 12px 15px;
    position: relative;
    width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -42px 0 0 160px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}


/*** Tranche Mega Menu ****/


/* Added for Mega Menu */

.genesis-nav-menu .megamenu .sub-menu {
    background-color: #dddddd;
    border: 1px solid #eee;
    height: auto;
    width: 610px;
    column-count: 3;
    column-gap: 0;
}

.genesis-nav-menu .megamenu.move .sub-menu {
    right: 0;
}


/* optional to right align the sub-menu */

.genesis-nav-menu .megamenu .sub-menu a {
    border: 0;
    width: 200px;
}

.genesis-nav-menu .megamenu .sub-menu::before {
    background-color: #dddddd;
}

.genesis-nav-menu .megamenu .sub-menu a {
    background-color: #dddddd;
    color: #1d1d1d;
}

.genesis-nav-menu .megamenu .sub-menu a:hover {
    background-color: #dddddd;
    color: #1d1d1d;
    text-decoration: underline;
}


/*** No queremos flechita de megamenu **/

.genesis-nav-menu .megamenu.sub-menu::before {
    display: none;
}


/** No queremos padding del primer elemento ***/

.genesis-nav-menu>.megamenu>.sub-menu>.menu-item:first-child {
    padding-top: 0px;
}


/*Estilospara el botón de contacto, estilos que no deja aplicar el megamenú*/

.site-container #mega-menu-wrap-primary #mega-menu-primary li.botonContactoMenu>a.mega-menu-link {
    transition: all 0.3s linear;
    text-align: center;
}

.site-container #mega-menu-wrap-primary #mega-menu-primary li.botonContactoMenu>a.mega-menu-link:hover {
    color: #00b5e2 !important;
    transition: all 0.3s linear;
}

.site-container #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 18px !important;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    padding: 0px 20px;
}

.site-container.shadow #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    font-size: 15px !important;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    padding: 0px 20px !important;
}

.site-container #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.site-container #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    font-size: 16px !important;
    font-family: "pkfGlobalSans", Arial, sans-serif !important;
}

.site-container.shadow #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.site-container.shadow #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    font-size: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 19px !important;
}


/** Tranche quiero que el tercer nivel del megamenu no tenga margin top ni flechita ***/

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu ul.tercero {
    margin-top: 0px !important;
}


/******/

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    width: 350px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #fff !important;
}

.botonContactoMenu a {
    background: #00b5e2 !important;
    color: #fff !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 2px !important;
    padding-bottom: 45px !important;
    margin-left: 1rem !important;
    border-color: #00b5e2 !important;
    border-style: solid !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    transition: all 0.3s linear;
}

.botonContactoMenu a:hover {
    background: transparent !important;
    color: #00b5e2 !important;
    transition: all 0.3s linear;
}




/*Estilos para el botón de contacto al hacer scroll*/

.site-container.shadow #mega-menu-wrap-primary #mega-menu-primary li.botonContactoMenu>a.mega-menu-link {
    color: #FFFFFF !important;
    padding: 0px 30px 40px 30px !important;
    transition: all 0.3s linear;
}

.site-container.shadow #mega-menu-wrap-primary #mega-menu-primary li.botonContactoMenu>a.mega-menu-link:hover {
    color: #00b5e2 !important;
    transition: all 0.3s linear;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    padding: 11px 15px 11px 15px !important;
    transition: all 0.3s linear;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout>ul.mega-sub-menu li.mega-menu-item:hover:hover {
    background-color: #00B5E2 !important;
    transition: all 0.3s linear;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item {
    transition: all 0.3s linear;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:hover,
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item:hover {
    background-color: #00B5E2 !important;
    transition: all 0.3s linear;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu:after {
    content: "";
    position: absolute;
    top: -11px;
    left: 19px;
    width: 19px;
    height: 34px;
    background: #202945;
    display: block;
    transform: rotate(45deg);
    z-index: -1;
}

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after {
    content: "" !important;
    position: absolute !important;
    top: -11px !important;
    left: 19px !important;
    width: 19px !important;
    height: 34px !important;
    background: #202945 !important;
    display: block !important;
    transform: rotate(45deg) !important;
    z-index: -1 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-top: 0px !important;
    margin-left: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item {
    background: #202945 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu:after {
    left: 0px !important;
    transform: rotate(45deg) !important;
    top: 7px !important;
}


@media only screen and (max-width: 1765px) {

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        width: 320px !important;
    }

}

@media only screen and (max-width: 1655px) {

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        width: 270px !important;
    }

}


@media only screen and (max-width: 1470px) {

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        width: 250px !important;
    }

}


/* Header Menu


--------------------------------------------- */

.nav-primary {
    float: right;
    margin-top: 2px;
    text-align: right;
}

.site-container.shadow .nav-primary {
    margin-top: 10px;
}

.nav-primary .genesis-nav-menu .sub-menu {
    z-index: 9999;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #1d1d1d;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
    color: #000;
}


/* Header Search
--------------------------------------------- */

.header-search-wrap {
    display: none;
}

.js .header-search-wrap {
    height: 100%;
    left: 0;
    padding: 10px 40px;
    position: absolute;
    transform: translate3d(0, -100%, 0);
    transition: none;
    top: 0;
    width: 100%;
    z-index: 1001;
    /* Show above the menu toggle button */
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
    height: 100%;
}

.search-visible .header-search-wrap {
    transform: translate3d(0, 0, 0);
}

.header-search-wrap:target {
    clear: both;
    display: block;
    position: relative;
}

.header-search-wrap input[type="search"] {
    border: 0;
    padding-left: 0;
    padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
    border-radius: 3px;
    margin-top: 1px;
    padding: 20px;
    right: 50px;
}

.toggle-header-search {
    background: transparent;
}

.js .toggle-header-search.close:focus {
    outline: 0;
}

.toggle-header-search.close {
    color: #000;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(-35px, 0, 0);
    transition: transform 0.2s ease-in-out;
    width: 30px;
    z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
    transform: none;
}

.toggle-header-search .ionicons {
    font-size: 12px;
    transform: scale(2);
}

.toggle-header-search.close .ionicons {
    position: absolute;
    right: 50%;
    top: calc(50% - 5px);
    transform: scale(3);
}

/***************RESPONSIVE DEL MENÚ******************/

@media only screen and (max-width: 768px) {

    .additional-menu {
        background: #003594;
        padding-right: 20px;}

    header.site-header {
        position: relative;
        margin-bottom: 0px;
        background: #003594;
        margin-top: 18px !important;
        padding: 0px;
        padding-top: 5px;}

    .wp-custom-logo .title-area {
        margin-top: 27px;}

    body.noticias-template-noticias-corporativa-single-post .title-area, .impactos-normativos-template-impacto-normativo-corporativa-single-post .title-area, body.publicacion-template-publicacion-corporativa-single-post .title-area, .page-template-page-attest-servicios .title-area
     {
        margin-top: 5px;}
    body.page-template-page-attest .title-area {
        margin-top: 5px;}

    li.mega-menu-item span#iconoBuscador {
        margin: 10px 20px 20px 20px;}

    li.mega-botonContactoMenu a {
        margin-left: 0px !important;}

    .site-container #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 15px !important;
        font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
        padding: 0px 20px !important;}

    .title-area {
        padding-left: 20px !important;}

    button#genesis-mobile-nav-primary {
        padding-right: 20px;}

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        width: 100% !important;
        margin-top: 0px !important;}
    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item {
        background: #DDD !important;}

    .site-container #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
        font-size: 15px !important;
        font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        color: #1d1d1d !important;}
    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
        padding: 4px 15px 4px 30px !important;}

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        margin-top: 0px !important;
        margin-left: 0px !important;}

    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item ul li {
        background: #f1f1f1 !important;}

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
        padding-left: 40px !important;}

    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after{
        display: none !important;
    }
}

@media only screen and (max-width: 580px) {
    .additional-menu ul#menu-menuadicionalsuperior li {
        display: inline-block;
        margin-right: 4px;}

    .additional-menu a {
        color: #FFF !important;
        font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
        font-size: 10px !important;
        font-weight: 500 !important;}

}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-bottom: 10px;
}

.nav-secondary .genesis-nav-menu {
    font-family: Muli, sans-serif;
    font-weight: 300;
    margin-top: 20px;
}

.nav-secondary .genesis-nav-menu li {
    padding-left: 2px;
}

.nav-secondary .genesis-nav-menu a {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 15px;
    padding: 0;
    text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu li:first-child a {
    margin-left: 0;
}

.nav-secondary .genesis-nav-menu li:first-child::before {
    content: "";
}

.nav-secondary .genesis-nav-menu li::before {
    color: #666;
    content: "—";
    float: left;
    font-size: 10px;
}


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus,
.menu .menu-item.sfHover {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu .menu-item.sfHover>.sub-menu>.menu-item.sfHover>.sub-menu {
    left: 160px;
    margin-left: 0;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------- */


/* Entries
--------------------------------------------- */

.entry-background {
    background-position: center;
    background-size: cover;
    display: block;
    height: 500px;
    position: relative;
    width: 100%;
}

.full-width-content.landing-page .entry {
    margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    padding-left: 20px;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.entry-content ol>li {
    list-style-type: decimal;
    margin-bottom: 12px;
}

.entry-content ul>li {
    list-style-type: disc;
    margin-bottom: 12px;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content ol li ul>li,
.entry-content ol li ol>li,
.entry-content ul li ul>li,
.entry-content ul li ol>li {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 1.5;
    margin-top: 10px;
    list-style: disc;
}

.entry-content code {
    background-color: #000;
    color: #eee;
}

.entry-content .intro {
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
}

p.center {
    text-align: center;
}


/* Entry Messages
--------------------------------------------- */

.message {
    padding: 25px 30px;
}

.message,
.message a {
    color: #fff;
}

.message a {
    border-bottom: 1px solid #fff;
}

.message a:hover,
.message a:focus {
    border-bottom: none;
}

.message.green {
    background-color: #00a86d;
}

.message.orange {
    background-color: #cc4b00;
}

.message.red {
    background-color: #be0040;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-meta a {
    color: #000;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #06c;
    text-decoration: none;
}

.single.full-width-content .entry-header {
    text-align: center;
}

.entry-header::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 2.5%;
}

.single.full-width-content .entry-header::after {
    margin-left: auto;
    margin-right: auto;
}

.sidebar .entry-header::after {
    display: none;
}

.entry-footer {
    margin-top: 30px;
}

.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: normal 16px/1 "ionicons";
    margin-right: 8px;
    margin-top: -5px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.entry-categories::before {
    content: "\f3ca";
}

.entry-tags::before {
    content: "\f48d";
}

.entry-categories,
.entry-tags {
    display: block;
}


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

.pagination {
    clear: both;
}

.archive-pagination a {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
    background-color: #06c;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline-block;
    margin-bottom: 10px;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    font-size: 17px;
}

.entry-comments,
.entry-pings {
    margin-bottom: 100px;
}

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

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content p {
    margin-bottom: 20px;
}

.comment-content ul>li {
    list-style-type: disc;
}

.comment-respond {
    margin-bottom: 100px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

.entry-pings .reply {
    display: none;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
    line-height: 1.75;
    margin-bottom: 100px;
}

.sidebar,
.sidebar p {
    font-size: 16px;
}

.sidebar .widget {
    margin-bottom: 80px;
}


/* Before Footer CTA
---------------------------------------------------------------------------- */

.before-footer-cta {
    background: #06c;
    background: linear-gradient(45deg, #06c, #02cbfb);
    line-height: 1.5;
    padding-bottom: 40px;
    padding-top: 45px;
    text-align: center;
}

.before-footer-cta .wrap {
    max-width: 1280px;
}

.before-footer-cta p:last-of-type,
.before-footer-cta .widget:last-of-type {
    margin-bottom: 0;
}

.before-footer-cta,
.before-footer-cta a,
.before-footer-cta p,
.before-footer-cta .widget-title {
    color: #fff;
}

.before-footer-cta a {
    border-bottom: 1px solid currentColor;
}

.before-footer-cta a:focus,
.before-footer-cta a:hover {
    border-bottom: 1px solid transparent;
}

.before-footer-cta p {
    font-size: 20px;
}

.before-footer-cta button,
.before-footer-cta input[type="button"],
.before-footer-cta input[type="reset"],
.before-footer-cta input[type="submit"],
.before-footer-cta a.button,
.before-footer-cta a.more-link {
    background-color: #fff;
    border-width: 0;
    color: #000;
    margin: 5px 10px;
    padding: 15px 20px;
    vertical-align: middle;
}

.before-footer-cta button:focus,
.before-footer-cta button:hover,
.before-footer-cta input[type="button"]:focus,
.before-footer-cta input[type="button"]:hover,
.before-footer-cta input[type="reset"]:focus,
.before-footer-cta input[type="reset"]:hover,
.before-footer-cta input[type="submit"]:focus,
.before-footer-cta input[type="submit"]:hover,
.before-footer-cta .button:hover,
.before-footer-cta .button:focus {
    background-color: #000;
    color: #fff;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
    background-color: #dfdfdf;
    bottom: 0;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.gmm-active .site-footer {
    position: inherit;
}

.site-footer .genesis-nav-menu .current-menu-item>a {
    border-bottom: 1px solid transparent;
    color: #1d1d1d;
}

.site-footer .wrap a {
    padding-bottom: 2px;
}

.site-footer .genesis-nav-menu .current-menu-item>a:focus,
.site-footer .genesis-nav-menu .current-menu-item>a:hover,
.site-footer a:hover,
.site-footer a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus {
    /*border-bottom-color: currentColor;*/
    /*color: #ccc;*/
    /*text-decoration: none;*/
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer .ion-heart {
    font-size: 13px;
    margin-left: 2px;
    margin-right: 2px;
}

.site-footer .wrap a.footer-logo-link {
    border-bottom-width: 0;
    display: inline-block;
    height: 50px;
    margin-bottom: 10px;
    padding: 0;
}

.site-footer .footer-logo {
    height: 50px;
    width: auto;
}


/*Estilos Generales para formulario Pop Up*/

.formularioPopUp form legend {
    font-size: 16px !important;
    font-family: "pkfGlobalSans", Arial, sans-serif !important;
    font-weight: normal !important;
}


/* formularios - estilos */


/*Formulario*/


/*Estilos del label*/

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 0.875rem;
    line-height: 1.8;
    color: #000000 !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem;
    text-shadow: none !important;
}


/* Estilos del input*/

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 3.8125rem;
    margin: 0 0 2rem;
    padding: 1rem;
    border: 1px solid #DFDFDF;
    border-radius: 0;
    background-color: #EFEFEF;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    color: #00B5E2;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    appearance: none;
}

.formularioPopUp div#popupConsejoPersonaExperta,
div#popupNewsLetter,
div#popupDescargaCasoExito,
div#popupDescargaebook {
    padding: 40px;
}

.formularioPopUp div#popupConsejoPersonaExperta h2,
div#popupNewsLetter h2,
div#popupDescargaCasoExito h2,
div#popupDescargaebook h2 {
    font-weight: 700 !important;
    text-shadow: none !important;
    color: #00b5e2 !important;
}


/*Formulario ebooks*/

.overlaySimple .formulario {
    padding: 40px !important;
}

.overlaySimple .formulario h2 {
    font-size: 26px;
    margin-bottom: 18px !important;
    color: #202945 !important;
    font-family: "pkfGlobalSansBold", Arial, sans-serif !important;
    font-weight: 700;
    text-shadow: none !important;
    color: #00b5e2 !important;
}


/*responsive formularios pop up*/

@media (max-width: 768px) {
    .formularioPopUp div#popupConsejoPersonaExperta,
    .formularioPopUp div#popupNewsLetter,
    .formularioPopUp div#popupDescargaCasoExito,
    .formularioPopUp div#popupDescargaebook,
    .overlaySimple .formulario {
        width: 90% !important;
        padding: 20px !important;
    }
    .formularioPopUp div#popupConsejoPersonaExperta h2,
    .formularioPopUp div#popupNewsLetter h2,
    .formularioPopUp div#popupDescargaCasoExito h2,
    .formularioPopUp div#popupDescargaebook h2,
    .overlaySimple .formulario h2 {
        font-size: 20px;
        margin-bottom: 0px !important;
    }
    .overlaySimple .formulario .gform_description {
        font-size: 16px;
    }
    .overlaySimple .formulario .close {
        top: 12px;
    }
    /*textarea*/
    .gform_wrapper.gravity-theme input[type=color],
    .gform_wrapper.gravity-theme input[type=date],
    .gform_wrapper.gravity-theme input[type=datetime-local],
    .gform_wrapper.gravity-theme input[type=datetime],
    .gform_wrapper.gravity-theme input[type=email],
    .gform_wrapper.gravity-theme input[type=month],
    .gform_wrapper.gravity-theme input[type=number],
    .gform_wrapper.gravity-theme input[type=password],
    .gform_wrapper.gravity-theme input[type=search],
    .gform_wrapper.gravity-theme input[type=tel],
    .gform_wrapper.gravity-theme input[type=text],
    .gform_wrapper.gravity-theme input[type=time],
    .gform_wrapper.gravity-theme input[type=url],
    .gform_wrapper.gravity-theme input[type=week],
    .gform_wrapper.gravity-theme select,
    .gform_wrapper.gravity-theme textarea {
        height: 42px;
    }
    /*textarea*/
    .formularioPopUp div#popupConsejoPersonaExperta .gform_wrapper.gravity-theme .gfield textarea.large,
    .formularioPopUp div#popupNewsLetter .gform_wrapper.gravity-theme .gfield textarea.large,
    .formularioPopUp div#popupDescargaCasoExito .gform_wrapper.gravity-theme .gfield textarea.large,
    .formularioPopUp div#popupDescargaebook .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 95px;
    }
    .formularioPopUp div#popupConsejoPersonaExperta .gform_footer.top_label,
    .formularioPopUp div#popupNewsLetter .gform_footer.top_label,
    .formularioPopUp div#popupDescargaCasoExito .gform_footer.top_label,
    .formularioPopUp div#popupDescargaebook .gform_footer.top_label,
    .overlaySimple .formulario .gform_footer.top_label {
        margin: 0;
        padding: 0;
    }
    /*boton*/
    .formularioPopUp div#popupConsejoPersonaExperta .gform_footer.top_label input[type="submit"],
    .formularioPopUp div#popupNewsLetter .gform_footer.top_label input[type="submit"],
    .formularioPopUp div#popupDescargaCasoExito .gform_footer.top_label input[type="submit"],
    .formularioPopUp div#popupDescargaebook .gform_footer.top_label input[type="submit"],
    .overlaySimple .formulario .gform_footer.top_label input[type="submit"] {
        margin: 10px 0 0 0;
        padding: 0;
    }
    .gfield_checkbox label {
        line-height: normal;
    }
}


/*espaciado en moviles pequeños*/

@media (max-width: 640px) {
    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 0px !important;
    }
    .gform_wrapper.gravity-theme .gfield_description {
        display: none;
    }
}


/*Formulario pagina responsive*/

@media (max-width: 768px) {
    .formularioPagina .gb-block-layout-column-inner {
        padding: 20px !important;
    }
    .formularioPagina .gb-block-layout-column-inner .wp-block-spacer {
        display: none;
    }
    .formularioPagina .gb-block-layout-column-inner h2 {
        font-size: 26px !important;
        margin-bottom: 10px;
    }
    .formularioPagina .gb-block-layout-column-inner p {
        font-size: 14px !important;
    }
    .formularioPagina .gb-block-layout-column-inner .gform_wrapper .gform_title {
        font-size: 16px !important;
    }
    /*textarea*/
    .formularioPagina .gb-block-layout-column-inner .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 95px;
    }
    /*boton*/
    .formularioPagina .gb-block-layout-column-inner .gform_footer.top_label input[type="submit"] {
        margin: 10px 0 0 0;
        padding: 0;
    }
    /*label inferior input*/
    .formularioPagina .gb-block-layout-column-inner .gform_wrapper.gravity-theme .ginput_complex label {
        margin: 0;
    }
    .formularioPagina .gb-block-layout-column-inner .gform_fileupload_rules {
        line-height: normal;
    }
    /*formulario pagina de contacto*/
    .divFormularioContactoCorporativo.wp-block-genesis-blocks-gb-columns {
        padding: 0 !important;
    }
}


/*Footer Attest*/

.footerAttest {
    background: #dfdfdf;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    padding: 60px 0px 30px 0px;
}

.footerAttest .footerAttestRow {
    max-width: 1280px;
    margin: 0 auto;
}

.menuFooter {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

.footerAttest .columna {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2%;
}

.footerAttest .columna p {
    color: #003594;
    font-size: 16px;
    margin-bottom: 14px;
}

.footerAttest .columna ul li {
    line-height: 17px;
    margin-bottom: 16px;
    padding-left: 15px;
}

.footerAttest .columna ul li a {
    color: #1d1d1d;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s linear;
}

.footerAttest .columna ul li a:hover {
    color: #fe5000;
    text-decoration: none !important;
    transition: all 0.3s linear;
}

.footerAttest .copy ul li {
    display: inline-block;
    margin: 0px 5px;
    position: relative;
    line-height: 24px;
}

.footerAttest .copy ul li:before {
    content: "|";
    position: absolute;
    right: -11px;
    top: -1px;
}

.footerAttest .copy ul li a {
    color: #1d1d1d;
    text-decoration: none !important;
    transition: all 0.3s linear;
}

.footerAttest .copy ul li a:hover {
    color: #fe5000;
    text-decoration: none !important;
    transition: all 0.3s linear;
}

.redesFooter {
    position: relative;
    text-align: right;
    margin-bottom: 30px;
}

.redesFooter ul li {
    display: inline-block;
    margin-right: 15px;
}

.redesFooter ul li a {
    position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
}
.redesFooter ul li a:before {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #0255a4;
    border-radius: 50%;
    transition: all 0.3s linear;
}
.redesFooter ul li a:hover {
    border-bottom: 0px;
}
/*
.redesFooter ul li a:hover {
    background: #fe5000;
    transition: all 0.3s linear;
}
*/

.redesFooter ul li a.linkedin:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/04/LinkedinIco.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 55% 43%;
}

.redesFooter ul li a.twitter:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/04/twitterIco.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

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

.footerAttest .MenuFooterEntero ul li {
    display: inline-block;
    text-align: center;
    margin: 0px 10px;
    padding: 0px 10px;
    position: relative;
}

.footerAttest .MenuFooterEntero ul li:before {
    position: absolute;
    content: "|";
    right: -15px;
}

.footerAttest .MenuFooterEntero ul li:last-child:before {
    position: absolute;
    content: "|";
    right: -15px;
    display: none;
}

.footerAttest .MenuFooterEntero ul li a:hover {
    color: #fe5000;
    text-decoration: none !important;
    transition: all 0.3s linear;
}

.footerAttest .MenuFooterEntero nav.nav-secondary {
    text-align: center;
}

.footerAttest .MenuFooterEntero nav.nav-secondary ul li {
    display: inline-block;
    text-align: center;
    margin: 0px 10px;
    padding: 0px 10px;
    position: relative;
}

.footerAttest .MenuFooterEntero nav.nav-secondary ul li a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    text-transform: none;
    color: #000;
    font-size: 14px !important;
    letter-spacing: normal;
    padding: 0px;
    margin: 0px;
}

.footerAttest .MenuFooterEntero nav.nav-secondary ul li:before {
    position: absolute;
    content: "|";
    right: -15px;
}

.footerAttest .MenuFooterEntero nav.nav-secondary ul li:last-child:before {
    position: absolute;
    content: "|";
    right: -15px;
    display: none;
}

.footerAttest .MenuFooterEntero nav.nav-secondary ul li a:hover {
    color: #fe5000;
    text-decoration: none !important;
    transition: all 0.3s linear;
}


/* footer buttom contact */

.footerAttest .footerRowOne {
    display: flex;
    justify-content: space-between;
}

.footerAttest .footerRowOne .blockbuttom {
    margin-bottom: 30px;
    margin: 0 0;
}

.footerAttest .footerRowOne .button {
    color: #fff;
    background-color: #00b5e5;
    border: none !important;
    ;
}

.footerAttest .footerRowOne .button:hover {
    color: #fff;
    background-color: #fe5000 !important;
    border: none !important;
    ;
}


/*Formularios POP UP con botón



/* Media Queries
---------------------------------------------------------------------------- */

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

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .genesis-nav-menu a,
    .genesis-nav-menu .toggle-header-search {
        font-size: 13px;
    }
    .site-container.shadow .genesis-nav-menu a,
    .site-container.shadow .genesis-nav-menu .toggle-header-search {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1280px) {
    .before-footer-cta .wrap,
    .site-inner {
        max-width: 960px;
    }
    .content {
        width: 600px;
    }
    .sidebar {
        width: 300px;
    }


    .footerAttest {
        background: #dfdfdf;
        font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
        padding: 60px 20px 30px 20px;
    }

    .nav-secondary .genesis-nav-menu {
        margin-top: 10px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .site-container button#genesis-mobile-nav-primary {
        background: transparent;
        color: #FFF;
    }
    .site-container.shadow button#genesis-mobile-nav-primary {
        background: transparent;
        color: gray;
    }
    .before-footer-cta .wrap,
    .site-inner {
        max-width: 720px;
    }
    .content,
    .full-width-content .content,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    .js .nav-primary,
    .sidebar {
        width: 100%;
    }
    .site-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .full-width-content.landing-page .site-inner {
        margin-top: 80px;
    }
    .genesis-nav-menu li {
        float: none;
    }
    .genesis-responsive-menu .wrap {
        padding: 0;
    }
    .genesis-responsive-menu {
        display: none;
        position: relative;
    }
    .site-header>.wrap>.genesis-responsive-menu {
        transition: none;
    }
    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }
    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        color: #000;
        display: block;
        font-family: Muli, sans-serif;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
        width: auto;
    }
    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background: transparent;
        border-width: 0;
        box-shadow: none;
        color: #06c;
    }
    .js .genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child,
    .js .genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child,
    .js .genesis-nav-menu .sub-menu a,
    .js #genesis-mobile-nav-primary {
        /***
No queremos que en móvil pongo toro color al bloque del menú
		**/
        color: #000;
    }
    #genesis-mobile-nav-primary.activated {
        border-bottom-color: transparent;
    }
    #genesis-mobile-nav-primary:focus,
    #genesis-mobile-nav-primary:hover {
        color: #06c;
    }
    .menu-toggle {
        float: right;
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 1000;
    }
    .menu-toggle::before {
        font-size: 20px;
        margin-right: 5px;
        text-rendering: auto;
        vertical-align: bottom;
    }
    .sub-menu-toggle {
        background: transparent;
        float: right;
        font-size: 14px;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 2px;
        z-index: 100;
    }
    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        transform: rotate(0);
        transition: transform 0.25s ease-in-out;
    }
    .sub-menu-toggle.activated::before {
        transform: rotate(180deg);
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-responsive-menu .genesis-nav-menu a:focus,
    .genesis-responsive-menu .genesis-nav-menu a:hover,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover,
    .genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
        color: #06c;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item a,
    .genesis-responsive-menu .toggle-header-search {
        border: none;
        margin-bottom: 1px;
        padding: 15px 20px;
        width: 100%;
    }
    .genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
        color: #000;
    }
    .genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child {
        padding-top: 0;
    }
    .genesis-nav-menu>.menu-item .sub-menu>.menu-item:last-child {
        padding-bottom: 5px;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
    .genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
        content: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }
    .genesis-responsive-menu .toggle-header-search {
        display: none;
    }
    .pricing-table .one-fifth,
    .pricing-table .one-fourth,
    .pricing-table .one-half,
    .pricing-table .one-third {
        padding: 30px 40px;
    }
    .pricing-table .one-fourth,
    .pricing-table .one-fifth {
        width: 50%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        /*display: none !important;*/
    }
    ul#mega-menu-primary {
        /*display: block !important;*/
    }
    .site-container button#genesis-mobile-nav-primary {
        text-align: right;
    }
    body.novedades-template article.novedades h1.entry-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .footerAttest .columna {
        width: 100%;
    }
    .footerAttest .columna p {
        font-size: 14px;
        margin-bottom: 9px;
    }
    .footerAttest .columna ul li {
        line-height: 15px;
        margin-bottom: 9px;
        padding-left: 10px;
    }
    .footerAttest .columna ul li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 782px) {
    .before-footer-cta .wrap,
    .site-inner {
        max-width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
    .admin-bar .site-header {
        top: 46px;
    }
    .full-width-content.landing-page .content {
        margin-bottom: 0;
    }
    .entry-title {
        font-size: 36px;
    }
    .after-entry {
        padding: 30px 40px;
    }
    .after-entry .enews-widget form {
        margin-left: 0;
        margin-right: 0;
    }
    .before-footer-cta .button {
        float: none;
        margin-top: 20px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .pricing-table .one-fifth,
    .pricing-table .one-fourth,
    .pricing-table .one-half,
    .pricing-table .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    .nav-primary {
        margin-top: 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        height: auto !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-search-wrap {
        padding: 0px 14px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-417 .mega-search .search-icon {
        right: 19px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-417 .mega-search-wrap {
        margin: 5px 0 20px 0px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-botonContactoMenu {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .site-container #mega-menu-wrap-primary #mega-menu-primary li.botonContactoMenu>a.mega-menu-link:hover {
        color: #00b5e2 !important;
        transition: all 0.3s linear;
        background: transparent !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        padding: 0px 0px 20px 0px !important;
    }
    .site-container.shadow .site-header {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .site-container.shadow .site-header .title-area {
        padding-left: 20px !important;
    }
    .site-container.shadow button#genesis-mobile-nav-primary {
        padding-right: 20px !important;
    }
    .site-container.shadow #mega-menu-wrap-primary #mega-menu-primary li.botonContactoMenu>a.mega-menu-link {
        padding: 0px 20px 0px 20px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        margin-top: 0px !important;
    }
    body.novedades-template article.novedades h1.entry-title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .page-template-page-attest .gb-block-container.alignfull .gb-container-inside,
    .gb-block-container.alignfull .gb-container-inside {
        max-width: 1280px;
        margin: 0 auto;
    }
    .page-template-default .gb-block-container.alignfull .gb-container-inside,
    .gb-block-container.alignfull .gb-container-inside {
        max-width: 1280px;
        margin: 0 auto;
    }
}



@media only screen and (max-width: 768px) {

    
    .site-container.shadow #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #fff !important;
    }
}

@media only screen and (max-width: 600px) {
    .admin-bar .site-header {
        position: relative;
        top: 0;
    }
    .footer-cta-button {
        display: block;
    }
    body.novedades-template article.novedades {
        padding: 2em;
    }
    body.novedades-template article.novedades h1.entry-title {
        font-size: 23px;
        line-height: 27px;
    }
}


/* colores secciones */

.page-template-page-attest-tecnologia .gb-block-accordion .gb-accordion-title {
    background: #00b5e2 !important;
    padding: 10px 15px;}

/* servicios*/

.page-template-page-attest-servicios a, .page-template-page-attest-ase-servicios a, .page-template-page-attest-tecnologia-soluciones a {
    /*color: #00b5e5;*/
    text-decoration: none;
}
.page-template-page-attest-legal-fiscal-servicios a {
    color: #202945;
    text-decoration: none;
}

.page-template-page-attest-legal-fiscal-servicios figure.blockbuttom a {
    color: #FFF !important;}

.page-template-page-attest-servicios h2,
.page-template-page-attest-servicios h3,
.page-template-page-attest-servicios h4,
.page-template-page-attest-servicios h5,
.page-template-page-attest-servicios h6,
.page-template-page-attest-ase-servicios h2,
.page-template-page-attest-ase-servicios h3,
.page-template-page-attest-ase-servicios h4,
.page-template-page-attest-ase-servicios h5,
.page-template-page-attest-ase-servicios h6,
.page-template-page-attest-tecnologia-soluciones h1,
.page-template-page-attest-tecnologia-soluciones h2,
.page-template-page-attest-tecnologia-soluciones h3,
.page-template-page-attest-tecnologia-soluciones h4,
.page-template-page-attest-tecnologia-soluciones h5,
.page-template-page-attest-tecnologia-soluciones h6
 {
    color: #00b5e5;
}
.page-template-page-attest-legal-fiscal-servicios h2,
.page-template-page-attest-legal-fiscal-servicios h3,
.page-template-page-attest-legal-fiscal-servicios h4,
.page-template-page-attest-legal-fiscal-servicios h5,
.page-template-page-attest-legal-fiscal-servicios h6
 {
    color: #202945 !important;
}

.page-template-page-attest-servicios #nav li a.active, .page-template-page-attest-ase-servicios #nav li a.active, .page-template-page-attest-tecnologia-soluciones #nav li a.active{
    margin-bottom: -3px;
    border-top: 6px solid #202945;
    color: #202945;
    border-bottom: 1px solid #dfdfdf;
}
.page-template-page-attest-servicios #nav2 li a.active, .page-template-page-attest-ase-servicios #nav2 li a.active, .page-template-page-attest-tecnologia-soluciones #nav2 li a.active{
    margin-bottom: -3px;
    border-top: 6px solid #202945;
    color: #202945;
    border-bottom: 1px solid #dfdfdf;
}
.page-template-page-attest-legal-fiscal-servicios #nav li a.active {
    margin-bottom: -3px;
    border-top: 6px solid #202945;
    color: #202945;
    border-bottom: 1px solid #dfdfdf;
}
.page-template-page-attest-legal-fiscal-servicios #nav2 li a.active {
    margin-bottom: -3px;
    border-top: 6px solid #202945;
    color: #202945;
    border-bottom: 1px solid #dfdfdf;
}

.page-template-page-attest-servicios #nav li a:hover, .page-template-page-attest-ase-servicios #nav li a:hover, .page-template-page-attest-tecnologia-soluciones #nav li a:hover {
    color: #202945;
    transition: color 0.3s linear;
}

.page-template-page-attest-servicios #nav2 li a:hover, .page-template-page-attest-ase-servicios #nav2 li a:hover, .page-template-page-attest-tecnologia-soluciones #nav2 li a:hover {
    color: #202945;
    transition: color 0.3s linear;
}
.page-template-page-attest-legal-fiscal-servicios #nav li a:hover {
    color: #202945;
    transition: color 0.3s linear;
}
.page-template-page-attest-legal-fiscal-servicios #nav2 li a:hover {
    color: #202945;
    transition: color 0.3s linear;
}

.page-template-page-attest-servicios details[open]>summary:first-of-type,
.page-template-page-attest-ase-servicios details[open]>summary:first-of-type, .page-template-page-attest-tecnologia-soluciones details[open]>summary:first-of-type{
    background-color: #00b5e5;
}
.page-template-page-attest-legal-fiscal-servicios details[open]>summary:first-of-type {
    background-color: #D0CFCD;
}
.page-template-page-attest-legal-fiscal-servicios .menuSidebar details[open]>summary:first-of-type {
    background-color: #202945;
}


.page-template-page-attest-legal-fiscal-servicios summary.gb-accordion-title::marker {
    color: #00b5e2;
}
.page-template-page-attest-legal-fiscal-servicios .menuSidebar .wp-block-genesis-blocks-gb-accordion.gb-slate-accordion.gb-block-accordion summary.gb-accordion-title::marker {
    color: #FFF;
}

.page-template-page-attest-legal-fiscal-servicios .gb-block-accordion .gb-accordion-title {
    color: #202945;
}

.page-template-page-attest-legal-fiscal-servicios .gb-accordion-text p {
    color: #000;
}

.page-template-page-attest-legal-fiscal-servicios .menuSidebar .wp-block-genesis-blocks-gb-accordion.gb-slate-accordion.gb-block-accordion summary.gb-accordion-title {
    color: #FFF;
}

.page-template-page-attest-servicios .bannerinterior .container-right,
.page-template-page-attest-servicios .bannerinteriordcha .container-left,
.page-template-page-attest-ase-servicios .bannerinterior .container-right,
.page-template-page-attest-ase-servicios .bannerinteriordcha .container-left,
.page-template-page-attest-tecnologia-soluciones .bannerinterior .container-right,
.page-template-page-attest-tecnologia-soluciones .bannerinteriordcha .container-left,
.page-template-page-attest-tecnologia-soluciones.bannerinterior .container-right,
.page-template-page-attest-tecnologia-soluciones .bannerinteriordcha .container-left{
    background: #00b5e2 no-repeat center -60px;
}
.page-template-page-attest-legal-fiscal-servicios .bannerinteriordcha .container-left {
    background: #202945 no-repeat center -60px;
}
.page-template-page-attest-legal-fiscal-servicios .bannerinteriordcha h2,
.page-template-page-attest-legal-fiscal-servicios .bannerinteriordcha h3,
.page-template-page-attest-legal-fiscal-servicios .bannerinteriordcha h4,
.page-template-page-attest-legal-fiscal-servicios .bannerinteriordcha h5,
.page-template-page-attest-legal-fiscal-servicios .bannerinteriordcha h6 {
    color: #FFFFFF !important;
}

.page-template-page-attest-legal-fiscal-servicios .bannerinterior-izda h2,
.page-template-page-attest-legal-fiscal-servicios .bannerinterior-izda h3,
.page-template-page-attest-legal-fiscal-servicios .bannerinterior-izda h4,
.page-template-page-attest-legal-fiscal-servicios .bannerinterior-izda h5,
.page-template-page-attest-legal-fiscal-servicios .bannerinterior-izda h6 {
    color: #FFFFFF !important;
}

.page-template-page-attest-legal-fiscal-servicios .events h4 {
    color: #FFFFFF !important;
}

.page-template-page-attest-servicios .gb-block-accordion .gb-accordion-title,
.page-template-page-attest-ase-servicios .gb-block-accordion .gb-accordion-title {
    background: #00b5e5;
}
.page-template-page-attest-legal-fiscal-servicios .gb-block-accordion .gb-accordion-title {
    background: #D0CFCD;
}
.page-template-page-attest-legal-fiscal-servicios .menuSidebar .gb-block-accordion .gb-accordion-title{
    background: #202945;
}

.page-template-page-attest-servicios .bannerinterior-izda .container-left-bg,
.page-template-page-attest-ase-servicios .bannerinterior-izda .container-left-bg,
.page-template-page-attest-tecnologia-soluciones .bannerinterior-izda .container-left-bg {
    background: #00b5e5 !important;
}
.page-template-page-attest-legal-fiscal-servicios .bannerinterior-izda .container-left-bg {
    background: #202945 !important;
}

.page-template-page-attest-servicios .bannerinterior-dcha .container-right-bg,
.page-template-page-attest-ase-servicios .bannerinterior-dcha .container-right-bg,
.page-template-page-attest-tecnologia-soluciones .bannerinterior-dcha .container-right-bg{
    background: #00b5e5 !important;
}
.page-template-page-attest-legal-fiscal-servicios .bannerinterior-dcha .container-right-bg {
    background: #202945 !important;
}

.seccion-corporativo-servicios {
    color: #00b5e5;
}


/* talento */

.page-template-page-attest-talento a {
    color: #78be20;
    text-decoration: none;
}

.page-template-page-attest-talento h2,
.page-template-page-attest-talento h3,
.page-template-page-attest-talento h4,
.page-template-page-attest-talento h5,
.page-template-page-attest-talento h6 {
    color: #78be20;
}

.page-template-page-attest-talento #nav li a.active {
    margin-bottom: -3px;
    border-top: 6px solid #78be20;
    color: #78be20;
    border-bottom: 1px solid #dfdfdf;
}

.page-template-page-attest-talento #nav li a:hover {
    color: #78be20;
    transition: color 0.3s linear;
}

.page-template-page-attest-talento details[open]>summary:first-of-type {
    background-color: #78be20;
}

.page-template-page-attest-talento .bannerinterior .container-right,
.page-template-page-attest-talento .bannerinteriordcha .container-left {
    background: #78be20 no-repeat center -60px;
}

.page-template-page-attest-talento .gb-block-accordion .gb-accordion-title {
    background: #78be20;
}

.page-template-page-attest-talento .bannerinterior-izda .container-left-bg {
    background: #78be20 !important;
}

.page-template-page-attest-talento .bannerinterior-dcha .container-right-bg {
    background: #78be20 !important;
}

.seccion-corporativo-talento {
    color: #78be20;
}


/* actualidad */

.page-template-page-attest-actualidad a {
    color: #fe5000;
    text-decoration: none;
}

.page-template-page-attest-actualidad h2,
.page-template-page-attest-actualidad h3,
.page-template-page-attest-actualidad h4,
.page-template-page-attest-actualidad h5,
.page-template-page-attest-actualidad h6 {
    color: #fe5000;
}

.page-template-page-attest-actualidad #nav li a.active {
    margin-bottom: -3px;
    border-top: 6px solid #fe5000;
    color: #fe5000;
    border-bottom: 1px solid #dfdfdf;
}

.page-template-page-attest-actualidad #nav li a:hover {
    color: #fe5000;
    transition: color 0.3s linear;
}

.page-template-page-attest-actualidad details[open]>summary:first-of-type {
    background-color: #fe5000;
}

.page-template-page-attest-actualidad .bannerinterior .container-right,
.page-template-page-attest-actualidad .bannerinteriordcha .container-left {
    background: #fe5000 no-repeat center -60px;
}

.page-template-page-attest-actualidad .gb-block-accordion .gb-accordion-title {
    background: #fe5000;
}

.page-template-page-attest-actualidad .bannerinterior-izda .container-left-bg {
    background: #fe5000 !important;
}

.page-template-page-attest-actualidad .bannerinterior-dcha .container-right-bg {
    background: #fe5000 !important;
}

.seccion-corporativo-actualidad {
    color: #fe5000;
}


/* nosotros */

.page-template-page-attest-nosotros a {
    color: #1a428a;
    text-decoration: none;
}

.page-template-page-attest-nosotros h2,
.page-template-page-attest-nosotros h3,
.page-template-page-attest-nosotros h4,
.page-template-page-attest-nosotros h5,
.page-template-page-attest-nosotros h6 {
    color: #1a428a;
}

.page-template-page-attest-nosotros #nav li a.active {
    margin-bottom: -3px;
    border-top: 6px solid #1a428a;
    color: #1a428a;
    border-bottom: 1px solid #dfdfdf;
}

.page-template-page-attest-nosotros #nav li a:hover {
    color: #1a428a;
    transition: color 0.3s linear;
}

.page-template-page-attest-nosotros details[open]>summary:first-of-type {
    background-color: #1a428a;
}

.page-template-page-attest-nosotros .bannerinterior .container-right,
.page-template-page-attest-nosotros .bannerinteriordcha .container-left {
    background: #1a428a no-repeat center -60px;
}

.page-template-page-attest-nosotros .gb-block-accordion .gb-accordion-title {
    background: #1a428a;
}

.page-template-page-attest-nosotros .container-left-bg {
    background: #1a428a !important;
}

.page-template-page-attest-nosotros .bannerinterior-izda .container-left-bg {
    background: #1a428a !important;
}

.page-template-page-attest-nosotros .bannerinterior-dcha .container-right-bg {
    background: #1a428a !important;
}

.seccion-corporativo-nosotros {
    color: #1a428a;
}


/* Menú azul oscuro Attest */

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


/* OJO ESTILOS PERSONALIZADOS QUE ESTABAN EN APARIENCIA / CSS ADICIONAL */


/*Tipografia*/

h1 {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1;
}

h2 {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 24px;
    line-height: 1.2;
}

h3 {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 24px;
    line-height: 1.2;
}

p {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.5;
}

p strong {
    font-family: "pkfGlobalSansBold", Arial, sans-serif;
}

a {
    font-weight: 600;
    color: #fe5000;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-top: 0;
    margin-bottom: 18px;
}


/*---SECTION ARTICULOS RECIENTES + TEXTO DESTACADO (class .gbp-latest-articles)---*/


/*estructura*/

.gb-layout-column-wrap {
    max-width: 1280px !important;
}

.anchoDiferente .gb-layout-column-wrap {
    max-width: 1520px !important;
}

.gbp-latest-articles .gb-layout-column-wrap.gb-block-layout-column-gap-0.gb-is-responsive-column {
    max-width: 100% !important;
}

.gbp-latest-articles .gb-layout-column-wrap.gb-block-layout-column-gap-0.gb-is-responsive-column .gb-block-layout-column-inner.gb-has-custom-background-color.gb-has-custom-text-color {
    height: 100%;
}

.gbp-latest-articles .gb-button.gb-button-shape-circular.gb-button-size-medium {
    color: #FFF !important;
    border: 3px solid #FFF;
}


/*btn leer mas */

.gbp-latest-articles .gb-button.gb-button-shape-circular.gb-button-size-medium:before {
    background: url(/wp-content/uploads/2022/04/icon-arrow-right-white.png) no-repeat center center;
    background-size: contain;
}

.gbp-latest-articles .gb-button.gb-button-shape-circular.gb-button-size-medium:hover {
    color: #00b5e2 !important;
    background-color: #FFF !important;
    box-shadow: none !important;
}

.gbp-latest-articles .gb-button.gb-button-shape-circular.gb-button-size-medium:hover:before {
    background: url(/wp-content/uploads/2022/04/icon-arrow-right-blue-light.png) no-repeat center center;
    background-size: contain;
}


/*---SECTION EVENTOS---*/


/*box color*/

.gb-post-grid-items.is-grid.columns-3 article:nth-child(1) {
    position: relative;
    background: #00b5e2cc url(/wp-content/uploads/2022/04/wedge-teal-dk.png) no-repeat center -25px;
    background-size: contain;
}

.gb-post-grid-items.is-grid.columns-3 article:nth-child(2) {
    position: relative;
    background: #fe5000cc url(/wp-content/uploads/2022/04/wedge-orange.png) no-repeat center -25px;
    background-size: contain;
}

.gb-post-grid-items.is-grid.columns-3 article:nth-child(3) {
    position: relative;
    background: #78be20cc url(/wp-content/uploads/2022/04/wedge-green-dk.png) no-repeat center -25px;
    background-size: contain;
}


/*box*/

.gb-block-post-grid .gb-block-post-grid-text {
    padding: 4rem 2.5rem 8.5rem;
    color: white;
}

.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title {
    font-size: 24px;
    color: white;
}


/*date*/

.gb-block-post-grid .gb-block-post-grid-byline {
    color: white;
}


/*title*/

.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title a {
    color: white;
}

.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title a:hover {
    text-decoration: none;
    color: white;
}


/*btn leer mas*/

.gb-block-post-grid .gb-block-post-grid-more-link {
    position: absolute;
    bottom: 4rem;
    left: 2.5rem;
    padding-bottom: 0 !important;
    font-weight: 600 !important;
    color: white;
    border-bottom: 0.4rem solid!important;
    z-index: 10;
    transition-timing-function: ease;
    transition: all 0.2s;
}

.gb-block-post-grid .gb-block-post-grid-more-link:hover {
    text-decoration: none;
    color: #003594!important;
    font-weight: 600 !important;
}


/*btn ver mas - GENERICO*/

.gb-button.gb-button-shape-circular.gb-button-size-medium {
    position: relative;
    padding: 15px 30px;
    color: #003594 !important;
    background-color: transparent !important;
    font-family: "pkfGlobalSansBold", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4;
    border: 3px solid #003594;
}

.gb-button.gb-button-shape-circular.gb-button-size-medium:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 14px;
    top: auto;
    right: 15px;
    background: url(/wp-content/uploads/2022/04/icon-arrow-right-blue.png) no-repeat center center;
    background-size: contain;
}

.gb-button.gb-button-shape-circular.gb-button-size-medium:hover {
    color: #fff !important;
    background-color: #003594 !important;
    box-shadow: none !important;
}

.gb-button.gb-button-shape-circular.gb-button-size-medium:hover:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 14px;
    top: auto;
    right: 15px;
    background: url(/wp-content/uploads/2022/04/icon-arrow-right-white.png) no-repeat center center;
    background-size: contain;
}

.contbtn .gb-button.gb-button-shape-circular.gb-button-size-medium {
    background-color: #FFF !important;
}

.contbtn .gb-button.gb-button-shape-circular.gb-button-size-medium:hover {
    background-color: #003594 !important;
}


/*---PAGINA INTERNA---*/


/*cabecera*/

.heading-h1-internal-page {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.heading-h1-internal-page h1 {
    position: relative;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 6rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: .05em;
}

.heading-h1-internal-page .wp-block-image {
    position: absolute;
    width: 50px;
    height: 78px;
    top: -5px;
    left: -60px;
}


/*Acordeon parte derecha*/

.gb-block-accordion {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.gb-block-accordion .gb-accordion-title {
    color: #fff;
    background: #fe5000;
    padding: 10px;
}

.gb-block-accordion .gb-accordion-text {
    padding: 15px 10px 20px 15px;
    color: #808080;
    background: #eee;
}

.gb-block-accordion .gb-accordion-text p {
    margin-bottom: 14px;
}


/*---PAGINA TALENTO---*/


/*Bloque profile 4 columnas*/

.wp-block-genesis-blocks-gb-column.gb-block-layout-column .gb-block-profile .gb-profile-column.gb-profile-content-wrap {
    padding: 15px 15px 15px 20px;
    min-height: 175px;
}

.wp-block-genesis-blocks-gb-column.gb-block-layout-column:nth-child(1) .gb-block-profile .gb-profile-column.gb-profile-content-wrap {
    background: #009ed5;
}

.wp-block-genesis-blocks-gb-column.gb-block-layout-column:nth-child(2) .gb-block-profile .gb-profile-column.gb-profile-content-wrap {
    background: #fe5000;
}

.wp-block-genesis-blocks-gb-column.gb-block-layout-column:nth-child(3) .gb-block-profile .gb-profile-column.gb-profile-content-wrap {
    background: #75b21f;
}

.wp-block-genesis-blocks-gb-column.gb-block-layout-column:nth-child(4) .gb-block-profile .gb-profile-column.gb-profile-content-wrap {
    background: #c5299b;
}

.gb-profile-column.gb-profile-avatar-wrap {
    padding: 0;
}

.gb-block-profile .gb-profile-name {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 !important;
    color: #fff !important;
}

.gb-block-profile .gb-profile-text {
    padding-top: 5px;
}

.gb-block-profile .gb-profile-text p {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    margin: 0;
    padding-top: 5px;
    color: #fff !important;
}


/*Estilos formulario*/

.gform_wrapper.gravity-theme .gfield_label {
    line-height: inherit;
    margin-bottom: 8px;
    padding: 0;
    color: #808080 !important;
    font-size: 16px !important;
    font-family: "pkfGlobalSans", Arial, sans-serif !important;
    font-weight: normal !important;
}

.gform_wrapper .gfield_required {
    font-size: 14px;
    padding-left: 0;
    margin-left: 4px;
    color: #c02b0a;
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
    font-family: "OpenSans-Italic", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
    color: #808080 !important;
    margin: 1px 0 9px 1px;
    font-style: italic;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    border: 2px solid #dfdfdf;
    padding: 0.5em 0.75em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
    background: #003594;
    border: none;
    border-radius: 4rem;
    width: auto;
    min-width: 150px;
    padding: 15px 30px;
    margin-left: 0;
    color: #fff;
    font-family: "pkfGlobalSansBold", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.2s all ease;
    letter-spacing: .05em;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    background-color: #00b5e2;
    border-width: 0;
    box-shadow: none;
    color: #fff;
}


/*---OPINIONES---*/


/*Leyenda imagen personas*/

.border-leyenda-img figcaption {
    border-bottom: 8px solid #78BE20;
}


/* Bloques grid página actualidad corporativa */

.page-template-page-attest-actualidad .uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    border-top: 3px solid #fe5000;
}

.page-template-page-attest-actualidad .uagb-post__inner-wrap {
    background: #EFEFEF;
    -webkit-transition: linear box-shadow .3s;
    transition: linear box-shadow .3s;
}

.page-template-page-attest-actualidad .uagb-post-grid .uagb-post__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.page-template-page-attest-actualidad .uagb-post__text .uagb-post-grid-byline {
    color: #808080;
}

.page-template-page-attest-actualidad .uagb-post-grid .uagb-post__author,
.uagb-post-grid .uagb-post__date {
    color: #808080;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.page-template-page-attest-actualidad .uagb-post__text .uagb-post__cta {
    border-radius: 5px;
    min-height: 33px;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    background: #fe5000;
}

.page-template-page-attest-actualidad .uagb-post__text .uagb-post__cta a {
    padding: 0.33333rem;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 400;
}

.page-template-page-attest-actualidad .uagb-post-grid .uagb-post__link {
    padding: 0.33333rem;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 400;
}

.page-template-page-attest-actualidad .uagb-post-grid .uagb-post__date span {
    display: none;
}

.page-template-page-attest-actualidad .uagb-post__items article {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}


/*  Bloques grid GU attest tecnologia */

.page-template-page-attest-tecnologia .uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    border-top: 3px solid #1a428a !important;
}

.page-template-page-attest-tecnologia .uagb-post__inner-wrap {
    background: #EFEFEF !important;
    -webkit-transition: linear box-shadow .3s;
    transition: linear box-shadow .3s;
}

.page-template-page-attest-tecnologia .uagb-post-grid .uagb-post__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.page-template-page-attest-tecnologia .uagb-post__text .uagb-post-grid-byline {
    color: #808080;
}

.page-template-page-attest-tecnologia .uagb-post-grid .uagb-post__author,
.uagb-post-grid .uagb-post__date {
    color: #808080;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.page-template-page-attest-tecnologia .uagb-post__text .uagb-post__cta {
    border-radius: 5px;
    min-height: 33px;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    background: #1a428a !important;
}

.page-template-page-attest-tecnologia .uagb-post__text .uagb-post__cta a {
    padding: 0.33333rem;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 400;
}

.page-template-page-attest-tecnologia .uagb-post-grid .uagb-post__link {
    padding: 0.33333rem;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 400;
}

.page-template-page-attest-tecnologia .uagb-post-grid .uagb-post__date span {
    display: none;
}

.page-template-page-attest-tecnologia .uagb-post__items article {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.uagb-post__image img {
    object-fit: cover;
    height: 180px !important;
    max-height: 200px !important;
}


/* Bloques PostX Novedades ITC*/

.ultp-block-content-wrap {
    border-top: 3px solid #1a428a !important;
    background: #f1f1f1;
}

.ultp-block-item .ultp-block-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 180px !important;
    max-height: 200px !important;
    max-width: 100%;
}

.ultp-block-image {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 180px !important;
    max-height: 200px !important;
    max-width: 100%;
}

.ultp-block-item .ultp-block-image {
    margin-bottom: 0 !important;
}

.ultp-block-content {
    padding: 16px;
}

.ultp-block-title a {
    color: #3b3b3b !important;
    text-decoration: none;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.ultp-block-date {
    color: #808080 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.ultp-block-date svg {
    display: none;
}

.ultp-block-readmore {
    border-radius: 5px;
    min-height: 33px;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a428a !important;
    padding: 5px 14px;
}

.ultp-block-readmore a {
    font-size: 15px !important;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff !important;
}

.ultp-block-readmore a svg {
    fill: #fff !important;
    width: 14px;
}

.ultp-category-in a {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
}

.ultp-cat-tesoreriafinanzas {
    background-color: #c5299b !important;
}

.ultp-cat-bankinplay,
.ultp-cat-lucanet,
.ultp-cat-sage-xrt,
.ultp-cat-sagexrt {
    background-color: #d154af !important;
}

.ultp-cat-software-de-recursos-humanos {
    background-color: #c42929 !important;
}

.ultp-cat-zucchetti-hr,
.ultp-cat-zuccetti {
    background-color: #d15454 !important;
}

.ultp-cat-crm {
    background-color: #009ed5 !important;
}

.ultp-cat-salesforce {
    background-color: #33c4e8 !important;
}

.ultp-cat-business-inteligence {
    background-color: #fe5000 !important;
}

.ultp-cat-power-bi,
.ultp-cat-powerbi {
    background-color: #fe7333 !important;
}

.ultp-cat-desarrollo-a-medida {
    background-color: #c4c329 !important;
}

.ultp-cat-ingenieria-de-software,
.ultp-cat-ingenieriasoftware {
    background-color: #ced154 !important;
}

.ultp-cat-erp {
    background-color: #78be20 !important;
}

.ultp-cat-dynamics-365,
.ultp-cat-dynamics365,
.ultp-cat-sagex3,
.ultp-cat-solmicro {
    background-color: #93cb4d !important;
}

.ultp-filter-navigation .ultp-filter-wrap .ultp-flex-menu {
    border: 1px solid #dfdfdf !important;
    margin-bottom: 1rem !important;
}


@media (min-width: 992px) {
    .ultp-block-column-1 .ultp-block-item:last-child,
    .ultp-block-column-2 .ultp-block-item:nth-last-child(-n+2),
    .ultp-block-column-3 .ultp-block-item:nth-last-child(-n+3),
    .ultp-block-column-4 .ultp-block-item:nth-last-child(-n+4),
    .ultp-block-column-5 .ultp-block-item:nth-last-child(-n+5),
    .ultp-block-column-6 .ultp-block-item:nth-last-child(-n+6),
    .ultp-block-column-7 .ultp-block-item:nth-last-child(-n+7) {
        padding-bottom: 0 !important;
    }
}

.ultp-block-8ca41b .ultp-block-item {
    padding-bottom: 0 !important;
}

.ultp-pagination-wrap .ultp-pagination li.pagination-active a {
    background: #00B5E2 !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 18px !important;
}

.ultp-center-item {
    padding: 0.1875rem 0.625rem;
    border-radius: 5px;
}

.ultp-pagination-wrap .ultp-pagination li a,
.ultp-next-prev-wrap ul li a,
.ultp-loadmore .ultp-loadmore-action {
    background-color: transparent !important;
    color: #000000 !important;
    font-size: 18px !important;
}

.ultp-pagination li a:hover svg {
    fill: #000000 !important;
}

.ultp-pagination li a svg,
.ultp-block-8ca41b .ultp-block-wrapper .ultp-loadmore .ultp-loadmore-action svg {
    fill: #000000 !important;
}

.ultp-pagination-wrap .ultp-pagination li:hover {
    background: #00B5E2 !important;
    color: #ffffff !important;
}



/*Filtro categorias post*/

.searchandfilter label {
    width: 100%;
}

.ultp-heading-filter {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.ultp-heading-filter .ultp-heading-filter-in {
    width: 210px;
    color: #808080;
}

.ultp-heading-filter .ultp-heading-filter-in .ultp-filter-navigation {
    background-color: #FAFAFA;
}

.ultp-filter-navigation .ultp-filter-wrap .ultp-flex-menu {
    width: 100%;
}

.ultp-heading-filter .ultp-heading-filter-in .ultp-flex-menu li {
    width: 100%;
    margin-bottom: 0px !important;
}

.ultp-heading-filter .ultp-heading-filter-in .ultp-flex-menu li a {
    width: 100%;
    padding: 10px 15px 10px 15px;
}

.ultp-filter-wrap ul li.flexMenu-viewMore .flexMenu-popup {
    width: 100%;
    padding: 0 !important;
    border: 1px solid transparent;
    overflow: auto;
    max-height: 275px;
}


/*responsive*/

@media (max-width: 1024px) {
    .wp-block-ultimate-post-post-grid-1 .ultp-block-row.ultp-block-items-wrap,
    .wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-block-items-wrap {
        padding: 0 20px;
    }
}

.wp-block-genesis-blocks-gb-columns {
    padding: 10px 0px;
}


/* Ficha noticias novedades ITC */

.single.full-width-content .entry-header {
    text-align: left;
}


body.single article h1.entry-title {
    font-family: "pkfGlobalSans", Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 16px;
}

body.single article time.entry-time {
    font-size: 14px;
    color: initial;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    margin-bottom: 16px;
}

.single.full-width-content .entry-header::after {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


.novedades-itc .entry-content p {
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: inherit !important;
    margin-top: 16px;
}

.novedades-itc .p.entry-meta {
    font-size: 14px !important;
    margin-bottom: 16px !important;
}

.entry-categories::before,
.entry-tags::before {
    display: none;
}

.entry-categories a {
    font-weight: 400;
}

.novedades-itc .entry-footer p {
    font-size: 14px;
}

.novedades-itc .entry-footer .entry-meta a:hover,
.entry-meta a:focus {
    color: #1a428a !important;
}

.footerAttest .footerAttestRow .textoLegal p {
    color: #808080;
    font-size: 11px;
    max-width: 800px;
    margin: 20px auto 0px auto;
}


/*iconos servicios*/

.icon-text img {
    width: auto;
    height: auto !important;
    /** Tranche - corrigo nueva cagada ITC en las dimensiones y no saber converir rem a px ** */
    max-width: 4.4rem !important;
}

/*** Tranche - pongo el tamaño del enlace al nivel de little john , que saldría a 14px ***/
.icon-text a{
  font-size: 0.85rem
}

/*listas font igual que parrafo*/

.entry-content ul>li {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


/* FILTER ACTUALIDAD */

.filter .searchandfilter ul {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0 !important;
}

.filter .searchandfilter ul li {
    margin-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 1rem 0 0;
    max-width: 18.75rem;
}

.filter .searchandfilter ul li input,
.filter .searchandfilter ul li input[type="search"],
.filter .searchandfilter ul li select,
.filter .searchandfilter ul li textarea {
    background-color: #FAFAFA;
    color: #808080;
}

.filter .chosen-container {
    display: none;
}

.filter .chosen-container-single .chosen-single {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    padding: 15px;
    width: 100%;
    background: transparent;
}

.filter .sf-field-post_type select {
    display: block !important;
}

.filter .sf-field-search label {
    min-width: 170px;
    width: 100%;
    margin-right: 0 !important;
}

@media (max-width: 600px) {
    .searchandfilter select.sf-input-select {
        min-width: 300px !important;
    }
    .filter .sf-field-search label {
        min-width: 300px !important;
    }
}


/*btn filtro*/

.filter .searchandfilter ul li input[type="submit"] {
    background-color: #00B5E2;
    color: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1.625;
    cursor: pointer !important;
}

.filter .searchandfilter ul li input[type="submit"]:hover {
    background-color: #ffffff;
    color: #00B5E2;
    border: 1px solid #00B5E2;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1.625;
    cursor: pointer !important;
}


/* ESTILOS POST ACTUALIDAD ITC */

.cl-layout {
    margin-left: -10px;
    margin-right: -10px;
}

.cl-template--post {
    border-top: 3px solid #1a428a !important;
    background: #f1f1f1 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.cl-template .cl-element-featured_media__image {
    width: 100%;
    object-fit: cover;
    height: 180px !important;
    max-height: 200px !important;
    max-width: 100%;
}

/**** TRANCHE HAN HECHO QUE PARA TODO BUSCADOR de GRID LA FEATURED IMG COMO MUCHO TENGA UN TAMAÑO de altura y un tml máximo fijo **/
/*** Es una chapu porque tiran de important como si no hubiese mañana (donde han aprendido CSS, ¿en la feria?)
HAGO REGLA PARA LEGAL Y FISCAL , el buscador de personas
**/
div.imagenSocioGrid .cl-element-featured_media__image{
  max-height: none !important;
  height: auto !important;
}

/*** FIN TRANCHE grid buscador personas **/

.cl-element-section h3 {
    justify-content: flex-start !important;
}

.cl-template h3 {
    font-weight: 500 !important;
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
    text-decoration: none !important;
    margin-bottom: 0.5rem !important;
}

.cl-template h3 a {
    font-weight: 500 !important;
}

.cl-template h3 a:hover {
    text-decoration: none !important;
}

.cl-template .cl-element-section {
    padding: 16px !important;
}

.cl-layout--item-spacing-5 .cl-layout__item-spacing {
    padding: 10px !important;
}

.cl-element-published_date {
    color: #808080 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin: .5rem 0 !important;
}

.cl-element-post_type {
    font-size: 15px !important;
    font-weight: 400 !important;
    margin: 1rem 0 0 !important;
}

.cl-element-post_type .cl-element__container {
    font-size: 15px !important;
    font-weight: 400 !important;
}


/*Título eventos, webinars...*/

div#tituloEvento h1 {
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #808080 !important;
    max-width: 1340px;
    margin: 29px auto 0 auto;
    padding: 0px 29px;}

    div#noticiaAseTitulo h1 {
        margin-top: 0px;
    }
    div#noticiaAseTitulo span {
        font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
        line-height: 2;
        font-size: 15px !important;
        color: #fff !important;
        font-weight: 400;
    }

/* .cl-element-link { */

.cl-element-link a {
    color: #fff !important;
    border-radius: 5px !important;
    min-height: 33px;
    min-width: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 150px;
    background: #1a428a !important;
    padding: 5px 14px !important;
    margin-top: 1rem !important;
}

.cl-element-link a:hover {
    text-decoration: none !important;
}

.cl-element .cl-element-link {
    justify-content: flex-start !important;
    text-align: left !important;
}

.cl-pagination {
    margin-top: 2rem;
    text-align: center;
}

.cl-pagination .page-numbers {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
    font-size: 18px !important;
    padding: 5px 14px !important;
    color: #202945 !important;
    font-weight: 400 !important;
}

.cl-pagination .page-numbers:hover {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
    background: #00B5E2 !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 18px !important;
    padding: 5px 14px !important;
}

.cl-pagination .page-numbers.current {
    display: inline-block;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 20px;
    margin: 0 0 4px;
    background: #00B5E2 !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 18px !important;
    padding: 5px 14px !important;
}

.category-business-inteligence .cl-element .cl-element-taxonomy__term,
.category-power-bi .cl-element .cl-element-taxonomy__term,
.category-powerbi .cl-element .cl-element-taxonomy__term {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
    background-color: #fe5000 !important;
}

.category-erp .cl-element .cl-element-taxonomy__term,
.category-sagex3 .cl-element .cl-element-taxonomy__term,
.category-dynamics-365 .cl-element .cl-element-taxonomy__term,
.category-solmicro .cl-element .cl-element-taxonomy__term {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
    background-color: #93cb4d !important;
}

.category-crm .cl-element .cl-element-taxonomy__term,
.category-salesforce .cl-element .cl-element-taxonomy__term {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
    background-color: #009ed5 !important;
}

.category-ingenieria-de-software .cl-element .cl-element-taxonomy__term,
.category-desarrollo-a-medida .cl-element .cl-element-taxonomy__term {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
    background-color: #c4c329 !important;
}

.category-zucchetti-hr .cl-element .cl-element-taxonomy__term,
.category-software-de-recursos-humanos .cl-element .cl-element-taxonomy__term {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
    background-color: #c42929 !important;
}

.category-sagexrt .cl-element .cl-element-taxonomy__term,
.category-lucanet .cl-element .cl-element-taxonomy__term,
.category-bankinplay .cl-element .cl-element-taxonomy__term,
.category-tesoreriafinanzas .cl-element .cl-element-taxonomy__term {
    color: #fff !important;
    padding: 0.3em 1em !important;
    border-radius: 5px !important;
    pointer-events: none;
    background-color: #d154af !important;
}

.cl-element-featured_media {
    display: block !important;
}

/*Estilos gráficos buscador personas Legal y Fiscal*/

.cl-template--post {
    border-top: none !important;}

.cl-element.cl-element-section.contentSocio {
    background: #ffffff;
    padding: 20px 0px 20px 0px !important;
    border-bottom: 8px solid;
    border-color: #00b5e2;
}

.cl-element.cl-element-custom_field.nombreSocio {
    font-size: 18px;
    margin-bottom: 0.4rem;
    line-height: 1.2;
    font-family: "pkfGlobalSansBold", Arial, sans-serif;
    color: #808080;
}

.cl-element.cl-element-custom_field.gridCargoSocios {
    font-size: 14px;
    margin-bottom: 0.4rem;
    line-height: 1.2;
    font-weight: 300!important;
    color: #808080 !important;
    font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif;
}

.cl-element.cl-element-taxonomy.categoriaSocio {
    margin-bottom: 20px;
    margin-top: 10px;
}
.cl-element.cl-element-taxonomy.categoriaSocio .cl-element-taxonomy__term {
    background: rgb(0 181 226 / 66%);
    color: #FFF;
}

.cl-element.cl-element-custom_field.emailGridSocio {
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s linear;
}
.cl-element.cl-element-custom_field.emailGridSocio:hover img {
    opacity: 0.6;
    transition: all 0.3s linear;
}

.cl-element.cl-element-custom_field.telefonoGridSocio {
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s linear;
}
.cl-element.cl-element-custom_field.telefonoGridSocio:hover img {
    opacity: 0.6;
    transition: all 0.3s linear;
}

.cl-element.cl-element-custom_field.linkedInGridSocio {
    display: inline-block;
}

.cl-element.cl-element-custom_field.linkedInGridSocio a {
    color: #808181;
    border-bottom: 4px solid #808181;
    text-transform: uppercase;
    font-size: 14px;
}



/*Migas de pan del yoast*/

.yoast-breadcrumbs {
  /** Tranche -- seguimos corrigiendo chapus, la font family mal escrita **/
  font-family: "pkfGlobalSans", "OpenSans-Regular", Arial, sans-serif !important;
    font-size: 15px !important;
}

/*tabla legal y fiscal*/
.wp-block-table.tabla-legal-fiscal td {
    position: relative;
}

.wp-block-table.tabla-legal-fiscal td::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/sites/5/2022/08/icono-flecha-dcha-gris.png) no-repeat center center;
    background-size: contain;
}

.tabla-legal-fiscal {
    background: #FFFFFF;
}

.tabla-legal-fiscal tbody {
    border: none !important;
    background: none;
    border-bottom: none !important;
}

.tabla-legal-fiscal tr {
    background: none;
    border: none;
}

.tabla-legal-fiscal td {
    padding: 0px;
    padding-bottom: 4px !important;
    background: none;
    padding-right: 4px;
}

.tabla-legal-fiscal td a {
    background: #F4F3F4;
    width: 100%;
    height: 100%;
    display: block;
    padding: 1em 1.5em;
    color: #6e6e6e;
    font-family: "pkfGlobalSans", Arial, sans-serif !important;
    font-size: 16px;
    transition: all 0.3s linear;}

    .tabla-legal-fiscal td a:hover {
        color: #18233D;
        transition: all 0.3s linear;
    }

/*estilo mapa contacto*/
.mapa-contacto {
    width:100%;
    height:785;
    overflow: hidden;
}

.mapa-contacto iframe {
    border:0;
    margin-top:-90px;
}


@media only screen and (max-width: 850px) { 

    .tabla-legal-fiscal tr {
       display: grid;
    }
    .tabla-legal-fiscal td {
        width: 100%;
        min-width: 100%;
    }
    .header-custom .custom-logo {
        margin-top: 17px !important;
    }

}