/* Main Slider
-------------------------------------------------- */
#feature_slider {
    height: 600px;
    background: #322340;
}

    #feature_slider .container {
    }

    #feature_slider .selo-sebrae {
        width: 200px;
        height: 202px;
    }

    #feature_slider .degrade-v {
        /*background: url('../img/degrade-v2.png') center top repeat-x;*/
        height: 475px;
    }

    #feature_slider .header {
        text-align: center;
        margin: 0;
        color: #fff;
        margin-top: 20px;
    }

    #feature_slider .signin_box {
        margin: 30px auto;
    }

        #feature_slider .signin_box .box {
            margin: 0 auto;
            background: #fefefe; /*rgba(241,241,241,.9);*/
            border-radius: 5px;
            width: 420px;
            padding: 35px 0 10px;
        }

            #feature_slider .signin_box .box .box_cont {
                margin: 0 auto;
                width: 90%;
            }

            #feature_slider .signin_box .box .division {
                margin: 0 auto 18px;
                float: none;
                overflow: hidden;
                width: 100%;
                position: relative;
                text-align: center;
            }

                #feature_slider .signin_box .box .division .line {
                    border-top: 1px solid #DFDFDF;
                    width: 15px;
                    top: 10px;
                    position: absolute;
                }

                #feature_slider .signin_box .box .division .l {
                    left: 0;
                }

                #feature_slider .signin_box .box .division .r {
                    right: 0;
                }

                #feature_slider .signin_box .box .division span {
                    color: #757575;
                    font-size: 15px;
                }

            #feature_slider .signin_box .box .form form {
                margin: 0;
            }

            #feature_slider .signin_box .box .form input::-webkit-input-placeholder {
                color: #aaa;
            }

            #feature_slider .signin_box .box .form input:-moz-placeholder {
                color: #aaa;
            }

            #feature_slider .signin_box .box .form input::-moz-placeholder {
                color: #aaa;
            }

            #feature_slider .signin_box .box .form input:-ms-input-placeholder {
                color: #aaa;
            }

            #feature_slider .signin_box .box .form input.name {
                background: url('../img/formname.png') #fff no-repeat 5px;
            }

                #feature_slider .signin_box .box .form input.name.valid,
                #feature_slider .signin_box .box .form input.mail.valid,
                #feature_slider .signin_box .box .form input.phone.valid,
                #feature_slider .signin_box .box .form input.senha.valid,
                #feature_slider .signin_box .box .form input.cnpj.valid {
                    background: #67a9da url('../img/form-ok.png') no-repeat 5px;
                    border-color: #67a9da;
                    color: #fff;
                }

            #feature_slider .signin_box .box .form input.valid::-webkit-input-placeholder {
                color: #eee;
            }

            #feature_slider .signin_box .box .form input.valid:-moz-placeholder {
                color: #eee;
            }

            #feature_slider .signin_box .box .form input.valid::-moz-placeholder {
                color: #eee;
            }

            #feature_slider .signin_box .box .form input.valid:-ms-input-placeholder {
                color: #eee;
            }

            #feature_slider .signin_box .box .form input.name {
                background: url('../img/formname.png') #fff no-repeat 5px;
            }

                #feature_slider .signin_box .box .form input.name.error,
                #feature_slider .signin_box .box .form input.mail.error,
                #feature_slider .signin_box .box .form input.phone.error,
                #feature_slider .signin_box .box .form input.senha.error,
                #feature_slider .signin_box .box .form input.cnpj.error {
                    background-color: #fbf5f5;
                    border-color: #cc6666;
                    color: #cc6666;
                }

            #feature_slider .signin_box .box .form input.error::-webkit-input-placeholder {
                color: #e19898;
            }

            #feature_slider .signin_box .box .form input.error:-moz-placeholder {
                color: #e19898;
            }

            #feature_slider .signin_box .box .form input.error::-moz-placeholder {
                color: #e19898;
            }

            #feature_slider .signin_box .box .form input.error:-ms-input-placeholder {
                color: #e19898;
            }

            #feature_slider .signin_box .box .form input.mail {
                background: url('../img/formmail.png') #fff no-repeat 5px;
            }

            #feature_slider .signin_box .box .form input.phone {
                background: url('../img/formphone.png') #fff no-repeat 5px;
                width: 20%;
            }

            #feature_slider .signin_box .box .form input.senha {
                background: url('../img/formsenha.png') #fff no-repeat 5px;
                width: 20%;
            }

            #feature_slider .signin_box .box .form input.cnpj {
                background: url('../img/formrazao.png') #fff no-repeat 5px;
                width: 20%;
            }

            #feature_slider .signin_box .box .form input[type="text"] {
                border: solid 1px #eaeaea;
                box-shadow: none;
                padding-left: 39px;
                border-radius: 3px;
                font-size: 16px;
                width: 335px;
                height: 35px;
                margin-bottom: 16px;
                color: black;
            }

            #feature_slider .signin_box .box .form input.mail.closein {
                background: url('../img/formmail.png') #fff no-repeat 5px;
                vertical-align: middle;
                display: inline-block;
                width: 335px;
            }

                #feature_slider .signin_box .box .form input.mail.closein.error {
                    background-color: #fbf5f5;
                    border-color: #cc6666;
                    color: #cc6666;
                }

            #feature_slider .signin_box .box .form input[type="password"] {
                border: solid 1px #eaeaea;
                box-shadow: none;
                padding-left: 39px;
                border-radius: 3px;
                font-size: 16px;
                width: 335px;
                height: 35px;
                margin-bottom: 16px;
                color: black;
            }

            #feature_slider .signin_box .box .form .forgot {
                margin-left: 0;
                margin-top: 20px;
                margin-bottom: 5px;
                width: 100%;
                color: #797979;
                text-align: center;
                overflow: hidden;
            }

                #feature_slider .signin_box .box .form .forgot span {
                    margin-right: 5px;
                }

                #feature_slider .signin_box .box .form .forgot a {
                    color: #797979;
                    font-size: 13px;
                    border-bottom: 1px solid #797979;
                    font-weight: bold;
                    -webkit-transition: color .2s;
                    -moz-transition: color .2s;
                    -ms-transition: color .2s;
                    transition: color .2s;
                }

                    #feature_slider .signin_box .box .form .forgot a:hover {
                        color: #187CCC;
                        border-color: #187CCC;
                    }

            #feature_slider .signin_box .box .form input[type="button"] {
                width: 100%;
                height: 50px;
                color: #fff;
                background: #64ad95;
                font-size: 16px;
                margin: 0 auto;
                display: block;
                padding: 6px 19px;
                border: 0 none;
                border-radius: 3px;
                -webkit-transition: background linear .2s, box-shadow linear .2s;
                -moz-transition: background linear .2s, box-shadow linear .2s;
                -o-transition: background linear .2s, box-shadow linear .2s;
                transition: background linear .2s, box-shadow linear .2s;
            }

                #feature_slider .signin_box .box .form input[type="button"]:hover {
                    background: #4e8673;
                }

                #feature_slider .signin_box .box .form input[type="button"].ativo {
                    background: #64ad95 url('../img/ajax-loader.gif') no-repeat 95% center;
                    -webkit-transition: none;
                    -moz-transition: none;
                    -o-transition: none;
                    transition: none;
                }

    #feature_slider .box_cont .input-group {
        text-align: center;
    }

    #feature_slider .box_cont .inputs {
        display: none;
    }

    #feature_slider .box_cont a#btn-exp {
        vertical-align: middle;
        display: inline-block;
        color: #fff;
        font-weight: normal;
        border-radius: 4px;
        padding: 12px 15px;
        font-size: 16px;
        background: #4aba58;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        margin-bottom: 16px;
        min-width: 200px;
    }

        #feature_slider .box_cont a#btn-exp:hover {
            background: #449d44;
        }

.modal {
    width: 600px;
    margin-left: -300px;
}

    .modal.fade {
        left: -1000px;
    }

        .modal.fade.in {
            left: 50%;
        }

    .modal.config {
        z-index: 1049;
    }

.modal-header.config img {
    float: left;
    margin: 15px 15px 0 10px;
}

.modal-header.config h4 {
    letter-spacing: 1px;
}

.modal-header.config h5 {
    color: #666;
    line-height: 16px;
}

.modal-body {
    text-align: center;
    padding: 20px;
}

    .modal-body.config {
        text-align: center;
        font-size: 15px;
        min-height: 280px;
    }

        .modal-body.config .modal-tit {
            text-align: center;
            font-size: 17px;
            font-weight: 600;
            line-height: 25px;
        }

        .modal-body.config span {
            border-bottom: 1px dotted #444;
        }

        .modal-body.config #step1 .text-toolbar {
            text-align: center;
            padding-top: 5px;
            margin-bottom: 15px;
        }

            .modal-body.config #step1 .text-toolbar #txtfantasia {
                border: solid 1px #6aabe0;
                box-shadow: none;
                padding-left: 39px;
                border-radius: 3px;
                font-size: 16px;
                width: 400px;
                height: 35px;
                margin-bottom: 16px;
                color: black;
                background: url('../img/formrazao.png') #fff no-repeat 5px;
            }

        .modal-body.config #step1 .radio-toolbar {
            text-align: center;
        }

            .modal-body.config #step1 .radio-toolbar input[type="radio"] {
                display: none;
            }

            .modal-body.config #step1 .radio-toolbar label {
                text-align: left;
                background: #549cd8 url('../img/button-check.png') no-repeat 5px;
                font-size: 15px;
                font-weight: 600;
                margin: 15px auto;
                border-radius: 4px;
                padding: 8px 0 8px 40px;
                color: #fff;
                width: 200px;
            }

            .modal-body.config #step1 .radio-toolbar input[type="radio"]:checked + label {
                background: #449d44 url('../img/button-check-ok.png') no-repeat 5px;
            }

        .modal-body.config #step2 .radio-toolbar {
            text-align: left;
        }

            .modal-body.config #step2 .radio-toolbar input[type="radio"] {
                display: none;
            }

            .modal-body.config #step2 .radio-toolbar label {
                display: inline-block;
                text-align: center;
                background: #549cd8 url('../img/button-check.png') no-repeat 5px;
                font-size: 15px;
                font-weight: 600;
                margin: 8px 9px;
                border-radius: 4px;
                padding: 8px 0 8px 30px;
                color: #fff;
                width: 40px;
            }

            .modal-body.config #step2 .radio-toolbar input[type="radio"]:checked + label {
                background: #449d44 url('../img/button-check-ok.png') no-repeat 5px;
            }

    .modal-body.error {
        color: #cc0000;
    }

        .modal-body.error a {
            color: #cc3333;
            font-weight: 600;
            border-bottom: 1px dotted #cc3333;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
        }

            .modal-body.error a:hover {
                color: #ff6666;
                border-bottom: 1px dotted #ff6666;
            }

    .modal-body.config #step2, .modal-body.config #step2servico, .modal-body.config #step3, .modal-body.config #step4, .modal-body.config #step5 {
        display: none;
        height: 200px;
    }

        .modal-body.config #step3 .radio-toolbar {
            text-align: center;
            margin-top: 0px;
            padding-top: 0px;
            margin-bottom: 20px;
        }

            .modal-body.config #step3 .radio-toolbar input[type="radio"] {
                display: none;
            }

            .modal-body.config #step3 .radio-toolbar label {
                display: inline-block;
                text-align: left;
                background: #549cd8 url('../img/button-check.png') no-repeat 5px;
                font-size: 15px;
                font-weight: 600;
                margin: 15px 5px;
                border-radius: 4px;
                padding: 8px 20px 8px 40px;
                color: #fff;
            }

            .modal-body.config #step3 .radio-toolbar input[type="radio"]:checked + label {
                background: #449d44 url('../img/button-check-ok.png') no-repeat 5px;
            }

        .modal-body.config #step3 .text-toolbar #txtindicacao {
            border: solid 1px #ccc;
            box-shadow: none;
            padding-left: 39px;
            border-radius: 3px;
            font-size: 16px;
            width: 400px;
            height: 35px;
            margin-bottom: 16px;
            color: black;
            background: url('../img/formname.png') #fff no-repeat 5px;
        }

        .modal-body.config #step4 p {
            margin-bottom: 30px;
        }

        .modal-body.config #step4 #link-cert-mais, .modal-body.config #step4 #link-cert-adquirir {
            display: none;
        }

        .modal-body.config #step4 p.modal-link {
            margin-bottom: 20px;
            text-align: left;
            margin-left: 100px;
        }

        .modal-body.config #step4 #btn-step-acessar {
            margin-top: 25px;
        }

    .modal-body.config #step5 {
        text-align: left;
    }

        .modal-body.config #step5 p {
            margin-bottom: 30px;
        }

    .modal-body.success {
        color: #3686c8;
    }

.modal-footer {
    text-align: center;
}

    .modal-footer.config {
        text-align: right;
    }

        .modal-footer.config .passos {
            text-align: left;
            float: left;
            font-size: 16px;
            line-height: 30px;
        }

            .modal-footer.config .passos #textopassos {
                font-weight: 600;
            }

.modal-body .div-acesso {
    color: #003366;
}

    .modal-body .div-acesso a {
        color: #003366;
        text-decoration: none;
        border-bottom: 1px dotted #006699;
    }

        .modal-body .div-acesso a:hover {
            color: #006699;
            text-decoration: none;
            border-bottom: 1px dotted #006699;
        }
/* Showcase services
-------------------------------------------------- */
#showcase {
    background-color: #fafafa;
}

    #showcase .section_header {
        margin-top: 40px;
    }

    #showcase .feature_wrapper {
        margin-bottom: 20px;
    }

    #showcase .feature_wrapper_mais {
        display: none;
    }

    #showcase #toggle {
        width: 80px;
        text-align: center;
        margin: 40px auto 0;
    }

        #showcase #toggle:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 0;
            border-left: 400px solid transparent;
            border-right: 400px solid transparent;
            border-top: 60px solid #fafafa;
            position: absolute;
            margin: 0 -400px;
        }

        #showcase #toggle .circle {
            background: #fff;
            color: #187CCC;
            border: 1px solid #187CCC;
            text-align: center;
            border-radius: 100%;
            width: 80px;
            height: 80px;
            box-shadow: 1px 1px 2px 0px #E0E0E0;
            cursor: pointer;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            transition: all .2s linear;
        }

            #showcase #toggle .circle:hover {
                color: #fff;
                background: #187CCC;
            }

            #showcase #toggle .circle div {
                padding-top: 28px;
                font-size: 14px;
            }

    #showcase .features_op1_row .img_box {
        border: 1px solid #f1f1f1;
        background-color: #fdfdfd;
        height: 280px;
    }

        #showcase .features_op1_row .img_box.alternate {
            border: 1px solid #e1e1e1;
            background-color: #ededed;
            height: 280px;
        }

    #showcase .features_op2_row .img_box {
        border: 1px solid #f1f1f1;
        background-color: #fdfdfd;
        height: 180px;
    }

        #showcase .features_op2_row .img_box.alternate {
            border: 1px solid #e1e1e1;
            background-color: #ededed;
            height: 180px;
        }

    #showcase .img_box:hover {
        border: 1px solid #1189d9;
        background-color: #fff;
        -webkit-transition: background linear .2s;
        -moz-transition: background linear .2s;
        -o-transition: background linear .2s;
        transition: background linear .2s;
    }

    #showcase .img_box.alternate:hover {
        border: 1px solid #1189d9;
        background-color: #fff;
        -webkit-transition: background linear .2s;
        -moz-transition: background linear .2s;
        -o-transition: background linear .2s;
        transition: background linear .2s;
    }

    #showcase .features_op1_row .last {
        margin-right: 0;
    }

    #showcase .features_op1_row .feature .text {
        margin: 20px auto 0;
        width: 87%;
    }

        #showcase .features_op1_row .feature .text h6 {
            text-align: center;
            font-size: 16px;
            color: #01609f;
        }

        #showcase .features_op1_row .feature .text p {
            margin: 0;
            font-size: 14px;
            line-height: 23px;
        }

    #showcase .features_op1_row .feature .img_box {
        position: relative;
        border-radius: 5px;
    }

    #showcase .features_op1_row .feature .img {
        text-align: center;
        margin: 30px auto 25px;
    }

    #showcase .features_op2_row .last {
        margin-right: 0;
    }

    #showcase .features_op2_row .feature .text {
        margin: 20px auto 0;
        width: 87%;
    }

        #showcase .features_op2_row .feature .text h6 {
            text-align: center;
            font-size: 16px;
            color: #01609f;
        }

        #showcase .features_op2_row .feature .text p {
            margin: 0;
            font-size: 14px;
            line-height: 23px;
        }

    #showcase .features_op2_row .feature .img_box {
        position: relative;
        border-radius: 5px;
    }

    #showcase .features_op2_row .feature .img {
        text-align: center;
        margin: 42px auto 37px;
    }

    #showcase .start {
        display: none;
        width: 100%;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 60px;
    }

        #showcase .start a {
            color: #187CCC;
            border-radius: 4px;
            border: 1px solid #187CCC;
            padding: 12px 22px;
            font-size: 15px;
            background: #fff;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
        }

            #showcase .start a:hover {
                color: #fff;
                background: #187CCC;
            }

/* Pricing charts
-------------------------------------------------- */

#in_pricing {
    margin-top: 100px;
    margin-bottom: 60px;
}

    #in_pricing .container {
        margin-top: 40px;
    }

    #in_pricing .section_header {
        margin-bottom: 80px;
    }

    #in_pricing .charts_plans {
        text-align: center;
        margin-bottom: 70px;
    }

.btn-periodo {
    color: #fff;
    text-shadow: none;
    border: 1px solid #4aba58;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 13px;
    font-weight: normal;
    background: #4aba58;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

    .btn-periodo:hover, .btn-periodo:active, .btn-periodo:focus {
        color: #fff;
        background: #449d44;
        border: 1px solid #449d44;
    }

    .btn-periodo.active {
        color: #fff;
        background: #1189d9;
        border: 1px solid #1189d9;
    }

#in_pricing .charts_wrapp {
    text-align: center;
}

    #in_pricing .charts_wrapp .plan {
        margin: 0 auto;
        border-radius: 6px;
        /*box-shadow: 2px 2px 2px -1px rgb(214, 214, 214);*/
        /*box-shadow: 0px 0px 15px -1px rgb(153, 153, 153);*/
        -webkit-box-shadow: -2px 0px 10px -2px rgba(0,0,0,0.4);
        -moz-box-shadow: -2px 0px 10px -2px rgba(0,0,0,0.4);
        box-shadow: -2px 0px 10px -2px rgba(0,0,0,0.4);
        background-color: #fafafa;
        width: 95%;
        position: relative;
        -webkit-transition: box-shadow 0.25s ease, background-color .2s linear;
        -moz-transition: box-shadow 0.25s ease, background-color .2s linear;
        -o-transition: box-shadow 0.25s ease, background-color .2s linear;
        -ms-transition: box-shadow 0.25s ease, background-color .2s linear;
        transition: box-shadow 0.25s ease, background-color .2s linear;
    }
/*
#in_pricing .charts_wrapp .plan:hover {
	position: relative;
	z-index: 100;
	top: -5px;
    background-color: #fff;	
	width: 96%;
	height:275px;	
    -webkit-box-shadow: -2px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -2px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: -2px 0px 10px 1px rgba(0,0,0,0.2);
}
*/
#in_pricing .pro .plan {
    margin: 0 auto;
    width: 95%;
    top: -20px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
}
    /*
#in_pricing .pro .plan:hover{
	top: -25px;
	height:300px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2)	
}
*/
    #in_pricing .pro .plan img.ribbon {
        position: absolute;
        top: 0;
        right: 0;
    }

#in_pricing .basic .plan {
    -webkit-box-shadow: 3px 0px 10px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 0px 10px -2px rgba(0,0,0,0.4);
    box-shadow: 3px 0px 10px -2px rgba(0,0,0,0.4);
}
/*
#in_pricing .basic .plan:hover{    
    -webkit-box-shadow: 3px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 3px 0px 10px 1px rgba(0,0,0,0.2);
}
*/
#in_pricing .plan .wrapper {
    padding: 33px 30px 26px 30px;
    text-align: center;
}

#in_pricing .plan h3 {
    color: rgb(83, 83, 83);
    font-weight: normal;
    font-style: italic;
    font-size: 28px;
    margin: 0 0 5px 0;
    line-height: 25px;
}

#in_pricing .fa-asterisk {
    font-size: 9px;
}

#in_pricing .plan .price {
    font-size: 17px;
    color: #1189D9;
    font-weight: bold;
    margin-top: 16px;
}

#in_pricing .plan .de-price {
    margin-top: 10px;
}

    #in_pricing .plan .de-price span.de {
        color: #c85656;
        text-decoration: line-through;
        font-size: 12px;
    }

#in_pricing .plan .equival-price {
}

    #in_pricing .plan .equival-price span.dollar {
        color: #1189D9;
        font-style: italic;
        font-weight: normal;
        font-size: 13px;
    }

#in_pricing .plan .price.basico {
    color: #1189D9;
    font-weight: bold;
}

#in_pricing .plan .price span.dollar {
    font-size: 25px;
    position: relative;
}

    #in_pricing .plan .price span.dollar b {
        font-size: 12px;
    }

#in_pricing .plan .price span.qty {
    font-size: 47px;
    position: relative;
}

    #in_pricing .plan .price span.qty b {
        font-size: 15px;
    }

#in_pricing .plan .mes-price span.month {
    color: #1189D9;
    font-weight: normal;
    font-size: 15px;
}

#in_pricing .plan .features {
    margin-top: 30px;
}

    #in_pricing .plan .features p {
        color: #838385;
        margin-bottom: 5px;
        padding-left: 20px;
        font-size: 14px;
        text-align: left;
    }

        #in_pricing .plan .features p.on {
            background: url(../img/arrow-down.png) no-repeat left center;
        }

        #in_pricing .plan .features p.off {
            background: url(../img/no.png) no-repeat left center;
            opacity: 0.4;
            filter: alpha(opacity=40);
        }

#in_pricing .start {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

    #in_pricing .start p {
        font-size: 14px;
        color: #5B5B5D;
        margin-bottom: 30px;
    }

    #in_pricing .start a {
        color: #fff;
        font-weight: normal;
        border-radius: 4px;
        padding: 15px 20px;
        font-size: 17px;
        background: #4aba58;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
    }

        #in_pricing .start a:hover {
            background: #449d44;
        }

/*
-------------------------------------------------- */

#stats {
    padding: 0;
    margin: 0;
    background: #fafafa url('../img/1orig.jpg') no-repeat 50% 0 fixed;
    /*background-size: contain cover;*/
    background-size: cover;
}

    #stats #stats-degrade {
        background: url('../img/degrade-v.png') center top repeat-x;
        height: 500px;
    }

    #stats .numbers {
        margin: 0;
    }

        #stats .numbers .description_wrapper {
            margin-top: 100px;
            margin-left: 80px;
            text-align: left;
            /*color:#000;*/
            color: #fff;
        }

            #stats .numbers .description_wrapper p {
                font-size: 38px;
                line-height: 32px;
                margin-bottom: 30px;
                /*text-shadow:0 1px 0 rgba(255,255,255,1);*/
                text-shadow: 1px 1px 0 rgba(0,0,0,1);
                padding-bottom: 10px;
            }

            #stats .numbers .description_wrapper span {
                font-size: 15px;
                font-style: italic;
            }

/*
-------------------------------------------------- */

#team {
    padding: 35px 0 25px;
    margin: 0;
    background: #fafafa;
    border-top: 1px solid #f8f8f8;
}

    #team .section_header {
        margin-bottom: 60px;
    }

        #team .section_header h3 {
            font-size: 32px;
            margin-top: 0;
            margin-bottom: 10px;
            font-weight: bold;
            text-shadow: 0 1px 1px rgba(255,255,255,1);
        }

        #team .section_header p {
            font-style: italic;
            font-size: 20px;
            margin: 0 0 30px 0;
            text-shadow: 0 1px 1px rgba(255,255,255,1);
        }

    #team .people {
        margin: 0;
    }

        #team .people .row1 {
            margin: 0 0 50px 0;
        }

        #team .people .bio_box {
            margin: 0;
        }

        #team .people .bio_boxr {
            float: right;
        }

        #team .people .bio_box img {
            float: left;
        }

        #team .people .bio_boxr img {
            margin-left: 38px;
        }

        #team .people .bio_box .info {
            float: left;
            margin: 38px 0 0 30px;
        }

            #team .people .bio_box .info p {
                margin-bottom: 0;
            }

                #team .people .bio_box .info p.name {
                    color: #333;
                    font-style: italic;
                    margin-bottom: 4px;
                    font-size: 21px;
                }

                #team .people .bio_box .info p.area {
                    color: #98989A;
                    font-style: italic;
                    font-size: 16px;
                    margin-bottom: 18px;
                }

                #team .people .bio_box .info p.depoimento {
                    width: 220px;
                    color: #666;
                    font-size: 13px;
                    margin-bottom: 18px;
                }

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (max-width: 979px) {
    .navbar-inverse .sticky .brand {
        display: none;
    }

    #feature_slider .selo-sebrae {
        display: none;
    }

    #showcase .features_op1_row .img_box, #showcase .features_op1_row .img_box.alternate {
        height: 315px;
    }

    #showcase .features_op2_row .img_box, #showcase .features_op2_row .img_box.alternate {
        height: 245px;
    }

    #showcase #toggle:after {
        border-left: 200px solid transparent;
        border-right: 200px solid transparent;
        border-top: 50px solid #fafafa;
        margin: 0 -200px;
    }

    #in_pricing .charts_wrapp {
        text-align: center;
        /*height:300px;*/
    }

    #in_pricing .plan .wrapper {
        padding: 33px 10px 26px 10px;
        text-align: center;
    }

    #sign_in2 {
        margin-top: 0px;
    }

        #sign_in2 .division .line2.l,
        #sign_in2 .division .line2.r {
            width: 10%;
        }
}

@media (max-width: 879px) {
    #sign_in2 .login .left_box {
        width: 95%;
        float: left;
    }

    #sign_in2 .login .right_box {
        width: 95%;
        float: left;
        margin-top: 0px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 879px) {
    #team .people .row1 {
        margin: 0;
    }

    #team .bio_box {
        margin: 0 auto;
        text-align: center;
    }

    #team .bio_boxr {
        margin: 0 auto;
        text-align: center;
    }

    #team .people .bio_box img {
        margin: 0 auto;
        float: none;
    }

    #team .people .bio_box .info {
        margin: 10px 0;
        margin-bottom: 40px;
    }

        #team .people .bio_box .info p.depoimento {
            width: 100%;
        }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body {
        /*background: url('../img/12crop.jpg') no-repeat center top;*/
    }

    #feature_slider, #showcase, #in_pricing, #stats-degrade, #team, #contact {
        padding-right: 20px;
        padding-left: 20px;
    }

    #feature_slider {
        height: 500px;
        background: none;
        background-size: none;
        padding: 0;
        margin: 0;
    }

        #feature_slider .degrade-v {
            background: none;
        }

        #feature_slider .header {
            margin-top: 100px;
        }

            #feature_slider .header h1 {
                font-size: 34px;
                padding: 0 15px;
            }

    #showcase {
        margin: 0;
        padding: 0px 20px;
    }

        #showcase .features_op1_row .feature {
            margin-bottom: 20px;
        }

        #showcase .features_op1_row .last {
            margin-bottom: 0;
        }

        #showcase .features_op1_row .feature .img_box {
            text-align: left;
        }

        #showcase .features_op1_row .feature .text h6 {
            text-align: center;
        }

    #in_pricing .charts_wrapp {
        margin-left: 0;
        /*height:900px;*/
    }

        #in_pricing .charts_wrapp .plan {
            margin: 0 auto 30px;
            width: 95%;
        }

    #in_pricing .plan .wrapper {
        margin: 0 auto;
    }

    #in_pricing .pro .plan {
        top: 0;
        width: 95%;
    }

        #in_pricing .pro .plan:hover {
            top: -5px;
        }

    #in_pricing .start p {
        margin-bottom: 20px;
    }

    #in_pricing .start a {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    #stats {
        background: #fafafa url('../img/1crop.jpg') no-repeat 50% 0;
        background-size: 100% auto;
    }

        #stats .numbers .description_wrapper {
            margin-left: 0px;
            text-align: center;
        }

            #stats .numbers .description_wrapper p {
                font-size: 28px;
                margin-bottom: 20px;
            }

    #team .people .row1 {
        margin: 0;
    }

    #team .bio_box {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    #team .bio_boxr {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    #team .people .bio_box img {
        margin: 0 auto;
        float: none;
    }

    #team .people .bio_box .info {
        margin: 10px 0;
        width: 100%;
        margin-bottom: 40px;
    }

        #team .people .bio_box .info p.depoimento {
            width: 100%;
        }
}

@media (max-width: 725px) {
    #sign_in2 .division .line2.l,
    #sign_in2 .division .line2.r {
        display: none;
    }
}

@media (max-width: 659px) {
    .btn-periodo {
        padding: 10px 30px;
    }

    #feature_slider .header h1 {
        font-size: 24px;
    }

    #showcase #toggle:after {
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 40px solid #fafafa;
        margin: 0 -100px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {

    .modal {
        width: 100%;
    }

    .btn-periodo {
        padding: 10px 20px;
    }

    #feature_slider .signin_box {
        /*display: none;*/
    }

    #feature_slider .header {
        margin-top: 50px;
    }

        #feature_slider .header h1 {
            font-size: 30px;
            padding: 0 15px 30px;
        }

    #showcase {
        margin: 0;
        padding: 0px 20px;
    }

        #showcase .section_header h3 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 20px;
        }

        #showcase .img_box {
            border: 1px solid #e1e1e1;
            background-color: #ededed;
        }

        #showcase .features_op1_row .feature {
            margin-bottom: 20px;
            padding: 0px;
        }

        #showcase .features_op1_row .last {
            margin-bottom: 0;
        }

        #showcase .features_op1_row .feature .img_box {
            text-align: left;
        }

        #showcase .features_op1_row .feature .text h6 {
            text-align: center;
        }
}
