@charset "utf-8";
/* CSS Document */
.video {
  /* replace with video*/
  background: url(../img/sample-vid.png) center top;
  background-color: #999;
  margin: 0 auto;
  height: 660px;
}

.title {
  padding: 14%;
  text-align: center;
}

.title h1 {
  font-size: 73pt;
  color: white;
  font-weight: lighter;

}

.title p {
  font-size: 20pt;
  color: white;
  margin-top: -11pt;
}

.info {
  display: block;
  text-align: center;
  margin: 36px auto;
  color: #7d8c93;
}

.info h2 {
  font-size: 4em;
  font-weight: lighter;
  letter-spacing: 2pt;
}

.info p {
  font-size: 24px;
  line-height: 27pt;
}

.spacer {
  clear: both;
  width: 100%;
  margin: 15px;
  height: 15px;
}

.team {
  width: 100%;
}

/* photos*/
.photo1 {
  width: 50%;
  float: left;
  text-align: right;
  padding-left: 20%;
}

.photo1 .text {
  display: block;
  float: left;
  margin: 15px 17px;
  text-align: center;
  width: 287px;
  font-size: 17pt;
  color: #3b495b;
}

.photo2 {
  width: 50%;
  float: left;
  padding-right: 20%;
}

.photo2 .text {
  display: block;
  float: left;
  margin: 15px 17px;
  text-align: center;
  width: 287px;
  font-size: 17pt;
  color: #3b495b;
}

.photo3 {
  width: 33.3%;
  float: left;
}

.photo3 .text {
  display: block;
  float: left;
  margin: 15px 17px;
  text-align: center;
  width: 287px;
  font-size: 17pt;
  color: #3b495b;
}

.photo4 {
  width: 33.3%;
  float: left;
}

.photo4 .text {
  display: block;
  float: left;
  margin: 15px 17px;
  text-align: center;
  width: 287px;
  font-size: 17pt;
  color: #3b495b;
}

.photo5 {
  width: 33.3%;
  float: left;
}

.photo5 .text {
  display: block;
  float: left;
  margin: 15px 17px;
  text-align: center;
  width: 287px;
  font-size: 17pt;
  color: #3b495b;
}

.text {
  display: block;
}

.nosotros-img {
  display: block;
  width: 290px;
  height: 257px;
  background-color: #f6f7f7;
  margin: 15px;
}

.nosotros-img text {
  margin: 15px auto;
}

.one {
  float: left;
}

.two {
  float: right;
}

.three {
  float: left;
}

.four {
  float: left;
}

.five {
  float: left;
}

@media (max-width: 767px) {
  .title h1 {
    font-size: 54pt;
  }

  .photo1 {
    width: 100% !important;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 15px;
  }

  .nosotros-img {
    width: 100%;
    margin: 0 auto;
  }

  .text {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .photo2 {
    width: 100% !important;
    text-align: right;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 15px;
  }

  .photo3 {
    width: 100% !important;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 15px;
  }

  .photo4 {
    width: 100% !important;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 15px;
  }

  .photo5 {
    width: 100% !important;
    text-align: right;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 15px;
  }
}

.howitworks {
  .image-container img {
    height: 94px;
  }

  .text {
    margin-left: 8.5%;
    margin-right: 8.5%;
    color: #fc7667;
  }
}

.play-link{
  display: inline-block;
}