/* footer */


@media screen and (min-width: 1200px) {
  footer {
    height: 1064.46px;
  }
}

@media screen and (min-width: 1300px) {
  footer {
    height: 1064.46px;
  }
}

@media screen and (min-width: 1400px) {
  footer {
    height: 111.46px;
  }
}

@media screen and (min-width: 1600px) {
  footer {
    height: 1016.46px;
  }
}

@media screen and (min-width: 1630px) {
  footer {
    height: 996.46px;
  }
}

@media screen and (min-width: 1680px) {
  footer {
    height: 1026.46px;
  }
}

@media screen and (min-width: 1800px) {
  footer {
    height: 1026.46px;
  }
}

@media screen and (min-width: 1920px) {
  footer {
    height: 1056.46px;
  }
}

@media screen and (min-width: 2100px) {
  footer {
    height: 1026.46px;
  }
}


/* contenedor-footer */

/* franja-AJ */

.franja-AJ {
  height: 460px;
  margin: 20px 20px 50px 20px;
  border-radius: .6em;
  color: #3366cc;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 4%), 0 1px 10px 0 rgb(0 0 0 / 15%);
}
@media screen and (min-width: 250px) {
  .franja-AJ {
    height: 500px;
  }
}
@media screen and (min-width: 400px) {
  .franja-AJ {
    height: 450px;
  }
}

@media screen and (min-width: 576px) {
  .franja-AJ {
    height: 380px;
  }
}

@media screen and (min-width: 630px) {
  .franja-AJ {
    height: 380px;
  }
}

@media screen and (min-width: 700px) {
  .franja-AJ {
    height: 360px;
  }
}

@media screen and (min-width: 992px) {
  .franja-AJ {
    height: auto;
    font-size: 16px;
    margin: 20px 20px 100px 20px;
  }
}

.creditos {
  display: flex;
  height: 100%;
  line-height: 22px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 20px 0 20px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .creditos {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin: 0 0 0 30px;
  }
}

.control-versiones {
  display: flex;
  height: 100%;
  line-height: 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 20px 0 20px;
}

@media screen and (min-width: 992px) {
  .control-versiones {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
    margin: 0 30px 0 0;
  }
}

.actualizacion {
  display: flex;
  height: 100%;
  line-height: 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 20px 0 20px;
}

@media screen and (min-width: 992px) {
  .actualizacion {
    line-height: 20px;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
    margin: 0 30px 0 0;
  }

}

.entidad {
  display: flex;
  height: 100%;
  line-height: 18px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 20px 0 20px;
  padding: 40px 0 0 0;
}

@media screen and (min-width: 992px) {

  .entidad {
    line-height: 20px;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
    margin: 0 30px 0 0;
    padding: 0 0 40px 0;
  }

}

.logo-aj-visible {
  display: flex;
  justify-content: center;
  margin: 0 20px 0 20px;
}

@media screen and (min-width: 992px) {
  .logo-aj-visible {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin: 0 0 0 30px;
    padding-top: 20px; /* Hasta 20220523: 40px, el nuevo logo AJ tiene margen superior */
  }
}

.logo-aj-visible img {
  width: 180px;
}
.right-panel-contacto img{
  width: 320px;
  height: 320px;
  max-width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {

  .logo-aj-visible img {
    width: 200px;
    margin-left: -20px;
  }
}

.nombre-obra {
  display: flex;
  font-weight: 600;
  height: 100%;
  line-height: 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 20px 0 20px;
}

@media screen and (min-width: 992px) {

  .nombre-obra {
    line-height: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin: 0 0 0 30px;
  }

}

.isbn {
  display: flex;
  height: 100%;
  line-height: 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 20px 0 20px;
}

@media screen and (min-width: 992px) {

  .isbn {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin: 0 0 0 30px;
  }

}

/* -> franja-AJ */


/* barra-final */

.barra-final {
  color: #3366cc;
  font-size: 14px;
  max-width: 100%;
}

.barra-final a {
  font-weight: 600;
}
.barra-final p {
  font-weight: 600;
  max-width: 100%;
}


.barra-final a:hover {
  text-decoration: none;
}

.contenedor-barra-final {
  height: 100%;
  max-width: 100%;
}

.grid-contenedor-barra-final {
  height: 100%;
}

.franja-blanca-inferior {
  max-width: 100%;
  background-color: #ffffff;
}

.franja-roja-inferior {

  max-width: 100%;
  background-color: #f42f63;
}

.contacto {
  background-color: #ffffff;
  border: 1px solid #3367cc;
  border-radius: 25px;
  text-align: center;
  line-height: 1.5rem;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  margin-bottom: 14px;
  max-width: 100%;
}

@media screen and (min-width: 600px) {
  .contacto {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 768px) {
  .contacto {
    text-align: left;
    font-size:16px;
    margin-bottom: 0;
  }
}

.left-panel-contacto {
  padding: 20px 20px 30px 20px;
}

@media screen and (min-width: 400px) {
  .left-panel-contacto {
    padding: 20px 30px 30px 30px;
  }
}

@media screen and (min-width: 576px) {
  .left-panel-contacto {
    padding: 20px 80px 30px 80px;
  }
}

@media screen and (min-width: 768px) {
  .left-panel-contacto {
    padding: 20px 0 30px 15px;
  }
}

@media screen and (min-width: 992px) {
  .left-panel-contacto {
    padding: 20px 0 30px 40px;
  }
}

.left-panel-contacto ul.icons-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.left-panel-contacto ul.icons-list li {
  display: inline-block;
  margin: 10px 5px;
  vertical-align: middle;
}

.left-panel-contacto ul.icons-list li a {
  display: block;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  border-color: #3367cc;
  outline-color: #3367cc;
}

.svg-inline--fa {
  display: inline-block;
  vertical-align: -.125em;

  font-size: 24px;
  width: 24px;
  height: 24px;

  border-radius: 50%;
  background: #3367cc;
  color: #ffffff;
  padding: 5px;

  overflow: visible;
}

.left-panel-contacto ul.menu {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.left-panel-contacto ul.menu li {
  margin-right: 20px;
  position: relative;
  list-style: none;
  padding: 0;
}

.left-panel-contacto ul.menu li a {
  display: block;
  color: #3367cc;
  font-size: 14px !important;
  padding: 8px 0;
  text-decoration: none;
  font-weight: 600;
}

#block-cleanplus-footer-menu {
  display: none;
}

.titulo-principal-footer {
	display: block;
	line-height: 1.20;
	padding: 0;
	margin: 20px 0 10px 0;
	font-size: 1.75em;
	font-weight: 700;
	font-family: 'Montserrat', Helvetica Neue, Arial, Sans-serif;
}


.titulo-auxiliar-footer {
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 10px 0;
  font-size: 1.15em;
  font-weight: 700;
  font-family: 'Montserrat', Helvetica Neue, Arial, Sans-serif;
}

.right-panel-contacto {
  padding: 20px 20px 30px 20px;
}

@media screen and (min-width: 400px) {
  .right-panel-contacto {
    padding: 20px 30px 30px 30px;
  }
}

@media screen and (min-width: 576px) {
  .right-panel-contacto {
    padding: 20px 80px 30px 80px;
  }
}

@media screen and (min-width: 768px) {
  .right-panel-contacto {
    padding: 20px 15px 30px 0;
  }
}

@media screen and (min-width: 992px) {
  .right-panel-contacto {
    padding: 20px 40px 30px 0;
  }
}

/* -> barra-final */

/* -> Footer */

@media screen and (max-width: 480px) {

  .logo-aj-visible img {
    width: 140px;
  }

  .creditos,
  .control-versiones,
  .actualizacion,
  .entidad,
  .nombre-obra,
  .isbn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0;
    padding: 0;
  }

  .left-panel-contacto,
  .right-panel-contacto {
    padding: 10px;
  }

  .contacto {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .titulo-principal-footer,
  .titulo-auxiliar-footer {
    font-size: 1.2em;
    text-align: center;
  }

  .barra-final {
    font-size: 13px;
    text-align: center;
  }

  .left-panel-contacto ul.menu {
    flex-direction: column;
    align-items: center;
  }

  .left-panel-contacto ul.menu li {
    margin: 5px 0;
  }
}
  .icono-face-footer img,
  .icono-ig-footer img,
  .icono-linke-footer img,
  .icono-youtube-footer img,
  .icono-x-footer img{
  background-color: #ffffff;
  width: 32px;
  height: 32px;
    }

.iconos-redes-footer{
  gap:10px;
  width: 220px;
  padding: 2px;
}

.redes-sociales li{
  text-decoration: none;
  list-style:none;
  width: 32px;
}


.iconos-redes-footer {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 2px;
  justify-content: flex-start; /* Por defecto alineado a la izquierda */
}

@media screen and (max-width: 768px) {
  .iconos-redes-footer {
    justify-content: center; /* Centrado en pantallas pequeñas */
  }
}


@media screen and (max-width: 350px) {

  .icono-face-footer img,
  .icono-ig-footer img,
  .icono-linke-footer img,
  .icono-youtube-footer img,
  .icono-x-footer img{
      width: 25px;  
      height: 25px;
    }

}