/* General */
body {
  background: #fff;
  font-family: 'Conv_Circular_Air-Book', Sans-Serif;
  font-size: 10px;
}

strong {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

.btn,
.btn:visited {
  background: #e3a32d;
  box-shadow: 1px 1px 20px 0 #444;
  color: #fff;
  display: inline-block;
  font-size: 3em;
  padding: 18px 2vw;
  text-align: center;
  text-transform: uppercase;

  -webkit-transition: .2s linear all;
     -moz-transition: .2s linear all;
          transition: .2s linear all;
}

.btn:hover {
  background: #d89d2f;

  -webkit-transition: .2s linear all;
     -moz-transition: .2s linear all;
          transition: .2s linear all;
}

.course-bar {
  background: #fff;
  box-shadow: 0 4px 7px rgba(93, 102, 111, 0.2);
  left: 0;
  padding: 15px 0;
  position: fixed;
  right: 0;
  text-align: right;
  top: -119px;
  transition: top .15s ease-out;
  z-index: 1100;
}

.course-bar .btn {
  border-radius: 0;
  box-shadow: none;
  font-size: 1.8em;
  font-weight: bold;
}

.course-bar-inner {
  padding: 12px 0;
}

.course-bar .button {
  background: #E44B65;
  float: right;
  margin: 4px 20px 0 0;
}

.course-bar--visible {
  top: 0;
}

/* Header */
#header {
  background: url(./images/header.png) no-repeat bottom center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  min-height: 100vh;
  width: 100%;
}

#header .bg-transparency {
  background: rgba(0, 0, 0, .5);
  height: 100vh;
  width: 100%;
}

#logo-container {
  margin: 0 auto 50px;
  padding: 70px 0;
  position: relative;
  width: 425px;
}

#logo-container .subtitle {
  color: #fff;
  font-size: 2.6em;
  font-weight: 300;
  position: absolute;
  margin-top: -10px;
  right: 20px;
}

.header-subtitle {
  color: #fff;
  font-size: 2.6em;
  line-height: 1.4em;
  margin: 0 auto 60px;
  padding-top: 50px;
  text-align: center;
  width: 70%;
}

#logo-container .cabify-logo-container {
  float: left;
  position: relative;
}

#logo-container .cabify-logo-container img {
  height: 90px;
}

#logo-container .powered-by {
  color: #fff;
  float: left;
  font-size: 1.4em;
  margin-left: 30px;
}

#logo-container .powered-by span {
  display: block;
  margin: 0 0 10px 0;
}

#steps #step1,
#steps #step2,
#steps #step3 {
  color: #fff;
  float: left;
  font-size: 2.6em;
  line-height: 1.2em;
  height: 150px;
  padding: 80px 0 0 130px;
  width: 30%;
}

#steps #step1 {
  background: url(./images/step-1.png) 0 0 no-repeat;
}

#steps #step2 {
  background: url(./images/step-2.png) 0 0 no-repeat;
  margin: 0 5%;
}

#steps #step3 {
  background: url(./images/step-3.png) 0 0 no-repeat;
}

#join-initiative {
  margin: 12vh auto 0;
  position: relative;
  text-align: center;
}

#join-initiative .btn {
  width: 30%;
}

#expand-arrow {
  bottom: 5px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  width: 100%;
}

#expand-arrow img {
  height: 25px;
}

/* Content */
.wrapper {
  color: #364551;
  font-size: 24px;
  padding-top: 120px;
}

.wrapper .section-title {
  color: #364551;
  font-size: 1.5em;
  margin: 20px 0 50px;
}

.wrapper p {
  color: #364551;
  line-height: 1.2em;
  margin-bottom: 30px;
}

#tell-us-your-idea {
  background: url(./images/icons-bulb.png) 10% 80px no-repeat;
  min-height: 465px;
  padding-left: 470px;
}

#startup-cab {
  background: url(./images/icons-cab.png) right 0 no-repeat;
  min-height: 520px;
  padding-right: 470px;
}

#create-your-app {
  background: url(./images/icons-laptop.png) 0 20px no-repeat;
  min-height: 480px;
  padding-left: 540px;
}

.section-title.title-1 {
  background: url(./images/step-1.png) 0 0 no-repeat;
}

.section-title.title-2 {
  background: url(./images/step-2.png) 0 0 no-repeat;
}

.section-title.title-3 {
  background: url(./images/step-3.png) 0 0 no-repeat;
}

.section-title.title-1,
.section-title.title-2,
.section-title.title-3 {
  background-size: 80px 80px;
  padding: 45px 0 10px 70px;
  margin: 0 0 20px;
}

#create-your-app.wrapper {
  padding-top: 55px;
}

#history.wrapper {
  padding-top: 50px;
  text-align: center;
}

#history .section-title,
#why-ironhack .section-title {
  border-bottom: 3px solid #e3a32d;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 0 10px;
}

#history p {
  line-height: 1.4em;
  margin: 60px 0;
}

#video iframe {
  height: auto;
  min-height: 60vh;
  width: 100%;
}

#why-ironhack {
  font-size: 1.6em;
}

#why-ironhack .content {
  float: left;
  text-align: center;
  width: 50%;
}

#why-ironhack .section-title {
  border-color: #ca4d65;
  font-size: 1.3em;
}

#why-ironhack p {
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 20px 0 0;
  text-align: left;
}

#why-ironhack .ironhack-stats {
  background: #32b0f7;
  color: #fff;
  float: right;
  font-size: 1.05em;
  margin-top: 40px;
  padding: 25px 20px 50px;
  width: 45%;
}

#why-ironhack .ironhack-stats p {
  color: #fff;
}

#why-ironhack .ironhack-stats span {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 5px;
  text-align: right;
  width: 70px;
}

/* Testimonials & OWL Slider */
#testimonials .item {
  line-height: 1.4em;
  text-align: center;
}

.testimonial-info {
  margin-right: 50px;
}

.testimonial-info .img-circle,
.testimonial-info .media-body {
  float: right;
}

.testimonial-info .edition {
  color: #666;
  font-size: 18px;
}

.owl-page {
  background: #eee;
  border-radius: 50px;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  width: 15px;

  -webkit-transition: .2s linear all;
  -moz-transition: .2s linear all;
  transition: .2s linear all;
}

.owl-page:hover {
  background: #999;

  -webkit-transition: .2s linear all;
  -moz-transition: .2s linear all;
  transition: .2s linear all;
}

.owl-page.active {
  background: #32b0f7;

  -webkit-transition: .2s linear all;
  -moz-transition: .2s linear all;
  transition: .2s linear all;
}

.owl-page.active:hover {
  background: #0c9def;

  -webkit-transition: .2s linear all;
  -moz-transition: .2s linear all;
  transition: .2s linear all;
}

.owl-pagination {
  margin: 20px 0 60px;
  text-align: center;
}

.media {
  margin-top: 40px;
}

.media-body {
  padding: 40px 0;
  text-align: left;
  padding-left: 20px;
  float: left;
}

/* Footer */

.footer {
  background: #192129;
  padding: 30px 0;
  color: #A4BDD1;
}

/* Footer > Conditions */
#conditions {
  text-align: center;
}

#conditions h3 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 20px;
}

#conditions ol {
  list-style-type: decimal;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

#conditions ol li {
  line-height: 1.8em;
  margin-bottom: 10px;
}

/* Footer > Copyright */

.footer .copyright {
  border-top: solid 1px #333;
  margin-top: 20px;
  padding: 15px 0;
}

/* Responsive */
@media (min-width: 900px) and (max-width: 1240px) {
  #logo-container .subtitle {
    font-size: 4em;
    right: 20px;
  }

  #steps #step1,
  #steps #step2,
  #steps #step3 {
    background-size: 120px 120px;
    font-size: 2.1em;
    padding: 65px 0 0 105px;
  }

  #join-initiative {
    margin-top: 8vh;
  }

  #tell-us-your-idea {
    padding: 90px 0 90px 400px;
  }

  #startup-cab {
    background-size: 350px auto;
    min-height: 440px;
    padding: 40px 350px 0 0;
  }

  #create-your-app {
    background-position: 0 100px;
    background-size: 350px auto;
    min-height: 300px;
    padding: 0 0 0 350px;
  }
}

@media (min-width: 769px) and (max-width: 899px) {
  .wrapper {
    font-size: 18px;
  }

  .wrapper .section-title {
    margin-bottom: 30px;
  }

  #logo-container .subtitle {
    font-size: 3em;
    right: 20px;
  }

  #join-initiative {
    margin-top: 8vh;
  }

  #join-initiative .btn {
    font-size: 2em;
    font-weight: bold;
  }

  #steps #step1,
  #steps #step2,
  #steps #step3 {
    background-size: 110px 110px;
    font-size: 1.85em;
    padding: 60px 0 0 95px;
  }

  #tell-us-your-idea {
    background-position: 50px 50px;
    background-size: 200px auto;
    min-height: 0;
    padding: 60px 0 50px 280px;
  }

  #startup-cab {
    background-position: 0 right;
    background-size: 200px auto;
    min-height: 0;
    padding: 0 210px 40px 3vw;
  }

  #create-your-app {
    background-size: 250px auto;
    background-position: 0 40px;
    min-height: 0;
    padding: 0 0 0 250px;
  }

  #create-your-app.wrapper {
    padding-top: 20px;
  }

  #history p {
    margin: 30px 0;
  }

  #why-ironhack.wrapper {
    padding-top: 60px;
  }

  #why-ironhack .content,
  #why-ironhack .ironhack-stats {
    float: none;
    width: 100%;
  }

  #why-ironhack .ironhack-stats {
    font-size: 1.2em;
  }

  #why-ironhack .ironhack-stats span {
    width: 18vw;
  }

  #testimonials.wrapper {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .course-bar {
    display: none;
  }

  #logo-container {
    padding: 30px 0 0;
    margin-bottom: 20px;
    width: 55%;
  }

  #logo-container .cabify-logo-container {
    float: none;
  }

  #logo-container .cabify-logo-container img {
    height: auto;
  }

  #logo-container .powered-by {
    float: none;
    margin: 30px 0 0 0;
    text-align: center;
  }

  .header-subtitle {
    display: none;
  }

  #logo-container .subtitle {
    font-size: 2em;
    margin-top: -10px;
    right: 0;
  }

  #steps #step1,
  #steps #step2,
  #steps #step3 {
    background-size: 50px 50px;
    float: none;
    font-size: 2em;
    height: auto;
    margin: 0 auto 20px;
    padding: 25px 0 20px 45px;
    width: 285px;
  }

  #join-initiative {
    margin-top: 30px;
  }

  #join-initiative .btn {
    font-size: 2.3em;
    padding: 18px 0;
    width: 85%;
  }

  #join-initiative .powered-by {
    position: relative;
    margin: 40px 0 0 40px;
  }

  #tell-us-your-idea,
  #startup-cab,
  #create-your-app {
    background: none;
    min-height: 0;
    padding: 20px 0 0 0;
  }

  #create-your-app.wrapper {
    padding-top: 20px;
  }

  #tell-us-your-idea .section-title,
  #startup-cab .section-title,
  #create-your-app .section-title {
    font-size: 1.1em;
    margin: 20px 0;
  }

  #tell-us-your-idea p,
  #startup-cab p,
  #create-your-app p {
    font-size: 0.8em;
  }

  #history {
    font-size: 2em;
  }

  #history p {
    font-size: 0.9em;
    margin: 20px 0;
    text-align: left;
  }

  #video iframe {
    height: auto;
    min-height: 40vh;
    width: 100%;
  }

  #why-ironhack.wrapper {
    padding-top: 0;
  }

  #why-ironhack .content,
  #why-ironhack .ironhack-stats {
    float: none;
    width: 100%;
  }

  #why-ironhack .ironhack-stats {
    font-size: 1.01em;
  }

  #why-ironhack .ironhack-stats span {
    display: block;
    text-align: left;
    width: 18vw;
  }

  #testimonials.wrapper {
    font-size: 1.8em;
    padding-top: 40px;
  }

  .testimonial-info {
    margin-right: 0;
  }

  .media-body {
    padding: 0;
  }

  .testimonial-info .img-circle,
  .testimonial-info .media-body {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  #conditions h3 {
    font-size: 1.6em;
  }

  #conditions ol li {
    font-size: 1.1em;
  }

  .footer .copyright {
    text-align: center;
  }
}
