/*formato*/
body {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #4D4D4D;
  background-color: #E0DEDE;
}
a {
  color: #E0DEDE;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover {
  color: #FAAF47;
  text-decoration: none;
}
button {
  outline: 0 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
h2 {
  font-size: 1.1rem;
  font-weight: 700;
}
.btn-a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 1.25px;
  color: #4D4D4D;
  background-color: #FAAF47;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  text-transform: uppercase;
  padding: 0.6rem 1.5rem 0.4rem 1.5rem;
}
.btn-a:hover {
  color: #4D4D4D;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
}
.btn-a:active {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 45%);
}
.btn-buscar {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  margin-left: 0.5rem;
  border: 0;
  border-radius: 0.25rem;
  letter-spacing: 1.25px;
  color: #ffffff;
  background-color: #909090;
}
.btn-buscar:hover {
  background-color: #FAAF47;
  color: #4D4D4D;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
}
.btn-buscar:active {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 45%);
}
/*portada*/
#portada {
  color: #E0DEDE;
  background: #000000 url("recursos/profesor_estrada.jpg") no-repeat right top;
  background-size: contain;
}
#portada .sombra {
  min-height: 100%;
  background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 65%);
}
#pad-movil {
  transition: padding 0.35s ease;
}
#navbar {
  justify-content: flex-end;
  padding: 0;
}
#logo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 5rem;
  margin-bottom: 0.5rem;
  color: #FAAF47;
}
#logo .logo-nombre {
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 3.3rem;
  text-align: right;
  padding-right: 1.5rem;
  border-right: 2px solid #ffffff;
}
#logo .redes {
  margin-left: 1rem;
}
#logo .redes a {
  color: #FAAF47;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  text-align: center;
  border-radius: 5px;
}
#logo .redes a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#logo .redes #btn-menu {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
#menu {
  align-items: flex-start;
  font-size: 1.1rem;
  padding-left: 2rem;
  padding-right: 50px;
}
#menu ul.nav-child {
  display: none;
}
#menu ul.menu {
  height: 4rem;
  align-items: center;
}
#menu ul.menu li > a {
  display: block;
  padding: 0.5rem;
  transition: none;
}
#menu ul.menu li > a:hover {
  font-size: 1.3em;
  font-weight: 900;
  color: #FAAF47;
}
#descripcion {
  font-size: 15px;
  margin-top: 3rem;
  margin-bottom: 4.5rem;
}
#descripcion #resumen-carrusel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
#descripcion #resumen-carrusel .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background-color: #fff;
}
#descripcion #resumen-carrusel .carousel-inner {
  padding: 0 50px 30px 50px;
}
#descripcion #resumen-carrusel .carousel-inner .carousel-item {
  position: relative;
  padding-left: 62px;
  padding-bottom: 50px;
  height: 100%;
}
#descripcion #resumen-carrusel .carousel-inner .carousel-item p {
  margin: 0;
}
#descripcion #resumen-carrusel .carousel-control-prev,
#descripcion #resumen-carrusel .carousel-control-next {
  width: 50px;
}
#descripcion #resumen-carrusel .far,
#descripcion #resumen-carrusel .fab,
#descripcion #resumen-carrusel .fas {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 33px;
}
#descripcion #resumen-carrusel .resume-tab {
  margin-top: 2.6vh;
  padding-top: 3.4vh;
  border-top: 2px solid #fff;
}
#descripcion #resumen-carrusel .comillas {
  position: absolute;
  top: 5px;
  left: 16px;
  color: #FAAF47;
  font-size: 7.5rem;
}
#descripcion #resumen-carrusel .tab-intro span {
  font-weight: 700;
  color: #FAAF47;
}
#descripcion #resumen-carrusel .tab-nointro {
  font-style: italic;
}
#descripcion #resumen-carrusel .tab-nointro h2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: justify;
}
#buscar {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.5rem;
}
#buscar #input-buscar:focus {
  border-color: #FAAF47;
  box-shadow: 0 0 0 0.2rem rgba(250, 175, 79, 0.25);
}
#buscar .btn-buscar {
  width: 120px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  border: 0;
  border-radius: 0.25rem;
  letter-spacing: 1.25px;
  color: #D5D5D5;
  background-color: #909090;
}
#buscar .btn-buscar:hover {
  color: #000000;
  background-color: #FAAF47;
  box-shadow: 0 0 2px black;
}
#portada-sombra {
  height: 2rem;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
/*contenido*/
#contenido .destacados {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem;
  margin: 2rem 0;
  color: #ffffff;
  background-color: #25555C;
  border-radius: 2px;
  text-align: center;
}
#contenido .post-box {
  position: relative;
  padding: 1rem 1rem 50px 1rem;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 4px 3px #999;
}
#contenido .post-box .post-titulo {
  display: flex;
  min-height: 4.46rem;
}
#contenido .post-box .post-titulo i {
  min-width: 33px;
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #4095A0;
}
#contenido .post-box .btn-a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
#contenido #pie {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #909090;
}
#contenido #pie span {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 3rem;
}
#contenido #pie i {
  display: block;
}
#contenido #pie .fab {
  font-size: 2rem;
  padding: 0 0.3rem;
}
#contenido #pie .fa-facebook-square {
  color: #3b5999;
}
#contenido #pie .fa-google-plus-square {
  color: #dd4b39;
}
#contenido #pie .fa-twitter-square {
  color: #55acee;
}
#pie-sombra {
  height: 2rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
@media (max-width: 1199px) {
  #logo {
    margin-top: 4rem;
  }
  #descripcion {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  #buscar {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #portada {
    background-position: center top;
    background-size: cover;
  }
  #portada .sombra {
    background: rgba(0, 0, 0, 0.3) linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 65%);
  }
  #navbar {
    justify-content: flex-start;
  }
  #menu {
    font-size: 1.5rem;
    font-weight: 900;
  }
  #menu ul.menu {
    height: auto;
  }
  #menu ul.menu li > a:hover {
    font-size: inherit;
  }
  #buscar {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
  #portada {
    background-attachment: fixed;
  }
  #portada .sombra {
    background: rgba(0, 0, 0, 0.7);
  }
  #navbar {
    justify-content: center;
  }
  #logo {
    justify-content: center;
  }
  #logo .redes a {
    font-size: 30px;
    width: 40px;
    height: 40px;
  }
  #menu {
    padding: 0;
  }
}
@media (max-width: 575px) {
  #portada {
    background-position: 75% top;
  }
  #navbar {
    justify-content: center;
  }
  #logo .logo-nombre {
    font-size: 2.5rem;
    padding-right: 1rem;
  }
  #logo .redes {
    margin-left: 0.5rem;
  }
  #descripcion #resumen-carrusel > a {
    display: none;
  }
  #descripcion #resumen-carrusel .carousel-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #descripcion #resumen-carrusel .carousel-inner .carousel-item {
    padding-top: 1.2rem;
    padding-left: 0;
  }
  #descripcion #resumen-carrusel .carousel-inner .carousel-item .comillas {
    display: none;
  }
}
