@font-face {
    font-family: "Studio365SemiBold";
    src: url('../fonts/fonts/TitilliumWeb-SemiBold.ttf') format("truetype");
}

@font-face {
    font-family: "Studio365Bold";
    src: url('../fonts/fonts/TitilliumWeb-Bold.ttf') format("truetype");
}

@font-face {
    font-family: "Studio365Black";
    src: url('../fonts/fonts/TitilliumWeb-Black.ttf') format("truetype");
}

@font-face {
    font-family: "Studio365Light";
    src: url('../fonts/fonts/TitilliumWeb-ExtraLight.ttf') format("truetype");
}

@font-face {
    font-family: "Studio365Regular";
    src: url('../fonts/fonts/TitilliumWeb-Regular.ttf') format("truetype");
}

body, html {
	font-family: 'Studio365Regular', 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	background-color: transparent;
}
h2, h3, h4 {
	font-family: 'Studio365Regular', 'Open Sans', sans-serif;
}
h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 800;
	font-size: 38px;
	color: #333;
}
h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
h4 {
	font-size: 18px;
	color: rgb(10, 10, 10);
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Studio365Regular', 'Open Sans', sans-serif;
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	font-family: 'Studio365Regular', 'Open Sans', sans-serif;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
.nopadding {
	padding:0 !important;
}
.cursor{
	cursor: pointer;
}

.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

.bolder {
	font-family: 'Studio365Bold', sans-serif !important;
}
.btn-know-more{
	background-color: #000000 !important;
	color: white !important;
	padding: 5px 14px !important;
	padding-bottom: 5px !important;
	padding-top: 0px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-align: justify !important;
}

.btn-know-more .arrow{
	margin-left: .4rem !important;
	position: relative;
	top: 1px;
}

.gradient {
	background: linear-gradient(#FEFEFE, #CECFD3);
	padding-bottom: .1em;
}

.mobile {
	display: none;
}

/* Navigation */
#menu {
	transition: all 0.8s;
}

#menu .nav {
	margin-top: 1rem;
}

#menu.navbar-default {
	background-color: black;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	margin-bottom: 0;
}
#menu a.navbar-brand {
	font-family: 'Studio365Regular', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Studio365', sans-serif;
	color: white;
	font-size: 18px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 4px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a .arrow {
	margin-left:1rem;
	font-size: 25px;
	line-height: 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, white 0%, white 100%);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	content: "" !important;
	transition: width 0.2s !important;
}

.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #608dfd;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.section-title h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	font-family: 'Studio365', sans-serif;
	color: #fff;
	background-color: transparent;
	padding: 10px 20px;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
	border:#e5e5e5 0.1px solid;
	transition: all 0.5s linear;
	text-align: start;
}

.btn-custom .arrow {
	margin-left: 10rem;
	font-size: 19px;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #333;
	background-image: none;
	background-color: #fff;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.logo {
	max-width: 85%;
	margin-left: -2em;
}

.intro {
	display: table;
	position: relative;
	width: 100%;
	padding: 0;
	/* background-color: #e5e5e5; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: black;
}

.intro h1 {
	font-family: 'Studio365Regular', sans-serif;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
}

.intro h2 {
	font-family: 'Studio365Light', sans-serif;
	font-size: 50px;
	color: #fff;
	font-weight: lighter;
}

.intro p {
	color: #fff;
	font-size: 34px;
	font-weight: lighter;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}
header .intro-text {
	padding-top: 270px;
	padding-bottom: 59px;
	text-align: left;
}
header .banner {
	padding-top: 120px;
	margin-left: 30px;
}
/* Features Section */
#features {
	background: #f6f6f6;
}
#features i.fa {
	font-size: 38px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 30px 0;
	border-radius: 50%;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
	box-shadow: 10px 10px 10px rgba(0,0,0,.05);
}
/* Productions Section */
#productions {
	color: #333;
	padding-top: 6rem;
}
#productions .container{
    height: 50rem;
}
#productions .bg-balcao {
	background-image: url(/img/bg-productions-1.png);
    background-repeat: no-repeat;
    background-size: 185% 100%;
    background-position-x: -68em;
    height: 40em;
}
#productions .container.balcao-virtual {
	position: relative;
}
#productions .container.container.balcao-virtual .description-production {
	padding: 0 5rem;
	margin-left: 6rem;
}
#productions .container.balcao-virtual .row {
	margin-top: 2em;
}
#productions .title-production-balcao-virtual h2{
	font-weight: 100 !important;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    background-color: white;
    position: absolute;
	width: 475px;
    text-align: center;
    padding: 20px;
    left: -2rem;
    top: -6rem;
}
#productions .container h2, #productions .container h3 {
	color: black;
}
#productions .container h3 {
	font-family: 'Studio365Light', sans-serif;
	color: black;
	font-size: 28px;
}

#productions .container .nav-bar-production{
	text-align: center;
	align-items: center;
}
#productions .container .nav-bar-production a{
	color: #333;
	cursor: pointer;
}
#productions .container .nav-bar-production a.active{
	border-bottom: 1px #333 solid;
	font-family: 'Studio365SemiBold', sans-serif;
}
#productions .container .nav-bar-production ul{
	display: inline-block;
	margin-bottom: 0;
}
#productions .container .nav-bar-production li{
	display: list-item;
    float: left;
	/* padding: 50px 20px 20px 20px; */
}
#productions .container .nav-bar-production {
	padding-top: 1rem;
	position: relative;
	top: 1rem;
	left: 0;
}
.nav-bar-production > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, black 0%, black 100%);
	content: "";
	transition: width 0.2s;
}

.nav-bar-production > li > a:hover:after {
	width: 100%;
}
.nav-bar-production > .active > a, .nav-bar-production > .active > a:hover, nav-bar-production > .active > a:focus {
	background-color: transparent;
}
.nav-bar-production > .active > a:after, nav-bar-production > .active > a:hover:after, nav-bar-production > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	content: "" !important;
	transition: width 0.2s !important;
}
#productions .container .boxes {
    color: black;
    padding: 30px 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
#productions .container h2{	
	font-weight: 100 !important;
	text-transform: none;
}
#productions .container p{
	font-family: 'Studio365Regular', sans-serif;
	font-size: 15px;
    line-height: 18px;
}
#productions .container .description-production {
	padding: 0 10rem;
	justify-content: center;
}
#productions .container .description-production.hello {
	padding: 0 5rem;
	margin-top: 2em;
	margin-left: 6em;
}
#productions .container .description-production img{
	width: 45px;
	margin-left: 20px;
}
#productions .container .description-production img.icon-sei{
	width: 150px;
}
#productions .container .description-production .metrics-production{
	margin-top: 15px;
}
/* #productions .container .text-production p{
	line-height: 0.9rem;
} */
#productions .container .react-slideshow-container {
	width: 60rem;
	height: 40rem;
}
#productions .bg-hello {
	background-image: url(/img/bg-productions-2.png);
    background-repeat: no-repeat;
    background-size: 185% 100%;
    background-position-x: -68em;
    height: 46em;
}
#productions .container.hello {
	padding-left: 5rem;
	padding-top: 10rem;
}
#productions .container .hello-slider .react-slideshow-container {

}
#productions .container .hello-slider .indicators {
	margin-left: -5rem;
}
#productions .container .indicators {
	width: 60rem;
}
#productions .container .square {
	border: 3px #6363A7 solid;
	display: inline-block;
	width: 4rem;
	height: 3.5rem;
	position: relative;
	top: 3px;
	left: 15px;
}
#productions .bg-sei365 {
	background-image: url(/img/bg-productions-3.png);
    background-repeat: no-repeat;
    background-size: 185% 100%;
    background-position-x: -68em;
    background-position-y: -4em;
    height: 75em;
}
#productions .container.sei365 {
	padding-left: 5rem;
}
#productions .container.sei365 .description-production {
	padding-left: 4rem;
}

#productions .container.sei365 .slideshow {
	height: 50rem;
}
/* #productions .container.sei365 .indicators {
	width: 50rem;
	margin-top: 5rem;
} */
#productions .container.products-info{
    height: 320px;
	padding: 8px 25px;
	margin-top: -27em;
}
#productions .container.products-info .boxes{
	height: auto;
}
#productions .container.products-info .boxes h3{
	height: 8rem;
}
#productions .container.products-info .boxes p{
	height: 10rem;
}
#productions .container:last-of-type .boxes {
	color: black;
}
/* #productions .container:last-of-type h3 {
	min-height: 7rem;
} */
#productions .container:last-of-type p {
	font-size: 14px;
	margin-bottom: 20px;
}
#productions .container:last-of-type a {
	color: black;
	font-family: 'Studio365Bold', sans-serif;
	font-size: 13px;
}
#productions .container .metrics-container p {
	font-family: 'Studio365Semibold', sans-serif;
}
#productions .container .metrics-container h2 {
	line-height: 16px;
}
#studio h3 {
	margin: 0 0 20px 0;
}
#studio h2 {
	font-family: 'Studio365Light', sans-serif;
	position: relative;
}
#studio h2 .bolder {
	font-family: 'Studio365SemiBold', sans-serif;
	font-size: 38px;
}
#studio h2::after {
	position: absolute;
	content: "";
	width: 60px;
	bottom: 0;
	left: 0;
}
#studio .about-text {
	margin-top:4rem;
}
#studio .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#studio .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #5ca9fb;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#studio p {
	line-height: 20px;
	font-size: 14px;
	margin: 10px 0;
}
#studio .play {
	padding:0;
	width: 50px;
	margin-top: 115px;
	cursor: pointer;
}

#studio .products-metrics-info{
	display: none;
}

/* ContactUs Section */
#contact-us {	
	height: 60em;
	padding-top: 4em;
	position: relative;
}
.img-bg{
	position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
#contact-us .container{
	z-index: 100;
    position: relative;
}
#contact-us h3 {
	font-family: 'Studio365Light', sans-serif;
	color: white;
	font-size: 34px;
	font-weight: 100;
	margin-top: 2px;
}
#contact-us h3:last-of-type {
	font-family: 'Studio365SemiBold', sans-serif; 
	margin-bottom: 30px;
	font-weight: 500;
}
#contact-us p {
	font-family: 'Studio365Light', sans-serif;
	color: white;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 3em;
}
#contact-us .form-contact-us .btn-send {
	background-color: #fff;
	color: black;
	padding: 4px 12px;
}
#contact-us .form-contact-us .btn-send .arrow {
	margin-left: 1rem;
}
#contact-us label {
	font-family: 'Studio365Light', sans-serif;
	color: white;
	font-size: 18px;
	margin-bottom: 1em;
}
#contact-us textarea {
	height: 10em;
}
#contact-us .required input,
#contact-us .required textarea {
	border: 1px #e56363 solid;
}
#contact-us .required label {
	color: #e56363;
}
#contact-us #submit.sent {
	pointer-events: none;
}

/* Portfolio Section */
#portfolio {
	padding: 100px 0;
}
.portfolio-item {
	margin: 1px -15px 0 -14px;
	padding: 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: linear-gradient(to right, rgba(99,114,255,0.8) 0%, rgba(92,169,251,0.8) 100%);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	padding: 100px 0;
	background: #f6f6f6;
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
	padding: 20px;
}
.testimonial-image {
	float: left;
	margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.testimonial-content {
	position: relative;
	overflow: hidden;
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
}
/* Team Section */
#team {
	padding: 100px 0;
}
#team h4 {
	margin: 5px 0;
}
#team .team-img {
	width: 240px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 10px 0 0 0;
	color: #333;
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
	color: rgba(255,255,255,.75);
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact .section-title p {
	font-size: 16px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contact .section-title h2::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,.3);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 30px;
}
#contact h3 {
	color: #fff;
	margin-top: 80px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}
#contact form {
	padding-top: 20px;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact-us input, #contact-us textarea {
	background-color:rgb(255,255,255,0.1)!important;
	color: white;
}
/* Footer Section*/
#footer {
	background: #242422;
	padding: 30px 0;
	margin-top: -1px;
	margin-left: -1px;
}
#footer p {
	color: white;
	font-size: 14px;
}
#footer a {
	color: white;
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

#footer .logo {
	margin-left: -1.5em;
}

#footer .partner {
	width: 50rem;
}

#footer .partner img {
	width: 100%;
}

#footer .linkedin {
	margin: 1.5rem 0 0 -5px;
}

#footer p.footer-text {
	color: white;
	text-align: left;
	margin: 0;
	font-size: 16px;
}

#footer h3 {
	margin-bottom: 20px;
	color: white;
}

#footer .copyright {
	padding-top: 80px;
}

@media (max-width: 768px) {

	h2{
		font-size: 25px;
		margin-bottom: 0px;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	#studio .container.container-studio img {
		margin: 50px 0;
	}

	.navbar-header .logo {
		width: 50%;
		margin: 1.8rem 0 0 1rem;
	}

	.navbar-toggle {
		border: 0;
		color: white;
		margin-top: 1.8rem;
		margin-right:1rem;
	}

	.navbar-toggle:focus {
		background-color: black!important;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: black!important;
	}


	.navbar-collapse {
		border-top: 1px #e7e7e7 solid !important;
		border-bottom: 1px #e7e7e7 solid !important;
	}

	.icon-bar {
		margin-bottom: .6rem;
		background-color: white !important;
		width: 28px !important;
		height: 2px !important;
	}

	.intro-text {
		padding-top: 100px !important;
		padding-bottom: 0 !important;
		text-align: center !important;
	}

	.intro-text h1 {
		font-family: 'Studio365SemiBold', sans-serif;
		font-size: 35px;
		margin-bottom: 0;
	}

	.intro-text h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.intro-text p {
		font-family: 'Studio365Light', 'Open Sans', sans-serif;
		margin-bottom: 0px;
		font-size: 24px;
	}

	.intro-text .btn {
		display: none;
	}

	header .banner {
		padding-top: 20px;
		margin-left: 0;
	}

	header .banner img {
		width: 100%;
	}

	#menu.navbar-default .navbar-nav > li > a {
		font-family: 'Studio365Light', 'Open Sans', sans-serif;
		font-size: 12px;
	}

	.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
		height: 1px !important;
	}

	#menu.navbar-default .navbar-nav > li > a .arrow{
		font-size: 15px;
	}

	#studio {
		background-color: #F9F9F9;
	}

	#studio .container-studio img {
		display: none;
	}

	#studio .studio {
		width: 70%;
		background: url(/img/studio-1.png) no-repeat left;
		background-size: 16px 185px;
		background-position-y: 35px;
		padding-left: 3.5em;
		margin-bottom: 2rem;
	}

	#studio .studio h2, #studio .studio h2 .bolder {
		font-size: 30px;
	}

	#studio .about-text p {
		font-size: 18px;
	}

	#studio .manifest {
		display: none;
	}

	#studio .play {
		margin-top: 60px;
	}

	#studio .play img {
		display: block;
	}

	#studio .products-metrics-info {
		display: block;
		margin: 3rem 0;
		text-align: center;
	}

	#studio .products-metrics-info .boxes{
		float: left;
		width: 11rem;
		margin-left: .6rem;
	}

	#productions .container {
		height: auto !important	;
		margin: 0;
	}

	#productions .container h3{	
		/* text-transform: none; */
		font-size: 20px;
	}

	#productions .container .boxes{
		height: auto;
		padding-left: 10px;
    	padding-right: 10px;
	}

	#productions .container .react-slideshow-container {
		max-width: 34rem;
		max-height: 35rem;
		/* margin-left: -28px; */
	}

	#productions .container .indicators {
		max-width: 32rem;
		/* margin-left: -28px; */
	}

	#productions .title-production-balcao-virtual h2 {
		left: -4px;
		width: 300px;
		font-size: 25px;
	}

	#productions .metrics-production{
		font-size: 20px !important;
	}

	/* #productions .container .text-production p{
		line-height: 1.5rem;
	} */

	#productions .container .icon{
		width: 30px;
    	margin-left: 10px;
	}

	#productions .container img.icon-sei{
		width: 120px;
	}

	#productions .container.hello .row {
		display: flex;
    	flex-direction: column-reverse;
	}

	#productions .container.balcao-virtual {
		border-left: 4px #FFAD00 solid;
	}

	#productions .container.balcao-virtual .row{
		margin-top: 0;
	}

	#productions .container.hello {
		border-left: 4px #00A3E2 solid;
		padding-right: 15px;
    	padding-left: 15px;
		padding-top: 0;
	}

	#productions .container.sei365 {
		border-left: 4px #EF3832 solid;
		padding-right: 15px;
    	padding-left: 15px;
		padding-top: 0;
	}

	#productions .container.sei365 .content h3 {
		margin-top: 0;
	}

	#productions .container.sei365 .content .square {
		display: none;
	}

	#productions .container.products-info {
		margin-top: 0;
		padding-top: 0;
		padding-right: 15px;
    	padding-left: 15px;
	}

	#productions .container.products-info .boxes {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#productions .container:last-of-type {
		border-left: 4px #30B800 solid;
	}

	#productions .container:last-of-type .boxes{
		padding-left: 10px;	
	}

	/* #productions .container:last-of-type h3 {
		min-height: 5rem;
	} */

	#contact-us {
		padding-top: 35px;
		height: auto;
	}

	#contact-us label {
		margin-bottom: 0.5rem;
	}

	#contact-us h1 {
		font-size: 28px;
	}

	#contact-us h2 {
		font-size: 28px;
		margin: 0 0 5px 0;
	}

	#contact-us h3 {
		font-size: 25px;
	}

	#contact-us p {
		font-size: 20px;
		margin-bottom: 30px;
		line-height: 25px;
	}

	#contact-us input, #contact-us textarea {
		background-color:rgb(255,255,255,0.8)!important;
		color: #333;
	}

	#contact-us .required input,
	#contact-us .required textarea {
		border: 1px red solid;
	}
	#contact-us .required label {
		color: red;
	}

	#footer .logo {
		max-width: 22rem;
		margin-left: -10px;
	}

	#footer p.footer-text {
		font-size: 10px;
	}

	#footer .linkedin {
		height: 24px;
	}

	#footer .politicas {
		float: left !important;
		text-align: left;
		margin-top: 2rem;
	}

	#footer .politicas h3 {
		color: white;
		font-size: 12px;
	}

	#footer .politicas a {
		font-size: 10px;
	}

	#footer .copyright {
		padding-top: 40px;
	}

	#footer .copyright p {
		font-size: 8px;
		margin-bottom: 0px;
	}
}

@media (max-width: 1366px) {
	#productions .bg-balcao {
		background-size: 185% 100%;
		background-position-x: -60em;
	}

	#productions .bg-hello {
		background-size: 185% 100%;
		background-position-x: -60em;
	}

	#productions .bg-sei365 {
		background-size: 185% 100%;
		background-position-x: -60em;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.navbar-toggle {
		margin-top: 3.5rem !important;
		margin-right: 2rem !important;
	}

	#menu.navbar-default .navbar-nav > li > a {
		font-size: 20px !important;
	}

	header .intro-text {
		padding-top: 140px !important;
	}

	header .intro-text h1,
	header .intro-text h2 {
		font-size: 60px;
	}

	#studio {
		background-color: white !important;
	}

	#studio .studio {
		background: none !important;
	}

	#studio .studio h2, #studio .studio h2 .bolder {
		font-size: 40px!important;
	}

	#studio .about-text {
		margin: 2rem 0;
	}

	#studio .about-text p {
		margin-top: 2rem;
		font-size: 25px;
		line-height: 30px;
	}

	#studio .container-studio .img-1 {
		display: block !important;
		width: 50%;
		margin-left: -10rem;
	}

	#studio .container-studio .img-1 img {
		display: block !important;
		margin: 0!important;
		width: 100%;
	}

	#studio .container-studio .studio {
		margin: 0!important;
		width: 50%;
	}

	#studio .container-studio .play {
		margin-top: 8rem
	}

	#productions .title-production-balcao-virtual h2 {
		width: 50rem!important;
		font-size: 42px!important;
		top: -10rem;
	}

	#productions .container p {
		font-size: 20px;
		line-height: 30px;
	}

	#productions .container h2 {
		font-size: 35px;
	}

	#productions .container h3 {
		font-size: 35px !important;
	}

	#productions .container h2 img {
		margin-left: 2rem;
	}

	#productions .container.products-info .boxes p {
		font-size: 20px;
	}

	#productions .container .nav-bar-production li {
		font-size: 20px;
	}

	#productions .container .row {
		padding: 0 5rem;
	}
	
	#productions .container .react-slideshow-container {
		width: auto !important;
		height: auto !important;
		margin-top: 4rem;
	}

	#productions .container .row .react-slideshow-container {
		max-width: none !important;
		max-height: none !important;
	}

	#productions .container .row .react-slideshow-container .each-slide > div {
		height: 40rem !important;
	}

	#productions .container .row .text-production {
		margin-top: 3rem;
	}

	#productions .container.sei365 .sei-image {
		height: 40rem !important;
	}

	#contact-us .container {
		padding: 0 5rem;
	}

	#footer .logo {
		max-width: 40rem !important;
	}

	#footer .studio, #footer .footer-text {
		float: none !important;
		margin: 0 auto;
		width: 40rem;
		text-align: center !important;
		font-size: 12px !important;
	}

	#footer .partner {
		float: none;
		width: 50rem !important;
		margin-top: 2rem;
	}

	#footer p.footer-text {
		font-size: 18px !important;
	}

	#footer .linkedin {
		height: 32px;
	}
}


@media (max-width: 1200px) {

	h2{
		font-size: 25px;
		margin-bottom: 0px;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	#studio .container.container-studio img {
		margin: 50px 0;
	}

	.navbar-header .logo {
		width: 50%;
		margin: 1.8rem 0 0 1rem;
	}

	.navbar-toggle {
		border: 0;
		color: white;
		margin-top: 1.8rem;
		margin-right:1rem;
	}

	.navbar-toggle:focus {
		background-color: black!important;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: black!important;
	}


	.navbar-collapse {
		border-top: 1px #e7e7e7 solid !important;
		border-bottom: 1px #e7e7e7 solid !important;
	}

	.icon-bar {
		margin-bottom: .6rem;
		background-color: white !important;
		width: 28px !important;
		height: 2px !important;
	}

	.intro-text {
		padding-top: 100px !important;
		padding-bottom: 0 !important;
		text-align: center !important;
	}

	.intro-text h1 {
		font-family: 'Studio365SemiBold', sans-serif;
		font-size: 35px;
		margin-bottom: 0;
	}

	.intro-text h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.intro-text p {
		font-family: 'Studio365Light', 'Open Sans', sans-serif;
		margin-bottom: 0px;
		font-size: 24px;
	}

	.intro-text .btn {
		display: none;
	}

	header .banner {
		padding-top: 20px;
		margin-left: 0;
	}

	header .banner img {
		width: 100%;
	}

	#menu.navbar-default .navbar-nav > li > a {
		font-family: 'Studio365Light', 'Open Sans', sans-serif;
		font-size: 14px;
		margin-top: 0px;
		padding: 2rem 0;
	}

	.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
		height: 1px !important;
	}

	#menu.navbar-default .navbar-nav > li > a .arrow{
		font-size: 15px;
	}

	#studio {
		background-color: #F9F9F9;
	}

	#studio .container-studio img {
		display: none;
	}

	#studio .studio {
		width: 80%;
		background: url(/img/studio-1.png) no-repeat left;
		background-size: 16px 185px;
		background-position-y: 35px;
		padding-left: 3.5em;
		margin-bottom: 2rem;
	}

	#studio .studio h2, #studio .studio h2 .bolder {
		font-size: 30px;
	}

	#studio .about-text p {
		font-size: 18px;
	}

	#studio .manifest {
		display: none;
	}

	#studio .play {
		margin-top: 20%;
	}

	#studio .play img {
		display: block;
	}

	#studio .products-metrics-info {
		display: block;
		margin: 3rem 0;
		text-align: center;
	}

	#studio .products-metrics-info .boxes{
		float: left;
		width: 11rem;
		margin-left: .6rem;
	}

	#productions .container.products-info .boxes h3,
	#productions .container.products-info .boxes p {
		height: auto;
	}

	#productions .container {
		height: auto !important;
		margin: 0;
	}

	#productions .container h3{	
		/* text-transform: none; */
		font-size: 20px;
	}

	#productions .container .boxes{
		height: auto;
		padding-left: 10px;
    	padding-right: 10px;
	}

	#productions .container .react-slideshow-container {
		max-width: 34rem;
		max-height: 35rem;
		/* margin-left: -28px; */
	}

	#productions .container .indicators {
		max-width: 32rem;
		/* margin-left: -28px; */
	}

	#productions .title-production-balcao-virtual h2 {
		left: -4px;
		width: 300px;
		font-size: 25px;
	}

	#productions .container .react-slideshow-container {
		max-height: 23rem;
	}

	#productions .container .react-slideshow-container .each-slide > div {
		height: 21rem !important;
	}

	#productions .metrics-production{
		font-size: 20px !important;
	}

	/* #productions .container .text-production p{
		line-height: 1.5rem;
	} */

	#productions .container.hello .row {
		display: flex;
    	flex-direction: column-reverse;
	}

	#productions .container.balcao-virtual {
		border-left: 4px #FFAD00 solid;
	}

	#productions .container.balcao-virtual .row{
		margin-top: 0;
	}

	#productions .container.hello {
		border-left: 4px #00A3E2 solid;
		padding-right: 15px;
    	padding-left: 15px;
		padding-top: 0;
	}

	#productions .container .description-production.hello {
		padding-left: 10px;
    	padding-right: 10px;
	}

	#productions .container .hello-slider .react-slideshow-container {
		margin-left: 0;
	}

	#productions .container .hello-slider .indicators {
		margin-left: 0;
	}

	#productions .container.sei365 {
		border-left: 4px #EF3832 solid;
		padding-right: 15px;
    	padding-left: 15px;
		padding-top: 0;
	}

	#productions .container img.icon-sei{
		width: 120px;
	}

	#productions .container.sei365 .content h3 {
		margin-top: 0;
	}

	#productions .container.sei365 .content .square {
		display: none;
	}

	#productions .container.sei365 .sei-image {
		height: 21rem;
	}

	#productions .container.products-info {
		margin-top: 0;
		padding-top: 0;
		padding-right: 15px;
    	padding-left: 15px;
	}

	#productions .container.products-info .boxes {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#productions .container:last-of-type {
		border-left: 4px #30B800 solid;
	}

	#productions .container:last-of-type .boxes{
		padding-left: 10px;	
	}

	/* #productions .container:last-of-type h3 {
		min-height: 5rem;
	} */

	#contact-us {
		padding-top: 35px;
		height: auto;
	}

	#contact-us label {
		margin-bottom: 0.5rem;
	}

	#contact-us h1 {
		font-size: 28px;
	}

	#contact-us h2 {
		font-size: 28px;
		margin: 0 0 5px 0;
	}

	#contact-us h3 {
		font-size: 25px;
	}

	#contact-us p {
		font-size: 20px;
		margin-bottom: 30px;
		line-height: 25px;
	}

	#footer .logo {
		max-width: 26rem;
		margin-left: -10px;
	}

	#footer .studio, #footer .footer-text {
		float: none !important;
		margin: 0 auto;
		width: 100%;
		text-align: center !important;
		font-size: 12px !important;
	}

	#footer .partner {
		float: none !important;
		margin: 0 auto;
		width: 36rem;
		margin-top: 2rem;
	}
	
	#footer .partner img {
		width: 100%;
	}

	#footer p.footer-text {
		font-size: 10px;
	}

	#footer .politicas {
		float: left !important;
		text-align: left;
		margin-top: 2rem;
	}

	#footer .politicas h3 {
		color: white;
		font-size: 12px;
	}

	#footer .politicas a {
		font-size: 10px;
	}

	#footer .copyright {
		padding-top: 40px;
	}

	#footer .copyright p {
		font-size: 8px;
		margin-bottom: 0px;
	}
}


