.services {
  height: auto !important;
    background: none !important;
}
#app {
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
}
#app div.sec {
  display: flex;
  position: relative;
}
@media (max-width: 1460px) {
  #app div.sec {
    flex-wrap: wrap;
  }
}
#app div.sec .list {
  flex-basis: 100%;
  display: flex;
  align-items: stretch;
    padding-top: 10%;
}
@media (min-width: 1024px) {
   #app div.sec .list {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  #app div.sec .list {
    flex-wrap: wrap;
  }
}
#app div.sec .list .item {
  position: relative;
  flex-basis: 50%;
  color: #fff;
  padding: 0 7% 7% 7%;
  opacity: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#app div.sec .list .item::before, #app div.sec .list .item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1px;
  width: 2px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: height 0.5s;
}
#app div.sec .list .item::after {
  top: auto;
  bottom: 0;
}
@media (max-width: 1460px) {
  #app div.sec .list .item {
    justify-content: flex-start;
  }
    
}
@media (max-width: 1024px) {
  #app div.sec .list .item {
    padding: 5% 7%;
    flex-basis: 100%;
      opacity: 0.5;
  }
  #app div.sec .list .item::before, #app div.sec .list .item:after {
    width: 50%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    transition: width 0.5s;
  }
  #app div.sec .list .item::after {
    left: auto;
    right: 0;
  }
}
#app div.sec .list .item img {
   width: 70px;
    height: 70px;
}
#app div.sec .list .item h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px !important;
  color: #fff;
}
@media (max-width: 1024px) {
  #app div.sec .list .item h3 {
    transform: scale(0.8);
    transform-origin: left top;
    transition: transform 0.5s;
  }
}
#app div.sec .list .item h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 1.15;
  color: #fff;
}
@media (max-width: 1024px) {
  #app div.sec .list .item h4 {
    transform: scale(0.9);
    transform-origin: left top;
    transition: transform 0.5s;
  }
}
#app div.sec .list .item p {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.5s, transform 0.5s;
}
@media (max-width: 1024px) {
  #app div.sec .list .item p {
    display: none;
  }
}
#app div.sec .list .item a {
  font-size: 1rem;
  font-weight: 400;
  transform: translateY(-50px);
  opacity: 0;
  transition: opacity 0.2s 0.2s, transform 0.2s 0.2s;
    color: #fff;
}
#app div.sec .list .item a::after {
  content: "→";
  display: inline-block;
  margin-left: 10px;
  opacity: 0.9;
  font-size: 1.5rem;
  font-weight: 100;
}
@media (max-width: 480px) {
  #app div.sec .list .item a::after {
    display: none;
  }
}
#app div.sec .list .item.act {
  opacity: 1;
}
#app div.sec .list .item.act::before {
  height: 50px;
}
@media (max-width: 1024px) {
  #app div.sec .list .item.act::before {
    height: 1px;
    width: 50px;
  }
}
#app div.sec .list .item.act::after {
  height: 50px;
}
@media (max-width: 1024px) {
  #app div.sec .list .item.act::after {
    height: 1px;
    width: 50px;
  }
}
#app div.sec .list .item.act h3 {
  color: #fff;
}
@media (max-width: 1024px) {
  #app div.sec .list .item.act h3 {
    transform: scale(1);
  }
}
@media (max-width: 1024px) {
  #app div.sec .list .item.act h2 {
    transform: scale(1);
  }
}
#app div.sec .list .item.act p {
  transform: translateY(0);
  opacity: 0.9;
  color: #eee;
}
#app div.sec .list .item.act a {
  transform: translateY(0);
  opacity: 1;
}
#app div.sec .list .item:nth-child(1).act ~ .bg {
  background: #dcdcdc url(../img/FCC_OpenCircle1_RGB_White.png) no-repeat ;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
#app div.sec .list .item:nth-child(1).act h3, #app div.sec .list .item:nth-child(1).act h4, #app div.sec .list .item:nth-child(1).act p {
  color: var(--deepblue) !important;
}
#app div.sec .list .item:nth-child(2).act ~ .bg {
  background: var(--radiantblue) url(../img/FCC_OpenCircle2_RGB_White.png) no-repeat  ;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
#app div.sec .list .item:nth-child(3).act ~ .bg {
  background: #778700 url(../img/FCC_OpenCircle3_RGB_White.png) no-repeat center center / cover ;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
#app div.sec .list .item:nth-child(3).act h3, #app div.sec .list .item:nth-child(3).act h4, #app div.sec .list .item:nth-child(3).act p, #app div.sec .list .item:nth-child(3).act a {
  color: #fff !important;
}
#app div.sec .list .item:nth-child(4).act ~ .bg {
  background: var(--energy) url(../img/FCC_OpenCircle4_RGB_White.png) no-repeat ;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
#app div.sec .list .item:nth-child(5).act ~ .bg {
  background: var(--deepblue) url(../img/FCC_OpenCircle5_flip_RGB_White.png) no-repeat center center / cover ;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
#app div.sec .list .item:nth-child(6).act ~ .bg {
  background: var(--lightblue) url(../img/FCC_OpenCircle6_RGB_White.png) no-repeat left top / cover ;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
#app div.sec .list .item:nth-child(6).act h3, #app div.sec .list .item:nth-child(6).act h4, #app div.sec .list .item:nth-child(6).act p {
  color: var(--deepblue) !important;
}
#app div.sec .list .item:nth-child(1).act a, #app div.sec .list .item:nth-child(3).act a, #app div.sec .list .item:nth-child(6).act a {
    color: var(--deepblue);
}
#app div.sec .list .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: opacity 1s;
}
#app div.sec .list .bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}

img {
    height: auto!important;
}

/* Books Page */
.paleno {
  padding-left: 0 !important;
}
.parino {
  padding-right: 0 !important;
}
.books {
  counter-reset: section !important;
}
.books .pricing--emphasise, .books {
  background: #0d0b20;
}
.books .pricing-5 .col-md-3 .pricing__price .h3::after {
  position: relative;
  counter-increment: section;
  content: counter(section,decimal-leading-zero);
  font-family: 'Space Mono', monospace;
  font-size: 2em;
}
.books .pricing-5 ul li {
  line-height: 1.5em !important;
  padding: 1em 0 !important;
  text-align: left;
}
.books .pricing-5 .pricing__title {
  min-height: 235px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.books img {
  border-bottom: 2px solid var(--radiantblue);
}
.books .pricing-5 .pricing__price span {
  color: var(--radiantblue) !important;
}