/* >> 2020 */

#vinte {
  margin-top:10%;
}

#vinte img {
  width: 400px;
}

#aboutvinte {
  margin-top: 30px;
  width: 300px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FONTS */

@font-face {
    font-family: 'Linotype-Baskerville';
    src: url('../fonts/Linotype-Baskerville.woff2') format('woff2'),
         url('../fonts/Linotype-Baskerville.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'proxima-bold';
    src: url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima-semibold';
    src: url('../fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima-thin';
    src: url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima-light';
    src: url('../fonts/mark_simonson_-_proxima_nova_alt_light-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_alt_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BASICS */

html { height: 100%; overflow-y: hidden}
body    { font-family: 'proxima-semibold', sans-serif; font-size: 14px; color: #000; padding: 0; margin: 0; overflow: hidden; background-color: #fff; height: 100%;}

h1 { font-size: 62px; font-family: 'proxima-bold'; margin: 0;  color: #000; padding-top: 30px;}
h2 { font-size: 24px; font-family: 'proxima-semibold'; color: #000;}
h4 { font-size: 16px; font-family: 'proxima-semibold'; color: #000;}
p { color: #000; font-size: 14px; line-height: 1.3;}

a { color: inherit; outline: 0;}
a:hover { color: inherit; text-decoration: none;}
a:visited { color: inherit;}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.navbar .container {
    padding-right: 50px;
    padding-left: 50px;
}

.container {
  width: 100%;
}

.arrowDownMobile {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    z-index: 1040;
}

.arrowDownMobile img {
  display: none;
  /*margin: 0 auto;*/
}

.arrowDownMobile02 {
  display: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  display: none;
}

.helloMobile {
  display: none;
}

.contactosMobile {
  display: none;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> LANDING */

.navbar-brand img {
  max-width: 100px;
}

.navbar-brand {
  margin-top: 10px;
}

.navbar-default {
  background-color: transparent;
  border: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  margin-top: 10px;
}

.navbar-default .navbar-nav > li {
  font-size: 18px;
}

/*

a.navbar-brand {
  cursor: url("../imgs/elem/bluedot-s.png"), auto;
}

ul.nav li a {
  cursor: url("../imgs/elem/bluedot-s.png"), auto;
}

.navbar, .navbar-default, .navbar-fixedtop {
  cursor: url("../imgs/elem/bluedot-s.png"), auto;
}

li.li-home a {
  cursor: url("../imgs/elem/reddot.png"), auto;
}

li.li-projetos a {
  cursor: url("../imgs/elem/greendot.png"), auto;
}

li.li-info a {
  cursor: url("../imgs/elem/yelowdot.png"), auto;
}
*/


.landing-text {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.sectionZero {
  cursor: url("../imgs/elem/cursor-work-black.png"), auto; 
}

.sectionZero a {
  width: 100%;
  height: 100%;
}

.landing-text img {
  width: 260px;
  margin: 0 auto;
  position: relative;
  top: 50%; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.landing-text h2 {
  text-align: center;
  font-size: 68px;
  margin-top: 0;
  font-family: "Linotype-Baskerville", serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  background-color: transparent;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WOBBLE UNBOX */

@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WOBBLE */


.landing { 
  width: 100%;
  height: 100%;
  top: 0;
  overflow: none;
  background-color: #fff;
  position: fixed;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  outline: 0;
}

.navbar-default .navbar-nav > li > a:hover {
  color: blue;
  outline: 0;
}

/*.navbar-default .navbar-nav > li.unbox > a:hover {
  color: #ff4338;
}
*/
.dropdown-menu {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}

.dropdown-menu > li > a {
  padding: 3px 15px;
  color: #000;
}

.dropdown-menu li {
  text-align: right;
  font-family: "proxima-semibold";
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  background-color: transparent;
  color: blue;
  outline: 0;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active {
  color: #000;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
}


.navbar-default .navbar-nav li.li-language a{
  font-family: "proxima-light";
  color: blue;
}

.navbar-default .navbar-nav li.li-language a:hover{
  color: #000;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> WORK */



.work01,
.work02,
.work03,
.work04,
.work05,
.work06,
.work07,
.work08,
.work09,
.work10,
.work11,
.work12,
.work13,
.work14,
.work15,
.work16,
.work17,
.work18,
.work19 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: none;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption {
  width: 100%;
  right: 0;
  left: 0;
  padding-left: 50px;
  text-align: left;
  text-shadow: none;
}

.carousel-control {
  width: 40%;
}

.carousel-control:hover, .carousel-control:focus {
  opacity: 0;
  text-shadow: none;
  background-image: none;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}


a.carousel-control.left {
  cursor: url("../imgs/elem/cursor-left.png"), auto;
}

a.carousel-control.right {
  cursor: url("../imgs/elem/cursor-right.png"), auto;
}


a.arrowDown {
  cursor: url("../imgs/elem/cursor-work-black.png"), auto;
  height: 100%;
  width: : 100%;
}

.arrowDownGalleryDown {
  width: 30%;
  z-index: 1000;
  position: absolute;
  margin-left: 35%;
  margin-right: 35%;
  height: 40%;
  bottom: 0;
}

.arrowDownGalleryDown a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: url("../imgs/elem/cursor-work-black.png"), auto;
}

.arrowDownGalleryUp a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: url("../imgs/elem/cursor-work-black-up.png"), auto;
}

.arrowDownGalleryUp {
  width: 30%;
  z-index: 1100;
  position: absolute;
  margin-left: 35%;
  margin-right: 35%;
  height: 40%;
  top: 0;
}

video.video-projetos { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ABOUT US */


.about-us {
  cursor: url("../imgs/elem/cursor-work.png"), auto;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: fixed;
  /*
  background-image: url("../video/animation-site.gif");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  */
}

.weAre01,
.weAre02 {
  width: 40%;
  float: left;
  padding: 0;
}

.weAre01 {
  margin-left: 8%;
  margin-right: 2%;
}

.weAre02 {
  margin-left: 2%;
  margin-right: 8%;
}

.about-us h2 {
  text-align: center;
  font-size: 40px;
  font-family: "Linotype-Baskerville", serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 50%; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


.hello {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hello h1 {
  text-align: center;
  font-size: 140px;
  font-family: 'proxima-light';
  margin-top: 0;
  position: relative;
  color: blue;
  letter-spacing: 60px;
  padding: 0;
  opacity: .9;
}

ul.helloDraggable li {
  display: inline-block;
  text-align: center;
}

ul.helloDraggable {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0;
  margin-right: -35px;
}

.contactos {
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
  z-index: 1040;
}


.contactos ul li {
  display: inline-block;
  margin: 0 auto;
}

.contactos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  margin-bottom: 40px;
}

.rodape {
  display: flex;
  justify-content: space-between;
}

ul.rodape li.morada {
  margin-left: 50px;
}

ul.rodape li.social {
  margin-right: 50px;
  text-align: right;
  color: blue;
}

ul.rodape li.contact {
  text-align: center;
  margin-top: 25px;
}

.social a:hover {
  color: #000;
}

.hello,
.aboutGallery {
  cursor: url("../imgs/elem/cursor-work.png"), auto;
}

.weAreQoob {
  cursor: url("../imgs/elem/cursor-up.png"), auto;
}



#draggable01,
#draggable02,
#draggable03,
#draggable04,
#draggable05,
#draggable06,
#draggable07,
#draggable08,
#draggable09,
#draggable10,
#draggable11,
#draggable12 {
  cursor: url("../imgs/elem/cursor-drag.png"), auto;
}


#draggable01 video {
  width: 40%;
  margin: 0 auto;
  float: right;
  margin-top: 300px;
  margin-right: 50px;
}

.aboutGallery img.espaco01 {
  max-width: 300px;
}

.aboutGallery #draggable02 {
  width: 300px;
  margin-top: 30%;
}

#draggable03 video {
  width: 55%;
  margin: 0 auto;
  float: left;
  margin-top: 30%;
}

#draggable12 video {
  width: 65%;
  margin: 0 auto;
  float: right;
  margin-top: 200px;
}
 
.aboutGallery img.espaco02 {
  max-width: 400px;
}

.aboutGallery #draggable04 {
  width: 400px;
  float: right;
  margin-left: 50px; 
}

.aboutGalleryLast .weAreQoob {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.weAreQoob .weAreQoob-content {
  width: 260px;
  margin: 0 auto;
  position: relative;
  top: 50%; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: .9;
}

a.linkVideo h5 {
  margin: 0 auto;
  text-align: center;
  color: blue;
  margin-top: 30px;
  text-decoration: underline;
}

a.linkVideo {
  cursor: pointer;
}



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MEDIA QUERIES */

@media screen and (max-width: 1366px) {
  .about-us h2 {
    font-size: 30px;
}

@media screen and (max-width: 1110px) {
  .about-us h2 {
    font-size: 30px;
  }

  .arrowDownMobile img {
    display: block;
    margin: 0 auto;
  }


}

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

  .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 40px;
    height: auto; 
    display: block;
  }

  .carousel-control .icon-prev {
    left: 0;
    margin-left: 50px;
  }

  .carousel-control .icon-next {
    right: 0;
    margin-right: 50px;
  }

  .carousel-control:hover, .carousel-control:focus {
    opacity: 1;
  }

  .carousel-control {
    opacity: 1;
  }

  .about-us h2 {
    font-size: 25px;
  }

}

@media screen and (max-width: 855px) {
  .about-us h2 {
    font-size: 20px;
  }


}

@media screen and (max-width: 769px) {
  
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
    
  .navbar-default .navbar-toggle {
    border: 0;
  }

  .navbar-toggle img {
    max-width: 35px;
  }

  .navbar-toggle {
    padding:  15px;
    margin: 0;
    margin-top: 5px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
  }

  .navbar-collapse ul li {
    text-align: right;
  }

  .navbar-collapse ul li.li-home {
  }

  .navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
  }

  .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .dropdown-menu {
    position: relative;
    float: none;
  }

  ul.dropdown-menu li:first-child {
    margin-top: 20px;
  }

  ul.dropdown-menu li:last-child {
    margin-bottom: 20px;
  }

  .navbar-default .navbar-nav > li > a {
    margin-top: 0;
  }

  .landing-text h2 {
    font-size: 40px;
  }

  .about-us h2 {
    font-size: 20px;
  }

  .hello h1 {
    font-size: 100px;
  }

  #draggable03 #bgvid {
    margin-top: 10%;
    width: 80%;
  }

  .aboutGallery #draggable04 {
    max-width: 250px;
    margin-top: 15%;
    margin-right: 100px;

  }

  .aboutGallery img.espaco02 {
    max-width: 250px;
  }

  .weAreQoob .weAreQoob-content {
    width: 250px;
  }

  .arrowDownMobile {
    display: block;
  }

  .arrowDownMobile {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    z-index: 1040;
  }

  .arrowDownMobile img {
    margin: 0 auto;

  }

  .main {
    display: ;
  }


}

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

  #vinte {
  margin-top:50%;
  }

  #vinte img {
  width: 200px;
  }

  #aboutvinte {
  display: none;
  }

  body.about {
    overflow: visible;
  }

  html.about {
    overflow-y: visible;
  }

  .navbar .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-toggle img {
    max-width: 30px;
  }

  .landing-text h2 {
    font-size: 30px;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  ul.dropdown-menu li:first-child {
    margin-top: 10px;
  }

  ul.dropdown-menu li:last-child {
    margin-bottom: 10px;
  }

  .navbar-default .navbar-nav > li > a {
    margin-top: 0;
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 0 15px;
  }

  .navbar-default .navbar-nav > li > a {
    color: blue;
  }

  .navbar-default .navbar-nav > .open > a, 
  .navbar-default .navbar-nav > .open > a:hover, 
  .navbar-default .navbar-nav > .open > a:focus {
    color: blue;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: blue;
  }



  .navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .about .main {
    display: none;
  }


  .arrowDownMobile {
    height: 80px;
  }

  .helloMobile {
    display: block;
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    padding: 0;
    text-align: center;
    z-index: -2;
    margin: 0 auto;
    /*
    color: blue;
    font-family: "proxima-thin";
    font-size: 120px;
    */
  }

  .helloMobile img{
    width: 50%;
    margin: 0  auto;
  }

  .weAre01,
  .weAre02 {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }

  .about-us h2 {
    top: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0); 
  }

  .about-us .weAre01 {
    margin-top: 40%;
  }

  .about-us .weAre02 {
    margin-top: 30px;
  }

  .about-us {
    position: relative;
  }

  .contactos {
   display: none;
  }

  .contactosMobile {
    display: block;
  }

  .contactosMobile p {
    text-align: center;
    color: #bbb;
    font-size: 14px;
  }

  .contactosMobile p.social {
    color: blue;
    padding-bottom: 50px;
  }

  .arrowDownMobile02 {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    z-index: 1040;
  }

  .arrowDownMobile02 img {
    margin: 0 auto;
  }

  .carousel-caption {
    bottom: 0;
    padding-left: 15px;
  }

  .navbar-default .navbar-nav > li > a {
    margin-top: 0;
  }

  .carousel-control .icon-prev {
    margin-left: 15px;
  }

  .carousel-control .icon-next {
    margin-right: 15px;
  }

}






















