/*Internal page*/
.internal-page main.detalle {
  background: url("../images/img_banner_bg_int.png") 100% 100%/cover;
  position: relative;
  min-height: 12em;
}

.internal-page main.detalle .somos-hashtag {
  background: #48009D;
  position: absolute;
  padding: 50px 20px 20px;
  border-bottom-right-radius: 30px;
  width: 20vw;
  max-width: 250px;
  min-width: 145px;
  top: 0;
  left: auto;
}

.internal-page main.detalle .title-image {
  max-width: 55vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.internal-page main.detalle .title-container {
  max-width: 55vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}

.internal-page main.detalle .page-title {
  position: relative;
  padding: 20px 45px;
  border-top: 3px solid white;
  border-left: 3px solid white;
}

.internal-page main.detalle .page-title:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  height: calc(100% - 30px);
  width: 3px;
  background: white;
}

.internal-page main.detalle .page-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 30px);
  width: 3px;
  background: white;
}

.internal-page main.detalle .page-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 3px;
  background: white;
}

.internal-page main.detalle .page-title h1 {
  line-height: 1;
  font-weight: bold;
  font-family: 'Ancizar sans';
  color: white;
  font-size: 45px;
  text-align: center;
}

.internal-page main.detalle .page-title .mouse-cursor {
  position: absolute;
  background: url("../images/img_mouse_cursor.png") no-repeat 0 0 / cover;
  height: 50px;
  width: 35px;
  top: calc(100% - 40px);
  left: calc(100% - 25px);
}

.internal-page main.detalle .gitei-logo {
  position: absolute;
  max-width: 14vw;
  bottom: 0;
  right: 0;
  margin: 0 50px 15px 0;
}

.internal-page .main-content {
  padding: 3em 0;
}

.contextual-menu .item-container {
  background-color: #F0F0EE;
  padding: 15px;
  height: 100%;
  margin-bottom: 15px;
}

.contextual-menu .item-container h3 {
  border-bottom: 2px solid #969696;
  font-family: 'Ancizar sans';
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #91B13B;
  font-weight: bold;
}

.contextual-menu .item-container a {
  color: #979797;
  font-size: 1.1em;
}

@media (min-width: 768px) and (max-width: 992px) {
  .internal-page main.detalle .page-title h1 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .contextual-menu {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .internal-page main.detalle .somos-hashtag {
    padding-top: 20px;
  }

  .internal-page main.detalle .jumbotron {
    padding: 70px 30px 40px;
  }

  .internal-page main.detalle .title-container {
    max-width: 90vw;
    position: relative;
  }

  .internal-page main.detalle .page-title {
    position: relative;
    padding: 5% 9%;
  }

  .internal-page main.detalle .page-title h1 {
    font-size: 30px;
  }

  .internal-page main.detalle .title-image {
    max-width: 62vw;
    padding-top: 15px;
  }

  .internal-page main.detalle .gitei-logo {
    max-width: 10vw;
    min-width: 148px;
    margin-right: 25px;
  }
}