.imp-regular .content {
  align-items: flex-start;
  background-color: #254d61;
  position: relative;
  padding: 0 6em !important;
  height: 100%;
}
.imp-regular .content .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: none;
}
.imp-regular .content .background .background-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.imp-regular .content .text-divider {
  font-size: 3em;
  margin-bottom: 0.5em;
  display: none;
}
.imp-regular .content .text {
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0;
}
.imp-regular .content .text .title {
  width: 150px;
  height: 100%;
  float: right;
  position: relative;
  text-align: center;
}
.imp-regular .content .text .title h1 {
  margin: 0;
  font-size: 4em;
  font-family: 'Ebrima';
  font-size: 16.5vh;
  width: 100vh;
  position: absolute;
  bottom: 0;
  left: 100%;
  transform-origin: 0% 100%;
  transform: rotate(-90deg);
  text-shadow: 2px 2px 20px #000;
}
.imp-regular .content .text .info {
  float: right;
  width: calc(100% -  150px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.imp-regular .content .text .info > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.imp-regular .content .text .info .title-divider {
  height: 100%;
  width: 150px;
  font-size: 4em;
  opacity: 0.85;
}
.imp-regular .content .text .info .cards {
  margin-right: 0;
  align-items: center;
  justify-content: space-between;
  width: calc(100% -  390px);
}
.imp-regular .content .text .info .card-wrap {
  padding: 0px;
}
.imp-regular .content .text .info .card-wrap .card {
  display: table;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}
.imp-regular .content .text .info .card-wrap .card > * {
  display: table-cell;
  vertical-align: middle;
}
.imp-regular .content .text .info .card-wrap .card .head img {
  height: 250px;
}
.imp-regular .content .text .info .card-wrap .card .body {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0 2em;
}
.imp-regular .content .text .info .card-wrap .card .body .text-divider {
  font-size: 1em;
  margin: 0;
  margin-bottom: 0.7em;
}
.imp-regular .content .text .info .card-wrap .card .body h4 {
  font-family: 'Ebrima';
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.7em;
}
.imp-regular .content .text .info .card-wrap .card .body p:last-child {
  margin-bottom: 0;
}
.imp-regular .image {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  background-image: url('../img/organizaciones2.jpg');
  background-size: cover;
  background-position: center;
  width: calc(35% +  7.5vw);
}
.imp-regular .image .divider {
  width: 15vw;
  height: 100%;
  border: 15vw solid #254d61;
  border-top: none;
  border-bottom: 100vh solid transparent;
  border-right: none;
}
.imp-regular.rtl .content .text .title {
  float: left;
}
.imp-regular.rtl .content .text .info {
  float: left;
  align-items: flex-end;
}
.imp-regular.rtl .image {
  left: 0;
  right: auto;
}
.imp-regular.rtl .image .divider {
  float: right;
  border: 15vw solid #254d61;
  border-bottom: none;
  border-top: 100vh solid transparent;
  border-left: none;
}
@media (max-width: 1320px) {
  .imp-regular .head-pad,
  .imp-regular .foot-pad {
    height: 50px;
  }
  .imp-regular .content {
    padding: 0 5em !important;
  }
  .imp-regular .content .text .info .title-divider {
    visibility: hidden;
  }
  .imp-regular .content .text .info .cards {
    width: calc(100% -  180px);
  }
  .imp-regular .image {
    width: calc(25% +  7.5vw);
  }
}
@media (max-width: 768px) {
  #logos,
  #footer {
    padding-top: 7.5vw;
  }
  .imp-regular .wrap {
    position: relative;
    height: auto;
    display: block;
  }
  .imp-regular::after {
    content: '';
    width: 100%;
    height: 7.5vw;
    display: block;
    position: absolute;
    bottom: -7.5vw;
    left: 0;
    z-index: 10000;
    border: none;
    border-left: 100vw solid transparent !important;
    border-right: none !important;
    border-top: 7.5vw solid #000000;
  }
  .imp-regular .content {
    display: block !important;
    position: relative;
    padding: 1em !important;
  }
  .imp-regular .content .background {
    top: 0;
    width: 100%;
    height: 60vw;
  }
  .imp-regular .content .background .image {
    width: 100%;
  }
  .imp-regular .content .background .image .divider {
    width: 100%;
    border: none;
    border-right: 100vw solid transparent !important;
    border-left: none !important;
    border-bottom: 7.5vw solid #000000;
  }
  .imp-regular .content .text {
    padding-top: 30vw;
  }
  .imp-regular .content .text .title {
    width: 100%;
    height: auto;
    float: none !important;
    position: relative;
    top: -15vw;
    text-align: center;
    z-index: 3;
  }
  .imp-regular .content .text .title h1 {
    margin: 0;
    font-family: 'Ebrima';
    font-size: 16vw;
    width: auto;
    position: initial;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  .imp-regular .content .text .info {
    padding-top: 7.5vw;
    float: none !important;
    width: 100%;
  }
  .imp-regular .content .text .info .title-divider {
    display: none;
  }
  .imp-regular .content .text .info .cards {
    display: block;
    width: 100%;
  }
  .imp-regular .content .text .info .card-wrap {
    padding: 0px;
  }
  .imp-regular .content .text .info .card-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .imp-regular .content .text .info .card-wrap .card.rev {
    flex-direction: column-reverse;
  }
  .imp-regular .content .text .info .card-wrap .card > * {
    display: block;
    vertical-align: middle;
  }
  .imp-regular .content .text .info .card-wrap .card .head img {
    height: auto;
  }
  .imp-regular .content .text .info .card-wrap .card .body {
    font-size: 1.2em;
    line-height: 1.2;
    padding: 2em 0;
    text-align: center;
  }
  .imp-regular .content .text .info .card-wrap .card .body .text-divider {
    font-size: 1em;
    margin: 0;
    margin-bottom: 0.7em;
  }
  .imp-regular .content .text .info .card-wrap .card .body h4 {
    font-family: 'Ebrima';
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.7em;
  }
}
