/* STYLE */
@import url(font-awesome.css) screen;
@import url(bootstrap.css) screen;
@import url(owl.carousel.css) screen;
@import url(prettyPhoto.css) screen;
@import url(animate.min.css) screen;
@import url(pe-icon-7-stroke.css) screen;

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900,700,600,500,300,200,100);

@font-face {
    font-family: PoetsenOne;
    src: url(../fonts/PoetsenOne-Regular.woff);
}
/* ======================
   1. GENERAL SECTION
 ====================== */
::-webkit-scrollbar { width: 8px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

/* VARIÁVEIS */
:root {
    --primaryColor: #3f3d56; /*  #525252 #3f3d56 #ee0909 */
    --secondColor: #b3b3b3; /* #ee0909 */
    --backgroundColor: #f8f8f8;
}

* {
    margin: 0;
    padding: 0px;
    font-family: PoetsenOne;
}
body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: PoetsenOne;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: var(--backgroundColor);
    color: #656565;
    padding: 0;
    margin: 0;
    overflow: visible;
}
label {
    color: var(--primaryColor);
    font-weight: initial;
    margin-top: 10px;
    margin-bottom: 0px;
}
.hidden {
    display: none;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}
.search-control::-webkit-input-placeholder {
    color: #333740 !important;
}
.search-control:-moz-placeholder {
    color: #333740 !important;
}
.search-control::-moz-placeholder {
    color: #333740 !important;
}
.search-control:-ms-input-placeholder {
    color: #333740 !important;
}
.blog-comment .contact-form .form-control::-webkit-input-placeholder {
    color: white !important;
}
.blog-comment .contact-form .form-control:-moz-placeholder {
    color: white !important;
}
.blog-comment .contact-form .form-control::-moz-placeholder {
    color: white !important;
}
.blog-comment .contact-form .form-control:-ms-input-placeholder {
    color: white !important;
}
*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: var(--primaryColor);
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a:hover,a:focus {
    text-decoration: none;
    color: #01090C;
}
a img {
    border: none;
    vertical-align: bottom;
}
a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: url(images/remove.png) #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-family: PoetsenOne;
    line-height: 140%;
    color: var(--primaryColor);
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
.lead {
    font-family: 'Open Sans', Arial,sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}
.first {
    clear: both;
}
.last {
    margin-right: 0
}
iframe,embed,object {
    max-width: 100%;
}
html, body, .wrapper{
    height: 100%;
}

/*  ALL SECTION TITLE  */
.title-section {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 80px;
}
.title-section {
    text-align: center;
}
.title-section > h1 {
    display: inline-block;
    font-size: 40px;
    color: var(--primaryColor);
    font-weight: 700;
    font-family: PoetsenOne;
    /*margin: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    line-height: 70px;
    position: relative;*/
}
.title-section > p {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: var(--secondColor);
    padding: 0 15px;
}

.white-title > h1{
    color: #fff;
}
.black-title > h1{
    color: black;
	border-top: 1px solid black;
    border-bottom: 1px solid black;
}
/*.title-section > h1:before{
    content: "";
    height: 9px;
    width: 9px;
    position: absolute;
    display: block;
    margin: 0 auto;
    background:var(--primaryColor);
    top: -5px;
    left: 0;
    right: 0;
}
.title-section > h1:after{
    content: "";
    height: 9px;
    width: 9px;
    position: absolute;
    display: block;
    margin: 0 auto;
    background:var(--primaryColor);
    bottom: -5px;
    left: 0;
    right: 0;
}*/
.title-section > h1 > span{
    color: var(--primaryColor)
}
.white-title > p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    position: relative;
    margin-top: 40px;
}
.wrapper {
}
.section {
    padding: 120px 0;
}

/* BUTTON STYLE */
    .pori-btn {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        padding: 15px 25px;
        border: 1px solid var(--primaryColor);
        background: var(--primaryColor);
        text-transform: uppercase;
        position: relative;
        z-index: 10;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin-top:5px;
        border-radius: 25px;
    }
    .pori-btn:hover{
        color: var(--primaryColor);
    }
    .pori-btn:before{
        content: "";
        display: block;
        height: 100%;
        width: 5px;
        position: absolute;
        top: 0;
        left: -1px;
        z-index: -1;
        border-radius: 25px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .pori-btn:hover:before{
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: var(--backgroundColor);
        top: 0;
        left: 0px;
        z-index: -1;
        border-radius: 25px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .pori-btn:focus{
        outline: none;
    }
    .btn-white {
        background: var(--backgroundColor);;
        border: 1px solid var(--primaryColor);
        color: var(--primaryColor);
    }
    .btn-white:hover{
        color: var(--backgroundColor);
    }
    .btn-white:hover:before{
        background: var(--primaryColor);
        border-radius: 22px;
    }

/* =======================
    HEADER TOP SECTION
========================= */
.header-top-section {
    display: block;
	position: absolute;
    background: black;
    width: 100%;
    padding: 11px 0;
	z-index: 100;
	top: 0;
}
.header-botton-section {
    display: block;
	position: absolute;
    background: black;
    width: 100%;
    padding: 11px 0;
	z-index: 100;
	bottom: 0px;
}
    .contact-info {
        text-align: left;
    }
    .contact-info > p, .contact-info > a {
        display: inline-block;
        color: white;
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }
    .contact-info a:hover {
        color: var(--primaryColor);
    }
    .contact-info a:visited {
        color: white;
    }
    .contact-info > p > i{
        font-size:20px;
    }
    .contact-info > p > i.pe-7s-mail{
        font-size:22px;
        position: relative;
        top: 4px;
    }
    .contact-info > a > i.pe-7s-mail{
        font-size:22px;
        position: relative;
        top: 4px;
    }
    .contact-info h3 > a {
        display: inline-block;
        color: var(--primaryColor);
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        margin: 0;
        padding: 0;
    }
    .contact-info h3 > a:hover {
        color: white;
    }
    .contact-info a:visited {
        color: var(--primaryColor);
    }
    .social-media {
        display: block;
        text-align: right;
        margin-top: 5px;
    }
    .social-media > ul {
        margin: 0;
        padding: 0;
    }
    .social-media > ul > li {
        list-style: none;
        display: inline-block;
    }
    .social-media > ul > li > a {
        padding: 0 10px;
    }
    .social-media > ul > li > a > .fa {
        font-size: 18px;
        color: white;
    }
    .social-media > ul > li > a:hover .fa{
        color: var(--primaryColor);
    }

/* =======================
    HEADER SECTION
========================= */
.header-section {
    position: absolute;
	display: block;
    padding: 5px 0;
    top: 20px;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    .header-section.fixed{
        position: fixed;
        width: 100%;
        display: block;
        top: 0;
        background: var(--backgroundColor);
        padding: 0px 0;
        z-index: 9999;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: 0px 3px 5px -2px var(--secondColor);;
    }
	.header-section.fixed img {
        width: 70%;
        padding: 5px 0px 5px 0px;
    }
    .navbar {
        margin: 0;
        min-height: initial;
    }
    .icon-bar {
        background: var(--primaryColor);
    }
    .navbar-brand {
        padding: 0;
        height: auto;
    }
    .navbar-toggle{
        margin: 0;
        margin-top: 15px;
    }
    .navbar-nav {
        /*border-top: 1px solid white;
        border-bottom: 1px solid white;*/
    }
    .navbar-right {
        /*font-style: italic;*/
    }
    .navbar-right > li {
        position: relative;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;

    }
    .navbar-right > li ul{
        width: 170px;
        display: block;
        padding:0;
        background: #313840;
        position: absolute;
        left: 0;
        bottom: 100px;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-right > li:hover ul{
        bottom: inherit;
        opacity: 1;
    }

    .navbar-right > li ul li{
        list-style: none
    }
    .navbar-right > li ul li a{
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        color: black;
        position: relative;
        background: #313840;
        padding: 15px;
        display: block;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li ul li a:hover{
        background: var(--primaryColor);
        color: black;
    }

    .navbar-right > li.active{
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li > a {
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        color: var(--secondColor);;
        position: relative;
        background: transparent;
        padding: 12px 15px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    /*.navbar-right > li > a:before, .navbar-right > li > a:after{
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li > a:hover:before, .navbar-right > li > a:hover:after, .navbar-right > li.active > a:before, .navbar-right > li.active > a:after{
        width: 7px;
        height: 7px;
        background: var(--primaryColor);
        content: "";
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        outline: none !important
    }
    .navbar-right > li > a:before{
        top: -4px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-right > li > a:after{
        bottom: -4px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }*/
    .navbar-right > li > a:hover, .navbar-right > li > a:focus, .navbar-right > li.active > a{
        background: transparent;
        color: var(--primaryColor);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        outline: none !important
    }
    
/* =======================
    HOMEPAGE SECTION
========================= */
.logo {
    width: 100%;
    max-width: 300px;
    padding-top: 0px;
}
.logo img{
    width: 100%;
}
.logoMobile {
    max-width: 150px;
    padding-top: 20px;
    padding-bottom: 10px;
}
/*.homePage {    
    display: table;
    position: relative; 
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    background: url(../images/city.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.homePage h1 {
    color: white;
    font-size: 38px;
    font-family: fantasy;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}
.homePage .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.7) 17%, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0.4) 62%, rgba(0,0,0,0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.7) 17%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 62%,rgba(0,0,0,0.2) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.7) 17%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 62%,rgba(0,0,0,0.2) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.7) 17%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 62%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.7) 17%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 62%,rgba(0,0,0,0.2) 100%);
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.homePageCenter {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    position: absolute;
}*/
.homePage {
    background: var(--backgroundColor);
    height: 100vh;
    width: 100%;
}
.homePageBody {
    height: 100%;
}
.homePageBodyLeft {
    padding: 25px;
    margin-top: 60px;
}
#imgIntro {
    /*animation: moveIntro ease 5s;
    animation-iteration-count: infinite;*/
}
.homePage h1 {
    color: var(--primaryColor);
    font-size: 28px;
    text-transform: uppercase;
    font-style: italic;
    font-family: PoetsenOne;
}
.setaDown {
    top: 75%;
    left: 50%;
    transform: translate(-50%, -75%);
    position: absolute;
}
.chevron {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    animation: move-chevron 3s ease-out infinite;
}
  
.chevron:first-child {
    animation: move-chevron 3s ease-out 1s infinite;
}
  
.chevron:nth-child(2) {
    animation: move-chevron 3s ease-out 2s infinite;
}
  
.chevron:before,
.chevron:after {
   content: '';
   position: absolute;
   top: 25%;
   height: 100%;
   width: 50%;
   background: white;
}
  
.chevron:before {
   left: 0;
   transform: skewY(30deg);
}
  
.chevron:after {
   right: 0;
   width: 50%;
   transform: skewY(-30deg);
}
  
@keyframes move-chevron {
   25% {
    opacity: 1;
      }
   33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
   }
   66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
   }
   100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
   }
}
@keyframes moveIntro {
    0% {
        margin-top: 0px;
    }
    25% {
        margin-top: -5px;
    }
    50% {
        margin-top: 0px
    }
    100% {
        margin-top: -5px
    }
}

/* =======================
    APP BARBEARIAS SECTION
========================= */
.appBarbearias {    
    display: table;
    position: relative; 
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    background: url(../images/palcoFull.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.appBarbearias h1 {
    color: white;
    font-size: 48px;
    font-family: fantasy;
    text-transform: uppercase;
    font-style: italic;
    padding-top: 10%;
}
.descAppBarbearias {
    margin-top: -10px;
    font-size: 18px;
    color: #8f8f8f;
}
.appBarbearias .plataformaIOS {
    min-height: 0px; 
    text-align: center;
    margin-top: 20%;
}
.appBarbearias .iphone6 {
    width: 75%;
    display: initial;
    position: inherit;
    margin-top: -10%;
}
.appBarbearias .imagemAppIOS {
    background: rgba(0, 0, 0, 0.88);
    position: absolute;
    top: 10%;
    width: 67%;
    margin-left: 16.5%;
    margin-top: 9%;
    z-index: 999;
}
.appBarbearias .setaObter{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 40px 25px;
    border-color: transparent transparent #5b2e2e transparent;
    position: absolute;
    /*top: 91.2%;*/
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: block;
}
.appBarbearias .setaObter:before{
    content: "\f176";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    left: -3px;
}
.appBarbearias .setaObter.fixed{
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.appBarbearias .card {
    border: 1px solid#fafafa;
    border-radius: 5px;
    background: white;
    color: black;
    margin-bottom: 15px;
    font-size: 14px;
}
.appBarbearias .card p {
    padding: 10px;
    margin: 0px;
}
.appBarbearias .card .iconCard {
    border-radius: 5px;
    float: left;
    padding: 6px 10px 4px 10px;
    border-right: 1px solid #cdcdcd;
    background: #eaeaea;
    margin: -1px;
}
.appBarbearias .cardFuncionalidades {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    color: black;
    margin-bottom: 20px;
}
.appBarbearias .cardFuncionalidades p {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    font-size: 14px;
}
.appBarbearias .titleFunc {
    background: white;
    padding: 10px;
    border-radius: 5px;
    color: black;
    margin-bottom: 20px;
}
.appBarbearias .titleFunc h3 {
    padding: 0px;
    margin: 0px;
    font-size: 22px;
}
.cardVantagens {
    padding: 15px;
    color: var(--primaryColor);
    background: var(--backgroundColor);
    margin-bottom: 30px;
    text-align: center;
    border-top: 5px solid var(--primaryColor);
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 8px -2px var(--secondColor);
    --webkit-box-shadow: 0px 0px 8px -2px var(--secondColor);
}
.cardVantagens .iconCard {
    padding: 10px;
}
.cardVantagens .iconCard img {
    width: 100%;
    max-height: 130px;
}
.cardVantagens h3 {
    color: var(--primaryColor);
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    font-size: 22px;
}
.cardVantagens p {
    padding: 0px;
    margin: 15px 25px;
    font-size: 14px;
    color: var(--secondColor);
    font-family: sans-serif;
}
.appBarbearias .cardDist img {
    border-radius: 50%;
    width: 180px;
    margin-top: 35px;
}
.appBarbearias .cardDist p {
    padding: 0px;
    margin-top: 15px;
    font-size: 25px;
}
.appBarbearias .arrowUp {
    -moz-transform: scale(-1, 1) rotate(-100deg); 
    -webkit-transform: scale(-1, 1) rotate(-100deg); 
    -o-transform: scale(-1, 1) rotate(-100deg); 
    -ms-transform: scale(-1, 1) rotate(-100deg); 
    transform: scale(-1, 1) rotate(-100deg); 
    width: 18px; 
    margin-left: 5px;
}
.appBarbearias .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    /*margin-bottom: 100px;
    padding-bottom: 0px;*/
}
@media (max-width: 992px){
    .appBarbearias .imagemAppIOS {
        top: 4%;
        margin-top: 1%;
    }
}
@media (max-width: 580px){
    .appBarbearias {
        background: rgba(138, 115, 47, 0.08);
    }
}

/* =======================
    SLIDER SECTION
========================= */
.slider-section{
    height: 100%;
    display: block;
    overflow: hidden;
    width: 100%;
}
    .slider-section .container-fluid{
        display: block;
        width: 100%;
        height: 100%;
    }
     .container-fluid .row{
        display: block;
        height: 100%;
    }
    .carousel-indicators {
		
    }
    .carousel-caption {
        display: block;
        z-index: 999;
    }
    .carousel-caption > h1 {
        font-size: 40px;
        color: #fff;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }
    .carousel-caption > p {
        font-weight: 100;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }
    .carousel-caption > p > b > span{
        color: var(--primaryColor);
    }
    .carousel-control {
    }
    a.carousel-control.left, a.carousel-control.right{
        background: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        width: 50px;
        height: 50px;
        background: var(--primaryColor);
        text-align: center;
        position: absolute;
        top: 45%;
    }
    a.carousel-control.left > span{
        position: absolute;
        top: -49px;
        right: 21px;
    }
    a.carousel-control.right > span{
        position: absolute;
        top: -49px;
        left: 21px;
    }
    .carousel-control.right{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 100px 50px 0;
        border-color: transparent var(--primaryColor) transparent transparent;
    }
    .carousel-control.left{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 0 50px 100px;
        border-color: transparent transparent transparent var(--primaryColor);
    }
    .carousel-control span{
        font-size: 100px;
        color: #fff;
    }

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
	background: url("images/city.gif");
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.tp-banner{
	width:100%;
	position:relative;
	overflow: hidden;
}

.tp-banner ul{
	display: none;
	list-style-type: none;
	padding: 0;
    margin: 0;
}

.tp-banner .heading {
	font-size: 65px;
	font-family: 'Droid Serif', serif;
	color: #cd4937;
}

.tp-caption.finewide_verysmall_white_mw { letter-spacing: 1px; color: #9a9a9a; }
.tp-caption.finewide_medium_white { font-size: 50px; }
.tp-banner .tp-caption a.btn {
	font-size: 14px;
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset;
}

.tp-banner .tp-caption img.slide-img {
	border: 4px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.tp-banner .tp-caption span.price-tag{
	display: block;
	padding-top: 10px;
	width: 100px;
	height: 100px;
	line-height: 35px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Droid Serif', serif;
	border: 6px solid #cd4937;
	border-radius: 150px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.tp-caption.whitedivider3px { min-width: 430px; }
.tp-banner .tp-caption.paragraph{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
} 
/* =======================
    VIDEO SECTION
========================= */
.video-section{
    height:auto;
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 700px;
}
    .video-section:before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
    }

    .video-section .container-fluid{
        display: block;
        width: 100%;
        height: 100%;
    }
    .video-section .container-fluid .row, .video-section .container-fluid .row .carousel, .video-section .container-fluid .row .carousel .carousel-inner, .video-section .container-fluid .row .carousel .carousel-inner .item{
        display: block;
        height: 100%;
    }

    /* VIDEO BACKGROUND  */
    video {
        width: 100%;
    }


    #polina {
        font-weight:100;
        color: white;
        margin: 0 auto;
        height:100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #polina button {
        display: inline-block;
        border: none;
        font-size: 1.3rem;
        color: #fff;
         background: rgba(0, 0, 0, 0);
        border-radius: 3px;
        -webkit-transition: .3s -webkit-background;
        -moz-transition: .3s -moz-background;
        -o-transition: .3s -o-background;
        transition: .3s background;
        position: relative;
        z-index: 99;
        outline: none;
        height:100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: url(../images/pause.png), auto;

    }
    .video-play-btn{
        cursor: url(../images/play.png), auto !important;
    }

    #polina button .fa{
        font-size: 30px;
    }
    video:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(10, 0, 0, 0.5);
        z-index: 1;
    }

.static-image{
    background: url(../images/7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    height: calc(100% - 138px);       
    max-height: inherit;
}
    .static-image:before{
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
    }

/* =======================
    ABOUT SECTION
========================= */
.about-section {
    display: block;
    width: 100%;

}
    /* ABOUT LEFT CONTENT */
    .about-content > h3 {
        margin: 0;
        padding: 0;
        color: #242424;
        font-weight: 700;
        font-size: 18px;
        text-align: left;
    }
    .about-content > p {
        font-size: 14px;
        font-weight: 300;
        text-align: justify;
        color: #898989;
        line-height: 24px;
        display: block;
        margin-top:20px;
    }
    .about-content > a {
        font-size: 14px;
        font-weight: 400;
        color: #242424;
        display: inline-block;
        padding: 15px 25px;
        border: 1px solid var(--primaryColor);
        text-transform: uppercase;
        margin-top: 15px;
        position: relative;
        z-index: 99;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .about-content > a:hover{
        color: #fff;
    }
    .about-content > a:before{
        content: "";
        display: block;
        height: 100%;
        width: 5px;
        position: absolute;
        background: var(--primaryColor);
        top: 0;
        left: -1px;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .about-content > a:hover:before{
        width:100%;
        left: 0
    }
    /* ABOUT RIGHT CONTENT */
    .about-skill {
        display: block;
        width: 100%;
    }
    .about-skill h3{
        margin: 0;
        padding: 0;
        color: #242424;
        font-weight: 700;
        font-size: 18px;
        text-align: left;
        display: block;
        margin-bottom: 15px;
    }
    .skill {
        margin-top: 28px;
        margin-bottom: 35px;
        position: relative;
    }
    .skill-bar > p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        padding: 3px 8px;
    }
    .skill:before{
        width: 100%;
        height: 25px;
        content: "";
        display: block;
        position: absolute;
        background: #e1e1e1;
        bottom: 0;
    }
    .skill-bar {
        width: 100%;
        height: 25px;
        background:var(--primaryColor);
        display: block;
        position: relative;
    }
    /* SKILL 1 */
    .skill1{
        width: 95%;
    }
    .skill-bar span{
        position: absolute;
        top: -13px;
        color: #fff;
        padding: 0;
        font-size: 18px;
        padding: 15px 0;
        font-weight: 400;
        background: var(--primaryColor);
        height: 50px;
        width: 50px;
        text-align: center;
    }
    .skill-bar span:before{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 14px 13px;
        border-color: transparent transparent black transparent;
        top: 0;
        left: -12px;
    }
    .skill-bar span:after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 13px 0;
        border-color: transparent black transparent transparent;
        bottom: 0;
        left: -12px;
    }
    .skill-bar {
        position: relative;
    }
    .skill1 .skill-count1 {
        right: 0;
    }
    /* SKILL 2 */
    .skill2{
        width: 85%;
    }
    .skill2 .skill-count2 {
        right: 0;
    }
    /* SKILL 3 */
    .skill3{
        width: 75%;
    }
    .skill3 .skill-count3 {
        right: 0;
    }
    /* SKILL 4 */
    .skill4{
        width: 65%
    }
    .skill4 .skill-count4 {
        right: 0;
    }
    /* SKILL 5 */
    .skill5{
        width: 80%;
    }
    .skill5 .skill-count5 {
        right: 0;
    }
    /* SKILL 6 */
    .skill6{
        width: 90%
    }
    .skill6 .skill-count6 {
        right: 0;
    }


/* =======================
    WHY CHOOSE SECTION
========================= */
.why-section {
    background-image: url(../images/bg-05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	background-attachment: fixed;
}
    .why-section:before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: rgba(3, 0, 0, 0.73);
        top: 0;
        bottom: 0;
}
    /* LEFT CONTENT */
    .why-thumb {
    }
    .why-thumb > a {
        position: relative;
        display: block;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s

    }
    .why-thumb > a:before{
        content: "";
        background: rgba(3, 0, 0, 0.50);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 99;
    }
    .why-thumb > a:hover:before{
        content: "";
        background: rgba(3, 0, 0, 0.30);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .why-thumb > a:after{
        border: 1px solid #fff;
        content: "";
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        display: block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .why-thumb > a img{
        width: 100%;
        height: auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .why-thumb > a:hover img{
        width: 100%;
        height: auto;
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    /* RIGHT CONTNENT */
    .why-content {
    }
    .panel-default {
        border: none;
        background: var(--primaryColor);
    }
    .title-active{

    }
    .title-active .panel-title > a {
        color: #fff;
    }
    .panel-heading {
        border: none;
        padding: 0px;
    }
    .panel-title {
        margin: 0;
        padding: 0px;
        display: block;
    }
    .panel-title > a  {
        font-size: 19px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        display: block;
        background: var(--primaryColor);
        padding: 31.5px 25px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .panel-title > a:before{
        content:url(../images/minus.png);
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 999;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .panel-title > a.collapsed  {
        font-size: 19px;
        font-weight: 700;
        color: #5f5f5f;
        text-transform: uppercase;
        display: block;
        background: transparent;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .panel-title > a.collapsed:before{
        content:url(../images/plus.png);
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 999;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .panel-collapse {
    }
    .panel-body > p {
        font-size: 14px;
        font-weight: 300;
        text-align: justify;
        color: #fff;
        line-height: 24px;
    }

/* =======================
    SITES SECTION
========================= */
.sites-section {
    display: block;
    width: 100%;
	height: auto;
	background: url(../images/fundoMontanha.png);
    background-attachment: fixed;
    background-position: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
 	 background-size: cover;
    -o-background-size: cover;
}
    .sites-section .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }
    .sites-section h1 {
        color: white;
        font-size: 65px;
        text-transform: uppercase;
        font-style: italic;
        padding-top: 8%;
    }
    .sites-section h3 {
        color: white;
        font-size: 30px;
        font-style: italic;
    }
    .sitesDevices {
        width: 100%;
        padding-top: 5%;
        position: relative;
    }
    .sitesDevices .monitor {
        width: 65%;
        height: auto;
        z-index: 1;
        margin-left: 15%;
    }
    .sitesDevices .descMonitor {
        position: absolute;
        width: 32%;
        float: left;
        display: block;
        margin-left: 60%;
        margin-top: -6%;
        z-index: 2;
    }
    .sitesDevices .notebook {
        width: 50%;
        position: absolute;
        display: block;
        margin-top: -25%;
        margin-left: 52%;
        z-index: 10;
    }
    .sitesDevices .descNotebook {
        position: absolute;
        width: 26%;
        display: block;
        margin-left: 80%;
        margin-top: -30%;
        z-index: 11;
    }
    .sitesDevices .tablet {
        width: 20%;
        margin-top: -25%;
        margin-left: 0%;
        display: block;
        position: relative;
    }
    .sitesDevices .descTablet {
        position: absolute;
        width: 22%;
        float: left;
        display: block;
        margin-left: 7%;
        margin-top: -4%;
        z-index: 5;
    }
    .sitesDevices .iphone {
        width: 10%;
        margin-top: -16%;
        display: block;
        position: relative;
        margin-left: 16%;
    }
    .sitesDevices .descIphone {
        position: absolute;
        width: 16%;
        float: left;
        display: block;
        margin-left: 16%;
        margin-top: -3%;
        z-index: 5;
    }

    /* Apps */
    .appsDevices {
        width: 100%;
        padding-top: 5%;
        position: relative;
    }
    .appsDevices .smartphoneToni {
        width: 30%;
        height: auto;
        position: relative;
        display: block;
        margin-top: -5%;
        margin-right: 5%;
        float: right;
        z-index: 2;
    }
    .appsDevices .cupom {
        position: absolute;
        width: 30%;
        display: block;
        z-index: 5;
    }
    .appsDevices .cupom1 {
        margin-left: 1%;
        margin-top: 2%;
        transform: rotate(8deg);
    }
    .appsDevices .cupom2 {
        margin-left: 28%;
        margin-top: -8%;
        transform: rotate(-6deg);
    }
    .appsDevices .cupom3 {
        margin-left: 30%;
        margin-top: 15%;
        transform: rotate(-5deg);
    }
    .appsDevices .cupom4 {
        margin-left: 1%;
        margin-top: 30%;
        transform: rotate(-5deg);
    }
    .appsDevices .cupom5 {
        margin-left: 33%;
        margin-top: 36%;
        transform: rotate(-22deg);
    }

    @media (max-width: 580px){
        .sitesDevices .monitor {
            width: 75%;
            height: auto;
            z-index: 1;
            margin-left: 8%;
        }
        .sitesDevices .descMonitor {
            width: 35%;
            margin-left: 60%;
            margin-top: -6%;
        }
        .sitesDevices .notebook {
            width: 60%;
            position: absolute;
            display: block;
            margin-top: -25%;
            margin-left: 45%;
            z-index: 10;
        }
        .sitesDevices .descNotebook {
            width: 28%;
            margin-left: 80%;
            margin-top: -30%;
        }
        .sitesDevices .tablet {
            width: 25%;
            margin-top: -25%;
            margin-left: -5%;
            display: block;
            position: relative;
        }
        .sitesDevices .descTablet {
            width: 25%;
            margin-left: 4%;
            margin-top: -4%;
        }
        .sitesDevices .iphone {
            width: 10%;
            margin-top: -18%;
            display: block;
            position: relative;
            margin-left: 16%;
        }
        .sitesDevices .descIphone {
            width: 17%;
            margin-left: 16%;
            margin-top: -3%;
        }
        
        /* Apps */
        .appsDevices .smartphoneToni {
            width: 40%;
            height: auto;
            position: relative;
            display: block;
            margin-top: -5%;
            margin-right: -5%;
            float: right;
            z-index: 2;
        }
        .appsDevices .cupom {
            position: absolute;
            width: 35%;
            display: block;
            z-index: 5;
        }
        .appsDevices .cupom1 {
            margin-left: 1%;
            margin-top: 8%;
            transform: rotate(8deg);
        }
        .appsDevices .cupom2 {
            margin-left: 25%;
            margin-top: -5%;
            transform: rotate(-6deg);
        }
        .appsDevices .cupom3 {
            margin-left: 22%;
            margin-top: 26%;
            transform: rotate(-5deg);
        }
        .appsDevices .cupom4 {
            margin-left: 1%;
            margin-top: 44%;
            transform: rotate(-5deg);
        }
        .appsDevices .cupom5 {
            margin-left: 30%;
            margin-top: 54%;
            transform: rotate(-22deg);
        }
    }

/* =======================
    SERVICE SECTION
========================= */
.service-section {
    display: block;
    width: 100%;
	height: auto;
	/*background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
 	 background-size: cover;
     -o-background-size: cover;*/
     background: #eaeaea;
     padding: 0px 0px 120px 0px;
     margin-top: -120px;
     padding: 120px 0;
     box-shadow: 0px 0px 120px 130px #eaeaea
}
    .service-section .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.55);
    }
    .service-item {
        text-align: center;
        position: relative;
        margin-bottom: 50px;
        /*-webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);*/
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .service-item:hover{
        /*-webkit-transform: scale(1.05,1);
        -moz-transform: scale(1.05,1);
        -o-transform: scale(1.05,1);
        transform: scale(1.05,1);
        border-bottom: 3px solid var(--primaryColor);*/
        margin-top: -5px;
    }

    .service-item img {
        max-height: 160px;
        z-index: 99;
        /*margin-top: -65px;*/
    }
    .service-content {
        position: initial !important;
        background: var(--backgroundColor);
        text-align: center;
        border-bottom: 5px solid var(--primaryColor);
        position: relative;
        border-radius: 15px;
        min-height: 50px;
        padding-top: 25px;
        margin-top: -40px;
        z-index: 9;
        box-shadow: 0px 0px 8px -2px var(--secondColor);
        --webkit-box-shadow: 0px 0px 8px -2px var(--secondColor);
    }
    .service-content > a {
    }
    .service-content > a > i{
        font-size: 160px;
        color: var(--primaryColor);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .service-content:hover > a > i{
        color: var(--primaryColor);
    }
    .service-content > h3 {
        font-size: 20px;
        font-weight: 600;
        color: var(--primaryColor);
        display: block;
        text-align: center;
        padding: 8px;
    }
    .service-content > p {
        font-size: 14px;
        font-weight:300;
        color: #383636;
        line-height: 24px;
    }

/* =======================
    PORTFOLIO SECTION
========================= */
.portfolio-section {
    width: 100%;
    min-height: 100vh;
    padding: 200px 0;
    /*background: url(../images/bg-06.jpg); 
    background-attachment: fixed;
    background-size: cover;*/
    background: var(--backgroundColor);
}
    /*#portfolio:before{
        content: "";
        position: fixed;
        top: 0;
        width: 100%;
        height:100%;
        display: block;
        background: rgba(0, 0, 0, 0.2);
    }*/
    .fillter-menu {
        text-align: center;
    }
    .fillter-menu > ul {
        background: var(--backgroundColor);
        box-shadow: 1px 1px 5px 0 #808080;
        text-align: center;
        display: inline-block;
        position: relative;
        padding: 10px 30px;
        margin: 0;
        margin-bottom: 40px;
    }
    .fillter-menu > ul:before{
        content: "";
        position: absolute;
        left: -30px;
        top:0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 70px 30px;
        border-color: transparent transparent var(--primaryColor) transparent;
    }
    .fillter-menu > ul > li {
        list-style: none;
        display: inline-block;
        cursor: pointer;
        padding: 0px 12px;
        margin: 10px 0;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: var(--secondColor);
    }
    .fillter-menu > ul > li.active, .fillter-menu > ul > li:hover{
        color: var(--primaryColor);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .fillter-menu > ul > li:before, .fillter-menu > ul > li:after{
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    /*.fillter-menu > ul > li.active:before, .fillter-menu > ul > li:hover:before{
        content: "";
        position: absolute;
        top: -5px;
        width: 9px;
        height: 9px;
        background: var(--primaryColor);
        margin: 0 auto;
        left: 0;
        right: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .fillter-menu > ul > li.active:after, .fillter-menu > ul > li:hover:after{
        content: "";
        position: absolute;
        bottom: -5px;
        width: 9px;
        height: 9px;
        background: var(--primaryColor);
        margin: 0 auto;
        left: 0;
        right: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }*/
    .portfolio-items{
        position: relative;
    }

    .portfolio-item {
        position: relative;
        margin-bottom: 30px;
        -webkit-transition: all  .5s;
        -moz-transition: all  .5s;
        -o-transition: all  .5s;
        transition: all  .5s;
        overflow: hidden;
    }
    .portfolio-item img{
        width: 100%;
        height: auto;
    }
    .port-hover {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        text-align: center;
        background: var(--primaryColor);
        display: block;
        opacity: 0;
        -webkit-transition: all  .5s;
        -moz-transition: all  .5s;
        -o-transition: all  .5s;
        transition: all  .5s;
        -webkit-transform:scale(0.1,0.1);
        -moz-transform:scale(0.1,0.1);
        -o-transform:scale(0.1,0.1);
        transform:scale(0.1,0.1);
    }
    .portfolio-item:before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        border: 20px solid rgba(0, 0, 0, 0.40);
        -webkit-transform:scale(1,1);
        -moz-transform:scale(1,1);
        -o-transform:scale(1,1);
        transform:scale(1,1);
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .portfolio-item:hover:before{
        -webkit-transform:scale(1.5,1.5);
        -moz-transform:scale(1.5,1.5);
        -o-transform:scale(1.5,1.5);
        transform:scale(1.5,1.5);
    }
    .portfolio-item:hover .port-hover{
        opacity: 1;
        -webkit-transform:scale(1,1);
        -moz-transform:scale(1,1);
        -o-transform:scale(1,1);
        transform:scale(1,1);
    }
    .portfolio-content{
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .portfolio-contents{
        display: table-cell;
        vertical-align: middle;
    }
    .portfolio-contents > h3 {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }
    .portfolio-contents > p {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }
    .port-meta {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin:10px 0;
        position: relative;
        display: inline-block;
    }
    .port-meta:before{
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .port-meta > a {
        display: inline-block;
        padding: 10px 5px;
        float: left;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .port-meta > a > i{
        font-size: 70px;
        color: #fff;
    }
    .port-meta > a:hover{
        background: #fff;
        color: var(--primaryColor)
    }
    .port-meta > a:hover i{
        color: var(--primaryColor)
    }
    .plataformaAndroid {
        min-height: 500px;
        text-align: center;
    }
    .plataformaIOS {
        min-height: 500px;
        text-align: center;
        margin-top: 20%;
    }
    .galaxyS6 {
        width: 80%;
        display: initial;
        position: inherit;
        margin-top: -40%;
    }
    .iphone6 {
        width: 68%;
        display: initial;
        position: inherit;
        margin-top: -36%;
    }
    .appsAndroid, .appsIphone {
        width: 100%;
        float: left;
        padding-top: 25%;
        padding-left: 22%;
        display: block;
        position: relative;
        z-index: 999;
    }
    .iconAndroid {
        width: 68px;
        float: left;
        margin-right: 10px;
    }
    .iconIphone {
        width: 65px;
        float: left;
        margin-right: 22px;
    }
    .iconAppAndroid {
        width: 60px;
        cursor: pointer;
        border-radius: 10px;
    }
    .iconAppIphone {
        width: 50px;
        cursor: pointer;
        border-radius: 10px;
    }
    .titleIcon {    
        width: 68px;
        line-height: 1.4;
        margin-left: -2px;
    }
    .titleIconIphone {
        width: 75px;
        line-height: 1.5;
        margin-left: -1px;
    }
    .titleIcon span, .titleIconIphone span {
        color: white;
        text-align: center;
    }
    .imagemApp {
        background: rgba(0, 0, 0, 0.88);
        position: absolute;
        top: 6%;
        width: 63%;
        /*height: 78%;*/
        margin-left: 19%;
        margin-top: 8%;
        z-index: 999;
        transition: 0.3s;
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    .imagemAppIOS {
        background: rgba(0, 0, 0, 0.88);
        position: absolute;
        top: 5%;
        width: 61%;
        margin-left: 19.5%;
        margin-top: 8%;
        z-index: 999;
        transition: 0.3s;
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    .imagemApp img, .imagemAppIOS img{
        width: 100%;
        /*margin-top: 4%;*/
    }
    #descApp, #descAppIOS {
        color: white;
        padding-top: 5px;
        display: inline-block;
        font-size: 10px;
    }
    #closeImagemApp {
        width: 18px;
        float: right;
        margin: 5px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        padding: 2px;
    }
    .setasApp {
        position: absolute;
        margin-top: 80%;
        width: 100%;
    }
    #leftArrow {
        width: 25px;
        float: left;
        margin: 5px;
        /*background: rgba(0, 0, 0, 0.7);*/
        border-radius: 50%;
        padding: 5px;
        cursor: pointer;
    }
    #rightArrow {
        width: 25px;
        float: right;
        margin: 5px;
        /*background: rgba(0, 0, 0, 0.7);*/
        border-radius: 50%;
        padding: 5px;
        cursor: pointer;
    }
    .activeAndroid, .activeIOS {
        display: block !important;
    }
    @media (max-width: 580px){
        .iconAndroid, .iconIphone {
            width: 36px;
        }
        .iconAppAndroid, .iconAppIphone {
            width: 36px;
        }
        .titleIcon {
            width: 40px;
            line-height: 0.8;
            margin-left: -1px;
        }
        .titleIconIphone {
            width: 50px;
            line-height: 0.8;
            margin-left: -4px;
        }
        .titleIcon span, .titleIconIphone span {
            font-size: 7px;
        }
        .imagemApp {
            top: 1%;
        }
    }
    @media (max-width: 992px){
        .imagemApp {
            top: 3.5%;
        }
        .imagemAppIOS {
            top: 0%;
            width: 60.5%;
            margin-left: 20%;
            margin-top: -4.5%;
        }
        #leftArrow {
            width: 25px;
        }
        #rightArrow {
            width: 25px;
        }
    }


/* =======================
    TESTIMONIAL SECTION
========================= */
.testimonial-section {
    display: block;
    width: 100%;
    text-align: center;
    background: #ededed;
	background-attachment: fixed;
    padding-bottom: 0;
}
    .testimonial-area {
        background-image: url(../images/testimonial-bg.jpg);
        background-size: cover;
        text-align: center;
        position: relative;
        margin-top: 60px;
        margin-bottom: 0px;
        display: block;
        overflow: hidden;
    }
    .testimonial-area:before{
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height:100%;
        display: block;
        background: rgba(0, 0, 0, 0.73);
    }
    .testimanial-area.owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        margin: 91px 0px 180px;
    }
    .testimonia-box{
        position: relative;
    }
    .testimanial-area{
        width: 100%;
        margin: 0 auto;
        text-align: center;
       /* background-image: url(../images/iphone5.png);*/
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
    }
    .testimanial-area  .item > img {
        width:160px;
        height: 160px;
        border-radius: 50%;
        display: inline-block;
    }
    .item > a {
    }
    .item > a > img {
    }
    .testimonial-details {
    }
    .testimanial-area .owl-item .item{
        width: 100%;
    }
    .testimonial-details > h3 {
        font-size: 30px;
        font-weight: 700;
        color: var(--primaryColor);
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        margin-top: 30px;
    }
    .testimonial-details > h4 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        padding: 0;
    }
    .testimonial-details > h5 {
        font-size: 16px;
        font-weight:200;
        color: var(--primaryColor);
        margin: 0;
        padding: 0;
    }
    .testimonial-details > p {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin: 0;
        padding: 0;
        padding:15px 24px;
        text-align: center;
        line-height: 26px;
    }
    .owl-carousel .owl-item {
        float: left;
        margin-top: 50px;
    }
    .customNavigation {
    }
    .testimonial-navigation {
        width: 100%;
        position: absolute;
        display: block;
        top: 45%;
    }
    .testimonial-navigation button i{
        color: #fff;
        font-size: 50px;
        position: absolute;
    }
    .testimonial-prev {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 0 50px 100px;
        border-color: transparent transparent transparent var(--primaryColor);
        position: absolute;
        left: 0;
        background: transparent !important;
        outline: none;
    }
    .fa-angle-left {
        top: -26px;
        left: -78px;
    }
    .testimonial-next {
        position: absolute;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 100px 50px 0;
        border-color: transparent var(--primaryColor) transparent transparent;
        background: transparent !important;
        outline: none;
    }
    .fa-angle-right {
        top: -26px;
        right: -78px;
    }
    .owl-controls {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        bottom: -35px;
        text-align: center;
    }
    .owl-pagination {
        display: inline-block;
        position: relative;
    }
    .owl-page.active {
        background: #fff;
    }
    .owl-page {
        height: 20px;
        width: 20px;
        border: 1px solid var(--primaryColor);
        float: left;
        margin: 5px;
        background: var(--primaryColor);
    }


/* =======================
    WE WORK SECTION
========================= */
.we-work-section{
    background: #f4f6fe;
	background-attachment: fixed;
}
    .we-work-item {
        text-align: center;
        position: relative;
        border: 1px solid #636363;
        padding: 20px 0 30px;
        margin-bottom: 20px;
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }

    .we-work-item:before{
        content: "";
        height: 1px;
        width: 60%;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: block;
        background:#f4f6fe;
        top: -1px;
        position: absolute;
    }
    .we-work-item:after{
        content: "";
        height: 1px;
        width: 60%;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: block;
        background:#f4f6fe;
        bottom: -1px;
        position: absolute;
    }
    .we-work-item i{
        font-size: 50px;
        margin-bottom: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .we-work-item > h3 {
        font-size: 22px;
        font-weight: 300;
        color: #636363;
        margin: 0;
        padding: 0;
        margin-top: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .we-work-item:hover i, .we-work-item:hover h3{
        color: var(--primaryColor)
    }
    .we-top {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    .we-top:before{
        content: "";
        height: 65%;
        width: 1px;
        margin: auto 0;
        left: -1px;
        right: 0;
        display: block;
        background:#f4f6fe;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0
    }
    .we-top:after{
        content: "";
        height: 65%;
        width: 1px;
        margin: auto 0;
        right: -1px;
        display: block;
        background:#f4f6fe;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .we-bottom {
        display: block;
        position: absolute;
        background: #636363;
        height: 1px;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .we-bottom:before{
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 10px;
        border-color: transparent transparent transparent #636363;
        z-index: 99;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .we-work-item:hover .we-bottom:before{
        border-width: 15px 0 15px 20px;
    }

    .we-work-section .col-md-2:first-child .we-work-item .we-bottom{
        /*background: transparent   */
    }
    .we-work-section .col-md-2:last-child .we-work-item .we-bottom{
        background: transparent
    }
    .we-work-section .col-md-2:last-child .we-work-item .we-bottom:before{
        display: none;
    }

/* =======================
    RECENT WORK SECTION
========================= */
.recent-work-section {
    background-image: url(../images/bg-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    padding-bottom: 0;
}
    .recent-work-section .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.83);
    }
    .recent-work-area {
        background-image: url(../images/mac.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        bottom: -13px;
        width: 700px;
        height: 350px;
        margin: 0 auto;
    }
    .recent-work-content {
        margin: 0 auto;
        height: 284px;
        width: 516px;
        background: #ccc;
        position: relative;
        top: 23px;
    }
    .recent-work-area .owl-carousel .owl-item{
        margin: 0;
    }
    .recent-work-area img{
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 0 auto;
    }
    .recent-work-navigation {
        display: none;
    }
    .recent-work-section .owl-controls.clickable{
        text-align: center;
		padding: 15px;
        z-index: 10;
    }

    /* =======================
    COMO TRABALHAMOS SECTION
========================= */
.comoTrabalhamos {
    /*background-image: url(../images/bg-07.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    padding-bottom: 0;*/
    background: var(--backgroundColor);
}
.comoTrabalhamos .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
}

/* =======================
    TABLE SECTION
========================= */
.table-title-section {
    display: block;
    position: relative;
	background: trasparent;
	z-index: 0;
}
    .table-section {
        background-image: url(../images/bg-01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
		background-attachment: fixed;
        width: 100%;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }
    .table-section .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.73);
    }
    
    .table-item {
        text-align: center;
        background: #fff;
        position: relative;
        top: -223px;
        margin-bottom: 20px;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .table-item:hover{
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        -o-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
        top: -223px;
        box-shadow: 0 6px 26px 0 #858585;
    }

    .table-item > ul {
        margin-bottom: 0;
    }
    .table-item > ul > li {
        list-style: none;
        display: block;
		text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #857f7f;
        padding: 15px 0;
    }
	.table-item > ul > li i {
		text-align: center;
		padding-left: 15px;
		margin-right: auto;
    }
    .table-item > ul > li:nth-child(even){
        background: #bdbdbd;
        color: #fff;
    }
    .table-header {
        display: block;
        background: var(--primaryColor);
        color: #fff;
        padding: 20px 0;
    }
    .table-header > h2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }
    .table-header > span {
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff
    }
    .table-footer {
    }
    .table-footer > a {
        display: inline-block;
        margin: 30px auto;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
    }
/* =======================
    SEPARADOR DE PÁGINA
========================= */
.separador {
    display: block;
    width: 100%;
    /*background: url(../images/cortina.png);*/
    background: var(--primaryColor);
    background-size: cover;
    position: absolute;
    padding: 10px 0;
    background-repeat: no-repeat;
}
    .separador h1 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }


/* =======================
    CONTACT BUTTON SECTION
========================= */
.contact-btn-section {
    display: block;
    background: var(--primaryColor);
	background-attachment: fixed;
    padding: 50px 0;
}
    .headline-title {
    }
    .headline-title > h1 {
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }
    .contact-btn {
    }
    .contact-btn > a {
        font-size: 14px;
        border-radius: 25px;
        color: #fff;
        display: inline-block;
        padding: 15px 25px;
        border: 1px solid #fff;
        text-transform: uppercase;
        position: relative;
        z-index: 10;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .contact-btn > a:hover{
        color: var(--primaryColor);
    }
    .contact-btn > a:before{
        content: "";
        display: block;
        height: 100%;
        width: 5px;
        position: absolute;
        top: 0;
        left: -1px;
        z-index: -1;
        border-radius: 22px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .contact-btn > a:hover:before{
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #fff;
        top: 0;
        left: 0px;
        z-index: -1;
        border-radius: 22px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

/* =======================
    TEAM SECTION
========================= */
.team-section {
    display: block;
    background: #eceef5;
	background-attachment: fixed;
    padding-bottom: 90px;
}
    .team-item {
        display: block;
        background: #fff;
        box-shadow: 0 0 1px 0 #808080;
        position: relative;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        overflow: hidden;
        margin-bottom: 30px
    }
    .team-item .social-media{
        background: var(--primaryColor);
        display: block;
        width: 100%;
        text-align: center;
        padding: 25px 0;
        position: absolute;
        top: 0;
        margin-top: 0;
        z-index: 999;
        top: -87px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .team-item:hover .social-media{
        top: 0px;
        opacity: 1;
    }
    .team-item img{
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        position: relative;
        top: 0;
        display: inline-block;
    }
    .team-item:hover img{
        position: relative;
        top: 85px;
    }
    .team-item .social-media{}
    .team-item .social-media ul{
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    .team-item .social-media ul li{}
    .team-item .social-media ul li a{
        display: block;
        text-align: center;
        opacity: 1;
        padding: 0;
    }
    .team-item .social-media ul li a i{
        color: #fff !important;
        opacity: 1;
        border: 1px solid #fff;
        color: #fff;
        width: 35px;
        height: 35px;
        padding: 8px 0;
    }
    .team-item > a {
        display: block;
        text-align: center;
    }
    .team-item .social-media ul li a:hover .fa-facebook{
        background: #3b5998;
    }
    .team-item .social-media ul li a:hover .fa-twitter{
        background: #4099FF;
    }
    .team-item .social-media ul li a:hover .fa-dribbble{
        background: #C73B6F;
    }
    .team-item .social-media ul li a:hover .fa-linkedin{
        background: #0e76a8;
    }
    .team-item .social-media ul li a:hover .fa-github {
        background: #333;
    }
    .team-item .social-media ul li a:hover .fa-codepen {
        background: #111;
    }
    .team-item .caption {
        background: var(--primaryColor);
        display: block;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        position: relative;
    }
    .caption > h2 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }
    .caption > h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        text-transform: capitalize;
    }

/* =======================
    FUN FACTS SECTION
========================= */
.fan-facts-section {
    background-image: url(../images/FUN-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    display: block;
    position: relative;
}
    .fan-facts-section:before{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.73);
    }
    .counter-area {
        text-align: center;
        color: #fff;
        border: 10px solid rgba(255, 255, 255, 0.2);
        padding: 20px 0;
        margin-bottom: 30px;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .counter-area:hover{
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .counter-area i{
        font-size: 70px;
        color: #fff;
    }
    .counter-area span{
        display: block;
        font-size: 70px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        font-family: 'Roboto';
        margin: 40px 0 30px;
    }
    .counter-area h3{
        padding: 0;
        font-size: 20px;
        color: #fff;
        font-weight: 300;
    }
    #client .owl-controls.clickable{
        display: none !important;
    }

/* =======================
    CLIENT SECTION
========================= */
.client-section {
    display: block;
    background: #eceef5;
	background-attachment: fixed;
    position: relative;
    width: 100%;
}
    .client-item {
        border: 10px solid rgba(0, 0, 0, .12);
        margin: 0 15px;
    }
    .client-item > a{
        display: block;
        position: relative;
        text-align: center;
    }
    .client-item > a:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/white-plus.png) var(--primaryColor);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center center;
        -webkit-transform:scale(0.1,0.1);
        -moz-transform:scale(0.1,0.1);
        -o-transform:scale(0.1,0.1);
        transform:scale(0.1,0.1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        opacity: 0;
    }
    .client-item > a:hover:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transform:scale(1,1);
        -moz-transform:scale(1,1);
        -o-transform:scale(1,1);
        transform:scale(1,1);
        opacity: 1;
    }
    .client-item > a > img {
        height: auto;
        margin: 12px auto;
        text-align: center;
        display: inline-block;
    }
    .client-navigation {
        width: 100%;
        position: absolute;
        display: block;
        top: 60%;
        left: 0;
    }
    .client-navigation button i{
        color: #fff;
        font-size: 50px;
        position: absolute;
    }
    .client-prev {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 0 50px 100px;
        border-color: transparent transparent transparent var(--primaryColor);
        position: absolute;
        left: 0;
        background: transparent !important;
        outline: none;
    }
    .fa-angle-left {
        top: -26px;
        left: -78px;
    }
    .client-next {
        position: absolute;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 100px 50px 0;
        border-color: transparent var(--primaryColor) transparent transparent;
        background: transparent !important;
        outline: none;
    }
    .fa-angle-right {
        top: -26px;
        right: -78px;
    }

/* =======================
    BLOG SECTION
========================= */
.blog-section {
    display: block;
    position: relative;
}
    .blog-item > a{
        position: relative;
        display: block;
        overflow: hidden;
        overflow: hidden;
    }
    .blog-item > a:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/white-plus.png) var(--primaryColor);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center center;
        -webkit-transform:scale(0.1,0.1);
        -moz-transform:scale(0.1,0.1);
        -o-transform:scale(0.1,0.1);
        transform:scale(0.1,0.1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        opacity: 0;
    }
    .blog-item > a:hover:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/white-plus.png) rgba(70, 191, 169, 1.0);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center center;
        -webkit-transform:scale(1.1,1.1);
        -moz-transform:scale(1.1,1.1);
        -o-transform:scale(1.1,1.1);
        transform:scale(1.1,1.1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        opacity: 1;
    }
    .blog-item > a > img {
        width: 100%;
        height: auto;
    }
    .blog-caption {
        position: relative;
        display: block;
        background: #f2f3f8;
    }
    .title {
        background: rgba(255, 255, 255, 0.7);
        display: block;
        width: 100%;
        overflow: hidden;
        margin-top: 5px;
    }
    .title > h3 {
        float: left;
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: #605e5e;
        font-weight: 600;
        text-align: left;
        padding: 5px 10px;
    }
    .caption {
        display: block;
        overflow: hidden;
    }
    .meta {
        width: 40px;
        height: 42px;
        float: left;
        background: var(--primaryColor);
        color: #fff;
        display: block;
        text-align: center;
    }
    .meta i{
        font-size: 26px;
        margin-top: 5px;
    }
    .date-meta {
        width: 40px;
        float: left;
    }
    .date-box {
        background: var(--primaryColor);
        color: #fff;
        margin-top: 5px;
        width: 40px;
        height: 50px;
        text-align: center;
        padding: 6px 0;
    }
    .date-box:last-child{
        height: 60px;
    }
    .date-box i{
        font-size: 26px;
        margin-top: 4px;
    }
    .date-box > p {
        display: block;
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: center;
        margin-left: 0 !important;
        font-size: 16px;
        font-family: 'Roboto';
        font-weight: 300;
    }
    .date-box > span {
        font-family: 'Roboto';
        font-size: 24px;
        display: block;
        text-align: center;
        font-weight: 700;
        margin-top: 5px;
    }
    .caption > p{
        margin-left: 40px;
        display: block;
        margin-top: 6px;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        padding: 10px;
        padding-bottom: 0;
    }
    .load-more{
        display: block;
        text-align: center;
    }
    .load-more a.pori-btn {
        padding: 1.6% 5%;
        font-size: 16px;
    }
/* =======================
    CONTACT SECTION
========================= */
.contact-section {
    /*background: url(../images/map-bg.png) #2f3133;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background: "var(--backgroundColor)";
}
    .contact-section .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }
    /*.contact-section input, .contact-section textarea {
        color: white !important;
    }
    .contact-section::-webkit-input-placeholder {
        color: #fff !important;
    }
    .contact-section:-moz-placeholder {
        color: #fff !important;
    }
    .contact-section::-moz-placeholder {
        color: #fff !important;
    }
    .contact-section:-ms-input-placeholder {
        color: #fff !important;
    }*/
    .contact-section .titie-section{
        display: block;
        margin-bottom: 80px;
    }
    .contact-section .titie-section h1{
        color: #fff;
    }
    .contact-section .left-content {
        display: block;
        overflow: hidden;
    }
    .contact-section .left-content h1{
        font-size: 72px;
        margin: 0;
        color: #fff;
        line-height: 1;
        font-family: 'Roboto';
    }
    .contact-section .left-content h1 span{
        color: var(--primaryColor);
    }
    .contact-section .left-content h3{
		color: var(--primaryColor);
        display: block;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        margin: 0;
        padding: 0;
    }
    .contact-section .left-content p{
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        font-family: 'Roboto';
    }
    .contact-section .left-content p b{
        color: var(--primaryColor);
    }
    .contact-section .left-content p{
        margin-bottom: 0;
    }
    .left-content .contact-info{
        display: block;
        margin-top: 30px;
        opacity: 1;
    }
    .left-content .contact-info p{
        margin: 0;
        display: block;
        opacity: 1
    }
    .footer-social-media{
        display: block;
        margin-top: 10px;
    }
    .footer-social-media ul{
        margin: 0;
        padding: 0;
        display: block;
    }
    .footer-social-media ul li{
        list-style: none;
        display: inline-block;
        margin-right: 0px;
        float: left;
    }
    .footer-social-media ul li a{
        color: #fff;
    }
    .footer-social-media ul li a i{
        height: 35px;
        width: 35px;
        font-size: 20px;
        border: 1px solid #fff;
        text-align: center;
        padding: 7px 0;
    }
    .footer-social-media ul li a:hover i{
        background: var(--primaryColor);
        border: 1px solid var(--primaryColor);
    }
    .contact-form{
        display: block;
    }
    .contact-form .col-md-6{
        display: block;
    }

    .contact-form .input-group{
        width: 100%;
        display: block;
    }
    .contact-form  input.form-control, .contact-form textarea.form-control {
        width: 100%;
        display: block;
        background: var(--backgroundColor);
        border: 2px solid var(--primaryColor);
        height: 50px;
        border-radius: 8px;
    }
    .contact-form  textarea.form-control{
        height: 120px;
    }
    .form-control:focus, .form-control:hover{
        /*border: 2px solid white;
        box-shadow: none;
        color: white !important;*/
        outline: none;
        box-shadow: none;
        border-color: var(--primaryColor);

    }
    .contact-body i {
        font-size: 22px;
        background: var(--primaryColor);
        padding-top: 15px;
        border-radius: 50%;
        margin-right: 7px;
        color: white;
        width: 50px;
        height: 50px;
        text-align: center;
        transition: all 0.3s;
        border: 2px solid var(--primaryColor);
    }
    .contact-body a:hover i {
        color: var(--primaryColor);
        background: var(--backgroundColor);
    }
    span.pori-btn{
        padding: 0;
    }

    .contact-form  input.submit-btn{
        display: inline-block;
        background: transparent !important;
        padding: 15px 60px !important;
        border: none;
        font-size: 16px;
        text-transform: uppercase;
        outline: none
    }
    #message .error_message{
        display: block;
        width: 100%;
        color: red;
        padding: 5px 0;
    }
    #message fieldset{
        display: block;
        width: 100%;
    }
    #message fieldset h1{
        color: var(--primaryColor);
        margin: 0;
        padding: 0;
        font-size: 20px;
    }

/* =======================
    FOOTER TOP SECTION
========================= */
.footer-top-section {
    display: block;
    width: 100%;
    background: var(--primaryColor);
    padding: 70px 0 60px;
}
    .widget {
    }
    .headline {
        margin: 0;
        padding: 0;
        font-size: 24px;
        display: block;
        text-align: left;
        color: #fff;
        position: relative;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .headline:before{
        content: "";
        width: 100px;
        height: 2px;
        background: var(--primaryColor);
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
    }
    .widget-item {
    }
    .widget-item > p {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }
    .widget-item > ul {
    }
    .widget-item > ul > li {
        list-style: none;
    }
    .widget-item > ul > li > a {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        text-transform: capitalize;
        text-align: left;
        line-height: 30px;
        position: relative;
        padding-left: 15px;
        font-family: 'Open Sans';
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .widget-item > ul > li > a:before{
        content: "\f101";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: var(--primaryColor);
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: -5px;
        left: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .widget-item > ul > li > a:hover{
        color: var(--primaryColor);
    }
    .tagcloud {
        margin-left: -4px;
        margin-right: -4px;
    }
    .tagcloud > a {
        float: left;
        background: var(--primaryColor);
        padding: 3px 8px;
        margin: 4px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open sans';
        color: #fff;
        border-bottom: 1px solid var(--primaryColor);
    }
    .tagcloud > a:hover{
        border-bottom: 1px solid #fff;
    }

/* =======================
    FOOTER SECTION
========================= */
.footer-section {
    display: block;
    background: var(--primaryColor);
    padding: 45px 0;
    text-align: center;
    color: #fff;
    position: relative;
}
    .footer-section p{
        padding: 0;
        margin: 0;
        display: block;
        color: #fff;
        font-size: 16px;
    }
    .footer-section p a{
        color: var(--primaryColor)
    }
    .footer-section p a:hover{
        color: #fff;
    }
    .top-button{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 40px 25px;
        border-color: transparent transparent var(--primaryColor) transparent;
        position: absolute;
        top: -60px;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .top-button:before{
        content: "\f176";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    /*--adjust as necessary--*/
        color: #fff;
        font-size: 16px;
        padding-right: 0.5em;
        position: absolute;
        top: 15px;
        left: -3px;
    }
    .top-button.fixed{
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

footer {
    color: white;
    background: var(--primaryColor);
}
footer h3 {
    padding-top: 5%;
    margin-bottom: 30px;
    color: white;
    font-size: 28px;
    text-transform: uppercase;
}
footer p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}
footer .footer-above {
    padding-top: 50px;
    background-color: black;
}
footer .footer-col {
    margin-bottom: 50px;
}
footer .footer-col a{
    color: white;
}
footer .footer-col a:hover{
    color: #ccc;
}
footer .footer-below {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #252525;
    margin: 0px;
}


/*
    @ TEMPLATE NAME: PORI
    @ FILE NAME : STYLE
    @ STYLE NAME: RESPONSIVE
    @ AUTHOR NAME: SHAH ZOBYER AHMED
    @ AUTHOR URL: WWW.ZOBYER.COM
*/
@media (max-width: 1500px){
    /* SLIDER SECTION */
    .carousel-caption {
        top: 5%;
    }

}
@media (max-width: 1400px){
    /* SLIDER SECTION */
    .carousel-caption {
        top: 5%;
    }
    .carousel-caption > h1{
        font-size: 40px;
    }

}
@media (max-width: 1300px){
    /* SLIDER SECTION */
    .video-section {
        max-height: 550px;
    }
    .carousel-caption {
        top: 20%;
    }
    .carousel-caption > h1 {
        font-size: 35px;
    }
    .carousel-caption > p {
        font-size: 20px;
    }

}
@media (max-width: 1200px){
    .video-section {
        max-height: 550px;
    }
    /* TEAM SECTAION */
    .team-item .social-media ul li a i {
        width: 31px;
        height: 31px;
        padding: 5px 0;
    }
    .title > h3{
        font-size: 18px;
    }
}

@media (max-width: 992px){
    /* MENU SECTION */
    .navbar-right > li > a {
        font-size: 13px;
        padding: 12px 10px;
    }
    .slider-section {
        height: auto;
        display: block;
        overflow: hidden;
    }
    .video-section {
        max-height: 450px;
    }
    .carousel-caption {
        top: 35%;
    }
    .carousel-caption > h1 {
        font-size: 50px;
        line-height: 60px
    }
    .carousel-caption > p {
        font-size: 20px;
    }
    .we-bottom:before{
        display: none;
    }
    .we-bottom{
        display: none;
    }

    /* RECENT WORK */
    .recent-work-area {
        background-image: url(../images/mac.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        bottom: -16px;
        width: 700px;
        height: 350px;
        margin: 0 auto;
    }
    .recent-work-content {
        margin: 0 auto;
        height: 284px;
        width: 516px;
        background: #ccc;
        position: relative;
        top: 23px;
    }
    /* TABOLE SECTION */
    .table-item{
        margin-bottom: 30px;
    }
    .blog-item {
        display: block;
        margin-bottom: 15px;
    }


}

@media (max-width: 768px){
    /* HEADER TOP SECTION */
    .title-section{
        margin-bottom: 50px;
    }
    .portfolio-section {
        padding: 120px 0 40px !important;
    }
    .section {
        padding: 60px 0px 60px 0px;
    }
    .header-top-section {
        padding: 10px 0;
    }
    .contact-info, .social-media{
        text-align: center;
        padding: 10px 0;
    }
    /* HEADER MENU SECTION */
    .header-section{
        position: absolute;
		display: block;
        background: transparent;
        top: 0px;
		z-index: 100;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .navbar-nav {
        /*border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;*/
        margin-top:5px;
    }
    .navbar-right > li > a{
        text-align: center;
    }
    .navbar-right > li > a {
        font-size: 13px;
        padding: 5px 9px;
    }
    .navbar-right > li.active > a{
        text-align: center;
        /*border-top: 1px solid var(--primaryColor);
        border-bottom: 1px solid var(--primaryColor);*/
    }
    .navbar-right > li:hover ul{
        display: block;
        width: 100%;
        position: relative;
    }
    .navbar-right > li ul li a{
        text-align: center;
    }

    div#navbar-menu {
        border: none;
        box-shadow: none;
        padding-top: 0px;
        padding-bottom: 0px;
        /*margin-bottom: -10px;*/
        margin-top: 0px;
        background: var(--backgroundColor);
        box-shadow: 0px 3px 5px -2px var(--secondColor);
    }
    .slider-section {
        height: auto;
        display: block;
        overflow: hidden;
    }
    video {
        width: auto;
        height: 100%;
    }
    .video-section {
        max-height: 300px;
    }
    /* SLIDER SECTION */
    .carousel-caption {
        top: 35%;
        display: block;
    }
    .carousel-caption > h1 {
        font-size: 30px;
    }
    .carousel-caption > p {
        font-size: 14px;
    }
    a.carousel-control.left, a.carousel-control.right {
        top: 28%;
    }

    /* ABOUT SECTION */
    .about-content{
        margin-bottom: 50px;
    }
    /* WHY SECTION */

    .why-thumb{
        margin-bottom: 50px;
    }
    /* POSRTFOLIO SECTION */
    .fillter-menu > ul > li {
        padding: 5px 10px;
        font-size: 14px;
    }
    .fillter-menu > ul:before{
        display: none;
    }

    ul.button-group.sort-button-group {
        padding: 5px 10px;
    }
    .customNavigation.testimonial-navigation {
        display: none;
    }
     /* RECENT WORK */
    .recent-work-area {
        background-image: none;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        bottom: 25px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .recent-work-content {
        margin: 0 auto;
        height: auto;
        width: 100%;
        background: transparent;
        position: relative;
        top: 23px;
    }
    .recent-work-area .item{
        /*border: 20px solid #fff;*/
    }
    .client-section .owl-controls {
        bottom: 0px;
    }

    /* TABLE SECTION */
    .table-section{
    }
    .table-item {
        top: -103px;
    }
    .table-item:hover{
        top: -103px;
    }
    /* CLIENT SECTION */
    .client-navigation{
        display: none;
    }
    .owl-carousel .owl-item {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    /* CONTACT BUTTON SECTION */
    .headline-title > h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .team-item .social-media ul li a i {
        color: #fff !important;
        opacity: 1;
        border: 1px solid #fff;
        color: #fff;
        width: 35px;
        height: 35px;
        padding: 8px 0;
    }
    .contact-form input.submit-btn{
        margin-top: 0px;
    }
    .left-content .contact-info {
        margin-top: 10px;
        text-align: left;
    }
}

@media (max-width: 580px){
    .logo {
        width: 100%;
        max-width: 200px;
    }
    .homePageBodyLeft {
        /*margin-bottom: 30px;*/
    }
    .homePage, .sites-section, .service-section, .recent-work-section, .table-section, .contact-section {
        /*background-attachment: scroll !important;*/
    }
    .service-section {
        margin-top: -40px;
        padding: 60px 0;
    }
    .homePage h1, .sites-section h1, .apps-section h1, .appBarbearias h1 {
        font-size: 25px !important;
        line-height: initial;
    }
    .sites-section h3, .apps-section h3 {
        font-size: 20px !important;
    }
    .separador h1 {
        font-size: 20px !important;
    }
    .sites-section .overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.7) 17%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 62%,rgba(0,0,0,0.2) 100%) !important;
    }
    .sitesDevices .monitor {
        width: 75%;
        height: auto;
        z-index: 1;
        margin-left: 8%;
    }
    .sitesDevices .notebook {
        width: 60%;
        position: absolute;
        display: block;
        margin-top: -25%;
        margin-left: 45%;
        z-index: 10;
    }
    .sitesDevices .tablet {
        width: 25%;
        margin-top: -25%;
        margin-left: -5%;
        display: block;
        position: relative;
    }
    .sitesDevices .iphone {
        width: 10%;
        margin-top: -18%;
        display: block;
        position: relative;
        margin-left: 16%;
    }
    .title-section > h1 {
        font-size: 32px;
    }
    
    /* Apps */
    .appsDevices .smartphoneToni {
        width: 40%;
        height: auto;
        position: relative;
        display: block;
        margin-top: -5%;
        margin-right: -5%;
        float: right;
        z-index: 2;
    }
    .appsDevices .cupom {
        position: absolute;
        width: 35%;
        display: block;
        z-index: 5;
    }
    .appsDevices .cupom1 {
        margin-left: 1%;
        margin-top: 8%;
        transform: rotate(8deg);
    }
    .appsDevices .cupom2 {
        margin-left: 25%;
        margin-top: -5%;
        transform: rotate(-6deg);
    }
    .appsDevices .cupom3 {
        margin-left: 22%;
        margin-top: 26%;
        transform: rotate(-5deg);
    }
    .appsDevices .cupom4 {
        margin-left: 1%;
        margin-top: 44%;
        transform: rotate(-5deg);
    }
    .appsDevices .cupom5 {
        margin-left: 30%;
        margin-top: 54%;
        transform: rotate(-22deg);
    }
}

@media (max-width: 420px){
    /* TITLE SECTION */
    .carousel-caption {
        top: 35%;
        display: block;
        padding-top: 0;
    }
    .carousel-caption > h1 {
        font-size: 20px;
        line-height: 25px
    }
    .carousel-caption > p {
        font-size: 12px;
    }
    .carousel-control {
        display: none;
    }
    /* POSRTFOLIO SECTION */
    .fillter-menu > ul > li {
        display: block;
    }
    /* TESTIMONIAL */
    .testimonial-area{
        padding: 20px 0 50px;
        height: auto;
    }
    .testimanial-area{
        height: auto;
    }
    .testimonia-box{
        height: auto;
    }
    .owl-controls{
        bottom: 0px;
    }

    .testimanial-area.owl-carousel .owl-wrapper-outer{
        height: auto;
        padding-bottom: 50px;
    }
    .testimanial-area{
        background-image: none;
        width: 100%;
        padding: 0 15px;
        position: relative;
        top: 0;
        margin: 30px 0;
    }
    .testimanial-area.owl-carousel .owl-wrapper-outer{
        width: 100%;
        margin: 0;
    }
    /*  WE WORK SECTION */
    .we-work-item > h3{
        font-size: 20px;
    }
    .we-work-item i{
        font-size: 35px;
    }
    .recent-work-section .owl-controls.clickable {
        text-align: center;
        bottom: -80px;
    }
    .white-title > p {
        font-size: 13px;
        line-height: 24px;
        padding:  0 15px
    }
    /* BLOG SECTION */
    .title > h3 {
        font-size: 16px;
        padding: 8px 10px;
        line-height: 26px;
    }
}

/*
    @ TEMPLATE NAME: PORI
    @ FILE NAME : STYLE
    @ STYLE NAME: BLOG PAGE STYLE
    @ AUTHOR NAME: SHAH ZOBYER AHMED
    @ AUTHOR URL: WWW.ZOBYER.COM
*/
.section.blog-title-section {
    display: block;
    width: 100%;
    background: url(../images/title-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 60px 0;
}
.section.blog-title-section:before{
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(49, 56, 64, 0.71)
}

.title-contnet {
}
.title-contnet h2{
    font-family: 'Roboto';
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

ol.breadcrumb {
    display: block;
    background: transparent;
    position: relative;
    margin-bottom: 0;
}
ol.breadcrumb li.active{
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
}
ol.breadcrumb li a{
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    color: #fff !important;
    margin: 0;
}

.blog-container {
    display: block;
    padding: 60px 0;
}

.col-md-9 {
}

.blog-item {
    display: block;
    margin-bottom: 40px;
}

.thumb img{
    width: 100%;
    height: auto;
}

.img-responsive {
}

.blog-meta {
    position: relative;
}
.blog-meta h2{
    position: absolute;
    top: -87px;
    left: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto';
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0;
    text-transform: uppercase;
    width: 100px;
}
.blog-meta span{
    display: inline-block;
    width: 100px;
    background: var(--primaryColor);
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.blog-meta p{
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    padding-left: 15px;
    color: #000000
}

.blog-contnet {
}
.blog-contnet h3{
    color: #1c1c1c;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.blog-contnet p{
    margin-top: 0px;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Open Sans';
}
nav ul.pagination {
    margin: 0;
    margin-bottom: 50px;
}
nav ul.pagination  li{}
nav ul.pagination  li a{
    border-radius: 0px !important;
    color: #1c1c1c;
    margin: 3px;
}
nav ul.pagination li.active a{
    background: var(--primaryColor) !important;
    margin: 3px;
    border: 1px solid var(--primaryColor) !important;
}
nav ul.pagination  li a:hover{
    background: var(--primaryColor);
    border: 1px solid var(--primaryColor) !important;
    color: #fff;
}

/*
    SIDEBAR STYLE
 */
.col-md-3.sidebar {
}

.sidebar .widget {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.search {
    width: 100%;
    display: block;
}
.input-group {
    display: block;
    display: block;
}

.search .form-control {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #333740;
    color: #333740;
}
.search .form-control:hover, .search .form-control:active, .search .form-control:focus{
    border: 1px solid var(--primaryColor);
}

.input-group-btn {
}

.btn.btn-default {
}

.sidebar .headline {
    font-size: 24px;
    font-weight: 700;
    color: #1e1e1e;
    display: block;
    font-family: 'Open Sans';
    text-transform: uppercase;
}
.sidebar .headline::first-letter {
    font-size: 150%;
    color: var(--primaryColor);
}
.sidebar .widget ul{}
.sidebar .widget ul li{
    list-style: none;
    display: block;
    padding: 12px 0;
    position: relative;
}
.sidebar .widget ul li a{
    color: var(--primaryColor);
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans';
    color: #1e1e1e;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
.sidebar .widget ul li:before{
    content: "";
    background: #dad8d4;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
}

.sidebar .widget ul li a:hover{
    color: var(--primaryColor);
}

.sidebar .widget ul li a b{
    margin-top: 5px;
    position: relative;
    top: 5px;
}
.sidebar .widget ul li a span{
    float: right;
    width: 30px;
    height: 30px;
    font-weight: 700;
    color: #fff;
    background:var(--primaryColor);
    text-align: center;
    padding: 5px 0;
}

.recent-item {
    position: relative;
}

.recent-post {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.recent-post img{
    width: 100%;
    height: auto;
}

.recent-post a{
    position: absolute;
    top: 0;
    display: block;
    background:var(--primaryColor);
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    color: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform:scale(0.1,0.1);
    -moz-transform:scale(0.1,0.1);
    -o-transform:scale(0.1,0.1);
    transform:scale(0.1,0.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    cursor:  url(../images/white-plus.png), auto;
}

.recent-post:hover a{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -o-transform:scale(1,1);
    transform:scale(1,1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}

.recent-hover {}
.recent-hover h5{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 14%;
}
.recent-hover p{
    display: block;
    margin-top: 5px;
}
.recent-hover p i{
    color: var(--primaryColor);
}
.widget-item.row {
    margin-left: -5px;
    margin-right: -5px;
}
.widget-items a{
    display: inline-block;
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.widget-items a:before{
    content: "";
    position: absolute;
    top: 0;
    display: block;
    background:var(--primaryColor);
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    color: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform:scale(0.1,0.1);
    -moz-transform:scale(0.1,0.1);
    -o-transform:scale(0.1,0.1);
    transform:scale(0.1,0.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    cursor:  url(../images/white-plus.png), auto;
}
.widget-items a:hover:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -o-transform:scale(1,1);
    transform:scale(1,1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}

.widget-items a img{
    width: 100%;
    height: auto;
}

/*
    PRELOADER
*/
#preloader{
    width: 100%;
    height: 100%;
    -webkit-animation: preloader_6 5s infinite linear;
    -moz-animation: preloader_6 5s infinite linear;
    -o-animation: preloader_6 5s infinite linear;
    animation: preloader_6 5s infinite linear;
    background: #000;
    display: block;
    text-align: center;
    position: fixed;
    z-index: 999999;
}

@-webkit-keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6);
  }
  50% {
    -webkit-transform: rotate(-89deg);
            -moz-transform: rotate(-89deg);
            -o-transform: rotate(-89deg);
            transform: rotate(-89deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6);
  }
  50% {
    -webkit-transform: rotate(-89deg);
            -moz-transform: rotate(-89deg);
            -o-transform: rotate(-89deg);
            transform: rotate(-89deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}

.loader-square {
  display: block;
  width: 50px;
  height: 50px;
  background: var(--primaryColor);
}

.loader-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 50% 50% 0;
          -moz-transform-origin: 50% 50% 0;
          -o-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: dyinglight 1s ease infinite;
          -moz-animation: dyinglight 1s ease infinite;
          -o-animation: dyinglight 1s ease infinite;
          animation: dyinglight 1s ease infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.loader-border-top:before,
.loader-border-top:after,
.loader-border-bottom:before,
.loader-border-bottom:after {
  position: absolute;
  width: 17px;
  height: 17px;
  color: var(--primaryColor);
  content: "";
}

.loader-border-top:before {
  border-left: 1px solid;
  border-top: 1px solid;
  top: -6px;
  left: -6px;
}
.loader-border-top:after {
  border-right: 1px solid;
  border-top: 1px solid;
  top: -6px;
  right: -6px;
}

.loader-border-bottom:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  left: -6px;
}
.loader-border-bottom:after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  right: -6px;
}


@media (max-width: 768px){
    .blog-meta p{
        padding-left: 0px;
        margin-top: 5px;
    }
    .blog-contnet h3{
        margin-top: 0px;
    }
    .section.blog-title-section{
        padding: 25px 0;
    }
    .blog-comment {
        margin-bottom: 50px;
    }
    .col-md-3.sidebar {
        margin-bottom: 50px;
    }
}


.box {
	height:430px;
	display:block;
	position:relative;
	overflow:hidden
}
.box iframe {
    width: 95%;
    height: 345px;
    box-shadow: 0px 0px 8px -2px var(--secondColor);
}

.boxImg {
	margin-bottom: 15px;
    width: 100%;
    height: 100%;
}

.box>div
{
	height:80%;
	transition:all 7s ease;
	background-position:0 0;
	background-size:100% auto;
	background-repeat:no-repeat;
	box-shadow:0 3px 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.2);
	overflow:hidden;
	margin:5px 10px 0
}

.box>div a
{
	display:block;
	height:100%;
	width:100%
}

.box2
{
	margin:0
}

.box1-inner
{
	background-image:url(../images/portfolio/haup.png)
}

.box2-inner
{
	background-image:url(../images/portfolio/f5Beskow.png)
}

.box3-inner
{
	background-image:url(../images/portfolio/log.png)
}

.box4-inner
{
	background-image:url(../images/portfolio/temposombradaeternidade.png)
}
.box5-inner
{
	background-image:url(../images/portfolio/ilinks.png)
}


.box>div:hover
{
	background-position:0 100%
}

.box h3
{
	font-family:'Oxygen',sans-serif;
	font-size:20px;
	text-transform:capitalize;
	font-weight:400;
	margin: 0px auto 0;
    background: var(--primaryColor);
    padding: 15px;
    margin-top: -5px;
    color: black;
    -webkit-box-shadow: 0px 23px 15px -15px rgb(0, 0, 0);
    box-shadow: 0px 23px 15px -15px rgb(0, 0, 0);
}
.box a {
    color: white;
}
.box a:hover {
    zoom: 120%;
}
.boxImg h3
{
	font-family:'Oxygen',sans-serif;
	font-size:16px;
	text-transform:capitalize;
	font-weight:bold;
	margin: -5px -5px 0px -5px;
    background: #2b2b2b;
    padding: 12px;
    color: white;
	height: 15%;
}

@media screen and (max-width: 768px) {
	.box {
		height:460px;
		width:92%;
		margin:0 4% 30px;
		float:none
	}
	.box h3 {
		font-family:'Oxygen',sans-serif;
		font-size: 20px;
		text-transform:capitalize;
		font-weight:400;
		background: var(--primaryColor);
		color: black;
   		margin: 0px auto 0;
		padding: 0px;
		height: 100%;
	}
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: var(--primaryColor);
    background-color: transparent;
}
.nav-pills > li > a {
    color: var(--secondColor);
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background: var(--backgroundColor);
	color: var(--primaryColor);
}
.home-slider{
	background: white;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.homeMobile{
    width: 100%;
    height: auto;
    background: url(../images/palco.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 50%;
    padding-bottom: 30px;
}
.homeMobile h1 {
    color: white;
    font-size: 30px;
    font-weight: 900;
}
.homeMobile h4 {
    color: white;
    font-size: 20px;
    padding-bottom: 0px;
}
.homeMonitor {
    margin-top: 110px; 
    margin-left: -40px;
}
.homeNotebook {
    margin-left: 25px;
    margin-top: -50px;
}
.homeTablet {
    margin-top: -80px;
    margin-left: -65px;
}
.homeIphone {
    margin-top: -45px;
    margin-left: -20px;
}
.navNoMobile {
    padding: 25px;
}
.navNoMobileLogin {
    padding: 20px;
}
/* INTRANET */
#tf-header2 {
    padding: 20px;
    background: var(--background);
    color: var(--primaryColor);
}
#tf-header2 .breadcrumb2 {
    padding: 8px 15px;
	padding-left: 40px;
    margin-bottom: -10px;
	font-size: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
	color: white;
}
#tf-header2 .breadcrumb2 > li + li:before {
    padding: 0 5px;
    color: white;
    content: "/\00a0";
}
#tf-header2 .breadcrumb2 li{
	display: inline;
}
#tf-header2 a {
	color: white;
}
#tf-header2 a:hover {
	color: var(--primaryColor);;
}
#tf-header2 h3 {
    font-size: 30px;
    color: var(--primaryColor);
}
#tf-header2 img {
    width: 220px;
    height: auto;
}
.menuUser {
	padding: 8px 15px;
	padding-left: 40px;
	padding-right: 0px;
    margin-bottom: -10px;
	font-size: 20px;
	color: white;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
	text-align: right;
}
.menuUser li {
   	display: inline;
	text-align: right;
	padding: 10px;
	padding-right: 0px;
	color: white;
}
@media (max-width: 767px){
    .menuUser {
        margin-bottom: -10px;
        font-size: 16px;
        color: white;
        list-style: none;
        background-color: transparent;
        margin-top: -10px;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .menuUser li {
        display: inline;
        text-align: center;
        padding: 10px;
        padding-right: 0px;
        color: white;
    }
    #tf-header2 img {
        width: 180px;
        height: auto;
    }
}
.featureAdmin {
	padding-top: 20px;
}
.featureAdmin a {
	text-align: center;
}
.features {
	background: #222;
	color: white;
	border-radius: 5px;
	padding: 5px;
}
.features li {
	width: 100%;
	text-align: center;
	color: white;
	border-bottom: 2px solid white;
}
.features li:hover, li:focus {
	background: var(--primaryColor);;
	color: white;
    border-bottom: 2px solid white;
}
.features li.active {
	background: var(--primaryColor);;
	color: white;
    border-bottom: 2px solid white;
}
.features li .features a, .features span {
	color: white;
}
.features h4 {
    font-size: 25px;
    color: white;
    margin-bottom: 0px;
}
.features .nav-pills > li > a:hover, .features .nav-pills > li > a:focus{
    color: white;
    background: var(--primaryColor);
}
.features .nav {
	width: 100%;
	text-align: center;
}
#feature .panel-default{
	/*border: solid 2px black;
    border-radius: 10px;*/
    background: white;
    margin-top: 10px;
}
#feature .panel-default .panel-heading {
	background: #222;
	color: white;
    border-radius: 5px;
    padding: 10px;
}
#feature .panel-default .panel-heading h4 {
    color: white;
    text-transform: uppercase;
    padding: 0px 0px 0px 5px;
}
.intranetItens {
	padding: 15px 20px 20px 20px;
}
.itemGerenciar {
    width: 100%;
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 23px;
    border-radius: 15px;
    color: #434242;
    box-shadow: 0px 0px 1px 0px #ffffff;
}
.itemGerenciar:hover {
	cursor: pointer;
    box-shadow: 1px 1px 10px 2px #e3e3e3;
}
.itemGerenciar h4 {
    font-size: 25px;
    color: #434242;
    margin-top: 5px;
}
.barraRolagem {
	 width: auto;
	 height: 350px;
	 overflow: auto;
}
.barraRolagemAdmin {
	width: auto;
	height: 360px;
	overflow: auto;
}
.fancyModal {
    line-height: 0.5;
    text-align: center;
    margin-top: 20px;
}
.fancyModal span {
    display: inline-block;
    position: relative;
    color: black;
}
.fancyModal span:before,
.fancyModal span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #f1f1f1;
    top: 15px;
    width: 600%;
}
.fancyModal span:before {
    right: 100%;
    margin-right: 10px;
}
.fancyModal span:after {
    left: 100%;
    margin-left: 10px;
}
.obsModal {
    margin: -15px 0px 15px 15px;
    border: 1px solid #d0cece;
    padding: 20px;
    width: 95%;
    border-radius: 5px;
}
.modal-content {
    border-radius: 20px;
}
.modal-header {
    margin-right: -0.5px;
    text-align: center;
    background: var(--primaryColor);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.modal-title {
    color: white !important;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0;
}
.iconMenu {
    color: #9d9d9d; 
    font-size: 20px;
}
.iconMenu:hover, .iconMenu:active, .iconMenu:focus{
    color: white; 
}
.analiseEmpresa {
    padding-bottom: 15px;
}
.itemAnalise {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
@media (max-width: 992px){
    .features li {
        width: 25%;
        float: left;
        border-bottom: none;
    }
    .features li.active{
        border-bottom: 5px solid white;
    }
    .featureAdmin h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .features li h4 {
        font-size: 10px;
        margin-bottom: 0px;
        margin-left: -3px;
    }
    .obsModal {
        width: 90%;
    }
}
/* FIM INTRANET */
/* LOGIN */
.login {
    display: table;
    position: relative; 
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--backgroundColor);
    /*color: white;
    background: url(../images/fundoLogin.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.navbarLogin {
	width: 100%;
	background: black;
    color: white;
    position: absolute;
	display: block;
    padding: 5px 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbarLogin.fixed{
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    background: black;
    /*padding: 10px 0px 10px 0px;*/
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#telaLogin{
    margin-top: 180px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0px 0px 5px -2px var(--secondColor);
}
.telaLogin span{
    background: #ce0a24; 
    padding: 10px 30px 5px 30px; 
    border-radius: 50%; 
    margin-bottom: 10px;
    font-size: 10em;
}
.telaLogin h1 {
    font-size: 40px;
    padding: 0px;
    color: black;
    font-family: fantasy;
}
.telaLogin p {
    color: black;
    padding-top: 15px;
}
.loginInfo {
	width: 100%;
	color: white;
	float: right;
	text-align: center;
	padding: 40px 30px 0px 30px;
}
.loginInfo a {
	color: white;
}
.loginInfo a:hover {
	color: var(--primaryColor);;
}
.loginInfo h4 {
    color: white;
    font-size: 25px;
}
.loginInfo h5 {
	color: white;
    font-size: 20px;
}
.fancyLogin {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 0px;
}
.fancyLogin span {
    display: inline-block;
    position: relative;
}
.fancyLogin span:before,
.fancyLogin span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #8c8b8b;
    top: 15px;
    width: 100%;
}
.fancyLogin span:before {
    right: 100%;
    margin-right: 10px;
}
.fancyLogin span:after {
    left: 100%;
    margin-left: 10px;
}
.contact-info-login {
    text-align: left;
    margin-top: 40px;
}
.contact-info-login p {
    display: inline-block;
    color: white;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}
.contact-info-login i.pe-7s-mail{
    font-size:25px;
    position: relative;
    top: 4px;
}
.navbarLogin img {
   /* width: 180px;
    height: 100px;*/
}

@media (max-width: 767px){
    .navbarLogin img {
        /*width: 120px;
        height: auto;*/
    }
    #telaLogin{
        margin-top: 100px;
    }
    .navNoMobile {
        /*padding: 10px;*/
    }
    .loginInfo {
        padding: 40px 0px 0px 0px;
    }
    .contact-info-login p {
        font-size: 14px;
        margin-right: 0px;
        margin-top: -10px;
    }
    .contact-info-login {
        margin-top: 0px;
        text-align: center;
    }
}
/* FIM LOGIN */

/* 403, 404, 500 */
.acessoNegado {
	width: 100%;
	height: 100%;
	color: var(--primaryColor);	
	text-align: center;
	padding: 10%;
}
.acessoNegado img {
    max-height: 300px;
}
.acessoNegado h1 {
	font-size: 55px;
	padding: 20px 10px;
}
.acessoNegado h2 {
	font-size: 32px;
}
.acessoNegado p{
	font-size: 20px;
	padding-bottom: 20px;
}
/*.acessoNegado a {
	font-size: 20px;
	text-align: center;
	color: white;
	background: black;
	border: 2px solid black;
	margin-right: 5px;
	margin-bottom: 5px;
}
.acessoNegado a:hover {
	color: black;
	background: white;
	border: 2px solid black;
}*/
/* FIM 403, 404, 500 */
/* Modal Galeria de Imagens */
#modalGaleria {
    display: none; 
    position: fixed; 
    z-index: 9999999; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9); 
}
.boxImg img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.boxImg img:hover {
    opacity: 0.7;
}
.modalGaleria-content {
    margin: auto;
    display: block;
    width: 75%;
}
#descModalGaleria {
    margin: auto;
    color: #ccc;
    padding: 10px 0;
}
.modalGaleria-content, #descModalGaleria {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
.closeModalGaleria {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #f1f1f1;
    font-size: 80px;
    transition: 0.3s;
}
.closeModalGaleria:hover,
.closeModalGaleria:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modalGaleria-content {
        width: 80%;
    }
    .closeModalGaleria {
        top: 10%;
        right: 5%;
        font-size: 40px;
    }
}
/* FIM Modal Galeria de Imagens */
.btn {
    padding: 10px 15px;
    border-radius: 25px;
}
.btn-primary {
    color: #fff;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
    color: var(--primaryColor);
    background-color: var(--backgroundColor);
    border-color: var(--primaryColor);
    outline: 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: var(--backgroundColor);
    border-color: var(--primaryColor);
    outline: none;
}
.form-control {
    background: var(--backgroundColor);
    border: 2px solid var(--primaryColor);
    height: 50px;
    border-radius: 8px;
}
.modal {
    background: rgba(0, 0, 0, 0.6);
}
.modal-header .close {
    margin-top: -12px;
    margin-right: -5px;
}
.modal-header .close span {
    font-size: 25px;
}
.btn-orcamento {
    margin-top: 60px;
    padding: 15px;
    font-size: 18px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
}

/* Setas Left e Right */
.arrow-container{
    position: relative;
    margin-left: -2px;
}
  .arrow-1{
    width: 35px;
    height: 35px;
    background: #5b2e2e;
    /*opacity: 0.5;*/
    border-radius: 50%;
    position: absolute;
    /* margin-top: 2.1px; */
    margin-left: 5.5px;
  }
  
  .arrow-2{
    width: 35px;
    height: 35px;
    /*background: rgba(0, 0, 0, 0.5);*/
    border-radius: 50%;
    position: absolute;
    margin-left: 5px;
    z-index: 1;
    display: table;
  }

  .animated.hinge {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
  }
  
#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1010;
    /*background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.8) 17%,rgba(0,0,0,0.8) 35%,rgba(0,0,0,0.8) 62%,rgba(0,0,0,0.8) 100%);*/
    background: rgba(255,255,255,0.9);
    padding: 70% 0% 0% 46%;
    z-index: 99999;
}
.loader {
    /*border: 6px solid #f3f3f3;*/
    border-radius: 50%;
    border-top: 2px solid var(--primaryColor);
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* App Rádio */
.titlePlano {
    margin: 15px !important;
    padding: 10px !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: rgb(136, 123, 53) !important;
}
.list-group-item{
    background: #887c3914;
}

.imgDiscount {
    margin-top: -15px;
    width: 30%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin-right: 0px;
    float: right;
}

.imgMelhorOferta {
    margin-top: -5px;
    width: 50%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin-left: -30px;
    float: left;
    transform: rotate(-40deg);
}

.cardNumber {
    display: block;
    position: absolute;
    background: #3f3d56;
    color: white;
    font-size: 14px;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
}