@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	
	.slide_viewer-home {
		height: 800px;
	}

	.slide-home h1 {
		padding: 26% 0;
		font-size: 45px;
		line-height: 54px;
	}

	.slide-home:nth-of-type(1) {
		background-image: url(../img/home-slide-1.jpg);
		background-size: cover;
	}

	.slide-home:nth-of-type(2) {
		background-image: url(../img/home-slide-2.jpg);
		background-size: cover;
	}

	.slide-home:nth-of-type(3) {
		background-image: url(../img/home-slide-3.jpg);
		background-size: cover;
	}

	.slide_buttons-home {
		top: 620px;
	}

	.directional_nav-home {
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		top: -450px;
	}

	.previous_btn-home {
		font-size: 45px;
		left: 100px;
	}

	.next_btn-home {
		font-size: 45px;
		right: 100px;
	}

	
/* SOBRE */

	#about{
    	background-image: url(../img/about-us-img-2.jpg);
		padding: 100px 0;
		max-width: 100%;
	}

	#about .section-title-header p {
		font-size: 21px;
		line-height: 30px;
		letter-spacing: 0.02em;
	}

/* END SOBRE*/
	
/*MENSAGEM*/

	#msg{
		padding: 80px 0;
	}

	#msg .section-title-header h1 {
	  font-size: 36px;
	  line-height: 48px;
	}

/* END MENSAGEM*/
	
/* SOLUÇÕES*/

	#solucoes {
		background: #fff;
		position: relative;
		padding: 100px 0;
	}

	#solucoes .section-title-header .section-title{
		padding: 0;
		font-family: 'Ubuntu',sans-serif;
		font-size: 42px;
		margin: 0 0 60px 0;
		color: #0f062c;
	}

	#solucoes .gallery-box {
		position: relative;
		margin-bottom: 30px;
		color: #0f062c;
	}

	#solucoes .gallery-box .overlay-box {
		border-radius: 45px;
		width: 100%;
		height: 200px;
		padding: 7% 0 5% 0;
		margin-bottom: 30px;
		border: #2300c7 2px solid;
	}

	#solucoes .gallery-box .overlay-box p {
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 36px
	}
	
	#solucoes .gallery-box .overlay-box spam{
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		background-image: linear-gradient(0deg, #50ff92, #0068f4, #d90db7);
		color: #fff;
		top: 75%;
		left: 50%;
		outline: 0;
		text-transform: uppercase;
		letter-spacing: 2px;
		cursor: pointer;
		overflow: hidden;
		border-radius: 40px;
		z-index: 1;
		display: inline-block;
		padding: 3% 12%;
	}

/* END SOLUÇÕES */
	
/* MODAL SOLUÇÕES */

	.close{
		font-family: 'Ubuntu', sans-serif;
		background-image: linear-gradient(0deg, #50ff92, #0068f4, #d90db7);
		font-size: 16px;
		letter-spacing: 0.08em;
		font-weight: normal;
		position: absolute;
		right: 10%;
		color: #fff;
		padding: 0.7% 1%;
		opacity: 1;
		border-radius: 25px;
		margin-top: 90px;
		z-index: 99999;
		-webkit-transition: opacity 200ms ease-in;
		-moz-transition: opacity 200ms ease-in;
		transition: opacity 200ms ease-in;
	}

/* MODAL SOLUÇÕES */
	
/* CASES */

	#cases{
		background-image: url(../img/cases/bg-case-D.jpg);
		background-size: cover;
		width: 100%;
		height: 100%;
		padding: 100px 0 0 0;
	}

	#cases .section-title-header .section-title{
		font-size: 42px;
		margin-bottom: 0px;
	}

	#cases .subtitle {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
	}

	#cases .video img {
		width: 75%;
		margin: 0 0 0 15%;
	}

	#cases .intro-title {
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		margin: 5% 0 2% 25%;
		color: #fff;
		text-align: left;
	}

	#cases .intro-desc {
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 58px;
		margin-bottom: 10px;
		text-align: left;
		margin: 0 0 2% 25%;
	}

/* END CASES */
	
	.col-md-4{
		margin-top: 5%;
	}
	
/* SLIDER CASES*/

	.slider {
		margin: 0 auto;
		max-width: 100%;
		padding: 30px 0 0 0;
	}

	.slide_viewer {
		height: 420px;
		overflow: hidden;
		position: relative;
	}

	.slide_group {
		height: 100%;
		width: 100%;
		position: relative;
		margin-top: 2%;
	}
	
	.slide_buttons {
		position: inherit;
	}

	.directional_nav {
	  top: -350px;
	}

	.previous_btn {
		font-size: 45px;
		left: 100px;
	}

	.next_btn {
		font-size: 45px;
		right: 100px;
	}

/* END SLIDER CASES */	
	
	.col-lg-3{
		width: 100%;
		margin: 0;
	}
	
/* CLIENTES */

	#clientes{
		padding: 80px 0;
	}

	#clientes .section-title-header .section-title{
		font-size: 32px;
		line-height: 44px;
		margin-bottom: 0;
	}

	#clientes .gallery-box {
		position: relative;
		margin: 0 auto;
		text-align: center;
	}

/* END CLIENTES */
	
/* CONTATO */

	#contato{
		background-image:url(../img/bg-contato-D.jpg);
		padding: 80px 0 0 0;
	}

	#contato .section-title-header .section-title{
		font-size: 42px;
		margin-bottom: 15px;
	}

	#contato p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		line-height: 30px;
		color: #fff;
		margin: 0 0 15px 0;
	}

	#contato .lista-contato ul{
		display: grid;	
		padding: 5% 5% 14% 20%;
	}

	#contato .lista-contato h3 {
		font-size: 24px;
		padding: 2% 5%;
	}

	.btn {
	  font-size: 21px;
	  padding: 12px 20px;
	  border-radius: 20px;
	  cursor: pointer;
	  font-weight: 700;
	}

	.container-form{
		margin-left: 0;
		padding: 20px 5px 0 5px	;
	}	
	
	.container-form .form-wrapper .form-control {
		line-height: 24px;
		font-size: 16px;
		padding: 10px 20px;
		border-radius: 20px;
	}

/* END CONTATO */
	
	.footer-area{
		width: 100%;
		padding: 10px auto;
	}
	
	.footer-area p {
		font-size: 12px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
		
	.col-8{
		flex: 80%;
		max-width: 80%;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0 10px;
	}
	
	.slide_viewer-home {
		height: 768px;
	}

	.slide-home h1 {
		padding: 34% 0;
		font-size: 42px;
		line-height: 54px;
	}

	.slide-home:nth-of-type(1) {
		background-image: url(../img/home-slide-1.jpg);
		background-size: cover;
	}

	.slide-home:nth-of-type(2) {
		background-image: url(../img/home-slide-2.jpg);
		background-size: cover;
	}

	.slide-home:nth-of-type(3) {
		background-image: url(../img/home-slide-3.jpg);
		background-size: cover;
	}

	.slide_buttons-home {
		top: 708px;
	}

	.directional_nav-home {
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		top: -400px;
	}

	.previous_btn-home {
		font-size: 45px;
		left: 30px;
	}

	.next_btn-home {
		font-size: 45px;
		right: 30px;
	}

	
/* SOBRE */

	#about{
    	background-image: url(../img/about-us-img-3.jpg);
		padding: 120px 0;
		max-width: 100%;
	}

	#about .section-title-header p {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0.02em;
	}

/* END SOBRE*/
	
/*MENSAGEM*/

	#msg{
		padding: 80px 0;
	}

	#msg .section-title-header h1 {
	  font-size: 36px;
	  line-height: 48px;
	}

/* END MENSAGEM*/
	
/* SOLUÇÕES*/

	#solucoes {
		padding: 120px 0;
	}

	#solucoes .section-title-header .section-title{
		font-size: 42px;
		margin: 0 0 30px 0;
	}

	#solucoes .gallery-box {
		margin-bottom: 0;
	}

	#solucoes .gallery-box .overlay-box {
		border-radius: 45px;
		width: 100%;
		height: 180px;
		padding: 5% 0 5% 0;
		margin-bottom: 30px;
		border: #2300c7 2px solid;
	}

	#solucoes .gallery-box .overlay-box p {
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		line-height: 32px
	}

/* END SOLUÇÕES */
	
/* CASES */

	#cases{
		background-image: url(../img/cases/bg-case-D.jpg);
		background-size: cover;
		width: 100%;
		height: 100%;
		padding: 100px 0 0 0;
	}

	#cases .section-title-header .section-title{
		font-size: 42px;
		margin-bottom: 0px;
	}

	#cases .subtitle {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
	}

	#cases .video img {
		width: 75%;
		margin: 0 0 0 10%;
	}

	#cases .intro-title {
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		margin: 5% 0 5% 25%;
		color: #fff;
		text-align: left;
	}

	#cases .intro-desc {
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 15px;
		text-align: left;
		margin: 0 0 10% 25%;
	}

/* END CASES */
	
/* MODAL SOLUÇÕES */

	.close{
		font-family: 'Ubuntu', sans-serif;
		background-image: linear-gradient(0deg, #50ff92, #0068f4, #d90db7);
		font-size: 16px;
		letter-spacing: 0.08em;
		font-weight: normal;
		position: absolute;
		right: 5%;
		color: #fff;
		padding: 1%;
		opacity: 1;
		border-radius: 25px;
		margin-top: 80px;
		z-index: 99999;
		-webkit-transition: opacity 200ms ease-in;
		-moz-transition: opacity 200ms ease-in;
		transition: opacity 200ms ease-in;
	}

/* MODAL SOLUÇÕES */
	
	.col-md-4{
		margin-top: 5%;
	}
	
/* SLIDER CASES*/

	.slider {
		margin: 0 auto;
		max-width: 100%;
		padding: 30px 0 0 0;
	}

	.slide_viewer {
		height: 480px;
		overflow: hidden;
		position: relative;
	}

	.slide_group {
		height: 100%;
		width: 100%;
		position: relative;
		margin-top: 8%;
	}
	
	.slide_buttons {
		position: inherit;
	}

	.directional_nav {
	  top: -350px;
	}

	.previous_btn {
		font-size: 45px;
		left: 30px;
	}

	.next_btn {
		font-size: 45px;
		right: 30px;
	}

/* END SLIDER CASES */	
	
	.col-lg-3{
		width: 100%;
		margin: 0;
	}
	
/* CLIENTES */

	#clientes{
		padding: 100px 0 60px 0;
	}
	
	#clientes .img-fluid {
		width: 200px;
		margin: 45px auto;
	}

	#clientes .section-title-header .section-title{
		font-size: 32px;
		line-height: 44px;
		margin-bottom: 0;
	}

	#clientes .gallery-box {
		position: relative;
		margin: 0 auto;
		text-align: center;
	}

/* END CLIENTES */
	
/* CONTATO */

	#contato{
		background-image:url(../img/bg-contato-D.jpg);
		padding: 25px 0 0 0;
	}

	#contato .section-title-header .section-title{
		font-size: 42px;
		margin-bottom: 15px;
	}

	#contato p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		line-height: 30px;
		color: #fff;
		margin: 0 0 50px 0;
	}

	#contato .lista-contato ul{
		display: grid;	
		padding: 5% 5% 14% 20%;
	}

	#contato .lista-contato h3 {
		font-size: 24px;
		padding: 2% 5%;
	}

	.btn {
	  font-size: 21px;
	  padding: 12px 20px;
	  border-radius: 20px;
	  cursor: pointer;
	  font-weight: 700;
	}

	.container-form{
		margin-left: 0;
		padding: 20px 5px 0 5px	;
	}	
	
	.container-form .form-wrapper .form-control {
		line-height: 24px;
		font-size: 16px;
		padding: 10px 20px;
		border-radius: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.slide_viewer-home {
		height: 1024px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.slide_group-home {
		position: relative;
		height: 100%;
		width: 100%;
	}

	.slide-home {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.slide-home h1 {
		width: 80%;
		padding: 60% 0;
		font-size: 36px;
		line-height: 48px;
	}

	.slide-home:nth-of-type(1) {
		background-image: url(../img/home-slide-1-M.jpg);
		background-size: cover;
	}

	.slide-home:nth-of-type(2) {
		background-image: url(../img/home-slide-2-M.jpg);
		background-size: cover;
	}

	.slide-home:nth-of-type(3) {
		background-image: url(../img/home-slide-3-M.jpg);
		background-size: cover;
	}

	.slide_buttons-home {
		top: 924px;
	}

	.slide_buttons-home:active {
		position: absolute;
		text-align: center;
		right: 0;
		left: 0;
		color: #00fbfe !important;
	}

	a.slide_btn-home {
		color: #fff;
		font-size: 42px;
		margin: 0 0.100em;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.slide_btn-home.active, .slide_btn-home:hover {
		color: #00fbfe !important;
		cursor: pointer;
	}

	.directional_nav-home {
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		top: -560px;
	}

	.previous_btn-home {
		font-size: 50px;
		font-weight: bold;
		left: 20px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.next_btn-home {
		font-size: 50px;
		font-weight: bold;
		right: 20px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.previous_btn-home, .next_btn-home {
		cursor: pointer;
		color: #fff;
	}

	.previous_btn-home:hover, .next_btn-home:hover {
		color: #00fbfe !important;
	}
	
	
/* SOBRE */

	#about{
		background-image: url(../img/about-us-img-M.jpg);
		background-size: cover;
		width: 100%;
		padding: 40px 0;
	}

	#about .section-title-header p {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 0.02em;
		margin: 0;
	}

/* END SOBRE*/
	
	.col-10{
		max-width: 85%;
	}
	
/*MENSAGEM*/

	#msg{
		background-image: url(../img/bg-msg-M.jpg);
		background-size: cover;
		padding: 120px 0;
	}

	#msg .section-title-header h1 {
		font-size: 36px;
		line-height: 48px;
	}

/* END MENSAGEM*/
	
/* SOLUÇÕES*/

	#solucoes {
		background: #fff;
		position: relative;
		padding: 40px 0;
	}

	#solucoes .section-title-header .section-title{
		padding: 0;
		font-family: 'Ubuntu',sans-serif;
		font-size: 36px;
		margin: 0 0 60px 0;
		color: #0f062c;
	}

	#solucoes .gallery-box {
		position: relative;
		margin-bottom: 30px;
		color: #0f062c;
	}

	#solucoes .gallery-box .overlay-box {
		border-radius: 45px;
		width: 100%;
		height: 180px;
		padding: 5% 0 5% 0;
		margin-bottom: 30px;
		border: #2300c7 2px solid;
	}

	#solucoes .gallery-box .overlay-box p {
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 36px
	}

	#solucoes .gallery-box .overlay-box spam{
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		background-image: linear-gradient(0deg, #50ff92, #0068f4, #d90db7);
		color: #fff;
		top: 75%;
		left: 50%;
		outline: 0;
		text-transform: uppercase;
		letter-spacing: 2px;
		cursor: pointer;
		overflow: hidden;
		border-radius: 40px;
		z-index: 1;
		display: inline-block;
		padding: 3% 12%;
	}

/* END SOLUÇÕES */
	
/* MODAL SOLUÇÕES */
	
	.modalDialog {
		top: 100px;
	}

	.modalDialog > div {
		width: 100%;
		height: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0;
	}

	.close{
		font-family: 'Ubuntu', sans-serif;
		background-image: linear-gradient(0deg, #50ff92, #0068f4, #d90db7);
		font-size: 16px;
		letter-spacing: 0.08em;
		font-weight: normal;
		position: absolute;
		right: 4%;
		color: #fff;
		padding: 2% 3%;
		opacity: 1;
		border-radius: 25px;
		margin-top: 20px;
		z-index: 99999;
		-webkit-transition: opacity 200ms ease-in;
		-moz-transition: opacity 200ms ease-in;
		transition: opacity 200ms ease-in;
	}

	.modalDialog img{
		width: inherit;
	}
	
	.text-inside{
		background-color: #fff;
		padding: 0 10% 10% ;
	}

	.text-inside h1 {
		font-family:'Ubuntu', sans-serif;
		font-size: 36px;
		line-height:48px;
		font-weight: 500;
		text-align:left;
		margin: 10px 20px;
	}

	.text-inside p{
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		letter-spacing: 0.02em;
		line-height: 28px;
		text-align: left;
		color: #0f062c;
		margin: 10px 20px;
	}

/* MODAL SOLUÇÕES */
	
	.row{
		margin-left: -25px;
		margin-right: -25px;
	}

/* CASES */

	#cases{
		background-image: url(../img/cases/bg-case-M.jpg);
		background-size: cover;
		width: 100%;
		height: 100%;
		padding: 40px 0 20px 0;
	}

	#cases .section-title-header .section-title{
		font-size: 42px;
		margin-bottom: 15px;
	}

	#cases .subtitle {
		font-size: 30px;
		line-height: 30px;
		margin: 15px 0 20px 0;
	}

	#cases .video{
		width: 70%;
		margin: 0 auto;		
	}
	
	#cases .video img {
		width: 100%;
		margin: 10px auto;
	}

	#cases .intro-title {
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		margin: 0 auto;
		color: #fff;
		text-align: center;
	}

	#cases .intro-desc {
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 58px;
		margin-bottom: 10px;
		text-align: center;
	}

/* END CASES */
	
	.col-md-4{
		max-width: 100%;
		flex: 100%;
	}
	
	.col-md-8{
		max-width: 100%;
		flex: 100%;
	}
	
	.col-lg-3{
		width: 45%;
		margin: 5% 0;
	}
	
/* SLIDER CASES*/

	.slider {
		margin: 0 auto;
		max-width: 100%;
		padding: 30px 0 0 0;
	}

	.slide_viewer {
		height: 600px;
		overflow: hidden;
		position: relative;
	}

	.slide_group {
		height: 100%;
		width: 100%;
		position: relative;
		margin-top: 2%;
	}

	.slide {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.slide:first-child {
		display: block;
	}

	.slide_buttons {
		position:inherit;
		text-align: center;
		right: 0;
		left: 0;
		color: #fff;
	}

	.slide_buttons:active {
		position: absolute;
		text-align: center;
		right: 0;
		left: 0;
		color: #0f062c !important;
	}

	a.slide_btn {
	  color: #fff;
	  font-size: 42px;
	  margin: 0 0.100em;
	  -webkit-transition: all 0.4s ease-in-out;
	  -moz-transition: all 0.4s ease-in-out;
	  -ms-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	}

	.slide_btn.active, .slide_btn:hover {
	  color: #0f062c !important;
	  cursor: pointer;
	}

	.directional_nav {
	  height: 0px;
	  margin: 0 auto;
	  max-width: 100%;
	  position: relative;
	  top: -500px;
	}

	.previous_btn {
		font-size: 50px;
		font-weight: bold;
		left: 20px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.next_btn {
		font-size: 50px;
		font-weight: bold;
		right: 20px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}

/* END SLIDER CASES */
	
/* CLIENTES */

	#clientes{
		padding: 40px 0;
	}

	#clientes .img-fluid {
		width: 200px;
		margin: 20px auto;
	}

	#clientes .section-title-header .section-title{
		font-size: 36px;
		margin-bottom: 0;
	}

	#clientes .gallery-box {
		position: relative;
		margin: 0 auto;
		text-align: center;
	}

/* END CLIENTES */
	
	.col-lg-6{
		max-width: 100%;
		flex: 100%;
	}
	
/* CONTATO */

	#contato{
		background-image:url(../img/bg-contato-M.jpg);
		padding: 40px 0;
	}

	#contato .section-title-header .section-title{
		font-size: 42px;
		margin-bottom:15px;
	}

	#contato p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 42px;
		color: #fff;
		margin: 0 0 20px 0;
	}

	#contato .lista-contato ul{
		display: grid;	
		padding: 5% 0 5% 20%;
	}

	#contato .lista-contato h3 {
		font-size: 30px;
		padding: 1% 5%;
	}

	.btn {
	  font-size: 21px;
	  padding: 18px 20px;
	  border-radius: 20px;
	  cursor: pointer;
	  font-weight: 700;
	}

	.container-form{
		margin-left: 0;
		padding: 20px 5px 0 5px	;
	}	

/* END CONTATO */
	
	.footer-area{
		width: 100%;
		padding: 10px auto;
	}
	
	.footer-area p {
		font-size: 14px;
	}

}

@media only screen and (max-width: 767px) {
	
	#menu{
		justify-content: flex-end;
		padding: 10px 20px;
		display: flex;
	}

	#menu-toggle {
		display: flex;
		opacity: 1;
	}

	#menu ul {
		display: inline-block;
		width: 50%;
		height: 0;
		background: #fff;
		position: absolute;
		top: 80px;
		border-radius: 15px;
		transition: all 0.3s;
	}

	#menu ul.showMenu {
		height: 500px;
	}

	#menu ul.showMenu li {	
		opacity: 1;
		visibility: visible;
	}

	#menu li {
		width: 100%;
		float: right;
		opacity: 0;
		visibility: hidden;
		margin-left: 0;
		transition: all 0.3s 0.1s;
	}

	#menu li a {
		font-family: 'Ubuntu', sans-serif;
		font-size: 18px;
		padding: 15px 0;
		text-decoration: none;
		color: #0f062c;
	}

	.slide_viewer-home {
		height: 670px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.slide_group-home {
		position: relative;
		height: 100%;
		width: 100%;
	}

	.slide-home {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.slide-home h1 {
		width: 60%;
		padding: 70% 0;
		font-size: 24px;
		line-height: 32px;
	}

	.slide-home:first-child {
		display: block;
	}

	.slide-home:nth-of-type(1) {
		background-image: url(../img/home-slide-1-M.jpg);
		background-size: cover;
	}

	.slide-home:nth-of-type(2) {
		background-image: url(../img/home-slide-2-M.jpg);
		background-size: cover;
	}

	.slide-home:nth-of-type(3) {
		background-image: url(../img/home-slide-3-M.jpg);
		background-size: cover;
	}

	.slide_buttons-home {
		top: 600px;
	}

	.slide_buttons-home:active {
		position: absolute;
		text-align: center;
		right: 0;
		left: 0;
		color: #00fbfe !important;
	}

	a.slide_btn-home {
		color: #fff;
		font-size: 42px;
		margin: 0 0.100em;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.slide_btn-home.active, .slide_btn-home:hover {
		color: #00fbfe !important;
		cursor: pointer;
	}

	.directional_nav-home {
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		top: -350px;
	}

	.previous_btn-home {
		font-size: 30px;
		font-weight: bold;
		left: 20px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.next_btn-home {
		font-size: 30px;
		font-weight: bold;
		right: 20px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.previous_btn-home, .next_btn-home {
		cursor: pointer;
		color: #fff;
	}

	.previous_btn-home:hover, .next_btn-home:hover {
		color: #00fbfe !important;
	}
	
/* SOBRE */

	#about{
		background-image: url(../img/about-us-img-M.jpg);
		background-size: cover;
		width: 100%;
		padding: 70px 0 245px 0;
	}

	#about .section-title-header p {
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 0.02em;
	}

/* END SOBRE*/
	
/*MENSAGEM*/

	#msg{
		background-image: url(../img/bg-msg-M.jpg);
		background-size: cover;
		padding: 100px 5px;
	}

	#msg .section-title-header h1 {
		font-size: 21px;
		line-height: 30px;
	}

/* END MENSAGEM*/
	
/* SOLUÇÕES*/

	#solucoes {
		background: #fff;
		position: relative;
		padding: 70px 0;
	}

	#solucoes .section-title-header .section-title{
		padding: 0;
		font-family: 'Ubuntu',sans-serif;
		font-size: 36px;
		margin: 0 0 60px 0;
		color: #0f062c;
	}

	#solucoes .gallery-box {
		position: relative;
		margin-bottom: 30px;
		color: #0f062c;
	}

	#solucoes .gallery-box .overlay-box {
		border-radius: 45px;
		width: 100%;
		height: 180px;
		padding: 5% 0 5% 0;
		margin-bottom: 30px;
		border: #2300c7 2px solid;
	}

	#solucoes .gallery-box .overlay-box p {
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 36px
	}

	#solucoes .gallery-box .overlay-box spam{
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		background-image: linear-gradient(0deg, #50ff92, #0068f4, #d90db7);
		color: #fff;
		top: 75%;
		left: 50%;
		outline: 0;
		text-transform: uppercase;
		letter-spacing: 2px;
		cursor: pointer;
		overflow: hidden;
		border-radius: 40px;
		z-index: 1;
		display: inline-block;
		padding: 3% 12%;
	}

/* END SOLUÇÕES */
	
/* MODAL SOLUÇÕES */

	.modalDialog {
		position: absolute;
	}

	.modalDialog > div {
		width: 100%;
		height: 100%;
		position: relative;
		margin: 0 auto;
		padding: 32% 0;
	}

	.close{
		font-family: 'Ubuntu', sans-serif;
		background-image: linear-gradient(0deg, #50ff92, #0068f4, #d90db7);
		font-size: 16px;
		letter-spacing: 0.08em;
		font-weight: normal;
		position: absolute;
		right: 9%;
		color: #fff;
		padding: 3% 4%;
		opacity: 1;
		border-radius: 25px;
		margin-top: 70px;
		z-index: 99999;
		-webkit-transition: opacity 200ms ease-in;
		-moz-transition: opacity 200ms ease-in;
		transition: opacity 200ms ease-in;
	}

	.modalDialog img{
		width: inherit;
	}

	.text-inside h1 {
		font-family:'Ubuntu', sans-serif;
		font-size: 36px;
		line-height:48px;
		font-weight: 500;
		text-align:left;
		margin: 10px 20px;
	}

	.text-inside p{
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		letter-spacing: 0.02em;
		line-height: 28px;
		text-align: left;
		color: #0f062c;
		margin: 10px 20px;
	}

/* MODAL SOLUÇÕES */

/* CASES */

	#cases{
		background-image: url(../img/cases/bg-case-M.jpg);
		background-size: cover;
		width: 100%;
		height: 100%;
		padding: 70px 0 20px 0;
	}

	#cases .section-title-header .section-title{
		font-size: 36px;
		margin-bottom: 15px;
	}

	#cases .subtitle {
		font-size: 21px;
		line-height: 30px;
		margin: 15px 0 20px 0;
	}
	
	#cases .video{
		width: 90%;
		margin: 0 auto;		
	}

	#cases .video img {
		width: 100%;
		margin: 10px auto;
	}

	#cases .intro-title {
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		margin: 0 auto;
		color: #fff;
		text-align: center;
	}

	#cases .intro-desc {
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 58px;
		margin-bottom: 10px;
		text-align: center;
	}

/* END CASES */
	
	.col-lg-3{
		width: 45%;
		margin: 5% 2%;
	}
	
/* SLIDER CASES*/

	.slider {
		margin: 0 auto;
		max-width: 100%;
		padding: 30px 0 0 0;
	}

	.slide_viewer {
		height: 480px;
		overflow: hidden;
		position: relative;
	}

	.slide_group {
		height: 100%;
		width: 100%;
		position: relative;
		margin-top: 2%;
	}

	.slide {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.slide:first-child {
		display: block;
	}

	.slide_buttons {
		position:inherit;
		text-align: center;
		right: 0;
		left: 0;
		color: #fff;
	}

	.slide_buttons:active {
		position: absolute;
		text-align: center;
		right: 0;
		left: 0;
		color: #0f062c !important;
	}

	a.slide_btn {
	  color: #fff;
	  font-size: 42px;
	  margin: 0 0.100em;
	  -webkit-transition: all 0.4s ease-in-out;
	  -moz-transition: all 0.4s ease-in-out;
	  -ms-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	}

	.slide_btn.active, .slide_btn:hover {
	  color: #0f062c !important;
	  cursor: pointer;
	}

	.directional_nav {
	  height: 0px;
	  margin: 0 auto;
	  max-width: 100%;
	  position: relative;
	  top: -50px;
	}

	.previous_btn {
		font-size: 30px;
		font-weight: bold;
		left: 20px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.next_btn {
		font-size: 30px;
		font-weight: bold;
		right: 20px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}

/* END SLIDER CASES */
	
/* CLIENTES */

	#clientes{
		padding: 70px 0;
	}

	#clientes .img-fluid {
		width: 160px;
		margin: 20px auto;
	}

	#clientes .section-title-header .section-title{
		font-size: 30px;
		margin-bottom: 42px;
	}

	#clientes .gallery-box {
		position: relative;
		margin: 0 auto;
		text-align: center;
	}

/* END CLIENTES */
	
/* CONTATO */

	#contato{
		background-image:url(../img/bg-contato-M.jpg);
		padding: 70px 0;
	}

	#contato .section-title-header .section-title{
		font-size: 36px;
		margin-bottom:15px;
	}

	#contato p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 21px;
		line-height: 30px;
		color: #fff;
		margin: 0 0 15px 0;
	}

	#contato .lista-contato ul{
		display: grid;	
		padding: 5% 0 5% 15%;
	}

	#contato .lista-contato h3 {
		font-size: 18px;
		padding: 5% 5%;
	}

	.btn {
	  font-size: 21px;
	  padding: 12px 20px;
	  border-radius: 20px;
	  cursor: pointer;
	  font-weight: 700;
	}

	.container-form{
		margin-left: 0;
		padding: 20px 5px 0 5px	;
	}	

/* END CONTATO */
	
	.footer-area{
		width: 100%;
		padding: 10px auto;
	}
	
	.footer-area p {
		font-size: 12px;
	}

}

@media only screen and (min-width: 320px) and (max-width: 480px) {

	.newsletter-wrapper .sub-btn {
		padding: 11px 20px;
	}
	
	.col-8{
		text-align: center;
		margin: 0 auto;
		flex: 100%;
		max-width: 100%;
	}
	
	.col-10{
		flex: 100%;
		max-width: 100%;
	}
	
	.section-title{
		font-size: 30px;
		line-height: 36px;
		padding: 10px 0 0 0;
	}
	
	.section-title-header p{
		font-size: 16px;
	}

	a.back-to-top i{
		display: none;
	}
	
}
