@import 'https://fonts.googleapis.com/css?family=Knewave:400|Baloo+Bhai:400';
.text-orange {
  color: #e2462d;
}
.bg-orange {
  background-color: #e2462d;
}
.text-yellow {
  color: #fac720;
}
.bg-yellow {
  background-color: #fac720;
}
.text-blue {
  color: #1289c3;
}
.bg-blue {
  background-color: #1289c3;
}
.text-cyan {
  color: #009dd0;
}
.bg-cyan {
  background-color: #009dd0;
}
.text-magenta {
  color: #db1064;
}
.bg-magenta {
  background-color: #db1064;
}
.text-green {
  color: #729c17;
}
.bg-green {
  background-color: #729c17;
}
.text-olive {
  color: #cccb00;
}
.bg-olive {
  background-color: #cccb00;
}
.text-purple {
  color: #8f016e;
}
.bg-purple {
  background-color: #8f016e;
}
.main {
  background-color: #009dd0;
  padding: 8rem 4rem 4rem 4rem;
  position: relative;
  min-height: 480px;
}
.main .bg {
  position: absolute;
  opacity: 0.425;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.main .logo {
  background-color: #cccb00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 260px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem;
}
.main .logo img {
  width: 100%;
}
.main .modulos {
  margin: 0 0 0 280px;
}
.main .modulo {
  position: relative;
  margin: 1rem 0;
}
.main .modulo .title {
  display: inline-block;
  background-color: #8f016e;
  color: #fff;
  padding: 0.425rem 1rem;
  font-weight: 600;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.main .modulo .subtitle {
  margin-top: 0.425rem;
  color: rgba(255,255,255,0.85);
  color: #fde69d;
  font-style: italic;
}
.main .modulo .blocks {
  padding: 0;
  margin: 1.5rem 0;
}
.main .modulo .blocks .block {
  display: block;
  font-size: 1.725rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  margin: 1rem 0;
}
.main .modulo .blocks .block:hover {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
  text-decoration: none;
}
.main .modulo .blocks .block .caption {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .modulo .blocks .block .subtitle {
  font-weight: 400;
  margin-top: 0;
}
.main .modulo .blocks .block .caption:before {
  content: '\f0c8';
  font-family: 'FontAwesome';
  margin-right: 0.625rem;
  font-size: 0.725rem;
  font-weight: 400;
}
.main .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .d-flex > div {
  width: 50%;
}
.main .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1068px) {
  .main {
    padding: 4rem 2rem;
  }
  .main .logo {
    position: relative;
    margin: 1rem auto;
  }
  .main .primer-ciclo {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-top: 1rem;
  }
  .main .segundo-ciclo {
    -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
.pop-iframe {
  background-color: rgba(18,137,195,0.95);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  visibility: hidden;
}
.pop-iframe .pop-content {
  padding: 1rem;
  position: relative;
  width: 82%;
  height: 86%;
  text-align: center;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-iframe .pop-content iframe {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pop-iframe .pop-content .title {
  font-family: 'Baloo Bhai', sans-serif;
  margin: 2rem 0;
  color: #fff;
}
.pop-iframe .pop-content .title a {
  color: #fff;
}
.pop-iframe .pop-content .pop-close {
  position: absolute;
  cursor: pointer;
  top: -5rem;
  right: 1rem;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-iframe .pop-content .pop-close:hover {
  color: #fac720;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
.pop-iframe.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.pop-iframe.active .pop-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
