html {
  overflow-x: hidden;
}

body {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 36px;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
  	line-height: 42px;
  	letter-spacing: 0.02em;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}


.hero-heading {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  letter-spacing: 0.1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title {
  font-size: 42px;
  line-height: 60px;
  padding: 0 0 20px 0;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.section-subcontent {
  font-size: 16px;
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.section-sub:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #E91E63;
}

.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-title {
  font-size: 24px;
  font-weight: 700;
  text-tranform: capitalize;
}

.page-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #ddd;
}

.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
}

.btn {
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn i {
  margin-right: 5px;
}

.btn:focus,
.btn:active {
	box-shadow: none;
	outline: none;
	color: #fff;
}

.btn.disabled{
	opacity: 1;
}

.btn-common {
	font-family: 'Ubuntu', sans-serif;
	font-size: 21px;
	background: #0f062c;
	position: relative;
	z-index: 1;
	letter-spacing: 1pt;
	border-radius: 20px;
}

.btn-common:hover {
	background:  #fff;
	color: #0f062c;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

.button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #E91E63;
}

.bg-drack {
  background: #f1f1f1;
}

.bg-white {
  background: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

/* ScrollToTop */

a.back-to-top {
	display: none;
	position: fixed;
	bottom: 95px;
	right: 45px;
	text-decoration: none;
}

a.back-to-top i {
	display: block;
	font-size: 25px;
	font-weight: bold;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 25px;
	color: #fff;
	background-image: linear-gradient(30deg, #50ff92, #0068f4, #d90db7);
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a.back-to-top:hover, a.back-to-top:focus {
	text-decoration: none;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#white-bg {
  background: #fff;
}

#roof {
  background: #ddd;
  padding: 15px 0;
}

#roof .info-bar-address {
  font-size: 14px;
}

#roof .quick-contacts span {
  margin-right: 10px;
}

#roof .quick-contacts span a {
  color: #212121;
}

#roof .quick-contacts span a:hover {
  color: #E91E63;
}

#roof .quick-contacts span i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
}

.navbar-brand {
  position: relative;
  width: 100%;
  padding: 25px 70px;
  top: 15px;
  background: url(../img/logo_Axysis_white.png)no-repeat;
}

.navbar-brand img {
  width: 100%;
}

.top-nav-collapse {
  background: #fff!important;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  height: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.top-nav-collapse .navbar-brand {
  top: 15px;
  background: url(../img/logo_Axysis.png)no-repeat;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #212121 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
	color: #c23a9e !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
	background-image: linear-gradient(30deg, #50ff92, #0068f4, #d90db7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
  	padding: 2px 15px;
  	margin-top: 10px;
  	margin-bottom: 10px;
  	line-height: 40px;
  	letter-spacing: 0.05em;  	
	text-transform: uppercase;
  	background: transparent;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	position: relative;
}

.navbar-expand-lg .navbar-nav .active a:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
	background-image: linear-gradient(30deg, #50ff92, #0068f4, #d90db7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
	background-image: linear-gradient(30deg, #50ff92, #0068f4, #d90db7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #fff!important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background: #f5f5f5;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  color: #0f062c;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
	color: #E91E63;
}

.dropdown-item.active, .dropdown-item:active {
	background: transparent;
}

.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
  	animation-name: fadeInUpMenu;
}

.slicknav_btn {
 	border-color: #E91E63;
}

.slicknav_menu .slicknav_icon-bar {
  	background-image: linear-gradient(0deg, #50ff92, #0068f4, #d90db7);
}

/* only small tablets */

@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
	
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
	width: 50%;
    position: absolute;
    padding: 25px 10px;
    top: 15px;
	background: url(../img/logo_Axysis_white.png)no-repeat;
  }
  .navbar-brand img {
    width: 100%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #E91E63;
  }
  .slicknav_nav .dropdown li a.active {
    color: #E91E63;
  }
}


nav {
	width: 100%;
	background: none;
	display: grid;
	position: fixed;
	z-index: 990;
	transition: all 0.3s;
	opacity: 1;
}

nav.navShadow {
	z-index: 990;
}

#menu {
	display: none;
}

#menu li a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #0f062c;
}

#menu-toggle {
	width: 50px;
	height: 45px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	cursor: pointer;
	opacity: 0;
}

#menu-toggle:hover .bar {
	width: 25px;
}
#menu-toggle.closeMenu .bar {
	width: 25px;
}
#menu-toggle.closeMenu .bar:first-child {
	transform: translateY(9px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
	transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
	transform: translateY(-9px) rotate(-45deg);
}

.bar {
	width: 25px;
	height: 4px;
	background-image: -webkit-linear-gradient(90deg, #50ff92, #0068f4, #d90db7);
	transition: 0.3s ease-in-out;
}

.bar:nth-child(2) {
	width: 25px;
	margin: 5px 0;
}

.bar:last-child {
	width: 25px;
}

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #E91E63;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* HOME */

.slider-home {
  	margin: 0 auto;
  	max-width: 100%;

}

.slide_viewer-home {
	height: 960px;
  	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: 68%;
	padding: 33% 0;
	margin: 0 auto;
  	font-family: 'Ubuntu', sans-serif;
 	font-size: 48px;
  	line-height: 64px;
	text-transform: uppercase;
  	color: #fff;
  	text-align: center;
}

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

.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 {
  	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
	color: #fff;
	top: 900px;
}

.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: -520px;
}

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

.next_btn-home {
  	font-size: 60px;
  	font-weight: bold;
 	right: 200px;
  	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;
}

@media only screen and (max-width: 767px) {
	
  .previous_btn-home {
    left: 50px;
  }
  .next_btn-home {
    right: 50px;
  }
}

/* END HOME */

/* SOBRE */

#about{
    background-image: url(../img/about-us-img.jpg);
	background-size: cover;
    padding: 160px 0 ;
}

#about .section-title-header p {
  font-family: 'Roboto', sans-serif;
  color: #0f062c;
  text-align: left;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

/* END SOBRE*/

/*MENSAGEM*/

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

#msg .section-title-header h1 {
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 42px;
  line-height: 60px;
}

/* END MENSAGEM*/

.col-10{
	text-align: center;
	margin: 0 auto;
	flex: 80%;
	max-width: 80%;
}

/* SOLUÇÕES*/

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

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

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

#solucoes .gallery-box .overlay-box {
	border-radius: 45px;
	width: 100%;
	height: 240px;
  	padding: 10% 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: 42px;
}


#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%;
}

#solucoes .gallery-box .overlay-box spam:hover{
	background: #00fbfe;
	color:#0f062c;
	background-image: none;
}

/* END SOLUÇÕES */

/* MODAL SOLUÇÕES */

.modalDialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 988;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 100%;
	height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 10% 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: 20%;
	color: #fff;
	padding: 0.7% 1%;
	opacity: 1;
	border-radius: 25px;
	margin-top: 100px;
	z-index: 99999;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}

.close:focus, .close:hover{
	background: #00fbfe;
	color:#0f062c;
	opacity: 1;
}

.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-bottom: 10px;
	background-image: linear-gradient(0deg, #50ff92, #0068f4, #d90db7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

/* MODAL SOLUÇÕES */

/* CASES */

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

#cases .section-title-header .section-title{
  	font-family: 'Ubuntu',sans-serif;
  	font-size: 60px;
	color: #fff;
}

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

#cases .video img {
	width: 100%;
	margin: 0 40px;
}

#cases .intro-title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	margin: 35px 0 15px 0;
	color: #fff;
}

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

/* 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: 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: absolute;
	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: -400px;
}

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

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

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

.previous_btn:hover, .next_btn:hover {
	color: #0f062c !important;
}

/* END SLIDER CASES */

.col-8{
	text-align: center;
 	margin: 0 auto;
 	flex: 75%;
 	max-width: 75%;
}

/* CLIENTES */

#clientes{
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	background-color: #fff;
}

#clientes .img-fluid {
	width: 220px;
	margin: 35px auto;
}

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

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

/* END CLIENTES */

/* CONTATO */

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

#contato .section-title-header .section-title{
  	font-family: 'Ubuntu',sans-serif;
  	font-size: 60px;
	color: #fff;
	margin-bottom:15px;
	padding: 0;

}

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

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

#contato .lista-contato ul li {
	color: #ffffff;
	margin: 8% 0;
	float: left;
}

#contato .lista-contato ul li img {
	float: left;
}

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

#contato .lista-contato h3:hover {
	color: #0f062c;
}

/* END CONTATO */

/* FORMULÁRIO */

.container-form {
	left: 0%;
	padding: 50px 5px 0 5px;
	margin-left: -15px;
	z-index: 99;
}

.container-form .form-wrapper {
	border-radius: 20px;
	padding: 0 10px 50px 10px;
}

.container-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 16px;
  color: #cccccc;
  background: #fff;
  border: 1px solid transparent;
  padding: 10px 20px;
  border-radius: 20px;
  background-image: none;
  background-clip: padding-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.container-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #3bb1f5;
  box-shadow: none;
  outline: 0;
}

.form-submit .btn-common {
  width: 100%;
}

.list-unstyled li {
  margin-top: 10px;
  color: #ffffff !important;
}

.text-danger {
  margin-top: 20px;
  font-size: 21px;
}

/* END FORMULÁRIO */

/* FOOTER */

.footer-area {
	background: #fff;
	width: 100%;
}

.footer-area p {
	font-family: 'roboto', sans-serif;
	font-size: 14px;
	color: #0f062c;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0 auto;
	text-align: center;
}