<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

/*---------------------------menubar / nav-------------------------------*/

header {
  width: 100%;
  background-color: #46a1de;
  display: flex;
  padding: 0.5rem;
}

.abrir,
.cerrar {
  display: none;
}

nav {
  width: 85%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

nav ul {
  display: flex;
}

nav ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  padding: 0.5em;
}

.red {
  display: none;
}

/*---------------------------colores solapa inicios-------------------------*/

.Pprimero {
  background-color: #bec1e2;
}

.Psegundo {
  background-color: #bde2ee;
}

.Ptercero {
  background-color: #aed9ce;
}

.Pcuarto {
  background-color: #f7e985;
}

.Pquinto {
  background-color: #f4d4b7;
}

.Psexto {
  background-color: #edcfd3;
}

.Pseptimo {
  background-color: #d5b5c2;
}

/*colores de secundaria*/
.geo {
  background-color: #d5b5c2;
}

.historia {
  background-color: #edcfd3;
}

.PL {
  background-color: #f4d4b7;
}

.literatura {
  background-color: #f7e985;
}

.bio {
  background-color: #aed9ce;
}

.mate {
  background-color: #bec1e2;
}

/*---------------------------footer---------------------------*/
.captura {
  display: flex;
  flex-direction: row;
  background-color: #35aee6;
  justify-content: space-between;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-align: center;
  padding: 2rem;
}
h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #343a40;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: #343a40;
  color: #343a40;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #35aee6;
  margin: auto;
  padding: 4rem;
}

.pie {
  width: 45%;
  padding: 2rem;
  line-height: 2rem;
}

.redes {
  display: inline-flex;
  padding: 2rem;
}

.redes li {
  padding-left: 1rem;
}

.dev {
  display: flex;
  flex-direction: row;
  background-color: #35aee6;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.dev p {
  color: #a1d9f3;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  padding-right: 5rem;
  padding-left: 5rem;
}

.captura {
  display: flex;
  flex-direction: row;
  background-color: #35aee6;
  justify-content: space-between;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-align: center;
  padding: 2rem;
}
/*-----------------------------------------breadcrumb---------------------------*/

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

ul.breadcrumb {
  display: inline-flex;
  margin: 2.5rem;
  list-style: none;
}

ul.breadcrumb li h4 {
  display: inline;
  color: #8d8d8d;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  content: "/\00a0";
  color: #8d8d8d;
}

ul.breadcrumb li a h4:hover {
  color: #46a1de;
}

/*---------------------------Actividades-------------------------------*/
h1 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #de8346;
  font-size: 2rem;
}

.autor {
  font-family: "Roboto", sans-serif;
  color: #343a40;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
}

.fuente {
  font-family: "Roboto", sans-serif;
  color: #343a40;
  font-weight: 400;
  padding-top: 1rem;
  font-size: 1rem;
  text-align: right;
}

.texto {
  margin: auto;
  max-width: 50%;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.textocorrido {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #343a40;
  font-size: 1rem;
  line-height: 2rem;
  padding-bottom: 0.5rem;
}

.imagen {
  width: 100%;
  padding: 2rem;
}

/*rima y poesia estilo*/
.titulacion {
  width: 70%;
  margin: auto;
  padding-top: 2.5rem;
}
.contenedor {
  display: flex;
  flex-direction: row;
  width: 50%;
  margin: auto;
  padding-bottom: 2rem;
}

.estrofa {
  margin: auto;
  width: 60%;
}

.rimaypoesia {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #343a40;
  font-size: 1.2rem;
  line-height: 2.3rem;
}

.consigna {
  list-style-position: outside;
  margin: auto;
  padding-top: 5rem;
}

.consigna_bullet {
  font-family: "Roboto", sans-serif;
  color: #343a40;
  font-size: 1.2rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}

.consigna_bullet img {
  vertical-align: middle;
}

textarea {
  min-height: 100px;
  max-height: 100px;
  min-width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  color: #347fca;
  font-weight: 400;
  font-size: 1.2rem;
  cursor: text;
}

.fontcolor {
  color: #de8346;
}

@media (max-width: 768px) {
  /*---------------------------menubar / nav-------------------------------*/
  nav {
    position: fixed;
    top: -150%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: top 0.5s;
  }

  header nav ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 10rem;
    padding-left: 1rem;
  }

  header nav ul li {
    display: inline;
    vertical-align: middle;
  }

  header nav ul li img {
    vertical-align: middle;
    height: 60%;
  }

  header .abrir,
  header .cerrar {
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
  }

  #nav:target {
    top: 0;
  }

  .red {
    display: inline-flex;
    text-transform: uppercase;
    font-size: 1rem;
    color: #46a1de;
    padding-left: 0.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }

  .red a {
    color: #46a1de;
  }

  /*---------------------------footer---------------------------*/

  footer {
    flex-direction: column;
    padding: 0rem;
  }

  .pie {
    width: 100%;
    line-height: 2rem;
  }

  .redes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .redes li {
    padding-left: 0rem;
    padding-right: 0.5rem;
    text-align: center;
  }
  .redes li img {
    height: 70%;
  }

  .dev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 1rem;
  }
  .dev p {
    font-size: 0.8rem;
    padding-right: 0;
    padding-left: 0;
    line-height: 1.5rem;
  }

  /*---------------------------breadcrumb---------------------------*/
  h4 {
    font-size: 1rem;
  }

  ul.breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
  }
  ul.breadcrumb li {
    padding: 0.5rem;
  }
  /*---------------------------actividad texto de corrido---------------------------*/
  h1 {
    font-size: 2rem;
  }
  .autor {
    font-size: 1.2rem;
  }

  .texto {
    max-width: 80%;
  }
  .rimaypoesia {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .titulacion,
  .contenedor {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: auto;
    padding: 0;
  }
  .estrofa {
    width: 70%;
    margin: auto;
    padding: 0 0 2rem 0;
  }
}
</pre></body></html>