@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
/** Media Queries **/
@media (min-width: 1400px) {
  .fondo-infinito {
    background-image: url(../img/fondo-blog1.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 0%;
  }
}

no-webp .inicio {
  background-image: url(../img/portadaM.jpg);
}
@media (min-width: 868px) {
  no-webp .inicio {
    background-image: url(../img/header.jpg);
  }
}

.webp .inicio {
  background-image: url(../img/portadaM.webp);
}
@media (min-width: 868px) {
  .webp .inicio {
    background-image: url(../img/header.webp);
  }
}

.header {
  background-color: #000000;
  padding-bottom: 2rem;
}
.header .border, .header .contenedor-ul, .header .contenido1, .header .article, .header .barra-texto {
  display: none;
  margin-top: 0;
}
.header.inicio {
  background-position: center 19%;
  background-size: cover;
}
.header.inicio .contenido-header {
  overflow: hidden;
  height: 112rem;
}
@media (min-width: 296px) {
  .header.inicio .contenido-header {
    height: 84rem;
  }
}
@media (min-width: 480px) {
  .header.inicio .contenido-header {
    height: 90rem;
  }
}
@media (min-width: 868px) {
  .header.inicio .contenido-header {
    height: auto;
  }
}
.header.inicio .barra-texto {
  display: block;
  overflow: hidden;
  padding: 0 1rem 0 1rem;
  margin-top: 8rem;
  transition: margin 0.3s linear;
}
.header.inicio .barra-texto #texto1 {
  font-size: 4.4rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.header.inicio .barra-texto #texto1 span {
  font-weight: 100;
}
.header.inicio .barra-texto #texto2 {
  width: 90%;
  height: 17rem;
}
@media (min-width: 868px) {
  .header.inicio .barra-texto #texto2 {
    height: 6rem;
  }
}
@media (min-width: 480px) {
  .header.inicio .barra-texto {
    width: 80%;
    margin-top: 26%;
  }
}
.header.inicio .barra-texto_cursor {
  animation: cursor 0.7s infinite linear;
}
@keyframes cursor {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 868px) {
  .header.inicio {
    background-position: 73% 0%;
  }
  .header.inicio .barra-texto {
    margin-top: 19%;
    width: 65%;
    margin-left: 5rem;
  }
  .header.inicio .border {
    display: block;
    width: var(--widthBorder);
    border-top: 1px solid #c9c7c7;
  }
  .header.inicio .template-div {
    background: rgba(39, 39, 39, 0.589);
  }
  .header.inicio .contenedor-ul {
    display: block;
    position: relative;
    overflow: hidden;
    width: 80%;
    margin-left: 20%;
    height: 19rem;
  }
  .header.inicio .cont-derecha div {
    width: 20vw;
    height: 10vw;
  }
  .header.inicio .provision {
    margin-left: -20vw;
    transition: all 0.5s ease-in-out;
  }
  .header.inicio .cont-derecha {
    display: flex;
    width: var(--widthText);
  }
  .header.inicio .div-text ul {
    margin: 0;
    padding: 0;
  }
  .header.inicio .div-text ul .icono p {
    font-size: 1.4rem;
  }
  .header.inicio .div-text ul .fecha {
    color: red;
    padding-bottom: 1rem;
    font-size: 1rem;
  }
  .header.inicio .div-text ul li {
    list-style: none;
    margin: 0;
    line-height: 1.1;
    border-left: 1.5px solid white;
    padding: 0 1.5rem 0 1rem;
    font-size: 1.2rem;
  }
}

.contenido-header {
  display: flex;
  flex-direction: column;
  height: 18rem;
  transition: height 0.3s linear;
}
@media (min-width: 868px) {
  .contenido-header {
    height: 16rem;
  }
}
.contenido-header h1 {
  text-align: left;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 2rem;
}
.contenido-header p {
  color: #FFFFFF;
}

.navegacion-redes {
  width: 100%;
  position: fixed;
  margin-top: -9rem;
  background: #023e8a;
  transition: margin-top 0.3s linear;
}
.navegacion-redes .redes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.navegacion-redes .redes img {
  width: 2.5rem;
}
@media (min-width: 868px) {
  .navegacion-redes .redes img {
    width: 3.5rem;
  }
}
.navegacion-redes .redes li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 4rem;
}
@media (min-width: 868px) {
  .navegacion-redes .redes li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 4rem;
  }
}
.navegacion-redes .redes .oculto {
  display: none;
  animation: fade-in 1s;
}
@media (min-width: 868px) {
  .navegacion-redes .redes .oculto {
    display: flex;
  }
}
.navegacion-redes .redes .opacidad-redes {
  opacity: 0;
  transition: 0.3 linear;
}
.navegacion-redes .redes .compartir {
  margin-right: 5%;
}
@media (min-width: 868px) {
  .navegacion-redes .redes .compartir {
    display: none;
  }
}
.navegacion-redes .redes li:nth-child(1) {
  background: #023e8a;
  width: 100%;
  padding: 3rem 1rem 3rem 1rem;
}
@media (min-width: 868px) {
  .navegacion-redes .redes li:nth-child(1) {
    width: 7rem;
    margin-right: 0;
    padding: 0;
  }
}
.navegacion-redes .redes li:nth-child(2) {
  background: #0077b6;
}
.navegacion-redes .redes li:nth-child(3) {
  background: #00b4d8;
}
.navegacion-redes .redes li:nth-child(4) {
  background: #65dbf0;
}
.navegacion-redes .redes li:nth-child(5) {
  background: #8ce5f7;
}
@media (min-width: 868px) {
  .navegacion-redes {
    width: 47%;
    margin-left: 30%;
    margin-top: -10%;
  }
}

.redes-oculto {
  cursor: pointer;
}

.navegacion-redes__active {
  z-index: 100;
  top: 0;
  margin-top: 0;
  padding: 0;
}

.article {
  display: none;
}
@media (min-width: 868px) {
  .article {
    display: block;
  }
  .article .contenido1 {
    position: relative;
    display: block;
    z-index: 1;
    width: 80%;
    height: 6rem;
    background: #FFFFFF;
    margin-left: 20%;
    margin-top: -5rem;
  }
}
@media (min-width: 1950px) {
  .article .contenido1 {
    height: 18rem;
  }
}

.imagen-rss {
  width: 1rem;
  margin: 0.6rem 1rem 0 0rem;
}

.ico {
  display: flex;
}

.contenido-header__admin {
  height: 7rem;
}
@media (min-width: 968px) {
  .contenido-header__admin {
    height: auto;
  }
  .contenido-header__admin h1 {
    font-size: 3rem;
    font-weight: 300;
  }
}

.contenido-header__logo__admin {
  margin-left: 2rem;
  margin-top: 1rem;
  width: 15rem;
}

.derecha-admin {
  padding: 1rem;
  display: flex;
  flex-direction: row-reverse;
}
.derecha-admin form {
  color: #FFFFFF;
  padding-right: 2rem;
}
@media (min-width: 968px) {
  .derecha-admin {
    display: block;
  }
  .derecha-admin form {
    margin-top: 1rem;
    padding: 1rem;
  }
}

.navegacion-admin .cerrar-sesion__desktop {
  display: none;
}
@media (min-width: 968px) {
  .navegacion-admin .cerrar-sesion__desktop {
    display: block;
    color: #E08709;
  }
}
@media (min-width: 968px) and (min-width: 968px) {
  .navegacion-admin .cerrar-sesion__desktop {
    margin-left: 40%;
  }
}
@media (min-width: 968px) {
  .navegacion-admin .cerrar-sesion__movil {
    display: none;
  }
}

.header-admin {
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom: 0;
  z-index: 1;
}

.admin-titulo__encabezado {
  position: absolute;
  margin-top: 62rem;
  width: 100%;
}
.admin-titulo__encabezado h1 {
  text-align: center;
  font-size: 5.5vw;
  color: #E08709;
  font-weight: 600;
  padding: 2rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
@media (min-width: 868px) {
  .admin-titulo__encabezado h1 {
    font-size: 4.5vw;
  }
}
@media (min-width: 968px) {
  .admin-titulo__encabezado h1 {
    font-size: 2vw;
  }
}
@media (min-width: 968px) {
  .admin-titulo__encabezado {
    position: fixed;
    z-index: 1;
    width: 50%;
    margin-left: 25%;
    color: #FFFFFF;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .admin-titulo__encabezado h1 {
    font-size: 2.4rem;
    font-weight: 300;
    margin-top: 2rem;
  }
}

.barra-admin__logo {
  height: 12rem;
}

.footer {
  padding: 2.5rem 0;
  background-color: #333333;
  margin-top: 10rem;
}
.footer .contenedor-footer {
  padding-top: 2.5rem;
}
@media (min-width: 868px) {
  .footer .contenedor-footer {
    padding-top: 0;
  }
}
.footer .navegacion {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-bottom: 4rem;
}
.footer .navegacion a {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media (min-width: 868px) {
  .footer .navegacion {
    padding-left: 2rem;
    height: 3rem;
  }
}
.footer .copyright {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
  padding: 0 1rem 0 1rem;
}
.footer .copyright a {
  color: #E08709;
}

.navegacion-color {
  background: #E08709;
}
.navegacion-color .copyright a {
  color: #000000;
}

@media (min-width: 868px) {
  .footer-admin {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    background-color: #000000;
    height: 6rem;
  }
}

.seccion-desplazar {
  overflow: hidden;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.conternedor-seccion_principal {
  width: 90%;
  margin: auto;
  text-align: center;
}

@media (min-width: 868px) {
  .iconos-nosotros {
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 120rem;
    margin: auto;
    padding: 0.5rem;
    margin-top: 10rem;
  }
}
.icono {
  width: 90%;
  margin: auto;
  text-align: center;
}
.icono img {
  height: 10rem;
}
.icono h3 {
  text-transform: uppercase;
}

.rss {
  width: 100%;
  height: 50rem;
  background: aquamarine;
}

@media (min-width: 868px) {
  .seccion-inferior {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 2rem;
  }
}
.entrada-blog {
  overflow: hidden;
  width: 90%;
  margin: auto;
  margin-bottom: 8rem;
}
@media (min-width: 868px) {
  .entrada-blog {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 2rem;
  }
}
.entrada-blog:last-of-type {
  margin-bottom: 0;
}

.informacion-meta span {
  color: #E08709;
}

.blog {
  overflow: hidden;
}
@media (min-width: 868px) {
  .blog img {
    margin-top: 1rem;
  }
}

.texto-entrada a {
  color: #000000;
  margin-top: 2rem;
  display: block;
}
@media (min-width: 868px) {
  .texto-entrada a {
    margin-top: 0;
  }
}
.texto-entrada h4 {
  margin: 0;
  line-height: 1.4;
}
.texto-entrada h4::after {
  content: "";
  display: block;
  width: 15rem;
  height: 0.5rem;
  background-color: #71B100;
  margin-top: 1rem;
}
.texto-entrada span {
  color: #E08709;
}

@media (min-width: 868px) {
  .barra {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.barra .mobile-menu {
  display: grid;
  justify-content: center;
}
@media (min-width: 868px) {
  .barra .mobile-menu {
    display: none;
  }
}
.barra .contenido-header__logo {
  margin-left: 2rem;
  margin-top: 2rem;
  width: 15rem;
}
.barra .contenido-header__logo img {
  margin-top: 1rem;
}
@media (min-width: 868px) {
  .barra .contenido-header__logo {
    margin-left: 4rem;
    margin-top: 2rem;
    width: 22rem;
  }
}

.derecha {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.derecha .dark-mode-boton {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.derecha .dark-mode-boton:hover {
  cursor: pointer;
}
@media (min-width: 868px) {
  .derecha .dark-mode-boton {
    padding-top: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

.navegacion {
  max-width: 100%;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s linear, height 0.2s linear;
  margin-top: 0rem;
}
@media (min-width: 868px) {
  .navegacion {
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    padding-right: 5rem;
    margin-top: 3.5rem;
  }
}
.navegacion a {
  color: #E08709;
  text-decoration: none;
  font-size: 2rem;
  display: block;
  text-align: center;
  padding: 0.5rem 0 0.5rem 0;
}
@media (min-width: 868px) {
  .navegacion a {
    margin-right: 2rem;
    font-size: 1.8rem;
    color: #FFFFFF;
  }
  .navegacion a:last-of-type {
    margin-right: 0;
  }
}
.navegacion a:hover {
  color: #71B100;
}

/** Menu de hamburguesa **/
.inicio .mobile-menu {
  margin-top: 15rem;
}
@media (min-width: 868px) {
  .inicio .mobile-menu {
    display: none;
  }
}
.inicio .navegacion {
  display: block;
}
@media (min-width: 868px) {
  .inicio .navegacion {
    display: flex;
  }
}
.inicio .navegacion a {
  margin-right: 0;
  margin-bottom: 2rem;
}
@media (min-width: 868px) {
  .inicio .navegacion a {
    margin-right: 4rem;
  }
}

.mobile-menu {
  margin-top: -1.5rem;
}
@media (min-width: 868px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu img {
  width: 4.5rem;
}

.mostrar {
  visibility: visible;
  opacity: 1;
  transition: 1s linear;
}

.altura-header {
  height: 95rem !important;
  transition: 0.3s linear;
}

.desplazar-seccion {
  margin-top: 28rem !important;
  transition: 0.3s linear;
}

.barra-admin {
  display: flex;
  justify-content: space-between;
}

.link {
  font-size: 1rem;
}

.testimoniales {
  overflow: hidden;
}
.testimoniales h3 {
  margin-top: 0;
}
@media (min-width: 868px) {
  .testimoniales {
    margin-top: 8rem;
  }
}

.testimonial {
  width: 90%;
  margin: auto;
  background-color: #71B100;
  font-size: 2.4rem;
  padding: 2rem;
  color: #FFFFFF;
  border-radius: 2rem;
}
@media (min-width: 868px) {
  .testimonial {
    width: 100%;
  }
}
.testimonial blockquote {
  padding-left: 2rem;
  font-size: 2rem;
}
@media (min-width: 868px) {
  .testimonial blockquote {
    padding-left: 0;
  }
}
.testimonial blockquote::before {
  content: "";
  background-image: url(../img/comilla.svg);
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  z-index: 100;
  margin-left: -6rem;
  margin-top: -1rem;
}
@media (min-width: 868px) {
  .testimonial blockquote::before {
    display: flex;
    background-position: 0% 0%;
    position: static;
    margin-left: -5rem;
    margin-top: 0;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.testimonial p {
  text-align: right;
  color: #FFFFFF;
}

.alinear {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin-bottom: 5rem;
}
.alinear h2 {
  margin-bottom: 5rem;
  margin-top: 0rem;
}
@media (min-width: 868px) {
  .alinear h2 {
    margin-top: 2rem;
  }
}
@media (min-width: 868px) {
  .alinear h2 {
    margin-bottom: 5rem;
  }
  .alinear h2:after {
    content: "";
    display: flex;
    justify-content: center;
    width: 50%;
    margin-left: 25%;
    height: 0.5rem;
    background-color: #71B100;
    margin-top: 1rem;
  }
}

.alinear-ofrecer {
  display: grid;
  gap: 1;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-evenly;
}
.alinear-ofrecer picture img {
  width: 100%;
}
.alinear-ofrecer picture {
  padding: 1rem;
}

.no-webp .imagen-contacto {
  background-image: url("../img/contactoM.jpg");
}

.webp .imagen-contacto {
  background-image: url("../img/contactoM.webp");
}

@media (min-width: 868px) {
  .no-webp .imagen-contacto {
    background-image: url("../img/contacto.jpg");
  }

  .webp .imagen-contacto {
    background-image: url("../img/contacto.webp");
  }
}
.imagen-contacto {
  overflow: hidden;
  background-position: 50% 0%;
  background-size: cover;
  padding: 4rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10rem;
  margin-top: 15rem;
}
@media (min-width: 868px) {
  .imagen-contacto {
    margin-top: 16rem;
    margin-bottom: 12rem;
  }
}
.imagen-contacto h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #FFFFFF;
  width: 90%;
  text-align: center;
}
.imagen-contacto p {
  width: 90%;
  text-align: center;
  font-size: 1.8rem;
  color: #FFFFFF;
}
.imagen-contacto a {
  margin-bottom: 8rem;
}

.imagen-contacto__trabajo img {
  width: 70%;
  margin: 15%;
}

.contenido-anuncio {
  margin-bottom: 5rem;
}
@media (min-width: 868px) {
  .contenido-anuncio h3 {
    text-align: left;
    padding: 1rem;
  }
}

.contenedor-cursos__parcial {
  overflow: hidden;
  width: 90%;
  margin: auto;
  max-width: 120rem;
}

.contenedor-cursos {
  overflow: hidden;
}
.contenedor-cursos textarea {
  width: 100%;
  padding: 0 1rem 0 1rem;
  min-height: 22rem;
  resize: none;
  border: none;
  outline: none;
}
@media (min-width: 296px) {
  .contenedor-cursos textarea {
    min-height: 18rem;
  }
}
@media (min-width: 480px) {
  .contenedor-cursos textarea {
    min-height: 16rem;
  }
}
@media (min-width: 868px) {
  .contenedor-cursos textarea {
    height: 18rem;
  }
}
@media (min-width: 1024px) {
  .contenedor-cursos textarea {
    height: 15rem;
  }
}
.contenedor-cursos p {
  padding: 0 1rem 0 1rem;
}
.contenedor-cursos .precio {
  color: #71B100;
}
@media (min-width: 868px) {
  .contenedor-cursos {
    display: grid;
    gap: 2;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
  }
  .contenedor-cursos .precio {
    font-weight: 700;
    font-size: 3rem;
    margin: 0;
  }
  .contenedor-cursos h2 {
    grid-column: 1/5;
    margin-bottom: 5rem;
  }
}

.contenedor-cursos__online, .contenedor-cursos__presencial {
  margin-top: 4rem;
}

.contenedor-cursos__seccion h2:after {
  content: "";
  display: flex;
  justify-content: center;
  width: 50%;
  margin-left: 25%;
  height: 0.5rem;
  background-color: #71B100;
  margin-top: 1rem;
}
@media (min-width: 868px) {
  .contenedor-cursos__seccion {
    margin-bottom: 10rem;
  }
}

.anuncio {
  margin-bottom: 15rem;
  margin-top: 10rem;
}
@media (min-width: 868px) {
  .anuncio {
    margin: 1rem;
  }
  .anuncio picture {
    height: 21rem;
    top: 0;
  }
  .anuncio h3 {
    margin: 0;
    height: 17rem;
  }
}
@media (min-width: 1024px) {
  .anuncio h3 {
    height: 16rem;
  }
}
@media (min-width: 1110px) {
  .anuncio picture {
    height: 24rem;
  }
}
@media (min-width: 1240px) {
  .anuncio picture {
    height: 26rem;
  }
}
@media (min-width: 1640px) {
  .anuncio picture {
    height: 30rem;
  }
}
@media (min-width: 1940px) {
  .anuncio picture {
    height: 36rem;
  }
}
@media (min-width: 2440px) {
  .anuncio picture {
    height: 44rem;
  }
}
@media (min-width: 2840px) {
  .anuncio picture {
    height: 60rem;
  }
}

.iconos-caracteristicas {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}
.iconos-caracteristicas li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
}
.iconos-caracteristicas li img {
  width: 4rem;
  flex: 0 0 3rem;
}
.iconos-caracteristicas li p {
  font-weight: 900;
}

.cursos-demandados {
  margin-bottom: 10rem;
}

.seccion-cursos {
  width: 90%;
  margin: auto;
}
.seccion-cursos .cursos-demandados {
  display: none;
}
.seccion-cursos .anuncio {
  margin-bottom: 20rem;
}
@media (min-width: 868px) {
  .seccion-cursos .anuncio {
    margin-bottom: 10rem;
  }
}
@media (min-width: 868px) {
  .seccion-cursos {
    width: 100%;
    margin: 0;
    max-width: 120rem;
  }
  .seccion-cursos div {
    margin-bottom: 0;
  }
}

.principal-contacto {
  width: 90%;
  margin: auto;
}
@media (min-width: 868px) {
  .principal-contacto section {
    max-width: 60rem;
    margin: auto;
  }
  .principal-contacto h2 {
    padding: 0rem 0 5rem 0;
  }
}

.contacto-mensaje__enviado {
  margin: 0;
  padding: 0 !important;
  font-weight: 900;
  color: #E08709;
}

.formulario {
  margin-top: 20rem;
}
@media (min-width: 968px) {
  .formulario {
    margin-top: 5rem;
  }
}
.formulario span {
  color: #E08709;
}
.formulario p {
  font-size: 1.4rem;
  color: #333333;
  margin: 2rem 0 0 0;
}
.formulario legend {
  font-size: 2rem;
  color: #333333;
}
.formulario label {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  width: 100%;
}
.formulario input:not([type=submit]),
.formulario textarea,
.formulario select {
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.formulario textarea {
  height: 20rem;
}
.formulario .forma-contacto {
  max-width: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formulario input[type=radio] {
  margin: 0;
  width: auto;
  width: 1.5rem;
  height: 1.5rem;
}
.formulario input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  font-size: 120%;
}
.formulario .visualizacion label {
  justify-content: flex-start;
  align-items: center;
}
.formulario .visualizacion div {
  display: flex;
  border-bottom: 1px solid #000000;
}
.formulario .visualizacion input {
  margin: 2rem;
  padding: 2rem;
}
.formulario .visualizacion p {
  width: 100%;
}

.formulario_layout {
  margin-top: 5rem;
}

.contenido-nosotros {
  width: 85%;
  margin: auto;
}
@media (min-width: 868px) {
  .contenido-nosotros {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: space-around;
  }
}

.metodos {
  margin-top: 9rem;
}

@media (min-width: 868px) {
  .contenido_nosotros__imagen {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 80%;
    margin-left: 10%;
    margin-top: 9rem;
  }
  .contenido_nosotros__imagen img {
    padding: 1rem;
  }
}
.contenido_nosotros__imagen .opac {
  display: none;
}
@media (min-width: 868px) {
  .contenido_nosotros__imagen .opac {
    display: block;
  }
  .contenido_nosotros__imagen .opac picture {
    margin-bottom: 10rem;
  }
}

@media (min-width: 868px) {
  .contenido-nosotros_imagen2 {
    display: none;
  }
}

.texto-nosotros blockquote {
  font-weight: 900;
  font-size: 2.2rem;
  margin: 3rem 0 0 0;
  padding-left: 1rem 0 3rem 0;
}

.contenido-blog__h1 {
  margin-top: 10rem;
  width: 90%;
  margin-left: 5%;
}

.entrada-blog {
  margin-bottom: 10rem !important;
}
.entrada-blog .imagen {
  margin-top: 3rem;
}

.blog-parcial .imagen {
  margin-top: 0rem;
}

@media (min-width: 868px) {
  .contenedor-blog {
    display: grid;
    gap: 1;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 868px) {
  .contenedor-blog__contenido {
    grid-column: 1/4;
    position: relative;
    margin-top: 7rem;
  }
  .contenedor-blog__contenido :last-of-type {
    position: sticky;
    top: 5%;
  }
}

.noticias-blog {
  font-size: 4rem !important;
  margin-bottom: 8rem !important;
}
.noticias-blog:after {
  content: "";
  display: flex;
  justify-content: center;
  width: 50%;
  margin-left: 25%;
  height: 0.5rem;
  background-color: #E08709;
  margin-top: 1rem;
}
@media (min-width: 868px) {
  .noticias-blog {
    text-align: left;
  }
}

.contenedor-blog__rss {
  width: 90%;
  margin: auto;
  margin-top: 7rem;
}
.contenedor-blog__rss h2 {
  font-size: 2.8rem;
  margin-top: 0;
}
.contenedor-blog__rss ul {
  padding: 0;
}
.contenedor-blog__rss li {
  color: #000000;
}
.contenedor-blog__rss .fecha {
  color: #b91010;
}

.resumen-curso {
  max-width: 100rem;
  margin: auto;
}

.contenido-anuncio__descripcion {
  resize: none;
  overflow-y: hidden;
  border: none;
  width: 90%;
}

.contenido-blog__individual {
  width: 90%;
  margin: auto;
}
.contenido-blog__individual picture {
  margin-bottom: 5rem;
}
@media (min-width: 868px) {
  .contenido-blog__individual {
    max-width: 100rem;
    width: 100%;
    margin: auto;
  }
  .contenido-blog__individual img {
    width: 60%;
    margin-left: 20%;
  }
}

.resumen-curso {
  width: 90%;
  margin: auto;
}
.resumen-curso textarea {
  width: 100%;
  height: auto;
  resize: none;
  border: none;
  outline: none;
  padding: 2rem 1rem 2rem 1rem;
  overflow-y: hidden;
}
.resumen-curso textarea :hover {
  border: none;
}
.resumen-curso .precio {
  color: #71B100;
  font-size: 3rem;
}

.curso-individual h1 {
  padding: 4rem;
}
@media (min-width: 868px) {
  .curso-individual h1 {
    margin-top: 15rem;
  }
}

.legal {
  width: 90%;
  margin: auto;
  padding: 3rem;
  margin-bottom: 5%;
}
.legal h1 {
  padding-top: 4rem;
  color: #E08709;
}
.legal i {
  word-break: break-all;
}
.legal a {
  text-decoration: underline;
  color: #E08709;
}
@media (min-width: 868px) {
  .legal {
    max-width: 100rem;
  }
}

.mapa {
  width: 90%;
  margin-left: 5%;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  height: 45rem;
}
@media (min-width: 868px) {
  .mapa {
    max-width: 100rem;
    margin: auto;
    height: 48rem;
    padding: 4rem;
  }
}

@media (min-width: 868px) {
  .seccion {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}

.seccion-internas {
  margin-top: 5rem;
  transition: 0.3s linear;
}
@media (min-width: 868px) {
  .seccion-internas {
    margin-top: 15rem;
    max-width: 120rem;
    margin: auto;
  }
}

.contenido-centrado {
  max-width: 80rem;
  margin: auto;
}

.alerta li {
  color: #b91010;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: break-all;
}
@media (min-width: 296px) {
  body {
    word-break: normal;
  }
}

p {
  color: #000000;
  font-size: 2rem;
}

textarea {
  resize: none;
  font-size: 2rem;
}

a {
  text-decoration: none;
}

img,
picture {
  width: 100%;
  display: block;
}

h1, h2, h3 {
  font-family: "Lato", sans-serif;
  margin: 2.5rem 0;
  font-weight: 300;
  text-align: center;
}

h1 {
  font-size: 4.4rem;
  margin-bottom: 8rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.6rem;
}

li {
  color: #FFFFFF;
  list-style: none;
}

.dark-mode {
  background-color: #1a1a1a;
}
.dark-mode .article {
  display: none;
}
.dark-mode p {
  color: #FFFFFF;
}
.dark-mode a, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4 {
  color: #e1e1e1;
}
.dark-mode .anuncio,
.dark-mode .resumen-propiedad {
  background-color: #333333;
  border: 1px solid #333333;
}
.dark-mode .anuncio .precio,
.dark-mode .resumen-propiedad .precio {
  color: #71B100;
}
.dark-mode .anuncio .icono,
.dark-mode .resumen-propiedad .icono {
  filter: invert(100%);
}
.dark-mode .texto-nosotros blockquote {
  color: #FFFFFF;
}
.dark-mode .formulario label,
.dark-mode .formulario legend,
.dark-mode .formulario p {
  color: #e1e1e1;
}
.dark-mode .formulario input:not([type=submit]),
.dark-mode .formulario textarea,
.dark-mode .formulario select {
  background-color: #333333;
  border: 1px solid #333333;
  color: #FFFFFF;
}
.dark-mode textarea {
  background: #000000;
  color: #FFFFFF;
  padding: 1rem;
}
.dark-mode .descripcion {
  color: #FFFFFF;
}

.boton-amarillo {
  background-color: #E08709;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
}
.boton-amarillo:hover {
  background-color: #c77808;
  cursor: pointer;
}

.boton-amarillo-block {
  background-color: #E08709;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
}
.boton-amarillo-block:hover {
  background-color: #c77808;
  cursor: pointer;
}

.boton-verde {
  background-color: #71B100;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
}
.boton-verde:hover {
  background-color: #619800;
  cursor: pointer;
}
.boton-verde:hover {
  color: #aaee36;
}

.boton-verde-block {
  background-color: #71B100;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
}
.boton-verde-block:hover {
  background-color: #619800;
  cursor: pointer;
}
.boton-verde-block:hover {
  color: #aaee36;
}

.boton-rojo {
  background-color: #b91010;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
  width: 100%;
}
.boton-rojo:hover {
  background-color: #a20e0e;
  cursor: pointer;
}

.boton-rojo__inline {
  background-color: #b91010;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
}
.boton-rojo__inline:hover {
  background-color: #a20e0e;
  cursor: pointer;
}

.boton-azul {
  background-color: #3c3ca5;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
}
.boton-azul:hover {
  background-color: #353592;
  cursor: pointer;
}

.boton-eliminar {
  font-size: 1.2rem;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 0 1rem 0;
  text-align: center;
  margin-top: 1.25rem;
  display: block;
  border: none;
  color: #fc2f2f;
}
.boton-eliminar:hover {
  background-color: black;
  cursor: pointer;
}
.boton-eliminar:hover {
  color: #b91010;
}

.boton-eliminar__inline {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
  border: none;
  color: #fc2f2f;
}
.boton-eliminar__inline:hover {
  background-color: black;
  cursor: pointer;
}
.boton-eliminar__inline:hover {
  color: #b91010;
}

.boton-actualizar {
  font-size: 1.2rem;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 0 1rem 0;
  text-align: center;
  margin-top: 1.25rem;
  display: block;
  border: none;
}
.boton-actualizar:hover {
  background-color: black;
  cursor: pointer;
}
.boton-actualizar:hover {
  color: #8e8dac;
}

.boton-crear {
  background-color: #02022e;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2.5rem;
  display: block;
  border: none;
  margin-left: 0.1rem;
  color: #71B100;
}
.boton-crear:hover {
  background-color: #010116;
  cursor: pointer;
}
.boton-crear:hover {
  color: #aaee36;
}

.botones-admin {
  color: #FFFFFF;
  padding: 0.5rem;
}
.botones-admin:hover {
  color: #8e8dac;
}
@media (min-width: 968px) {
  .botones-admin {
    padding: 2rem;
  }
}

.admin-botones__ocultar {
  display: none;
}

.inicio-admin {
  padding: 2rem;
}
.inicio-admin img {
  position: relative;
  margin-top: -4rem;
  z-index: -1;
}
@media (min-width: 968px) {
  .inicio-admin img {
    margin-top: -6rem;
  }
}

@media (min-width: 968px) {
  .principal-admin {
    display: grid;
    grid-template-columns: 15% 85%;
  }
}

.admin-titulo__enacbezado {
  margin-top: 0;
}

@media (min-width: 968px) {
  .principal-admin__sticky {
    margin-top: 9.5rem;
    width: 100%;
    min-height: 114%;
    background: #01012b;
  }
}

.principal-admin__enlaces {
  display: flex;
  flex-direction: column;
  max-width: 60rem;
  margin: auto;
  align-items: center;
  margin-top: 10rem;
  min-height: 60rem;
}
.principal-admin__enlaces a {
  color: #000000;
  background-color: #000000;
  border: 1px solid #000000;
  margin: 1rem;
  width: 80%;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 968px) {
  .principal-admin__enlaces {
    margin-top: 0rem;
    display: flex;
    position: sticky;
    top: 9.5rem;
    height: 60rem;
    background: #02022e;
    flex-direction: column;
    align-items: start;
    padding-bottom: 10rem;
  }
  .principal-admin__enlaces p {
    width: 100%;
    text-align: center;
    padding: 2rem 0.5rem 2rem 0.5rem;
    background-color: #FFFFFF;
    border-right: 1px solid #01012b;
  }
  .principal-admin__enlaces a {
    padding: 2rem 2rem 0rem 3rem;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    margin: 0rem;
    text-align: left;
  }
}

.principal-admin__contenido {
  margin-top: 19rem;
}
.principal-admin__contenido .principal-admin__titulos {
  display: none;
}
.principal-admin__contenido .principal-admin__cursos ul {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin: 10rem 0 10rem 0;
  padding: 0 2rem 0 2rem;
  border-bottom: 1px solid #000000;
}
.principal-admin__contenido .principal-admin__cursos ul li {
  color: #000000;
  text-align: center;
  padding: 1rem;
}
.principal-admin__contenido .principal-admin__cursos ul li:nth-child(2), .principal-admin__contenido .principal-admin__cursos ul li:nth-child(5), .principal-admin__contenido .principal-admin__cursos ul li:nth-child(6), .principal-admin__contenido .principal-admin__cursos ul li:nth-child(7), .principal-admin__contenido .principal-admin__cursos ul li:nth-child(8) {
  display: none;
}
.principal-admin__contenido .principal-admin__cursos ul li:nth-child(1) {
  order: 2;
}
.principal-admin__contenido .principal-admin__cursos ul li:nth-child(3) {
  order: 1;
  font-size: 2rem;
}
.principal-admin__contenido .principal-admin__cursos ul li:nth-child(4) {
  order: 3;
}
.principal-admin__contenido .principal-admin__cursos ul li:nth-child(9) {
  order: 4;
  align-self: flex-end;
}
@media (min-width: 968px) {
  .principal-admin__contenido {
    margin-top: 12rem;
    display: block;
  }
  .principal-admin__contenido .principal-admin__titulos {
    display: inline;
    position: fixed;
    width: 85%;
    background: #FFFFFF;
    margin-left: 0;
  }
  .principal-admin__contenido .principal-admin__titulos ul {
    margin-top: 1rem;
    border-bottom: 10px solid #E08709;
    padding-bottom: 1.15rem;
  }
  .principal-admin__contenido .principal-admin__titulos ul li {
    margin: auto;
  }
  .principal-admin__contenido .principal-admin__titulos ul, .principal-admin__contenido .principal-admin__cursos ul {
    display: grid;
    grid-template-columns: 10% 3% 25% 10% 12% 6% 7.5% 15% 10%;
    grid-template-rows: auto;
    align-items: center;
    justify-content: center;
    padding: 2rem 0 2.1rem 0;
    margin: 0rem 0 0rem 0rem;
  }
  .principal-admin__contenido .principal-admin__titulos ul li, .principal-admin__contenido .principal-admin__cursos ul li {
    color: #000000;
  }
  .principal-admin__contenido .principal-admin__cursos {
    margin-top: 10rem;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(2), .principal-admin__contenido .principal-admin__cursos ul li:nth-child(5), .principal-admin__contenido .principal-admin__cursos ul li:nth-child(6), .principal-admin__contenido .principal-admin__cursos ul li:nth-child(7), .principal-admin__contenido .principal-admin__cursos ul li:nth-child(8) {
    display: block;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(1) {
    order: 1;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(2) {
    order: 2;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(3) {
    order: 3;
    font-size: 1.6rem;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(4) {
    order: 4;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(5) {
    order: 5;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(6) {
    order: 6;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(7) {
    order: 7;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(8) {
    order: 8;
  }
  .principal-admin__contenido .principal-admin__cursos ul li:nth-child(9) {
    order: 9;
  }
}

.admin-profesores {
  margin-top: 25rem;
}
@media (min-width: 968px) {
  .admin-profesores {
    margin-top: 5rem;
  }
}
.admin-profesores ul {
  margin-bottom: 10rem;
}
.admin-profesores ul::after {
  content: "";
  display: block;
  width: 15rem;
  margin: auto;
  height: 0.5rem;
  background-color: #E08709;
  margin-top: 4rem;
}
@media (min-width: 968px) {
  .admin-profesores ul::after {
    width: 45rem;
  }
}
.admin-profesores ul li {
  color: #000000;
  border-bottom: 1px solid #000000;
  padding: 2rem 0 2rem 0;
  word-break: break-all;
}
.admin-profesores ul li span {
  color: #E08709;
}
.admin-profesores ul li span:nth-child(2) {
  font-size: 3rem;
  color: #000000;
}
.admin-profesores ul li:last-of-type {
  border: none;
}

.principal-admin__contenido__curso {
  margin-top: 15rem;
}

.principal-admin__curso {
  max-width: 100rem;
  margin: auto;
}
.principal-admin__curso ul {
  padding: 1.5rem;
  margin-top: 20vw;
}
@media (min-width: 968px) {
  .principal-admin__curso ul {
    margin-top: 0rem;
  }
}
.principal-admin__curso ul li {
  color: #000000;
  border-bottom: 1px solid #000000;
  padding: 2rem 0 2rem 0;
}
.principal-admin__curso ul li span {
  color: #E08709;
}
.principal-admin__curso ul li span:nth-child(2) {
  font-size: 3rem;
  color: #000000;
}
@media (min-width: 968px) {
  .principal-admin__curso ul li img {
    width: 30%;
    margin-left: 35%;
  }
}

.si-verde {
  font-weight: 900;
  color: #71B100 !important;
}

.no-rojo {
  font-weight: 900;
  color: #b91010 !important;
}

.panel-admin__crear {
  margin-top: 14rem;
  padding: 0rem;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 15rem;
}

.actualizar a {
  display: block;
  text-align: center;
}

.imagen-pequeña {
  width: 10rem;
}

.actualizar-alerta li {
  text-align: center;
  color: #b91010;
}

.eliminar {
  margin-top: 15rem;
}

@media (min-width: 968px) {
  .principal-admin__titulos__blog ul, .principal-admin__blog ul {
    grid-template-columns: 8% 3% 18% 15% 27% 15% 4% 10% !important;
  }
}

.principal-admin__blog li:nth-child(8) {
  display: block !important;
  order: 4;
}