.titulopagina{
/*    font-family:'GigaSans-Bold';
*/    height: 150px;
    padding-top: 50px;
}
.titseccion{
 /*  font-family:'GigaSans-Bold';
*/

   font-size:24px;
   font-weight:bold;
   height: 60px;
   padding-top: 10px;
   padding-left: 20px;
   text-align: center;
}
.accordion-menu > a {
  display: block;
  position: relative;
}
.accordion-menu > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.accordion-menu > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

table.dataTable {
    font-size: small;
}

/* [FULL SCREEN SPINNER] */
#spinner-back, #spinner-front {
  position: fixed;
  width: 100vw;
  transition: all 1s;
  visibility: hidden;
  opacity: 0;
}
#spinner-back {
  z-index: 998;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
#spinner-front {
  z-index: 999;
  color: #fff;
  text-align: center;
  margin-top: 50vh;
  transform: translateY(-50%);
}
#spinner-back.show, #spinner-front.show {
  visibility: visible;
  opacity: 1;
}

.modal-full {
    min-width: 95%;
    margin-left: 20;
}

.modal-full .modal-content {
    min-height: 95vh;
}


  .wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    padding-right: 20px;
 //   background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li ul li {
    line-height: 30px;
}
#sidebar ul li a {
    // font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}


a[data-toggle="collapse"] {
    position: relative;
}

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
*/
ul ul a {
    // font-size: 20px !important;
    padding-left: 30px !important;
    line-height: 40px;
  //  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
----------------------------------------------------- */

#content {
    width: calc(100% - 300px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

/*
.btn-danger {
    color: #fff;
    background-color: #ff9999;
    border-color: #ff9999;
}
.btn-danger:hover {
    color: #000;
    background-color: #ff9999;
    border-color: #ff9999;
}*/
header {
    font-family: 'Montserrat', sans-serif;
    color: rgba(146,146,146,1.00);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
header .h2 {
    text-align: right;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: normal;
    letter-spacing: normal;
    word-spacing: normal;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-style: normal;
}
#logo {
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 350px;
    text-align: center;
    color: rgba(255,255,255,1.00);
    background-color: rgba(255,253,253,1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 125px;
}
#headerLinks {
    float: left;
    width: calc( 100% - 400px );
    text-align: right;
    background-color: rgba(255,255,255,1.00);
    background-image: url(/aAssets/images/fondo_top2.jpg);
        background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    height: 125px;
}
.btn-primary,.btn-secondary,.btn-success,.btn-info {
    color: #000;
    background-color: rgba(224,224,224,1.00);
    border-color: rgba(224,224,224,1.00);
}
.btn-primary:hover,.btn-secondary:hover,.btn-success:hover,.btn-info:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-outline-primary,.btn-outline-secondary,.btn-outline-success,.btn-outline-info {
    color: #666;
    border-color: #666;
}
.btn-outline-primary:hover,.btn-outline-secondary:hover,.btn-outline-success:hover,.btn-outline-info:hover {
    color: #FFF;
    border-color: #666;
    background-color: #666;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-info.focus,
.btn-outline-info:focus
 {
    box-shadow: 0 0 0 0.2rem rgb(224 224 224 / 50%);
}


.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #FFF;
    border-color: #666;
    background-color: #666;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-info.disabled,
.btn-info:disabled,
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: rgba(224,224,224,1.00);
    border-color: rgba(224,224,224,1.00);

}
