@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Roboto:100,300,500,700');

.clear    { clear: both; }
.fleft    { float: left; }
.fright   { float: right; }
.col-2    { width: 45%; }
.col-3    { width: 33%; }
.a-center { text-align: center; }
.main     { margin: 0 auto; width: 1200px; }
.content  { line-height: 1.6em; }

#wallapop {
  color: #2e2e2e;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

#call-to-action {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 4px 10px #ddd;
  height: 100px;
  padding: 20px 0;
  position: fixed;
  top: -110px;
  transition: ease-out .15s top;
  width: 100%;
  z-index: 1000;
}

#language {
  background: url(images/languages.png) 0 0 no-repeat;
  color: #a4bdd1;
  display: inline-block;
  padding-left: 22px;
  position: absolute;
  right: 32px;
  text-decoration: none;
  top: 32px;
}

#logos-nav .wallapop {
  height: 45px;
  margin-top: 4px;
}

#logos-nav .sum {
  color: #9b9b9b;
  font-size: 35px;
  height: 35px;
  margin: 10px 15px 0;
}

#logos-nav .ih {
  height: 50px;
}

#header {
  background: url("images/bg-header.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  height: 80vh;
  text-align: center;
}

#header .bg-transparency {
  background: rgba(87, 87, 87, 0.7);
  box-sizing: border-box;
  height: 100vh;
  padding: 50px 0 0;
  padding: -webkit-calc(-webkit-calc(80vh - 500px) / 2) 0;
  padding: -moz-calc(-moz-calc(80vh - 500px) / 2) 0;
  padding: calc(calc(80vh - 500px) / 2) 0;
  width: 100%;
}

#header .bg-transparency #logos {
  margin: 0 auto;
  width: 280px;
}

#header .bg-transparency #logos .wallapop {
  height: 90px;
  margin-top: 4px;
}

#header .bg-transparency #logos .sum {
  height: 35px;
  margin: 35px 30px 0;
}

#header .bg-transparency #logos .ih {
  height: 100px;
}

#header .title {
  font-size: 50px;
  font-weight: 400;
  margin: 30px 0;
}

#header .content {
  font-size: 1.7em;
}

#header .btn,
#header .btn:visited,
#call-to-action .btn,
#call-to-action .btn:visited {
  background: #14b9a2;
  border: 1px solid #14b9a2;
  color: #fff;
  display: inline-block;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 25px;
  padding: 20px 60px;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s linear background, .3s linear color;
}

#header .btn:hover,
#call-to-action .btn:hover {
  background: #fff;
  color: #14b9a2;
  transition: .3s linear background, .3s linear color;
}

#call-to-action .btn {
  margin-top: 0;
}

#scholarship-data {
  background: rgb(44, 47, 48);
  box-sizing: border-box;
  color: #fff;
  font-size: 19.2px;
  height: 20vh;
  padding: 30px 0 0;
  padding: -webkit-calc(-webkit-calc(20vh - 80px) / 2) 0;
  padding: -moz-calc(-moz-calc(20vh - 80px) / 2) 0;
  padding: calc(calc(20vh - 80px) / 2) 0;
  text-align: center;
  width: 100%;
}

#scholarship-data .data {
  font-size: 45.6px;
  font-weight: 500;
}

#scholarship-data .col-middle {
  border: solid #fff;
  border-width: 0 1px;
}

#scholarship {
  padding: 70px 0;
}

#scholarship .title {
  font-size: 56px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

#scholarship .title .underline {
  background: #14b9a2;
  display: block;
  height: 4px;
  margin: 4px auto 0;
  width: 700px;
}

#scholarship .img-steps {
  display: block;
  margin: 50px 0 50px 30px;
  width: 90%;
}

#scholarship .col-3 {
  width: 30%;
}

#scholarship .col-3.col-middle {
  margin: 0 5%;
}

#scholarship .subtitle {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}

#scholarship .claiming {
  font-size: 20px;
  margin-bottom: 40px;
}

#women {
  background: url("images/background-the-dream.jpg") no-repeat right center #f5f5f5;
  box-sizing: border-box;
  padding: 100px 0 240px;
}

#women .title,
#the-dream .title {
  color: #14b9a2;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 100;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}

#women .subtitle {
  color: #2e2e2e;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  margin: 30px 0;
}

#the-dream {
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 8px 64px 0 rgba(44, 52, 77, 0.1);
  left: calc(50% - 400px);
  margin-bottom: 180px;
  margin-top: -180px;
  max-width: 800px;
  padding: 65px 60px;
  position: absolute;
  text-align: center;
  width: 80%;
}

#the-dream .data-container {
  color: #4d4d4d;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  margin: 40px auto 0;
}

#the-dream .data-container .data {
  font-family: "Montserrat";
  font-size: 38px;
  font-weight: 500;
}

#the-dream .col-3.col-middle {
  border: solid #d8d8d8;
  border-width: 0 1px;
}


#why-ironhack {
  margin-top: 400px;
}

#why-ironhack .subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}

#scholarship .content,
#women .content,
#the-dream .content,
#why-ironhack .content {
  font-family: "Roboto";
  font-weight: 300;
}

#why-ironhack .title,
#testimonials .title,
#ironhack .title {
  color: #4a4a4a;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 60px;
  text-align: center;
}

#why-ironhack .title .underline,
#testimonials .title .underline,
#ironhack .title .underline,
#terms-and-conditions .title .underline {
  background: #14b9a2;
  display: block;
  height: 4px;
  margin: 4px auto 0;
  width: 530px;
}

#why-ironhack .col-3,
#testimonials .col-3 {
  color: #999;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
  width: 30%;
}

#why-ironhack .col-3 strong {
  color: #444;
}

#why-ironhack .col-3 .image-container {
  margin-bottom: 30px;
}

#why-ironhack .col-3 .image-container img {
  height: 100px;
}

#why-ironhack .col-3.col-middle,
#testimonials .col-3.col-middle {
  margin: 20px 5% 0;
}

#testimonials,
#ironhack,
#terms-and-conditions {
  margin-top: 120px;
}

#testimonials .title .underline {
  width: 570px;
}

#testimonials .col-3 {
  background: #fff;
  border: 1px solid #d3dfe4;
  border-radius: 6px;
  box-sizing: border-box;
  color: #08131f;
  height: 480px;
  padding: 20px;
  position: relative;
}

#testimonials .student-name {
  display: block;
  margin-bottom: 5px;
}

#testimonials .student-photo {
  margin-bottom: 30px;
  width: 100px;
}

#testimonials .course {
  color: #aaa;
  font-size: 12px;
}

#testimonials .content {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 300;
  height: 180px;
}

#testimonials .company-logo img {
  height: 50px;
}

#ironhack {
  background: url(images/bg-ironhack.jpg) center bottom no-repeat;
  background-size: auto 75%;
}

#ironhack .title .underline {
  width: 300px;
}

#ironhack iframe {
  height: 520px;
  margin-bottom: -4px;
  width: 840px;
}

#terms-and-conditions {
  margin-bottom: 120px;
}

#terms-and-conditions .title {
  font-size: 20px;
  font-weight: 700;
}

#terms-and-conditions .title .underline {
  margin-left: 0;
  width: 125px;
}

#terms-and-conditions .list {
  margin-left: 15px;
  padding-left: 0;
}

#terms-and-conditions .list-item {
  color: #999;
  margin-bottom: 25px;
}

#footer {
  background: rgb(25, 33, 41);
  padding: 40px 0;
  width: 100%;
}

#footer .logo-footer {
  width: 70px;
}

#footer .copy-content {
  color: #ccc;
  font-size: 12px;
  padding-left: 30px;
  padding-top: 30px;
}

#share-social-networks {
  color: #ccc;
  font-size: 12px;
  padding: 23px 0;
}

#share-social-networks .logo {
  display: inline-block;
  margin-left: 32px;
}

@media (max-width: 1300px) {
  .main { width: 900px; }
  #women { background-position: calc(100% + 100px) center; }
  #ironhack iframe {
    height: 420px;
    width: 740px;
  }
}

@media (max-width: 1024px) {
  #women { background-position: calc(100% + 200px) center; }
}

@media (max-width: 1000px) {
  .main { width: 800px; }
}

@media (max-width: 768px) {
  .main { width: calc(100% - 48px); }

  #wallapop {
    font-size: 14px;
  }

  #call-to-action {
    background: none;
    box-shadow: none;
    height: auto;
    padding: 0;
    text-align: center;
    top: 100vh;
  }

  #call-to-action .main {
    margin: 0;
    width: 100%;
  }

  #call-to-action .main .btn {
    height: 63px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }

  #call-to-action #logos-nav {
    display: none;
  }

  #call-to-action .fright {
    float: none;
  }

  #language {
    right: 16px;
    top: 16px;
  }

  #header {
    background: url("images/background-header-mobile.jpg") no-repeat center center;
    height: 100vh;
  }

  #header .title {
    font-size: 40px;
  }

  #header .bg-transparency {
    height: 100vh;
    padding: calc(calc(100vh - 450px) / 2) 20px;
  }

  #header .content {
    display: none;
  }

  #scholarship-data {
    height: auto;
    padding: 40px 0;
  }

  #scholarship-data .col-3,
  #scholarship .col-3,
  #why-ironhack .col-3 {
    float: none;
    width: 100%;
  }

  #scholarship-data .col-3.col-middle {
    border: 0;
    margin: 40px auto;
  }

  #scholarship .title,
  #why-ironhack .title,
  #ironhack .title {
    font-size: 24px;
  }

  #scholarship .title .underline {
    width: 290px;
  }

  #scholarship .img-steps {
    display: none;
  }

  #scholarship .col-3,
  #scholarship .col-3.col-middle {
    margin: 40px auto;
    text-align: center;
  }

  #women {
    background: url("images/background-the-dream-mobile.jpg") no-repeat center bottom #f5f5f5;
    background-size: 100% auto;
    padding: 40px 0;
    padding-bottom: 1150px;
  }

  #women .col-2 {
    width: 100%;
  }

  #the-dream {
    left: 5%;
    margin-top: -220px;
    padding: 30px;
    width: 90%;
  }

  #the-dream .title {
    font-size: 22px;
  }

  #the-dream .col-3,
  #testimonials .col-3 {
    float: none;
    width: 100%;
  }

  #the-dream .data-container {
    margin-top: 20px;
  }

  #the-dream .col-3.col-middle {
    border: 0;
    margin: 30px 0;
  }

  #the-dream .data-container {
    font-size: 14px;
  }

  #the-dream .data-container .data {
    font-size: 24px;
  }

  #why-ironhack .title .underline {
    width: 350px;
  }

  #why-ironhack .col-3.col-middle {
    margin: 40px 0 0;
  }

  #why-ironhack .col-3 strong {
    font-size: 16px;
  }

  #testimonials .title {
    font-size: 22px;
  }

  #testimonials .title .underline {
    width: 345px;
  }

  #testimonials .col-3 {
    height: 420px;
  }

  #testimonials .col-3.col-middle {
    margin: 30px 0 0;
  }

  #testimonials .content {
    height: 120px;
  }

  #ironhack {
    background: none;
  }

  #ironhack .title {
    margin-bottom: 30px;
  }

  #ironhack .title .underline {
    width: 200px;
  }

  #ironhack iframe {
    height: 200px;
    margin: 0 auto;
    width: 360px;
  }

  #footer {
    padding-bottom: 80px;
  }
}

@media (max-width: 450px) {
  #women {
    padding-bottom: 600px;
  }
}

@media (max-width: 320px) {
  .main { width: 320px; }

  #call-to-action .fright { width: 320px; }

  #header .bg-transparency { box-sizing; border-box; padding: 10px; padding-top: 75px; }

  #header .title { font-size: 30px; }

  #call-to-action .main .btn {
    box-sizing: border-box;
    height: 63px;
    width: 320px;
  }

  #ironhack iframe {
    width: 300px;
  }

  #why-ironhack .title .underline,
  #testimonials .title .underline,
  #scholarship .title .underline {
    width: 90%;
  }
}
