@import url(fonts.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700);

body {
	font-family: 'Nunito', sans-serif;
}

a, a:active, a:focus {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.tk-seravek-web,
h1,
h2,
h3,
h4,
h5,
p {
	/*font-family:"seravek-web-1","seravek-web-2",sans-serif;*/
}

h1 {
	font-weight: 700;
	font-size: 42px;	
	text-transform: uppercase;
}

/* Helper Classes */
.no-padding, .nopadding, .pd0 {
	padding: 0;
}

.nopadding-top, .no-padding-top {
	padding-top: 0 !important;	
}

.content-center {
	display: table-cell;
	vertical-align: middle;
}

.italic {
	font-style: italic;
}

.regular {
	font-weight: 400;
}

.thin {
	font-weight: 300;
}

.thiner {
	font-weight: 200;
}

.thinest {
	font-weight: 100;
}

.bold {
	font-weight: 500;
}

.bolder {
	font-weight: 600;
}

.boldest {
	font-weight: 700;
}

.separator {
	height: 40px;
}

.separator-sm {
	height: 20px;
}

.rel {
	position: relative;
}

/* Top, Navbar & Logo */
.navbar {
	height: 90px;
	margin: 0;
	border: none;
	border-radius: 0px;
}

.navbar-collapse {
	margin: 25px 0;
}

.navbar-nav > li > a {
	color: #e30e00 !important;
	font-size: 16px !important;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0 12px;
	font-weight: 600;
	font-size: 13px;
}

.menu-idioma{
	border-bottom: 1px solid aliceblue;
	padding: 5px 0;
}

.menu1{
	border-bottom: 1px solid #ecf0f1;
}

.navbar-nav > li.active > a {
	background: #070405 !important;
	color: #fbfbfb !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	border-bottom: 3px #e40f00 solid;
	padding: 10px 12px;
}

.logo:before {
	content: '';
	position: relative;
	left: -23px;
	padding: 90px 160px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1000;
}

.form-control{
	border: 1px solid #000;
	border-radius: 0;
}

.topbar {
	min-height: 70px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	line-height: 70px;
}

.topbar > div > a:hover {
	text-decoration: underline;
	color: #fff;	
}

.topbar > div {
	padding: 0 !important;
}

.top1 {
	background-color: #070405;
	border-bottom: 2px solid red;
}

.top2 {
	background-color: #070405;
	border-bottom: 2px solid red;
}

.top3 {
	background-color: #070405;
	background-image: url(../img/back-topbar.jpg);
	border-bottom: 2px solid red;
}

.slider {
	overflow: hidden;
}
.slider- img{
	transform: skewX(-1deg);
	border-radius: 2px;
}

.top-phone {
	float: right;
	color: #e40f00;
	font-size: 12px;
	font-weight: 600;
	line-height: 48px;
	margin-left: 30px;
	margin-right: -20px;
}

.top-phone > div {
	float: right;
	border-bottom: 2px #e40f00 solid;
	line-height: 37px;
	padding-top: 0px;
}

.top-phone span {
	font-size: 13px;
}

.top-phone img {
	margin: -14px 10px 0 0px;
}

/* Backgrounds */
/*.bg-black {
    background: url(../img/bg-black.jpg);
    background-repeat: repeat-x;
}

.bg-red {
    background: url(../img/bg-red.png);
    background-repeat: repeat-x;
    }*/

    .bg-lightred {
    	background-color: #fce7e5;
    }

    .bgcyan {
    	background-color: #00a9ac;
    }

    .bgwhite {
    	background-color: #fff;
    }

    #mymenu {
    	position: fixed;
    	width: 101%;
    	z-index: 5000;	
    	top: 0px;
    }

    #mymenu, #mymenu * {
    	transition: all 0.6s ease-in-out;
    	-webkit-transition: all 0.6s ease-in-out;
    	-moz-transition: all 0.6s ease-in-out;
    	-o-transition: all 0.6s ease-in-out;
    }

    #mymenu.fixed .navbar-nav {
    	margin: 6px auto;
    	top: 3px;
    }

    #mymenu.fixed .navbar-brand {
    	width: 70%;
    	padding: 0;
    }


    .copy, .copy a {
    	text-transform: uppercase;
    	font-size: 14px;
    	font-weight: 600;
    	color: #fff;
    }

    .qube {
    	float: right;
    }

    .rel {
    	position: relative;
    }

    .nopadding {
    	padding: 0;
    }

    .menu {
    	height: 100%;
    	background-image: url(../img/nav.jpg);
    	background-position: center;
    }

    .sidebar {
    	padding: 0;
    	border: 1px solid #000;
    }

    .sidenav {
    	list-style: none;
    	padding: 0;
    }

    .sidenav li {
    	padding: 12px 20px;
    	/*font-size: 16px;*/
    }

    .sidenav li:nth-child(2n+0) {
    	/*background: #f7cdcf;*/
    }

    .sidenav li.dropdown.open {
    	background: #070405;
    	color: #fff !important;
    }

    .sidenav .dropdown-menu {
    	position: static;
    	float: none;
    	margin: 12px -20px -12px -20px;
    	padding-top: 0;
    	padding-bottom: 0;
    	border-radius: 0;
    	border: none;
    	box-shadow: none;
    }

    .sidenav .dropdown-menu li {
    	background: #ecf0f1;
    	color: #070405 !important;
    	border-bottom: 1px #fff solid;
    }

    .sidenav .dropdown-menu li a,
    .sidenav li.dropdown.open a {
    	/*color: #fff !important;*/
    }

    .sidenav .dropdown-menu li a:hover {
    	background: transparent !important;
    }

    .sidenav > li > a > span {
    	position: relative;
    	top: 7px;
    }

    .sidenav > li > a:hover {
    	/*color: #E44E56 !important;*/
    }

    .produtos {
    	padding: 40px 20px;
    }

    .produtos > div {
    	margin-bottom: 20px;
    }

    .produtos .box {
	/*border: 1px #a3a3a3 solid;
	border-radius: 2px;*/
	overflow: hidden;
	font-size: 25px;
}

.produtos .box a {
	position: absolute;
	top: calc(50% - 35px);
	left: 15%;
	width: 70%;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	
	transform: scale(0.5);
	opacity: 0;
}

.produtos .box:hover a {
	transform: scale(1);
	opacity: 1;
}

.produtos .box a {
	text-decoration: none;
}

.produtos .box img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	width: 100%;
	position: relative;
}

.produtos .box:hover > img {
	-webkit-filter: grayscale(100%) blur(5px) brightness(.7);
	-moz-filter: grayscale(100%) blur(5px) brightness(.7);
	-o-filter: grayscale(100%) blur(5px) brightness(.7);
	-ms-filter: grayscale(100%) blur(5px) brightness(.7);
	filter: grayscale(100%) blur(5px) brightness(.7);
}

.produtos .name {
	color: #fff;
	text-transform: uppercase;
	background: #db1f23;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 13px;
	padding: 5px;
	height: 40px;
	display: table;
	width: 100%;
}

.produtos .name.big {
	font-size: 18px;
	line-height: 18px;
	height: 50px;
}

.produtos .name > div {
	display: table-cell;
	vertical-align: middle;
}

.produto {
	
}

.produto-imgs img {
	width: 100%;	
	border: 1px #b7b7b7 solid;
}

.produto-imgs img.produto-show-thumb {
	margin-bottom: 4px;	
	cursor: pointer;
}

.produto .title{
	background-color: #e44e56;
	color: #fff;
	font-size: 36px;
	padding: 15px 25px;
}

.produto-rel-title {
	color: #000;
	font-size: 32px;	
}

.produto-tabs {
	margin-top: 60px;
	padding: 0 25px;
	border-bottom: 4px #e7656c solid;
}

.produto-tabs li {
	margin-bottom: 0;
}

.produto-tabs li > a {
	background: #070405;
	color: #fff;
	font-size: 18px;
}

.produto-tabs li > a:hover, 
.produto-tabs li.active > a:hover,
.produto-tabs li.active > a:active,
.produto-tabs li.active > a:focus {
	background: #E7656C;	
	border-color: #E7656C;
	color: #fff;
}

.produto-tabs li.active > a {
	background: #e44e56;
	color: #fff;
}

.produto-tab-content {
	border-bottom: 6px #c3353b solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.produto-tab-content > div {
	padding: 20px 25px;
}

.produto #caracteristicas p,
.produto #especificacoes p {
	font-size: 16px;
}

.linha-produtos {
	background: #fff;	
	text-align: center;
	padding: 40px 0;
}

.linha-produtos-h {
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 10px 50px;
}

.linha-produtos-h span {
	font-weight: 700;
	color: #db5256;	
}

#produtoSlider > .carousel-indicators {
	bottom: -10px;
}

#produtoSlider > .carousel-indicators > li {
	border-color: #df898d;
	background: #df898d;	
	width: 15px;
	height: 15px;
}

#produtoSlider > .carousel-indicators > li.active {
	border-color: #da2c34;
	background: #da2c34;	
}

.footer {
	background-color: #212121;
}

.address {
	color: #fff;
	text-align: center;
	padding: 40px 10px;
	font-size: 18px;
}

.address > img {
	margin-right: 10px;
}

.social {
	padding: 0 10px;
}

.social>.fb:after {
	content: '';
	padding: 8px 19px;
	background-image: url(../img/fb.png);
	background-repeat: no-repeat;
}

.social>.yt:after {
	content: '';
	padding: 8px 19px;
	background-image: url(../img/yt.png);
	background-repeat: no-repeat;
}

.copy {
	background-color: rgba(218, 22, 25, 0.7);
	padding: 25px 10px;
}

.bt {
	text-transform: uppercase;
	font-size: 16px;
	padding: 9px 50px;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	border-radius: 0px;
	
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.bt-white {
	border-color: #fff;
	color: #fff;
}

.bt-black {
	background-color: #000;
	background-image: url(../img/bt-black.jpg);
	background-size: contain;
	background-repeat: repeat-x;
	color: #fff;
	border-color: #000;	
}

.bt-black:hover {
	filter: brightness(1.25);	
	-webkit-filter: brightness(1.25);	
	-moz-filter: brightness(1.25);	
	-ms-filter: brightness(1.25);	
	-o-filter: brightness(1.25);	
}

.bt-red {
	background-color: #d8030d;
	color: #fff;
	border-color: #fff;
}

.bt-red:hover {
	color: #d8030d;
	background-color: #fff;
	border-color: #d8030d;	
}

.bt-transparent-red {
	color: #d8030d;
	border-color: #d8030d;	
}

.bt-transparent-red:hover {
	background: #d8030d;
	color: #fff
}

.bt-md {    
	font-size: 21px !important;
	border-radius: 12px;
	padding: 2px 15px;
	margin: 15px 0;
}

.bt-bold-red {
	text-shadow: 0px -1px 0px #d8030d;
}

/* Vídeos */
.videos {
	background-image: url(../img/bg-videos.jpg);
	background-size: contain;
	background-repeat: repeat-x;	
}

#video-show {
	width: 100%;
	height: 480px;
	margin: 40px 0;	
}

.midia {
	background-image: url(../img/bgmidia.jpg);
	background-size: cover;
	background-position: center;
	padding: 40px;
	margin-bottom: -20px;
}

.midia .emissors img {
	opacity: 0.3;
	margin: 0 5px;
	position: relative;
	top: 5px;
}

.midia .title {
	font-size: 42px;
	font-weight: 100;
	color: #4b799f;
}

.midia .title img {
	position: relative;
	top: -3px;
}

#video-show iframe {
	border: none;
}

.midia-title {
	color: #000;
	font-size: 22px;
	position: relative;
	top: -20px;
}

.midia-more-header {
	color: #fff;
	font-size: 22px;
	font-weight: 100;
	padding: 10px 10px;	
	text-transform: uppercase;
	margin-top: 40px;
}

.midia-more-header img {
	margin-left: 5px;
	margin-top: -5px;	
}

.midia-more-body {
	border-top: 1px #9c9494 solid;
	padding: 15px 0;
	text-align: center;	
	overflow: auto;
}

.midia-more-body img {
	width: 100%;
}

.midia-more-body .rowless > div {
	margin: 7px 0px;
}

.midia-video-canvas {
	width: 100%;
	background: #000;
	height: 495px;
	display: table;
}

.midia-video-canvas iframe {
	border: none;
}

.midia-more-control:hover {
	cursor: pointer;
}

.midia-more-control:hover {
	opacity: 0.4;	
}

/* Home Slider */
#homeSlider { 
	
}

#homeSlider .carousel-control img {
	position: absolute;
	top: calc(50% - 53px);
}

#homeSlider > .carousel-inner > .item > img {
	width: 100%;
}

#homeSlider > .carousel-inner .carousel-caption {
	background: #b11829;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 30px;
	font-family: dklys, sans-serif;
	line-height: 90px;
	padding-bottom: 10px;
}

#homeSlider > .carousel-inner .carousel-caption > span.big {
	font-size: 56px;
	border-right: 2px #fff solid;
	padding: 10px 30px 10px 0;
	margin-right: 20px;
}

#homeSlider > .carousel-inner .carousel-caption > span.text-fix {
	position: relative;
	top: -9px;
}

/* Call */
.call {
	background-image: url(../img/bg-call.jpg);
	background-size: cover;
	background-position: center;
	padding: 40px 0;
}	

.call p {
	font-size: 20px;
}

.call .bt {
	margin-bottom: 80px;	
}

.video-call {
	margin-top: 200px;
	margin-bottom: 50px;
	padding: 20px;	
	background: #fcfaf5;
	position: relative;
	cursor: pointer;
}

.video-call img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.video-call:hover img {
	-webkit-filter: blur(3px) brightness(.7);
	-moz-filter: blur(3px) brightness(.7);
	-o-filter: blur(3px) brightness(.7);
	-ms-filter: blur(3px) brightness(.7);
	filter: blur(3px) brightness(.7);	
}

.video-call.unloaded:before {
	content: '';
	padding: 43px;
	opacity: 0.7;
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 43px);
	left: calc(50% - 43px);
	
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	
	z-index: 500;
}

.video-call.unloaded:hover:before {
	opacity: 1;
	
	filter: brightness(255);	
	-webkit-filter: brightness(255);
	-moz-filter: brightness(255);	
	-ms-filter: brightness(255);	
	-o-filter: brightness(255);
}

.video-call img {
	width: 100%;
}

.video-call iframe {
	border: none;
}

/* Sobre Empresa */
.about {

}

.about p {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 4px;	
}

.about-photos img {
	height: 130.6px;	
}

.about-p {
	background: #8a0b0b;
	overflow: auto;
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	padding: 15px;
}

.about-p div {
	color: #fff;
	padding: 33px 20px;
	float: right;
	max-width: 50%;	
}

.bionic {    
	margin-top: 80px;
	width: calc(100% + 60px);
	height: 640px;
	background-image: url(../img/bionic.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	margin-left: -60px;
}

.bionic-call {
	width: 200px;
	position: absolute;
	left: calc(62% - 100px);
	top: 65px;
	font-family: dklys, sans-serif;
	font-size: 26px;
	line-height: 36px;
}

.bionic-call span {
	color: #d8030d;	
	text-shadow: 1px -1px 0px #d8030d;
}

/* Contato */
.contato {
	padding: 40px 0;	
}

/* Responsive */
@media (max-width: 767px){

	.slider- img{
		transform: skewX(0deg);
		border-radius: 2px;
	}

	.navbar {
		height: 100px;
	}

	.navbar-toggle{
		position: relative;
		float: right;
		margin-right: 10px;
		padding: 9px 10px;
		margin-top: 35px;
		margin-bottom: 8px;
		background-color: #231f20;
		background-image: none;
		border: 1px solid #060606;
		border-radius: 4px;
	}
	
	.navbar-nav {
		clear: both;
	}
	
	.navbar-collapse {
		z-index: 1000;
		position: relative;
		background: #fff;
		padding-top: 10px;
	}

	.top-phone{
		display: none;
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
	}
	
	.logo:before{
		left: -13px;
		padding: 45px 100px;
		background-size: contain;	
		position: relative;
		z-index: 1000;
	}
	
	.top-phone {
		margin-right: 0px;	
	}
	
	.topbar {
		font-size: 12px;
	}
	
	.topbar > div {
		padding: 0 10px !important;
	}
	
	.video-call {
		margin-top: 0px;	
	}
	
	.call {
		background: #fff;	
	}
	
	h1 {
		font-size: 30px;	
	}
	
	.call p {
		font-size: 16px;
		padding: 0 10px;
	}
	
	.address {
		padding: 20px 10px 40px 10px;
		font-size: 12px;
	}
	
	.social {
		padding: 0px 15%;
		position: relative;
		top: 15px;
		display: block;
	}
	
	.address > img {
		display: none;
	}
	
	.copy, .copy a {
		font-size: 11px;
		text-align: center !important;
	}
	
	.copy {
		padding: 20px 10px;
	}	
	
	.qube {
		float: none;	
	}
	
	.bionic {
		transform: rotateX(180deg);
		margin-top: 0;
		margin-bottom: 80px;
		background-position: 0 5px;	
		height: 460px;
	}
	
	.bionic-call {
		transform: rotateX(-180deg);	
		top: -25px;
		left: calc(70% - 100px);
	}
	
	.about-photos img {
		height: auto;
		width: 100%;
	}
	
	.about-p img {
		width: 100%;	
	}
	
	.about-p div {
		max-width: 100%;	
	}
	
	.about p {
		font-size: 16px;
		margin-bottom: 24px;
	}
	
	#video-show {
		height: 200px;	
	}
}