@import 'https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700';

* {
  font-family: "Dosis";
}
.crop {
	position: relative;
	top: 0;
	overflow: hidden;
  height: 100vh;
  width: 100%;
}
video {
  margin: 0;
  padding: 0;
}
video#bgvid { 
  position: relative;
  top: 0; 
  z-index: 1;
  min-width: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
  box-shadow: 0 20px 90px -12px #999;
} 

input[type="submit"] {
    background: #fff;
    color: #ff2c6f;
    float: right;
    padding: 10px 20px;
    transition: 0.2s;
    text-transform: uppercase;
    border: 1px solid #fff;
}
input[type="submit"]:hover {
    background: #ff2c6f;
    color: #fff;
}
.faixaPreta {
      position: absolute;
    height: 60px;
    top: 0px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 2;
}
html {
  margin-top: -1px;
}
.menuClose {
  background: url(../img/menu-inverse.png) center 20px / 25px 25px no-repeat !important;
}

.menuCloseI {
  background: url(../img/menu-inverseDark.png) center 20px / 25px 25px no-repeat !important;
}

.social-index {
	z-index: 999;
	position: absolute;
	top: 17px;
	padding-right: 20px;
	right: 70px;
}
.oquefazemos {
	background: url(../img/bg-boxes-2.jpg);
}

.contextMenu-index {
	display: inline-block;
	margin-left: 10px;
    padding: 0 10px 0 0;
    border-left: 1px solid #fff;border-right: 1px solid #fff;
	text-transform: uppercase; font-weight: 200;
	color: #fff;
}
.social-index a {
	color: #fff;
	transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}
.social-index a:hover {
	opacity: 0.6s;
}
.contextMenu-index a {
	font-size: 16px;
}

.slick-slider {
    margin-bottom: 0px;
    margin-top: 80px;
}
.box-oquefazemos {        
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#conteudo { background-color: #ff2c6f; padding-top: 130px; padding-bottom: 80px; }
.contato { padding-bottom: 0 !important; }
.contato h2 {     font-size: 50px !important;margin-top: 10px !important;margin-bottom: 20px; }
#conteudo h1, p, b, h2 { color: #fff; font-family: Dosis; }
#conteudo h1 { font-size: 70px; font-weight: 400; }
#conteudo h2 { font-size: 20px;font-weight: 200;margin-top: 0;}
#conteudo p  { font-size: 16px; font-weight: 300; }
#conteudo b  { font-size: 22px; font-weight: 500; line-height: 26px;}
#logo { position: absolute; top: 15px; width: 149px; height: 68px;background: url(../img/logo.png); z-index: 999; }
.oquefazemos {
  background-size: cover;
  background-position: center 80px;
  padding-bottom: 150px !important;
}
.social {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.social a {
	color: #ff2c6f;
	transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    font-size: 30px;
}

.social a:hover {
	color: #000;
	opactiy: 0.3s;
}

.boxes {
  background-size: cover;
  background-position: center;    
  margin-top: 10px;
  padding-bottom: 60px !important;
  padding-top: 35px;
}
footer {
	background: url(../img/bg-footer.jpg);
	height: auto;
	width: 100%;
	position: fixed;
  height: 300px;
  bottom: 0;
}
.oquefazemos h2 { color: #fff; font-family: Dosis;font-size: 30px; text-align: center;font-weight: 200; }
.quemsomos { background: url(../img/pencil-bg.png) no-repeat center; }
#interna footer {
	position: relative;
  height: auto;
	bottom: 0;
}

.floatPencil {
	position: absolute;
	left: 0;
	background: url(../img/pencil.png);
	width: 500px;
	height: 500px;
}
header {    
	position: absolute;
	z-index:2;
	top: 0;
	background: url(../img/header-02.png) center -10px no-repeat;
	width: 100%;
	height: 210px;
	opacity: 0.8;
	transition: 0.2s;
}

header:hover {
	opacity: 1;
}
#interna header {
	opacity: 1;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
  width: 200px;
  height: 100%;
  transform: translate3d(200px, 0, 0);
  transition: transform 0.35s;
}

input[type=text] {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  background: transparent;
}

textarea {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  height: 180px;
  margin-top: 15px;
  background: transparent;
}

label.menu-toggle span {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 22px 0 0 -23px;
    font-family: "Dosis";
    font-weight: 300;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
label.menu-toggle {
  position: fixed;
  right: 0;
  z-index: 99999999;
  width: 60px;
  height: 100%;
  display: block;
  padding: 0;
  transform: translate3d(0, 0, 0);
  background: url(../img/menu.png) center 20px / 25px 25px no-repeat;
  cursor: pointer;
}
.tablet {
	background: url(../img/tablet.png) no-repeat top center;
	background-size: 100%;
	padding: 30px 66px 47px 67px;
}
.tablet iframe {
  width: 100%;
  height: 464px;
}
.menu ul li a {
  display: block;
  text-align: left;
  padding: 0 20px;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  color: #bababa;
  font-size: 20px;
}

#index ul li a { color: #fff;  }
#index ul li a:hover { 
	color: #bababa;
	background: #fff;
}

.iphone { background: url(../img/iphone.png) no-repeat top center; padding: 120px 45px 0 90px; background-size: 100%; margin-top: 90px; }
.iphone p { color: #000;font-size: 20px; line-height: 25px; font-weight: 400; margin-top:20px; }

.gps {
    padding: 10px 0px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.menu-checkbox {
  display: none
}
.clientes {
	padding: 40px 80px;
}
.clientes .item {
  text-align: center;
}

.clientes img {
  width: 140px;
}
ul li a i {
    margin-left: 10px;
    margin-right: 10px;
}
    
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0)
}
.menu-checkbox:checked + .menu-toggle {
	background: url(../img/menu-inverse.png) center 20px / 25px 25px no-repeat !important;
  	transform: translate3d(240px, 0, 0) !important;
  	right: 240px;
}
.imghome {
  background: url('../img/img_mobile_quem_somos.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
img { max-width: 100%; }
ul { list-style: none; padding-left: 0; }
ul li { color: #fff; font-family: Dosis; }
ul li a { color: #333; font-size: 24px; padding: 10px 20px; display: block; transition: 0.2s;}
ul li a:hover { color: #fff; background: #ff2c6e;text-decoration: none; }

.customNavigation {
  text-align: center;
}
#pageWrap {
	display: none;
}
.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 
@media screen and (max-width: 1920px) {
	.boxes {
		min-height: 400px;
	}
}
@media screen and (max-width: 1600px) {
	.boxes {

	}
}
@media screen and (max-width: 1280px) {
	.boxes {

	}
}

@media screen and (orientation: landscape) {
  .imghome {
    background: url('../img/img_mobile_quem_somos_horizontal.jpg') no-repeat center;
  }

}
@media screen and (max-width: 768px) {
	#logo {
      top: 15px;
      left: 20px;
  }
  #margininput {
    margin-bottom: 15px !important;
  }
  .oquefazemos {
    background: none;
  }
  label.menu-toggle span {
    display: none;
  }
	header {
		width: 100%;
    background-position: -327px -40px;

	}
  .tablet { padding: 0; margin-bottom: 25px; background:none; }
  .tablet iframe {
    width: 100%;
    height: auto;
  }
}


