/*--------------------
-----Main Styles------
----------------------*/
body,html{
    height:100%;
}

body{
    
}

#home{
    display: table;
    height: 100%;
    width:100%;
}

body{
    font-family: 'Exo 2', sans-serif;
    font-size:16px;
    color:#313131;
    font-weight:300;
    overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Exo 2', sans-serif;
    font-weight:300;
    letter-spacing:0.02em;
}

p {
    font-size:17px;
    line-height:1.99;
    font-weight:300;
    margin-bottom:20px;
}

a,
a:hover,
a:focus {
    outline:none !important;
    text-decoration:none;
    
}

a {
    color:#e11f1c;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover,
a:focus {
    color:#cdacd2;
    text-decoration: underline;
}

a:focus,
.btn:focus {
    outline: none;
}

.color-bg a{
    color:#fff;
    text-decoration: underline;
}

.color-bg a:hover,
.color-bg a:focus {
    color:#fff;
    text-decoration: none;
}

.primary {
    color:#008ED6;
}

/*----------------------
---Main Layout Styles---
------------------------*/
.img-center{
    margin:0 auto;
}

.padding-top-bottom {
    padding:75px 0;
}

.padding-top {
    padding:75px 0 0;
}
.padding-bottom {
    padding: 0 0 75px
}

.margin-bottom{
    margin-bottom: 40px;
}

.navbar {
    margin:0;
    border-radius:0;
}

.flexslider {
    margin:0;
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:1;
}

/*------------------
----- Buttons ------
--------------------*/

.btn-quattro,
.btn-quattro:focus {
    color:#ff022e!important;
    border:1px solid #ff022e;
    padding:15px 30px;
    font-size:12px;
    text-transform: uppercase;
    letter-spacing: 5px;
    cursor: pointer;
    display: inline-block;
    margin:0;
    text-decoration: none;
    font-weight: 400;
    outline: none;
    position: relative;
    background: transparent;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-quattro:hover,
.btn-quattro:active {
    color: #fff!important;
    background: #ff022e;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-quattro.transparent,
.btn-quattro.transparent:focus {
    background: transparent;
    padding: 18px 38px;
    border:2px solid #fff;
    box-shadow: none;
    text-decoration: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.btn-quattro.transparent:hover,
.btn-quattro.transparent:active {
    background: #fff;
    color:#008ED6;
    top:0;
    box-shadow:0 3px rgba(0,0,0,0.1);
    text-decoration: none;
}

.btn-quattro.white,
.btn-quattro.white:focus {
    background: #fff;
    color:#008ED6;
    box-shadow: none;
    text-decoration: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.btn-quattro.white:hover,
.btn-quattro.white:active {
    color: #fff;
    background: #008ED6;
    top:0;
    text-decoration: none;
}


.btn-quattro [class*=fa]{
    margin-right:10px;
}

.btn + .btn {
    margin-left:10px;
}

/*----------------
----- Colors -----
------------------*/

.white-bg{
    background:#fff;
}

.gray-bg{
    background:#f3f3f3;
}

.red-bg{
    background:#e11f1c;
}

.dark-bg{
    background:#4E5961;
}

.light-typo {
    color:#fff;
}

.color-bg.light-typo .section-title:after{
    background:#fff;
}

.white-bg + .gray-bg,
.gray-bg + .white-bg {
    border-top:1px solid #e5e5e5;
}

.parallax-bg{
    background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
	background-attachment:fixed;
}

.touch .parallax-bg{
	background-attachment:scroll;
}

/*-----------------------
---- Preloader Styles ----
-------------------------*/
/*-----------------------
---- Preloader Styles ----
-------------------------*/
#page-loader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #16598a;
    z-index: 99999;
}

#page-loader .page-loader-gif{
    display: block;
    width:100%;
    height:64px;
    position: absolute;
    top:50%;
    left:0;
    margin:-32px 0 0;
    font-size:21px;
    line-height:58px;
    font-family:Raleway;
    font-weight:400;
    text-align: center;
    color:#aaa;
    color:rgba(0,0,0,0.2);
    background: url('../images/logo-footer.svg') 50% 0 no-repeat;    
}

/*----------------------
----Navigation Styles---
------------------------*/
.sticky-wrapper{
    background:transparent;
}

#main-nav{
    position:static;
    background:transparent;
    color:#00ff9c;
    box-shadow:none;
    width:100%;
    z-index:999999;
    font-family: 'Exo 2', sans-serif;
}

#main-nav.politica{
    position:static;
    background:#459ed1;
    box-shadow:none;
    width:100%;
    z-index:999999;
    font-family: 'Exo 2', sans-serif;
}


#main-nav.stuck{
    position:relative;
    top:0;
    left:0;
    z-index: 99998;
}

#main-nav .navbar-toggle{
    border:none;
    margin:0;
    padding:0 15px 0 0;
    border-radius:0;
}

#main-nav .icon-bar {
    background:#4E5961;
}

.logo-header {
    max-height: 70px;
}

#main-nav .container{
    padding:50px 0;
    -webkit-transition:padding 0.3s ease-out;
    transition:padding 0.3s ease-out;
}

#main-nav .nav a{
    position:relative;
    z-index:1;
}

#main-nav a,
#main-nav a:active,
#main-nav a:hover{
    font-size:16px;
    line-height:54px;
    font-weight:700;
    letter-spacing:0.01em;
    text-transform:lowercase;
    background:transparent;
    color:#00ff9c;
    -webkit-transition:opacity 0.2s ease-out;
    transition:opacity 0.2s ease-out; 
}

#main-nav .nav a.active {
    color:#00ff9c
}

#main-nav.stuck .nav .active > a,
#main-nav .nav a:hover,
.inner-page #main-nav .nav .active > a{
    opacity:1;
    color:#16598a
}

#main-nav .nav a:before {
    display:none;
    position:absolute;
    bottom:-1px;
    left:5%;
    content:"";
    width:90%;
    height:3px;
    background:white;
    z-index:-1;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

#main-nav .nav .active > a:before {
    color:#ff002c;
}

#main-nav.stuck .nav .active > a:before {
    display:block;
}

#main-nav li{
    background:transparent;
    margin:0 5px;
}

.inner-page .sticky-wrapper{
    background:#fff;
}

@media(max-width:767px){
    #main-nav a,
    #main-nav a:active,
    #main-nav a:hover{
        font-size:12px;
    }
}

/*V2 (Dropdown)*/

/*----------------------
-----Dropdown Styles----
------------------------*/

.dropdown > a:after{
    content:"\f0d7";
    font-size:14px;
    margin-left:5px;
    font-family:fontAwesome;
}

.dropdown .dropdown > a:after{
    position: absolute;
    right:10px;
    content:"\f0da";
    font-size:14px;
    line-height: 18px;
    margin-left:5px;
    font-family:fontAwesome;
}

.dropdown .left-side.dropdown > a:after{
    left:5px;
    right:auto;
    content:"\f0d9";
}

.dropdown-menu{
    padding:0;
    left:-10px !important;
    right:auto !important;
    display: block;
    border-radius: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity:0;
    -webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;
    transition:opacity .2s ease-out,transform .2s ease-out;
}

.dropdown-menu .dropdown-menu{
    top:-4px;
    left:100% !important;
    right:auto !important;
}

.dropdown-menu .left-side .dropdown-menu{
    top:-4px;
    left:auto !important;
    right:100% !important;
}

.dropdown:hover > .dropdown-menu{
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1;
}


#main-nav  .dropdown:hover > a{
    opacity: 1;
}

#main-nav .dropdown-menu li{
    padding:0;
    margin:0;
}

#main-nav .dropdown-menu a{
    padding:17px 50px 17px 30px;
    font-size:14px;
    font-weight: 300;
    line-height: 14px;
    color: #313131;
    text-transform: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

#main-nav .dropdown-menu a:hover{
    padding:17px 50px 17px 30px;
    font-size:14px;
    font-weight: 300;
    line-height: 14px;
    color: #313131;
    text-transform: none;
    background: #f9fbfc;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}


#main-nav .dropdown-menu a:before{
    display: none !important;
}

/*end dropdown*/

/*----------------------
-----Header Styles------
------------------------*/

#home {
    color:#fff;
    padding:0;
    margin-bottom:0;
    position: relative;
}

#home .header-content{
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

#home .mobile {
    display: none;
}
@media(max-width:767px) {
    #home .desktop {
        display: none;
    }
    #home .mobile {
        display: block;
    }
}

.scroll-button{
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left:-35px;
    color:#e11f1c !important;
    font-size:48px;
    -webkit-animation: moving 2s ease-out infinite;
    animation: moving 2s ease-out infinite;
}

@-webkit-keyframes moving {
    0% 		{ bottom: 20px; }
    30% 	{ bottom: 10px; }
    60% 	{ bottom: 20px; }
}

@keyframes moving {
    0% 		{ bottom: 20px; }
    30% 	{ bottom: 10px; }
    60% 	{ bottom: 20px; }
}

#home h1{
    margin:0;
    font-size:63px;
}

#home p{
    margin:0;
}

#home .large-text{
    margin-bottom:10px;
    font-size:86px;
    line-height:92px;
    font-weight:900;
}

#home .bordered-text{
    display:inline-block;
    border:5px solid #fff;
    margin:0 50px 0;
    padding:20px 30px;
    font-family: 'Exo 2', sans-serif;
    font-size:58px;
    line-height:72px;
    font-weight:600;
    text-transform: uppercase;
}

.header-slider li{
    -webkit-transform:translateY(50px);
    transform:translateY(50px);
    -webkit-transition:-webkit-transform .4s ease-out;
    transition:transform .4s ease-out;
}

.header-slider li.flex-active-slide{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition:-webkit-transform .4s ease-out .1s;
    transition:transform .4s ease-out .1s;
}

/*V2 (Inner Pages)*/

#inner-page-header{
    position: relative;
}

#inner-page-header .header-content{
    color:#fff;
    padding:10% 0 10%;
    text-align:center;
}

#inner-page-header .bordered-text{
    display:inline-block;
    position: relative;
    border:4px solid #fff;
    margin:0 50px 0;
    padding:20px 30px;
    font-family: 'Exo 2', sans-serif;
    font-size:48px;
    line-height:72px;
    font-weight:400;
    text-transform: uppercase;
}

/*end Inner Pages*/

/*-------------------------------------------
-----NOS DESENVOLVEMOS APLICATIVO Styles-----
---------------------------------------------*/
#nos{
    background: #16598a;
    margin:0;
    padding:50px 0;
}

#nos h1{
    font-family: 'Exo 2', sans-serif;
    font-size:42px;
    line-height: 46px;
    color:#fff;
    text-transform: inherit;
    margin-bottom:30px;
    font-weight: 700;
    margin:0;
    padding:80px 0 20px;
}
#nos h1 span{
    display: block
}
#nos p {
    font-family: 'Exo 2', sans-serif; 
    font-weight: 40; 
    font-size:14px!important; 
    line-height: 1.6!important; 
    color:#fff;
    text-transform: uppercase
}
#nos p span {
    color:#00ff9c
}

@media (max-width:767px){
    #nos h1 {
        font-size:32px;
        line-height: 36px;
        padding: 0 0 20px
    }
    #nos p {
        padding-bottom:25px;
    }
}

/*-------------------------------------------
-----POLÍTICAS Styles-----
---------------------------------------------*/
#politicas{
    background: #e8e8e9;
    margin:0;
    padding:50px 0;
}
#politicas h1,
#politicas h2{
    font-family: 'Exo 2', sans-serif;
    font-size:42px;
    line-height: 46px;
    color:#16598a;
    text-transform: inherit;
    margin-bottom:30px;
    font-weight: 700;
    margin:0;
    padding:30px 0 30px;
}
#politicas h1 span{
    display: block
}
#politicas h2 {
    font-size:20px
}
#politicas p {
    font-family: 'Exo 2', sans-serif; 
    font-weight: 40; 
    font-size:16px!important; 
    line-height: 1.77!important; 
    color:#16598a;
    text-transform: none;
    padding-bottom:0
}
#politicas p a {
    color:#16598a;
    text-decoration: underline;
    font-weight: bold;
}

/*-------------------------------------------
-----INTERFACES Styles-----
---------------------------------------------*/
#interfaces{
    background: #e8e8e9;
    margin:0;
    padding:50px 0;
}
#interfaces .mobile {
    display: none;
}
#interfaces .desktop img {
    margin-top:100px;
}
#interfaces h2{
    font-family: 'Exo 2', sans-serif;
    font-size:42px;
    line-height: 46px;
    color:#16598a;
    text-transform: inherit;
    margin-bottom:30px;
    font-weight: 700;
    margin:0;
    padding:30px 0 30px;
}
#interfaces h2 span{
    display: block
}
#interfaces p {
    font-family: 'Exo 2', sans-serif; 
    font-weight: 40; 
    font-size:16px!important; 
    line-height: 1.77!important; 
    color:#16598a;
    text-transform: none;
    padding-bottom:0
}

@media (max-width:767px){
    #interfaces h2 {
        font-size:32px;
        line-height: 36px;
        padding: 30px 0 20px
    }
    #interfaces p {
    }
    #interfaces .mobile {
        display: block;
        margin-top:50px;
    }
    #interfaces .desktop {
        display: none;
    }
}

/*-------------------------------------------
-----RÁPIDO FÁCIL EFICAZ Styles-----
---------------------------------------------*/
#rapido{
    background: #16598a;
    margin:0;
    padding:50px 0;
    text-align: center
}

#rapido h3{
    font-family: 'Exo 2', sans-serif;
    font-size:26px;
    line-height: 26px;
    color:#45d1ff;
    text-transform: inherit;
    font-weight: 400;
    margin:0;
    padding:0;
    text-transform: uppercase
}

@media (max-width:767px){
    #rapido h3 {
        font-size:17px;
        line-height: 23px;
    }
}

/*-------------------------------------------
-----CLIENTES Styles-----
---------------------------------------------*/
#clientes{
    background: url(../images/bg-clientes.png)no-repeat;
    margin:0;
    padding:50px 0;
}
#clientes h2{
    font-family: 'Exo 2', sans-serif;
    font-size:42px;
    line-height: 42px;
    color:#fff;
    text-transform: inherit;
    margin-bottom:30px;
    font-weight: 700;
    margin:0;
    padding:150px 0 20px;
}
#clientes h2 span,
#clientes p span{
    display: block
}
#clientes p {
    font-family: 'Exo 2', sans-serif; 
    font-weight: 40; 
    font-size:19px!important; 
    line-height: 1.5!important; 
    color:#fff;
    text-transform: none
}
#clientes img.img-cliente {
    width: 80%
}

#clientes .prevClientes {
    width: 33px;
    height: 36px;
    position: absolute;
    top:50%;
    right:0
}
#clientes .nextClientes {
    width: 33px;
    height: 36px;
    position: absolute;
    top:50%;
    left:0;
}
#clientes .nextClientes:hover,
#clientes .prevClientes:hover{
    cursor: pointer
}

@media (max-width:767px){
    #clientes h2 {
        font-size:32px;
        line-height: 36px;
        padding: 0 0 20px
    }
    #clientes p {
        padding-bottom:0;
    }
    #clientes img.img-cliente {
        width: 40%;
        margin-top:30px
    }
    #clientes .prevClientes {
        width: 33px;
        height: 36px;
        position: absolute;
        top:50%;
        right:50px
    }
    #clientes .nextClientes {
        width: 33px;
        height: 36px;
        position: absolute;
        top:50%;
        left:50px;
    }
    #clientes .nextClientes img,
    #clientes .prevClientes img
    {
        width: 80%
    }
}

/*-------------------------------------------
-----EQUIPE Styles-----
---------------------------------------------*/
#equipe{
    background: #FFF;
    margin:0;
    padding:50px 0;
}
#equipe h2{
    font-family: 'Exo 2', sans-serif;
    font-size:42px;
    line-height: 42px;
    color:#16598a;
    text-transform: inherit;
    font-weight: 700;
    margin:0 0 50px;
    text-align: center
}
#equipe h3{
    font-family: 'Exo 2', sans-serif;
    font-size:22px;
    line-height: 22px;
    color:#16598a;
    text-transform: inherit;
    font-weight: 700;
    margin:0;
    padding:150px 0 20px;
}
#equipe h4 {
    font-size:16px;
    text-transform: uppercase;
    margin:0 0 15px;
    padding:0;
    color:#16598a;
}
#equipe p {
    font-family: 'Exo 2', sans-serif; 
    font-weight: 200; 
    font-size:16px!important; 
    line-height: 1.77!important; 
    color:#16598a;
    text-transform: none;
}
#equipe img {
    width: 60%;
    position: relative;
}

#equipe .prev {
    width: 33px;
    height: 36px;
    position: absolute;
    top:50%;
    left:0
}
#equipe .next {
    width: 33px;
    height: 36px;
    position: absolute;
    top:50%;
    right: 0;
}
#equipe .next:hover,
#equipe .prev:hover{
    cursor: pointer
}

#equipe .infos {
    padding-right: 75px;
}

@media (max-width:1199px){
    #equipe h3 {
        padding:75px 0 20px;
    }
    #equipe img {
        margin-top:30px;
    }
    #equipe p {
        font-size:12px!important;
    }
}

@media (max-width:767px){
    #equipe h2 {
        font-size:32px;
        line-height: 36px;
        padding: 0 0 20px
    }
    #equipe h3 {
        padding: 30px 0 20px;
    }
    #equipe h3,
    #equipe h4 {
        text-align: center
    }
    #equipe p {
        padding-bottom:0;
        margin:0;
        text-align: center;
    }
    #equipe img {
        width: 50%;
        margin-top:0
    }
    #equipe .infos {
        padding-right: 0;
    }
    #equipe .prev {
        left:50px
    }
    #equipe .next {
        right: 25px;
    }
}
@media (max-width:330px){
    #equipe .prev {
        top:25%
    }
    #equipe .next {
        top:25%
    }
}


/*----------------------
-----Contact Styles-----
------------------------*/
#contact{
	position: relative;
    z-index: 1;
    padding: 50px 0;
    background: #02598a;
}
#contact .logo-footer {
    height: 50px;
}
#contact .link {
    text-align: right;
    padding: 20px 0 0;
    font-size: 17px;
    font-family: 'Exo 2', sans-serif;
}
#contact .link a {
    color:#FFF!important;
    margin-right: 15px
}
#contact ul {
    padding:15px 0 0;
    margin:0;
}
#contact li {
    display: block;
    line-height: 1.5;
    margin-bottom:10px;
    font-weight: 400
}
#contact h5 {
    text-transform: inherit;
    color:#fff;
    font-weight: 300;
    margin:0;
    padding:0;
    font-size:17px;
    line-height: 36px;
    font-family: 'Exo 2', sans-serif;
}
#contact h4 span {
    display: block;
}
#contact p {
    color:#fff;
    font-size:12px;
    margin-top:0px;
    font-style: italic
}
#contact input,
#contact textarea{
    background: transparent;
    border-bottom: 2px solid #FFF;
    border-left:none;
    border-right:none;
    border-top:none;
    width: 100%;
    color:#FFF;
    padding: 10px 0 10px 10px;
    margin-bottom:10px;
    font-size:12px;
    text-align: right
}
#contact input:focus,
#contact textarea:focus{
    outline:none;
    box-shadow:none;
    border-color: #cdacd2;
}
#contact .btn-quattro {
    border:none;
    color:#eedf48!important;
    padding:0;
    margin-top:15px;
    font-weight: 700;
    font-size:19px;
    text-transform: lowercase!important;
    font-family: 'Exo 2', sans-serif;
}
#contact .btn-quattro:hover {
    color:#FFF!important;
    background: transparent!important
}

@media (max-width:767px) {
    #contact {
        text-align: center;
    }
    #contact p img {
        margin:0 auto;
    }
    #contact .text-right {
        text-align: center;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
    font-size:12px;
    font-style: italic;
    text-align: right;
    padding-right:5px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
    font-size:12px;
    font-style: italic;
    text-align: right;
    padding-right:5px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
    font-size:12px;
    font-style: italic;
    text-align: right;
    padding-right:5px;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
    font-size:12px;
    font-style: italic;
    text-align: right;
    padding-right:5px;
}

/*** ALIGN DIVS ****/
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  max-width: 100%;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}
/**** ALIGN DIVS ****/

#gmap {
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute !important;
	top: 0;    
	z-index: -2;
	-webkit-transition: all .3s ease-out .4s;
	transition: all .3s ease-out .4s;
}

#gmap-overlay{
    display:block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;    
    background: rgba(0,0,0,0.92);
    z-index: -1;
}

#toggle-map{
    display: block;
    position: absolute;
    padding:20px 0;
    width:100%;
    top:0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    color:#fff;
    background: #000;
    background: rgba(0,0,0,.4);
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.show-map #toggle-map{
    background: rgba(0,0,0,.85);
}

#toggle-map:hover{
    color:#008ED6;
    text-decoration: none;
}

#toggle-map:after{
    margin-left:10px;
    font-family: fontAwesome;
    font-size: 21px;
    line-height: 21px;
    content:'\f107';
    vertical-align: bottom;
}

#toggle-map .hide-map-text{
    display:none;
}

#gmap .infowin{
    padding:10px 20px;
}

#gmap .infowin p{
    margin-bottom:10px;
    font-family: 'Exo 2', sans-serif;
    font-size:16px;
    line-height:24px;
    color:#777;
}

#gmap .infowin a:hover{
    text-decoration:underline;
}

/*end Google map*/

/*----------------------
-----Footer Styles------
------------------------*/
#main-footer {
    padding:15px 0;
    background:#01fe9d;
}
#main-footer p {
    color:#b1b1b1;
    font-size:12px;
}

.social-links{
    list-style:none;
    font-family: 'Exo 2', sans-serif;
    margin:15px 0 0!important
}

.social-links li{
    display:inline-table!important;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
    margin: 0 15px 0 0
}
.social-links li a {
    color:#01fe9d;
    font-size:32px;
    
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
    text-transform: lowercase
}
.social-links li a:hover{
    color:#fff;
}

.enderecos li {
    color:#FFF;
    font-size:19px;
    font-family: 'Exo 2', sans-serif;
}
.enderecos li.endereco {
    font-size:14px;
    font-family: 'Exo 2', sans-serif;
}

/*-----------------------
-----Scrollimations------
------------------------*/   
.scrollimation.fade-in{
    opacity:0;
    -webkit-transition:opacity 0.6s ease-out;
    transition:opacity 0.6s ease-out;
}

.scrollimation.fade-in.in{
    opacity:1;
}

.scrollimation.scale-in{
    opacity:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform:scale(0.5);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
    transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.scrollimation.fade-right{
    opacity:0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform:translateX(-100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-left{
    opacity:0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform:translateX(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-up{
    opacity:0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform:translateY(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
    transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-up.in{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

.scrollimation.d1{
    transition-delay:.2s;
}

.scrollimation.d2{
    transition-delay:.4s;
}

.scrollimation.d3{
    transition-delay:.6s;
}

.scrollimation.d4{
    transition-delay:.8s;
}

.touch .scrollimation.fade-in{
    opacity:1;
}

.touch .scrollimation.scale-in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.touch .scrollimation.fade-right{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-left{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-up{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

/*----------------------
-----Media Queries------
------------------------*/   

@media (max-width: 991px) {
    
    #main-nav .nav a {
        font-size:12px;
    }

    #home .bordered-text{
        border:4px solid #fff;
        padding:15px 25px;
        font-size:48px;
        line-height:62px;
    }

    .cta-image{
        padding-bottom:60px;
    }

    #projects-container .project-item{
        width: 49.98%;
    }

    .team-member{
        margin-bottom:60px;
    }

    .team-member .member-thumb,
    .team-member .member-details{
        max-width: 300px;
        margin-left:auto;
        margin-right:auto;
    }

    #project-slider{
        min-height:0;
    }

    #inner-page-header .bordered-text{
        border:4px solid #fff;
        padding:15px 30px;
        font-size:38px;
    }
    
    #main-sidebar{
        padding-left: 35px;
    }

    #main-sidebar.left-sidebar{
        padding-right: 35px;
    }
	    
    .post-comments .media-body p{
        font-size: 14px;
    }
    
    .post-comments .media-list .media{
        padding:20px 10px;
    }
    
    .post-comments .media .img-circle{
        max-width: 60px;
    }
}	

@media (min-width: 768px) {
    .dropdown-menu{
        display: block !important;
        height:auto !important;
    }
}

@media (max-width: 767px) {

    body,p{
        font-size:16px;
        line-height:36px;
    }

    h1,
    .skills h2{
        font-size:24px;
        line-height:28px;
    }

    h2,
    #blog-list .post-title,
    #single-post .post-title{
        font-size:21px;
        line-height:24px;
    }

    .section-description{
        font-size:16px;
    }

    .big-title{
        font-size:32px;
    }
    .header-logo{
        width:180px;
        top:5%;
        margin-left:-90px;
    }
    .header-slider{
        margin-top:40px;
    }

    #home .bordered-text{
        border:3px solid #fff;
        margin:0 20px 0; 
        padding:10px 20px;
        font-size:32px;
        line-height:44px;
    }

    .counter{
        font-size:68px;
    }
    .cta .cta-message p,
    .cta .cta-message strong{
        font-size:18px;
        line-height:24px;
    }
    #main-nav .navbar-toggle{
        margin-top:42px;
    }
    #main-nav .nav a {
        padding: 5px 0;
        text-align:center;
        border-bottom:1px solid #f5f5f5;
    }

    #main-nav .nav a:before {
        display:none !important;
    }

    #main-nav.stuck .nav .active > a,
    #main-nav .nav a:hover{
        opacity:1;
        color:#ff022e;
        font-size:12px;
        padding: 5px 0;
    }

    #main-nav li{
        clear: both;
        position: static !important;
    }
    
    .cta .cta-message {
        text-align:center;
    }

    .services .item{
    }

    #project-title{
        font-size:32px;
    }

    .team-member{
        margin-bottom:60px;
    }

    .team-member .member-thumb,
    .team-member .member-details{
        max-width: 300px;
        margin-left:auto;
        margin-right:auto;
    }

    #testimonials .pull-left{
        display: block;
        float:none;
        width:100%;
        margin-bottom:10px;
    }

    #testimonials .testimonial{
        font-size:18px;
        line-height:28px;
    }

    .project-item .project-thumb{
        max-width:400px;
        margin:0 auto;
    }

    .pricing .item{
        top:0;
        margin:0 auto 40px;
        max-width:400px;
    }

    #main-sidebar{
        display: none;
    }
    
    #site-nav{
        max-height:400px;
    }
    
    .dropdown .left-side.dropdown > a:after,
    .dropdown .dropdown > a:after{
        position: static;
        content:"\f0d7";
        font-size:14px;
        margin-left:5px;
        font-family:fontAwesome;
    }

    .dropdown-menu .dropdown-menu,
    .dropdown-menu{
        position: static;
        top:0 !important;
        left:0 !important;
        right:auto !important;
        padding:0;
        display: none;
        width: 100% !important;
        visibility: visible;
        box-shadow: none !important;
        border:none !important;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity:1;
    }

    #main-nav .dropdown-menu li{
        position: static;
        display: block;
        width: 100%;
        padding:0;
        margin:0;
    }

    #main-nav .dropdown-menu a{
        clear: none;
        padding:5px 0;
        font-size:14px;
        line-height: 46px !important;
    }

    #main-nav .dropdown-menu a:hover{
        padding:5px 0;
        font-size:14px;
        line-height: 14px;
        color: #008ED6;
        background: none;
    }

    #inner-page-header .bordered-text{
        margin-left:30px;
        margin-right:30px;
        padding:15px;
        font-size:21px;
        line-height: 32px;
    }
    
    .padding-top-bottom #single-post{
        margin-top:-50px;
    }
    
    
    .features .media .pull-right{
        float: left !important;
        margin-left:0;
        margin-right:10px;
    }

    .features .media .pull-right+.text-right{
        text-align: left;
    }
    
    #testimonials .pull-left{
      float:none!important;
    }
       
    .post-comments .media .media,
    .post-comments .media .replies{
        margin-left: -50px;
    }
    
    .post-comments .btn{
        width: 100%;
    }
}

@media (max-width: 479px) {
    #projects-container .project-item{
        width: 100%;
    }
    
}	
