@font-face {
    font-family: 'kbdunktankmedium';
    src: url('../font/kbdunktank/kbdunktank-webfont.woff2') format('woff2'),
         url('../font/kbdunktank/kbdunktank-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

::-moz-selection {
	background: #f03c90; /* Gecko Browsers */
	color: #FFF;
	opacity: 1;
}

::selection {
	background: #f03c90; /* WebKit/Blink Browsers */
	color: #FFF;
	opacity: 1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #333;
	font-weight: 400;
	letter-spacing: 0px;
	margin: 0;
}

h1, h4
.h1, h4 {
	font-size: 48px;
	font-weight: 800;
	color: #f03c90;
	line-height: 40px;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	color: #0ab9cb;
	line-height: 40px;
}

h2 span,
.h2 span {
	color: #92a9ac;
	font-weight: 100;
}

h3,
.h3 {
	font-size: 26px;
	font-weight: 600;
	color: #f03c90;
	line-height: 24px;
	text-transform: none;
}

h5,
.h5 {
	font-size: 46px;
	font-weight: 800;
	color: #FFF;
	line-height: 46px;
	text-transform: none;
	display: block;
	text-transform: uppercase;
}

h6,
.h6 {
	font-size: 20px;
	font-weight: 600;
	color: #fed41e !important;
	line-height: 20px;
	text-transform: none;
	display: block;
	font-style: italic;
}

a,
.a {
	color: #0ab9cb;
}

a:hover,
.a:hover,
a:focus,
.a:focus,
a:active,
.a:active {
	color: #f03c90;
	text-decoration: none;
}

a.a2 {
	color: #FFF;
}

.a2:hover,
.a2:focus,
.a2:active {
	color: #FFF;
	text-decoration: underline;
}

a.saiba-mais {
	font-weight: 700;
	color: #4c4c4c;
}

a.saiba-mais:hover,
a.saiba-mais:focus,
a.saiba-mais:active {
	color: #0ab9cb;
}

hr.solid-1 {
	height: 1px;
	background-color: rgba(255,255,255,.1);
	background-image: none;
	margin: 0;
}

figure {
	width: 100%;
}

figure img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

html .btn-primary {
	color: #FFF;
	text-shadow: none;
	border-color: transparent;
	transition: all .2s;
	padding: 14px 35px 14px 35px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 35px;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	box-shadow: 0 5px 20px rgba(0,0,0,.2);

	background: #0ab9cb;
}

html .btn-primary:hover {
	color: #FFF;
	background: #f03c90;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(240,60,144,0.5);
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	color: #FFF;
	background: #f03c90;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(240,60,144,0.5);
}

html .btn-secondary {
	color: #0ab9cb;
	text-shadow: none;
	border-color: transparent;
	transition: all .2s;
	padding: 14px 35px 14px 35px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 35px;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	box-shadow: 4px 6px 20px rgba(0,0,0,.1);
	background-color: #FFF;
}

html .btn-secondary:hover {
	color: #FFF;
	background-color: #f03c90;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(240,60,144,0.5);
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	color: #FFF;
	background-color: #f03c90;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(240,60,144,0.5);
}

html .btn-terciary {
	color: #51440c;
	text-shadow: none;
	border-color: transparent;
	transition: all .2s;
	padding: 14px 35px 14px 35px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 35px;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	box-shadow: 4px 6px 20px rgba(0,0,0,.1);
	background-color: #fed41e;
}

html .btn-terciary:hover {
	color: #FFF;
	background-color: #f03c90;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(240,60,144,0.5);
}

html .btn-terciary:active,
html .btn-terciary:focus,
html .btn-terciary:active:hover,
html .btn-terciary:active:focus {
	color: #FFF;
	background-color: #f03c90;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(240,60,144,0.5);
}


#header {
	/*min-height: 0px !important;*/
}

#header .header-top {
    background-image: url(../img/background/1.png) !important;
    background-size: cover !important;
    border-bottom: none;
    margin-top: 0;
    padding: 12px 0 10px 0;
}

#header .header-top p .fa, #header .header-top p .icons {
	color: #FFF;
	margin-right: 6px;
	font-size: 16px;
}

#header .header-top p {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
}

#header .header-body {
    background-image: url(../img/background/2.jpg);
    background-size: cover;
    background-position: center;
    border-top: none;
    border-bottom: none;
    padding: 8px 0;
    min-height: 125px;
}

@media (min-width: 992px) {
	html.sticky-header-active #header .header-body {
	    position: fixed;
	    border-bottom-color: #e9e9e9;
	    box-shadow: 0 0 20px rgba(241,59,144,.5);
	}
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
	    background: transparent !important;
	    color: #4c4c4c !important;
	    border-top: 1px solid #E6E6E6;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main {
	    float: right;
	    margin: 0 0 0;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li > a {
	    color: #4c4c4c;
	    font-size: 14px;
	    padding: 20px 30px;
	    border-left: 1px solid #E6E6E6;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li > a {
	    color: #4c4c4c;
	    font-size: 12px;
	    padding: 20px 26px;
	    border-left: 1px solid #E6E6E6;
	}
}

#header .header-logo img {
    margin: 35px 15px 35px 0;
    top: 0;
    object-fit: scale-down;
    object-position: center;
}

#header .header-logo img:hover {
	animation: tada 1s;
}

#header .feature-box.feature-box-style-3 .feature-box-icon {
    border: none;
}

#header .feature-box.feature-box-style-3 .feature-box-icon img {
	margin-top: -7px;
}

#header .feature-box .feature-box-info {
    padding-left: 60px;
}

#header .header-column .header-extra-info li {
    display: inline-block;
    margin-left: 55px;
    vertical-align: top;
}

#header .header-column .header-extra-info li .feature-box.feature-box-style-3 a {
	margin-top: -2px;
}

#header .feature-box.feature-box-style-3 h4 {
    color: #808080;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    font-weight: 600;
}

.feature-box.feature-box-style-3 .feature-box-info p {
	color: #f03c90;
	font-weight: 600;
	font-size: 18px;
}

#header .redes-sociais {
	margin-top: 6px;
}

#header .redes-sociais .social-icons li {
    box-shadow: none;
}

#header .redes-sociais .social-icons li a {
    height: 45px;
    line-height: 45px;
    width: 45px;
}

#header .redes-sociais  li:hover a {
    background: transparent !important;
    transform: scale(1.05);
}

.nav-pills>li+li {
    margin-left: 0;
}

@media (min-width: 992px) {
	#header .header-nav-bar {
	    padding: 0 10px 0px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li > a {
		transition: all .1s;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
	    color: #FFF;
	    background-color: #f03c90;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
	    color: #FFF;
	    background-color: #f03c90;
	}
}

#header .header-btn-collapse-nav {
    background: #0ab9cb;
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
	    background-color: #f03c90;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
	    color: #4c4c4c;
	}
}

section.section {
	border-top: none;
	margin: 0;
}

.tparrows {
	cursor: pointer;
	background: #FFF;
	background: transparent;
	border: 1px solid #FFF;
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 200px !important;
	transition: background .2s;
}

.tparrows:hover {
	background: rgba(255,255,255,1);
}

.tparrows:hover:before {
	color: #f03c90;
}

.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: #FFF;
	display: block;
	line-height: 50px;
	text-align: center;
}

.tp-leftarrow {
	padding-right: 4px;
}

@media (min-width: 992px) {
	.tp-leftarrow {
		padding-right: 4px;
		left: 14% !important;
	}

	.tp-rightarrow {
		left: 86% !important;
	}
}

.slider-container .main-label {
	font-family: kbdunktankmedium;
	color: #FFF !important;
	font-size: 56px;
	line-height: 52px;
	font-weight: 100;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .main-label strong {
	color: #f13c90;
	font-weight: 400;
	font-size: 1.25em;
}

.empresa {
	background-image: url(../img/background/3.jpg);
	background-size: cover;
	background-position: top right;
	height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.empresa .coluna:before {
	content: "";
	width: 78px;
	height: 71px;
	background-image: url(../img/icons/1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: -100px;
}

.empresa h2 {
	margin-bottom: 10px;
}

.empresa p {
	font-size: 16px;
	color: #777;
}

.servicos {
	background-image: url(../img/background/4.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

.servicos-pagina .servicos {
	padding: 20px 0;
}

@media (max-width: 991px) {
	.servicos .lista .item {
		margin-bottom: 30px;
	}
}

.servicos .lista .item > div {
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 0;
	background-color: #FFF;
	transition: all .3s;
}

@media (min-width: 992px) {
	.servicos .lista .item > div {
		height: 550px;
	}
}

.servicos .lista .item > div:hover {
	transform: scale(1.05);
}

.servicos .lista .item > div:hover img {
	transform: scale(1.1);
}

.servicos .lista .item > div > a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.servicos .lista .item > div > a .img {
	width: 100%;
	height: 290px;
	position: relative;
	overflow: hidden;
}

.servicos .lista .item > div > a .img img {
	width: 100%;
	height: 94.5%;
	object-fit: cover;
	object-position: center;
	transition: all .3s;
}

@media (min-width: 992px) {
	.servicos .lista .item > div > a .img:before {
		content: "";
		background-image: url(../img/thumb-fx.png);
		background-size: cover;
		background-position: center;
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 88px;
		z-index: 1;
	}

	.servicos.alt .lista .item > div > a .img:before {
		content: "";
		background-image: url(../img/thumb2-fx.png);
		background-size: cover;
		background-position: center;
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 88px;
		z-index: 1;
	}
}

.servicos.alt .lista .item .info h3 {
	color: #0AB9CB;
}

.servicos .lista .item .info {
	padding: 20px;
}

.call-to-action {
	position: relative;
}

.call-to-action:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: url(../img/patterns/1.png);
	background-repeat: repeat-x;
}

.call-to-action:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: url(../img/patterns/2.png);
	background-repeat: repeat-x;
}

.fotos {
	background-image: url(../img/background/4.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

@media (max-width: 991px) {
	.fotos .lista .item {
		margin-bottom: 30px;
	}
}

.fotos .lista .item > div {
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 0;
	background-color: #FFF;
	transition: all .3s;
}

.fotos .lista .item > div:hover {
	transform: scale(1.05);
}

.fotos .lista .item > div:hover img {
	transform: scale(1.1);
}

.fotos .lista .item > div > a {
	width: 100%;
	height: 100%;
}

.fotos .lista .item > div > a .img {
	width: 100%;
	height: 290px;
	position: relative;
	overflow: hidden;
}

.fotos .lista .item > div > a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s;
}

#footer {
	margin: 0;
	border: 0;
	padding-top: 20px;
	background-image: url(../img/background/6.jpg);
	background-size: cover;
	background-position: center;
}

#footer .container .row > div {
	margin-bottom: 0;
}

#footer .container > .row {
	padding: 20px 0 30px;
}

@media (max-width: 991px) {
	#footer .contato i.fa {
		margin-bottom: 30px;
	}

	#footer .container .row > div {
		text-align: center;
	}

	#footer .feature-box .feature-box-icon {
		float: none;
	}

	#footer .feature-box .feature-box-info {
		padding-left: 0;
	}
}

#footer .contato p {
	font-family: 'champagneelimousines', 'Helvetica', 'Arial', sans-serif;
	color: #fed502;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	margin-top: -6px;
}

@media (max-width: 991px) {
	#footer .logo {
		margin-top: 20px;
	}
}

#footer .logo img:hover {
	animation: tada 1s;
}

#footer .container > .row .menu {
	padding: 10px 0 0px;
}

#footer .menu ul {
	list-style: none;
	padding: 0;
}

#footer .menu li {
	float: left;
	margin: 10px 0;
}

#footer .menu li a {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
    padding: 20px 22px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#footer .menu li a {
		padding: 20px 14px 19px;
	}
}

#footer .menu li:hover a {
	background-color: #f03c90;
}

#footer .social {
	margin-top: 5px;
}

@media (max-width: 991px) {
	#footer .social .social-icons {
		float: none !important;
	}
}

#footer .social .social-icons li {
	margin-right: 20px;
	border: 1px solid #FFF;
}

#footer .social .social-icons li a {
	height: 40px;
	line-height: 43px;
	width: 40px;
}

#footer .social .social-icons.social-icons-icon-light li a i {
	font-size: 15px;
}

#footer .social .social-icons.social-icons-icon-light li:hover {
	border-color: transparent;
	box-shadow: 0 0px 20px rgba(240,60,144,0.5);
}

#footer .credits {
	padding: 10px;
}

#footer .credits span {
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
}

#footer .credits a {
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
}

#footer .credits a:hover {
	color: #fed502;
}

@media (max-width: 991px) {
	#footer .credits .row > div {
		float: none !important;
		text-align: center;
		margin: 6px 0 !important;
	}
}

#footer .feature-box.feature-box-style-3 .feature-box-icon i.fa, .feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: #fed502;
    font-size: 20px;
    padding-top: 14px;
}

#footer .feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #fed502;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin-top: 4px;
}

#footer h4 {
    font-size: 1.2em;
    font-weight: 400;
    text-transform: none;
    color: #fed502;
}

html .scroll-to-top {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-color: rgba(255,0,0, .37) !important;
	border-radius: 0;
	bottom: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 1040;
}

html .scroll-to-top:hover {
	background-color: rgba(255,0,0, 1) !important;
}

#footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(../img/patterns/1.png);
    background-repeat: repeat-x;
}

.page-header {
	background-color: #171717;
	background-image: url(../img/background/6.jpg);
	background-size: cover;
	border-bottom: none;
	border-top: none;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 0px;
	position: relative;
}

.page-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(../img/patterns/2.png);
    background-repeat: repeat-x;
}

.page-header h1 {
	font-size: 42px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 auto !important;
	line-height: 40px;
	padding: 0 20px;
	letter-spacing: 1px;
}

.page-header .breadcrumb li,
.page-header .breadcrumb li a {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page-header > .container {
	position: relative;
	padding-top: 35px;
	padding-bottom: 65px;
}

.img-thumbnail {
    width: 100%;
    min-height: 200px;
    border: none;
    border-radius: 6px;
}

.img-thumbnail img {
    object-position: center;
    object-fit: cover;
    border-radius: 6px;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
     border-radius: 6px;
}

.main.interna {
	background-image: url(../img/background/4.jpg);
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fed502;
}

.clientes {
	padding: 40px 0;
}

.clientes .lista .owl-carousel .owl-item img {
	width: 100%;
	height: 160px;
	object-fit: contain;
	object-poisition: center;
	border: 1px solid #e5e5e5;
	padding: 20px;
}

@media (max-width: 767px) {
	.clientes {
		width: 90%;
		margin: 0 auto;
	}
}

.clientes .owl-nav [class*="owl-"] {
	padding: 3px 7px;
	border-radius: 50%;
	background: transparent;
	border: none !important;
	color: #999;
	width: 40px;
	height: 40px;

	background: #FFF;
	border: 1px solid #E8E8E8 !important;
	border-radius: 25px !important;
	transition: background .2s;
	margin-top: 20px;
}

.clientes .owl-nav [class*="owl-"]:hover {
	background: #006b76 !important;
	color: #FFF !important;
}

.clientes .owl-carousel .owl-nav .owl-prev:before {
	font-family: Revicons;
	content: "\e824";
	position: relative;
	left: -1px;
	top: 6px;
}

.clientes .owl-carousel .owl-nav .owl-next:before {
	font-family: Revicons;
	content: "\e825";
	position: relative;
	left: 2px;
	top: 6px;
}

.parceiros-pagina .portfolio-list li {
	height: 250px;
}

.parceiros-pagina .portfolio-list li img {
	width: 100%;
	height: 250px;
	object-fit: contain;
	object-position: center;
	padding: 30px;
}

.servicos .info p {
	font-size: 14px;
	line-height: 18px;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
	    position: absolute;
	    font-family: FontAwesome;
	    content: "\f0d7";
	    font-size: 10px;
	    top: 19px;
	    right: 20px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	    top: -10000px;
	    display: block;
	    opacity: 0;
	    left: auto;
	    border-radius: 0 0 14px 14px;
	    border: 0;
	    border-top: none;
	    box-shadow: 10px 20px 45px rgba(0, 0, 0, 1);
	    margin: -3px 0 0 0;
	    min-width: 200px;
	    padding: 5px;
	    text-align: left;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
	    border-top-color: #FFF;
	    box-shadow: 0 5px 2px rgba(240,60,144,0.8);
	    border-top: 1px solid rgba(240,60,144,0.3) !important;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-submenu > .dropdown-menu {
	    top: -10000px;
	    display: block;
	    opacity: 0;
	    left: auto;
	    border-radius: 0 14px 14px !important;
	    border: 0;
	    border-top: none;
	    box-shadow: 0 5px 2px rgba(240,60,144,0.8);
	    margin: -3px 0 0 0;
	    min-width: 200px;
	    padding: 5px;
	    text-align: left;
	    border-top: 1px solid rgba(240,60,144,0.3) !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	    border-bottom: 1px solid #f4f4f4;
	    color: #333;
	    font-size: 0.9em;
	    font-weight: 400;
	    padding: 8px 20px 8px 8px;
	    position: relative;
	    text-transform: none;
	}
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #f03c90;
    outline: 0;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active.dropdown-submenu > a:after {
	    border-color: transparent transparent transparent #FFF;
	}
}


@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light .dropdown-menu > li.active > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li.active > a:focus {
	    background: #f03c90;
	}
}

#footer .logo img {
	object-fit: scale-down;
	object-position: center;
}