.campus-header {
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.campus-header h1 {
    color: #fff;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.campus-header span {
    color: #fff;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.bg-campus-list {
    background-image: url("/sites/default/files/banner-nuestros-campus.jpg");
}

.section-campus-list {
    margin: 30px 0;
}

.section-campus-list a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}

.block-sede {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 15px;
}

.block-sede .head {
    position: relative;
    overflow: hidden;
}

.section-campus-list a .block-sede img {
    width: 100%;
    transition: 0.25s transform;
}

.section-campus-list a:hover .block-sede img {
    transform: scale(1.5);
}

.block-sede .head::before {
    content: "";
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 0;
    opacity: 1;
    transition: 0.25s opacity;
}

.block-sede h2 {
    color: #fff;
    margin: 0;
    padding: 15px;
    position: absolute;
    bottom: 0;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.block-sede .content {
    min-height: 160px;
}

.block-sede .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-sede .content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #404041;
}

.block-sede .content ul li::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    left: 0;
}

.block-sede .content ul li.direccion::before {
    background: url("/sites/default/themes/upn/img/direccion_icon_gris.svg") no-repeat;
}

.block-sede .content ul li.telefono::before {
    background: url("/sites/default/themes/upn/img/phone_icon_gris.svg") no-repeat;
}

.block-sede .content ul li.carreras::before {
    background: url("/sites/default/themes/upn/img/carreras_icon_gris.svg") no-repeat;
}

.bg-gray-section::before {
    display: none;
}

.type-campus h2 {
    font-size: 24px;
}

.header-image-campus {
    position: absolute;
    overflow: hidden;
    max-height: 250px;
    margin-left: -15px;
    z-index: -1;
}

.header-image-campus img {
    width: 100%;
    height: 50vh;
}

.overlay-campus {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(17, 17, 17, 0.274);
}

.header-sede h1 {
    margin-top: 20px;
    text-align: center;
}

.header-sede p {
    margin-bottom: 0px;
}

.info-contact-campus {
    background: #fff;
    border: 1px solid #000;
}

.campus-more-career {
    text-align: center;
}

.event-more {
    font-family: "TelegrafUltraBold";
    display: inline-block;
    position: relative;
    width: max-content;
  }
  
  .event-more:after {
    content: "";
    width: 0;
    height: 2px;
    background: #0056b3;
    display: block;
    bottom: 0;
    position: absolute;
    transition: 0.25s width;
  }
  
  a:hover .event-more:after {
    width: 100%;
  }