/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==================================
  Table of Contents
   ==================================
** Basic
** Intro
** Preloader
** Social List
** Navbar
** Header
** About
** Features
** Quotes
** Portfolio
** Call To Action
** Services
** Counters
** Team
** Skills
** Blog
** Tweets
** Pricing
** Clients
** Contact
** Google map
** Footer
** Another /Buttons, Helper Classes.../
** Buttons
** Animations /On scroll/
** Popup
** Progress Bars
** Collapse
   ================================== */
   
/* ==================================
   Basic
   ================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
  color: inherit;
}
p,
blockquote {
  font-size: 14px;
  line-height: 1.6;
  color: #3d3935;
}
blockquote {
  font-style: italic;
  margin: 0 0 1.25rem 0;
  padding: 0 1.25rem 0 1.875rem;
  border-left: 5px solid #101820;
}
blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 1em;
  text-transform: uppercase;
}
a {
  color: #101820;
  text-decoration: none;
}
a:active,
a:hover {
  color: #ffd300;
  text-decoration: none;
}
a:focus {
  color: #ffd300;
  text-decoration: underline;
  outline: none;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
figure {
  margin: 0;
}
.font-lg{
  font-size: 45px;
}
.nopadding{
  padding: 0px !important;
}
.nomargin{
  margin: 0px !important;
}
.nobg{
  background:none !important;
  background-image: none !important;
}
.font-normal{
  font-weight: 100 !important;
  text-transform: initial !important;
}
.slider {
  margin-left: 0;
  padding: 0;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.section-header {
  margin: 4em 0;
}
.section-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  letter-spacing: 5px;
  margin: 1em;
}
/*
.section-title::before {
  content: attr(data-text);
  position: relative;
  display: table;
  margin: 1.5em auto;
  font-size: 0.625em;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 2px;
}
.section-title::after {
  content: "";
  display: table;
  margin: 1.5em auto;
  width: 2em;
  height: 1px;
  background-color: #101820;
}
*/
.small-title {
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 1.125em;
}
/*
.small-title::before {
  content: attr(data-text);
  position: relative;
  display: block;
  margin: 0.5rem 0;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: normal;
  color: #7597ba;
}
.small-title::after {
  content: "";
  display: block;
  margin: 1.625em 0;
  width: 2em;
  height: 1px;
  background-color: #101820;
}
*/
.small-title.centered {
  text-align: center;
}
.small-title.centered::after {
  margin: 1.625em auto;
}
.icon {
  font-size: 1.875em;
  line-height: 1;
  display: inline-block;
  color: inherit;
}
.page404 {
  font-size: 6em;
  font-weight: bold;
}
/* ==================================
   Intro
   ================================== */
.intro-header{
  padding: 100px 0;
  text-align: center;
}
.intro-header h1{
  font-size: 60px;
  color: #555;
}
.intro-header p{
  font-size: 20px;
  color: #555;
  line-height: 30px;
  margin-top: 40px;
}
.intro-section{
  background:#E1DDDD;
  padding: 40px 0;
}
.intro-item{
  margin-bottom: 30px;
}
.intro-item a{
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
}
.intro-item img{
  border-radius: 3px;
}
.intro-item a:hover{
  box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
}
/* ==================================
   Preloader
   ================================== */
.preloader{
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999999;
  top: 0;
}
.preloader10 {
    display: inline-block;
    height: 20px;
    left: 50%;
    margin-left: -20px;
    margin-top: -10px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 40px;
}
.preloader10 span {
   position:absolute;
   display:inline-block;
   width:20px;
   height:20px;
   border-radius:100%;
   background:#ffd300;
   -webkit-animation:preloader10 0.7s linear infinite alternate;
   animation:preloader10 0.7s linear infinite alternate;
}
.preloader10 span:last-child {
   animation-delay:-0.7s;
   -webkit-animation-delay:-0.7s;
   margin-left:20px;
   background:#0096ff;
}
@keyframes preloader10 {
   0% {transform: scale(0, 0);}
   100% {transform: scale(1, 1);}
}
@-webkit-keyframes preloader10 {
   0% {-webkit-transform: scale(0, 0);}
   100% {-webkit-transform: scale(1, 1);}
}
/* ==================================
   Social List
   ================================== */
.social-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.social-list li {
  display: inline-block;
  margin-left: 0.5em;
}
.social-list li:first-child {
  margin-left: 0;
}
.social-list a {
  /*width: 1.125em;*/
  height: 2em;
  font-size: 1em;
  line-height: 2em;
  border-radius: 1em;
  color: inherit;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.share {
  margin-bottom: 3em;
  text-align: center;
}

.banner-principal {
	background-color: #111111;
	padding: 0px;
	top: 153px;
}

.banner-mobile{ display:none!important;}
.banner-desktop{ display:block!important;}
@media only screen and (max-width: 767px) {
	.banner-mobile{ display:block!important;}
	.banner-desktop{ display:none!important;}
}
.owl-carousel-banner .owl-controls{bottom:-2px;}

.owl-carousel-banner{position:relative}
.owl-carousel-banner .owl-controls{position: initial;}
.owl-carousel-banner .owl-nav{margin-top:0!important;}
.owl-carousel-banner .owl-prev,.owl-carousel-banner .owl-next{background-color:transparent!important; margin:0!important; padding:0!important;}
.owl-carousel-banner .owl-prev{ position: absolute; left:5px; top:50%;     margin-top: -25px!important; z-index:99999;display: block !important;}
.owl-carousel-banner .owl-next{ position: absolute; right:5px; top:50%;     margin-top: -25px!important; z-index:99999;display: block !important;}
.owl-carousel-banner .item{ background-color:transparent;}
.owl-carousel-banner .owl-dots{bottom: 0; position: absolute; width: 100%;}

/* ==================================
   Navbar
   ================================== */


.menu-o-shopping:hover #megamenu-o-shopping-seta {
	display: block !important;
}
.menu-o-shopping:hover #mega-menu-o-shopping {
	display: block;
}
.menu-search:hover #mega-menu-search {
	display: block;
}
#busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
#busca::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
#busca:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
#busca:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
/* Cinema */
.small-dialog {
	background: white;
    padding: 20px 30px;
    text-align: left;
    /*max-width: 400px;*/
    margin: 0px auto;
    position: relative;
}

.mfp-content {
	background: #fff !important;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.itens-submenu-li {
	list-style: none;
	padding: 6px 0px !important;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
}
.itens-submenu {
	font-size: 13px;
	color: #fff !important;
}

.right {
float: right;
}

.top-bar-section {
    margin: 0;
    padding: 0;
	list-style: none;
}
.top-bar-section li {
    float: left;
    border-left: #E2E6E7;
    display: block;
    line-height: 43px;
    padding: 0 13px
}
.top-bar-section li:last-child {
    border-right: #E2E6E7
}
.top-bar-section li .fa {
    font-size: 14px;
    position: relative;
    top: 1px
}
.affix .top-bar-section li {
    display: block;
    line-height: 32px;
    padding: 0 13px
}
.top-bar-section li a {
    display: block;
    text-align: center;
    color: #999
}
.top-bar-section li a:hover {
    color: #323336
}
.top-bar.top-bar-black {
    background: #9e9e9e;
}
.top-bar.top-bar-black a {
    color: rgba(255, 255, 255, .7)
}
.top-bar.top-bar-black a:hover {
    color: rgba(255, 255, 255, 1)
}
.owl-controls{position: absolute; width: 100%;top: 50%;}

.divSepB1{ width:100%; height:10px; background:#2fc9a9; border-bottom:2px solid #f8f8f8;}
.divSepB2{ width:100%; height:2px; background:#2fc9a9;}
@media only screen and (max-width: 767px) {
	.banner-principal {
		top: 0px !important;
	}
	.feature {
		padding: 20em 12% 0.5em 12% !important;
	}
	.feature-alimentacao {
	  padding: 16em 12% 0.5em 12% !important;
	}
	.only-responsive {
		display: initial !important;
	}
	.responsive-display-none {
		display: none !important;
	}
    .top-bar {
        min-height: 0;
        letter-spacing: 0
    }
    .top-bar-section {
        float: none!important;
        padding: 5px 0;
        text-align: center
    }
    .top-bar-section li,
    .top-bar-section li:last-child {
        float: none;
        border: none;
        display: inline-block
    }
    .top-bar-section li a {
        display: inline-block;
        min-width: 0;
        height: auto;
        line-height: 1;
        padding: 0 5px
    }
    .top-bar.dark .top-links li a:hover,
    .top-links li a:hover {
        background: 0 0
    }
    .header-mag .top-bar {
        font-size: 11px
    }
    .header-mag .top-bar-section {
        padding: 0
    }
    .header-mag .top-bar-section li {
        line-height: 38px;
        padding: 0 7px
    }
    .top-bar-section li {
        padding: 0 10px
    }
}

@media only screen and (min-width: 991px) {
  .is-transparent {
    background-color: transparent;
    border-color: transparent;
    padding: 1em;
    z-index: 999;
  }
  .is-transparent .navbar-brand {
    color: #ffffff;
  }
  .is-transparent .navbar-brand:hover {
    color: #fed141;
  }
  .is-transparent .navbar-nav > li > a {
    color: #ffffff;
    opacity: 0.7;
  }
  .is-transparent .navbar-nav > li > a:hover,
  .is-transparent .navbar-nav > li > a:focus {
    color: #ffffff;
    opacity: 1;
  }
  .is-transparent .dropdown-menu > li > a {
    color: #838379;
    opacity: 0.7;
  }
  .is-transparent .dropdown-menu > li > a:hover {
    color: #838379;
    opacity: 1;
  }
  .has-dropdown {
    position: relative;
  }
  .navbar-right .has-dropdown > .dropdown-menu {
    right: 100%;
    top: -25%;
  }

.is-blue .navbar-nav > li > a:hover,
.is-blue .navbar-nav > li > a:focus {
    color: #0096ff;
    opacity: 1;
  }
  .is-blue .dropdown-menu > li > a {
    color: #0096ff;
    opacity: 0.7;
  }
  .is-blue .dropdown-menu > li > a:hover {
    color: #0096ff;
    opacity: 1;
}
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.has-dropdown:hover > .dropdown-menu {
  display: block;
}
/* ==================================
   Header                   
   ================================== */
.header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -ms-flex-flow: column wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*height: 40%;
  min-height: 40vh;
  padding: 2em;
  text-align: center;*/
  color: #ffffff;
  background: url(../images/marca-d-agua-background-o-shopping.png) no-repeat scroll center center #c8c9c7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65%;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /*background-color: #3d3935;
  opacity: 0.3;*/
}
.header .button {
  margin-bottom: 0;
}
.hero {
  height: 100%;
  min-height: 100vh;
  background: url(../images/backgrounds/slider-1.jpg) no-repeat scroll center center #c8c9c7;
  background-size: cover;
}
.banner {
  z-index: 2;
}
.banner h1{
  font-size: 60px;
  font-weight: bold;
}
.banner p {
  color: inherit;
  font-size: 18px;
}
.banner .btn {
  margin-top: 1em;
}
.scroll-down {
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  margin: auto;
  display: block;
  width: 2em;
  height: 2em;
}
.scroll-down:hover {
  -webkit-animation: simAnim 1s infinite;
  animation: simAnim 1s infinite;
}
@-webkit-keyframes simAnim {
  from {
    bottom: 1em;
  }
  to {
    bottom: 0;
  }
}
@keyframes simAnim {
  from {
    bottom: 1em;
  }
  to {
    bottom: 0;
  }
}
@media only screen and (max-width: 40em) {
  .header {
    /*min-height: 75%;*/
    /*height: auto;*/
	margin-top: 50px !important;
  }
  .header .font-title-responsive {
	  font-size: 20px !important;
  }
  .hero {
    min-height: 100%;
  }
}
.hrclearfix {
	border: 0 !important; clear: both; float: none; width: 1px; height: 1px; padding: 0 !important; margin: 0 !important;
}
/* ==================================
   Sliders
   ================================== */
.revolution-home{
  position: relative;
  margin:0px;
  padding: 0px;
  z-index: 99;
}
/* ==================================
   About
   ================================== */
.about {
  width: 100%;
  height: auto;
  padding: 0em 0 0;
  text-align: center;
  background: none no-repeat scroll center center #ffffff;
}
.mockup {
  overflow: hidden;
}
.mockup img {
  margin-top: -4em;
  /*only demo*/
}
.about .section-header p{
  font-size: 18px;
}

/* ==================================
   Serviços
   ================================== */
.servicos {
  width: 100%;
  height: auto;
  padding: 1em 0 0;
  text-align: center;
  background: none no-repeat scroll center center #ffffff;
}
.servicos .section-header p{
  font-size: 18px;
}

/* ==================================
   Features                   
   ================================== */
.features {
  width: 100%;
  height: auto;
  padding: 0em 0;
  text-align: center;
  /*border-top: 1px solid #f5f4f1;*/
  background: none no-repeat scroll center center #ffffff;
}
.feature-box {
	padding: 0px 1px;
	border: 1px solid silver;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 50px;
}
.feature-plus-button {
    margin-bottom: -10px;
}
.feature {
  padding: 16em 12% 0.5em 12%;
  text-align: center;
}
.feature-alimentacao {
  padding: 12em 12% 0.5em 12%;
  text-align: center;
}
.feature .fa,
.feature .linea {
  font-size: 1.875em;
  color: #838379;
}

/* ==================================
   Redes Sociais
   ================================== */
.secao-destaques-rs {
	font-size: 25px;
	text-align: center;
}
.secao-destaques-rs-texto {
	font-size: 14px;
}

/* ==================================
   Rodapé
   ================================== */
.secao-title-rodape {
	font-size: 20px;
	color: #fff;
}
.secao-text-rodape {
	font-size: 15px;
	color: #fff;
}

/* ==================================
   Quotes
   ================================== */
.quotes {
  position: relative;
  padding: 7em 0;
  text-align: center;
  color: #ffffff;
  background: url(../images/backgrounds/parallax-1.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.quotes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #3d3935;
  opacity: 0.3;
}
.quote-list {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.quote-list li {
  display: inline-block;
}
.quote {
  margin: 0;
  padding: 1em;
  border-left: none;
  color: inherit;
}
.quote cite {
  display: block;
  font-size: 14px;
}
/* ==================================
   Portfolio                  
   ================================== */
.portfolio-home{
  background-image: url(../images/backgrounds/portfolio-1.jpg);
  padding: 60px 0;
  position: relative;
  margin-bottom: 40px;
}
.portfolio-title h1{
  color: white;
  font-weight: bold;
  text-align: center;
}
.portfolio-title p{
  color: white;
  text-align: center;
}

.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
}
.list-inline li {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
}
.list-inline li a {
  color: #111;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  padding: 1rem 2rem;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}
.list-inline li a h5 {
  line-height: 1rem;
  font-weight: 100;
  margin: 0;
}
.list-inline li a.active, .list-inline li a:hover {
  background-color: #ffd300;
  color: #555;
}

.portfolio-filters {
  text-align: center;
  margin: 4rem 0 3rem;
}

.portfolio-item {
  float: left;
  width: 25%;
  position: relative;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-item .portfolio-image > img {
  width: 100%;
  height: auto;
  display: block;
}
.portfolio-item .project-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.9);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-item .project-overlay .project-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -15px;
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.portfolio-item .project-overlay .project-info .project-name {
  text-transform: uppercase;
  margin: 0 0 .5rem;
}
.portfolio-item .project-overlay .project-info a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 50px;
  color: #fff;
  font-weight: 100;
  display: block;
  text-transform: none;
}
.portfolio-item:hover .project-overlay {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.portfolio-item:hover .project-overlay .project-info {
  opacity: 1;
}
.portfolio {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2em 0 4em;
  text-align: center;
}
.isotope {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* clear fix */
.isotope::after {
  content: '';
  display: block;
  clear: both;
}
.item {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  background-color: rgba(244, 243, 243, 0.2);
  margin-bottom: 0;
}
.video-icon {
    display: block;
    font-size: 80px;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.video-icon .fa{
  line-height: normal;
}
.item {
  width:100%;
}
.load-more{
  margin-top: 40px;
}


.item-figure {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #B2B2B2;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.item-figure img {
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.item-figure p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.item-figure:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.item-figure:hover .overlay:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.item-figure:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.overlay > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.filter {
  display: table;
  margin: 0 auto 3em;
  padding: 0;
  list-style: none;
}
.filter li {
  display: inline-block;
  margin-right: 0.5em;
}
.filter li:last-child {
  margin-right: 0;
}
.btn.load-more {
  display: inline-block;
  margin-top: 3em;
}
/* ==================================
   Call To Action
   ================================== */
.call-to {
  position: relative;
  padding: 6em 0;
  text-align: center;
  color: #ffffff;
  background: url(../images/backgrounds/parallax-2.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.call-to::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #3d3935;
  opacity: 0.4;
}
.call-to .button {
  margin-top: 4em;
}
.action {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.action > h5 {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  .action {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .portfolio-item{
    width: 100%;
  }
}
/* ==================================
   Services                   
   ================================== */
.services {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2em 0 4em;
  text-align: center;
}
.service-list {
  margin: 2em 0;
}
.service {
  padding: 1.5em;
  margin: 0.9375em 0.25em;
  color: #101820;
  background: none repeat scroll center center #FFD300;
}
.service.blue-bg{
  background:#0096ff;
}
.service.blue-bg h5, .service.blue-bg p{
  color: #ffffff;
}
.service .fa,
.service .linea {
  font-size: 2em;
  color: #d6d2c4;
  color: #a29979;
}
.service h5 {
  margin: 1.875em 0;
}
.service:hover .fa,
.service:hover .icon {
  opacity: 0.6;
  color: #ffffff;
  -webkit-transform: translateY(20px) scale(4);
  -moz-transform: translateY(20px) scale(4);
  -ms-transform: translateY(20px) scale(4);
  transform: translateY(20px) scale(4);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
/* ==================================
   Counters                   
   ================================== */
.counters {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8em 0;
  text-align: center;
  color: #ffffff;
  background: url(../images/backgrounds/parallax-4.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.counters::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #3d3935;
  opacity: 0.4;
}
.numbers {
  color: inherit;
  text-align: center;
}
.number {
  display: block;
  min-height: 1em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.number-info {
  display: block;
  font-size: 0.8em;
  line-height: 2;
  margin-top: 0.875em;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  #counters {
    background-size: cover;
    height: auto;
    min-height: 100%;
  }
  .counters {
    position: relative;
    z-index: 999;
    padding: 4em;
  }
}

/* ==================================
   Skills                   
   ================================== */
.skills {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8em 0;
  text-align: center;
  color: #ffffff;
  background: url(../images/backgrounds/parallax-3.jpg) no-repeat scroll center center #101820;
  background-size: cover;
}
.skills::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #3d3935;
  opacity: 0.4;
}
.chart {
  position: relative;
  text-align: center;
  height: 110px;
  max-height: 110px;
  margin: 3em 0;
}
.chart .percent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1em;
  color: inherit;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}

/* ==================================
   Contact
   ================================== */
.contact {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2em 0 4em;
  text-align: center;
}
.address {
  text-align: left;
  margin-bottom: 3em;
}
.address .fa,
.address .icon {
  display: block;
  float: left;
  width: 2em;
  height: 2em;
  font-size: 1.625em;
  text-align: center;
  margin-bottom: 0.375em;
}
.form-detached {
  margin-bottom: 2em;
}
.contact-form {
  text-align: center;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d9d9d6;
  border-radius: 1px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #838379;
  outline: 0px none;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 3px rgba(217, 217, 214, 0.3);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 3px rgba(217, 217, 214, 0.3);
}
/* ==================================
   Google map
   ================================== */
.map {
  position: relative;
  width: 100%;
  height: 8em;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#my-map {
  width: 100%;
  height: 375px;
  margin-top:20px;
  margin-bottom:67px;
}
.show-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.25em 0;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 39, 33, 0.8);
  z-index: 2;
  cursor: pointer;
}
.show-map span,
.show-map i {
  display: block;
  color: #ffffff;
}
.opened {
  height: 40em;
}
.opened .show-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: table;
  text-align: center;
  z-index: 2;
}
/* ==================================
   Footer
   ================================== */
.footer {
  position: relative;
  width: 100%;
  height: auto;
}
.footer h6 {
  margin: 1.5em 0;
}
.footer h6 a {
  position: relative;
  display: table;
  padding: 0;
  margin: auto;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 40.063em) {
  .footer.fixed-bottom {
    position: fixed;
    z-index: -99;
  }
  .footer.fixed-bottom h6 {
    margin-top: 0;
  }
}
/* ==================================
   Another /Buttons, Helper Classes.../ 
   ================================== */
/* ==================================
   Buttons
   ================================== */
.btn {
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #101820;
  text-decoration: none;
}
.btn-default {
  color: #101820;
  background-color: #ffffff;
  border-color: #c8c9c7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #101820;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #c8c9c7;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #101820;
}
.btn-border {
    color: #ffffff;
    border-color: #ffffff;
    border-width: 2px;
    padding: 10px 36px;
    font-size: 18px;
    border-radius: 40px;
}
.btn-border:hover,
.btn-border:focus,
.btn-border.focus,
.btn-border:active,
.btn-border.active{
  background:#ffffff;
  color: #000;
}
.btn-primary {
  color: #ffffff;
  background-color: #0096ff;
  border-color: #0096ff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0096ff;
  border-color: #0096ff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6787b7;
  border-color: #5679af;
}
.btn-primary .badge {
  color: #0096ff;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #789d4a;
  border-color: #6b8c42;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5e7a3a;
  border-color: #4b622e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #789d4a;
  border-color: #6b8c42;
}
.btn-success .badge {
  color: #789d4a;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #7ba4db;
  border-color: #6796d6;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #5388d0;
  border-color: #3775c8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #7ba4db;
  border-color: #6796d6;
}
.btn-info .badge {
  color: #7ba4db;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffd300;
  border-color: #ffd300;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  opacity: 0.9;
  color: #ffffff;
  background-color: #ffd300;
  border-color: #ffd300;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eca154;
  border-color: #e9943d;
}
.btn-warning .badge {
  color: #eca154;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #c26e60;
  border-color: #bb5d4e;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ad5142;
  border-color: #934538;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c26e60;
  border-color: #bb5d4e;
}
.btn-danger .badge {
  color: #c26e60;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #6a8fb4;
  text-decoration: none;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.label-default {
  background-color: #6a8fb4;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #4e769d;
}
.label-primary {
  background-color: #6787b7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4c6d9f;
}
.label-success {
  background-color: #789d4a;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5e7a3a;
}
.label-info {
  background-color: #7ba4db;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #5388d0;
}
.label-warning {
  background-color: #eca154;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e78826;
}
.label-danger {
  background-color: #c26e60;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ad5142;
}
/* ==================================
   Animations /On scroll/
   ================================== */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.delay-01 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.animated.delay-02 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-03 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-04 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-05 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-06 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
/* ==================================
   Create delay as follows:
.animated.delay-[time] {
    -webkit-animation-delay: [time]s;
       -moz-animation-delay: [time]s;
        -ms-animation-delay: [time]s;
            animation-delay: [time]s;
}
================================== */
/* ==================================
   Popup
   ================================== */
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 0;
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
}
.mfp-content {
  width: 100%;
  background: none no-repeat scroll center center #e2ddd4;
  margin: 0 auto;
  padding: 0;
}
.popup-nav {
  background: #ffffff;
  border: 1px solid #c8c9c7;
}
.controls {
  list-style: none;
  margin: 0;
  padding: 2em 0;
}
.controls li {
  display: inline-block;
}
.controls li:last-child {
  float: right;
}
.controls a {
  width: 2.25em;
  height: 2.25em;
  font-size: 1em;
  line-height: 2.25em;
  display: inline-block;
  text-align: center;
  color: #c8c9c7;
  border: 1px solid #c8c9c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.controls a:hover {
  color: #2f302e;
}
.popup-wrap {
  margin: 5em 0;
}
.popup-slider {
  list-style: none;
  margin: 0;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.popup-slider.slick-slider {
  margin: 0;
  padding: 0;
}
.project-wrap {
  padding: 1.875em;
  background: #ffffff;
}
.project-wrap .btn {
  margin-top: 1.2em;
}
/* ==================================
   Progress Bars
   ================================== */
.progress {
  margin-bottom: 20px;
  background-color: #d9d9d6;
  border-radius: 0px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.skill {
  width: 0;
  -webkit-transition: width 2s ease-in;
  -moz-transition: width 2s ease-in;
  -o-transition: width 2s ease-in;
  transition: width 2s ease-in;
}
/* ==================================
   Collapse
   ================================== */
.panel-group .panel {
  margin-bottom: 0px;
  border-radius: 1px;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #ffffff;
  border-color: #DDD;
}

.espacoTitPag1{margin-bottom:35px;}
.mgBoTC{margin-bottom:70px;}

.containerTopo{width: 95%;margin: 0 auto;}



@media (max-width:767px){
	.mrMob{ margin-bottom:10px;}
}
.contEstilo1{padding:45px 0 38px 0; position:relative;}
.contEstilo2{background:#2fc9a9; padding:35px 0;}
.contEstiloPgBt{padding-bottom:0; position:relative;}
.contEstiloPgTp{padding-top:43px; position:relative;}

.divFechar1{position:relative; float:right; cursor:pointer;font-size: 14px;text-transform: none;font-weight: 400;color:#3a230e/*#4a64a6*/;}
.iconFechar1{color:#3a230e;font-size:40px;float:left; position:relative;}
.escFBtn{ position:relative; float:left;margin-top: 20px;margin-left: 6px;}

.smLk{color:inherit!important;}
.smLk:hover{color:inherit!important;}
.smLk:active{color:inherit!important;}


.smLk2:hover{color:#fff!important;}
.smLk2:active{color:#fff!important;}


.tituloSection{font-size:38px;color:#3a230e/*#4a64a6*/;font-weight:600;}
.subTit1{font-size:17px;color:#2bb699;}
.imgIcon{position: relative;top: -9px;}
.iconCircTit{font-size: 10px!important;}

.altMnr1{line-height: 3px; margin-bottom:60px;}

.hr2{ border:2px solid #e4e4e4!important; width:92%!important; margin:35px auto 0!important;}
.hr3{ border:2px solid #e4e4e4!important; width:100!important; margin:35px auto 35px!important;}

.textJ{text-align:justify;}
.titPag1{font-size:45px;color:#3a230e/*#4a64a6*/; position:relative;    font-weight: 600;}
.subTit1{color:#717171;font-size:20px;}
.subTitPag1{font-size:18px; font-weight:300;}

.espTitHm{margin-bottom:30px;}
@media (max-width:1305px){
	.navbar-brand{width:110px;}
	.navbar-nav>li>a {padding-top: 24px;}
	.iconTop1 {padding-top:12px!important;}
	.linhaDivisaoTopo {height: 36px; margin-top:14px;}
}
@media (max-width:1305px){
	.navbar-default .navbar-nav > li > a {font-size:11px;}
	.iconTop1 img{width:25px;}
	.iconTop1{padding-top: 21px!important;}
}
@media (max-width:1305px){
.nav > li > a {padding-left: 5px;padding-right: 5px;}
}
@media (max-width:1000px){
	.titPag1{font-size:26px;}
}
@media (min-width:768px) and (max-width:895px){
	.linhaDivisaoTopo,.iconTop1{ display:none!important;}
}
@media (max-width:767px){
	.linhaDivisaoTopo{display:none!important;}
	.iconTop1{ float:left;}
	.navbar-brand { width:auto; padding-top:11px !important;}
	.containerTopo{ width:100%;}
	.altMnr1 {line-height: normal;}
	.navbar-nav>li>a {
		padding-top: 5px;
    	padding-bottom: 7px;
    	margin-top: 10px;
	}
	.navbar-nav {
		margin: 0 -15px;
	}
}

.mrtpg{width:100%; clear:both; margin-top:50px;}

/*Cinema*/
.imgCinema{width:100%;}
.owl-carousel-cinema{position:relative}
.owl-carousel-cinema .owl-controls{ position:absolute; top:40%;}
.owl-carousel-cinema .owl-nav{margin-top:0!important;}
.owl-carousel-cinema .owl-prev,.owl-carousel-cinema .owl-next{background-color:transparent!important; margin:0!important; padding:0!important;}
.owl-carousel-cinema .owl-prev{ position: absolute; left:-60px; top:-22%; z-index:99999;display: block !important;}
.owl-carousel-cinema .owl-next{ position: absolute; right:-60px; top:-22%; z-index:99999;display: block !important;}
.conjNmFl{color:#464646;}
.divNmFil{font-size:14px; font-weight:700; margin-top:10px;}
.divClFil{font-size:13px; margin-top:0px;}
.lnIconCin{display:none;}
.divFecharCn{position:relative; float:right; cursor:pointer;font-size: 14px;text-transform: none;font-weight: 400;color:#3a230e/*#4a64a6*/;}
#divCarouselCinema{ margin-bottom:50px;}
.btnValor{float:right;margin-top: 18px;}
.titVal{ font-size:18px; font-weight:600; color:#3a230e/*#4a64a6*/;}
.titValTip{ font-size:36px; font-weight:700; color:#3a230e/*#4a64a6*/; text-align:center;}
.semanVal{font-size:13px; font-weight:600; color:#5a5a5a;}
.divValor{ text-align:center;}
.sibVal{font-size:15px; font-weight:700; color:#3a230e/*#4a64a6*/;}
.numVal{font-size:28px; font-weight:700; color:#3a230e/*#4a64a6*/;}
.sepValCm{border-bottom: 1px solid #d1d1d1;padding-bottom: 8px;margin-bottom: 8px;}
.tdCm1{ width:20%;}
.fontCqCm{font-weight:700;color:#3a230e/*#4a64a6*/;}
.obsDvCM{ margin-top:10px; font-size:12px;}
.divCarouselCinemaIdx{width:100%; position:relative;}
@media (max-width:767px){
	.divFecharCn{float:left; margin-left:15px!important; margin-bottom:15px!important;}
	.owl-carousel-cinema .owl-controls { position:relative; bottom:0;}
	.owl-carousel-cinema .owl-prev{left:0;}
	.owl-carousel-cinema .owl-next{right:0;}
	.conjNmFl{ margin-bottom:20px;}
	.hr2 {margin-top:75px!important;}
	.lnIconCin{display:block;}
	.espIconClFil { margin-left:0!important; margin-top:20px;}
	.owl-carousel-cinema .owl-controls{height:60px;}
}
/*Fim Cinema*/

/*Loja e gastronomia*/
.inputB1{background-color:#f8f8f8; border:1px solid #3a230e/*#677cb4*/; width:100%; padding:7px 5px; font-size:15px!important;}
.iconLup1{font-size:23px!important; color:#3a230e/*#4a64a6*/;margin-left: -8px;    margin-top: 5px;}
.selectBl{background-color:#f8f8f8; border:1px solid #3a230e/*#677cb4*/; color:#3a230e; width:100%; padding:7px 5px; font-size:15px!important;}
.divLjIx{ margin-bottom:28px;}
.imgLjIx{width:100%; max-width:100%;}
.imgAncL{width:100%; max-width:100%;}
.imgLojaInter{width:100%;}
@media (min-width:2071px){
	.inputBuscaLoja1{width:88%!important;}
}
@media (min-width:1657px){
	.inputBuscaLoja1{width: 90%!important;}
}
/*Fim loja e gastronomia*/


/*Rodapé*/
.footer{ border-bottom:8px solid #3a230e/*#2f416e*/;}
.conjRodape{font-size:14px;color:#717171; margin:10px 0 10px 0; height:258px; border-right:1px solid #e8e6e6; padding-top:17px;}
.conjRodapeBor{border-right:0;}
.titRod{font-weight:700;color:#29b699;font-size:18px;}
.conjFormCad{ margin-bottom:15px;}
.linhaDivRd{position:relative; width:100%; height:8px; background:#f8f8f8; border-bottom:4px solid #2fc9a9; position:relative;}
.input1{ width:100%; border:1px solid #27a087/*#7684a6*/; background:transparent; padding:5px 5px;}
.btnCad1{ background:#3a230e; border:0; color:#fff; padding:6px 20px;font-weight: 700;
}
.divInpCad1{ margin-top:7px;}
.descRodEm{white-space: nowrap;margin-bottom: 15px;}
.btnVLoSh{ background:#2fc9a9; color:#004689 !important; font-weight:700; padding: 8px 14px;}
@media (max-width:767px){
	.conjRodape {     height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e6e6;}
}
/*Fim Rodapé*/


/*Shopping*/
.divTextSbOsh{height:346px; overflow:auto;}
.ContainerShopping {
  position: absolute;
  top: 50px; left: 100px;
  width: 90%;
  height: 200px;
  background: #FFF url(../jsScrollbar/container_background.gif) no-repeat;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 100%;
  height: 200px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}
#Scrollbar-Container {
  position: absolute;
  top: 40px; left: 60px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}

.ContainerShopping2 {
  position: absolute;
  top: 50px; left: 100px;
  width: 90%;
  height: 200px;
  background: #FFF url(../jsScrollbar/container_background.gif) no-repeat;
}
#Scroller-2 { 
  position: absolute; 
  overflow: hidden;
  width: 100%;
  height: 200px;
}
#Scroller-2 p {
  margin: 0; padding: 10px 20px;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}
#Scrollbar-Container2 {
  position: absolute;
  top: 40px; left: 60px;
}

.Scroller-Container2 {
  position: absolute;
  top: 0px; left: 0px;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 20px; height: 161px;
  position: absolute;
  top: 36px; left: 4px;
  background: transparent url(../jsScrollbar/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 20px; height: 22px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}

.col-fc-tec{ width:20%; margin-top:15px; margin-bottom:15px;}

@media (max-width:1305px){
	.imgIconSh{ position:relative;left: 0;top: -3px;}
}
@media (max-width:1000px){
	.imgIconSh{max-width: 24px;}
}
@media (max-width:767px){
	.divTextSbOsh{ height:auto;}
	.col-fc-tec{width:50%;  height:115px; float:left; text-align:center;}
	.col-mobol-Shp{ padding-left:30px;  padding-right:30px}
	.divImgShp1{margin-top:30px; margin-bottom:20px; }
	.divImgShp1 img{ width:100%;}
}
.divTipFic{font-size:14px;font-weight:700;color:#3a230e/*#4a64a6*/;}
.divTipFicDesc{font-size:14px;font-weight:500;color:#7d7d7d;}
.linhaCnSh1{ border-right:1px solid #e0e0e0; height:85px; padding-top:15px;  padding-bottom:15px;}
.SlinhaCnSh1{height:85px; padding-top:15px;  padding-bottom:15px;    border-right: 0px;}
/*Fim Shopping*/

/*Loja*/
.divNmLj{font-size:20px;font-weight:700;color:#231f20;text-transform:uppercase;margin-top:10px; border-bottom:1px solid #ebebeb;}
.divCadLj{font-size:14px;color:#8c8c8c;margin-top:0px;margin-bottom:7px;font-weight:200; text-transform:none;}
.divConjInfoLj{margin-top:15px;}
.btn-vlcmLj{margin-top:12px; text-align:center; padding:5px 2px; width:100%; cursor:pointer; border:1px solid #3a230e/*#4a64a6*/; color:#3a230e/*#4a64a6*/; font-size:15px;}
.imgInfoIconLj{margin-left:10px!important;}
.titNInfoL{color:#3a230e/*#4a64a6*/; font-weight:700;}
.titInfoL{color:#8c8c8c;}
.conjLjInter{margin-bottom:70px;}
.descNomeLoja{ height:50px;    margin-top: 12px;}
@media (max-width:767px){
	.imgInfoIconLj { margin-left: 0!important;margin-top: 20px;}
}
/*Fim Loja*/


.divImgBanner img{ width:100%;}

/*Cinema*/
.nmFil{font-size:18px ; font-weight:700; color:#4a64a5; margin-bottom:25px;}
.snpFil{font-size:14px ; color:#848484; margin-bottom:25px;}
.clFil{padding-bottom:25px; border-bottom:1px solid #d8d8d8;}
.iconClFil{padding-right:10px;}
.espIconClFil{margin-left:30px;}
.slHrsFil{ margin-top:20px; margin-bottom:20px; border-bottom:1px solid #d8d8d8;padding-bottom: 20px;}
.titSlHrsFil{ font-size:14px; color:#4a64a5; font-weight:700;margin-bottom: 3px;}
.titClFil{ font-weight:600; color:#4a64a5;}
.titSlFil{font-size:14px; font-weight:700;}
.idioFil{font-size:14px; color:#4a64a5; text-transform:uppercase;}
.btnCmpIng{ background:#16a4e6; color:#fff; text-align:center; font-weight:600; cursor:pointer; float:left; padding: 10px 20px;}
.tiObsFil{ font-size:11px; color:#4a64a5; font-weight:700;}
.divObsFil{font-size:11px;}
.linHrFil{ margin-bottom:5px;}
@media (max-width:767px){
	.espIconClFil{ top: -11px;  position: relative;}
	.btnCmpIng{ width:100%;}
}
/*Fim Cinema*/

/*Gastronomia*/
.conjLjEnG{margin-top:70px;margin-bottom:70px;}
.divHrLj{ width:auto; padding-right:0;}
.divHrLn{ border-top:1px solid #ebebeb; padding-top: 15px;}
.descHorEG{margin-top: 4px;margin-left: -7px;}
/*Fim Gastronomia*/ 

/*Lazer*/
.divIconLzInt{ text-align:center; margin-top:3%;}
@media (min-width:1180px){
	.titLzQBL{white-space: nowrap;}
}
/*Fim Lazer*/

/*Novidades*/
.divDcNv{ font-size:16px; color:#848484;}
.descCompFB{font-size:16px; color:#848484; font-weight:600;}
.divIconNv{float:left;}
.divTivNv{float:left; margin-left:10px;}
.titNov{font-size:16px;font-weight:700; color:#848484;}
.titNovEv{ font-size:22px;color:#3a230e/*#4a64a6*/; font-weight:700;}
.divLinhaNv{width:100%; height:10px; background:#3a230e/*#4a64a6*/; border-bottom:4px solid #f8f8f8;}
.divLinhaNv2{width:100%; height:2px;}
/*Fim Novidades*/
/**/
/*Serviços*/
.divIconServ{text-align:center;font-size:14px;color:#474546; font-weight:700; cursor:pointer;}
.divDescServ{margin:10px 0; height:80px;}
.divFecharServ{    width: auto;
    float: right;
    padding: 0;
	    margin-top: -50px;}
.col-Ret-Serv{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ebebeb;
}
.hrServ{border-top: 1px solid #ebebeb !important; margin-bottom:50px !important;}
.divOff{
	opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
}
.divSepServ{ margin-top:30px; width:100%; clear:both;}
.localServ1{ margin-bottom:10px;}
@media (max-width:767px){
	.localServ1{margin-bottom:0px;}
	.padgMob{ padding-left:0;}
	.serMgMob{ margin-top:20px;}
	.divFecharServ{ position:absolute;top: 55px;right: 16px;}
}
/*Fim Serviços*/

/*Novidade*/
.divConjNov{margin:15px 0;}
.divTitNov{font-size:15px;color:#474546;margin:5px 0 0 0;font-weight:700;}
.linhaSepBanNov{width:100%; height:10px; background:#3a230e/*#4a64a6*/; border-bottom:2px solid #f8f8f8;}
.linhaSepBanNov2{width:100%; height:2px; background:#3a230e/*#4a64a6*/;}
.conjNovInt{ margin:60px 0;}
/*Fim Novidade*/

/*Fale Conosco*/
.descPagFC{font-size:18px; font-weight:600; color:#4a64a5; margin-bottom:25px;}
.divTitCont1{font-size:18px; font-weight:600; color:#3a230e; margin-bottom:7px;}
.camp1{width:100%; padding:7px 5px; border:1px solid #3a230e; background:transparent;}
.titTipContFC{font-weight:700; color:#3a230e;}
.subTitTipContFC{font-weight:600; color:#3a230e;}
.descTipContFC{}
.conjTipContFC{margin-top:20px;}
.conjTipContFC2{ margin-top:20px; padding-top:20px; border-top:1px solid #dadada;}
/*Fim Fale Conosco*/

/*Torres Comerciais*/
.linhaTC{ margin-top:33px; border-bottom:1px solid #dedede; padding-bottom:13px;}
.titTC{ font-size:16px; font-weight:700; color:#3a230e;}
.titTC2{font-size:18px; font-weight:700; color:#02a998;}
.divIconMais{ text-align:right;}
.conjTipTC{margin-bottom:80px;}
.titInfoTC{font-size:16px; font-weight:700; color:#00bc9d;}
.divDescTCInfo{ width:12%;}
.divDescTCInfo2{ width:22%;}
.divDescTCInfo3{ width:15%;}
.divDescTCInfo4{width:22%;}
@media (max-width:767px){
	.divDescTCInfo{ width:100%;  margin-top:15px;}
	.divDescTCInfo2{ width:100%; margin-top:15px;}
	.divDescTCInfo3{ width:100%; margin-top:15px;}
	.divDescTCInfo4{width:100%; margin-top:15px;}
}
/*Fim Torres Comerciais*/