/* css by publisitio 03.12.020 */
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');
.socialMedia{
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
.social{
  display: flex;
  justify-content: center;
  align-items: center;
}
.social a{
  width: 30px;
  padding: 5px 15px;
  position: relative;
}
.social a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #212b35;
  opacity: 0;
  transition: all .8s ease;
  z-index: -1;
}
.social a:hover:before{
  content: "";
  opacity: 1;
  width: 55px;
  height: 55px;
}
/* custom scrollbar */
* {
    scrollbar-color: #F56469 #212b35;
    scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #212b35; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F56469; 
  border-radius: 1px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555555; 
}
/* custom scrollbar end */
html {
  height: 100%;
}
body{
	font-family: 'Antic Didone', serif;
	text-align: center;
  background: #212b35;
	color: #fff;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
}
a{
  text-decoration: none;
}
a[href="http://www.publisitio.eu"] {
  color: #212b35;
  transition: color .5s ease
}
a[href="http://www.publisitio.eu"]:hover {
  color: #fff;
}
h1, h2, h3, p{
	font-weight: 400;
}
.img-fluid{
  width: 100%;
  height: auto;
}
.lang{
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 2;
}
.lang > div a{
  display: block;
  color: #F56469;
  border-radius: 50%;
  border: 2px solid #F56469;
  padding: 10px;
  margin: 8px 0;
  font-size: 20px;
}
.intro{
  display: flex;
  justify-content: center;
  /*height: 90vh;*/
  align-items: center;
  flex-direction: column;
}
.introImg{
  /*display: flex;*/
  width: 25%;
  /*margin: auto;*/
}
.logoBlock{
  /*align-self: flex-end;*/
}
.logo {
  font-size: 10vh;
  color: #F56469;
  margin: 50px 0;
}
  @media screen and (max-width: 801px){
    .logo {
      font-size: 9vh;
    }
  }
.tagline {
  font-size: 3vh;
  margin-top: -10px;
  color: #fff;
}
.aboutUs{
	display: flex;
	justify-content: center;
	font-size: 2.16667vw;
	letter-spacing: .08px;
	line-height: 1.4;
}
.aboutUs p{
  width: 60%;
}
.divider{
  color: #F56469;
  font-size: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider:before,
.divider:after{
  content: "";
  display: block;
  height: 1px;
  min-width: 25vw;
}
.divider:before{
  background: linear-gradient(to right, rgba(240, 240, 240, 0), #F56469);
  margin-right: 4vh;
}
.divider:after{
  background: linear-gradient(to left, rgba(240, 240, 240, 0), #F56469);
  margin-left: 4vh;
}
.container{
	display: flex;
  justify-content: center;
  margin: 50px 0;
}
.content{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content p{
  font-size: 25px;
  line-height: 1.4;
  /* ie center fallback */
  width: 100%;
}
.content ul{
  list-style: none;
  list-style-position: inside;
  padding: 0;
}
.content ul li{
  font-size: 25px;
  padding: 5px 0;
}
.actividade{
  color: #F56469;
  font-size: 6vh;
  /*width: 90%;*/
  /* ie center fallback */
  margin: auto;
}
.actividadeTagLine{
  width: 60%;
  font-style: italic;
  position: relative;
}
.actividadeTagLine:before,
.actividadeTagLine:after{
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-image:
  linear-gradient(
    90deg, 
    rgba(33,43,53,0) 0%, 
    rgba(245,100,105,1) 50%, 
    rgba(33,43,53,0) 100%)  
}
.actividadeTagLine:before{
  width: 50%;
}
.actividadeTagLine:after{
  width: 25%;
}
.masonryContent{
  position: relative;
  width: 60%;
  margin: 80px auto;
}
.masonryContent:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: #212b35;
  left: 0;
  top: -1px;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  z-index: 1;
}
.masonryContent:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: #212b35;
  left: 0;
  bottom: -1px;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  z-index: 1;
}
.masonry {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.masonry > div { 
  width: 50%;
  line-height: 0;
  transition: .8s opacity;
}
.masonry:hover div {
  opacity: 0.3;
}
.masonry:hover div:hover {
  opacity: 1;
}
  @media screen and (max-width: 801px){
    .masonryContent{
      width: 95%;
    }
    .masonry{
      overflow-x: auto;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
    }
    .masonry > div { 
      min-width: 90%;
      margin-right: 15px;
    }
    .masonry::-webkit-scrollbar {
      display: none;
    }
  }
.teamPics{
  /*flex: auto;*/
  filter: grayscale(1);
}
.wp-pic-wrap{
  display: flex;
  align-content: center;
}
.wp-pic-wrap > div{
  align-self: center;
}
.otherBrandsContent{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.otherBrands{
  display: flex;
  justify-content: space-between;
  width: 60%;
  padding-bottom: 100px;
}
.brands{
  width: 33%;
  padding: 0 20px;
  font-size: 20px;
  box-sizing: border-box;
}
.brands:nth-child(2){
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient( to bottom, #f56469, rgba(0, 0, 0, 0) ) 1 100%;
}
.brands h3{
  color: #f56469;
}
.button{
  position: relative;
  display: inline-block;
  background: #F56469;
  box-shadow: 0 8px 6px -6px black;
  padding: 10px 20px;
  margin: 15px 0;
  color: #fff;
  transition: .5s ease
}
.button:hover{
  background: #212b35;
  color: #F56469;
}
/* sticky layout */
.main{
  position: relative;
  background: #212b35;
  z-index: 1;
}
.footer{
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;

  background: #F56469;
  place-items: center;
  padding: 50px 0 10px;
}
/* sticky layout end */
.contactUs{
  color: #212B35;
  padding: 25px 0;
}
.contactUs h1{
  font-size: 100px;
  background-color: #a43236;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(245,100,105,0.9);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}
.contactUs p{
  font-size: 30px;
}
.credits{
  font-size: 12px;
}
/* scrolling text */
.m-scroll {
  display: flex;
  position: relative;
  height: 120px;
  margin:auto;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 100px;
}
.m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 50%; /* 100% */
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
}
.m-scroll__title > div {
  display: flex;
  animation: scrollText 20s infinite linear;
}
.m-scroll__title h1 {
  /* ie fallback */
  margin: 0;
  font-size: 50px;
  background-color: #11181e;
  color: transparent;
  text-shadow: 1px 1px 3px rgba(33,43,53,0.9);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}
    /* ie fallback */
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .m-scroll__title h1 {
      background-color: transparent;
      color: #F56469;
    }
    .contactUs h1{
      background-color: transparent;
      color: #212b35;
    }
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/*******************/
@media screen and (max-width: 801px){
  .intro{
    /*height: 80vh;*/
  }
  .introImg{
    width: 70%;
  }
  .m-scroll {
    height: 120px;
  }
  .m-scroll__title {
    transform: scale(1.5);
    transition: all 1s ease;
  }
  .aboutUs {
    font-size: 20px;
    letter-spacing: .08px;
    line-height: 1.4;
  }
  .aboutUs p{
    width: 90%;
  }
  .content {
    width: 90%;
  }
  .actividade {
    font-size: 3.55vh;
    /*width: 100%;*/
  }
  .actividadeTagLine{
    width: 80%;
  }
  .otherBrands {
    flex-direction: column;
    width: 90%;
    padding-bottom: 15px;
  }
  .brands{
    width: 100%;
  }
  .brands:nth-child(2){
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient( 90deg, rgba(0, 0, 0, 0), #f56469, rgba(0, 0, 0, 0) ) 0% 50% 100%;
    border-image-slice: 1;
    /*
    border: 1px solid #F56469;
    border-width: 1px 0;*/
    padding: 20px 0;
    margin: 35px 0;
  }
  .footer{
    padding: 5px 0;
  }
  .contactUs{
    padding: 5px 10px;
  }
  .contactUs h1{
    margin: 10px 0;
    font-size: 66px;
    line-height: .9;
  }
  .contactUs p{
    font-size: 20px;
  }
}