@charset "utf-8";
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700"); */
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600"); */
/*******************************************************
    color: #0A96C3; rgba( 10,150,195, 1); [AZUL]
    color: #005A78; rgba(  0, 90,120, 1); [AZUL-OSC]
    ------
    color: #222222; rgba( 50, 50, 50, 1); [NEGRO]
    ------
    color: #95A4A5; rgba(149,164,165, 1); [SVG-CN]
    color: #E24E06; rgba(226, 78,  6, 1); [SVG-01]
    color: #DF7409; rgba(223,116,  9, 1); [SVG-02]
    color: #E19415; rgba(225,148, 21, 1); [SVG-03]
    color: #E4B21C; rgba(228,178, 28, 1); [SVG-04]
    color: #BBBF77; rgba(187,191,119, 1); [SVG-05]
    color: #8FB583; rgba(143,181,131, 1); [SVG-06]
    color: #5EAB86; rgba( 94,171,134, 1); [SVG-07]
    color: #369D94; rgba( 54,157,148, 1); [SVG-08]
    color: #3087A1; rgba( 48,135,161, 1); [SVG-09]
*******************************************************/
html {
    font-size: 18px;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
td,
th {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(0, 0, 0, 1);
    cursor: default;
}
body {
    margin: 0px;
    background-color: rgba(255, 255, 255, 1);
    overflow-x: hidden !important;
}
/* -------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0px;
    padding: 0px;
    font-family: var(--mainFont);
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 1.4em;
    text-transform: none;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 19px;
}
h6 {
    font-size: 18px;
    font-style: italic;
}
/* -------------------------------------------------- */
* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: black;
    text-decoration: none;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
footer a {
    color: var(--colorFooter);
}
a:hover,
a:focus {
    filter: brightness(1.15);
    text-decoration: none;
}
.xtc-nowrap {
    white-space: nowrap;
}
.xtc-break {
    display: block;
}
/*******************************************************
    BODY-WRAPPER
*******************************************************/
#body-wrapper {
    position: relative;
    height: 100vh;
    margin: 0px;
    margin-bottom: -140px;
    padding: 0px;
    background-color: transparent;
}
/*******************************************************
    SECTION
*******************************************************/
section {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}
section:before,
section:after {
    display: table;
    content: " ";
}
section:after {
    clear: both;
}
/* -------------------------------------------------- */
section .section-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}
section .section-wrapper .container {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    background-color: transparent;
}
/* -------------------------------------------------- */
section .section-wrapper .content {
    position: relative;
    margin: 80px 0px;
    padding: 0px;
    background-color: transparent;
}
/* -------------------------------------------------- */
section .section-wrapper .container > .content > :first-child {
    margin-top: 0px;
}

/* |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| */

/*******************************************************
    HEADER
*******************************************************/
#header {
    height: 10%;
    position: relative;
    margin: 0px;
    padding: 20px 30px 20px 30px;
    background-color: var(--backgroundHeader);
}
#header:before,
#header:after {
    display: table;
    content: " ";
}
#header:after {
    clear: both;
}
/* -------------------------------------------------- */
#header .header-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
    top: 15%;
}
#header .header-wrapper .container {
    position: relative;
    max-width: 100%;
    padding: 0px;
    background-color: transparent;
}
#header .header-wrapper .content {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: initial;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
/* -------------------------------------------------- */
#header .content .head-logos {
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    top: -10px;
    left: 40px;
}
#header .content .head-logos .logo-item {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#header .content .head-logos.logos-lf {
    margin-right: 0px;
    float: left;
}
#header .content .head-logos.logos-lf .logo-item {
    margin-right: 15px;
}
#header .content .head-logos.logos-rg {
    margin-left: 0px;
    float: right;
}
#header .content .head-logos.logos-rg .logo-item {
    margin-left: 15px;
}
/* -------------------------------------------------- */
#header .content .head-logos .logo-item.logo-1 {
    max-height: 100px;
}
#header .content .head-logos .logo-item.logo-2 {
    max-height: 100px;
}
#header .content .head-logos .logo-item.logo-3 {
    max-height: 100px;
}
#header .content .head-logos .logo-item.logo-4 {
    max-height: 100px;
}
#header .content .head-logos .logo-item.logo-5 {
    max-height: 100px;
}
/* -------------------------------------------------- */
#header .content .head-logos .logo-item a {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-right: 15px;
}
#header .content .head-logos .logo-item a img {
    display: block;
    max-width: 100% !important;
    max-height: 60px !important;
    line-height: 0px;
}
/* -------------------------------------------------- */
#header .content .head-name {
    position: relative;
    top: 35%;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#header .content .head-name .name-item {
    display: block;
    margin: 0px;
    padding: 0px;
}
#header .content .head-name h1.name-item.sitename {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--colorText);
    line-height: 0;
}
#header .content .head-name h2.name-item.sitename-sub {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: var(--colorText);
    line-height: 18px;
}
.first-level{
    align-items: center !important;
    top: 20px !important;
}
/*******************************************************
    SECTION [SVG-MENU]
*******************************************************/
#section_svg-menu {
    background-color: transparent;
    position: absolute;
    width: 90%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#section_svg-menu .section-wrapper {
    background-color: rgba(255, 255, 255, 0);
}
#section_svg-menu .section-wrapper .content {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
/*******************************************************
    NAV-MENU
*******************************************************/
#nav-menu {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px;
}
#nav-menu:before,
#nav-menu:after {
    display: table;
    content: " ";
}
#nav-menu:after {
    clear: both;
}
/* -------------------------------------------------- */
#nav-menu .nav-menu-ratio {
    display: inline-block;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}
#nav-menu .nav-menu-ratio img {
    max-width: 100%;
}
/* -------------------------------------------------- */
#nav-menu .nav-menu-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
#nav-menu .nav-menu-svg svg {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
/*******************************************************
    FOOTER
*******************************************************/
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0px;
    padding: 16px 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4em;
    color: var(--colorFooter);
    text-align: center;
    background-color: var(--backgroundFooter);
}
#footer:before,
#footer:after {
    display: table;
    content: " ";
}
#footer:after {
    clear: both;
}
/* -------------------------------------------------- */
#footer .footer-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */
#footer a {
    color: rgba(255, 255, 255, 0.6);
}
#footer a:hover,
#footer a:focus {
    color: rgba(255, 255, 255, 1);
}

.footerLogo{
    max-height: 75px;
}
footer .bottom-wrapper{
    /*padding-top: 10px;*/
}
.smallFooter{
    font-size: 15px !important;
}
.head-logo{
    text-align: center;
    /*padding-top: 10px;*/
}
/* |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| |||||||||| */

/*******************************************************
	TOOLTIPSTER
*******************************************************/
.tooltipster-sidetip.ttip-theme-color .tooltipster-box {
    border: 1px dotted rgba(10, 150, 195, 1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    -webkit-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
/* -------------------------------------------------- */
.tooltipster-sidetip.ttip-theme-color .tooltipster-content {
    padding: 6px 10px 10px 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000000;
    cursor: default;
}
.tooltipster-sidetip.ttip-theme-color .tooltipster-content a {
    color: #333333;
    border-bottom: 1px dotted rgba(10, 150, 195, 1);
}
.tooltipster-sidetip.ttip-theme-color .tooltipster-content * {
    margin: 0px;
}
.tooltipster-sidetip.ttip-theme-color .tooltipster-content ul,
.tooltipster-sidetip.ttip-theme-color .tooltipster-content ol {
    -webkit-padding-start: 32px;
}
/* -------------------------------------------------- */
.tooltipster-sidetip.ttip-theme-color.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: rgba(10, 150, 195, 1);
}
.tooltipster-sidetip.ttip-theme-color.tooltipster-left .tooltipster-arrow-border {
    border-left-color: rgba(10, 150, 195, 1);
}
.tooltipster-sidetip.ttip-theme-color.tooltipster-right .tooltipster-arrow-border {
    border-right-color: rgba(10, 150, 195, 1);
}
.tooltipster-sidetip.ttip-theme-color.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(10, 150, 195, 1);
}
.tooltipster-sidetip.ttip-theme-color .tooltipster-arrow-background {
    display: none;
}
/* -------------------------------------------------- */
.tooltipster-sidetip.ttip-theme-color .tooltipster-content span.ttip-title {
    display: block;
    margin: 0px -10px 8px -10px;
    padding: 0px 10px 6px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    border-bottom: 1px solid rgba(10, 150, 195, 1);
}
/* -------------------------------------------------- */
.noDots{
    list-style-type: none;
    padding: 0px;
}
.desContent{
    width: 800px;
    margin: auto;

}
.listContainer{
    width: 100%;
    margin: 0px;
    
}

#leftList .menu {
	width: 310px;
	height: 72vh;
	background-color: #000000b8;
	padding: 7vh 1%;
	-webkit-box-shadow: inset -4px -2px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset -4px -2px 15px 0px rgba(0,0,0,0.4);
	box-shadow: inset -4px -2px 15px 0px rgba(0,0,0,0.4);
}
#leftList .menu ul .menu-item a{
	display:inline-block;
	position: relative;
	padding: 5px 10px;
	color: #f9f9f9;
	font-size: 0.9rem;
	font-weight: 500;
	bottom: 0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#leftList .menu ul .menu-item	a:hover{
	background-color: #191919;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0px 3px 10px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5) inset;
	bottom: -2px;
}
.menu-item h2{
    color:#fff;
    font-size:30px !important;
    margin: 10px;
}
::-webkit-scrollbar {
    width: 10px;
    margin-left: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #000000b8; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }