*{
  margin: 0;
  
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face{
  font-family: letraLora;
  src: url(../font-family/lora/static/Lora-SemiBold.ttf);
}

@font-face{
  font-family: letraDmsans;
  src: url(../font-family/dmsans/static/DMSans-ExtraLight.ttf);
}

.letraLora{
  font-family: letraLora;
}

.letraDmsans{
  font-family: letraDmsans;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url(https://example.com/material-symbols.woff) format('woff');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}


.contenedor{
	margin-left: 100px;
	margin-right: 100px;
	margin-top:114px;
  margin-bottom:260px;
}

.cont-inicio {
  margin-bottom: 60px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0px;
  position: relative;
  padding-bottom: 10em;
  min-height: 100vh;

}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* altura de pie de página */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 13.5rem;            /* altura de pie de página */
}

.footer {
  padding: .5em 0;
  position: absolute;
  bottom: .5;
  width: 100%;
  height: auto rem;
  background-color: #952F57;
}

@media screen and (max-width:376px){
  .footer {
    height: auto rem;
  }
}



.div-contenido{
  width: auto;
  height: auto;
  padding: 0px 20px 35px 0px;
  overflow: hidden;
}


#menu li>a:hover{
  color: #118C3C;
  /*border-bottom: 3px solid #6B034E;*/
}

#menu>li>ul{
  display: none;
}
#menu>li:hover>ul {
  display:block;
}

/* aqui enpieza el codigo para la barra de navegacion lateral*/

 #wrapper {
    overflow-x: hidden;
 }

#sidebar-wrapper {
  min-height: 70vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  background-color: #eaeded;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
.btn-group, .btn-group-vertical {/* esto sirve para poner el boton de descarga de excel alineado al de busqueda en las tablas*/
    position: absolute !important;
}

div.dataTables_wrapper {/* sirve para manejar el scroll horizontal de las tablas*/
    width: 1300px;
    margin: 0 auto;
}

.ir_arriba {
  display:none;
  padding:10px;
  background:#097F77;
  font-size:20px;
  color:#fff;
  cursor:pointer;
  position: fixed;
  bottom:250px;
  right:20px;
  border-radius: 50%;
}

.contenido_inicio{
  /*width: 80vw;
  max-width: 1300px;
  min-width: 320px;
  margin: auto;*/
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.main{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.div-content{
  width:auto;
  height: auto;
  overflow: hidden;
}


.main img{
  width: 100%;
  height: auto;
}

.conten{
  width: 100vw;
  max-width: 1200px;
  min-width: 320px;
  margin: auto;
}


@media screen and (max-width:1050px){
  .main{
    width: 100%;
  }
}

@media screen and (max-width:320px){
  .contenido_inicio{
    width: 100%;
  }
}

.cont_in {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-flotante {
  padding: 18px 30px; /* Relleno del boton */
  position: fixed;
  bottom: 250px;
  right: 40px;
  transition: all 300ms ease 0ms;
  z-index: 99;
}

.color{
  color: #118C3C;
}
/* Estilo para la tabla de oferta educativa*/

.horizontal {
  border-collapse: separate;
  border-spacing: 10px;
}
/* Fin del estilo para la tabla de oferta educativa*/