/* =================================== */
/*	Basic Style 
/* =================================== */
body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-size: 16px;
  color: #818181;
}

figure,
p,
address {
  margin: 0;
}

iframe {
  border: 0;
}

a {
  color: #0aa6bd;
  transition: all 0.3s ease-out 0s;
}

a,
a:hover,
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  color: #252525;
}

p {
  font-size: 15px;
}

main>section {
  padding: 70px 0;
}

.btn {
  border-radius: 0;
  border: 0;
  position: relative;
  text-transform: uppercase;
}

.btn-blue {
  background-color: rgba(10, 166, 189, 0.75);
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  padding: 15px 55px;
  color: #fff;
}

.btn-border {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 35px;
}

.bg-blue {
  background-color: #0aa6bd;
}

/* Sweep To Right */
.btn-effect {
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  display: inline-block;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition-property: color;
  transition-duration: 0.3s;
  -moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active {
  color: rgb(9, 157, 178);
}

.btn-effect:hover:before,
.btn-effect:focus:before,
.btn-effect:active:before {
  transform: scaleX(1);
}

.section-title {
  margin-bottom: 80px;
}

.section-title.white {
  color: #fff;
}

.title-white {
  font-size: 2.5rem !important;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: .5rem;
}

.section-title h2 {
  color: #0aa6bd;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.section-title p {
  color: #444;
  font-style: italic;
  font-size: 13px;
}

.section-title.white p {
  color: #fff;
}

.section-title.white h2 {
  color: #fff;
}

.section-title h2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 72px;
  margin-left: -36px;
  background: #636363;
  content: "";
}

.section-title.white h2:after {
  background: #fff;
}

.parallax {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}


/**
/*	Preloader
/* ==========================================*/
#preloader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/*Battery*/
.loder-box {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 1px;
  height: 100px;
  left: 50%;
  margin-left: -64px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}

.battery {
  width: 60px;
  height: 25px;
  top: 35%;
  border: 1px #2e2e2e solid;
  border-radius: 2px;
  position: relative;
  animation: charge 5s linear infinite;
  margin: 0 auto;
}

.battery:after {
  background-color: #2e2e2e;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 3px;
}

@keyframes charge {
  0% {
    box-shadow: inset 0px 0px 0px #2e2e2e;
  }

  100% {
    box-shadow: inset 60px 0px 0px #2e2e2e;
  }
}

/**
/*	Header
/* ==========================================*/
#navigation {
  transition: all 0.8s ease 0s;
  background-color: rgba(0, 0, 0, 0.77);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  padding: 5px 0;
}

#navigation.animated-header {
  padding: 20px 0;
}

.nav-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.nav-item {
  position: relative;
  margin: 0 10px;
}

.nav-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0aa6bd;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-item:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

/*=================================================================
	Home Slider
==================================================================*/
#home-slider {
  position: relative;
  padding: 0;
}

.mask-overly {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.slider-1 {
  background-image: url(../images2/slider/slider-1.jpg);
}

.slider-2 {
  background-image: url(../images2/slider/slider-2.jpg);
}

.slider-3 {
  background-image: url(../images2/slider/slider-3.jpg);
}

.sl-slider-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.sl-slider {
  position: absolute;
  top: 0;
  left: 0;
}

/* Slide wrapper and slides */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sl-slide {
  z-index: 1;
}

.slide-caption {
  color: #fff;
  display: table;
  height: 100%;
  left: 0;
  min-height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60%;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%);
}

.slide-caption .caption-content {
  vertical-align: middle;
  display: table-cell;
}

.caption-content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 25px;
}

.caption-content>p {
  display: block;
  font-size: 16px;
  margin-bottom: 45px;
  text-transform: capitalize;
  margin-bottom: 65px;
  font-weight: 200;
}

/*Slider Arrow Buttons*/
#nav-arrows>a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;
  transition: all 0.3s ease 0s;
}

#nav-arrows>a.sl-prev {
  transform: translateX(-50px);
  opacity: 0;
}

#slider:hover #nav-arrows>a.sl-prev {
  opacity: 1;
  transform: translateX(20px);
}

#nav-arrows>a.sl-next {
  right: 0;
  transform: translateX(50px);
  opacity: 0;
}

#slider:hover #nav-arrows>a.sl-next {
  opacity: 1;
  transform: translateX(-20px);
}

#nav-arrows>a.sl-next:hover,
#nav-arrows>a.sl-prev:hover {
  background-color: #0aa6bd;
  border-color: #0aa6bd;
  color: #fff;
}

/* The duplicate parts/slices */
.sl-content-slice {
  overflow: hidden;
  position: absolute;
  box-sizing: content-box;
  background: #fff;
  backface-visibility: hidden;
  opacity: 1;
}

/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0px 200px 200px 200px;
}

/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
  position: absolute;
}

.sl-content {
  width: 100%;
  height: 100%;
}

/* Project laughtbox setup */
.fancybox-item.fancybox-close {
  background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
}

.fancybox-next span {
  background: url("../images/right.png") no-repeat scroll center center #0aa6bd;
  height: 50px;
  width: 50px;
  right: 0;
}

.fancybox-prev span {
  background: url("../images/left.png") no-repeat scroll center center #0aa6bd;
  height: 50px;
  width: 50px;
  left: 0;
}


/*=================================================================
	Portfolio
==================================================================*/
#solucoes-desenvolvidas,
#fale-conosco {
  background-color: #f1f1f1;
}

.project-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.project-wrapper .row {
  margin: 0;
}

.project-wrapper [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-filter,
.portfolio-filter-new-project {
  font-size: 0;
  list-style: outside none none;
  margin: 0 0 40px;
  padding: 0;
}

.portfolio-filter li,
.portfolio-filter-new-project li {
  display: inline-block;
}

.portfolio-filter li a,
.portfolio-filter-new-project li a {
  color: #777;
  display: block;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
}

.portfolio-filter li a.active,
.portfolio-filter-new-project li a.active {
  color: #0aa6bd;
}

.portfolio-filter li a::after,
.portfolio-filter-new-project li a::after {
  bottom: auto;
  content: "/";
  position: absolute;
  right: 0;
  top: auto;
}

.portfolio-filter li:last-child a::after,
.portfolio-filter-new-project li:last-child a::after {
  content: none;
}

.portfolio-item,
.portfolio-item-new-project {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.portfolio-item img,
.portfolio-item-new-project img {
  transition: all 0.4s ease 0s;
}

.portfolio-item:hover img,
.portfolio-item-new-project:hover img {
  transform: translateY(-105px);
}

figcaption.mask {
  background-color: #f1f1f1;
  bottom: 0;
  color: #333;
  padding: 25px;
  position: absolute;
  width: 100%;
  text-align: left;
  transform: translateY(100%);
  transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask,
.portfolio-item-new-project:hover figcaption.mask {
  transform: translateY(0px);
}

figcaption.mask h3 {
  margin-top: 0;
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease 0.1s;
}

figcaption.mask p {
  line-height: 1.3;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease 0.3s;
}

.portfolio-item:hover figcaption.mask h3,
.portfolio-item:hover figcaption.mask p,
.portfolio-item-new-project:hover figcaption.mask h3,
.portfolio-item-new-project:hover figcaption.mask p {
  opacity: 1;
  transform: translateY(0px);
}

ul.external {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -47px;
  transition: all 0.4s ease 0s;
}

ul.external li {
  display: inline-block;
}

ul.external li a {
  background-color: rgba(255, 255, 255, 0.9);
  color: #818181;
  display: block;
  padding: 10px 18px 13px;
  transition: all 0.5s ease 0s;
}

ul.external li a:hover {
  background-color: #0aa6bd;
  color: #fff;
}

.portfolio-item:hover ul.external,
.portfolio-item-new-project:hover ul.external {
  top: 0;
}

.fancybox-skin {
  border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
  padding: 15px;
}

.fancybox-title h3 {
  margin: 0 0 15px;
}

.fancybox-title p {
  color: #818181;
  font-size: 16px;
  line-height: 22px;
}

.fancybox-title-inside-wrap {
  padding-top: 0;
}


/*=================================================================
	Contact
==================================================================*/
#contact {
  /* background-image: url(../images2/pexels-naboth-otieno.jpg); */
  /* background-image: url(../images2/pexels-lastly.jpg); */
  background-image: url(../images2/pexels-pixabay.jpg);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: 100% 100%;
  padding: 200px 0 120px;
}

#contact .backgroud-image {
  width: auto;
  max-width: 300px;

}

/*============================================================
	Footer
==============================================================*/
#footer {
  padding: 15px 0;
  color: #fff;
}

.footer-img-logo {
  width: 60%;
}

.footer-whats {
  padding-top: 50px;
}

@media (min-width: 980px) {
  .footer-img-fluid-whats {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .footer-img-fluid-whats {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-img-fluid-whats {
    width: 100%;
  }
}

.footer-whats-text {
  display: inline-grid;
  margin-left: -20px;
}

/*============================================================ 
	Responsive Styles
 ============================================================*/
/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 980px) and (max-width: 1150px) {

  /*about*/
  #about .welcome-block img {
    margin-bottom: 30px;
  }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {

  /* home slider  */
  .caption-content h2 {
    font-size: 40px;
  }

  .caption-content p {
    font-size: 25px;
  }

  .caption-content strong {
    font-size: 45px;
  }

  /* about */
  .recent-works {
    margin-bottom: 50px;
  }

  .service-item {
    margin-bottom: 50px;
  }

  /* testimonial */
  .testimonial-item {
    width: 100%;
  }

  .testimonial-item {
    width: 80%;
  }

  .testimonial-item>div:after {
    bottom: -35px;
  }

  /* price */
  .price-table {
    margin-bottom: 50px;
  }

  /* contact form */
  .contact-form {
    margin-bottom: 50px;
  }
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .parallax {
    background-position: centet tip !important;
  }

  .section-title h2 {
    font-size: 25px;
  }

  /*navigation*/
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
  }

  /* slider */
  .caption-content h2 {
    font-size: 18px;
  }

  .caption-content>span {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .caption-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .caption-content strong {
    font-size: 22px;
  }

  /* about */
  .recent-works {
    margin-bottom: 85px;
  }

  #about h3 {
    font-size: 18px;
    margin: 0 0 35px !important;
  }

  #about .owl-buttons {
    margin-top: 20px;
  }

  #about .message-body {
    margin-bottom: 45px;
  }

  #about .welcome-block img {
    margin: 0 25px 15px 0;
  }

  /* service */
  .service-item {
    width: 100%;
  }

  /*portfolio*/
  /* lightbox */
  .fancybox-title h3 {
    font-size: 20px;
  }

  .fancybox-title p {
    font-size: 14px;
  }

  /* testimonial */
  .testimonial-item {
    width: 95%;
  }

  .testimonial-item>div:before,
  .testimonial-item>div:after {
    background-image: none;
  }

  .testimonial-item>div>span {
    margin: 30px 0 20px;
  }

  /* price */
  .price-table {
    margin-bottom: 50px;
  }

  /* follow us */
  .social-button li {
    margin: 0 10px;
  }

  .social-button li a {
    height: 65px;
    line-height: 71px;
    width: 65px;
  }

  /* contact form */
  .contact-form {
    margin-bottom: 50px;
  }

  /* footer */
  .footer-content {
    width: 100%;
  }

  .footer-social ul li {
    margin: 0 7px;
  }
}

.success-ms {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
  margin-bottom: 10px;
}

.error-ms {
  display: none;
  padding: 10px;
  color: #d8000c;
  border-radius: 4px;
  font-size: 13px;
  background-color: #ffbaba;
  margin-bottom: 10px;
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

  /* home slider */
  .caption-content h2 {
    font-size: 35px;
  }

  .caption-content p {
    font-size: 25px;
  }

  .caption-content strong {
    font-size: 35px;
  }

  /*about*/
  #about .welcome-block h3 {
    margin: 0 0 35px;
  }

  /* service */
  .service-item {
    margin: 0 auto 50px;
    width: 55%;
  }

  /* portfolio */
  /* testimonial */
  .testimonial-item {
    width: 80%;
  }

  .testimonial-item>div:before {
    bottom: 160px;
  }

  /* social */
  .social-button li a {
    height: 90px;
    line-height: 96px;
    width: 90px;
  }

  /* price */
  .price-table {
    margin-bottom: 50px;
  }

  /* contact form */
  .contact-form {
    margin-bottom: 50px;
  }

  /* footer */
  .footer-content {
    width: 380px;
  }
}

/*Bottom Footer*/
#footer p {
  color: #6f6f6f;
}

#footer form {
  margin-top: 20px;
}

#footer ul {
  padding-left: 0;
}

#footer ul li {
  list-style: none;
  margin-bottom: 5px;
}

#footer ul li a {
  color: #6f6f6f;
  display: block;
}

#footer ul li a:hover {
  color: rgb(9, 157, 178);
}

#footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 16px;
}

#footer-bottom {
  background: #2a2a2a;
  padding: 20px 0;
}

#footer-bottom p,
#footer-bottom-termo-politica p {
  font-size: 13px;
}

#footer-bottom-termo-politica {
  height: 40px;
  background: #2a2a2a;
  padding-top: 10px;
}

.text-corpo-termos {
  font-size: 16px;
}

.margem-topo-negativa {
  margin-top: -50px;
  /* margin: -1rem -1rem 1rem -1rem; */
}

/*# sourceMappingURL=style.css.map */

/* ********************** */
@media only screen and (max-width: 767px) {
  #footer .row {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  #footer .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-img-logo {
    width: 80%;
    max-width: 200px;
  }

  .footer-whats {
    padding-top: 10px;
  }

  .footer-img-fluid-whats {
    width: 40px;
    height: auto;
    margin-bottom: 0px;
  }

  .footer-whats-text {
    margin-left: 0;
    display: block;
  }

  .footer-whats-text h6,
  .footer-whats-text span,
  .footer-whats-text a {
    font-size: 14px;
    line-height: 1.4;
  }

  #footer-bottom-termo-politica {
    text-align: center;
    padding: 10px;
    height: auto;
  }

  .footer-whats-text-center {
    text-align: center !important;
  }

  .section-title-mb{
    margin-bottom: 0px;

  }
}