:root {
  --principal-color:#9067ca;
  --principal-2-color:#c6aadb;
  --colores-1:#38085c;
  --colores-2:#491d76;
  --colores-3:#59118e;
  --colores-4:#6e28ac;
  --colores-5:#9662c6;
  --colores-6:#c6aadb;
}
a{
  color:#fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
a:hover{
  color: var(--principal-2-color) !important;
  text-decoration:none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
@font-face {
    font-family:Panton;
    src:url('../fonts/panton/Panton-Regular.woff2') format('woff2'),
        url('../fonts/panton/Panton-Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:Panton;
    src:url('../fonts/panton/Panton-Bold.woff2') format('woff2'),
        url('../fonts/panton/Panton-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family:Panton;
    src:url('../fonts/panton/Panton-BoldItalic.woff2') format('woff2'),
        url('../fonts/panton/Panton-BoldItalic.woff') format('woff');
    font-weight:bold;
    font-style:italic;
}
@font-face {
    font-family:Panton;
    src:url('../fonts/panton/Panton-Light.woff2') format('woff2'),
        url('../fonts/panton/Panton-Light.woff') format('woff');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family:Panton;
    src:url('../fonts/panton/Panton-LightItalic.woff2') format('woff2'),
        url('../fonts/panton/Panton-LightItalic.woff') format('woff');
    font-weight:300;
    font-style:italic;
}

body {
  font-family: 'Barlow', sans-serif;
  background-color: #f0f0f0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6,#mainNav,#tabs-secciones,#sidebar-wrapper {
  font-family:'Panton', 'Lucida Grande', sans-serif;
}

p {
  line-height: 1.75;
}
/*MENU MOVIL*/
body {
  position: relative;
  overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*#wrapper.toggled {
  padding-left: 250px;
}*/
#sidebar-wrapper {
  position: fixed;
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  padding: 0;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  border-right: 1px solid #c8c8c8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  position: relative; 
  line-height: 20px;
  display: inline-block;
  width: 100%;
}
.sidebar-nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #1c1c1c;
  -webkit-transition: width .2s ease-in;
  -moz-transition:  width .2s ease-in;
  -ms-transition:  width .2s ease-in;
  transition: width .2s ease-in;
}
.sidebar-nav li::before {
  background-color: var(--principal-color);   
}
.sidebar-nav li:nth-last-child(1):before,.sidebar-nav li:nth-child(1):before {
  background-color: transparent;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition:  width .2s ease-in;
  -ms-transition:  width .2s ease-in;
  transition: width .2s ease-in;
}
.sidebar-nav li a {
  display: block;
  color: var(--dark);
  text-decoration: none;
  padding: 10px 15px 10px 30px;    
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
  color: var(--light) !important;
  text-decoration: none;
}
/*BTN-Movil*/
.hamburger {
  position: fixed;
  top: 20px;
  z-index: 999;
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  background: transparent;
  background-color: transparent;
  border: 9px solid var(--principal-color);
  background-color: var(--principal-color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: var(--light);
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: var(--light);
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open{
  left: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.overlay-bg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250,250,250,.8);
  z-index: 999;
}
/*CABECERAS*/
.header{
  margin: 0;
  background-color: #fff;
}
.header img{
  max-height:80px;
}
#mainNav {
  background-color: var(--principal-color);
}
.navbar-brand>img{
  max-height: 25px;
}
/*CAROUSEL*/
#CarouselInicio>.carousel-inner>.carousel-item{
  height: 250px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.font-weight-light {
  font-weight: 100 !important;
}
/*INICIO de salas*/
.inicio-salas{
  position: relative;
  margin-bottom: 0;
}
.inicio-salas img{
  width: 100%;
}
.inicio-salas .titulo{
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inicio-salas>.overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  opacity: 0;
  border-radius: 0;
  background: #9067ca;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inicio-salas:hover>.overlay{
  opacity: 1;
  webkit-transform: translateY(260px);
}
.inicio-salas:hover>.titulo {
  bottom: 30px;
}
.inicio-salas>.seccion{
  position: absolute;
  top: 0;
  display: inline-block;
  left: 0;
  width: 175px;
  height: 35px;
  background: var(--principal-color);
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}
.inicio-salas>.descripcion{
  position: absolute;
  top: 60px;
  display: inline-block;
  left: 0;
  width: 45%;
  bottom: 0;
  padding: 5px;
  margin: 10px;
  color: #FFFFFF;
}
.inicio-salas>a.redireccionar{
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.inicio-salas ol{
  margin-bottom: 3.5rem;
}
/*CALENDARIO EVENTOS*/
.plantilla{
  display: block;
  text-align: left;
  border-bottom: 2px solid var(--principal-color);
  z-index: 2;
  position: relative;
}
.plantilla>.titulo{
  background-color: var(--principal-color);
}
.plantilla>.titulo::after{
  content: "";
  border-left: 10px solid var(--principal-color);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -11px;
  right: 0;
}
.lista-eventos{
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--principal-color) var(--light);
}
/*SCROLL*/
.lista-eventos::-webkit-scrollbar {
  width: 6px;
  box-shadow: inset 0 0 2px grey; 
  border-radius: 10px;
}
.lista-eventos::-webkit-scrollbar-thumb {
  background: var(--principal-color); 
  border-radius: 10px;
}

.lista-eventos>.media{
  border: solid 1px #d3d3d3;
  box-shadow: 0 0 5px #999;
  border-radius: 5px;
}
.lista-eventos>.media>img{
  max-width: 40px;
}
/*FOOTER*/
.footer .otros-sitios a:hover{
  color: var(--principal-color) !important;
}
.footer p{
  line-height: 1.2em;
}
.footer ul>li{
  list-style-type:square;
}
footer>.copyright {
  background-color: #0006;
}
/*REDES SOCIALES*/
ul.iconos-redes>li>a{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  border-radius: 3px;
  width: 47px;
  height: 50px;
  font-size: 24px;
  color: #f0f0f0 !important;
  text-align: center;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  box-shadow: 0 0 3px #888;
}
ul.iconos-redes>li>a:hover{
  background-color: var(--principal-color);
}
ul.iconos-redes>li>a>i{
  position: relative;
  top: 5px;
}
/*SECCIONES*/
.fondo-img{
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.fondo-img h1{
  font-size: 3.5em;
  text-shadow:0px 2px 2px #000, 0px -2px 2px #000,2px 0px 2px #000,-2px 0px 2px #000;
}
ul#tabs-secciones>li>a{
  border: none;
}
ul#tabs-secciones>li>a{
  border-color: transparent;
}
ul#tabs-secciones>li:nth-child(1){
  background-color: var(--colores-1);
}
ul#tabs-secciones>li:nth-child(2){
  background-color: var(--colores-2);
}
ul#tabs-secciones>li:nth-child(3){
  background-color: var(--colores-3);
}
ul#tabs-secciones>li:nth-child(4){
  background-color: var(--colores-4);
}
ul#tabs-secciones>li:nth-child(5){
  background-color: var(--colores-5);
}
ul#tabs-secciones>li:nth-child(6){
  background-color: var(--colores-6);
}
ul#tabs-secciones>li>a.active{
  background-color: var(--dark);
  color: var(--light);
}
@media (min-width: 480px) {
  #CarouselInicio>.carousel-inner>.carousel-item{
    height: 300px;
  }
}
@media (min-width: 768px) {  
  .bootstrap-datetimepicker-widget table thead tr:first-child {
    height: 60px;
  }
  .bootstrap-datetimepicker-widget table th.dow{
    height: 45px;
  }
  .bootstrap-datetimepicker-widget table td.day {
    height: 35px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #CarouselInicio>.carousel-inner>.carousel-item{
    height: 350px;
  }
  #mainNav>.container{
    min-width: 100%;
    padding: 0;
  }
  .fondo-img{height: 300px;}
  #page-content-wrapper {
    position: relative;
  }
}
@media (min-width: 1200px) {
  #CarouselInicio>.carousel-inner>.carousel-item{
    height: 500px;
  }
  footer>.container-fluid{
    max-width: 1140px;
  }
}