.elementor-kit-10{--e-global-color-primary:#1B1C1D;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1B1C1D;--e-global-color-accent:#46BAF7;--e-global-color-c46bd0c:#FFFFFF;--e-global-color-5367b4b:#000000;--e-global-color-60a20ca:#CCCCCC;--e-global-color-8136ea6:#040A5D;--e-global-color-79b5880:#0A4BB4;--e-global-color-0602c7f:#46BAF7;--e-global-color-72e6b81:#A5E0F8;--e-global-color-e9bc213:#030629;--e-global-color-9dc8e18:#ECF0F1;--e-global-typography-primary-font-family:"CiscoSans";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"CiscoSans";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"CiscoSans";--e-global-typography-text-font-size:1.6rem;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"CiscoSans";--e-global-typography-accent-font-weight:700;background-color:var( --e-global-color-e9bc213 );background-image:url("https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/hedader-heroe.jpg");color:#1B1C1D;font-family:"CiscoSans", Sans-serif;font-size:1.6rem;font-weight:300;line-height:24px;background-position:top right;background-repeat:no-repeat;background-size:cover;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-0602c7f );}.elementor-kit-10 a:hover{color:var( --e-global-color-c46bd0c );}.elementor-kit-10 h1{font-size:6.4rem;font-weight:300;line-height:77px;}.elementor-kit-10 h2{font-size:3.2rem;font-weight:300;line-height:40px;}.elementor-kit-10 h3{font-size:2rem;font-weight:300;line-height:26px;}.elementor-kit-10 h4{font-size:1.6rem;font-weight:300;line-height:24px;}.elementor-kit-10 h5{font-size:1.25rem;font-weight:400;}.elementor-kit-10 h6{font-weight:500;line-height:1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{font-size:14px;}.elementor-kit-10 h2{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    font-size: 62.5% !important;
}
html, body {
    overflow: hidden;
}

.right-container {
    width: calc(100vw - 390px);
    height: calc(100vh - 80px);
    margin-top:80px;
    overflow: hidden;
    overflow-y: auto;
}
.menu-container {
    max-width: 390px
}

.boton-menu {
    width: 390px;
    position: relative !important;
    overflow: hidden;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 0;
    z-index: 1;
    font-size: 2.2rem;
    font-weight: 100;
}
.boton-menu:not(:last-child) {
    margin: 0 0 15px 0 !important;
}
.boton-menu a {
    padding: 9px 0 9px 40px !important;
    margin: 0 !important;
}
.boton-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;

}
.boton-menu:hover::before,
.boton-menu.current-menu-item::before {
    opacity: 1;
}
.boton-naranja::before {
    background-image: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/boton-naranja.png');
}
.boton-azul::before {
    background-image: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/boton-azul.png');
}
.boton-morado::before {
    background-image: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/boton-morado.png');
}
.boton-acua::before {
    background-image: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/boton-acua.png');
}
.boton-verde::before {
    background-image: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/boton-verde.png');
}

@media screen and (max-width: 1366px) {
    .right-container {
        width: calc(100vw - 320px);
    }
    .menu-container {
        max-width: 320px
    }
    .boton-menu {
        width: 320px;
    }
    .boton-menu:not(:last-child) {
        margin: 0 0 12px 0 !important;
    }
    .boton-menu a {
        font-size: 1.9rem !important;
        padding: 7px 0 7px 30px !important;
    }
}
@media screen and (max-width: 1024px) {
    .right-container {
        width: 100vw;
        height: auto;
        overflow: auto;
    }
    html, body {
        overflow-y: auto;
    }
}
@media screen and (max-width: 767px) {
    .right-container {
        margin-top: 60px;
    }
}


.lista {
      margin: 0 0 24px 0;
      padding: 0 0 0 20px;
}
.lista-x li>*:first-child::before {
  content: '' !important;
}
.lista-x li {
  position: relative;
  list-style-type: none;
  margin-bottom: 16px;
}
.lista-x li:before {
	content: "»";
	position: absolute;
	left: -16px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'CiscoSans';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/CiscoSansTTThin.woff2') format('woff2');
}
@font-face {
	font-family: 'CiscoSans';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/CiscoSansTTExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'CiscoSans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/CiscoSansTTLight.woff2') format('woff2');
}
@font-face {
	font-family: 'CiscoSans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/CiscoSansTTRegular.woff2') format('woff2');
}
@font-face {
	font-family: 'CiscoSans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/CiscoSansTTMedium.woff2') format('woff2');
}
@font-face {
	font-family: 'CiscoSans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/CiscoSansTTBold.woff2') format('woff2');
}
@font-face {
	font-family: 'CiscoSans';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://ciscohub.eventoscisco.com/wp-content/uploads/2025/02/CiscoSansTTHeavy.woff2') format('woff2');
}
/* End Custom Fonts CSS */