@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;
}
a {
	font-family: 'Studio365Regular', 'Open Sans', sans-serif;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.mobile {
	display: none;
}

/* Navigation */
#menu {
	transition: all 0.8s;
	display: flex;
    align-items: center;
    background-color: white;
	border: none;
	height: 6rem;
}

#menu .nav {
}

#menu .logo {
	font-family: 'Studio365SemiBold', sans-serif;
	color: black;
	font-size: 26px;
	display: flex;
    align-items: center;
	margin-top: 1rem;
	width: 28rem;
}

#menu .logo span {
	font-size: 18px;
	margin-top: .5rem;
	margin-left: 1rem;
}

#menu .logo img {
	height: 36px;
	margin-right: 2rem;
}

#menu .navbar-right {
	margin-right: -10px;
}

#menu .btn-custom {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.btn-custom {
	font-family: 'Studio365SemiBold', sans-serif;
	color: #fff !important;
	background-color: #2563EB;
	padding: 1rem;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	text-align: start;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	background-color: black !important;
}

/* Header Section */
.logo {
	max-width: 85%;
}

#header .container {
	min-height: 70vh;
	padding-top: 10rem;
}

#header .container h1 {
	font-family: 'Studio365Bold', sans-serif;
	color: black;
	text-align: center;
	font-size: 48px;
}

#header .container h3 {
	font-family: 'Studio365SemiBold', sans-serif;
	text-align: center;
	font-size: 16px;
}

#header .container .btn-custom {
	text-align: center;
    margin: 5rem auto;
    width: 30rem;
    font-size: 20px;
	display: block;
}

#header .container .features {
	display: flex;
	flex-direction: row;
	margin-top: 15rem;
	margin-bottom: 5rem;
}

#header .container .features .box {
    flex-wrap: wrap;
    width: 35rem;	
	height: 20rem;
    margin: auto;
	border-radius: 6px;
	padding: 2rem 2.5rem;
}

#header .container .features .box p {
	font-family: 'Studio365Regular', 'Open Sans', sans-serif;
	font-size: 14px;
}

#header .container .features .box p a {
	color: white;
	text-decoration: underline;
}

#header .container .features .box:nth-child(1) {
	background-color: #2563EB;
	color: white !important;
}

#header .container .features .box:nth-child(2) {
	background-color: #000000;
	color: white;
}

#header .container .features .box:nth-child(3) {
	background-color: #D9D9D9;
	color: black;
}

#header .container .features .box p:nth-child(1) {
	font-family: 'Studio365Bold', 'Open Sans', sans-serif;
}

#header .container .features .box p:nth-child(2) {
	font-weight: 100;
}

/* Footer Section*/
#footer {
	background: #242422;
	padding: 30px 0;
	height: 35rem;
}

#footer .studio .logo {
	margin-left: -1.8rem;
}

#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;
	max-width: 70%;
}

#footer .linkedin {
	margin: 1.5rem 0 0 -5px;
	width: 3rem;
}

#footer p.footer-text {
	color: white;
	text-align: left;
	margin: 0;
	font-size: 14px;
}

#footer h3 {
	margin-bottom: 20px;
	color: white;
}

#footer .links {
	margin-top: 2rem;
}

#footer .links .footer-text {
	margin: 2rem 0;
}

#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;
	}

	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;
	}

	#header .features {
		flex-direction: column !important;
		margin-top: 8rem !important;
	}

	#header .features .box {
		margin-bottom: 2rem !important;
	}

	#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;
	}
}


