@charset "utf-8";
/* CSS Document publiSITIO design e comunicação by publiSITIO 01821mar*/

@import url('https://fonts.googleapis.com/css?family=Wire+One');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:800,900&display=swap');

.animate{
	overflow-x: hidden;
}
.animate:nth-child(even) img{
	transform: translate(10em,0);
  -webkit-transform: translate(10em,0);
  -moz-transform: translate(10em,0);
  -o-transform: translate(10em,0);
  -ms-transform: translate(10em,0);

	transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
}

.animate:hover img{
  transform: translate(0em,0);
  -webkit-transform: translate(0em,0);
  -moz-transform: translate(0em,0);
  -o-transform: translate(0em,0);
  -ms-transform: translate(0em,0);
}

.animate:nth-child(odd) img{
	transform: translate(-6em,0);
  -webkit-transform: translate(-6em,0);
  -moz-transform: translate(-6em,0);
  -o-transform: translate(-6em,0);
  -ms-transform: translate(-6em,0);

	transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;	
}

.animate:hover img{
  transform: translate(0em,0);
  -webkit-transform: translate(0em,0);
  -moz-transform: translate(0em,0);
  -o-transform: translate(0em,0);
  -ms-transform: translate(0em,0);
}

/*paginas fechadas end*/
h1, h2, h3, h4, h5, h6, p{
	font-weight: 300;
}
a{
	outline: none;
}
a:hover{
	text-decoration: none;
}
::selection {
  background-color: none;
  color: #6a0588;
}
body{
	background: #e0e5ec;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}
body::before {
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  content: "";
  height: 10px;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
}
/* dark mode warning text */
.darkMode{
	display: none;
}
/* fonts */
.myFont-1{
    font-family: 'Wire One', sans-serif;
}
hr {
    overflow: hidden;
}

.myFont-2{
	font-family: '', sans-serif;
}
/* fonts end */
/* color codes */ 
.intro{
	position: relative;
  height: 100vh;
  width: 100%;
}
.introLogo{
	bottom: 150px;
	position: absolute;
}
.logoCircle{
	/*background: #000;*/
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	height: 50px;
	text-align: center;
	width: 50px;
  box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), 
              -4px -2px 16px #FFFFFF;
}
.logoCircle-sm{
	background: #000;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	height: 30px;
	margin: 0 5px;
	/*padding-top: 1px;*/
	text-align: center;
	width: 30px;
}
.category{
	color: #e0e5ec;
	font-weight: 800;
	font: 225px 'Poppins', sans-serif;
	letter-spacing: -25px;
  text-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), 
              -4px -2px 16px #FFFFFF;
  /*
	text-shadow: 2px 5px 6px rgba(0,0,0,0.1),
               -2px -5px 6px rgba(255,255,255,0.4);
               */
}
@media screen and (max-width: 600px) {
	.category{
		font-size: 85px;
	}
}
.projectTitle{
  color: #fff;
  font-size: 50px;
}
.myBtn{
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 10px;
	padding: .5rem 1rem;

  -webkit-transition: all 2.5s ease-out;
  -moz-transition: all 2.5s ease-out;
  -o-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}
[href*=".html"],
[href^="http://"],
[href^="https://"] {
  color:#e39308;
  border-radius: 10px;
  display: inline-block;

  box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), 
  						-4px -2px 16px #FFFFFF;
}
[href*=".html"]:hover,
[href^="http://"]:hover,
[href^="https://"]:hover  {
  color:#04625e;
  box-shadow: inset 2px 2px 5px #b8b9be,
              inset -3px -3px 7px #fff;
  /*
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6), 
  						-9px -9px 16px rgba(255, 255, 255, 0.5);
              */
}
.myCol-md{
	padding-right: 0px;
	padding-left: 0px;
}
.myJumbotron{
	padding-top: 150px;
	background: none;
}
.myJumbotron p{
	width: 50%;
	margin: 0 auto;
}
/* brand */
.logoFolio img{
	max-width: 170px;
}
/* publisitio my tuts */
.spacer{
	height: 40px;
}
.bizzCards{
  position: relative;
  overflow-x: hidden;
  padding: 200px 0;
}
.coffee{
  position: absolute;
  z-index: 9;
  top: -30px;
  left: -250px;
  transform: rotate(20deg);
}
.glasses{
  position: absolute;
  bottom: 65px;
  right: -175px;
  transform: rotate(-5deg); 
}
.branding{
  width: 80%;
  margin: auto;
  transform: rotate(-10deg); 
}
  @media screen and (max-width: 800px) {
    body{
      text-align: center;
    }
    .text-left,
    .text-right{
      text-align: center !important;
    }
    .animate:nth-child(even) img{
      transform: translate(0em,0);
      -webkit-transform: translate(0em,0);
      -moz-transform: translate(0em,0);
      -o-transform: translate(0em,0);
      -ms-transform: translate(0em,0);
    }
    .animate:nth-child(odd) img{
      transform: translate(0em,0);
      -webkit-transform: translate(0em,0);
      -moz-transform: translate(0em,0);
      -o-transform: translate(0em,0);
      -ms-transform: translate(0em,0); 
    }
    .bizzCards{
      padding: 250px 0;
      overflow: hidden;
    }
    .branding{
      width: 90%;
      margin: auto;
      transform: rotate(0deg); 
    }
    .coffee{
      left: -280px;
    }
    .glasses{
      bottom: 21px;
      right: -198px; 
    }
  }
.branding .column img{
  -webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.5));
  filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.5));
}
.column {
  float: left;
  width: 25%;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
/* FX */
.grayfilter {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.grayfilter:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* FX end */


/* scroll to top */
.scrollToTop{
	background: #e0e5ec;
	border-radius: 50%;
	bottom: 25px;
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	position:fixed;
	right: 25px;
	z-index:999;
  display: none;
  height: 50px;
  text-align:center;
  width: 50px;

	box-shadow: 6px 6px 12px #b8b9be,-6px -6px 12px #fff;
  -webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.scrollToTop:hover{
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5);

}
/* scroll to top end */
/* go back */
.goBack{
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	line-height: 45px;
  height: 50px;
  text-align:center;
  width: 50px;
	
	box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), -4px -2px 16px #FFFFFF;
  -webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.goBack:hover{
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5);
}
/* go back end */

/* footer */
.footer{
	background: ;
	color: #000;
	font-size: 14px;
	padding: 50px 0 20px;
	position: relative;
}
/* footer end */

/* facebook */
svg {
	fill: none;
	height: 50px;
	margin-left: -2px;
	stroke-width: .2;
	stroke: none;
	width: 50px;
}
path { transition: fill .6s ease; }
/* set fill for before and for during hover */
svg path { fill: #bbb; }
svg:hover path { fill: #3b5999; }
/* facebook end */
/*/////////////////*/
@media screen and (max-width: 768px) {
	.myJumbotron p{
		width: 100%;
		margin: 0 auto;
	}

	.logoFolio img{
		max-width: 250px;
	}
	
	.scrollToTop{
		bottom: 15px;
		right: 15px;
	}
	/* FX */
	.grayfilter {
		-webkit-filter: grayscale(0);
  	filter: grayscale(0);
  }

}

@media screen and (max-width: 420px) {
	
}

/* DARK MODE */
@media (prefers-color-scheme: dark) {
  body {
    background: #464646;
    color: #fff;
  }
  .darkMode{
  	display: block;
  }
  .logoCircle{
    box-shadow: 2px 5px 6px rgba(0,0,0,0.1), 
                -2px -5px 6px rgba(99,98,98,0.4)
  }
  .category {
    color: #464646;
    text-shadow: 2px 5px 6px rgba(0,0,0,0.1), 
                -2px -5px 6px rgba(99,98,98,0.4);
  }
  .projectTitle {
    color: #464646;
    text-shadow: 1px 1px 1px #000;
  }

  [href*=".html"],
  [href^="http://"],
  [href^="https://"] {
    color: #828080;
    background: -webkit-linear-gradient(145deg, #494949, #3d3d3d);
    box-shadow: 4px 2px 16px rgba(47, 47, 47, 0.48), -4px -2px 16px #525252;

    -webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
  }
  [href*=".html"]:hover,
  [href^="http://"]:hover,
  [href^="https://"]:hover {
    color: #e39308;
    background: -webkit-linear-gradient(145deg, #3d3d3d, #494949);
    box-shadow: 4px 2px 16px rgba(47, 47, 47, 0.48), -4px -2px 16px #525252;
	}
  .scrollToTop {
    background: #464646;
    box-shadow: 4px 2px 16px rgba(56, 58, 58, 0.48), 
                -4px -2px 16px #6b6a6a;
  }
  .scrollToTop:hover {
    box-shadow: 9px 9px 16px rgba(99, 100, 101, 0.6), 
                -9px -9px 16px rgba(41, 40, 40, 0.5);
  }
  /* svg colors alterar directamente no ficheiro svg */
}