h1 {
  font-size: 5rem;
  margin: 0 0 30px;
  line-height: 5.5rem;
}

h2 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  margin: 0;
  line-height: 2rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  line-height: 1rem;
}

.top-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url("../imgs/top-arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  bottom: 2%;
  left: 2%;
  background-color: rgba(30, 30, 30, 0.2);
  border-radius: 50%;
  z-index: 50;
}

/* INTRO!!! */

.intro-cnt {
  position: relative;
  background-color: #FF5D5D;
  background-image: url("../imgs/bg-lines2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}

.intro-cnt hr {
  border-top: dotted 2px white;
  width: 20%;
  margin: 20px auto 30px;
}

.intro-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.intro-scroll {
  top: 50%;
  height: 40px;
  background-image: url("../imgs/down-arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.intro-grass {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  background-image: url("../imgs/white-grass.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: 10;
}


.work-logo {
  width: 100px;
  margin: 10px;
}

.center-vertical {
  align-self: center;
  z-index: 50;
}

.center-vertical hr {
  width: 10%;
  min-width: 50px;
  color: rgba(255, 255, 255, 0.8);
  margin: 25px auto;
}

.center-vertical h2 {
  font-size: 2.5rem;
  margin: 15px auto;
}

.clear-txt {
  color: #F9F9F9;
}

.contact-home {
  padding: 50px;
}

.p-intro {
  text-align: center;
  width: 80%;
  max-width: 1080px;
  color: #fff;
  margin: 15px auto;
}

.scroll {
  position: absolute;
  margin: 0 auto;
  bottom: 10%;
  object-fit: contain;
  width: 100%;
  left: 0;
  height: 40px;
}

.title-container {
  min-height: 100vh;
  background-color: #FF5D5D;
  background-image: url("../imgs/bg-lines.png");
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-size: cover;
  margin-bottom: : -20px;
}

/* PORTFOLIO!!! */

    /* MAIN!!! */

.btn-portfolio {
  color: #FF5D5D;
  margin: 10px auto;
  border-radius: 5px;
  border: solid 1px #FF5D5D;
  letter-spacing: 0.1rem;
  padding: 10px;
  transition: 0.2s;
}

.btn-portfolio:hover {
  background-color: #FF5D5D;
  color: white;
}

.btn-portfolio-clear {
  color: white;
  margin: 10px auto;
  border-radius: 5px;
  border: solid 1px white;
  letter-spacing: 0.1rem;
  padding: 10px;
  transition: 0.2s;
}

.btn-portfolio-clear:hover {
  background-color: white;
  color: inherit;
}

.clear-hr {
    width: 40%;
    margin: 10px auto;
    border-top: 2px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-style: dotted;
    color: white;
}

.pink-hr {
  width: 40%;
  margin: 10px auto;
  border-top: 2px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-style: dotted;
  color: #FF8C8C;

}

.outer-cnt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100vh;
}

.inner-txt {
  grid-column: 1/2;
  align-self: center;
  padding: 40px;
}

.inner-txt h3 {
  line-height: 2rem;
}

.inner-clear-txt {
  color: white;
  line-height: 2rem;
}

.inner-img {
  grid-column: 2/4;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-txt-b {
  grid-column: 3/4;
  align-self: center;
  padding: 40px;
}
}

.inner-txt-b h3 {
  line-height: 2rem;
}

.inner-img-b {
  grid-column: 1/3;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-portfolio {
  width: 150px;
}

    /* PROJECTS!!! */

.agm-img {
  background-image: url("../imgs/portfolio/AGM1.jpg");
}

.az-img {
  background-image: url("../imgs/portfolio/ZORRO1.jpg");
}

.az-img-mon {
  background-image: url("../imgs/portfolio/ZORRO2.jpg");
}

.az-bg {
  background-color: #E5006D;
}

.hml-img {
  background-image: url("../imgs/portfolio/HML1.jpg");
}

.hml-img-web {
  background-image: url("../imgs/portfolio/HML2.jpg");
}

.hml-bg {
  background-color: #EB9619;
}

.john-img {
  background-image: url("../imgs/portfolio/JOHN1.jpg");
}

.john-bg {
  background-color: #C61E1D;
}

.pilar-img {
  background-image: url("../imgs/portfolio/PILAR1.jpg");
}

.pilar-img-web {
  background-image: url("../imgs/portfolio/PILAR2.jpg");
}

.pilar-bg {
  background-color: #C75805;
}

.raizal-img {
  background-image: url("../imgs/portfolio/RAIZAL1.jpg");
}

.my-brand-bg {
  background-color: #cf0630;
}

.my-brand-img {
  background-image: url("../imgs/portfolio/MYBRAND1.jpg");
}

.genzyme-img {
  background-image: url("../imgs/portfolio/GENZYME1.jpg");
}

.genzyme-bg {
  background-color: #f0f0f0;
}

.nornas1-img {
  background-image: url("../imgs/portfolio/NORNAS1.jpg");
}

.nornas1-bg {
  background-color: #323232;
}

.nornas2-img {
  background-image: url("../imgs/portfolio/NORNAS2.jpg");
}

.nornas3-img {
  background-image: url("../imgs/portfolio/NORNAS3.jpg");
}

.nornas3-bg {
  background-color: #323232;
}

.nornas4-img {
  background-image: url("../imgs/portfolio/NORNAS4.jpg");
}

.nornas5-img {
  background-image: url("../imgs/portfolio/NORNAS5.jpg");
}

.nornas5-bg {
  background-color: #e32f30;
}

.nornas6-img {
  background-image: url("../imgs/portfolio/NORNAS6.jpg");
}

.nornas7-img {
  background-image: url("../imgs/portfolio/NORNAS7.jpg");
}

.nornas7-bg {
  background-color: #df0037;
}

.nornas8-img {
  background-image: url("../imgs/portfolio/NORNAS8.jpg");
}

.duvan1-img {
  background-image: url("../imgs/portfolio/DUVAN1.jpg");
}

.duvan1-bg {
  background-color: #ffa9ac;
}

.duvan2-img {
  background-image: url("../imgs/portfolio/DUVAN2.jpg");
}

.duvan3-img {
  background-image: url("../imgs/portfolio/DUVAN3.jpg");
}

.duvan3-bg {
  background-color: #5c7289;
}

.keika-img {
  background-image: url("../imgs/portfolio/KEIKA1.jpg");
}

.keika-bg {
  background-color: #efefef;
}

.md-img {
  background-image: url("../imgs/portfolio/MD1.jpg");
}

.md-bg {
  background-color: #e98757;
}

.victoza-img {
  background-image: url("../imgs/portfolio/VICTOZA1.jpg");
}

.victoza-bg {
  background-color: #eaeaea;
}

.calendario-img {
  background-image: url("../imgs/portfolio/CALENDARIO1.jpg");
}

.calendario-bg {
  background-color: #eaeaea;
}

.synergy-img {
  background-image: url("../imgs/portfolio/SYNERGY1.jpg");
}

.synergy-bg {
  background-color: #9bbc47;
}

.brocode-img {
  background-image: url("../imgs/portfolio/BRO1.jpg");
}

.brocode-bg {
  background-color: #ffb035;
}

.santafe-img {
  background-image: url("../imgs/portfolio/SANTAFE1.jpg");
}

.iqvia1-bg {
  background-color: #40ab4d;
}

.iqvia1-img {
  background-image: url("../imgs/portfolio/IQVIA1.jpg");
}

.iqvia2-img {
  background-image: url("../imgs/portfolio/IQVIA2.jpg");
}

.iqvia3-bg {
  background-color: #01a3e3;
}

.iqvia3-img {
  background-image: url("../imgs/portfolio/IQVIA3.jpg");
}

.vallenato-bg {
  background-color: #e3032e;
}

.vallenato-img {
  background-image: url("../imgs/portfolio/VALLENATO.jpg");
}


/* RESPONSIVENESS!!! */

@media (max-width: 1200px) {

  h1 {
    font-size: 4rem;
    margin: 0 0 30px;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin: 0;
    line-height: 1rem;
  }

  h3 {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    line-height: 1rem;
  }

  p {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin: 50px 0;
      color: rgb(80, 80, 80);
  }

  .work-logo {
    width: 80px;
    margin: 20px;
  }

  .center-vertical {
    position: relative;
    top: 10vh;
    z-index: 50;
  }
}

@media (max-width: 1000px) {

  .intro-grass {
    width: 100vw;
    height: 60px;
  }

  .inner-txt h3 {
    line-height: 1rem;
    margin: 10px auto;
  }

  .inner-txt h4,
  .inner-txt-b h4 {
    font-size: 1rem;
    line-height: 2.2rem;
    margin: 10px auto;
  }

  .clear-hr {
      margin: 0 auto;
      border-top: 1px;
      border-bottom: 0;
      border-left: 0;
      border-right: 0;
      border-style: dotted;
      color: white;
  }

  .pink-hr {
    width: 40%;
    margin: 0 auto;
    border-top: 1px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-style: dotted;
    color: #FF8C8C;

  }

  /* PORTFOLIO!!! */

  .outer-cnt {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    height: 100vh;
  }

  .inner-txt {
    grid-row: 1/3;
    align-self: center;
    padding: 40px;
    z-index: 10;
  }

  .inner-txt h3 {
    line-height: 2rem;
  }

  .inner-clear-txt {
    color: white;
    line-height: 2rem;
  }

  .inner-img {
    width: 80%;
    margin: 0 auto;
    grid-column: 1/2;
    grid-row: 2/5;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .inner-txt-b {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
    padding: 40px;
  }

  .inner-txt-b h3 {
    line-height: 2rem;
  }

  .inner-img-b {
    width: 80%;
    margin: 0 auto;
    grid-column: 1/2;
    grid-row: 2/5;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .logos-portfolio {
    width: 90px;
    object-fit: contain;
  }

}

@media (max-height: 700px) {

  .intro-cnt p,
  .intro-cnt h2,
  .intro-cnt h3,
  .intro-cnt hr {
    display: none;
  }

}
