/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.main-footer {
    /*width: 100%;*/
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#wrapper-interno {
    display: flex!important;
    flex-wrap: nowrap;
    background-color: white;
}

#sidebar2 {
    background-color: #F9FAFC;
    min-width: 200px;
    max-width: 200px;
    transition: all 0.3s;
}

#sidebar2 a,
#sidebar2 a:hover,
#sidebar2 a:focus {
    color: inherit;
}

#sidebar2.active {
    margin-left: -200px;
}


/*
#sidebar2 .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}


#sidebar2 ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}*/

#sidebar2 ul p {
    color: #fff;
    padding: 10px;
}

#sidebar2 ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}


/*#sidebar2 ul li a:hover {
  color: #7386D5;
  background: #fff;
}*/


/*#sidebar2 ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc;
}*/

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    /*content: '\e259';*/
    display: block;
    position: absolute;
    /*right: 20px;*/
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    /*content: '\e260';*/
}


/*
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}*/

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}


/*
a.download {
  background: #fff;
  color: #7386D5;
}*/

a.article,

/*a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}*/


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content2 {
    /*display: flex!important;
  flex-wrap: nowrap;*/
    width: 100%;
    transition: all 0.3s;
}

#sidebarCollapse2 {
    background: #fff!important;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}

#sidebarCollapse2:hover {
    background: #f4f4f5a6 !important;
}

#sidebarCollapse2 i {
    font-size: 24px;
    font-weight: bold;
    padding: 8px;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar2 {
        margin-left: -200px;
    }
    #sidebar2.active {
        margin-left: 0;
    }
    #sidebarCollapse2 span {
        display: none;
    }
}