:root {
  --celeste-claro: #afc0db;
  --azul-pucp: #042354;
  --azul-secundario: #163297;
  --azul-oscuro: #02142f;
  --celeste2: #8395b2;
  --azul-electrico: #2841dd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

/* .w-form-formrecaptcha {
  margin-bottom: 8px;
} */

/* body {
  color: #414545;
  padding-top: 13.4em;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 145%;
} */

/* h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
} */

h2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 125%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 125%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}
/* 
a {
  text-decoration: underline;
  transition: all .4s;
} */

a:hover {
  transform: scale(1.02);
}
.pie ul li a:hover, .barrasup a:hover, .wrapper-logos a:hover {
  transform:none;
}

em {
  font-style: italic;
}

.container-bootstrap {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-bootstrap.supermenu {
  z-index: 10;
  border: 1px solid var(--celeste-claro);
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}

.container-bootstrap.noticias {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-bootstrap.menu-principal {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 63px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-bootstrap.logo {
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.container-bootstrap.secundaria {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-bootstrap.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-bootstrap.grid.grid-4, .container-bootstrap.grid.grid-4-copy {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-bootstrap.footer2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-bootstrap.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-bootstrap.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

/* .nav {
  z-index: 1000;
  background-color: var(--azul-pucp);
  position: fixed;
  inset: 0% 0% auto;
} */

/* .nav.luto {
  background-color: #000;
} */

.nav-link {
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  flex: 1;
  align-self: center;
  padding: 20px 5px;
  line-height: 120%;
}

.nav-link:hover {
  color: var(--azul-secundario);
  background-color: #fff;
}

.barra-secundaria {
  background-color: var(--azul-secundario);
}

.barra-secundaria.luto {
  background-color: #000;
  border-bottom: 1px solid #484848;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.columns {
  flex: 1;
}

.main-section {
  color: var(--azul-pucp);
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}

.main-section.first {
  padding-bottom: 1em;
}

.main-section.cbgrey-form {
  background-color: #f0f3f4;
  background-image: linear-gradient(#0000001a, #0000 2%);
  padding-top: 3em;
  padding-bottom: 4em;
}

.collection-item {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
  transition: all .3s;
  position: relative;
  box-shadow: 1px 1px 5px #00000030;
}

.collection-item:hover {
  transform: scale(1.02);
}

.enlace-noticia-destacada {
  color: #fff;
  text-shadow: 0 0 6px #000000e6;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 15px 15px 25px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.enlace-noticia-destacada:hover {
  color: #fff;
  transform: none;
}

.collection-list-2 {
  height: 100%;
}

.heading {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.5em;
}

.heading.titulo-video {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1em;
  font-weight: 600;
}

.etiqueta {
  background-color: var(--azul-pucp);
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.text-block {
  padding-top: 15px;
}

.brand {
  display: none;
}

.navbar-2 {
  z-index: 2;
  border-top: 1px solid var(--azul-oscuro);
  background-color: var(--azul-pucp);
}

/* .navbar-2.luto {
  background-color: #000;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
} */

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block-3 {
  flex: 1;
  height: 60px;
}

.link-block-3:hover {
  transform: none;
}

.search {
  border: 1px solid var(--celeste-claro);
  width: 300px;
  height: 32px;
  margin-bottom: 0;
  display: flex;
}

.search.moviles {
  display: none;
}

.search-input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
}

.search-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/busqueda.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 0;
}

.dropdown-mas {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Ellipse-2.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px 17px 10px 15px;
  font-size: 13px;
  text-decoration: none;
}

.dropdown-mas.perfil {
  border: 1px solid var(--celeste2);
  text-transform: none;
  background-image: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
}

.dropdown-mas.btn {
  padding-right: 10px;
  display: inline-block;
}

.dropdown-mas.btn.idioma {
  background-image: url('../images/globe-outline.svg');
  padding-left: 30px;
}

.dropdown-mas.servicios {
  display: none;
}

.icon {
  margin-right: 4px;
  font-size: 10px;
  font-weight: 700;
}

.image-4 {
  object-fit: fill;
  order: 1;
  width: 100%;
}

.image-4.eventos {
  object-fit: cover;
  width: 47%;
  min-width: 190px;
}

.image-4.noticias {
  object-fit: cover;
  height: 180px;
}

.etiqueta2 {
  color: var(--azul-electrico);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.enlace-noticias {
  color: #414545;
  height: 100%;
  text-decoration: none;
  display: block;
  box-shadow: 0 1px 6px #00000040;
  overflow: hidden;
}

.enlace-noticias.agenda {
  height: 100%;
  max-height: 240px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;

}

.heading-2 {
  color: var(--azul-pucp);
  letter-spacing: -1px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1em;
}

.noticias h3.heading-2, .agenda h3.heading-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4; /* Para navegadores modernos */
}

.div-block {
  padding: 10px 10px 15px 15px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.enlace-destacado {
  background-color: var(--azul-secundario);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 4em;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.enlace-destacado._2 {
  background-image: url('../images/btn2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.enlace-destacado._1 {
  background-image: url('../images/btn1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.enlace-destacado._3 {
  background-image: url('../images/btn3.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.enlace-destacado._3.hide-full {
  display: none;
}

.enlace-destacado._4 {
  background-image: url('../images/btn-4.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow {
  width: 35px;
  height: 35px;
}

.enlaces-externos {
  background-color: var(--azul-secundario);
  justify-content: center;
  align-items: center;
  display: flex;
}

.enlaces-externos._1 {
  background-image: url('../images/pucp-enprensa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.enlaces-externos._2 {
  background-color: var(--azul-pucp);
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  width: 33%;
  margin-bottom: 60px;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta {
  background-color: var(--azul-electrico);
  text-transform: uppercase;
  background-image: url('../images/arrow-small.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 25px;
}

.cta:hover {
  background-color: var(--azul-pucp);
}

.cta.puntoedu {
  margin-top: 20px;
}

.cta.puntoedu:hover {
  transform: translate(0);
}

.cta.form {
  background-image: none;
  padding: .75rem 1.5rem;
}

.seccion-cifras {
  background-color: var(--azul-pucp);
  color: #fff;
  text-align: center;
  background-image: url('../images/explanada-CIA_OPT.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-4 {
  color: #fff;
  text-shadow: 0 3px 8px #000c;
  margin-bottom: 40px;
}

.fondo-cifra {
  background-color: #042354e6;
  flex: 1;
  align-self: stretch;
  padding: 30px 15px 25px;
}

.collection-list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.texto-cifra h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 110%;
}

.texto-cifra p {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.texto-cifra em {
  color: #ffffffc9;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 140%;
  display: inline-block;
}

.collection-list-wrapper {
  margin-bottom: 40px;
}

.collection-list-wrapper-2 {
  margin-bottom: 20px;
}

.container-agenda {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.div-block-3 {
  width: 80%;
  margin-right: 20px;
}

.enlaces {
  /* background-color: var(--azul-secundario); */
  color: #fff;
  text-align: right;
  background-image: url('../images/imagen_docentes_opt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

a.enlaces:hover, a.enlace-destacado:hover, a.cta:hover {
    color: #ffffff;
}

.text-block-4 {
  background-color: var(--azul-electrico);
  background-image: url('../images/arrow-small.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px 12% 10px 15px;
  display: inline-block;
  position: relative;
  top: 75%;
}

.collection-list-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-auto-columns: minmax(170px, 1fr);
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.footer {
  background-color: var(--azul-pucp);
  color: #fff;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 135%;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.5;
}

.footer-link {
  border-top: 1px solid var(--celeste2);
  border-bottom: 1px none var(--celeste2);
  color: #fff;
  background-image: url('../images/arrow-small.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 6%;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--celeste2);
  transform: none;
}

.footer-link.como {
  background-image: url('../images/map.png'), url('../images/arrow-small.svg');
  background-position: 0%, 97%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-left: 30px;
}

.paragraph {
  color: #a9b9d4;
  margin-bottom: 30px;
  font-size: 15px;
}

.list {
  border-bottom: 1px solid var(--celeste2);
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
}

.columns-2 {
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
}

.div-block-4 {
  display: flex;
}

.dropdown-listmas, .dropdown-listmas.w--open {
  background-color: var(--azul-secundario);
}

.link-mas {
  color: #fff;
  white-space: pre-wrap;
  min-width: 120px;
  padding: 7px;
  font-size: 13px;
  line-height: 125%;
  text-decoration: none;
  display: block;
}

.link-mas:hover {
  color: #ffffffb3;
  transform: none;
}

.div-block-5 {
  flex: 1;
}

.footer-linkl {
  opacity: .84;
  color: #fff;
  text-align: center;
  background-color: #2841dda3;
  background-image: url('../images/ico-mail.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  padding: 15px 10px 50px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.footer-linkl:hover {
  opacity: 1;
  background-color: #02142fc7;
}

.footer-linkl._2 {
  color: var(--azul-secundario);
  background-color: #fff;
  background-image: url('../images/ico-libro.gif');
  background-position: 50% 80%;
  padding-top: 10px;
}

.text-block-5 {
  white-space: pre-wrap;
  padding-bottom: 10px;
  font-size: 15px;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-auto-columns: minmax(120px, 1fr);
}

.div-block-6 {
  border-top: 1px solid var(--celeste2);
  padding-top: 20px;
  font-size: 14px;
}

.red-footer {
  background-color: var(--azul-electrico);
  color: #0000;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  font-size: 1px;
  overflow: hidden;
}

.red-footer:hover {
  transform: scale(1.1);
}

.red-footer._2 {
  background-image: url('../images/twitter.svg');
}

.red-footer._3 {
  background-image: url('../images/facebook.svg');
}

.red-footer._4 {
  background-image: url('../images/youtube.svg');
}

.red-footer._5 {
  background-image: url('../images/instagram.svg');
}

.red-footer._6 {
  background-image: url('../images/tiktok.svg');
}

.text-block-6 {
  display: inline;
}

.text-block-7 {
  text-align: right;
  text-transform: uppercase;
  flex: 1;
}

/* .dropdown {
  align-self: stretch;
  align-items: center;
  display: block;
  position: static;
}

.dropdown.drop-en {
  flex: 1;
}

.dropdown.hide {
  display: none;
}

.drop-tog-men {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
} */
/* 
.drop-menu {
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 100%;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.drop-menu:hover {
  color: #163297;
  background-color: #fff;
}

.drop-menu._1 {
  white-space: nowrap;
}

.drop-menu.not {
  min-width: 90px;
}

.drop-menu.drop-en {
  flex: 1;
  justify-content: space-between;
}

.dropdown-list {
  z-index: 200;
  background-color: #fff;
  flex-wrap: wrap;
  width: 100%;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

.dropdown-list.w--open {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--celeste-claro);
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
} */

.flex-big-mn {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.col-bg-mn-4 {
  border-right: 1px dotted var(--celeste-claro);
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-bg-mn-4.last {
  border-right-style: none;
}

.col-bg-mn-4._1 {
  width: 20%;
}

.col-bg-mn-4._2 {
  width: 30%;
}

.col-bg-mn-4.doble {
  width: 50%;
}

.col-bg-mn-4.no {
  display: none;
}

.text-block-3 {
  white-space: pre-wrap;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-block-9 {
  flex: 0 auto;
}

.tittle-link {
  color: var(--azul-electrico);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  display: inline-block;
}

.tittle-link:hover {
  border-bottom: 1px none var(--azul-secundario);
  text-decoration: underline;
  transform: none;
}

.list-item {
  color: var(--celeste-claro);
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 125%;
}

.list-item.hide-full {
  display: none;
}

.link {
  color: var(--azul-secundario);
  white-space: pre-wrap;
  font-size: 15px;
  text-decoration: none;
}

.link:hover {
  border-bottom: 1px solid var(--azul-secundario);
}

.list-2 {
  padding-left: 20px;
}

.paragraph-2 {
  color: #737475;
  font-size: 15px;
  line-height: 125%;
}

.div-block-9 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-9.var-1 {
  text-align: right;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}

.div-block-10 {
  height: 13em;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.div-block-11 {
  position: relative;
}

.background-video {
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.div-block-12 {
  height: 20px;
  position: relative;
}

.div-block-12.var-1 {
  height: auto;
}

.div-block-13 {
  text-align: center;
  text-shadow: 0 2px 12px #000;
  border: 3px solid #fff;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  height: 400px;
  margin: auto;
  padding: 20px 15px 15px;
  display: flex;
}

.heading-5 {
  font-size: 5em;
  font-weight: 800;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.1em;
}

.bold-text {
  font-size: 1.25em;
  font-style: italic;
  font-weight: 700;
}

.section {
  margin-top: 10px;
  margin-bottom: 20px;
}

.collection-item-2 {
  min-height: 290px;
  max-height: 320px;
}

.img-destacado {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sombra {
  background-image: linear-gradient(#0000 26%, #000000e6);
  display: flex;
  position: absolute;
  inset: 0%;
}

.sombra.hidden {
  display: none;
}

.sombra.light-contrast {
  background-image: linear-gradient(#0000 26%, #02142fb8);
}

.wrap-texto-destacado {
  z-index: 1;
  position: relative;
}

.link-video {
  z-index: 2;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.link-video:hover {
  text-decoration: underline;
}

.fecha {
  font-size: .85em;
}

.image-5 {
  margin-top: auto;
  margin-bottom: auto;
}

.image-6 {
  flex: none;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
}

.image-6.var-1 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.barra-alert {
  backface-visibility: hidden;
  color: var(--azul-oscuro);
  background-color: #d8e6fd;
  font-size: .92rem;
  display: none;
}

.div-flex-alert {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-flex-text-alert {
  align-items: center;
  display: flex;
}

.text-inline {
  display: inline;
}

.icon-alert {
  padding-right: 12px;
}

.link-alert-banner {
  color: var(--azul-electrico);
  font-weight: 500;
}

.div-alert-close {
  opacity: .75;
  cursor: pointer;
  min-width: 22px;
  min-height: 22px;
}

.div-alert-close:hover {
  opacity: 1;
}

.image-8 {
  width: 100%;
}

.search-button._w-button {
  color: #0000;
  font-size: 0;
}

.hidden-label {
  opacity: 0;
  color: #fff;
  font-size: 0;
}

.skip-link {
  z-index: 200;
  background-color: #fff;
  margin-top: -100px;
  padding: 5px 10px;
  font-size: 15px;
  display: block;
  position: absolute;
}

.skip-link:focus {
  background-color: #fff;
  margin-top: 0;
}

.cbgrey {
  background-color: #f4f7f7;
}

.h1-megatitulo-center {
  text-align: center;
  margin-top: 40px;
  font-size: 43px;
  font-weight: 600;
}

.tac-text {
  opacity: 1;
  color: var(--azul-pucp);
  text-align: center;
  width: 600px;
  font-size: 19px;
  font-weight: 500;
  line-height: 150%;
}

.form-dev {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-flex {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding-bottom: 1rem;
  display: flex;
}

._w-100 {
  font-size: 16px;
}

.m-bt-2 {
  text-align: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

._w-140-soft {
  opacity: .75;
  color: var(--azul-oscuro);
  font-size: 15px;
}

.error-message {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 2rem;
  font-size: 17px;
}

._w-400 {
  background-color: #ffffffa6;
  border: 1px solid #0423548a;
  border-radius: 2px;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.success-message {
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2.5rem 2rem;
  font-size: 17px;
  line-height: 180%;
}

.pb-1 {
  padding-bottom: .5rem;
}

.h2-accesos-directos {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  /* .collection-item {
    min-height: 33vh;
    max-height: none;
  } */

  .link-block-3:hover {
    transform: none;
  }

  .dropdown-mas.btn:hover {
    background-color: #ffffff0f;
    transform: none;
  }

  .seccion-cifras {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .div-block-4 {
    display: flex;
  }

  .dropdown-listmas {
    background-color: var(--azul-secundario);
  }

  .link-mas:hover {
    transform: none;
  }

  .div-block-9 {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* .collection-item-2 {
    min-height: 33vh;
    max-height: none;
  } */

  .collection-item-3 {
    max-height: 240px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-9 {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .div-block-12 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  /* body {
    padding-top: 12.8em;
  } */

  .container-bootstrap.noticias {
    grid-template-columns: 1fr 1fr;
  }

  .container-bootstrap.menu-principal {
    padding-left: 0;
    padding-right: 0;
  }

  .container-bootstrap.logo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .container-bootstrap.grid.grid-4, .container-bootstrap.grid.grid-4-copy {
    grid-template-columns: 1fr 1fr;
  }

  .container-bootstrap.footer2 {
    flex-direction: column;
  }

  .nav-link {
    font-size: 12px;
  }

  .collection-list {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    align-content: space-around;
  }

  .collection-item {
    max-height: none;
  }

  .enlace-noticia-destacada {
    padding: 10px 10px 20px;
  }

  .text-block {
    display: none;
  }

  .image-3 {
    height: 56px;
  }

  .image-4 {
    object-fit: cover;
    flex: 0 auto;
    width: 45%;
  }

  .image-4.eventos {
    object-fit: cover;
    min-width: auto;
  }

  .image-4.noticias {
    height: auto;
  }

  .enlace-noticias {
    justify-content: space-between;
    display: flex;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block {
    flex: 1;
    order: -1;
    padding: 10px;
  }

  .enlace-destacado {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .enlaces-externos {
    min-height: 160px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 0;
  }

  .collection-list-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-agenda {
    flex-direction: column;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .collection-list-5 {
    grid-auto-columns: 1fr;
  }

  .text-block-6 {
    order: 1;
    padding-top: 10px;
    display: block;
  }

  .text-block-7 {
    padding-bottom: 10px;
  }

  .div-block-8 {
    margin-left: -10px;
  }

  .drop-menu {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .drop-menu._1 {
    white-space: pre-wrap;
  }

  .drop-menu.not {
    min-width: 68px;
  }

  .collection-item-2 {
    min-height: auto;
    max-height: none;
  }

  .div-flex-text-alert {
    align-items: flex-start;
  }

  .icon-alert {
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  /* body {
    padding-top: 0;
  } */

  h4 {
    font-size: 16px;
  }

  .container-bootstrap.noticias {
    grid-template-columns: 1fr;
  }

  .container-bootstrap.menu-principal {
    justify-content: space-between;
    align-items: center;
    height: 88px;
    padding-right: 20px;
    display: flex;
  }

  .container-bootstrap.logo {
    display: none;
  }

  .container-bootstrap.secundaria {
    font-size: .9rem;
  }

  .container-bootstrap.grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .container-bootstrap.grid.grid-4, .container-bootstrap.grid.grid-4-copy {
    grid-template-columns: 1fr;
  }

  /* .nav {
    position: relative;
  } */

  .collection-list {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .main-section {
    overflow: hidden;
  }

  .main-section.first {
    padding-top: 1.5em;
    overflow: hidden;
  }

  .collection-item {
    min-height: 66vw;
  }

  .enlace-noticia-destacada {
    z-index: 0;
  }

  .text-block {
    display: none;
  }

  .image-3 {
    height: 48px;
  }

  /* .brand {
    flex: 1;
    align-self: center;
    height: 88px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
  }

  .nav-menu {
    background-color: var(--azul-pucp);
    padding-left: 15px;
    padding-right: 15px;
  } */

  /* .search.moviles {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
  }

  .dropdown-mas {
    display: none;
  }

  .dropdown-mas.perfil {
    display: inline-block;
  }

  .dropdown-mas.btn {
    display: none;
  }

  .dropdown-mas.btn.idioma, .dropdown-mas.servicios {
    display: block;
  } */

  .enlace-destacado {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button-2 {
    border: 1px solid var(--celeste2);
    color: #fff;
    padding: 5px 10px;
  }

  .menu-button-2.w--open {
    background-color: var(--azul-oscuro);
  }

  .icon-2 {
    font-size: 1.25em;
  }

  .collection-list-3 {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-rows: auto;
  }

  .cta {
    float: right;
  }

  .collection-list-4 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .enlaces {
    height: 220px;
  }

  .collection-list-5 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .footer {
    padding-top: 20px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .column {
    padding-right: 10px;
  }

  .column-2 {
    padding-left: 10px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-6 {
    text-align: center;
  }

  .red-footer {
    margin-bottom: 10px;
  }

  /* .dropdown {
    background-image: url('../images/flecha-down.png');
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: auto;
  } */
/* 
  .drop-menu {
    text-align: left;
    flex: 0 auto;
    font-size: 15px;
  }

  .drop-menu:hover {
    background-color: var(--azul-oscuro);
    color: #fff;
    transform: none;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-style: none;
    padding: 0 0 10px;
    position: relative;
  } */

  .flex-big-mn {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .col-bg-mn-4, .col-bg-mn-4._1, .col-bg-mn-4._2 {
    width: 100%;
  }

  .col-bg-mn-4.doble {
    border-right-style: none;
    width: 100%;
  }

  .tittle-link {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    display: block;
  }

  .tittle-link:hover {
    border-bottom-style: none;
  }

  .list-2, .paragraph-2 {
    display: none;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .div-block-10 {
    height: 0;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .background-video {
    max-height: 400px;
  }

  .div-block-12 {
    position: static;
  }

  .div-block-13 {
    width: 290px;
    height: 290px;
  }

  .heading-5 {
    font-size: 4em;
  }

  .paragraph-3 {
    font-size: 1.25em;
  }

  .h2-accesos-directos {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  /* .nav, .main-section.first {
    position: relative;
  } */

  .collection-item {
    height: 66vw;
    min-height: 240px;
  }

  .heading {
    font-size: 1.15em;
  }

  .grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .cta {
    text-align: center;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .div-block-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .centered-container {
    text-align: left;
  }
}

#w-node-_0c9aea09-a5ad-e71c-a150-3c0f78674107-3db4f449, #w-node-_6152218a-8975-5d39-22ce-8cf9bc322e9f-3db4f449, #w-node-_32bc9fb5-db3c-3819-0f4f-25c81c55e866-64b4f451, #w-node-_6152218a-8975-5d39-22ce-8cf9bc322e9f-64b4f451, #w-node-_21e57250-e5e9-30e4-9bea-8056e05ed428-29b4f453, #w-node-_21e57250-e5e9-30e4-9bea-8056e05ed434-29b4f453, #w-node-_0c9aea09-a5ad-e71c-a150-3c0f78674107-386c9689, #w-node-_6152218a-8975-5d39-22ce-8cf9bc322e9f-386c9689, #w-node-_0c9aea09-a5ad-e71c-a150-3c0f78674107-8b7ea1d9, #w-node-_6152218a-8975-5d39-22ce-8cf9bc322e9f-8b7ea1d9 {
  order: -9999;
}

@media screen and (min-width: 1280px) {
  #w-node-_0f326f98-4a91-1be1-1763-74f2b86a3005-3db4f449, #w-node-_0f326f98-4a91-1be1-1763-74f2b86a3005-64b4f451, #w-node-fd4a7097-e672-bb4c-c72a-3c31785cc5eb-29b4f453, #w-node-_0f326f98-4a91-1be1-1763-74f2b86a3005-386c9689, #w-node-_0f326f98-4a91-1be1-1763-74f2b86a3005-8b7ea1d9 {
    align-self: stretch;
  }
}


