/**
 EDgrid es una librería CSS para construir layouts con Responsive Web Design
 Importe este archivo en su proyecto para empezar a usarlo
 **/
*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: sans-serif; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.ed-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.ed-item {
  margin: 0;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.ed-item {
  width: 100%; }
  .ed-item.ed-container {
    padding-left: 0;
    padding-right: 0; }
/*
 | Mixin para crear cuadriculas
 |
 | $selector: nombre del selector CSS de cada item de la cuadricula
 |
 | $gutter: separación entre cada item de la cuadricula (opcional)
 |
 */
.button, .botonAgregar, .btn-siguiente, .btn-eliminar {
  display: inline-block;
  line-height: 2.5em;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  border: none; }
  .s-5, .ed-item.s-5 {
    width: 5%; }
  .s-10, .ed-item.s-10 {
    width: 10%; }
  .s-15, .ed-item.s-15 {
    width: 15%; }
  .s-20, .ed-item.s-20 {
    width: 20%; }
  .s-25, .ed-item.s-25 {
    width: 25%; }
  .s-30, .ed-item.s-30 {
    width: 30%; }
  .s-35, .ed-item.s-35 {
    width: 35%; }
  .s-40, .ed-item.s-40 {
    width: 40%; }
  .s-45, .ed-item.s-45 {
    width: 45%; }
  .s-50, .ed-item.s-50 {
    width: 50%; }
  .s-55, .ed-item.s-55 {
    width: 55%; }
  .s-60, .ed-item.s-60 {
    width: 60%; }
  .s-65, .ed-item.s-65 {
    width: 65%; }
  .s-70, .ed-item.s-70 {
    width: 70%; }
  .s-75, .ed-item.s-75 {
    width: 75%; }
  .s-80, .ed-item.s-80 {
    width: 80%; }
  .s-85, .ed-item.s-85 {
    width: 85%; }
  .s-90, .ed-item.s-90 {
    width: 90%; }
  .s-95, .ed-item.s-95 {
    width: 95%; }
  .s-100, .ed-item.s-100 {
    width: 100%; }
    .s-1-3, .ed-item.s-1-3 {
      width: 33.3333333333%; }
    .s-2-3, .ed-item.s-2-3 {
      width: 66.6666666667%; }
    .s-3-3, .ed-item.s-3-3 {
      width: 100%; }
    .s-1-6, .ed-item.s-1-6 {
      width: 16.6666666667%; }
    .s-2-6, .ed-item.s-2-6 {
      width: 33.3333333333%; }
    .s-3-6, .ed-item.s-3-6 {
      width: 50%; }
    .s-4-6, .ed-item.s-4-6 {
      width: 66.6666666667%; }
    .s-5-6, .ed-item.s-5-6 {
      width: 83.3333333333%; }
    .s-6-6, .ed-item.s-6-6 {
      width: 100%; }
  @media (min-width: 640px) {
  .m-5, .ed-item.m-5 {
    width: 5%; }
    .m-10, .ed-item.m-10 {
      width: 10%; }

    .m-15, .ed-item.m-15 {
      width: 15%; }

    .m-20, .ed-item.m-20 {
      width: 20%; }

    .m-25, .ed-item.m-25 {
      width: 25%; }

    .m-30, .ed-item.m-30 {
      width: 30%; }

    .m-35, .ed-item.m-35 {
      width: 35%; }

    .m-40, .ed-item.m-40 {
      width: 40%; }

    .m-45, .ed-item.m-45 {
      width: 45%; }

    .m-50, .ed-item.m-50 {
      width: 50%; }

    .m-55, .ed-item.m-55 {
      width: 55%; }

    .m-60, .ed-item.m-60 {
      width: 60%; }

    .m-65, .ed-item.m-65 {
      width: 65%; }

    .m-70, .ed-item.m-70 {
      width: 70%; }

    .m-75, .ed-item.m-75 {
      width: 75%; }

    .m-80, .ed-item.m-80 {
      width: 80%; }

    .m-85, .ed-item.m-85 {
      width: 85%; }

    .m-90, .ed-item.m-90 {
      width: 90%; }

    .m-95, .ed-item.m-95 {
      width: 95%; }

    .m-100, .ed-item.m-100 {
      width: 100%; }
      .m-1-3, .ed-item.m-1-3 {
        width: 33.3333333333%; }
      .m-2-3, .ed-item.m-2-3 {
        width: 66.6666666667%; }
      .m-3-3, .ed-item.m-3-3 {
        width: 100%; }
      .m-1-6, .ed-item.m-1-6 {
        width: 16.6666666667%; }
      .m-2-6, .ed-item.m-2-6 {
        width: 33.3333333333%; }
      .m-3-6, .ed-item.m-3-6 {
        width: 50%; }
      .m-4-6, .ed-item.m-4-6 {
        width: 66.6666666667%; }
      .m-5-6, .ed-item.m-5-6 {
        width: 83.3333333333%; }
      .m-6-6, .ed-item.m-6-6 {
        width: 100%; } }
  @media (min-width: 1024px) {
  .l-5, .ed-item.l-5 {
    width: 5%; }
    .l-10, .ed-item.l-10 {
      width: 10%; }

    .l-15, .ed-item.l-15 {
      width: 15%; }

    .l-20, .ed-item.l-20 {
      width: 20%; }

    .l-25, .ed-item.l-25 {
      width: 25%; }

    .l-30, .ed-item.l-30 {
      width: 30%; }

    .l-35, .ed-item.l-35 {
      width: 35%; }

    .l-40, .ed-item.l-40 {
      width: 40%; }

    .l-45, .ed-item.l-45 {
      width: 45%; }

    .l-50, .ed-item.l-50 {
      width: 50%; }

    .l-55, .ed-item.l-55 {
      width: 55%; }

    .l-60, .ed-item.l-60 {
      width: 60%; }

    .l-65, .ed-item.l-65 {
      width: 65%; }

    .l-70, .ed-item.l-70 {
      width: 70%; }

    .l-75, .ed-item.l-75 {
      width: 75%; }

    .l-80, .ed-item.l-80 {
      width: 80%; }

    .l-85, .ed-item.l-85 {
      width: 85%; }

    .l-90, .ed-item.l-90 {
      width: 90%; }

    .l-95, .ed-item.l-95 {
      width: 95%; }

    .l-100, .ed-item.l-100 {
      width: 100%; }
      .l-1-3, .ed-item.l-1-3 {
        width: 33.3333333333%; }
      .l-2-3, .ed-item.l-2-3 {
        width: 66.6666666667%; }
      .l-3-3, .ed-item.l-3-3 {
        width: 100%; }
      .l-1-6, .ed-item.l-1-6 {
        width: 16.6666666667%; }
      .l-2-6, .ed-item.l-2-6 {
        width: 33.3333333333%; }
      .l-3-6, .ed-item.l-3-6 {
        width: 50%; }
      .l-4-6, .ed-item.l-4-6 {
        width: 66.6666666667%; }
      .l-5-6, .ed-item.l-5-6 {
        width: 83.3333333333%; }
      .l-6-6, .ed-item.l-6-6 {
        width: 100%; } }
  @media (min-width: 1440px) {
  .xl-5, .ed-item.xl-5 {
    width: 5%; }
    .xl-10, .ed-item.xl-10 {
      width: 10%; }

    .xl-15, .ed-item.xl-15 {
      width: 15%; }

    .xl-20, .ed-item.xl-20 {
      width: 20%; }

    .xl-25, .ed-item.xl-25 {
      width: 25%; }

    .xl-30, .ed-item.xl-30 {
      width: 30%; }

    .xl-35, .ed-item.xl-35 {
      width: 35%; }

    .xl-40, .ed-item.xl-40 {
      width: 40%; }

    .xl-45, .ed-item.xl-45 {
      width: 45%; }

    .xl-50, .ed-item.xl-50 {
      width: 50%; }

    .xl-55, .ed-item.xl-55 {
      width: 55%; }

    .xl-60, .ed-item.xl-60 {
      width: 60%; }

    .xl-65, .ed-item.xl-65 {
      width: 65%; }

    .xl-70, .ed-item.xl-70 {
      width: 70%; }

    .xl-75, .ed-item.xl-75 {
      width: 75%; }

    .xl-80, .ed-item.xl-80 {
      width: 80%; }

    .xl-85, .ed-item.xl-85 {
      width: 85%; }

    .xl-90, .ed-item.xl-90 {
      width: 90%; }

    .xl-95, .ed-item.xl-95 {
      width: 95%; }

    .xl-100, .ed-item.xl-100 {
      width: 100%; }
      .xl-1-3, .ed-item.xl-1-3 {
        width: 33.3333333333%; }
      .xl-2-3, .ed-item.xl-2-3 {
        width: 66.6666666667%; }
      .xl-3-3, .ed-item.xl-3-3 {
        width: 100%; }
      .xl-1-6, .ed-item.xl-1-6 {
        width: 16.6666666667%; }
      .xl-2-6, .ed-item.xl-2-6 {
        width: 33.3333333333%; }
      .xl-3-6, .ed-item.xl-3-6 {
        width: 50%; }
      .xl-4-6, .ed-item.xl-4-6 {
        width: 66.6666666667%; }
      .xl-5-6, .ed-item.xl-5-6 {
        width: 83.3333333333%; }
      .xl-6-6, .ed-item.xl-6-6 {
        width: 100%; } }

.to-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.to-left {
  float: left;
  width: auto;
  margin-right: 1em; }

.to-right {
  float: right;
  width: auto;
  margin-left: 1em; }

.full {
  max-width: 100%; }

.circle {
  border-radius: 50%; }

.clearfix:before, .clearfix:after {
  content: "";
  width: 100%;
  display: table;
  clear: both; }

.no-padding.ed-container > .ed-item {
  padding-left: 0em;
  padding-right: 0em; }

.no-padding.ed-item {
  padding-left: 0em;
  padding-right: 0em; }

.padding {
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.padding-2 {
  padding-left: 1.875em;
  padding-right: 1.875em; }

.padding-3 {
  padding-left: 2.8125em;
  padding-right: 2.8125em; }

body.sticky-footer {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  body.sticky-footer > footer {
    margin-top: auto; }

.main-justify {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.main-distribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.main-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.main-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.main-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

.cross-start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start; }

.cross-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center; }

.cross-end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end; }

.flex-reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; }

.flex-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.flex-column-reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.abcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .from-s {
    display: none; }
  .to-s {
    display: none; }
  @media screen and (max-width: 639px) {
    .from-m {
      display: none; } }
  @media screen and (min-width: 640px) {
    .to-m {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .from-l {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .to-l {
      display: none; } }
  @media screen and (max-width: 1439px) {
    .from-xl {
      display: none; } }
  @media screen and (min-width: 1440px) {
    .to-xl {
      display: none; } }

.ed-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .ed-video > iframe, .ed-video > video, .ed-video > .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.button {
  background: #ddd;
  color: #333; }
  .button:hover {
    background: #d0d0d0;
    text-decoration: none; }
  .button:active {
    transform: scale(0.97); }

.foro {
  padding: 0.5em;
  margin: 30px;
  border-radius: 5px;
  background: #eee;
  box-shadow: 5px 5px 5px #000;
  font-family: sans-serif; }

.entrada {
  border-top: 1px solid lightgrey;
  padding: 0.5em; }

.nueva_entrada input {
  border: none; }

a {
  color: black;
  font-weight: bold;
  text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

footer {
  bottom: 0;
  margin: 10px;
  justify-content: center;
  vertical-align: middle; }
  footer .ed_item img {
    vertical-align: middle; }

.red {
  padding: 0.5em;
  margin: 5px; }

.izquierda {
  text-align: left !important; }

.titulo {
  text-align: center; }
  .titulo .ed-item {
    text-align: center; }

.bitacora1, .bitacora2, .bitacora3 {
  font-size: 1.5em; }

.listado {
  border: solid; }

.bitacora1 {
  background: #81f7d8; }

.bitacora2 {
  background: #faebd7; }

.bitacora3 {
  background: #a9f5a9; }

.bitacora4 {
  background: #e6e6e6; }

div::first-letter {
  text-transform: uppercase; }

.infoInstitucion .ed-item .input, .infoGrupo .ed-item .input, .datosIntegrante .ed-item .input, .infoMaestro .ed-item .input, .infoPregunta .ed-item .input, .problemaInvestigacion .ed-item .input, .presupuesto .ed-item .input, .infoInstitucion .ed-item select, .infoGrupo .ed-item select, .datosIntegrante .ed-item select, .infoMaestro .ed-item select, .infoPregunta .ed-item select, .problemaInvestigacion .ed-item select, .presupuesto .ed-item select {
  width: 100%; }
  .infoInstitucion .ed-item .ed-item, .infoGrupo .ed-item .ed-item, .datosIntegrante .ed-item .ed-item, .infoMaestro .ed-item .ed-item, .infoPregunta .ed-item .ed-item, .problemaInvestigacion .ed-item .ed-item, .presupuesto .ed-item .ed-item {
    border-style: solid;
    padding: 0;
    text-align: center; }
    .infoInstitucion .ed-item .ed-item input, .infoGrupo .ed-item .ed-item input, .datosIntegrante .ed-item .ed-item input, .infoMaestro .ed-item .ed-item input, .infoPregunta .ed-item .ed-item input, .problemaInvestigacion .ed-item .ed-item input, .presupuesto .ed-item .ed-item input, .infoInstitucion .ed-item .ed-item textarea, .infoGrupo .ed-item .ed-item textarea, .datosIntegrante .ed-item .ed-item textarea, .infoMaestro .ed-item .ed-item textarea, .infoPregunta .ed-item .ed-item textarea, .problemaInvestigacion .ed-item .ed-item textarea, .presupuesto .ed-item .ed-item textarea, .infoInstitucion .ed-item .ed-item select, .infoGrupo .ed-item .ed-item select, .datosIntegrante .ed-item .ed-item select, .infoMaestro .ed-item .ed-item select, .infoPregunta .ed-item .ed-item select, .problemaInvestigacion .ed-item .ed-item select, .presupuesto .ed-item .ed-item select {
      height: auto;
      width: 100%;
      margin: 0;
      font-size: 1em;
      text-align: center; }

.integrantes {
  font-size: 1em;
  text-align: center; }

.presupuesto {
  text-align: center; }
  .presupuesto .ed-item input {
    max-width: 50%;
    margin: 0;
    font-size: 1em;
    text-align: center; }

.botonAgregar {
  margin: 20px;
  height: 30px;
  font-size: 10px;
  background: #2e84e6;
  color: white;
  border-radius: 0.25em; }
  .botonAgregar:hover {
    background: #1b77e0;
    text-decoration: none; }
  .botonAgregar:active {
    transform: scale(0.97); }

.btn-siguiente {
  margin: 20px;
  height: 30px;
  font-size: 10px;
  background: green;
  color: white;
  border-radius: 0.25em; }
  .btn-siguiente:hover {
    background: #006700;
    text-decoration: none; }
  .btn-siguiente:active {
    transform: scale(0.97); }

.btn-eliminar {
  height: 30px;
  font-size: 12;
  background: red;
  color: white;
  border-radius: 0.25em; }
  .btn-eliminar:hover {
    background: #e60000;
    text-decoration: none; }
  .btn-eliminar:active {
    transform: scale(0.97); }

.btn-verde {
  margin-top: 20px;
  background: #007f00;
  border: none;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 1em;
  width: 100%;
  border-radius: 3px;
  color: #4cff4c;
  border-bottom: 4px solid #004c00; }
  .btn-verde:hover {
    background: #006b00; }

.form-control {
  font-size: 1.8em;
  width: 100%;
  background: transparent;
  color: #000;
  margin: 10px; }

label {
  font-size: 2em;
  margin-top: 30px; }

.btn-rojo {
  margin-top: 20px;
  background: #ceca54;
  border: none;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  width: 100%;
  border-radius: 3px;
  color: #fbfbf3;
  border-bottom: 4px solid #bab535; }
  .btn-rojo:hover {
    background: #c9c544; }

.upload-button {
  background: rgba(200, 100, 100, 0.5);
  margin: 0; }

.btn-float {
  cursor: pointer;
  bottom: 5%;
  position: fixed;
  width: 5em;
  height: 5em;
  left: 90%;
  background: green;
  color: white;
  border: none; }
  @media screen and (max-width: 639px) {
  .btn-float {
    bottom: 1%;
    left: 80%;
    width: 4.5em;
    height: 4.5em; } }

.btn-enviar {
  cursor: pointer;
  bottom: 15%;
  position: fixed;
  width: 5em;
  height: 5em;
  left: 90%;
  background: green;
  color: white;
  border: none; }
  @media screen and (max-width: 639px) {
  .btn-enviar {
    bottom: 10%;
    left: 80%;
    width: 4.5em;
    height: 4.5em; } }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 31;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 80%;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  box-shadow: 10px 10px 5px #ceca54; }
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

@keyframes example {
  0% {
    left: 0px;
    top: 0px; }

  30% {
    left: 100px;
    top: 0px; }

  60% {
    left: 100px;
    top: 50px; }

  90% {
    left: 0px;
    top: 50px; }

  100% {
    left: 0px;
    top: 0px; } }

div.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1; }
/* Style the buttons inside the tab */
div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px; }
/* Change background color of buttons on hover */
div.tab button:hover {
  background-color: #ddd; }
/* Create an active/current tablink class */
div.tab button.active {
  background-color: #ccc; }
