@font-face {
  font-family: 'BoogMoogMedium';
  src: url('fonts/boogmoog-medium.eot');
  src: url('fonts/boogmoog-medium.eot') format('embedded-opentype'),
       url('fonts/boogmoog-medium.woff') format('woff'),
       url('fonts/boogmoog-medium.ttf') format('truetype'),
       url('fonts/boogmoog-medium.svg#BoogMoogMedium') format('svg');
}

@font-face {
  font-family: 'Bergen Mono Semi';
  src: url('fonts/BergenMono-SemiBold.woff2') format('woff2'),
      url('fonts/BergenMono-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



body, html {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  display: flex;
  overflow-x: hidden;
  background: #ffffff;
  color: #000000;

  font-family: 'BoogMoogMedium','Helvetica',Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#shader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    height: 60%;
}

.website-start {
  z-index: 10;
}

.talaguim-logo {
  display: inline-block;
  width: 128px;
  height: 46px;
  background: url(talaguim-logo.png) center center no-repeat;
  background-size: 100%;
}


p {
  font-size: 21px;
  line-height: 1.418em;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0 0 1em 0;

    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

p.no-click {
  pointer-events: none;
}


a {
  color: #000;
  background: transparent;
  text-decoration: none;
}

h4 a {
  border-bottom: 1px solid #000;
}

 a:hover {
  background: #000;
  color: #ffffff;
}

a:hover {
  background: none;
}

p, a {
  line-height: 1.618rem;
}

.noise {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.2;
}

.noise-static {
  z-index: 99;
  background: url('noise.png');
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.1;

}

.open-to-work {
  z-index: 200;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 132px;
  height: 132px;
}

a.open-to-work-link {
  text-decoration: none !important;
  border-bottom: none !important;
}

a.open-to-work-link:hover {
  background: none;
}

.cls-1, .cls-2 {
  stroke-width: 0px;
}

.cls-2 {
  fill: #000;
}

.cls-1 {
  fill: #ffffff;;
}

#Camada_2:hover .cls-2 {
  fill:black;
}

#Camada_2:hover .cls-1 {
  fill: red;
}



.border-top-bottom {
  border-top: 1px solid #b9b9b9;
}

.border-bottom {
  border-bottom: 1px solid #b9b9b9;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
}

.pedro-rosa {
  margin-bottom: 2em;
  max-width: 55%;
}

.text-99999 {
  text-indent: -99999px;
}

.about-pedro, .project-start {
  background: #ffffff;
}

.about-pedro.py-6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.selected-works {
  background: #FFF;
  position: relative;
  z-index: 115;
}

.skills-container {
  margin-left: 4rem;
}

ul.skills, .skills {
  font-family: 'Bergen Mono Semi','Helvetica',Arial;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1rem;
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

ul.skills li {
  display: inline-block !important;
  list-style-type: none;
  padding-right: 24px;
}

ul.skills li:last-child {
  padding-right: 0;
}

hr {
  opacity: 1;
  margin: 0.5rem 0;
}

ul.work-types {
  font-family: 'Bergen Mono Semi','Helvetica',Arial;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1rem;
  list-style-type: none;
  /* text-align: right!important; */
  margin: 0 0 2rem 0;
  padding: 0;
}

ul.work-types li {
  display: inline-block !important;
}

.bergen {
    font-family: 'Bergen Mono Semi','Helvetica',Arial;
    text-transform: uppercase;
    font-size: 12px;
}

.hero {
  /*height: 60%;
  width: 80%;*/
}

h1, h2, h3, h4, h5 h6 {
  letter-spacing: -0.04rem;
}

h4.align-baseline.info-text {
  font-size: 2.074rem;
  /* line-height: 1.618rem; */
}

.display-1 {
  line-height: 1;
  letter-spacing: -0.03em;
}

.portfolio-50 {
  width: 100%;
}

.portfolio-25 {
  width: 50%;
}

.portfolio-35 {
  width: 100%;
}

.portfolio-65 {
  width: 100%;
}

.portfolio-100 {
  width: 100%;
}

.bg-cinza-escuro {
  background-color: #1C1E1B;
  color: #FFF;
}

.bg-cinza-claro {
  background-color: #f5f5f5;
}

.bg-cinza-medio {
  background-color: #E5E5E5;
}

.bg-verde-fb {
  background-color: #007251;
  color: #FFF;
}

.bg-amarelo-sabia {
  background-color: #FFDC00;
}

footer.rodape {
  margin: 0 !important;
  padding-top: 3em;
  padding-bottom: 6em;
  background: #ffffff;
}


/* shapes */
.animation-wrapper {
  width: 75%;
  padding-bottom: 0%;
  padding-left: 25%;
  opacity: 0.96;
}

/** Layered Animation **/

.layered-animations {
  position: relative;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1100px;
  height: 550px;
  margin: -275px 0 0 -550px;
  pointer-events: none;
}

.layered-animations .shape {
  position: absolute;
  top: 50%;
  overflow: visible;
  width: 240px;
  height: 240px;
  margin-top: -120px;
  stroke: transparent;
  stroke-width: 1px;
  fill: url(#shapesGradient);
}

@media (min-width: 740px) {
  .layered-animations .shape {
    stroke-width: .5px;
  }
}

.layered-animations .small.shape {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  stroke: transparent;
  fill: orangered;
}

.layered-animations .x-small.shape {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  stroke: transparent;
  fill: #0B0B0B;
}

@media (max-width: 575px) {

  h4.align-baseline.info-text {
      font-size: 21px;
      line-height: 1.618rem;
      text-align: left;
}

.animation-wrapper {
  width: auto;
}

  .layered-animations {
    transform: scale(0.55) !important;
  }

  .about-pedro.py-6 {
    margin-top: -8rem;
}

  p {
    font-size: 18px;
    line-height: 1.418rem;
}

  ul.work-types {
    
  }

  .pedro-rosa {
    margin-bottom: 1em;
    max-width: 100%;
  }

  .hero {
    height: auto;
  }

  .open-to-work {
    width: 112px;
    height: 112px;
  }

  .skills-container {
    margin-top: 2rem;
    margin-left: 0;
  }

  ul.skills li {
    width: 48%;
    padding-right: 5%;
    margin-bottom: 1rem;
  }
}


@media (min-width: 768px) { 
  .portfolio-50 {
    width:50%;
  }
  
  .portfolio-25 {
    width:25%;
  }

  .portfolio-35 {
    width: 35%;
  }

  .portfolio-65 {
    width: 65%;
  }
  
  .portfolio-100 {
    width:100%;
  }

  .py-6 {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }

  ul.skills li {
    width: 48%;
    padding-right: 5%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) { 
  ul.skills li {
    display: inline-block !important;
    width: auto;
    list-style-type: none;
    padding-right: 24px;
  }

  .pedro-rosa {
    max-width: 65% !important;
  }
 }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 
  .pedro-rosa {
    max-width: 55% !important;
  }
 }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px)

  .pedro-rosa {
    max-width: 55% !important;
  }

 }