/*  ==========================================================

Template name   : Neko - Responsive Bootstrap App Landing Page
Version : 1.3
Author  : balapa
Email   : balapa95@gmail.com

==============================================================

[Table of contents]

1.  Basic reset
2.  Body / body
3.  Email & Subscribe notification / .success & .subscribe-success
4.  Top Bar Navigation / #top-navbar
5.  Home / #home
6.  Features / #features
7.  Action / #action
8.  Brief / .brief
9.  Why / #why
10. Describe / #describe
11. Video / #video
12. Testimonials / #testimonials
13. Screenshots / #screenshot
14. Services / #services
15. Downloads / #downloads
16. Pricing Table / #pricing-table
17. Contact / #contact
18. Footer / footer
19. Custom responsive
+ min-width
+ max-width
+ min-width and max-width

==========================================================  */

/*  ----------------------------------------------------------
[1. Basic reset]
----------------------------------------------------------  */


@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);
body, h1, h2, h3, h4, h5, h6{ font-family: 'Noto Sans', sans-serif; }

html {
    overflow-x: hidden;
}

h1 {
    font-weight: 300;
    font-size: 34px !important;
    margin-top: 0;
}

#features-target,
#why-target,
#describe-target,
#contact-target,
#screenshot-target,
#downloads-target,
#action-target {
    height: 55px;
    margin-top: -55px;
}

#features h1,
#action h1,
#screenshot h1,
#contact h1,
#pricing-table h1,
#services h1,
footer h1 {
    text-align: center;
    color:#888;
    margin: 0;
}

#features em,
#action em,
#screenshot em,
#contact em,
#pricing-table em,
#services em,
footer em {
    margin: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    color:#999;
    font-weight: 300;
}

/*  ----------------------------------------------------------
[2. Body / body]
----------------------------------------------------------  */

html, body{
    height: 100%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    background-size: 100% 100%;
}


/*  ---------------------------------------------------------------------
[3. Email & Subscribe notification / .success & .subscribe-success]
---------------------------------------------------------------------  */

.success {
    position: fixed;
    top: 70px;
    right: 30px;
    height: 40px;
    color: white;
    padding: 10px 40px 10px 20px;
    background: #7DD286;
    border-radius: 19px;
    font-size: 14px !important;
    opacity: .85;
    z-index: 999;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    z-index: 99999999;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
}

.success-after,
.subscribe-success-after {
    -webkit-animation: bounceIn 1s;
    -moz-animation: bounceIn 1s;
    animation: bounceIn 1s;
    opacity: 1;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    transform: scale(1) !important;
}

.subscribe-success {
    margin-bottom: 20px  ;
    font-size: 15px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 11px 0;
    height: 100%;
    background: #7DD286;
    border-radius: 7px;
    z-index: 999;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    color: white;
}

.subscribe-success span {
    font-size: 15px;
    padding: 2px;
    border: 1px solid white;
    border-radius: 50%;
    margin-left: 5px;
    color: white;
}

.close {
    position: absolute;
    top:50%;
    right: 10px;
    font-size: 14px;
    margin-top: -8.8px;
    padding: 2px;
    background: white;
    opacity: 1;
    border-radius: 50%;
    color: #7DD286;
}

.close:hover {
    opacity: 1;
    color: #7DD286;
}

/*  ----------------------------------------------------------
[4. Top Bar Navigation / #top-navbar]
----------------------------------------------------------  */

#top-navbar {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,.15);
    transition: .35s all ease-in-out;
    -webkit-transition: .35s all ease-in-out;
    opacity: .9;
    background: white;
}

.navbar-logo {
    margin-left: 125px;
    padding: 12px 0;
    width: 80px;
}

.navbar-default .navbar-nav > li {
    color: #777;
    padding-left: 10px;
    padding-right:10px;
    cursor: pointer;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
}

.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus {
    color: #555;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
    border-radius: 15px;
}

.nav-active {
    position: relative;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
}

.nav-active:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top:12px;
    right: 0;
    transition: .3s all cubic-bezier(0,1.2,1,1.2);
    -webkit-transition: .3s all cubic-bezier(0,1.2,1,1.2);
}

/*  ----------------------------------------------------------
[5. Home / #home]
----------------------------------------------------------  */

#home .background-solid h1 {
    margin: 0 0 25px;
    color:white;
    line-height: 5.1rem;
    font-size: 3rem;
    text-align: left;
    opacity: .9;
}

#home .background-solid h1 strong {
    opacity: 1;
}

#home .background-solid h5 {
    margin: 0 0 55px;
    color:white;
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    opacity: .75;
    line-height: 1.8;
}

.big-logo {
    margin: 0 auto 10px;
    display: block;
    width: 70%;
}

.download-button-container {
    text-align: left;
}

.download-button {
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    border: 1px solid white;
    background: rgba(255,255,255,.15);
}

.download-button:hover {
    background: rgba(255,255,255,.25);
}

.other {
    color: white;
    font-size: 14px;
    margin: 0 10px;
    font-family: 'Roboto';
    font-weight: 300;
    opacity: .65;
}

.other:hover {
    opacity: .8;
    color: white;
    text-decoration: none;
}

#home .row .left-column,
#home .row .right-column {
    margin-top: 55px;
}

#home .right-column {
    position: relative;
}

.signup {
    height: 440px;
    background: #f1f1f1;
    padding: 30px 50px 50px 50px;
    border-radius: 15px 15px 0px 0px;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
}

@media (max-width: 991px){
    .signup {
        width:410px;
        margin: auto !important;
    }
}

.login {
    width: 400px;
    background: #f1f1f1;
    padding: 50px;
    border-radius: 7px;
    position: absolute;
    display: none;
    box-shadow: 0 5px 25px 5px rgba(0,0,0,.1);
}

.signup-hide {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    animation: fadeOut 500ms;
    opacity:0;


}

.signup label,
.login label {
    color: #999;
    font-weight: 400;
    font-size: 13px;
}

/*======ICONES======*/
.login div.input,
.signup div.input{
    width:100%;
    background-color: white;
    height: 40px;
    position:relative;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.orcamentos .signup div.input i {
    color: #efa41e;
}

.orcamentos .btn button {
    background: #efa41e;
}

.b2b .signup div.input i {
    color: #1da7d8;
}

.b2b .btn button {
    background: #1da7d8;
}

.b2c .signup div.input i {
    color: #98c549;
}

.b2c .btn button {
    background: #98c549;
}

.forcadevendas .signup div.input i {
    color: #ec3431;
}

.forcadevendas .btn button {
    background: #ec3431;
}

.gestor .signup div.input i {
    color: #47648e;
}

.gestor .btn button {
    background: #47648e;
}

.csgestor .signup div.input i,
.csb2b .signup div.input i {
    color: rgb(52, 152, 219);
}

.csgestor .btn button,
.csb2b .btn button {
    background: #2d85bf;
}

.login div.input i,
.signup div.input i{
    position: absolute;
    top:  14px;
    left: 15px;
}

.signup input.username,
.signup input.fullname,
.signup input.password,
.login input.username,
.login input.password,
.login input.form-control {
    width: 85%;
    height:100%;
    padding-left: 10px;
    margin-left: 5px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    float:right;
    border: none;
    box-shadow: none;

}

.checkbox-detail {
    color: #999;
    font-weight: 300;
    font-size: 13px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.login-description {
    color: #999;
    font-weight: 300;
    font-size: 12px;
    margin-left: 5px;
}

.login-button {
    cursor: pointer;
}

.btn {
    margin: 20px 0;
    display: block;
    border:none;
}

.btn button{
    padding: 12px 25px;
    border-radius: 0px;
    color: white;
    border: none;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    font-weight: 400;
    width: 100%;
    border:1px solid transparent !important;
}

/*.righting button:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
}*/

/*  ----------------------------------------------------------
[6. Action / #action]
----------------------------------------------------------  */

#action {
    padding: 85px 0;
    background: #f1f1f1
}

.container-app {
    background: url("../img/mockup/third-phone.png") no-repeat center;
    height: 520px;
    background-size: 250px;
    width: 550px;
    margin: 50px auto 0;
}

.container-comment {
    width: 250px;
    height: 100px;
    position: relative;
    top: 40px;
}

.comment {
    background: white;
    color: #888;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 5px;
    width: 205px;
    position: relative;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.1);
    top:58px;
}

.comment:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
    top:50%;
    right: 0;
    margin-top: -8px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.indicator {
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    border: 6px solid white;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.2);
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.container-comment-right {
    width: 250px;
    height: 100px;
    position: relative;
    top: 128px;
    float: right;
}

.comment-right {
    background: white;
    color: #888;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 5px;
    width: 205px;
    position: relative;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.1);
    float: right;
}

.comment-right:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid white;
    top:50%;
    left: 0;
    margin-top: -8px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.indicator-right {
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    border: 6px solid white;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.2);
    top: 15px;
    cursor: pointer;
}

.bottom {
    top:207px;
    left: 30px;
}

/*  ----------------------------------------------------------
[7. Features / #features]
----------------------------------------------------------  */

#features {
    padding-top: 75px;
    padding-bottom: 75px;
    background: white;
    position: relative;
}

.container-colored-line {
    position: relative;
    height: 45px;
    width: 300px;
    margin: 10px auto 0px;
}

.colored-line {
    width: 15px;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.add-colored-line {
    margin-top: 23px;
    right: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    border-radius: 5px;
    border-radius: 10px;
}

#features .container-column {
    margin: 65px 100px 0;
}

.bottom-column {
    padding: 0;
}

.top-column > div,
.bottom-column > div {
    padding: 20px 0;
    position: relative;
}

.top-column .icon,
.bottom-column .icon {
    font-size: 35px;
    text-align: center;
    color: #777 !important;
}

.top-column h4,
.bottom-column h4 {
    color:#777;
    text-align: center;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 300;
}

/*  ----------------------------------------------------------
[8. Brief / .brief]
----------------------------------------------------------  */

.brief .item {
    overflow: auto;
    margin-bottom: 15px;
}

.brief .item .item-description {
    font-size: 15px;
    color: #888;
    line-height: 1.6;
    font-family: 'Roboto';
    font-weight: 300;
}

.brief .item-description:first-line {
    font-weight: 400;
}

.brief .icon {
    font-size: 25px;
    margin-right: 20px;
    position: relative;
    top: 6px;
}

.brief .right-column .title,
#video .right-column .title {
    text-align: left;
    color:#888;
    margin: 0 0 5px;
    padding: 0;
    border: none;
}

.brief .right-column .description,
#video .right-column .description {
    text-align: left;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 15px;
    color:#999;
    font-weight: 300;
}

/*  ----------------------------------------------------------
[9. Why / #why]
----------------------------------------------------------  */

#why {
    position: relative;
    background: white;
    z-index: 10;
    position: relative;
    padding: 85px 0;
}

.container-phones {
    position: relative;
    height: 525px;
}

.container-phones .first-phone {
    position: absolute;
    right: 220px;
    margin-top: 20px;
    z-index: 8 !important;
    transition: .2s right, .2s left ease;
    -webkit-transition: .2s right, .2s left ease;
    width: 230px;
}

.container-phones .second-phone {
    position: absolute;
    right: 100px;
    z-index: -8 !important;
    transition: .2s right, .2s left ease;
    -webkit-transition: .2s right, .2s left ease;
    width: 250px;
}

#why .right-column {
    padding: 0;
    display: block;
}

.container-colored-line-two {
    position: relative;
    height: 40px;
}

.colored-line-two {
    margin-left: 0;
    width: 7.5px;
    z-index: 10;
    position: absolute;
    border-radius: 10px;
}

.add-colored-line-two {
    width: 250px;
    height: 2px;
    position: absolute;
    z-index: -9;
    top: 23px;
    border-radius: 10px;
}

.why-description {
    font-size: 15px;
    color: #777;
    line-height: 1.8;
    font-weight: 400;
}

.container-other-download {
    margin-top: 50px;
}

.get {
    display: inline-block;
    color: white;
    padding: 10px 20px 12px;
    font-family: 'Roboto';
    font-weight: 400;
    border-radius: 5px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    margin-right: 15px;
}

.get:active,
.learn:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.get:hover {
    color: white;
    text-decoration: none;
    opacity: .8;
}

.learn:hover {
    opacity: .8;
}

.learn {
    display: inline-block;
    color: #777;
    padding: 10px 20px 12px;
    background: #ddd;
    font-family: 'Roboto';
    font-weight: 400;
    border-radius: 5px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
}

.learn:hover {
    text-decoration: none;
    color: #777;
}

/*  ----------------------------------------------------------
[10. Describe / #describe]
----------------------------------------------------------  */

#describe {
    background: #f1f1f1;
    z-index: 10;
    position: relative;
    padding: 85px 0;
}

#describe .title {
    border-bottom: none;
    padding: 0;
    margin-bottom: 5px;
}

#describe .description {
    margin-bottom: 40px;
    display: inline-block;
    font-size: 15px;
    color:#999;
    font-weight: 300;
}

#describe .first-phone {
    margin-top: 0;
}

#describe .first-phone {
    z-index: 9 !important;
}

#describe .second-phone {
    z-index: -9 !important;
    margin-top:20px;
}

#describe-first-phone {
    left: 100px;
    width: 250px;
}

#describe-second-phone {
    left: 220px;
    width: 230px;
}

#describe .container-other-download {
    margin-top: 50px;
    text-align: right;
}

#describe .get {
    margin-right: 0;
    margin-left: 15px;
}

/*  ----------------------------------------------------------
[11. Video / #video]
----------------------------------------------------------  */

#video {
    padding: 0;
}

.video-iframe {
    padding: 0;
    position: relative;
    height: 500px;
}

.video-iframe iframe {
    position: absolute;
}

.details {
    padding: 75px;
}

@media (max-width: 480px) {

    .details {
        padding-left: 34px;
        padding-right: 34px;
    }
}

/*  ----------------------------------------------------------
12. Testimonials / #testimonials]
----------------------------------------------------------  */

#testimonials  .background-solid {
    padding: 95px 0;
}

.container-quotes {
    margin: 0;
    width: 100%;
}

.profile {
    border-radius:100% !important;
    width: 140px !important;
    margin: 0 auto 35px;
    display: block;
    border: 8px solid rgba(0,0,0,.095);
}

.fa-quote-left {
    margin-right: 10px;
    font-size: 2rem;
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    transform:translateY(10px);
}

.fa-quote-right {
    font-size: 2rem;
    margin-left: 8px;
    position: relative;
    -webkit-transform:translateY(18px);
    -moz-transform:translateY(18px);
    transform:translateY(18px);
}

.quotes {
    position: relative;
    color: white;
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    display: block;
    line-height: 1.6;
    opacity: .95;
    margin-bottom: 45px;
}

.profile-name {
    text-align: center;
    color:white;
    text-transform: uppercase;
    position: relative;
    margin-top: 25px;
    font-family: 'Roboto';
    font-weight: 400;
}

cite {
    display: block;
    text-align: center;
    color: white;
    text-transform: capitalize;
    opacity: .7;
}

/*  ----------------------------------------------------------
[13. Screenshot / #screenshot]
----------------------------------------------------------  */

#screenshot {
    background: #f1f1f1;
    padding: 75px 0;
}

/*  ----------------------------------------------------------
[14. Services / #services]
----------------------------------------------------------  */

#services {
    padding: 75px 0;
}

.container-services {
    margin: 65px 100px 0;
}

.container-services > div {
    text-align: center;
}

.services-icon {
    font-size: 40px;
    display: inline-block;
    padding: 50px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}

.services-icon .effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -999;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    -webkit-animation: scaling 1s infinite;
    -moz-animation: scaling 1s infinite;
    animation: scaling 1s infinite;
}

@-webkit-keyframes scaling {

    0% {
        opacity: 1;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
    }

    50% {
        opacity: .3;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
        border-width: 2px;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        border-width: 3px;
    }

}

@-moz-keyframes scaling {

    0% {
        opacity: 1;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
    }

    50% {
        opacity: .3;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
        border-width: 2px;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        border-width: 3px;
    }

}

@keyframes scaling {

    0% {
        opacity: 1;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
    }

    50% {
        opacity: .3;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
        border-width: 2px;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        border-width: 3px;
    }

}

.services-detail {
    font-weight: 300;
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    margin: 25px 0 15px;
}

.services-detail:first-line {
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 992px) {

    #home .background-solid{
        position: relative !important;
        top: 0;
    }

    .container-services > div {
        margin-bottom: 45px;
    }

}

@media (max-width: 500px) {

    .container-services {
        margin-left: 20px;
        margin-right: 20px;
    }

    footer{
        position: relative !important;
        margin-top: -15px;
    }

    footer section.contato{
        height:auto !important;
    }
    footer section.desenvolvido-por{
        float:none !important;
    }


}

/*  ----------------------------------------------------------
[15. Downloads / #downloads]
----------------------------------------------------------  */

#downloads .background-solid {
    padding: 95px 0;
}

.container-downloads {
    text-align: center;
}

.windows {
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    border: 1px solid white;
    background: rgba(255,255,255,.15);
}

.windows:hover,
.android:hover {
    background: rgba(255,255,255,.25);
}

.android {
    display: inline-block;
    font-size: 16px;
    padding: 8.5px 15px;
    border-radius: 5px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    border: 1px solid white;
    background: rgba(255,255,255,.15);
    position: relative;
}

#downloads h1 {
    text-align: center;
    color: white;
    opacity: .9;
    margin-bottom: 40px;
    display: block;
}

/*  ----------------------------------------------------------
[16. Pricing table / #pricing-table]
----------------------------------------------------------  */

#pricing-table {
    background: #f1f1f1;
    padding: 85px 0;
    text-align: center;
}

#pricing-table .description {
    margin-bottom: 65px;
}

.pricing {
    display: inline-block;
    text-align: center;
    padding: 0;
    background: white;
    width: 300px;
    margin: 0 12px;
}

.container-table > div {
    border-radius: 7px;
}

.table-1 .price-container,
.table-3 .price-container {
    background: #ddd !important;
}

.price-container {
    padding: 18px;
}

.table-1 h3,
.table-3 h3 {
    background: #bbb !important;
    font-size: 14px !important;
}

.pricing h3 {
    margin: 0;
    font-size: 18px;
    padding: 20px;
    color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.table-1 .dollar,
.table-1 .per-month,
.table-3 .dollar,
.table-3 .per-month {
    color: #aaa !important;
}

.pricing .dollar {
    font-size: 50px;
    color: white
}

.pricing .per-month {
    font-size: 12px;
    color: white
}

.pricing .detail-price {
    color: #999;
    background: #eee;
    margin-bottom: 0;
    padding: 25px;
    display: block
}

.price-features {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.price-features li {
    text-align: left;
    border-top: 1px solid #eee;
    padding: 12px 30px;
}

.feature {
    color: #888;
    font-size: 13px;
}

.check {
    float: right;
    color: white;
    padding: 5px;
    font-size: 10px;
    border-radius: 50%;
}

.cross {
    float: right;
    color: white;
    padding: 5px;
    background: #bbb;
    font-size: 10px;
    border-radius: 50%;
}

.order {
    display: block;
    padding: 15px;
    margin-top: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: white;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
}

.order:hover {
    opacity: .8;
    color: white;
    text-decoration: none;
}

@media (max-width: 992px) {

    .container-table > div {
        margin-bottom: 20px;
    }

}

@media (max-width: 480px) {

    #pricing-table {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 400px) {

    .pricing {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}

/*  ----------------------------------------------------------
[17. Contact / #contact]
----------------------------------------------------------  */

#contact {
    padding: 75px 0;
    position: relative;
}

.contact-form {
    padding: 0;
    width: 500px;
    margin: 60px auto 0;
    font-family: 'Roboto';
    font-weight: 300;
}

.contact-form .col-md-6,
.contact-form .col-md-12 {
    padding: 0;
}

.contact-form .col-md-6 input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border:2px solid #ccc;
    margin-bottom: 15px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
}

.contact-form .col-md-12 input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border:2px solid #ccc;
    margin-bottom: 15px;
    border-radius: 5px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
}

.contact-form .col-md-6 input[type="text"] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 999;
    position: relative;
}

.contact-form .col-md-6 input[type="email"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

.contact-form .col-md-12 textarea {
    width: 100%;
    height: 100px;
    padding-left: 15px;
    border:2px solid #ccc;
    padding-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
}

#contact div input:focus,
#contact div textarea:focus,
.signup > input,
.login > input {
    z-index: 99999;
    outline: none;
}

#contact p {
    text-align: center;
}

#contact p input {
    height: 50px;
    padding: 0 25px;
    border-radius: 5px;
    color: white;
    border: none;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    font-weight: 400;
}

#contact p input:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
}

/*  ----------------------------------------------------------
[18. Footer / footer]
----------------------------------------------------------  */


footer em {
    margin-bottom: 50px;
}

.input-wrapper {
    position: relative;
    width: 400px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
    border-radius: 7px;
}

input:focus {
    outline: none;
}

.email {
    width: 70%;
    padding-left: 15px;
    padding-right: 64px;
    height: 45px;
    border:none;
    font-family: 'Roboto';
    font-weight: 300;
    background: white url(../img/mail.png) no-repeat;
    background-size: 20px;
    background-position: 238px center;
    color: #777;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: relative;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    margin-left: -4px;
    border: 2px solid white;
}

.subscribe {
    width: 30%;
    position: relative;
    margin-left: -4px;
    height: 45px;
    border:none;
    font-family: 'Roboto';
    font-weight: 400;
    color: white;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    float: right;
}

#contact p input:hover,
.subscribe:hover,
.subscribe:focus {
    opacity: .8;
}

.promise {
    font-size: 13px;
    text-transform: none;
    display: inline-block;
    color: #aaa;
    margin: 0 auto;
}

.container-socmed {
    margin: 50px 100px 0;
    border-top: 1px solid #ddd;
}

.socmed {
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.socmed li {
    display: inline-block;
    margin: 0 10px;
}

.socmed li a {
    font-size: 25px;
    color: #aaa;
    transition: .3s all ease;
    -webkit-transition: .2s all ease;
}

.socmed li a:hover {
    color: #777;
    text-decoration: none;
}

.footer-logo {
    display: block;
    margin: 20px auto;
    opacity: .25;
}

.footer-detail {
    color: #777;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

/*  ----------------------------------------------------------
[19. Custom responsive]
----------------------------------------------------------  */

/*  ----------------------------------------------------------
[+  min-width]
----------------------------------------------------------  */
/*
@media (min-width: 992px) {

    #home .row .left-column {
        padding-left: 50px;
    }

    #home .row .right-column {
        padding-left: 85px;
    }

    #features .row {
        margin-left: 250px;
        margin-right: 250px;
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .top-column {
        border-bottom: 1px solid #eee;
        padding: 0;
    }

    .top-column > div:first-child {
        border-right: 1px solid #eee;
    }

    .top-column > div:last-child {
        border-left: 1px solid #eee;
    }

    .bottom-column > div:first-child {
        border-right: 1px solid #eee;
    }

    .bottom-column > div:last-child {
        border-left: 1px solid #eee;
    }

    .top-column > div em {
        position: absolute;
        color: white !important;
        font-size: 14px !important;
        margin: 0 40px !important;
        padding: 15px;
        border-radius: 7px;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
        transition: .4s all ease;
        -webkit-transition: .4s all ease;
    }

    .top-column > div em:before {
        content: "";
        position: absolute;
        width: 0;
        left: 50%;
        margin-left: -10px;
        right: 0;
        bottom: -13px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .top-column > div:hover em {
        opacity: 1;
        -webkit-transform: translateY(-200px);
        -moz-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    .bottom-column > div em {
        position: absolute;
        color: white !important;
        font-size: 14px !important;
        margin: 0 40px !important;
        padding: 15px;
        border-radius: 7px;
        -webkit-transform: translateY(-65px);
        -moz-transform: translateY(-65px);
        transform: translateY(-65px);
        transition: .4s all ease;
        -webkit-transition: .4s all ease;
        opacity: 0;
    }

    .bottom-column > div em:before {
        content: "";
        position: absolute;
        width: 0;
        left: 50%;
        margin-left: -10px;
        right: 0;
        top: -13px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .bottom-column > div:hover em {
        opacity: 1;
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        transform: translateY(25px);
    }

    .container-description {
        margin-right: 200px;
    }

    #describe .left-column {
        padding: 0;
        margin-bottom: 50px;
    }

    #describe .title,
    .brief .description {
        text-align: right;
        width: 100% !important;
        display: block;
    }

    #describe .colored-line-two {
        right: 0;
    }

    #describe .add-colored-line-two {
        right: 0;
    }

    #describe .icon {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }

    #describe .item-description {
        float: right;
        text-align: right;
    }

    .contact-form .col-md-6 input[type="email"] {
        left: -2px;
        width: calc(100% + 2px);
    }

}
*/
@media (min-width: 870px) {

    .navbar-nav > li > a {
        padding: 15px 10px 15px;
        border-bottom: 4px solid transparent;
    }

}

@media (min-width: 480px) {

    .centering {
        display: inline-block;
    }

}

/*  ----------------------------------------------------------
[+  max-width]
----------------------------------------------------------  */

@media (max-width:1180px) {

    .container-phones .first-phone,
    .container-phones .second-phone {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        transform: scale(.8);
        margin-right: -60px;
    }

    .brief .description {
        margin: 0 auto;
        width: 400px !important;
    }

    #describe .description {
        width: 100% !important;
    }

    #describe .first-phone,
    #describe .second-phone {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        transform: scale(.8);
        margin-left: -60px;
    }

}

@media (max-width:992px) {

    .navbar-logo {
        margin-left: 100px;
    }

    .brief .title,
    #video .right-column .title {
        text-align: center !important;
    }

    .container-colored-line-two {
        display: block;
        width: 23px;
        margin: 0 auto;
    }

    .colored-line-two {
        width: 15px;
    }

    .brief .description,
    #video .right-column .description {
        text-align: center !important;
        display: block;
    }

    .add-colored-line-two {
        width:200px;
        left:-90px;
    }

    .brief .description {
        text-align: center !important;
        display: block;
    }

    .container-description {
        text-align: center;
    }

    .container-other-download {
        text-align: center;
        margin-bottom: 40px;
    }

    .brief .item {
        overflow-x: hidden;
    }

    .brief .icon,
    .brief .description {
        display: block;
        width: 100% !important;
        text-align: center !important;
        float: none;
    }

    .brief .icon {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .brief .item-description {
        text-align: center;
    }

    .container-phones {
        width: 460px;
        margin-left:auto;
        margin-right:auto;
        padding-top: 0;
    }

    #describe .container-other-download {
        text-align: center;
    }

    #why {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #describe {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    #describe .container-phone {
        margin-top: -40px;
    }

    #testimonials  {
        background-size: 1200px;
    }

    #testimonials  .background-solid {
        padding: 70px 0;
    }

    #subscribe {
        background-size: 1366px !important;
    }

    .contact-form div input {
        border-radius: 5px;
    }

    .subscribe-line,
    .footer {
        margin-left: 103px;
        margin-right: 103px;
    }

    #home .right-column .signup {
        margin: 0 auto;
    }

    #home .right-column .login {
        left: 50%;
        margin-left: -200px;
    }

}

@media (max-width: 991px) {

    .iphone-container {
        width: 250px;
        background-size: 250px;
        display: block;
        margin: 0 auto;
        height: 351px;
    }

    .reflection {
        width: 250px;
    }

    .screen {
        top: 77px;
        left: 22px;
        right: 19px;
    }

    #home h1,
    #home h5 {
        text-align: center !important;
    }

    .download-button-container {
        text-align: center;
    }

}

@media (max-width: 869px) {

    .navbar-nav {
        border-top: 1px solid #eee;
        width: 100%;
        margin: 0 !important; /* Use !important to override the value of css property. */
        text-align: center;
    }

    .navbar-nav > li {
        display: inline-block;
    }

}

@media (max-width:768px) {

    .success {
        top: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
        height: 52px;
        padding-top: 15px;
        text-align: center
    }

    .contact-form {
        width: 100%;
    }

    #contact {
        padding-left: 20%;
        padding-right: 20%;
    }

    #home .row .left-column,
    #home .row .right-column{
        margin-top: 0;
    }

    #home .right-column .signup{
        margin-top: -15px;
    }

}

@media (max-width: 550px) {

    .container-app {
        background-size: 200px;
        width: 480px;
    }

    .comment,
    .comment-right {
        font-size: 12px !important;
    }

    .color-switcher {
        display: none;
    }

    .input-wrapper {
        width: 350px;
    }

    .email {
        background-position: 205px center;
    }

    .signup,
    .login {
        width: 90% !important;
    }

    #home .right-column {
        padding: 0 !important;
    }

    .login {
        left: 50% !important;
        margin-left: -45% !important;
    }

}

@media (max-width:480px) {

    .navbar-logo {
        margin-left: 30px !important;
    }

    .navbar-toggle {
        margin-right: 30px;
    }

    #home .background-solid {
        padding: 0;
    }

    .big-logo {
        width: 100px;
        margin-bottom: 30px;
    }

    #home .background-solid h1 {
        font-size: 25px !important;
        line-height: 1.5 !important;
    }

    #home .background-solid h5 {
        font-size: 15px !important;
        margin-bottom: 30px !important;
    }

    .download-button {
        font-size: 15px;
    }

    #action {
        padding-left: 40px;
        padding-right: 40px;
    }

    .container-app {
        background-size: 150px;
        width: 100%;
        height: 330px;
    }

    .top {
        border-top: 50px solid transparent;
        margin-bottom: 40px;
    }

    .container-comment,
    .container-comment-right {
        top:0;
        width: 100%;
        position: static !important;
        float: none;
        text-align: center;
        height: 80px;
    }

    .comment,
    .comment-right {
        font-size: 12px !important;
        padding: 5px;
        top: 20px;
        text-align: center;
        width: auto;
        margin: 0 !important;
        display: inline-block;
        float: none;
    }

    .bottom {
        top: -100px !important;
        left: 0 !important;
    }

    .indicator,
    .indicator-right {
        width: 15px;
        height: 15px;
        border: 3px solid white;
        position: static !important;
        margin: 0 auto;
    }

    .comment:after,
    .comment-right:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid white;
        top:0;
        left: 50%;
        margin-left: -5px;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    #features {
        padding: 60px 40px;
    }

    #features h1,
    #action h1,
    #screenshot h1,
    #contact h1,
    #pricing-table h1,
    #services h1,
    footer h1 {
        font-size: 25px
    }

    .container-colored-line {
        width: 210px;
        margin: 0 auto;
    }

    .colored-line {
        width: 5px !important;
    }

    #features em,
    #action em,
    #screenshot em,
    #contact em,
    #pricing-table em,
    #services em,
    footer em {
        font-size: 15px;
    }

    #features .container-column {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #why {
        padding: 60px 34px 40px !important;
    }

    .container-phones .first-phone,
    .container-phones .second-phone {
        -webkit-transform:scale(.6) !important;
        -moz-transform:scale(.6) !important;
        transform:scale(.6) !important;
    }

    #why .container-phones {
        padding: 0;
        width: 200px;
        height: 315px;
        margin-bottom: 35px;
    }

    #why .first-phone {
        right: 90px;
        margin-top: -85px;
    }

    #why .second-phone {
        right: 0;
        margin-top: -105px;
    }

    .brief .description {
        font-size: 15px;
    }

    .container-colored-line-two {
        margin: 0 auto;
        height: 50px;
        width:15px;
    }

    .colored-line-two {
        width: 5px;
    }

    .brief .item-description {
        width: 100% !important;
        font-size: 14px;
    }

    .brief .icon {
        font-size: 25px;
    }

    #describe {
        padding: 60px 24px 40px !important;
    }

    #describe .item-description {
        overflow-x:hidden;
    }

    #describe .container-other-download {
        text-align: center;
        margin-top: 25px;
    }

    #describe .container-phones {
        padding-left: 0;
        width: 200px;
        margin: 0 auto;
        height: 340px;
        padding-top: 15px;
    }

    #describe .second-phone {
        left: 90px;
        margin-top: -85px;
    }

    #describe .first-phone {
        margin-top: -105px;
        left: 0;
    }

    .quotes {
        font-size: 14px;
        margin: 0 10%;
    }

    .profile {
        width: 100px !important;
    }

    .quotes {
        font-size: 13px;
    }

    .fa-quote-left,
    .fa-quote-right {
        font-size: 15px;
    }

    .profile-name {
        font-size: 16px;
    }

    #testimonials cite {
        font-size: 12px;
    }

    #contact {
        padding-left: 40px;
        padding-right: 40px;
    }

    .container-colored-line {
        width: 60%;
    }

    .container-socmed {
        margin-left: 40px;
        margin-right: 40px;
    }

    .input-wrapper {
        width: 250px !important;
    }

    .email {
        background-position: 135px center !important;
    }

    .socmed li {
        margin: 0 4px;
    }

    .socmed li a {
        font-size: 20px;
    }

    .other {
        margin-bottom: 10px;
        display: block;
    }

    .signup,
    .login {
        width: 100% !important;
    }

    .login {
        margin-left: -50% !important;
    }
}

@media (max-width: 320px) {

    .navbar-logo {
        margin-left: 20px !important;
    }

    .navbar-toggle {
        margin-right: 20px !important;
    }

    #home .background-solid {
        padding: 60px 15px 0;
    }

    #home .background-solid h1{
        font-size: 18px !important;
        line-height: 1.5 !important;
    }

    #home .background-solid h5 {
        font-size: 12px !important;
    }

    .download-button {
        font-size: 13px !important;
    }

    .comment,
    .comment-right {
        font-size: 10px !important;
    }

    #features {
        padding: 50px 34px;
    }

    #features h1,
    #screenshot h1,
    #contact h1 {
        font-size: 20px;
    }

    #features em,
    #screenshot em,
    #contact em {
        font-size: 14px;
    }

    #features .container-column .left-column {
        margin-top: -30px;
    }

    .container-phones {
        padding: 0;
    }

    .item-description {
        font-size: 13px !important;
    }

    .get,
    .learn {
        font-size: 12px;
    }

    #screenshot em {
        font-size: 14px;
    }

    #screenshot {
        padding-top: 40px !important;
    }

    .input-wrapper {
        width: 100% !important;
    }

    .email {
        background-image: none;
        padding-right: 0;
    }

    .signup,
    .login {
        padding: 30px !important;
    }

}

/*  ----------------------------------------------------------
[+  min-width and max-width]
----------------------------------------------------------  */

@media (min-width: 480px) and (max-width: 992px) {

    .container-description {
        padding: 0 100px !important;
    }

    .brief .item-description {
        margin-left: 20px;
        margin-right: 20px;
    }

}
.login h2 {
    color: #777;
    margin: 0px 0px 10px;
}


.col-md-6.col-lg-6.right-column{
    opacity: 0;
}

footer section.contato{
    width: 280px;
    float: left;
    margin: 15px 40px;
}

footer section.contato article.social{
    color:#666;
    float: left;
    width: 85px;
    line-height: 70px;
}
footer section.contato article.social a{   color:#666;}

footer section.contato article.texto{
    float: left;
    width: 180px;
}

.fa-3x {
    font-size: 2.9em !important;
}

footer section.contato article.texto a.site{
    font-size: 15px;
    display:inline-block;
    color:#999 !important;
}
footer section.contato article.texto a.telefone{
    font-size: 20px;
}
footer section.contato a.telefone{
    font-size: 100%;
    display:inline-block;
}

footer section.desenvolvido-por{
    width: auto;
    float: right;
    display: block;
    margin: 0 40px;
}
footer section.desenvolvido-por p{
    font-size: 12px;
    color: #888;
    margin:0;
}
footer section.desenvolvido-por img{
    max-width: 100%;
    max-height:40px;
}


.resultado{
    animation: shake 600s;
    -webkit-animation: shake 600ms;
    -moz-animation: shake 600ms;
    color: #fff;
    text-align: center;
    font-size: 18px;
}




/*================================*/

#loading-mini #loader {
    display: block;
    position: absolute;
    left: 164px;
    top: 70px;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #22A98B;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */

    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loading-mini #loader:before{
    border: 2px solid transparent;
    border-top-color: #EE3033;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
}
#loading-mini #loader:after {
    border: 2px solid transparent;
    border-top-color: #F9E168;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}

#loading-mini #loader-wrapper .loader-section {
    background: rgba(255,255,255,0.0);
}



#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 35%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2C85BF;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */

    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}
#loader-logo {
    display: block;
    position: absolute;
    left: 48%;
    top: 46%;
    background: url(../images/user-bg.jpg) no-repeat center center;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #EE3033;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */

    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F9E168;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */

    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */

        -ms-transform: rotate(0deg);
        /* IE 9 */

        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */

        -ms-transform: rotate(360deg);
        /* IE 9 */

        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */

        -ms-transform: rotate(0deg);
        /* IE 9 */

        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */

        -ms-transform: rotate(360deg);
        /* IE 9 */

        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */

    -ms-transform: translateX(0);
    /* IE 9 */

    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */

    -ms-transform: translateX(-100%);
    /* IE 9 */

    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */

    -ms-transform: translateX(100%);
    /* IE 9 */

    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */

    -ms-transform: translateY(-100%);
    /* IE 9 */

    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}


/*==================VALIDANDO FORMULARIO CADASTRO==================*/



.green {color: #13AA8B !important}
.red {color: #ED3033 !important}

#failure-div, #success-div{width:100%;height:100%;}
#failure-div .background-solid, #success-div .background-solid{
    position: relative;
    top: 360px;
}
#success-div .background-solid h1{
    text-align: center;
    font-size: 50px !important;
    line-height: 7rem;
}

footer{
    background-color: rgb(231, 231, 231);
    width: 100%;
    font-size: 12px;
    height: 278px;
    z-index: 11;
    position: relative;
}

footer a, footer p{
    color: #888888;
}

footer a:hover{
    color: #393939;
    text-decoration: none;
}

footer p{
    margin-bottom: 24px;
    line-height: 1.6923;
}


.footer-bottom{
    background-color: rgb(214, 214, 214);
    color: #888888;
    padding:15px 0 5px;
}

.footer-top img{
    height: auto;
    max-width: 100%;
    margin-bottom: 5px;
}


.footer-bottom p{
    background-color: rgb(214, 214, 214);
    color: rgb(108, 108, 108);
    margin: 0px;
}

.footer-top{
    padding: 20px 0 25px;
}

.footer-top .col-md-8    p{
    text-align: center;
}

.footer-top h5{
    font-weight: 600;
}

.footer-top .sobre > div{
    border-right: 1px solid #ccc;
}

.footer-top .social{
    font-size: 23px;
}

.footer-top .social a + a {
    margin-left: 5px;
}

header{
    z-index: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0px 8px rgba(0,0,0,.25);
    box-shadow: 0 0px 8px rgba(0,0,0,.25);
    vertical-align: middle;
}

header h1{
    margin-bottom: 0px;
}

header img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}

header .logo{
    display: block;
}

header .container{
    padding: 21px 0;
}

header .container .row{
    padding: 5px 0 0;
}

header nav, header nav a{
    display: block;
    color: #515151;
}

header nav ul{
    list-style: none;
    margin-bottom: 0px;
}

header nav ul li{
    display: inline-block;
    padding: 0 4px;
}

header nav ul li a{
    padding: 12px;
    border-radius: 3px;
    font-size: 14px;
}

header nav ul li a i{
    font-size: 130% !important;
    margin-right: 5px;
}

header nav ul li a:hover{
    background-color: #515151;
    color: #ffffff;
    text-decoration: none
}

.signup h3{
    margin-top: 0px;
    margin-bottom: 15px;

}

#home .background-solid{
    margin-top: 150px;
}

#home .background-solid form{
    margin-bottom: 0px;
}

#loading-mask, .loading-mask {
    cursor:progress;
    display: none;
    font-size: 1.1em;
    font-weight: bold;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index:20002;
    left:0;
    top:0;
}
.background-overlay {
    background-color: #fff;
    opacity: .5;
    filter: Alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.loading_mask_loader {
    font-weight: bold;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    padding: 6px 0;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 44px;
    height: 44px;
    z-index: 1000;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
}
i.ajax-loader{
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-color: $brand-primary;
    border-radius: 20px;
    border-bottom-color: transparent !important;
    border-width: 3px 5px 2px 0;
    width: 32px;
    height: 32px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.animate-spin{
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
    display: inline-block;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}