@viewport {
  width: device-width;
  zoom: 1.0 ;
}

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

* {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

/** Fonts **/

@font-face {
  font-family: 'Engin';
  src: url(fonts/Engin.otf);
}

@font-face {
  font-family: 'SurtBlackOblique';
  src: url(fonts/ATSurtBlackOblique.otf);
}

@font-face {
  font-family: 'SurtBlack';
  src: url(fonts/ATSurtBlack.otf);
}

@font-face {
  font-family: 'SurtBoldOblique';
  src: url(fonts/ATSurtBoldOblique.otf);
}

@font-face {
  font-family: 'SurtBold';
  src: url(fonts/ATSurtBold.otf);
}

@font-face {
  font-family: 'SurtDemiBoldOblique';
  src: url(fonts/ATSurtDemiBoldOblique.otf);
}

@font-face {
  font-family: 'SurtDemiBold';
  src: url(fonts/ATSurtDemiBold.otf);
}

@font-face {
  font-family: 'SurtExtraBoldOblique';
  src: url(fonts/ATSurtExtraBoldOblique.otf);
}

@font-face {
  font-family: 'SurtExtraBold';
  src: url(fonts/ATSurtExtraBold.otf);
}

@font-face {
  font-family: 'SurtLightOblique';
  src: url(fonts/ATSurtLightOblique.otf);
}

@font-face {
  font-family: 'SurtLight';
  src: url(fonts/ATSurtLight.otf);
}

@font-face {
  font-family: 'SurtMediumOblique';
  src: url(fonts/ATSurtMediumOblique.otf);
}

@font-face {
  font-family: 'SurtMedium';
  src: url(fonts/ATSurtMedium.otf);
}

@font-face {
  font-family: 'SurtRegularOblique';
  src: url(fonts/ATSurtRegularOblique.otf);
}

@font-face {
  font-family: 'SurtRegular';
  src: url(fonts/ATSurtRegular.otf);
}

@font-face {
  font-family: 'SurtSemiBoldOblique';
  src: url(fonts/ATSurtSemiBoldOblique.otf);
}

@font-face {
  font-family: 'SurtSemiBold';
  src: url(fonts/ATSurtSemiBold.otf);
}

@font-face {
  font-family: 'SurtUltraBoldOblique';
  src: url(fonts/ATSurtUltraBoldOblique.otf);
}

@font-face {
  font-family: 'SurtUltraBold';
  src: url(fonts/ATSurtUltraBold.otf);
}

/** Webpage **/

body {
 max-width: 100%;
 height: 100%;
 background-color: #000000;
 overflow-x: hidden;
}

#menu {
  position: fixed;
  right: 0;
  z-index: 100;
}

#menu img {
  width: 13px;
}

#drop {
  height: 140px;
  overflow: hidden;
  z-index: 100 !important;
}

.logo {
  text-align: right;
  padding-top: 30px;
  padding-right: 30px;
}

.logo img {
  cursor: pointer;
}

.menulist {
  margin-top: -115px;
}

.menuitems {
  font-family: 'SurtBold';
  font-size: 18px;
  color: #e3e6f5;
  text-decoration: none;
}

.menulist li {
  text-align: right;
  padding-top: 10px;
  padding-right: 30px;
}

.menulist a {
  border-bottom: 2px solid rgba(227, 230, 244, 0);
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease;
}

.menulist a:hover {
  border-bottom: 2px solid rgba(227, 230, 244, 1);
}

/** Home **/

#home_projecto {
  width: 100%;
  height: 100%;
  margin: 0;
  border-bottom: 1px solid #e3e6f5;
}

#bg_mobile {
    position: fixed;
     top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
}

.tablet {
    display: none;
}

#eduardo {
  font-family: 'Engin';
  font-size: 13px;
  color: #e3e6f5;
  text-decoration: none;
  float: left;
  padding-top: 30px;
  padding-left: 30px;
  width: 100px;
  z-index: 5;
}

.titulo h4 {
  font-family: 'Engin';
  font-size: 29px;
  color: #e3e6f5;
  text-decoration: none;
}

.titulo p {
  font-family: 'SurtSemiBold';
  font-size: 14px;
  color: #e3e6f5;
  text-decoration: none;
  margin-top: 15px;
}

.projecto_content {
  padding-top: 100vh;
}

.titulo {
  margin-left: 30px;
  margin-bottom: 30px;
  bottom: 0;
  position: absolute;
}

.info_projecto {
  width: 100%;
  clear: both;
  margin-top: 50px;
}

.detalhes {
  margin-left: 30px;
  width: 200px;
}

.detalhes h5 {
  font-family: 'SurtMedium';
  font-size: 12px;
  line-height: 20px;
  color: #e3e6f5;
}

.detalhes p {
  font-family: 'SurtRegular';
  font-size: 12px;
  line-height: 16px;
  color: #e3e6f5;
}

.sinopse {
  font-family: 'SurtRegular';
  font-size: 14px;
  line-height: 18px;
  color: #e3e6f5;
  margin-left: 30px;
  margin-right: 60px;
  margin-top: 30px;
}

.links {
  margin-left: 30px;
  margin-top: 40px;
  height: 60px;
}

.links p {
  font-family: 'SurtRegularOblique';
  font-size: 12px;
  line-height: 16px;
  color: #e3e6f5;
  width: 140px;
}

.links a {
  font-family: 'SurtSemiBold';
  font-size: 12px;
  color: #e3e6f5;
  text-decoration: none;
  border-bottom: 2px solid rgba(227, 230, 244, 1);
}

.links_2 {
  float: left;
  padding-right: 15px;
}

#drop_mais {
  height: 140px;
  overflow: hidden;
}

#drop_agradecimentos {
  height: 80px;
  overflow: hidden;
}

#drop_links {
  height: 50px;
  overflow: hidden;
}

#infolinks a {
  font-family: 'SurtRegularOblique';
  font-size: 12px;
    border-bottom: 1px solid rgba(227, 230, 244, 1);
}

#infomais {
  margin-top: -120px;
}

#infoagradecimentos {
  margin-top: -50px;
}

#infolinks {
  margin-top: -20px;
}

/** Fotos **/

#fotos {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  position: relative;
}
#imagem1 {
	background: url(imgs/higienizart/higienizart1.jpg);
	background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem2 {
	background: url(imgs/higienizart/higienizart2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem3 {
	background: url(imgs/higienizart/higienizart3.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem4 {
	background: url(imgs/higienizart/higienizart4.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem5 {
	background: url(imgs/higienizart/higienizart5.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem6 {
	background: url(imgs/higienizart/higienizart6.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem7 {
	background: url(imgs/higienizart/higienizart7.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem8 {
	background: url(imgs/higienizart/higienizart8.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem9 {
	background: url(imgs/higienizart/higienizart9.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem10 {
	background: url(imgs/higienizart/higienizart10.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem11 {
	background: url(imgs/higienizart/higienizart11.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem12 {
	background: url(imgs/higienizart/higienizart12.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem13 {
	background: url(imgs/higienizart/higienizart13.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem14 {
	background: url(imgs/higienizart/higienizart14.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem15 {
	background: url(imgs/higienizart/higienizart15.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem16 {
	background: url(imgs/higienizart/higienizart16.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem17 {
	background: url(imgs/higienizart/higienizart17.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem18 {
	background: url(imgs/higienizart/higienizart18.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem19 {
	background: url(imgs/higienizart/higienizart19.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem20 {
	background: url(imgs/higienizart/higienizart20.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem21 {
	background: url(imgs/higienizart/higienizart21.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem22 {
	background: url(imgs/higienizart/higienizart22.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem23 {
	background: url(imgs/higienizart/higienizart23.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem24 {
	background: url(imgs/higienizart/higienizart24.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem25 {
	background: url(imgs/higienizart/higienizart25.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem26 {
	background: url(imgs/higienizart/higienizart26.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem27 {
	background: url(imgs/higienizart/higienizart27.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem28 {
	background: url(imgs/higienizart/higienizart28.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem29 {
	background: url(imgs/higienizart/higienizart29.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem30 {
	background: url(imgs/higienizart/higienizart30.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem31 {
	background: url(imgs/higienizart/higienizart31.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem32 {
	background: url(imgs/higienizart/higienizart32.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem33 {
	background: url(imgs/higienizart/higienizart33.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem34 {
	background: url(imgs/higienizart/higienizart34.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem34 {
	background: url(imgs/higienizart/higienizart34.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem35 {
	background: url(imgs/higienizart/higienizart35.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem36 {
	background: url(imgs/higienizart/higienizart36.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem37 {
	background: url(imgs/higienizart/higienizart37.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem38 {
	background: url(imgs/higienizart/higienizart38.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem39 {
	background: url(imgs/higienizart/higienizart39.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#imagem40 {
	background: url(imgs/higienizart/higienizart40.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.imagem {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 100%;
}

.imagem:first-child {
	left: 0;
}

.seta {
  position:absolute;
  top: 50%;
  cursor:pointer;
  transform:translate(0%, -50%);
  -webkit-transform:translate(0%, -50%);
  z-index: 1;
}

.seta img {
  width: 35px;
}

#seta_esquerda {
  left: 0;
  margin-left: 30px;
}

#seta_direita {
  right: 0;
  margin-right: 30px;
}


/** Projectos **/

h2 {
  font-family: 'Engin';
  font-size: 30px;
  color: #e3e6f5;
  text-decoration: none;
  float: left;
  padding-top: 90px;
  padding-left: 30px;
  padding-bottom: 50px;
}

#imgs_p {
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table;
  clear: both;
  border-bottom: 1px solid #e3e6f5;
}

.projecto {
  height: 150px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #e3e6f5;
  z-index: 1;
}

.projecto a, a:hover, a:visited, a:active {
  color: #e3e6f5;
}

.info_p {
  padding-left: 30px;
  position: absolute;
  margin-top: 90px;
}

.info_p h3 {
  font-family: 'SurtSemiBold';
  font-size: 15px;
  color: #e3e6f5;
  text-decoration: none;
}

.info_p p {
  font-family: 'SurtRegular';
  font-size: 15px;
  color: #e3e6f5;
  text-decoration: none;
}

.project_img img {
  position: absolute;
  z-index: -1;
  width: inherit;
  height: 100%;
}

#ebrio img {
  margin-left: -120px;
}

#ekklesia img {
  margin-left: -70px;
}

footer {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e3e6f5;
  background-color: #000000;
  display: inline-flex;
}

footer p {
  font-family: 'SurtRegular';
  font-size: 12px;
  color: #e3e6f5;
}

footer a {
  text-decoration: none;
  font-family: 'SurtSemiBold';
  font-size: 12px;
  color: #e3e6f5;
  border-bottom: 2px solid rgba(227, 230, 244, 1);
}

#contacto_eduardo {
  line-height: 60px;
  left: 0;
  margin-left: 30px;
  position: absolute;
  font-family: 'SurtSemiBold';
  display: none;
}

#design {
  line-height: 60px;
  margin: 0 auto;
  display: none;
}

#contacto_eduardo_mobile {
  line-height: 60px;
  left: 0;
  margin-left: 30px;
  position: absolute;
  font-family: 'SurtSemiBold';
}

#design_mobile {
  line-height: 60px;
  margin: 0 auto;
}

#back_top {
  font-size: 20px;
  font-family: "SurtBold";
  cursor: pointer;
  line-height: 60px;
  position: absolute;
  right: 0;
  margin-right: 30px;
}

.disclaimer {
    display: none;
}

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"]{
  display: none;
}

}
