@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,700,800");

* {
  box-sizing: border-box;
}

h1 {
	font-family: "Barlow", sans-serif;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
@media screen and (min-width: 600px) {
  h1 {
	  font-family: "Barlow", sans-serif;
    font-size: 34px;
  }
}
@media screen and (min-width: 900px) {
  h1 {
	  font-family: "Barlow", sans-serif;
    font-size: 38px;
  }
}

h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 135%;
  color: #000000;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 24px;
  }
}

.hero-left-content p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.7px;
  line-height: 135%;
  color: #333333;
}
@media screen and (min-width: 600px) {
.hero-left-content  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
.hero-left-content  p {
    font-size: 22px;
  }
}

/* ------------ Button Style ------------  */
.main-btn {
  display: block;
  padding: 20px;
  margin: 30px 0 20px 0;
  max-width: 250px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 3px;
  color: #333333;
  border: 2px solid #333333;
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-btn:hover {
  color: #50cb75;
  border: 2px solid #50cb75;
}

/* ------------ Text Link Style ------------  */
.text-link {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #50cb75;
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.text-link:hover {
  color: #333333;
}

/* ------------ UNIQUE CONTENT STARTS HERE ------------  */
/* ------------ Hero Styles ------------  */
.hero-container {
  max-width: 1200px;
  font-family: "Barlow", sans-serif;
	margin-top: 0px;
}

.hero-left {
  background: white;
  padding: 30px;
  margin-bottom: 70px;
}
@media screen and (min-width: 500px) {
  .hero-left {
    padding: 60px;
  }
}
@media screen and (min-width: 900px) {
  .hero-left {
    float: left;
    display: flex;
    width: 50%;
    height: 510px;
    padding: 120px 120px 120px 60px;
  }
}

.hp-hero-right {
  position: relative;
  padding: 160px 0;
  width: 100%;
  height: 300px;
  background: #336B87;
	margin-bottom: 70px
}


@media screen and (max-width: 900px) {
.hero-left {
  margin-bottom: 0px;
}
    
    
.ip-hero-right {
  margin-bottom: 0px;
}
}

@media screen and (min-width: 900px) {
  .hp-hero-right {
    float: right;
    width: 50%;
    height: 510px;
  }
}

/* ------------ Hero Text ------------  */
.hero-big-white-text {
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
  color: white;
}
@media screen and (min-width: 760px) {
  .hero-big-white-text {
    font-size: 55px;
    line-height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-big-white-text {
    font-size: 60px;
    line-height: 60px;
  }
}

.hero-slide-number {
  font-size: 100px;
  font-weight: 800;
  line-height: 50px;
  color: #336B87;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 760px) {
  .hero-slide-number {
    font-size: 115px;
    line-height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-slide-number {
    font-size: 130px;
    line-height: 60px;
  }
}

.right-align {
  text-align: right;
}

/* ------------ Hero Blurb ------------  */
.hero-blurb-text p {
  color: white;
}

.hero-blurb-text {
  position: absolute;
  padding: 15px;
  bottom: -20px;
}

.services-title,
.platform-title {
  margin: 0 0 5px 0;
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  .services-title,
  .platform-title {
    font-size: 14px;
  }
}

.services-description,
.platform-description {
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 750px) {
  .services-description,
  .platform-description {
    font-size: 16px;
  }
}

.hero-slide-number,
.bottom-right {
  z-index: 5;
  position: absolute;
  letter-spacing: 2px;
  right: 1%;
  bottom: 6%;
}
@media screen and (min-width: 600px) {
  .hero-slide-number,
  .bottom-right {
    right: 4%;
    bottom: 12%;
  }
}
@media screen and (min-width: 900px) {
  .hero-slide-number,
  .bottom-right {
    bottom: 9%;
  }
}

/* ------------ Hero Image ------------  */
.hp-hero-img {
  z-index: 1;
  position: absolute;
  background: url(../img/reforma-doshermanas.jpg);
  background-size: cover;
  background-position: center;
}

/* ------------ Element Positioning ------------  */
.top-right {
  z-index: 3;
  position: absolute;
  letter-spacing: 2px;
  top: 0;
  right: 2%;
}
@media screen and (min-width: 600px) {
  .top-right {
    top: 15%;
    right: 6%;
  }
}
@media screen and (min-width: 900px) {
  .top-right {
    top: 29%;
    right: 6%;
  }
}

.hp-hero-img {
  width: 80%;
  height: 85%;
  right: 9%;
  bottom: -6%;
}
@media screen and (min-width: 400px) {
  .hp-hero-img {
    width: 75%;
    height: 90%;
    right: 12%;
    bottom: -9%;
  }
}
@media screen and (min-width: 600px) {
  .hp-hero-img {
    width: 70%;
    height: 100%;
    right: 15%;
    bottom: -12%;
  }
}
@media screen and (min-width: 900px) {
  .hp-hero-img {
    width: 75%;
    height: 70%;
    bottom: -6%;
    left: 13%;
  }
}
@media screen and (min-width: 1100px) {
  .hp-hero-img {
    width: 65%;
    height: 70%;
    left: 19%;
  }
}

/* ------ Hero Blurb ------  */
.hero-blurb {
  z-index: 4;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 180px;
  height: 180px;
  bottom: 4%;
  left: 3%;
}
@media screen and (min-width: 600px) {
  .hero-blurb {
    bottom: 12%;
    left: 6%;
  }
}
@media screen and (min-width: 900px) {
  .hero-blurb {
    width: 230px;
    height: 230px;
    bottom: 6%;
    left: 6%;
  }
}