/* Style for our header texts

* --------------------------------------- */

@font-face {
    font-family: infinito;
    src: url(font/infinito.ttf);
}

img.greyleiria{
  display: table-cell;
vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  filter: grayscale(100%);
opacity: 1;
  width:30%;
  margin-left:auto;
  margin-right:auto;
  display:block;
  padding-top:30px;
  padding-bottom:30px;
}
img.greyleiria:hover{
  filter: none;
  opacity: 0.3;
  -webkit-filter: grayscale(0%);
  -moz-filter:    grayscale(0%);
  -ms-filter:     grayscale(0%);
  -o-filter:      grayscale(0%);
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 100vw;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgb(255, 255, 255);
  border: 10px solid rgba(255, 255, 255, .5);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  line-height: 50px;
  font-size: 1em;
  color: black;
  margin:0;
  padding:0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {

}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .letteringgaleria{
    width:15%;
    position:absolute;
    left:20px;
    padding-top:20px;

  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {

  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}



/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.2;
}

canvas {
    display:block;
    background: #191919;
    position: absolute;
    z-index: -1;
}
#section0{
  height: 100vh;
}
#section1{
  height: 100%;
}
#section2{
  height: 100vh;
  background-color: #333333;
}
#section3{
  height: 100vh;
  background-color: #333333;
}
#clientes{
  min-height: 80vh;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  background: url("../img/sponsor/coffeee.jpg") no-repeat center center fixed;

}
.infofooter{
  padding-top: 10vh;
  font-size: 1em;
  letter-spacing: 2px;
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  color:#9e9e9e;

}
.facebookicon{
text-align: center;
}
#rodape{
  min-height: 30vh;
  background-color: #191919;
}
.grelhaport1{
  background-color: #191919;
}
.grelhaport2{
   background-image: url('../img/feirademarco2.jpg');
}
h1{
  font-size: 3em;
  color: #fff;
  margin:0;
  padding:0;
  text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
  letter-spacing: 3px;

}
.wework{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color:white;
  font-size:4em;
  padding-top: 10%;
  padding-left: 8%;
}
.bring{
  color: black;
-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: white;
  font-size: 2.5em;
  margin:0;
  padding-top:5%;
  text-align: center;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;

  letter-spacing: 6px;


}
.bring2{
  color:white;
  font-size: 4.5em;
  margin:0;
  padding-bottom:5%;
  text-align: center;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 10px;


}
.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.v-center {
   display: flex;
   align-items: center;
}
h2{
  line-height: 50px;
  font-size: 1em;
  color: white;
  margin:0;
  padding:0;
  text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
  letter-spacing: 3px;
}
h3{
  font-size: 0.8em;
  letter-spacing: 2px;
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  color:white;
}
@media only screen and (max-width: 650px) {
.Words {display:none;}


}
.grelhatrabalho1
{
  height:60vh;
  background-color: #191919;
}

.grelhatrabalho2
{
  height:60vh;
  background-color: #191919;
}

.Words {
  color:white;
  margin: 0 auto;
  padding: 80px 0;
  padding-right: 100px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  -webkit-text-size-adjust: 100%;
}

/*
** Apply common styles to each line of text
*/
.Words-line {
  height: 50px;
  overflow: hidden;
  position: relative;
}
.Words-line:nth-child(odd) {
  -webkit-transform: skew(60deg, -30deg) scaleY(0.66667);
          transform: skew(60deg, -30deg) scaleY(0.66667);
}
.Words-line:nth-child(even) {
  -webkit-transform: skew(0deg, -30deg) scaleY(1.33333);
          transform: skew(0deg, -30deg) scaleY(1.33333);
}
.Words-line:nth-child(1) {
  left: 19px;
}
.Words-line:nth-child(2) {
  left: 48px;
}
.Words-line:nth-child(3) {
  left: 77px;
}
.Words-line:nth-child(4) {
  left: 106px;
}
.Words-line:nth-child(5) {
  left: 135px;
}
.Words-line:nth-child(6) {
  left: 164px;
}
.Words-line:nth-child(7) {
  left: 193px;
}

/*
** Fine-grained text styles
*/
#aboutdiv{
  overflow-y:none;
  position:absolute;
  width:100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background: url("../img/sponsor/lua.jpeg") no-repeat center center fixed;
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background: url("../img/sponsor/fundoabout.jpg") no-repeat center center fixed; */
  left:-100%;
  top:0;
  z-index: 10;

}
.abouttxt{

  color:white;
  font-size: 1em;
  max-width: 100vw;
  padding-top: 50%;
  font-family: 'Roboto Mono', monospace;
  line-height: 30px;
}

.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;


}
.malpagencyinicio{

color: #303030;
-webkit-transition: color 0.6s ease;
-moz-transition: color 0.6s ease;
-o-transition: color 0.6s ease;
transition: color 0.6s ease;
}

p {
  height: 50px;
  line-height: 45px;
  padding: 0 10px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  vertical-align: top;
  white-space: nowrap;
}

/*
** The hover interaction
*/
.Words:hover p {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}
.intro p{
  color: #fff;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
  text-align:center;
}

.custom {
	cursor: url(img/click.png) 25 15, auto;
}
.custom2 {
	cursor: url(img/gargalhada2.png) 25 15, auto;
}


#hi {
	position: absolute;
	z-index:5;
display:none;
	width:6.5%;
	left:30vw;
	top:60vh;
}
#we{
position: absolute;
	z-index:5;
	display:none;
	width:6.5%;
	left:46vw;
	top:60vh;
}
#ex{
	position: absolute;
	width:6.5%;
	display:none;
	z-index:5;

	left:38vw;
	top:60vh;
}
#are{
	position: absolute;
	width:6.5%;
	display:none;
	z-index:5;

	left:54vw;
	top:60vh;;
}
#malp{
	position: absolute;
	width:6.5%;
	display:none;
	z-index:5;

	left:62vw;
	top:60vh;
}


/* Defining each section background and styles
* --------------------------------------- */
#section0{
background-color: #191919;
}

#section2{
background-color: #191919
}
#section3{
  background-color: #191919

}

.picdesign
{
  padding-top: 30px;
  width:50%;

}

.editorialpic
{

  padding-top:30px;
  width: 50%;

}
.btn3{
  border:2px solid yellow;
  color: white;
  max-height: 0;
  max-width: 0;


}

/*Adding background for the slides
* --------------------------------------- */
#slide1{
  width:50%;
  background: -webkit-gradient(linear, top left, bottom left, from(#7baabe), to(#969ac6));
  background: -webkit-linear-gradient(#7BAABE, #969AC6);
  background: linear-gradient(#7BAABE,#969AC6);
}
#slide2{
  background: -webkit-gradient(linear, top left, bottom left, from(#7baabe), to(#969ac6));
  background: -webkit-linear-gradient(#7BAABE, #969AC6);
  background: linear-gradient(#7BAABE,#969AC6);
}
#slide3{
  background: -webkit-gradient(linear, top left, bottom left, from(#7baabe), to(#969ac6));
  background: -webkit-linear-gradient(#7BAABE, #969AC6);
  background: linear-gradient(#7BAABE,#969AC6);
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
  color: #fff;
}
