@import estilo.css;
.area_titulo {
  position: relative;
  padding: 80px 0px;
}
.foto_fondotitulo {
  width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.tituloseccion {
  top: 40px;
  color: white;
  padding-left: 20px;
  position: absolute;
  z-index: 2;
}
.linea_titulo {
  border: 0;
  height: 3px;
  background-color: var(--rojo);
  max-width: 60px;
  margin: 0;
  left: 0;
  margin-top: 10px;
}
.contenedor_mision {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contenedor_mision figure {
  width: 49%;
}
.contenedor_mision figure img {
  width: 100%;
}
.vision_mision {
  width: 49%;
  line-height: 24px;
}
.vision_mision h3 {
  margin-bottom: 20px;
}
.vision_mision ul {
  list-style: none;
  font-weight: bold;
}
.vision_mision i {
  margin-right: 10px;
}
.profesorado {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #f7f7f7;
}
.profesorado article {
  max-width: 500px;
  margin-bottom: 15px;
}
.profesorado article p {
  padding: 5px 0px;
}
.profesorado article div {
  margin-left: 15px;
}
.contenedor_iconos {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.contenedor_iconos article {
  width: 49%;
}
.contenedor_iconos div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.contenedor_iconos div p {
  font-weight: bold;
  padding-left: 20px;
}
.planestudios {
  padding: 30px 10px;
  text-align: center;
}
.btn_azul {
  background-color: var(--azulfuerte);
  color: white;
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.5s;
}
.btn_azul:hover {
  background-color: var(--grisobscuro);
}
.btn_azul i {
  padding-right: 10px;
}
.contenedor_produccion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.contenedor_produccion article {
  border: 1px var(--azulfuerte) solid;
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
}
.fecha {
  max-width: 60px;
  display: flex;
  font-weight: bold;
  flex-direction: column;
}
.informacion_produccion {
  padding: 20px 0px;
  flex-grow: 1;
  padding-left: 15px;
}
.diames {
  background-color: var(--azulmedio);
  padding: 10px;
  text-align: center;
  color: white;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.anio {
  background-color: var(--grisobscuro);
  padding: 10px;
  text-align: center;
  color: white;
}
.informacion_produccion p {
  padding: 15px 0px;
}
.azul2 {
  color: var(--azulbajo);
  font-weight: bold;
}
.descargar {
  color: var(--azulmedio);
  font-weight: bold;
}
.contenedorfotos {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 10px;
}
.contenedorfotos article {
  width: 490px;
  border-radius: 10px;
  border: 1px var(--azulfuerte) solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
}
.contenedorfotos figure {
  width: 300px;
  padding: 5px;
  height: 200px;
}
.contenedorfotos figure img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infoalbum {
  flex-grow: 1;
  padding: 15px;
}
.infoalbum figure {
  width: 290px;
  border: 1px red solid;
}
.infoalbum h3,
p {
  padding-bottom: 10px;
}
.infoalbum i {
  padding-left: 10px;
}
.gris {
  background-color: #f7f7f7;
  padding: 10px;
}
.cintilla {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cintilla h2 {
  flex-grow: 1;
  text-align: center;
}
.fecha_album {
  padding: 20px;
  text-align: center;
}
.descripcionalbum {
  padding: 10px;
}
.contenedor_album {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.contenedor_album figure {
  max-width: 350px;
  margin-bottom: 20px;
}
.contenedor_album figure a {
  filter: brightness(100%);
  transition: all 0.5s;
}
.contenedor_album figure a:hover {
  filter: brightness(65%);
}
.contenedor_album figure img {
  width: 100%;
  border-radius: 10px;
}
.contenedor_album figcaption {
  padding: 10px 10px 20px 10px;
  text-align: center;
  font-weight: bold;
}
.contenedor_evaluacion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.contenedor_evaluacion article {
  background-image: url(../imagenes/fondo_evaluacion.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  padding: 20px;
  background-position: center center;
  margin-bottom: 20px;
}
.contenedor_evaluacion article h3 {
  text-align: center;
  padding-bottom: 20px;
}
.contenedor_evaluacion article i {
  padding-left: 10px;
}
#titulocarrousel {
  width: 90%;
  margin: auto;
  padding: 15px 10px;
}
#fechacarrousel {
  padding: 5px 10px;
  width: 90%;
  font-size: 14px;
  margin: auto;
  font-weight: normal;
}
#parrafocarrousel {
  width: 90%;
  margin: auto;
  padding: 15px 10px;
}
#fotocarrousel {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#pdf {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 10px 20px;
}
