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

::selection {
  background-color: hsl(29deg, 78%, 43%);
  color: hsl(0deg, 0%, 100%);
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  background-color: hsl(0deg, 0%, 100%);
}

img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

main {
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: clamp(6rem, 5vw + 2rem, 7rem);
}

.main__background-base {
  background-image: url("/images/fondo-base.svg");
  background-color: hsl(0deg, 0%, 100%);
}

.main__background-home {
  background-image: url("/images/fondo-home.jpg");
  background-color: hsl(0deg, 0%, 100%);
  background-size: contain;
}

@media only screen and (max-width: 1200px) {
  .main__background-home {
    background-size: 170%;
    background-position-x: center;
  }
}
@media only screen and (max-width: 600px) {
  .main__background-home {
    background-size: 400%;
    background-position-x: center;
  }
}
.main__titulo {
  font-family: "Montserrat";
  font-size: 1.86rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  text-transform: uppercase;
}

.container {
  padding: 3rem 4rem;
}
.container--oscuro {
  background-color: hsl(203deg, 100%, 97%);
}

.container-proximos {
  padding: 3rem 4rem;
  padding-top: 0;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 3rem 1rem;
  }

  .container-proximos {
    padding: 3rem 1rem;
    padding-top: 0;
  }
}
.nobreak {
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.btn--regular {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 1px solid hsl(204deg, 100%, 31%);
  border-radius: 4px;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
  box-shadow: 0 0 10px 3px rgba(48, 48, 48, 0.1);
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(204deg, 100%, 31%);
}
.btn--regular:hover {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 1px solid hsl(204deg, 100%, 31%);
  border-radius: 4px;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
  background: radial-gradient(circle at top center, hsl(204deg, 97%, 54%), hsl(204deg, 100%, 31%));
  color: hsl(0deg, 0%, 100%);
  box-shadow: 0 1px 2px 1px rgba(48, 48, 48, 0.5);
  transform: scale(0.95);
  border: none;
}

.btn--small {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 1px solid hsl(204deg, 100%, 31%);
  border-radius: 4px;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
  box-shadow: 0 0 10px 3px rgba(48, 48, 48, 0.1);
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 400;
  color: hsl(204deg, 100%, 31%);
}
.btn--small:hover {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 1px solid hsl(204deg, 100%, 31%);
  border-radius: 4px;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
  background: radial-gradient(circle at top center, hsl(204deg, 97%, 54%), hsl(204deg, 100%, 31%));
  color: hsl(0deg, 0%, 100%);
  box-shadow: 0 1px 2px 1px rgba(48, 48, 48, 0.5);
  transform: scale(0.95);
  border: none;
}

.btn--disabled {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 1px solid hsl(204deg, 100%, 31%);
  border-radius: 4px;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
  background-color: hsl(29deg, 84%, 88%);
  border: 1px solid hsl(29deg, 84%, 88%);
  cursor: not-allowed;
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 400;
  color: hsl(29deg, 78%, 43%);
}

.separado {
  margin-bottom: 2rem;
}

.pagination {
  list-style: none;
  display: flex;
  margin-bottom: 2rem;
}
.pagination .page-item {
  margin-right: 1rem;
}
.pagination .page-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 1px solid hsl(204deg, 100%, 31%);
  border-radius: 4px;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
  box-shadow: 0 0 10px 3px rgba(48, 48, 48, 0.1);
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 400;
  color: hsl(204deg, 100%, 31%);
}
.pagination .page-link:hover {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 1px solid hsl(204deg, 100%, 31%);
  border-radius: 4px;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
  background: radial-gradient(circle at top center, hsl(204deg, 97%, 54%), hsl(204deg, 100%, 31%));
  color: hsl(0deg, 0%, 100%);
  box-shadow: 0 1px 2px 1px rgba(48, 48, 48, 0.5);
  transform: scale(0.95);
  border: none;
}
.pagination .page-disabled {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 1px solid hsl(204deg, 100%, 31%);
  border-radius: 4px;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
  background-color: hsl(29deg, 84%, 88%);
  border: 1px solid hsl(29deg, 84%, 88%);
  cursor: not-allowed;
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 400;
  color: hsl(29deg, 78%, 43%);
}

.haztesocio {
  margin: 2rem auto;
  width: 95%;
  padding: 0;
}

.haztesocio a {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
}

.haztesocio img {
  width: 100%;
}

.haztesocio__foto-selected {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: transform 1s ease;
}

.haztesocio a:hover .haztesocio__foto-selected {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.expandida {
  grid-column: 1/-1;
}

.rejilla1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4fr;
  background-color: hsla(0deg, 0%, 100%, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
}

.rejilla1--alfa {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4fr;
}

.rejilla2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4fr;
  background-color: hsla(0deg, 0%, 100%, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
}

.rejilla2A {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  grid-gap: 1rem;
  background-color: hsla(0deg, 0%, 100%, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
}

@media only screen and (max-width: 1200px) {
  .rejilla2A, .rejilla2 {
    grid-template-columns: 1fr;
  }
}
.rejillamultiple {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-gap: clamp(2rem, 3vw, 4rem);
  background-color: hsla(0deg, 0%, 100%, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
}

.rejilla3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: clamp(2rem, 3vw, 4rem);
  background-color: hsla(0deg, 0%, 100%, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
}

.rejilla-celda {
  padding: 2rem;
  height: 100%;
  overflow: auto;
}
.rejilla-celda--expandida {
  grid-column: 1/-1;
}

.subrejilla {
  padding: 0 !important;
}

.columnas {
  columns: 2;
}

@media only screen and (max-width: 1000px) {
  .columnas {
    columns: 1;
  }
}
.numerovolumen {
  font-family: "Montserrat";
  font-size: 1.86rem;
  font-weight: 400;
  color: hsl(204deg, 100%, 31%);
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid hsl(0deg, 0%, 68%);
}
.numerovolumen__titulo {
  font-family: "Montserrat";
  font-size: 1.86rem;
  font-weight: 400;
  color: hsl(204deg, 100%, 31%);
}
.numerovolumen__enlaces {
  display: flex;
  margin-bottom: 2rem;
}
.numerovolumen__enlace {
  margin-right: 1.5rem;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(29deg, 78%, 43%);
  padding: 0.25rem 0.5rem;
}
.numerovolumen__enlace:hover {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  background-color: hsl(29deg, 78%, 43%);
}

.bigarticulo {
  position: relative;
  margin-bottom: 1rem;
}
.bigarticulo__imagen {
  width: 100%;
  aspect-ratio: 4/3;
}
.bigarticulo__content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  max-width: 400px;
  background-color: hsla(255deg, 100%, 100%, 0.9);
  padding: 1.5rem;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 8px hsla(0deg, 0%, 0%, 0.5);
}

.articulo {
  margin-bottom: 1.5rem;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.articulo__contenedor {
  background-color: hsl(0deg, 0%, 100%);
  padding: 1rem 1rem 0 1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.2);
}
.articulo__imagen {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 2rem;
  filter: brightness(0.95);
}
.articulo__seccion {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(204deg, 100%, 31%);
  margin-bottom: 0.5rem;
}
.articulo__titulo {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(0deg, 0%, 19%);
  display: block;
  margin-bottom: 0.3rem;
  text-decoration: none;
  cursor: pointer;
}
.articulo__titulo:hover {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(204deg, 97%, 54%);
}
.articulo__titulo--proximo {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(0deg, 0%, 19%);
  display: block;
  margin-bottom: 0.3rem;
  text-decoration: none;
}
.articulo__autor {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  margin-bottom: 0.3rem;
}
.articulo__tipo {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(29deg, 78%, 43%);
}
.articulo:last-child {
  margin-bottom: 2rem;
}

.mini-article-with-image {
    display:grid; 
    gap:1rem; 
    grid-template-columns:1fr 2fr;
}

.sellos {
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (max-width: 600px) {
  .sellos {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.sello {
  margin-bottom: 3rem;
  width: 100%;
  max-width: 300px;
}
.sello__logotipo {
  display: block;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.sello__descripcion {
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  text-align: center;
}
.sello__enlace {
  text-decoration: none;
  color: hsl(204deg, 97%, 54%);
}
.sello__enlace:hover {
  background-color: hsl(204deg, 100%, 31%);
  color: hsl(0deg, 0%, 100%);
}

.destacado {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.destacado__info {
  min-width: 320px;
  max-width: 500px;
}
.destacado__titulo {
  font-family: "Montserrat";
  font-size: 1.266rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.destacado__descripcion {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  margin-bottom: 1rem;
}
.destacado__logotipo {
  min-width: 300px;
  max-width: 600px;
  box-shadow: 0 0 10px 3px rgba(48, 48, 48, 0.1);
}

.seccion {
  margin-bottom: 4rem;
}
.seccion__titulo {
  font-family: "Montserrat";
  font-size: 1.266rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.seccion__subtitulo {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(204deg, 97%, 54%);
  margin-bottom: 0.5rem;
}
.seccion__parrafo {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  margin-bottom: 1.5rem;
}
.seccion__lista {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: hsl(203deg, 100%, 97%);
  list-style: none;
}
.seccion__lista-item, .seccion__lista-grupo {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 600;
  color: hsl(0deg, 0%, 19%);
  margin-bottom: 0.75rem;
}
.seccion__lista-titulo {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 600;
  color: hsl(0deg, 0%, 19%);
}
.seccion__lista-descripcion {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
}
.seccion__enlace {
  text-decoration: none;
  color: hsl(204deg, 97%, 54%);
}
.seccion__enlace:hover {
  background-color: hsl(204deg, 100%, 31%);
  color: hsl(0deg, 0%, 100%);
}
.seccion__tarifa {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  border: 1px solid hsl(204deg, 100%, 31%);
  background-color: hsl(203deg, 100%, 97%);
  box-shadow: 0 0 10px 3px rgba(48, 48, 48, 0.1);
}
.seccion__tarifa-precio {
  font-family: "Montserrat";
  font-size: 2.887rem;
  font-weight: 700;
  color: hsl(204deg, 100%, 31%);
  margin-right: 1rem;
}
.seccion__tarifa-descripcion {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
}

.botonera {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
.botonera-numeros {
  margin-top: 0.5rem;
}

.volumen {
  width: 100%;
}
.volumen__anyo {
  font-family: "Montserrat";
  font-size: 1.86rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  text-transform: uppercase;
}
.volumen__grupo {
  border: 1px solid hsl(0deg, 0%, 68%);
  display: flex;
  align-items: stretch;
  margin-bottom: 0.5rem;
  max-width: 75vw;
}
.volumen__numero {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  padding: 1rem;
  background-color: hsl(203deg, 100%, 97%);
}
.volumen__ordinal {
  font-family: "Montserrat";
  font-size: 1.266rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.volumen__mes {
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
}
.volumen__titulo {
  align-self: center;
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  margin-right: 1rem;
  flex-grow: 1;
}
.volumen__enlace {
  align-self: center;
  font-family: "Montserrat";
  font-size: 1.266rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  margin-right: 1rem;
  text-decoration: none;
  color: hsl(204deg, 97%, 54%);
  transition: transform ease-in 0.4s;
}
.volumen__enlace:hover {
  color: hsl(204deg, 100%, 31%);
  transform: scale(2) rotate(360deg);
}

.issn {
  padding: 1rem;
  background-color: hsl(203deg, 100%, 97%);
  border: 1px solid hsl(204deg, 97%, 54%);
  box-shadow: 0 0 10px 3px rgba(48, 48, 48, 0.1);
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(0deg, 0%, 19%);
  text-align: center;
  margin-bottom: 4rem;
}

.indexadores {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexadores__logotipo {
  max-width: 500px;
  margin-bottom: 2rem;
}
.indexadores__informacion {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(29deg, 78%, 43%);
  text-align: center;
  max-width: 500px;
}

@media only screen and (max-width: 1200px) {
  .indexadores {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;
  }
}
.empresa {
  box-shadow: 0 0 10px 3px rgba(48, 48, 48, 0.1);
  height: 100%;
}
.empresa__info {
  padding: 1rem;
}
.empresa__nombre {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(0deg, 0%, 19%);
  text-transform: uppercase;
}
.empresa__direccion {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
}
.empresa__direccion--fin {
  margin-bottom: 1rem;
}
.empresa__contacto {
  margin-bottom: 0.4rem;
}
.empresa__contacto i {
  margin-right: 1rem;
  color: hsl(204deg, 100%, 31%);
}
.empresa__enlace {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  text-decoration: none;
  color: hsl(204deg, 97%, 54%);
}
.empresa__enlace:hover {
  background-color: hsl(204deg, 100%, 31%);
  color: hsl(0deg, 0%, 100%);
}

.articulo-ficha__bloque-titulo {
  background-color: hsl(203deg, 100%, 97%);
  padding: 2rem;
}
.articulo-ficha__titulo {
  font-family: "Montserrat";
  font-size: 1.266rem;
  font-weight: 400;
  color: hsl(204deg, 100%, 31%);
  margin-bottom: 0.5rem;
}
.articulo-ficha__autores {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
}
.articulo-ficha__seccion {
  font-family: "Montserrat";
  font-size: 1.266rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  margin-bottom: 1rem;
}
.articulo-ficha__grupo-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.articulo-ficha__titulo-info {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  max-width: 200px;
  min-width: 120px;
}
.articulo-ficha__valor-info {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  min-width: 300px;
}
.articulo-ficha__abstract {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
}
.articulo-ficha__referencias {
  display: flex;
  align-items: center;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  padding: 0.5rem;
}
.articulo-ficha__referencias:nth-child(even) {
  background-color: rgb(238, 238, 238);
}
.articulo-ficha__referencias-enlace {
  font-family: "Montserrat";
  font-size: 1.266rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  text-decoration: none;
  color: hsl(204deg, 97%, 54%);
  margin-right: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.articulo-ficha__referencias-enlace:hover {
  background-color: hsl(204deg, 100%, 31%);
  color: hsl(0deg, 0%, 100%);
}
.articulo-ficha__sponsor {
  display: block;
  max-width: 320px;
  margin-bottom: 2rem;
}

.modelos {
  margin: auto;
  padding: 2rem;
  max-width: 500px;
  background-color: hsl(203deg, 100%, 97%);
  box-shadow: 0 0 10px 3px rgba(48, 48, 48, 0.1);
}
.modelos__titulo {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(0deg, 0%, 19%);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-align: center;
}
.modelos__descripcion {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  text-align: center;
  margin-bottom: 2rem;
}
.modelos__grupo-enlaces {
  display: flex;
  justify-content: space-evenly;
}
.modelos__grupo-enlace {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modelos__enlace {
  font-family: "Montserrat";
  font-size: 2.887rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  text-decoration: none;
  color: hsl(0deg, 0%, 68%);
}
.modelos__enlace:hover {
  color: hsl(204deg, 100%, 31%);
}
.modelos__formato {
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  text-align: center;
}

.opa-gestion {
  margin-bottom: 2rem;
}

.btn-opa-gestion {
  position: relative;
  width: 300px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: hsl(204deg, 97%, 54%);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #cccccc;
  box-shadow: 0px 0px 10px #cccccc;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.btn-opa-gestion__texto {
  margin-left: 60px;
  position: relative;
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 100%);
  text-transform: uppercase;
}
.btn-opa-gestion::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0f3";
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  color: hsl(204deg, 100%, 31%);
  background-color: hsl(203deg, 100%, 97%);
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  white-space: nowrap;
  text-transform: uppercase;
}
.btn-opa-gestion:hover::after {
  content: attr(data-texto);
  width: 100%;
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(204deg, 100%, 31%);
}

.asesores {
  margin-bottom: 3rem;
}
.asesores__grupo {
  font-family: "Montserrat";
  font-size: 1.266rem;
  font-weight: 600;
  color: hsl(204deg, 97%, 54%);
  margin-bottom: 1rem;
}

.asesor {
  margin-bottom: 1rem;
}
.asesor--foto {
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-gap: 1rem;
}
.asesor__imagen {
  width: 4rem;
  height: 4rem;
}
.asesor__imagen img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.asesor__cargo {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(204deg, 97%, 54%);
}
.asesor__nombre {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: hsl(0deg, 0%, 19%);
}
.asesor__masinfo {
  display: inline-block;
  color: hsl(29deg, 78%, 43%);
  transition: transform ease-in 0.4s;
}
.asesor__masinfo:hover {
  transform: scale(1.2) rotate(360deg);
}
.asesor__procedencia {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
}
.asesor__especialidad {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
}
.asesor__cv {
  grid-column: 1/-1;
  display: block;
  margin-top: 1rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
  border-left: 8px solid rgb(176, 217, 245);
  padding-left: 1rem;
  max-height: 0px;
  transition: max-height ease 0.5s;
  overflow: hidden;
}
.asesor__cv p {
  margin-bottom: 0.75rem;
}
.asesor__cv--activo {
  max-height: 2000px;
  margin-bottom: 2rem;
}

.form-group {
  align-self: center;
  padding-top: 0.2rem;
}
.form-group__label {
  display: block;
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(204deg, 97%, 54%);
  text-transform: capitalize;
  margin-bottom: 0.35rem;
}
.form-group__input {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  padding: 0.65rem 0.75rem;
  width: 100%;
  border: 1px solid rgb(238, 238, 238);
}
.form-group__input:focus {
  background-color: hsl(203deg, 100%, 97%);
  color: hsl(204deg, 100%, 31%);
  outline: none;
  border: 1px solid hsl(204deg, 100%, 31%);
}

.search {
  background-color: hsl(203deg, 100%, 97%);
  border: 1px solid rgb(238, 238, 238);
  box-shadow: 0 0 10px 3px rgba(48, 48, 48, 0.1);
  padding: 1rem 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 1.5rem;
}
.search__titulo {
  font-family: "Montserrat";
  font-size: 1.266rem;
  font-weight: 600;
  color: hsl(204deg, 97%, 54%);
  align-self: center;
  text-align: center;
  grid-row: 1/-1;
}
.search__subtitulo {
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  color: hsl(0deg, 0%, 68%);
  display: block;
  text-align: center;
}
.search__results {
  padding: 1rem 4rem;
}
.search--success {
  background-color: hsla(28deg, 75%, 92%, 0.9);
}
.search--titulo {
  margin-bottom: 2rem;
}
.search__resultados-link {
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 600;
  color: hsl(204deg, 97%, 54%);
  text-decoration: none;
}
.search__resultados-link:hover {
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 600;
  color: hsl(204deg, 100%, 31%);
}

.menu {
  background-color: hsla(0deg, 0%, 100%, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.menu__logotipo {
  display: block;
  height: clamp(4rem, 5vw, 5rem);
}
.menu__bars-checkbox {
  display: none;
}
.menu__bars-checkbox:checked ~ ul {
  right: 0;
}
.menu__bars-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  color: hsl(204deg, 97%, 54%);
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background-color: hsl(0deg, 0%, 100%);
}
.menu__nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: absolute;
  top: 0;
  right: -100vw;
  width: 300px;
  background-color: hsl(204deg, 100%, 31%);
  transition: right ease-out 0.5s;
  padding: 2rem;
}
.menu__item {
  margin: 1rem 0;
  background-color: hsl(204deg, 100%, 31%);
}
.menu__enlace {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 100%);
  text-decoration: none;
  padding: 0.25rem;
  background-color: hsl(204deg, 100%, 31%);
}
.menu__enlace:hover {
  color: hsl(204deg, 100%, 31%);
  background-color: hsl(0deg, 0%, 100%);
}

@media only screen and (max-width: 1000px) {
  .menu {
    background-color: hsl(0deg, 0%, 100%);
    justify-content: space-between;
    padding: 1rem 2rem;
  }

  .menu__nav {
    width: 100%;
  }

  .menu__item {
    margin: 0.6rem 0;
  }
}
@media only screen and (max-width: 600px) {
  .menu__newpaper {
    display: none;
  }
}
.footer {
  background-color: hsl(203deg, 100%, 97%);
  padding: 3rem 4rem;
  padding-top: 6rem;
}
.footer__contenido {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "nav1 logo nav2";
  justify-items: center;
  margin-bottom: 2rem;
}
.footer__nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
}
.footer__nav--1 {
  grid-area: nav1;
}
.footer__nav--2 {
  grid-area: nav2;
}
.footer__item {
  min-width: 150px;
  text-align: center;
}
.footer__logo {
  grid-area: logo;
  max-width: 300px;
}
.footer__enlace {
  font-family: "Montserrat";
  font-size: 0.889rem;
  font-weight: 600;
  color: hsl(204deg, 100%, 31%);
  text-decoration: none;
  padding: 0.25rem;
}
.footer__enlace:hover {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(204deg, 100%, 31%);
}
.footer__copyright {
  font-family: "Montserrat";
  font-size: 0.702rem;
  font-weight: 400;
  color: hsl(0deg, 0%, 19%);
  padding-top: 2rem;
  border-top: 1px solid hsl(0deg, 0%, 68%);
  text-align: center;
}
.footer__idioma {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  height: 2rem;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .footer__nav {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    padding-top: 2rem;
  }

  .footer__contenido {
    grid-template-columns: 1fr;
    grid-template-areas: "logo logo" "nav1 nav2";
    justify-items: center;
  }

  .footer__nav {
    padding-top: 1.5rem;
  }

  .footer__item {
    margin: 0.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */