/*!
Theme Name: Situm
Theme URI: https://xaneladixital.es/
Author: Javier Otero Varela
Author URI: https://xaneladixital.es/
Description: Theme by Xaneladixital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: situm 
*/

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

.wp-block-table {
	overflow-x: auto;
    margin: 20px 0;
}

caption, th, td {
    font-weight: 400;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

a img {
    border: 0;
}

strong {
    font-weight: 600;
}


/* Scroll */

html { overflow: auto; }
body { position: absolute; overflow-y: scroll; overflow-x: hidden; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb { background: rgba(150,150,150,0.8); }
::-webkit-scrollbar-thumb:window-inactive { background: rgba(21,21,21,0.4); }
::-webkit-scrollbar-track { box-shadow: inset 0 0 3px #CCC; }

:root {
	--color-blue-situm: #283380;
}

/* General */

html, body {
    height: 100%;
}

body {
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
    display: table;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

h1 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    width: 75%;
	color: #283380; /*Added by ACR 05/06/2023*/
}

.estilo-h1 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    width: 75%;
}

h2 {
    font-size: 33px;
    font-weight: 700;
	color: #283380; /*Added by ACR 05/06/2023*/
} 

.estilo-h2 {
    font-size: 33px !important;
    font-weight: 700;
}

.n2-ss-slider [data-csstextalign=center] .estilo-h2 {
    text-align: left !important;
}

h2.estilo-h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
}

h2 a {
    text-decoration: none !important;
}

h2.destacado {
    font-size: 46px;
    font-weight: 700;
}

h2.has-blue-color a {
    color: #283380 !important;
    text-decoration: none;
}

h3 {
    color: #283380;
    font-size: 28px;
    font-weight: 600; 
}

.estilo-h3 {
    color: #283380;
    font-size: 28px;
    font-weight: 600; 
}

h2 sup, 
.estilo-h2 sup {
    font-size: 0.6em;
    position: relative;
    top: -15px;
}

h2.round {
    background-color: #283380;
    border-radius: 150px;
    color: #FFF;
    height: 60px;
    padding: 10px;
    width: 60px;
}

h3 a {
    text-decoration: none !important;
}

h3.has-blue-color a {
    color: #283380 !important;
    text-decoration: none;
}

h4 {
    color: #283380;
    font-size: 18px;
    font-weight: 600;
}

.estilo-h4 {
    color: #283380 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
}

h4.has-blue-color a {
    color: #283380 !important;
    text-decoration: none;
}

h5 {
    color: #283380;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.estilo-h5 {
    color: #283380;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    font-weight: 400;
}

.estilo-h6 {
    font-size: 18px;
    font-weight: 400;
}

p {
    color: #283380;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0; 
}

p sup {
    font-size: 0.6em !important;
    position: relative;
    top: -6px;
}

p.estilo-h1, 
p.estilo-h2, 
p.estilo-h3, 
p.estilo-h4, 
p.estilo-h5 {
    margin: 8px 0;
}

p.estilo-h1 a, 
p.estilo-h2 a, 
p.estilo-h3 a, 
p.estilo-h4 a, 
p.estilo-h5 a {
    text-decoration: none;
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left], .block-editor-block-list__block[data-type="core/embed"][data-align=right], .wp-block-embed.alignleft, .wp-block-embed.alignright {
    max-width: 100%;
}

.wp-block-column.video-youtube figure {
    margin: 0;
    width: 100%;
}

.wp-block-column.video-youtube figure iframe {
    width: 100%;
}

.video-movil {
    display: none;
}

.video-portada {
	margin: 0 0 -4px 0;
}

.alto-50 {
	height: 100px;
	overflow: hidden;
}

@media screen and (max-width: 650px) {
    .video-desktop {
        display: none;
    }
    .video-movil {
        display: block;
    }
}

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

}


.entry-content p a, 
.entry-content ul li a {
    color: #283380;
}

.entry-content ul li, 
.entry-content ol li {
    color: #283380;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 24px;
	overflow: hidden;
    /*list-style-type: disc;
    margin: 5px 10px 5px 30px; */
}



.elementor-text-editor ul li, 
.elementor-text-editor ol li {
    color: #283380;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 24px;
    list-style-type: initial;
    margin: 0 0 0 35px;
}  

strong {
    font-weight: 500;
}

em {
    font-style: italic;
}

small {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}

.small p {
	font-size: 12px;
    font-weight: 500;
    line-height: 18px !important;
    margin: 0;
}

.has-blue-background-color { background-color: #283380; }
.has-cian-background-color { background-color: #169CD8; }
.has-violet-background-color { background-color: #6f6da8; }
.has-white-background-color { background-color: #ffffff; }
.has-light-gray-background-color { background-color: #cccccc; }
.has-black-background-color { background-color: #000000; }
.has-red-background-color { background-color: #DF040B; }

.has-blue-color { color: #283380; }
.has-cian-color, .has-cian-color a { color: #169CD8 !important; }
.has-violet-color { color: #6f6da8; }
.has-white-color, .has-white-color a { color: #ffffff; }
.has-light-gray-color { color: #cccccc; }
.has-black-color { color: #000000; }
.has-red-color { color: #DF040B; }

.small {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.small a {
    font-weight: 700;
}

.xsmall {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.xsmall strong {
    font-weight: 700;
}

.color-blue, 
.color-blue a {
    color: #283380 !important;
}

.color-cian, 
.color-cian a {
    color: #169CD8 !important;
    text-decoration: none;
}

.bloque-sombra {
    border-top: 5px solid #283380;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
    padding: 30px;
    position: relative;
}

.bloque-sombra::before {
    color: #283380;
    content: "\2022";
    font-size: 100px;
    left: 175px;
    position: absolute;
    top: -72px;
    
}

.bloque-sombra p {
    margin: 0;
}

.bloque-desarrolla {
    padding: 30px;
}

.bloque-desarrolla svg path {
    fill: #FFF;
}

.bloque-desarrolla .img-icon, 
.bloque-desarrolla svg {
    height: 100px;
    margin: 0 40px 0 0;
}

.bloque-desarrolla h3 span {
    position: relative;
    top: -35px;
}

.bloque-desarrolla .img-arrow {
    position: relative;
    top: 3px;
}



@media screen and (max-width: 650px) {
    .bloque-desarrolla .img-icon {
        margin: 20px 0 40px 0;
    }
    .bloque-desarrolla h3 span {
        display: block;
    }
    .mobile-hidden {
        display: none !important;
    }
}

.documentacion .small, 
.documentacion .small a {
    color: #283380 !important;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

.documentacion .small.icon-papers {
    background-image: url(img/icon-papers.svg);
    background-repeat: no-repeat;
    background-size: 15px 20px;
    background-position: 0 3px;
    padding: 5px 0 5px 25px;
}

.documentacion .small.icon-presentacion {
    background-image: url(img/icon-presentaciones-corp.svg);
    background-repeat: no-repeat;
    background-size: 20px 24px;
    background-position: 0 6px;
    padding: 5px 0 5px 25px;
}

.with-hr::before {
    background-color: #000;
    content: " ";
    display: block;
    height: 4px;
    width: 55px;
    margin: auto;
    top: 75px;
    position: relative;
}

.txt-black {
    color: #000 !important;
}

.bg-white {
    background-color: #FFF;
}

.bg-blue {
    background-color: #283380;
}

.bg-blue-10 {
    background-color: rgba(5,13,158,0.1);
}

.bg-blue-50 {
    background-color: rgba(5,13,158,0.5);
}

.bg-blue-texto {
    /*background-color: rgba(5,13,158,0.6);*/
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    width: 75%;
}

.border-radius {
    border-radius: 15px;
}

h4.bg-blue-texto {
    width: 15%;
}

.bg-blue h2, 
.bg-blue h5 {
    color: #FFF;
}

.bg-blue .wpcf7-form label span, 
.bg-blue .wpcf7-form label small, 
.bg-blue .wpcf7-form label small a {
    color: #FFF;
}

.bg-blue .wpcf7-form input[type="text"], 
.bg-blue .wpcf7-form input[type="email"], 
.bg-blue .wpcf7-form textarea {
    background-color: #6f6da8; 
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.bg-blue .wpcf7-form input[type="submit"] {
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #283380;
    position: relative;
    z-index: 999;
}

.bg-blue .wpcf7-form input[type="submit"]:hover {
    background-color: #283380;
    border: 2px solid #FFF;
    color: #FFF !important;
}

.bg-blue .wpcf7-form span.suscripcion label span, 
.bg-blue .wpcf7-form span.politica label span, 
.bg-blue .wpcf7-form span.solucion-guiado label span {
    background-image: url(img/bg-checkbox-white-off.svg);
    background-repeat: no-repeat;
}

.bg-blue .wpcf7-form span.suscripcion label input:checked + span, 
.bg-blue .wpcf7-form span.politica label input:checked + span, 
.bg-blue .wpcf7-form span.solucion-guiado label input:checked + span {
    background-image: url(img/bg-checkbox-white-on.svg);
} 

span.solucion-guiado .wpcf7-list-item {
    margin: 0 15px 0 0;
}

span.solucion-guiado .wpcf7-list-item label span {
    font-size: 15px;
}

.formulario-demo {
    background-color: rgba(5,13,158,0.1);
    overflow: hidden;
    padding: 10px 30px 30px 30px;
}

.formulario-demo label {
    width: 100% !important;
}

.formulario-demo label input[type="text"], 
.formulario-demo label input[type="email"], 
.formulario-demo label textarea {
    background-color: #FFF !important;
    font-size: 15px !important;
    margin: 5px 0 10px 0 !important;
    width: 100% !important;
}

.formulario-demo label input[type="text"]::placeholder, 
.formulario-demo label input[type="email"]::placeholder, 
.formulario-demo label textarea::placeholder {
    color: #28338085;
    font-size: 12px;
    text-transform: uppercase;
}

.formulario-demo input[type="submit"] {
    display: inherit;
    float: none !important;
    margin: auto !important;
}

padding-20-20 {
	padding: 20px;
}

.padding-10 {
    padding: 10px 0;
    width: 100%;
}

.padding-10 p {
    margin: 0;
}

.padding-10 img {
    margin: 0 15px;
}

.padding-20 {
    padding: 20px 0;
    width: 100%;
}

.padding-60 {
    padding: 60px 0;
    width: 100%;
}

.padding-100 {
    padding: 100px 0;
    width: 100%;
}

.padding-0-20 {
    padding: 0 55px;
}

.padding-right-10 {
	padding: 0 10px 0 0;
}

.margin-30 {
    margin: 30px;
}

.margin-left-30 {
    margin-left: 30px;
}


.list-number {
    background-color: #283380;
    border-radius: 150px;
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    height: 50px;
    padding: 14px 0;
    text-align: center;
    width: 50px;
}

.enlace-imagen img {
    margin: 0 5px 0 0;
    position: relative;
    top: 4px;
}

.enlaces-underline a {
    text-decoration: none !important;
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 50px;
        font-weight: 600;
        line-height: 60px;
        margin: 0; 
        width: 100%;
    }
    p.estilo-h2 {
        font-size: 32px !important;
        font-weight: 500;
        line-height: 34px;
    }
	padding-right-10 {
		padding: 0;
	}

    /* Correcciones generales Elementor */
    .wp-block-cover-image .wp-block-cover__inner-container, 
    .wp-block-cover .wp-block-cover__inner-container {
        width: 100%;
    }
    .wp-block-buttons.alignright .wp-block-button {
        margin: 5px 0;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        margin: 0; 
    }
    p.estilo-h2 {
        font-size: 28px !important;
        font-weight: 500;
        line-height: 30px;
    }
}


/* Feder */
.ue-feder {
    background-color: #FFF;
    width: 100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.ue-feder .ue-logo {
	padding:5px 0;
}

.ue-feder .ue-logo img {
    height: 38px;
    margin: 1px 0;
}

.ue-feder .icex-program img {
    height: 25px;
}
.ue-feder .european-reg {
	text-align:right;
}
.ue-feder .european-reg img {
	display:inline-block;
    height: 25px;
}

.ue-feder .european-reg .mobile {
    display: none;
}

@media screen and (max-width: 980px) {
    .ue-feder .icex-program {
        display: none;
    }
    .ue-feder .european-reg .desktop {
        display: none;
    }
    .ue-feder .european-reg .mobile {
        display: block;
    }
}

/* Menu responsive */
.menu__responsive {
    background-color: rgba(255,255,255,0.7);
    height: 100%;
    display: none;
    position: fixed !important;
    text-align: center;
    top: -1000px;
    opacity: 0;
    padding: 20px;
    width: 100%;
    z-index: 99999 !important;
    /*-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .3s ease-in-out;*/
}

.menu__responsive.menuOpen {
    display: block;
    top: 0;
    opacity: 1;
}

.menu__header {
    background-color: rgba(255,255,255,0.9);
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.menu__header i {
    background-color: #e2e2e2;
    border-radius: 50px;
    cursor: pointer;
    float: left;
    font-size: 20px;
    height: 50px;
    margin: 0 5px 0 0;
    padding: 16px 0;
    text-align: center;
    width: 50px;
}

.menu__header a {
    color: #646464;
}

.menu__content {
    background-color: rgba(255,255,255,0.9);
    height: 100%;
    overflow-y: scroll;
    padding: 0 0 75px 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.menu__content .header {
    border-bottom: 1px solid #283380;
    height: 66px;
}

.menu__content .header ul {
    display: block;
    float: left;
    width: 60px;
    margin: 24px 18px;
}

.menu__content .header ul li {
    display: inline-block;
}

.menu__content .header ul li a {
    color: #283380;
    font-size: 13px;
    margin: 0 0 0 5px;
    text-decoration: none;
}

.menu__content .header ul li.current-lang a {
    border-bottom: 2px solid #283380;
    font-weight: 700;
}

.menu__content .nav__first .menu-menu-main-es-container ul li a, 
.menu__content .nav__first .menu-menu-main-en-container ul li a { 
    background-color: #EBE9E0;
    background-image: url(img/icon-menu-arrow.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-bottom: 1px solid #283380;
    border-top: 1px solid #283380;
    color: #283380;
    display: block;
    font-size: 17px;
    font-weight: 700;
    height: 50px;
    padding: 15px 15px 15px 30px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    top: -1px;
    width: 100%;
}

.menu__content .nav__first #menu-item-13,
.menu__content .nav__first #menu-item-3259 {
    position: relative;
    top: -1px
}

.menu__content .nav__first #menu-item-14, 
.menu__content .nav__first #menu-item-3261 {
    position: relative;
    top: -2px
}

.menu__content .nav__first #menu-item-15, 
.menu__content .nav__first #menu-item-3263 {
    position: relative;
    top: -3px
}

.menu__content .nav__first .menu-menu-main-es-container ul li ul li .submenu-items ul li, 
.menu__content .nav__first .menu-menu-main-en-container ul li ul li .submenu-items ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

.menu__content .nav__first .menu-menu-main-es-container ul li ul li a, 
.menu__content .nav__first .menu-menu-main-en-container ul li ul li a { 
    background-color: transparent;
    background-image: none;
    border-bottom: none;
    border-top: none;
    color: #283380;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    margin: 10px 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.menu__content .nav__first .menu-menu-top-es-container, 
.menu__content .nav__first .menu-menu-top-en-container {
    border-top: 1px solid #283380;
    position: relative;
    top: -5px;
}

.menu__content .nav__first .menu-menu-top-es-container ul, 
.menu__content .nav__first .menu-menu-top-en-container ul {
    margin: 30px 30px 0 30px;
}

.menu__content .nav__first .menu-menu-footer-en-container ul, 
.menu__content .nav__first .menu-menu-footer-es-container ul {
    margin: -5px 30px 30px 30px;
}

.menu__content .nav__first .menu-menu-top-es-container ul li, 
.menu__content .nav__first .menu-menu-top-en-container ul li, 
.menu__content .nav__first .menu-menu-footer-en-container ul li, 
.menu__content .nav__first .menu-menu-footer-es-container ul li {
    text-align: left;
}

.menu__content .nav__first .menu-menu-top-es-container ul li a, 
.menu__content .nav__first .menu-menu-top-en-container ul li a, 
.menu__content .nav__first .menu-menu-footer-en-container ul li a, 
.menu__content .nav__first .menu-menu-footer-es-container ul li a {
    border-bottom: 1px solid #283380;
    color: #283380;
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    text-decoration: none;
    width: 175px;
}

.menu__content .nav__first .sobre-situm {
    margin: 0 30px 30px 30px;
}

.menu__content .nav__first .sobre-situm span {
    background-image: url(img/icon-menu-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    color: #283380;
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    text-align: left;
    text-decoration: none;
    width: 175px;
}

.menu__content .nav__first .sobre-situm ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    text-align: left;
}

.menu__content .nav__first .sobre-situm ul li a {
    color: #283380;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0;
    text-decoration: none;
}

.menu__content .nav__first .social {
    float: left;
    margin: 0 0 0 30px;
}

.menu__content .nav__first .social a {
    margin: 0 15px 0 0;
    text-decoration: none;
}

.menu__content .nav__first .social svg {
    height: 25px;
    width: 25px;
}

.menu__content .nav__first .social svg path {
    fill: #283380;
}

.menu__content .nav__first .try-us {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #283380;
    display: block;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 12px;
    font-weight: 300;
}

.menu__content .nav__first .try-us li {
    display: block; 
    float: left;
    width: 33%;
}

.menu__content .nav__first .try-us a {
	color: #FFF;
	font-size: 15px;
    font-weight: 600;
	margin: 0 12px;
	padding: 3px 0;
	position: relative;
	text-decoration: none;
	top: 2px;
}

.menu__responsive .eicon-editor-close {
    cursor: pointer;
    float: right;
    height: 55px;
    padding: 10px;
    position: relative;
    right: 5px;
    top: 5px;
    z-index: 999999;
}

.menu__responsive .nav__first .submenu-info {
    display: none;
}

.menu__responsive .nav__first h5 {
    border-bottom: 1px solid #283380;
    color: #283380;
    font-size: 13px;
    margin: 10px 30px 10px 0;
    text-align: left;
    text-transform: uppercase;
}

.menu__responsive .nav__first ul.sub-menu {
    margin: 0 0 0 30px;
    padding: 20px 0;
}

.menu__responsive .nav__first ul li.underbar {
    display: none;
}

.social-navigation ul li a svg {
    display: none;
}

.text-uppercase {
    text-transform: uppercase !important;
}

@media only screen and (max-width: 550px) {
    .menu__responsive {
        padding: 0;
    }
    .menu__content .nav__first ul li a {
        font-size: 22px;
    }
}

@media only screen and (max-height: 600px) {
    .menu__content .nav__first {
        height: 400px;
        overflow-y: scroll;
    }
}

@media only screen and (max-height: 450px) {
    .menu__responsive {
        padding: 0;
    }
    .menu__content .nav__first {
        height: 250px;
    }
    .menu__content .nav__second {
        display: none;
    }
}


/* Icon responsive */
#nav-icon {
    float: right;
    right: -1000px;
    top: 60px;
    z-index: 99999;
    width: 50px;
    height: 45px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgb(0, 0, 0);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 6px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 18px;
}

#nav-icon span:nth-child(4) {
    top: 30px;
}

#nav-icon.iconOpen span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.iconOpen span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.iconOpen span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.iconOpen span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

@media screen and (max-width: 980px) {
    #nav-icon {
        right: 20px;  
    }
}


/* Gutenberg Style */
.button-blue-solid a {
    background-color: #283380 !important;
    border: 2px solid #283380 !important;
    color: #FFF !important;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 50px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.button-blue-solid a:hover {
    background-color: #FFF  !important;
    color: #283380 !important;
}

.button-blue-transparent a {
    /*background-color: rgba(255,255,255,0.9) !important; */
    border: 2px solid #283380 !important;
    color: #283380 !important;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 22px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.button-blue-transparent a:hover {
    background-color: #283380 !important;
    border: 2px solid #283380;
    color: #FFF !important;
}

.button-blue-transparent a small {
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.button-white-transparent a {
    border: 2px solid #FFF !important;
    color: #FFF !important;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 50px;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.button-white-transparent a:hover {
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #283380 !important;
}

.alignwide {
    margin: auto;
    width: 1200px;
}

.format-video-youtube {
    border: 1px solid #FFFFFF;
    padding: 10px 15px;
}

.format-video-youtube iframe {
    width: 100%;
}

.video-cabecera figure {
    margin: 0 0 -4px 0;
}

.video-cabecera figure video {
    width: 100%;
}

figure.wp-block-image {
    margin: 0 !important;
}

.figure-margin-auto figure {
    margin: 0 auto;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

figure.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	text-align: center;
}

@media screen and (max-width: 980px) {
    .figure-margin-auto figure {
        float: left !important;
        margin: 0 0 20px 0 !important;
    }
    figure img {
        height: auto;
    }
}

.icon-top-triangle {
    background-image: url(img/icon-top-triangle.svg);
    background-position: 20px 0;
    background-repeat: no-repeat;
}

.bloque-destacado {
    background-color: #283380;
    padding: 60px;
}

.bloque-destacado h2, 
.bloque-destacado h3,
.bloque-destacado h4, 
.bloque-destacado h5, 
.bloque-destacado p {
    color: #FFF;
}

.bloque-destacado h2, 
.bloque-destacado .estilo-h2 {
    font-size: 46px;
    font-weight: 700;
}

.bloque-destacado h3, 
.bloque-destacado .estilo-h3, 
.bloque-destacado h4, 
.bloque-destacado .estilo-h4 {
    font-size: 15px;
    font-weight: 400;
}


.bloques .wp-block-column {
    flex-basis: calc(50%) !important;
    margin-left: 0 !important;
    padding: 60px;
}

@media screen and (max-width: 980px) {
    .bloques .wp-block-column {
        flex-basis: calc(100%) !important;
        padding: 40px !important;
    }
    .bloques .wp-block-column figure {
        height: 100%;
    }
    .bloques .wp-block-column figure img {
        width: 90px;
    }
}

.bloques figure {
    display: block;
    float: left;
    margin: 0 50px 0 0 !important;
}

.bloques .bg-blue, 
.bloques .bg-blue-10 {
    padding: 100px 150px;
}


ul.content-menu {
    border-bottom: 1px solid #283380;
    border-top: 1px solid #283380;
    margin: 20px 0;
    overflow: hidden;
    padding: 15px 0;
}

ul.content-menu li {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin: 0 35px 0 0;
    text-transform: uppercase;
}

ul.content-menu li a {
    color: #283380;
    text-decoration: none;
}

.border-bottom-solid {
    border-bottom: 1px solid #283380;
}

.border-top-solid {
    border-top: 1px solid #283380;
}

.border-dashed {
    border: 1px dashed #283380;
    padding: 20px;
    position: relative;
}

.border-dashed.icon-position::before {
    content: url(img/icon-position-contacta.svg);
    position: absolute;
    top: -8px;
}

.border-top-dashed {
    border-top: 1px dashed #283380;
    padding: 20px 0 0 0;
}

.border-left-dashed {
    border-left: 1px dashed #283380;
    padding: 0 20px;
}

.lista-general {
    background: transparent;
    /*border-left: 1px dashed #283380;*/
    overflow: hidden;
    position: initial;
    width: auto;
}

.lista-general li {
    height: auto;
    padding: 0 0 0 4px !important;
    width: auto;
}

.lista-general li span, 
.lista-general li strong {
    /*border-left: 1px dashed #283380;
    color: #283380;
    display: block;
    font-weight: 500;
    padding: 4px 4px 4px 10px;*/
    border-left: 1px dashed #283380;
    color: #283380;
    display: block;
    font-weight: 400;
    padding: 4px 4px 4px 13px;
    text-indent: 12px;
}

.lista-general li span::before, 
.lista-general li strong::before {
    /*content: "\2022";
    font-size: 24px;
    margin: 0 8px 0 -14px;*/
    content: "\2022";
    font-size: 24px;
    font-weight: 800;
    margin: 0 8px 0 -30px;
}

.lista-fondo li {
    background-color: rgba(5,13,158,0.1);
    color: #283380;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    margin: 4px 0;
    padding: 4px 4px 4px 15px;
    width: auto;
}

.lista-rrhh li {
    background-color: rgba(5,13,158,0.1);
    font-size: 15px;
    height: auto;
    list-style-type: none !important;
    margin: 8px 0 !important;
    padding: 5px 15px;
    position: relative;
    width: auto;
}

.lista-rrhh li a {
    color: #283380;
    text-decoration: none;
}

.lista-rrhh li span {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 150px;
}

.lista-rrhh li span.abierto {
    background-color: #52993350;
    background-image: url(img/icon-rrhh-seleccion-open.svg);
    background-position: 20px 11px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.lista-rrhh li span.cerrado {
    background-color: #B4181750;
    background-image: url(img/icon-rrhh-seleccion-close.svg);
    background-position: 20px 11px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}


.lista-tabla li {
border: 1px dashed #283380;
    color: #283380;
    display: block;
    float: left;
    font-size: 21px;
    font-weight: 500;
    height: 100px;
    margin: 2% 0.5%;
    padding: 40px 10px;
    position: relative;
    text-align: center;
    width: 13%;
}

.lista-tabla li img {
	width: 115px !important;
    height: auto;
    position: relative;
    top: -47px;
}

.lista-tabla li.sumate {
    background-color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}

.paragraph-margin {
margin:10px 10px 10px 10px;
	
}

@media screen and (max-width: 980px) {
    .lista-tabla li {
        width: 40%;
        margin: 2% 4%;
    }
}

@media screen and (max-width: 600px) {
    .lista-tabla li {
        width: 85%;
        margin: 2% 5%;
    }
}

.lista-tabla li a {
    color: #283380;
    text-decoration: none;
}

.lista-tabla li::after {
    content: "+";
    position: absolute;
    right: -30px;
    font-size: 25px;
    font-weight: 700;
}

.lista-tabla li:last-child::after {
    content: "";
}

.listado-media p {
    font-size: 13px;
    font-weight: 400;
}

.listado-media p a, 
.listado-media p a strong {
    font-size: 18px;
    font-weight: 600;
}

.enlace-flecha a {
    color: #169CD8 !important;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.enlace-flecha img {
    margin: 0 0 0 15px;
    position: relative;
    top: -4px;
}

/* Noticias Blog */
.blog .wp-block-column {
    height: 640px;
}

.blog .wp-block-column h3, 
.blog .wp-block-column p.estilo-h3, 
.blog .wp-block-column h4, 
.blog .wp-block-column p.estilo-h4 {
    height: 75px; /* Situm news in pages */
    /*margin: 30px 20px;*/
    margin: 10px 20px;
}

.blog .wp-block-column h3 a, 
.blog .wp-block-column p.estilo-h3 a, 
.blog .wp-block-column h4 a, 
.blog .wp-block-column p.estilo-h4 a {
    color: #283380;
    text-decoration: none;
}

.blog .wp-block-column .category {
    margin: 0;
    position: relative;
    /*top: 15px;*/
    top: 5px;
}

.blog .wp-block-column .category a {
    color: #169CD8;
    font-size: 12px;
    font-weight: 500;
    margin: 20px 0 0 20px;
    text-decoration: none;
}

.wp-block-column hr.wp-block-separator {
    border: none;
    border-bottom: 3px solid #283380;
    margin: 20px;
    width: 60px;
}

.wp-block-column hr.wp-block-separator.hr-1px {
    border-bottom: 1px solid #283380 !important;
}

.documentacion hr.wp-block-separator {
    margin: 20px 0;
}

hr.wp-block-separator.is-style-wide {
    border: none;
    border-bottom: 5px solid #283380;
    margin: auto;
    width: 1200px;
}

.blog .wp-block-column p {
    color: #283380;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 20px 20px;
}

.login-form label {
	color: #283380;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.login-form input[type="text"], 
.login-form input[type="password"] {
	background-color: rgba(5,13,158,0.1);
    border: none;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 10px 10px;
    width: 95%;
}

.login-form input[type="submit"] {
    background-color: #283380;
    border: 2px solid #283380;
    color: #FFF;
    cursor: pointer;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 50px;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.login-form a {
	color: #283380;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #283380 !important;
    border-radius: 0 !important;
    float: left;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form label {
    display: block;
    float: left;
    width: 20%;
}

.wpcf7-form label.textarea, 
.wpcf7-form label.legal {
    width: 100%;
}

.wpcf7-form label span {
    color: #283380;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.wpcf7-form label small span {
    display: block;
    text-transform: none;
}

.wpcf7-form span.suscripcion label, 
.wpcf7-form span.politica label {
    width: 75%;
}

.wpcf7-form span.solucion-guiado label {
    width: 100%;
}

.wpcf7-form span.suscripcion label span, 
.wpcf7-form span.politica label span, 
.wpcf7-form span.solucion-guiado label span.wpcf7-list-item {
    background-image: url(img/bg-checkbox-off.svg);
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    margin: 5px 0;
    padding: 0 0 0 25px;
}

.wpcf7-form span.suscripcion label input:checked + span, 
.wpcf7-form span.politica label input:checked + span, 
.wpcf7-form span.solucion-guiado label input:checked + span {
    background-image: url(img/bg-checkbox-on.svg);
} 

.wpcf7-form span.solucion-guiado label input + span {
    color: #FFF;
    padding: 0 0 0 25px;
    text-transform: none;
}

.wpcf7-form span.suscripcion label input, 
.wpcf7-form span.politica label input, 
.wpcf7-form span.solucion-guiado label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.wpcf7-form span.suscripcion label span, 
.wpcf7-form span.politica label span {
    text-transform: none;
}

.wpcf7-form span.suscripcion span.wpcf7-list-item, 
.wpcf7-form span.politica span.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}

/* Arreglo checkbox formulario */
.wpcf7-form-control.wpcf7-checkbox>span>label { width: 150%; }
.wpcf7-form-control.wpcf7-checkbox>span>label input[type="checkbox"] { float: left; margin: 5px 10px 0 0; }

.wpcf7-form label span input, 
.wpcf7-form label span select {
    background-color: rgba(5,13,158,0.1);
    border: none;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 0 10px 0; 
    padding: 10px 10px;
    width: 95%;
}

.wpcf7-form label span textarea {
    background-color: rgba(5,13,158,0.1);
    border: none;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 125px;
    margin: 10px 0 25px 0;
    padding: 15px 15px;
    width: 99%;
}

.wpcf7-form input[type="submit"] {
    background-color: #283380;
    border: 2px solid #283380;
    color: #FFF;
    cursor: pointer;
    float: right;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    /*margin: 30px 15px 0 0;*/
    margin: -50px 15px 0 0;
    padding: 15px 50px;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #FFF;
    border: 2px solid #283380;
    color: #283380 !important;
}

.wpcf7-response-output {
    overflow: hidden;
}

.wpcf7-form-control-wrap {
	position: initial;
}

@media screen and (max-width: 1200px) {
    .alignwide {
        width: 100%;
        padding: 0 20px;
    }
    hr.wp-block-separator.is-style-wide {
        width: 100%;
    }
    .wpcf7-form span.suscripcion label, 
    .wpcf7-form span.politica label {
        width: 100%;
    }
    .wpcf7-form input[type="submit"] {
        float: none;
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 980px) {
    .wpcf7-form label {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .wpcf7-form label {
        width: 100%;
    }
    .blog .wp-block-column {
        height: auto;
        margin: 10px 0;
    }
    .blog .wp-block-column h4 {
        height: auto;
    }
}


/* Header */
.site-header {
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    height: 80px;
    margin: 0;
    position: fixed;
    /* top: 40px; */
    width: 100%;
    z-index: 9999;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.site-header.menuOpen {
    height: 80px;
    /*top: 40px; */
}

header .site-header-top { 
    background-color: #283380;
    height: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-top.menuOpen {
    height: 30px;
}

header .site-header-top .menu-menu-language-es-container, 
header .site-header-top .menu-menu-language-en-container  {
    left: 20px;
    position: absolute;
    top: 5px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-top.menuOpen .menu-menu-language-es-container, 
header .site-header-top.menuOpen .menu-menu-language-en-container {
    top: 5px;
}

header .site-header-top .menu-menu-language-es-container ul li, 
header .site-header-top .menu-menu-language-en-container ul li {
    display: block;
    float: left;
    margin: 0 5px;
}

header .site-header-top .menu-menu-language-es-container ul li.current-lang, 
header .site-header-top .menu-menu-language-en-container ul li.current-lang {
    border-bottom: 2px solid #FFF;
    font-weight: 700;
}

header .site-header-top .menu-menu-language-es-container ul li a, 
header .site-header-top .menu-menu-language-en-container ul li a {
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
}

header .site-header-top .menu-menu-language-es-container ul li.current-lang a, 
header .site-header-top .menu-menu-language-en-container ul li.current-lang a {
    font-size: 15px;
}

header .site-header-top .menu-menu-top-es-container, 
header .site-header-top .menu-menu-top-en-container {
    float: right;
    position: relative;
}

header .site-header-top .menu-menu-top-es-container ul li, 
header .site-header-top .menu-menu-top-en-container ul li {
    display: block;
    float: left;
}

header .site-header-top .menu-menu-top-es-container ul li a, 
header .site-header-top .menu-menu-top-en-container ul li a {
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 40px;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-top.menuOpen .menu-menu-top-es-container ul li a, 
header .site-header-top.menuOpen .menu-menu-top-en-container ul li a {
    padding: 6px 40px;
}

header .site-header-top .menu-menu-top-es-container ul li.support a, 
header .site-header-top .menu-menu-top-en-container ul li.support a {
    background-color: rgba(255,255,255,0.3);
    text-transform: uppercase;
}

header .site-header-top .menu-menu-top-es-container ul li.underbar, 
header .site-header-top .menu-menu-top-en-container ul li.underbar{
    width: 0;
    height: 4px;
    background: #fff;
    left: 0;
    top: 28px;
    padding: 0;
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-top.menuOpen .menu-menu-top-es-container ul li.underbar, 
header .site-header-top.menuOpen .menu-menu-top-en-container ul li.underbar{
    top: 28px;
}

header .site-header-top .menu-menu-top-es-container ul li.underbar a, 
header .site-header-top .menu-menu-top-en-container ul li.underbar a{
    border: none;
    font-size: 0;
}

html[lang="es-ES"] .site-header-top .menu li:nth-of-type(1).current-menu-item ~ .underbar { left: 41px; width: 56px; background-color: #fff; }
html[lang="es-ES"] .site-header-top .menu li:nth-of-type(2).current-menu-item ~ .underbar { left: 177px; width: 68px; background-color: #fff; }
html[lang="es-ES"] .site-header-top .menu li:nth-of-type(3).current-menu-item ~ .underbar { left: 326px; width: 91px; background-color: #fff; }
html[lang="es-ES"] .site-header-top .menu li:nth-of-type(4).current-menu-item ~ .underbar { left: 457px; width: 77px; background-color: #fff; }
html[lang="es-ES"] .site-header-top .menu li:nth-of-type(5).current-menu-item ~ .underbar { left: 457px; width: 214px; background-color: #fff; }

html[lang="es-ES"] .site-header-top .menu li:nth-of-type(1):hover ~ .underbar { left: 41px; width: 56px; background-color: #fff; }
html[lang="es-ES"] .site-header-top .menu li:nth-of-type(2):hover ~ .underbar { left: 177px; width: 68px; background-color: #fff; }
html[lang="es-ES"] .site-header-top .menu li:nth-of-type(3):hover ~ .underbar { left: 326px; width: 91px; background-color: #fff; }
html[lang="es-ES"] .site-header-top .menu li:nth-of-type(4):hover ~ .underbar { left: 457px; width: 77px; background-color: #fff; }
html[lang="es-ES"] .site-header-top .menu li:nth-of-type(5):hover ~ .underbar { left: 457px; width: 214px; background-color: #fff; }

html[lang="en-GB"] .site-header-top .menu li:nth-of-type(1).current-menu-item ~ .underbar { left: 41px; width: 38px; background-color: #fff; }
html[lang="en-GB"] .site-header-top .menu li:nth-of-type(2).current-menu-item ~ .underbar { left: 160px; width: 68px; background-color: #fff; }
html[lang="en-GB"] .site-header-top .menu li:nth-of-type(3).current-menu-item ~ .underbar { left: 309px; width: 91px; background-color: #fff; }
html[lang="en-GB"] .site-header-top .menu li:nth-of-type(4).current-menu-item ~ .underbar { left: 440px; width: 77px; background-color: #fff; }
html[lang="en-GB"] .site-header-top .menu li:nth-of-type(5).current-menu-item ~ .underbar { left: 440px; width: 214px; background-color: #fff; }

html[lang="en-GB"] .site-header-top .menu li:nth-of-type(1):hover ~ .underbar { left: 41px; width: 38px; background-color: #fff; }
html[lang="en-GB"] .site-header-top .menu li:nth-of-type(2):hover ~ .underbar { left: 160px; width: 68px; background-color: #fff; }
html[lang="en-GB"] .site-header-top .menu li:nth-of-type(3):hover ~ .underbar { left: 309px; width: 91px; background-color: #fff; }
html[lang="en-GB"] .site-header-top .menu li:nth-of-type(4):hover ~ .underbar { left: 440px; width: 77px; background-color: #fff; }
html[lang="en-GB"] .site-header-top .menu li:nth-of-type(5):hover ~ .underbar { left: 440px; width: 214px; background-color: #fff; }

.site-header-top .menu li:nth-of-type(6) a { display: none; } 

header .site-header-container {
    /*height: 80px;*/
    margin: auto;
    /*overflow: hidden;*/
    text-align: center;
    width: 1200px;
}

header .site-header-container .site-branding a {
    display: block;
    float: left;
    height: 55px;
    margin: 5px 0;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-container.menuOpen .site-branding a {
    margin: 5px 0;
}

header .site-header-container .site-branding a img {
    width: 130px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-container.menuOpen .site-branding a img {
    width: 130px;
}

header .site-header-container .main-navigation {
    display: inline-block;
	/*float: left;*/
    margin: 4px 0 4px 20px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-container.menuOpen .main-navigation {
    margin: 4px 0 4px 20px;
}

/*header .site-header-container .main-navigation ul {
    position: relative; 
}*/

header .site-header-container .main-navigation ul li {
    display: block;
    float: left;
    padding: 10px 15px 13px 15px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-container.menuOpen .main-navigation ul li {
    padding: 10px 15px 13px 15px;
}

header .site-header-container .main-navigation ul li:hover {
    border-bottom: 4px solid #283380;
}

header .site-header-container .main-navigation ul li:hover li {
    border: none !important; 
}

header .site-header-container .main-navigation ul li:first-child {
    padding: 10px 15px 13px 0;
}

header .site-header-container.menuOpen .main-navigation ul li:first-child {
    padding: 10px 15px 13px 0;
}

header .site-header-container .main-navigation ul li a {
    color: #283380;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

header .site-header-container .main-navigation ul li ul li a {
    font-size: 14px;
}

/*header .site-header-container .main-navigation ul li.underbar {
    width: 0;
    height: 4px;
    background: #283380;
    left: 0;
    top: 76px;
    padding: 0;
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-container .main-navigation ul li.underbar a {
    border: none;
    font-size: 0;
}*/

header .site-header-container .try-us {
    float: right;
    /*width: 130px;*/
}

    header .site-header-container .try-us ul li {
        display: block;
        float: left;
    }

header .site-header-container a.link-try-us {
    border: 1px solid #283380;
    color: #283380;
    float: right;
    /*font-size: 14px;*/
    font-size: 13px;
    font-weight: 700;
    margin: 13px 0 13px 5px;
    /*padding: 10px 35px;*/
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-container.menuOpen a.link-try-us {
    margin: 13px 0 13px 5px;
    padding: 3px 10px;
}

header .site-header-container a.link-try-us:hover {
    background-color: #283380 !important;
    color: #FFF !important;
}

header .site-header-container .try-us ul.submenu-try-us {
    background-color: #EDEAE2;
    display: none;
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 99;
}

header .site-header-container .try-us ul.menu-try-us li:first-child a {
    border: none;
    color: #283380;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

header .site-header-container .try-us ul.menu-try-us li:first-child a:hover {
    background-color: #FFF !important;
    color: #283380 !important;
}

header .site-header-container .try-us ul.menu-try-us li:nth-child(3n) a {
    background-color: #283380;
    color: #FFF;
}

/*header .site-header-container.menuOpen .try-us ul.menu-try-us li:nth-child(3n) a {
    padding: 11px;
}*/

header .site-header-container .try-us ul.menu-try-us li:nth-child(3n) a:hover {
    background-color: #FFF !important;
    color: #283380 !important;
}

header.menuOpen .site-header-container .try-us ul.submenu-try-us {
    top: 80px;
}

header .site-header-container .try-us:hover ul.submenu-try-us {
    display: block;
}

header .site-header-container .try-us ul.submenu-try-us li {
    float: none;
    height: 360px;
    margin: auto;
    padding: 30px 20px !important;
    text-align: left;
    width: 1200px; 
}

header .site-header-container .try-us ul.submenu-try-us li .submenu-info {
    border-right: 1px solid #283380;
    float: left;
    margin-right: 50px;
    padding: 20px 50px 0 0;
    width: 30%;
}

header .site-header-container .try-us ul.submenu-try-us li .submenu-info h4 {
    color: #283380;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}

header .site-header-container .try-us ul.submenu-try-us li .submenu-info p {
    margin: 30px 0;
    text-align: left;
}

header .site-header-container .try-us ul.submenu-try-us li .submenu-items {
    float: left;
    margin: 0 30px 0 0;
    padding: 20px 0 0 0;
    width: 17%;
}

header .site-header-container .try-us ul.submenu-try-us li .submenu-items h5 {
    color: #283380;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

header .site-header-container .try-us ul.submenu-try-us li .submenu-items ul {
    background: transparent;
    /* border-left: 1px dashed #283380; */
    overflow: hidden;
    position: initial;
    width: auto;
}

header .site-header-container .try-us ul.submenu-try-us li .submenu-items ul li {
    height: auto;
    padding: 0 0 0 2px !important;
    width: auto;
}

header .site-header-container .try-us ul.submenu-try-us li .submenu-items ul li a {
    border-left: 1px dashed #283380;
    color: #283380;
    display: block;
    font-size: 14px;
    padding: 4px 4px 4px 10px;
    text-align: left;
    text-decoration: none;
}

header .site-header-container .try-us ul.submenu-try-us li .submenu-items ul li a::before {
    content: "\2022";
    font-size: 24px;
    margin: 0 8px 0 -14px;
}

/*header .site-header-container a.link-try-us {
    border: 1px solid #283380;
    color: #283380;
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0;
    padding: 10px 35px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

header .site-header-container.menuOpen a.link-try-us {
    margin: 10px 0;
    padding: 5px 35px;
}

header .site-header-container a.link-try-us:hover {
    background-color: #283380;
    color: #FFF;
}*/

/*.main-navigation .menu li:hover ~ .underbar {
    background: #696767;
}

.main-navigation .menu li:nth-of-type(1).current-menu-item ~ .underbar { left: 0; width: 102px; background-color: #283380; }
.main-navigation .menu li:nth-of-type(2).current-menu-item ~ .underbar { left: 133px; width: 102px; background-color: #283380; }
.main-navigation .menu li:nth-of-type(3).current-menu-item ~ .underbar { left: 266px; width: 80px; background-color: #283380; }
.main-navigation .menu li:nth-of-type(4).current-menu-item ~ .underbar { left: 378px; width: 147px; background-color: #283380; }

.main-navigation .menu li:nth-of-type(1):hover ~ .underbar { left: 0; width: 102px; background-color: #283380; }
.main-navigation .menu li:nth-of-type(2):hover ~ .underbar { left: 133px; width: 102px; background-color: #283380; }
.main-navigation .menu li:nth-of-type(3):hover ~ .underbar { left: 266px; width: 80px; background-color: #283380; }
.main-navigation .menu li:nth-of-type(4):hover ~ .underbar { left: 378px; width: 147px; background-color: #283380; }
.main-navigation .menu li:nth-of-type(5) a { display: none; } */

/* Submenu */
.main-navigation .menu li ul {
    background-color: #EDEAE2;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 99;
}

.site-header.menuOpen .main-navigation .menu li ul {
    top: 80px;
}

.main-navigation .menu li ul li {
    display: none;
    float: none;
    height: 360px;
    margin: auto;
    padding: 30px 20px !important;
    text-align: left;
    width: 1200px;
}

.main-navigation .menu li:hover ul li {
    display: block;
}

.main-navigation .menu li ul li .submenu-info {
    border-right: 1px solid #283380;
    float: left;
    margin-right: 50px;
    padding: 20px 50px 0 0;
    width: 30%;
}

.main-navigation .menu li ul li .submenu-info .estilo-h4 {
    color: #283380;
    font-size: 26px !important;
    font-weight: 700 !important;
}

.main-navigation .menu li ul li .submenu-info p {
    margin: 30px 0;
}

.main-navigation .menu li ul li .submenu-items {
    float: left;
	margin: 0 30px 0 0;
    padding: 20px 0 0 0;
    width: 17%;
}

.main-navigation .menu li ul li .submenu-items.top-margin {
    margin: 24px 0 0 -30px;
}

.main-navigation .menu li ul li .submenu-items h5 {
    color: #283380;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.main-navigation .menu li ul li .submenu-items ul {
    background: transparent;
    /*border-left: 1px dashed #283380;*/
    overflow: hidden;
    position: initial;
    width: auto;
}

.main-navigation .menu li ul li .submenu-items ul li {
    height: auto;
    padding: 0 0 0 2px !important;
    width: auto;
}

.main-navigation .menu li ul li .submenu-items ul li a {
    border-left: 1px dashed #283380;
    display: block;
    padding: 4px 4px 4px 10px;
}

.main-navigation .menu li ul li .submenu-items ul li a::before {
    content: "\2022";
    font-size: 24px;
    margin: 0 8px 0 -14px;
}

@media screen and (max-width: 1200px) {
    header .site-header-container, 
    header .site-header-container .site-branding, 
    header .site-header-container .main-navigation>div {
        padding: 0 10px;
        width: 100%;
    }
	
    header .site-header-container .main-navigation {
        margin: 20px 0 20px 20px
    }
    header .site-header-container .main-navigation ul li {
        padding: 10px 8px;
    }
    header .site-header-container .main-navigation ul li a {
        font-size: 14px;
    }
    header .site-header-container a.link-try-us {
        font-size: 12px;
        width: 113px;
    }
} 

@media screen and (max-width: 980px) {
    .site-header-top .menu-menu-top-es-container, 
    .site-header-top .menu-menu-top-en-container, 
    .main-navigation, 
    .link-try-us, 
    footer .site-nav-container .menu-menu-footer-es-container, 
    footer .site-nav-container .menu-menu-footer-en-container, 
    footer .site-info-item-logo, 
    footer .site-info-item-nav {
        display: none !important;
    }
}


/* Cabecera portada */
.cabecera-portada {
    position: relative;
}

.cabecera-portada .pin {
    width: 275px;
}

.cabecera-portada .pin .title {
    background-color: #283380;
    color: #FFF;
    cursor: pointer;
    overflow: hidden;
    padding: 4px 8px 4px 8px;
    text-align: center;
}

.cabecera-portada .pin .title img.position {
    display: block;
    float: left;
    height: 15px;
    margin: 0 5px 0 0;
}

.cabecera-portada .pin .title h4 {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.cabecera-portada .pin .title img.plus {
    right: 7px;
    height: 15px;
    position: absolute;
    top: 4px;
}

.cabecera-portada .pin .content {
    background-color: rgba(255,255,255,0.85);
    display: none;
    padding: 10px;
}

.cabecera-portada .pin .content p {
    color: #283380;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.cabecera-portada .pin1 { left: 250px; position: absolute; top: 35px; }
.cabecera-portada .pin2 { left: 600px; position: absolute; top: 105px; }
.cabecera-portada .pin3 { left: 935px; position: absolute; top: 30px; }
.cabecera-portada .pin4 { left: 50px; position: absolute; top: 285px; }
.cabecera-portada .pin5 { left: 800px; position: absolute; top: 255px; }

@media screen and (max-width: 980px) {
    .cabecera-portada .pin {
        display: none;
    }
}

/* Blog */

.blog-term-navigation {
    margin: 20px 0 0 0;
    overflow: hidden;
    height: 55px;
}

.blog-term-navigation.menuOpen {
    margin: 0;
    overflow: inherit;
    position: fixed;
    background-color: #FFF;
    width: 100%;
    z-index: 999;
    top: 76px;
}

.blog-term-navigation .content {
    border-bottom: 1px solid #283380;
    border-top: 1px solid #283380;
    margin: auto;
    overflow: hidden;
    width: 1200px;
}

.blog-term-navigation.menuOpen .content {
    border: none;
}

body.single-post .blog-term-navigation .content {
    margin: 0 auto 20px auto;
}

.blog-term-navigation .content ul.menu {
    margin: 0;
}

.blog-term-navigation.menuOpen .content ul.menu {
    margin: 0;
}

.blog-term-navigation .content ul.menu li {
    display: block;
    float: left;
    margin: 5px 0 4px 0;
}

body.single-post .blog-term-navigation .content ul.menu li {
    margin: 9px 0;
}

.blog-term-navigation .content ul.menu li a {
    font-size: 12px !important;
    font-weight: 500 !important; 
}

.blog-term-navigation.menuOpen .content ul.menu li {
    margin: 5px 0;
}

.blog-term-navigation .content ul.menu li:hover ul.submenu {
    display: block;
}

.blog-term-navigation .content ul.menu li:hover ul.submenu .content {
    border: none;
}

.blog-term-navigation .content ul.menu li a {
    color: #283380;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0 30px 0 0;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-term-navigation.menuOpen .content ul.menu li a {
    font-size: 13px;
}

.blog-term-navigation .content ul.menu ul.submenu {
    background-color: #EDEAE2;
    display: none;
    left: 0;
    padding: 10px 10px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.blog-term-navigation .content ul.menu ul.submenu li {
    margin: 5px 0;
}

.blog-term-navigation .content ul.menu ul.submenu li a {
    border: 1px solid #283380;
    border-radius: 150px;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    text-transform: none;
}

.blog-term-navigation .content .social {
    float: right;
    margin: 18px 0 0 0;
}

.blog-term-navigation .content .social a {
    margin: 0 0 0 16px;
    text-decoration: none;
}

.blog-term-navigation .content .social .svg {
    height: 17px;
    width: 17px;
}

.blog-term-navigation .content .social .svg path {
    fill: #283380;
}

.pagination {
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin: 10px auto;
    overflow: hidden;
    width: 250px;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li:last-child a::after, 
.pagination ul li:last-child span::after {
    content: "";
}

.pagination a, 
.pagination span {
    color: #283380;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    text-decoration: none;
}

.pagination a::after, 
.pagination span::after {
    content: "-";
    font-weight: 300;
    margin: 0 0 0 5px;
}

.pagination span.current {
    font-weight: 700;
}

.bar-title {
    display: none;
    background-color: #e5e6f5;
    padding: 15px;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.bar-title.view {
    display: block;
}

.bar-title h5 {
    color: #283380;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    width: 80%;
}

.bar-title a {
    background-color: #283380 !important;
    border: 2px solid #283380 !important;
    color: #FFF;
    display: inline-block;
    float: none;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.bar-title a:hover {
    background-color: #FFF !important;
    color: #283380;
}

@media screen and (max-width: 1200px) {
    .blog-term-navigation .content {
        padding: 0 20px;
        width: 100%;
    }
} 


.encabezado-blog {
    border: 1px solid #283380;
    border-bottom: 5px solid #283380;
    padding: 20px 40px;
}

.encabezado-blog h6 {
    color: #283380;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}

.blog-ultimo .container {
    margin: auto;
    overflow: hidden;
    width: 1200px;
}

.blog-ultimo article {
    display: block;
    float: left; 
    padding: 20px;
    width: 33%;
}

.blog-ultimo article .content {
    background-color: rgba(5,13,158,0.1);
    height: 600px;
    overflow: hidden;
    position: relative;
}

.blog-ultimo article .content h5 a {
    color: #283380;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-ultimo article .content .image a img {
    width: 100%;
}

.blog-ultimo article .content h4 a {
    color: #283380;
    font-weight: 700;
    display: block;
    margin: 20px;
    text-decoration: none;
}

.blog-ultimo article .content p {
    color: #283380;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px;
}

.blog-ultimo article .content .button-blue-transparent a {
    bottom: 0;
    border: 1px solid #283380 !important;
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100px;
}

@media screen and (max-width: 1200px) {
    .blog-ultimo .container {
        padding: 0 20px;
        width: auto;
    }
    .blog-ultimo article, 
    .blog-ultimo .container article {
        width: 50%;
    }
} 

@media screen and (max-width: 780px) {
    .blog-ultimo article, 
    .blog-ultimo .container article {
        width: 100%;
    }
    .blog-ultimo article .content {
        height: auto;
    }
    .blog-ultimo article .content .button-blue-transparent a {
        position: relative;
    }
} 

.blog-todos article {
    display: block;
    float: left; 
    padding: 20px;
    width: 50%;
}

.blog-todos article .image {
    background-color: rgba(5,13,158,0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    float: left;
    height: 200px;
    width: 30%;
}

.blog-todos article .image a img {
    width: 100%;
}

.blog-todos article .content {
    background-color: rgba(5,13,158,0.1);
    display: block;
    float: left;
    height: 200px;
    position: relative;
    width: 70%;
}

.blog-todos article .content h5 a {
    color: #283380;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-todos article .content h4 a {
    color: #283380;
    display: block;
    font-weight: 500;
    margin: 5px 20px;
    text-decoration: none;
}

.blog-todos article .content .button-blue-transparent a {
    bottom: 0;
    border: 1px solid #283380;
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100px;
}


.blog-medios article {
    display: block;
    float: left; 
    height: 500px;
    padding: 20px;
    width: 33%; 
}

.blog-medios article .content {
    overflow: hidden;
    position: relative;
}

.blog-medios article .content .image a img {
    width: 100%;
}

.blog-medios article .content h4 {
    height: 120px;
}

.blog-medios article .content h4 a {
    color: #283380;
    display: block;
    font-weight: 700;
    margin: 20px;
    text-decoration: none;
}

.blog-medios article .content h4 a small {
    display: block;
    margin: 5px 0 0 0;
}

.blog-medios article .content .button-blue-transparent a {
    border: 1px solid #283380 !important;
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin: 20px;
    padding: 5px;
    text-align: center;
    width: 100px;
}

/*body.category .site-main {
    margin: auto;
    width: 1200px; 
}*/

.proximos-webinars {
    /*background-color: rgba(5,13,158,0.1);*/
    padding: 30px 10px;
}

.proximos-webinars article {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.proximos-webinars article:last-child {
    border: none;
}

.proximos-webinars article .image {
    display: block;
    float: left;
    width: 25%;
}

.proximos-webinars article .image img {
    width: 100%;
}

.proximos-webinars article .content {
	height: 275px;
    overflow: hidden;
	position: relative;
}

.proximos-webinars article .title {
    display: block;
    float: left;
    width: 30%;
}

.proximos-webinars article .title h4 a {
    color: #283380;
    display: block;
    padding: 0 0 0 40px;
    text-decoration: none;
}

.proximos-webinars article .title h4 a small {
    color: #169CD8;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.proximos-webinars article .excerpt {
    display: block;
    float: left;
    width: 70%;
}

.proximos-webinars article .excerpt p {
    margin: 0 0 20px 40px;
}

.proximos-webinars article .excerpt small {
    font-size: 12px;
    font-weight: 700;
}

.proximos-webinars article .excerpt .button-blue-transparent {
    right: 0;
    position: absolute;
    top: 150px;
}

.proximos-webinars .ponentes {
    position: absolute;
    width: 70%;
    left: 45px;
    overflow: hidden;
    top: 125px;
    height: 150px;
}

.proximos-webinars .ponentes .item {
    float: left;
    margin: 10px 5% 10px 0;
    width: 40%;
}

.proximos-webinars .ponentes .item img {
	display: none;
}

.proximos-webinars .ponentes .item img[data-src^="http"] {
    border-radius: 150px;
    display: block;
    float: left;
    height: 55px;
    margin: 0 10px 0 0;
    width: 55px;
}

.proximos-webinars .ponentes .item p {
    margin: 0;
}

.proximos-webinars .ponentes .item span.nombre {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0 0 0;
}

.proximos-webinars .ponentes span.cargo {
    display: block;
    font-size: 15px;
}

.webinar-metas p {
    font-size: 15px;
}

.webinar-metas p img {
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}

.webinar-metas p .separator {
    margin: 0 10px;
}

article.category-whitepapers-es .webinar-metas, 
article.category-whitepapers-en .webinar-metas{
	display: none;
}

article.category-whitepapers-es ~ .post-navigation, 
article.category-whitepapers-en ~ .post-navigation{
	display: none !important;
}

.webinar-ponentes {
    margin: 20px 0;
}

.webinar-ponentes .item {
    float: left;
    margin: 10px 5% 10px 0;
    width: 40%;
}

.webinar-ponentes .item img {
    border-radius: 150px;
    display: block;
    float: left;
    height: 55px;
    margin: 0 10px 0 0;
    width: 55px;
}

.webinar-ponentes .item p {
    margin: 0;
}

.webinar-ponentes .item span.nombre {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0 0 0;
}

.webinar-ponentes span.cargo {
    display: block;
    font-size: 15px;
}



body.single-post header.entry-header {
    background-color: rgba(5,13,158,0.1);
    height: 312px;
    margin: 0 0 30px 0;
    overflow: hidden;
    padding: 40px 20px;
    position: relative;
}

body.single-post header.entry-header h5 {
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0;
    text-transform: uppercase;
}

body.single-post header.entry-header h1 {
    color: #283380;
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
}
body.single-post header.entry-header .entry-meta {
    margin: 30px 0;
}

body.single-post header.entry-header .entry-meta p {
    color: #283380;
    font-size: 15px;
}

body.single-post header.entry-header .entry-meta a.call-action {
    background-color: transparent !important;
    border: 2px solid #283380 !important;
    color: #283380;
    display: block;
    float: right;
    font-size: 10px;
    font-weight: 700;
    margin: -25px 0 0 0;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

body.single-post header.entry-header .entry-meta a.call-action:hover {
    background-color: #283380 !important;
    color: #FFF;
}

body.single-post header.entry-header .entry-meta img {
    margin: 0 5px;
    position: relative;
    top: 2px;
}

body.single-post article .entry-content p {
    line-height: 24px;
    /*margin: 40px 0;*/
}

body.single-post article .entry-content ul li, 
.entry-content .legal ul li {
    color: #283380;
    line-height: 24px;
    list-style-type: disc;
    margin: 5px 0 5px 35px;
	
	background-image: url(https://situm.com/wp-content/uploads/2020/02/sin-imagen.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding: 0 0 0 20px;
}

body.single-post article .entry-content ol li, 
.entry-content .legal ol li {
    color: #283380;
    line-height: 24px;
    list-style-type: decimal;
    margin: 5px 0 5px 35px;
}

body.single-post article .entry-footer .share {
    border-bottom: 1px solid #283380;
    border-top: 1px solid #283380;
    margin: 30px auto 60px auto;
    padding: 20px;
    width: 500px;
}

body.single-post article .entry-footer .share h4 {
    display: block;
    float: left;
    font-weight: 700;
    line-height: 1px;
    margin: 0 40px 0 40px;
}

body.single-post article .entry-footer .share .mwm_rrss_contenedor {
    margin: 0;
}

body.single-post article .entry-footer .share .mwm_rrss_contenedor a {
    background-color: transparent;
    font-size: 0;
    margin: 0 15px !important;
}

body.single-post article .entry-footer .share .mwm_rrss_contenedor a::before {
    color: #283380;
    font-size: 24px;
}

body.single-post .post-navigation {
    margin: 60px auto !important;
    overflow: hidden;
}

body.single-post .post-navigation h2 {
    display: none;
}

body.single-post .post-navigation .nav-links .nav-previous a {
    border-bottom: 1px solid #283380;
    color: #283380;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

body.single-post .post-navigation .nav-links .nav-previous a::before {
    content: "\2190";
    position: absolute;
    top: -15px;
    font-size: 30px;
}

body.single-post .post-navigation .nav-links .nav-next a {
    border-bottom: 1px solid #283380;
    color: #283380;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

body.single-post .post-navigation .nav-links .nav-next a::before {
    content: "\2192";
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 30px;
}

body.single-post header.entry-header .meta-tags {
    overflow: hidden;
}

body.single-post header.entry-header .meta-tags h5 {
    display: block;
    float: left;
}

body.single-post header.entry-header .meta-tags ul.tags {
    display: block;
    float: left;
    margin: 14px 0;
}

body.single-post header.entry-header .meta-tags ul.tags li {
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

body.single-post header.entry-header .meta-tags ul.tags li img {
    position: relative;
    top: -2px;
    left: 2px;
}

body.single-post header.entry-header .meta-tags ul.tags li a {
    /*border-left: 1px solid #283380;*/
    color: #283380;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 0 6px;
    text-decoration: none;
}

body.single-post header.entry-header .meta-tags ul.tags li:first-child a {
    border: none;
}

body.single-post header.entry-header h1, 
body.single-post header.entry-header .meta-tags, 
body.single-post header.entry-header .entry-meta, 
body.single-post article .entry-content, 
body.single-post article .entry-footer,
body.single-post .post-navigation {
    margin: auto;
    width: 800px;
}

body.single-post article.category-next-webinars .entry-header, 
body.single-post article.category-previous-webinars .entry-header, 
body.single-post article.category-whitepapers-es .entry-header, 
body.single-post article.category-whitepapers-en .entry-header{
    display: none;
}

body.single-post article.category-proximos-webinars .entry-content, 
body.single-post article.category-next-webinars .entry-content, 
body.single-post article.category-webinars-anteriores .entry-content, 
body.single-post article.category-previous-webinars .entry-content, 
body.single-post article.category-webinar-video .entry-content, 
body.single-post article.category-whitepapers-es .entry-content, 
body.single-post article.category-whitepapers-en .entry-content{
    width: auto;
}

body.single-post article.category-proximos-webinars .wp-block-separator,
body.single-post article.category-next-webinars .wp-block-separator,
body.single-post article.category-webinars-anteriores .wp-block-separator, 
body.single-post article.category-previous-webinars .wp-block-separator, 
body.single-post article.category-webinar-video .wp-block-separator, 
body.single-post article.category-whitepapers-es .wp-block-separator, 
body.single-post article.category-whitepapers-en .wp-block-separator{
    margin: 0;
    width: 100%;
}

body.single-post article.category-proximos-webinars .wpcf7-form, 
body.single-post article.category-next-webinars .wpcf7-form, 
body.single-post article.category-webinars-anteriores .wpcf7-form, 
body.single-post article.category-previous-webinars .wpcf7-form, 
body.single-post article.category-webinar-video .wpcf7-form, 
body.single-post article.category-whitepapers-es .wpcf7-form, 
body.single-post article.category-whitepapers-en .wpcf7-form{
    background-color: rgba(5,13,158,0.1);
    overflow: hidden;
    padding: 20px 30px;
    text-align: center;
}

body.single-post article.category-proximos-webinars .wpcf7-form p, 
body.single-post article.category-next-webinars .wpcf7-form p,
body.single-post article.category-webinars-anteriores .wpcf7-form p, 
body.single-post article.category-previous-webinars .wpcf7-form p, 
body.single-post article.category-whitepapers-es .wpcf7-form p, 
body.single-post article.category-whitepapers-en .wpcf7-form p{
    margin: 0;
}

body.single-post article.category-proximos-webinars .wpcf7-form label,
body.single-post article.category-next-webinars .wpcf7-form label,
body.single-post article.category-webinars-anteriores .wpcf7-form label, 
body.single-post article.category-previous-webinars .wpcf7-form label, 
body.single-post article.category-whitepapers-es .wpcf7-form label, 
body.single-post article.category-whitepapers-en .wpcf7-form label{
    line-height: 20px;;
    text-align: left;
    width: 100%;
}

body.single-post article.category-proximos-webinars .wpcf7-form input[type="text"], 
body.single-post article.category-proximos-webinars .wpcf7-form input[type="email"],
body.single-post article.category-next-webinars .wpcf7-form input[type="text"], 
body.single-post article.category-next-webinars .wpcf7-form input[type="email"],
body.single-post article.category-webinars-anteriores .wpcf7-form input[type="text"], 
body.single-post article.category-webinars-anteriores .wpcf7-form input[type="email"], 
body.single-post article.category-previous-webinars .wpcf7-form input[type="text"], 
body.single-post article.category-previous-webinars .wpcf7-form input[type="email"], 
body.single-post article.category-whitepapers-es .wpcf7-form input[type="text"], 
body.single-post article.category-whitepapers-es .wpcf7-form input[type="email"], 
body.single-post article.category-whitepapers-en .wpcf7-form input[type="text"], 
body.single-post article.category-whitepapers-en .wpcf7-form input[type="email"]{
    background-color: #FFF;
    color: #283380;
    font-size: 10px;
    font-weight: 700;
    margin: 4px 0;
    padding: 6px 10px;
    text-transform: uppercase;
    width: 100%;
}

body.single-post article.category-proximos-webinars .wpcf7-form input[type="text"]::placeholder, 
body.single-post article.category-proximos-webinars .wpcf7-form input[type="email"]::placeholder,
body.single-post article.category-next-webinars .wpcf7-form input[type="text"]::placeholder, 
body.single-post article.category-next-webinars .wpcf7-form input[type="email"]::placeholder,
body.single-post article.category-webinars-anteriores .wpcf7-form input[type="text"]::placeholder, 
body.single-post article.category-webinars-anteriores .wpcf7-form input[type="email"]::placeholder, 
body.single-post article.category-previous-webinars .wpcf7-form input[type="text"]::placeholder, 
body.single-post article.category-previous-webinars .wpcf7-form input[type="email"]::placeholder, 
body.single-post article.category-whitepapers-es .wpcf7-form input[type="text"]::placeholder, 
body.single-post article.category-whitepapers-es .wpcf7-form input[type="email"]::placeholder, 
body.single-post article.category-whitepapers-en .wpcf7-form input[type="text"]::placeholder, 
body.single-post article.category-whitepapers-en .wpcf7-form input[type="email"]::placeholder{
    color: #28338080;
}

body.single-post article.category-proximos-webinars .wpcf7-form span.suscripcion span.wpcf7-list-item,
body.single-post article.category-next-webinars .wpcf7-form span.suscripcion span.wpcf7-list-item,
body.single-post article.category-webinars-anteriores .wpcf7-form span.suscripcion span.wpcf7-list-item, 
body.single-post article.category-previous-webinars .wpcf7-form span.suscripcion span.wpcf7-list-item, 
body.single-post article.category-whitepapers-es .wpcf7-form span.suscripcion span.wpcf7-list-item, 
body.single-post article.category-whitepapers-en .wpcf7-form span.suscripcion span.wpcf7-list-item{
    display: block;
}

body.single-post article.category-proximos-webinars .wpcf7-form input[type="submit"],
body.single-post article.category-next-webinars .wpcf7-form input[type="submit"],
body.single-post article.category-webinars-anteriores .wpcf7-form input[type="submit"], 
body.single-post article.category-previous-webinars .wpcf7-form input[type="submit"], 
body.single-post article.category-whitepapers-es .wpcf7-form input[type="submit"], 
body.single-post article.category-whitepapers-en .wpcf7-form input[type="submit"]{
    float: none;
    margin: 10px 0 0 0;
}

body.single-post article.category-proximos-webinars .wpcf7-form span.ajax-loader,
body.single-post article.category-next-webinars .wpcf7-form span.ajax-loader,
body.single-post article.category-webinars-anteriores .wpcf7-form span.ajax-loader, 
body.single-post article.category-previous-webinars .wpcf7-form span.ajax-loader, 
body.single-post article.category-whitepapers-es .wpcf7-form span.ajax-loader, 
body.single-post article.category-whitepapers-en .wpcf7-form span.ajax-loader{
    display: none;
}

body.single-post article.category-next-webinars + nav.navigation,
body.single-post article.category-previous-webinars + nav.navigation {
    display: none;
}

@media screen and (max-width: 980px) {
    body.single-post article .entry-content {
        padding: 0 15px;
    }
    .blog-medios article {
        height: auto; 
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    body.single-post header.entry-header h1, 
    body.single-post header.entry-header .meta-tags, 
    body.single-post header.entry-header .entry-meta, 
    body.single-post article .entry-content, 
    body.single-post article .entry-footer,
    body.single-post .post-navigation {
        margin: auto;
        width: 100%;
    }
	
	.proximos-webinars article .content {
		height: auto;
    	overflow: initial;
	}
	
	.proximos-webinars article .ponentes {
    	position: initial;
	}
	
	.proximos-webinars article .excerpt .button-blue-transparent {
    	bottom: 30px;
		top: auto;
	}
    
}

@media screen and (max-width: 600px) {
    body.single-post article .entry-footer .share {
        margin: auto;
        width: 90%;
    }
    body.single-post article .entry-footer .share h4 {
        display: none;
    }
    body.single-post .blog-term-navigation .social {
        display: none;
    }
	
	.proximos-webinars article {
		padding: 30px 0 60px 0;
    	overflow: initial;
    	position: relative;
	}
	
	.proximos-webinars article .image {
		width: 100%;
	}
	
	.proximos-webinars .content .title {
		width: 100%;
	}
	
	.proximos-webinars .content .title h4 a{
		padding: 10px 0;
	}
	
	.proximos-webinars .content .excerpt {
		width: 100%;
	}
	
	.proximos-webinars .content .excerpt p {
		margin: auto;
	}
	
	.proximos-webinars .content .ponentes {
		height: auto;
		width: 100%;
	}
	
	.proximos-webinars .content .ponentes .item {
		width: 45%;
	}
	
	.proximos-webinars article .excerpt .button-blue-transparent {
    	bottom: -40px;
	}

    body.single-post header.entry-header {
        height: auto;
    }
	
}


/* Content */

.site-content {
    padding: 80px 0 0 0;
}


/* Media */
.icon-doc {
    background-image: url(img/icon-doc.svg);
    background-position: 0 23px;
    background-repeat: no-repeat;
    background-size: 20px 25px;
    padding: 20px 20px 20px 40px;
} 

.icon-play {
    background-image: url(img/icon-play.svg);
    background-position: 0 23px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding: 20px 20px 20px 40px;
} 

.icon-micro {
    background-image: url(img/icon-micro.svg);
    background-position: 0 23px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding: 20px 20px 20px 40px;
} 

.icon-press {
    background-image: url(img/icon-press.svg);
    background-position: 0 23px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding: 20px 20px 20px 40px;
} 

.icon-pres {
    background-image: url(https://situm.com/wp-content/uploads/2020/12/icon-pres.svg);
    background-position: 0 23px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding: 20px 20px 20px 40px;
} 

.iframe-knowledge {
    height: 1000px;
    width: 100%;
}

.btn-read-more a {
    border: 1px solid #283380;
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin: 20px 0;
    padding: 1px 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: 100px;
}

.btn-read-more a:hover {
    background-color: #283380;
    color: #FFF;
}

.grayscale img {
    filter: grayscale(100%);
}


/* Slider */
.slider-clientes h2 {
    color: #283380;
    font-size: 28px !important;
    font-weight: 600;
    text-align: left;
}

.slider-clientes ul {
    margin: 30px 0 !important;
    text-align: left;
}

.slider-clientes ul li {
    height: auto;
    padding: 0 0 0 2px !important;
    width: auto;
}

.slider-clientes ul li span {
    border-left: 1px dashed #283380;
    color: #283380;
    display: block;
    font-size: 14px !important;
    font-weight: 400;
    padding: 0 4px 0 13px;
    text-indent: 12px;
}

.slider-clientes ul li span::before {
    content: "\2022";
    font-size: 24px;
    font-weight: 800;
    margin: 0 8px 0 -30px;
}

.slider-clientes p.enlace-flecha a {
    font-size: 12px !important;
    text-align-last: left;
    text-transform: uppercase;
}

/* Hack pins */
.slider-pins .n2-ss-slider-1 {
    height: 40px !important;
}

.slider-pins .n2-ss-slide {
    height: 41px !important;
}

.slider-pins .n2-ss-slide .n2-ss-layers-container {
    height: 41px !important;
}

.wp-icon-description { 
    margin: 0 10px 0 0 !important;
    position: relative;
    top: 2px;
}

.error-404 {
    margin: 60px auto;
    width: 1200px;
}

@media screen and (max-width: 1200px) {
    .error-404 {
        padding: 0 20px;
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .slider-clientes .n2-ss-layer-row .n2-ss-layer-row-inner {
        display: block;
    }
    .slider-clientes .n2-ss-layer-row .n2-ss-layer-row-inner .n2-ss-layer {
        width: 100% !important;
    }
    .slider-portada {
        display: none !important;
    }
}


/* Cookie */
/*#cookie-notice {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    background: rgba(255,255,255,0.7)!important;
    overflow-y: auto !important;
    bottom: 0px;
    left: 0px;
    right: auto;
    top: auto;
}

#cookie-notice.cookie-notice-hidden {
	background-color: transparent !important;
    box-shadow: none;
}

#cookie-notice.cookie-notice-hidden .cookie-revoke-container {
	background-color: transparent;
    color: #646464;
    width: 200px;
    right: 0;
    padding: 0;
    bottom: -5px;
    position: relative;
}

#cookie-notice.cookie-notice-hidden .cookie-revoke-container .cn-text-container {
	display: none;
}

#cookie-notice .cookie-notice-container {
    padding: 7px 10px;
}

#cookie-notice .cn-text-container {
    float: left;
    width: 80%;
}

#cookie-notice .cn-text-container p {
    color: #555;
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    text-align: left;
}

#cookie-notice p a {
    color: #283380;
}

#cookie-notice .cn-buttons-container a.cn-button {
    background-color: #283380 !important;
    border: 2px solid #283380 !important;
    color: #FFF !important;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#cookie-notice .cn-buttons-container a.cn-button:hover {
    background-color: #FFF  !important;
    color: #283380 !important;
}

#cn-revoke-buttons {
	display: none;
}

.cn-revoke-cookie {
	background-color: transparent !important;
    color: #283380 !important;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 0 !important;
    position: relative;
    top: 173px;
}

.cn-revoke-cookie:hover {
	background-color: transparent !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 3px 12px;
}

.cli-style-v2 .cli-bar-message {
    width: 75%;
}

.cli-style-v2 .cli-bar-message {
    font-size: 11px;
    line-height: 13px;
}*/
.cc-nb-main-container {
    padding: 1.5em !important;
}
.cc-nb-main-container .cc-nb-title {
    font-size: 20px !important;
    margin-bottom: 0.1em !important;
}
.cc-nb-main-container .cc-nb-text {
    font-size: 14px !important;
    line-height: 18px !important;
}
.cc-nb-main-container button.cc-nb-okagree, 
.cc-nb-main-container button.cc-nb-reject {
    background-color: #283380 !important;
}
.freeprivacypolicy-com---pc-dialog button.cc-cp-foot-save {
    background-color: #283380 !important;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-foot .cc-cp-foot-byline {
    font-size: 12px !important;
}


/* Botones */

.btn-covid19 { background-color: #da2244; background-image: url(img/icon-covid19.svg); background-position: 12px 12px; background-repeat: no-repeat; background-size: 27px; border: 2px solid #FFF; border-radius: 30px; bottom: 115px; color: #FFF; font-weight: 700; height: 55px; overflow: hidden; padding: 15px; position: fixed; right: 20px; text-decoration: none; text-indent: 200px; width: 55px; white-space: nowrap; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; z-index: 99999; }
.btn-covid19:hover { background-position: 16px 12px; padding: 15px 25px 15px 75px; text-decoration: none; text-indent: 0; width: 200px; } 

/*.btn-newsletter { background-color: #283380; background-image: url(img/icon-newsletter.svg); background-position: 12px 16px; background-repeat: no-repeat; background-size: 28px; border: 2px solid #FFF; border-radius: 30px; bottom: 55px; color: #FFF; font-weight: 700; overflow: hidden; padding: 15px; position: fixed; right: 20px; text-decoration: none; text-indent: 200px; width: 55px; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; z-index: 99999; }
.btn-newsletter:hover { background-position: 20px 16px; padding: 15px 25px 15px 75px; text-decoration: none; text-indent: 0; width: 200px; }*/
.btn-newsletter { display: none !important; }

@media screen and (max-width: 980px) {
    .btn-covid19, .btn-newsletter {
        display: none;
    }
    .menu__responsive .btn-covid19, .menu__responsive .btn-newsletter {
        display: block;
    }
}

#newsletter { background-color: #FFF; background-image: url('https://situm.com/wp-content/uploads/2021/06/captura-newsletter-para-emergente-suscripcion-en-web.jpg'); background-size: 300px auto; background-position: 0 0; background-repeat: no-repeat; bottom: 0; height: 100%; padding: 0 30px 30px 305px; position: relative; overflow-y: scroll; position: fixed; right: -1000px; top: 0px; width: 700px; z-index: 999999; }
#newsletter.open { right: 0; }
#newsletter h2 { color: #283380; font-size: 18px; margin: 40px 0 10px 0; }
#newsletter input[type="email"] { border: 1px solid #CCC; font-family: 'Montserrat',Arial,sans-serif; font-size: 16px; margin: 10px 0; padding: 10px 12px; width: 100%; }
#newsletter input[type="submit"] { background-color: #283380; border: none; color: #FFF; cursor: pointer; font-family: 'Montserrat',Arial,sans-serif; font-size: 12px; margin: 10px 0; outline: 0; padding: 10px 25px; text-transform: uppercase; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
#newsletter input[type="submit"]:hover { opacity: 0.6; }
#newsletter .content__gdpr, 
#newsletter .content__gdprLegal p { display: block; font-size: 12px; line-height: 15px; margin: 20px 0; text-align: justify; }
#newsletter .content__gdpr strong { font-weight: 600; }
#newsletter .close-newsletter { background-image: url(img/icon-close.svg); background-position: 0 0; background-repeat: no-repeat; background-size: 34px; cursor: pointer; display: block; height: 30px; position: absolute; right: 20px; top: 10px; width: 30px; }

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

.alm-btn-wrap {
    display: block;
    width: 100%;
    clear: both;
    margin: 30px 0;
	overflow: hidden;
    text-align: center;
}

.alm-btn-wrap button {
	border: 1px solid #283380;
    color: #283380;
	cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0;
    padding: 10px 35px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.alm-btn-wrap button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

@media screen and (max-width: 700px) {
    #newsletter { 
        background-image: none;
        padding: 20px;
        width: 400px;
    }
} 

@media screen and (max-width: 400px) {
    #newsletter { 
        width: 100%;
    }
}


/* Whitepaper */
.download-whitepaper {
	background-color: #FFFFFF;
	border: 5px solid #283380;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
    color: #FFF;
    display: none;
    left: 50%;
    margin-left: -250px;
    padding: 40px;
    position: fixed;
    z-index: 99999;
    text-align: center;
    top: 150px;
    width: 500px;
}

.download-whitepaper h3, 
.download-whitepaper p {
	color: #283380;
}

.download-whitepaper a {
	color: #283380;
	font-size: 13px;
	margin: 15px 0 0 0;
}

.download-whitepaper.open {
	display: block;
}


/* Better Docs */
.doc-home ul li a {
	font-size: 14px;
	text-decoration: none;
}

.doc-home ul li a:hover {
	text-decoration: underline;
}

@media(min-width:768px) {
	.doc-margin-right {
		margin-left:100px;
	}
}
.first-steps {
	display: flex;
	flex-direction: column;
	align-items: flex-start; 
	gap: 3rem; 
	padding: 4rem 8rem; 
	background: #283380;
	box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 10px; 
}
.first-steps__title{
	color: white;
}
.first-steps__sections {
	display: flex; 
	flex-direction: row; 
	gap: 2rem;
}
.first-steps__sections__item {
	display: flex; 
	flex-direction: row; 
	gap: 3rem;
}
.first-steps__sections__item__text {
	display: flex; 
	flex-direction: column; 
	gap:1rem;
}
@media(max-width:425px) {
	.first-steps {
		flex-direction: column;
		align-items: center;
		padding: 2rem;
		text-align:center;
	}
	.first-steps__sections {
		flex-direction: column; 
		gap: 2rem;
	}
	.first-steps__sections__item {
		flex-direction: column; 
	}
	.first-steps__sections__item__text {
		flex-direction: column; 
		gap:1em;
	}
}

@media(max-width:768px) {
	.first-steps {
		flex-direction: row;
		padding: 3rem !important;
	}
	
	.first-steps__sections {
		justify-content:center;
	}
    .first-steps__sections__item {
        flex-direction: column;
		justify-content: center;
    }
	
    .first-steps__sections__item__image img {
        max-height: 150px;
		width: auto !important;
    }

}

.first-steps__sections__item__text__title {
	color: white !important;
	font-weight: bold; 
}
.first-steps__sections__item__text__explanation {
	color: white !important;
	font-weight: normal; 
	font-size: .95em;
}
.first-steps__sections__item__text__link {
	background: white; 
	color:#283380; 
	padding: .5rem 1rem; 
	text-decoration: none; 
	border-radius:3px;
	display:inline-block
}

.betterdocs-search-form-wrap {
	height: 50px;
	padding: 0 !important;
}

.betterdocs-search-form-wrap .betterdocs-live-search {
	max-width: 100%;
}

.betterdocs-search-form-wrap{
	background-color: transparent !important;
	border: 0 none;
}
.betterdocs-searchform {
	border: none !important;
/* 	border-bottom: 1px solid #f5f5f5 !important; */
	border-radius: 30px !important;
    background:#f3f3f3 !important;
	padding: 10px !important;
	/*max-width:400px;*/
	margin:0 auto;
	margin-top:25px;
}
.betterdocs-searchform:hover  {
	background:#eee !important;
}

.betterdocs-live-search .docs-search-result  {
	right:50%;
	transform:translateX(50%);
}

.betterdocs-live-search .docs-search-result li a {
	width:100%;
}
.betterdocs-live-search .docs-search-result .betterdocs-search-title {
	font-weight: bold;
}

.betterdocs-toc.toc-list-number {
	max-height:300px;
	overflow-y:auto;
}

.betterdocs-sidebar-content.betterdocs-category-sidebar .category-grid {
    /*margin-top: 0 !important;*/
	position: fixed;
    width: 340px;
    top: 155px;
}

.betterdocs-sidebar-content.betterdocs-category-sidebar .category-grid.betterdocs-top {
	top: 100px;
}

.betterdocs-sidebar-content.betterdocs-category-sidebar .category-grid.mobile {
    top: 90px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0px;
    height: 300px;
    overflow: hidden scroll;
}

@media screen and (max-width: 1400px) {
    .betterdocs-sidebar-content.betterdocs-category-sidebar .category-grid {
        width: 300px;
    }
}

@media screen and (max-width: 980px) {
    .betterdocs-sidebar-content.betterdocs-category-sidebar .category-grid {
        width: 250px;
    }
}

.first-steps {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 50px 100px;
	background: #283380;
	box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.docs-navigation {
	display: none;
}
/* 
@media only screen and (max-width: 1240px) and (min-width: 960px)  {
	.betterdocs-sidebar-content.betterdocs-category-sidebar .category-grid {
		width: 315px;
	}
} */

.sticky-toc-container {
	top: 100px;
}

.sticky-toc-container .toc-list-number {
	background-color: #e6e8f5;
	border-radius: 0 !important;
    max-height: 55px !important;
	overflow: hidden;
    position: fixed;
    right: 20px;
    width: 250px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3); 
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
	-webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sticky-toc-container .toc-list-number:hover {
	max-height: 225px !important;
	overflow-y: scroll;
}

.sticky-toc-container .toc-list-number .toc-list {
	margin: 8px 0 0 0;
}

.sticky-toc-container .toc-list-number .toc-list li {
    display: table;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

a.close-toc {
	display: none;
}

/* Better Docs ACR*/
.betterdocs-single-wraper {
	background-color:initial;
}

.betterdocs-search-form-wrap {
	width: 100%;
	margin: 0 auto;

}
.betterdocs-search-form-wrap .betterdocs-searchform {
	border-radius: 0px !important;
	margin: 0;
}

.betterdocs-single-wraper .betterdocs-content-area {
	gap: 25px;
	width: 100%;
	max-width:1400px;
	margin: 0 auto;
	padding: 2.5em 1.5em;
	font-size: 15px;
	line-height:1.8em;
	
    display: flex;
    flex: 1;
    flex-direction: row;
    min-height: 100%;
}

.betterdocs-single-wraper .betterdocs-content-area #betterdocs-sidebar {
	flex: 0 0 25%;
}
.betterdocs-single-wraper .betterdocs-sidebar-content.betterdocs-category-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.betterdocs-single-wraper .betterdocs-content-area .docs-single-main {
	flex: 1 1 75%;
	padding: 0 !important;
}

.docs-single-title .betterdocs-entry-title {
	color: var(--color-blue-situm) !important;
	font-size: 36px;
	text-transform: none;
	letter-spacing: 0.035em;
	margin: 0px;
	padding-bottom: 20px;
	width:100%
}

.betterdocs-content h1, 
.betterdocs-content h2, 
.betterdocs-content h3, 
.betterdocs-content h4,  
.betterdocs-content h5 {
    margin: 32px 0px 12px 0px;
	color: #283380;
}

 

.betterdocs-content p {
	margin: 1rem 0;
	line-height:1.8em;
}

.betterdocs-content ol, 
.betterdocs-content ul {
	display: block;
	padding-inline-start: 3rem;
	color: var(--color-blue-situm);
	font-size: 15px;
	line-height:1.8em;
}
.betterdocs-content ol {
	list-style: decimal;
}

.betterdocs-content ul {
	list-style: disc;
}
.betterdocs-content ul ul,
.betterdocs-content ol ol{
	padding-top:1rem;
	line-height:1.8em;
}

.betterdocs-content li,
.betterdocs-content li{
	line-height: auto;
	margin-bottom:1rem;
}

.betterdocs-content a {
	color:rgb(22, 156, 216) !important;
}
.betterdocs-content table {
	border-collapse: collapse;
}

.betterdocs-content td {
	border: 1px solid #283380;
	padding: 12px;
	color: #283380;
	font-size: 13px; /* JOV. Cambiado desde 14 px */
	line-height: 14px;
}

.betterdocs-content th{
	border-left: 1px solid #e6e8f5;
	border-right: 1px solid #e6e8f5;
	border-top: 1px solid #283380;
	border-bottom: 1px solid #283380;
	padding: 14px;
	text-align: center;
	background-color: #283380;
	color: white;
	font-size: 13px; /* JOV. Cambiado desde 18 px */
	line-height: 15px;
}

.betterdocs-content img {
	border-radius: 2px !important;
	padding: 2px;
}

.betterdocs-single-wraper .betterdocs-content .anchor {
    color: #747aa4;
}

h1.betterdocs-entry-title {
	color: #283380;
	font-size: 28px !important;
}
 
h2.betterdocs-content-heading{
	color: #283380;
	font-size: 24px;
    line-height: 30px;
}

h3.betterdocs-content-heading, 
h3.betterdocs-content-heading strong {
	color: #283380;
	font-size: 20px;
	font-weight: 700;
}

.link-cover a{
	text-decoration:none !important;
	color:#283380;
}

.link-cover a:hover{
	text-decoration:underline !important;
	color:#283380;
}

.shadowed-image img,
.shadowed-image iframe {
	box-shadow: 8px 8px 0 rgb(230,232, 245);
}

.bordered-image img,
.bordered-image iframe{
	border: 1px solid rgb(230,232, 245);
}

.betterdocs-content figcaption{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #283380;
}

.betterdocs-entry-content .betterdocs-toc {
    margin-bottom: 0px;
    background-color: #e6e8f5;
	border-radius:2px;
}
.betterdocs-entry-content .betterdocs-toc .toc-title {
    pointer-events: none;
    color: #283380;
    font-size: 20px;
}

.betterdocs-entry-content code {
	display: inline-block;
	background: rgba(0,0,0, 0.05);
	padding: 0 3px;
	font-family: monospace;
}

@media screen and (max-width: 980px) {
    .betterdocs-entry-content table {
        display: block !important;
        min-width: auto !important;
        overflow-x: auto !important;
    }
}

.betterdocs-toc > .toc-list a {
	text-decoration:none;
    color: #283380;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
}
.betterdocs-breadcrumb .betterdocs-breadcrumb-item a {
	font-size: 14px;
	color: #283380;
}

.betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-categories-wrap .docs-single-cat-wrap {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    background-color: #e6e8f5;
}


.betterdocs-sidebar-content.betterdocs-category-sidebar .docs-single-cat-wrap .active-title .docs-cat-title-inner .docs-cat-heading, .betterdocs-sidebar-content.betterdocs-category-sidebar .active-title .docs-cat-title-inner .docs-cat-heading, .betterdocs-category-wraper .betterdocs-full-sidebar-left .docs-cat-title-wrap::after {
	color: #283380;
}


.betterdocs-sidebar-content.betterdocs-category-sidebar .docs-cat-title-inner .docs-cat-heading {
	color: #283380;
	font-size: 15px;
	font-weight: 600;
	padding-left: 0;
}

.betterdocs-content-area {
    min-height: 500px !important;
}

.betterdocs-content h2, 
.betterdocs-content h3, 
.betterdocs-content h4 {
    margin-top: -90px;
    padding-top: 90px;
}

.betterdocs-content h1 { font-size: 30px; line-height: 34px; margin-bottom: 20px; }
.betterdocs-content h2 { font-size: 26px; line-height: 30px; margin-bottom: 20px; }
.betterdocs-content h3 { font-size: 22px; line-height: 24px; margin-bottom: 20px; }
.betterdocs-content h4 { font-size: 20px; line-height: 24px; margin-bottom: 20px; }
.betterdocs-content h5 { font-size: 18px; line-height: 22px; margin-bottom: 20px; }
.betterdocs-content h6 { font-size: 16px; line-height: 18px; margin-bottom: 20px; }

.betterdocs-content .shadowed-image img, .betterdocs-content .shadowed-image iframe {
    margin-bottom: 20px;
}



/* Enlighter */
.enlighter-default {
	overflow-wrap: anywhere !important;
	padding: 1.5rem 0 !important;
	border-radius: 3px !important;
}

.enlighter-btn.enlighter-btn-website,
.enlighter-btn.enlighter-btn-window {
	display:none !important;
}

/* Syntax Highlighter ACR */

.syntaxhighlighter table td.gutter .line {
	color: #283380;
}

/* Style the tab */
.tab-code {
	overflow: hidden;

}

/* Style the buttons inside the tab */
.tab-code button {
	background-color: #f1f1f1;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 10px;
	transition: 0.3s;
	font-size: 14px;
}

/* Change background color of buttons on hover */
.tab-code button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab-code button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent-code {
	display: none;
	padding: 1px 1px;
	border-top: none;
}



/* Footer */

footer {
	position: relative;
}

footer .site-nav {
    background-color: #283380;
    height: 60px;
    padding: 20px 0;
}

footer .site-nav .site-nav-container {
    margin: auto;
    position: relative;
    width: 1200px;
}

footer .site-nav .site-nav-container ul li {
    display: block;
    float: left;
    padding: 0 25px;
}

footer .site-nav .site-nav-container ul li:first-child {
    padding: 0 25px 0 0;
}

footer .site-nav .site-nav-container ul li a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

footer .site-nav .site-nav-container ul li.underbar {
    width: 0;
    height: 4px;
    background: #fff;
    left: 0;
    top: 36px;
    padding: 0;
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

footer .site-nav .site-nav-container ul li.underbar a {
    border: none;
    font-size: 0;
}

footer .site-nav .site-nav-container .menu li:nth-of-type(1).current-menu-item ~ .underbar { left: 0; width: 114px; background-color: #fff; }
footer .site-nav .site-nav-container .menu li:nth-of-type(2).current-menu-item ~ .underbar { left: 165px; width: 68px; background-color: #fff; }
footer .site-nav .site-nav-container .menu li:nth-of-type(3).current-menu-item ~ .underbar { left: 285px; width: 119px; background-color: #fff; }
footer .site-nav .site-nav-container .menu li:nth-of-type(4).current-menu-item ~ .underbar { left: 456px; width: 46px; background-color: #fff; }

footer .site-nav .site-nav-container .menu li:nth-of-type(1):hover ~ .underbar { left: 0; width: 114px; background-color: #fff; }
footer .site-nav .site-nav-container .menu li:nth-of-type(2):hover ~ .underbar { left: 165px; width: 68px; background-color: #fff; }
footer .site-nav .site-nav-container .menu li:nth-of-type(3):hover ~ .underbar { left: 285px; width: 119px; background-color: #fff; }
footer .site-nav .site-nav-container .menu li:nth-of-type(4):hover ~ .underbar { left: 456px; width: 46px; background-color: #fff; }
footer .site-nav .site-nav-container .menu li:nth-of-type(5) a { display: none; } 

footer .site-nav .social {
    float: right;
}

footer .site-nav .social a {
    margin: 0 15px;
    text-decoration: none;
}

footer .site-nav .social a img {
    height: 20px;
}

footer .site-info {
    background-color: #EDEAE2;
    overflow: hidden;
    padding: 60px 20px; 
    width: 100%;
}

footer .site-info .site-info-container {
    margin: auto;
    position: relative; 
    width: 1200px;
}

footer .site-info .site-info-container .site-info-item-logo {
    float: left;
    font-size: 12px;
    position: relative;
    width: 25%;
}

footer .site-info .site-info-container .site-info-item-logo img {
    width: 15px;
}

footer .site-info .site-info-container .site-info-item-logo p {
    font-size: 12px;
    line-height: 17px;
}

footer .site-info .site-info-container .site-info-item-logo p strong {
    font-weight: 600;
}

footer .site-info .site-info-container .iso-27001 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

footer .site-info .site-info-container .iso-27001 a {
    color: #283380;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

footer .site-info .site-info-container .site-info-item-nav {
    float: left;
    width: 15%;
}

footer .site-info .site-info-container .site-info-item-nav h5, 
footer .site-info .site-info-container .site-info-item-nav h5 a {
    color: #283380;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

footer .site-info .site-info-container .site-info-item-nav h6 {
    color: #283380;
    font-size: 13px;
    font-weight: 500;
    margin: 18px 0 15px 0;
    text-transform: uppercase;
} 

footer .site-info .site-info-container .site-info-item-nav ul {
    margin: 15px 0;
}

footer .site-info .site-info-container .site-info-item-nav ul#menu-submenu-soluciones-3 {
    margin: -15px 0 0 0;
}

footer .site-info .site-info-container .site-info-item-nav ul li a {
    color: #283380;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

footer .site-info .site-info-container .site-info-legal {
    display: block;
    overflow: hidden;
    padding: 30px 0 0 25%;
    width: 100%;
}

footer .site-info .site-info-container .site-info-legal ul {
    float: left;
}

footer .site-info .site-info-container .site-info-legal ul li {
    border-right: 1px solid #283380;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}

footer .site-info .site-info-container .site-info-legal ul li:last-child {
    border: none;
}

footer .site-info .site-info-container .site-info-legal ul li a {
    color: #283380;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

footer .site-info .site-info-container .site-info-legal .copy {
    color: #283380;
    font-size: 12px;
    font-weight: 500;
    float: right;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    footer .site-nav .site-nav-container, 
    footer .site-info .site-info-container  {
        padding: 0 20px;
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    footer .site-info {
        padding: 20px 0;
    }
    footer .site-info .site-info-container .site-info-legal {
        padding: 0;
    }
    footer .site-info .site-info-container .site-info-legal .copy {
        float: left;
    }
    footer .site-info .site-info-container .site-info-legal ul li {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
    }
    footer .iso-27001 {
        position: relative !important;
    }
}



/* colors & borders */
.wp-block-yoast-faq-block {
    border-top:1px solid #eee;
}
.wp-block-yoast-faq-block .schema-faq-question {
    border-bottom:1px solid #eee;
}
.wp-block-yoast-faq-block .schema-faq-question:hover,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
    background-color:#fafafa;
}
.wp-block-yoast-faq-block .schema-faq-answer,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
    border-bottom:1px solid #eee;
}

/* layout */
.wp-block-yoast-faq-block .schema-faq-question {
    display:block;
    padding:10px;
    position:relative;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question {
    cursor:pointer;
}
.wp-block-yoast-faq-block .schema-faq-answer {
    margin:0;
    padding:12px 10px;
}

/* bullet before a question */
.wp-block-yoast-faq-block .schema-faq-question:before {
    /* position gap */
    margin-top:-2px;
}
.wp-block-yoast-faq-block .schema-faq-question,
.wp-block-yoast-faq-block .schema-faq-answer {
    padding-left:34px;
}
.wp-block-yoast-faq-block .schema-faq-question:before {
    content:'';
    display:block;
    border:2px solid #dedede;
    border-width:0px 2px 2px 0px;
    width:9px;
    height:9px;
    box-sizing:border-box;
    position:absolute;
    left:14px;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
    top:16px;
    transform:rotate(-45deg);
    transition:all 0.3s 0.3s ease;
}
.wp-block-yoast-faq-block .schema-faq-question:before,
.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:before {
    top:14px;
    transform:rotate(45deg);
}

/* transition */
.wp-block-yoast-faq-block.fcp-faq .schema-faq-answer {
    max-height:0;
    overflow:hidden;
    border-bottom-width:0;
    padding-top:0;
    padding-bottom:0;
    transition:padding-bottom 0.3s ease-in, max-height 0.4s ease-in, padding-top 0.1s 0.4s ease-out, border-bottom-width 0s 0.5s linear;
}
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
    max-height:9999px;
    border-bottom-width:1px;
    padding-top:12px;
    padding-bottom:20px;
    transition:padding-top 0.2s ease-in, max-height 0.3s 0.2s linear, padding-bottom 0.4s 0.2s ease;
}


.cky-consent-bar {
    padding: 16px !important;
}
.cky-title {
    margin: 0 0 8px 0 !important;
}
.cky-notice-des p {
    line-height: 20px !important;
}
.cky-consent-bar button {
    border-radius: 0 !important;
    border-width: 1px !important;
    font-size: 14px !important;
    padding: 0 !important;
}


.cky-footer-wrapper .cky-btn-reject, 
.cky-notice-btn-wrapper .cky-btn-reject {
    background-color: #1863dc !important;
    color: #FFF !important;
}