@import url('../fonts/raleway.extrabold.ttf');

@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/raleway.extrabold.ttf');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Raleway:400,800,900&display=swap');
@import url('font-awesome.css');

@import url('font-awesome.min.css');
@font-face {
    font-family: 'DIN1451Alt';
    src: url('../fonts/din1451alt.ttf');
}


body {
    font-family: 'Raleway', sans-serif;
    color:#000;
    background: #f7f7f7;
    font-size: 18px;
    line-height: 1.4em;
    text-shadow: none;
}

.clear {
    clear: both;
}

.textoalinhado {
    display:flex;
    align-items:center;
}


.about-box{
    width: 97%;
    height: auto;
    background-color: #7c2529;
    font-size: 14px;
    color: #fff;
    float: center;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-weight: 400;
    padding-bottom: 50px;
    margin-bottom: 200px;
}



.counter {
    font: 36px 'Raleway-Bold';
    font-weight: 800;
    color: #FFFFFF;
    text-align: left;
}

.title-a {
    font-family: 'Raleway-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #7c2529;
    /*letter-spacing: 3px;*/
    line-height: 3px;
    text-align: left;
}

.title-ab {
    font: 27px 'Raleway-Bold';
    font-weight: 800;
    color: #7c2529;
    /*letter-spacing: 3px;*/
    line-height: 3px;
    text-align: center;
}

.title-ab:after {
    content:' ';
    position: absolute;
    top:100%;
    left:50%;
    width: 500px;
    margin: 10px 2%;
    border:1px solid #7c2529;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    transform:translateX(-50%);

}

.title-b {
    font: 30px 'Raleway-Bold';
    font-weight: 800;
    color: #7c2529;
    text-align: center;
}

.title-c {
    font: 27px 'Raleway-Bold';
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.5px;
}

.title-c:after {
    content:' ';
    position: absolute;
    top:100%;
    left:50%;
    width: 500px;
    margin: 5px 2%;
    border:1px solid #ffffff;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    transform:translateX(-50%);

}

.title-d {
    font: 14px 'Raleway-Bold';
    font-weight: 800;
    color: #FFFFFF;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.contador-peq{
    font-family: 'Raleway';
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    padding-right: 5%;
}

.emp-box{
    border-bottom:2px solid #bc9706;
    font-size:11px;
    width:94%;
    height: 300px;
    display:block;
    margin:0 auto 5px auto;
    background-color: #f6d000;
    display:inline-block;
    vertical-align:top;
    color:#fff;
    padding:5px;
}


.odeioiphone5{
    font-size: 24px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway';
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {

    margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

blockquote.bigquote {
    border: none;
    background-color: none;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1em;
    margin-top: 70px;
}

#links{
    font-family:'DIN1451Alt';
    font-size: 10px;
    color:#FFF;;
}
#links:hover {
    color: #000000;
    cursor: pointer;
}

.text-bold {
    font-weight: 900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}


small {
    font-size: 70%;
    font-weight: 100;
}

a:hover {
    color: #000000;
}

:focus {
    outline: none;
}

.color-white.txt-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
    text-transform: uppercase;
}

/**
 * Animations
 */

.fromTopIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,0);
    opacity: 1.0;
}

.fromTopOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,-10px);
    opacity: 0.0;
}

.fromBottomIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,0);
    opacity: 1.0;
}

.fromBottomOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,10px);
    opacity: 0.0;
}

.fromLeftIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,0);
    opacity: 1.0;
}

.fromLeftOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(-10px,0);
    opacity: 0.0;
}

.fromRightIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,0);
    opacity: 1.0;
}

.fromRightOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(10px, 0);
    opacity: 0.0;
}

.scaleUpIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: scale(1.0,1.0);
    opacity: 1.0;
}

.scaleUpOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: scale(1.3,1.3);
    opacity: 0.0;
}

.scaleDownIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: scale(1.0,1.0);
    opacity: 1.0;
}

.scaleDownOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: scale(0.7,0.7);
    opacity: 0.0;
}

/*==========================================================================
  Misc & Adjust
 ========================================================================== */
.row {
    z-index: 9999;
}

.big {
    font-size: 20pt;
    font-weight: 300;
}


.blink:hover {
    opacity: 0.9;
}

.half-offset {
    margin-bottom: 75px !important;
}

.no-offset {
    margin: 0 !important;
    padding: 0;
}

.content,.container {
    overflow: hidden;
}

.trans {
    border: 0 !important;
    background: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nobg {
    background: 0;
    border: 0;
}

.noborder {
    border: 0 !important;
}

.color-white {
    color: #fff;
}

.theme-bg {
    background-color: #ff7701 !important;
}

.normalize-font-top {
    padding-top: 25px;
}

input[type="text"],
input[type="email"],
textarea,
select{
    border:1px solid #fff;
    color:#fff;
    font:14px "Raleway", Arial, Helvetica, sans-serif;
    padding:3px 15px;
    width:91% !important;
    margin:5px 0;
    background:rgba(228,228,228,0.1);
    height:auto;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus{border:1px solid #000000;}
select{width:91% !important;}
option{color:#000;}
textarea{
    max-width:92%;
    height:100px;
}

/* --- float --- */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* --- align --- */
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
    padding-top: 50px;
}
.align-center i:hover {

    cursor: pointer;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;

}
/* ---- padding ---- */
/* top */
.pad-top0 {
    padding-top: 0;
}
.pad-top5 {
    padding-top: 5px;
}

.pad-top10 {
    padding-top: 10px;
}

.pad-top15 {
    padding-top: 15px;
}
.pad-top20 {
    padding-top: 20px;
}
.pad-top25 {
    padding-top: 25px;
}
.pad-top30 {
    padding-top: 30px;
}
.pad-top35 {
    padding-top: 35px;
}
.pad-top40 {
    padding-top: 40px;
}.pad-top50 {
     padding-top: 50px;
 }
/* bottom */
.pad-bot0 {
    padding-bottom: 0;
}
.pad-bot5 {
    padding-bottom: 5px;
}

.pad-bot10 {
    padding-bottom: 10px;
}

.pad-bot15 {
    padding-bottom: 15px;
}
.pad-bot20 {
    padding-bottom: 20px;
}
.pad-bot25 {
    padding-bottom: 25px;
}
.pad-bot30 {
    padding-bottom: 30px;
}
.pad-bot35 {
    padding-bottom: 35px;
}
.pad-bot40 {
    padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
    margin-top: 0;
}
.mar-top5 {
    margin-top: 5px;
}

.mar-top10 {
    margin-top: 10px;
}

.mar-top15 {
    margin-top: 15px;
}
.mar-top20 {
    margin-top: 20px;
}
.mar-top25 {
    margin-top: 25px;
}
.mar-top30 {
    margin-top: 30px;
}
.mar-top35 {
    margin-top: 35px;
}
.mar-top40 {
    margin-top: 40px;
}
/*service*/
i.service-icon {
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    font-size: 56px;
    color:#417630;
    width: 140px;
    height: 140px;
    line-height: 136px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 25px;

}
i.service-icon:hover {
    border: 1px solid #000000;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 56px;
    background-color:#f8ca40;

    line-height: 136px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.service-col {
    padding: 40px 20px;
    margin: 0 10px;
    background-color: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 40px;
}
.service-col .service-icon {
    height: 140px;
    width: 140px;
    margin: 0 auto;
    border: 3px solid #417630;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    -moz-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.service-col .service-icon i {
    font-size: 4.5em;
    line-height: 140px;
    margin: 0 auto;
    color: #417630;
    -webkit-animation: serviceicon 0.6s ease-in-out;
    -moz-animation: serviceicon 0.6s ease-in-out;
    animation: serviceicon 0.6s ease-in-out;
}
.service-col h2 {
    font-weight: 600;
    margin: 1em 0 0.75em;
}
.service-col h2 a {
    color: #417630;
}

.service-col p {
    font-size: 0.875em;
    font-weight: 200;
    margin-bottom: 0;
}
.service-col:hover {
    background-color: #000000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.service-col:hover .service-icon {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -webkit-box-shadow: inset 0 0 0 100px #fff;
    -moz-box-shadow: inset 0 0 0 100px #fff;
    box-shadow: inset 0 0 0 100px #fff;
}
.service-col:hover .service-icon i {
    color: #f8ca40;
    -webkit-animation: serviceiconhover 0.5s ease-in-out;
    -moz-animation: serviceiconhover 0.5s ease-in-out;
    animation: serviceiconhover 0.5s ease-in-out;
}

/* bottom */
.mar-bot0 {
    margin-bottom: 0;
}
.mar-bot5 {
    margin-bottom: 5px;
}

.mar-bot10 {
    margin-bottom: 10px;
}

.mar-bot15 {
    margin-bottom: 15px;
}
.mar-bot20 {
    margin-bottom: 20px;
}
.mar-bot25 {
    margin-bottom: 25px;
}
.mar-bot30 {
    margin-bottom: 30px;
}
.mar-bot35 {
    margin-bottom: 35px;
}
.mar-bot40 {
    margin-bottom: 40px;
}
.mar-bot45 {
    margin-bottom: 45px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
    margin:0;
    padding: 80px 0 60px 0;
}


.bg-white {
    background-color: #fff;
}

/* --- section heading --- */
.section-header {
    text-align: center;
    padding-top: 100px;
}
.section-header h2.section-heading {
    text-transform: uppercase;
    font-weight: 700;
}

.aboutFim {
    height: auto;
    background-color: #FFF;
    width: 100%;
}

/* ==========================
 --- Parallax ---
============================= */

#depoimentos{
    background-image: url(../images/parallax_madeira.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:500px;
}


#contagem{
    background-image: url(../images/fundoparalax.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:350px;
}
#testimonials-3{
    background-image: url(../img/12.jpg);
    height:500px;
}
#testimonials-2{
    background-image: url(../img/6.jpg);
    height:500px;
}

/*===========================
	---Pricing---
===========================*/
.line-pricing-table {
    margin: 50px 0 100px 0;
}
.line-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.line-wrap:after {
    clear: both;
    content: "";
    display: block;
}
.line-pricing-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.line-pricing-table .pricing-table-wrap {
    display: table-cell;
    text-align: center;
}


.line-pricing-table .pricing-table-wrap ul {
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
    padding: 40px 20px;
    background: #ffffff;
    list-style: none;
}
.line-pricing-table .pricing-table-wrap ul li.line-head-row {
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
    padding-bottom: 5px;
    list-style: none;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 35px;
    list-style: none;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row p {
    margin: 0;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row small {
    font-size: 18px;
    color: #b3b3b3;
    list-style: none;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row span {
    font-size: 72px;
    color: #417630;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    line-height: 100%;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row span.symbol {
    position: relative;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    top: -15px;
}
.line-pricing-table .pricing-table-wrap ul li.line-btn-row {
    margin-top: 30px;
    list-style: none;
}

.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row small {
    color: #ffffff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row span {
    color: #ffffff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row span.symbol {
    color: #ffffff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-head-row {
    color: #ffffff;
    background: #417630;
    padding-top: 40px;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-btn-row {
    padding-bottom: 40px;
}
.line-btn,
input[type="submit"],
button[type="submit"] {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    background-image: none;
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    cursor: pointer;
    border: 2px solid #000000;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
}
.line-btn.small,
input[type="submit"].small,
button[type="submit"].small {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}
.line-btn.big,
input[type="submit"].big,
button[type="submit"].big {
    height: 60px;
    line-height: 60px;
    padding: 0 70px;
}
.line-btn.blue,
input[type="submit"].blue,
button[type="submit"].blue {
    background: #009eca;
    border: none;
    color: #ffffff;
}
.line-btn.lightblue,
input[type="submit"].lightblue,
button[type="submit"].lightblue {
    background: #58c5c0;
    border: none;
    color: #ffffff;
}
.line-btn.darkblue,
input[type="submit"].darkblue,
button[type="submit"].darkblue {
    background: #42555c;
    border: none;
    color: #ffffff;
}
.line-btn.red,
input[type="submit"].red,
button[type="submit"].red {
    background: #e74c3c;
    border: none;
    color: #ffffff;
}
.line-btn.green,
input[type="submit"].green,
button[type="submit"].green {
    background: #000000;
    border: none;
    color: #ffffff;
}
.line-btn.orange,
input[type="submit"].orange,
button[type="submit"].orange {
    background: #f6ba70;
    border: none;
    color: #ffffff;
}
.line-btn.light,
input[type="submit"].light,
button[type="submit"].light {
    background: #ffffff;
    color: #464252;
    border: none;
}
.line-btn.light:hover,
input[type="submit"].light:hover,
button[type="submit"].light:hover {
    color: #ffffff;
    background: #000000;
}



/*===========================
  --- Header & menu ----
=========================== */
.intro{
    top:0px;
    height:30px;
    background-color: #f4d552;
    position: fixed;
    width: 100%;
    margin-left: auto;
}


.navbar {
    font-family: 'DIN1451Alt';
    line-height: 100px;
    height: 100px;
    background-color:#7c2529;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom:40px;
    top:24px;
}

.navbar .navbar-collapse {
    margin: auto;
}

/*-- Responsive --*/

@media (max-width: 756px){
    .navbar .navbar-collapse {
        margin-bottom: 0;
        padding-bottom:0;
        margin-left:-15px;
        margin-top: -20px;
        width:160px;
    }

    /* -- Responsive-end --*/


    .navbar .navbar-nav > .active > a {
        color: #000000;
        padding-bottom: 0px;

    }
    .row-slider{
        height: auto;
    }
}

.nav li {
    height: 100%;
    line-height: 100%;
    margin-bottom: 0;
    padding-bottom:0;
}

.nav>li>a {
    display: table-cell;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    color: #fff;
    font-weight: 0;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;

}

.nav>li>a:hover {
    color: #000000;
    background: none;
}

.navbar-nav {
    margin-bottom: 40px;
    padding-bottom:40px;
}

.navbar .navbar-nav > .active > a {
    color: #fff;
}
.navbar .navbar-nav > .active > a {
    padding-bottom: 15px;
}

h1 a.navbar-brand {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    margin-left: 40px;
}

.navbar-brand {
    width: 500px;
}

@media (max-width: 1300px){
    .navbar-brand {
        width: 300px;
    }
}

.navbar-brand img {
    max-height: 80px;
}

.navbar-toggle {
    padding: 0;
    margin: 0;
    width: 80px;
}

.navbar-collapse.in {
    margin-top: -5px !important;
}



/*===========================
  --- Featured section ----
=========================== */

section.featured {
    height: auto;
    padding: px 0 0px;
    background: #333333;
    vertical-align: middle;
    text-align: center;
    color:#fff;
}
section.featured img {
    height: 100%;

}

section.featured h2.slogan {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
}
/*===========================
  slider
============================ */
.slider {
    position: relative;
    margin-top:162px;
}

.slider img {
    width: 100%;
}

#carousel-slider {
    position: relative;
}

#carousel-slider .carousel-indicators {
    bottom: -40px;
}

#carousel-slider .carousel-indicators li {
    border: 1px solid #ffffff;
}

#carousel-slider a i {
    border-radius:50%;
    font-size: 30px;
    height: 50px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 50px;
    color:#3a906d;
    background:#bebebe;
    color:#fff;
}

#carousel-slider a i:hover {
    background: #fff;
    color:#fff;
    border: 1px solid #bebebe;
}

#carousel-slider
.carousel-control {
    width:inherit;
}

#carousel-slider .carousel-control.left i {
    left:50px;
    top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
    right: 50px;
    top: calc(50% - 50px);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: calc(50% - 150px);
    font-size:40px;
    left: 15%;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

.carousel-caption  h2 {
    font-size:60px;
    color: #fff;
}

.carousel-caption  h2 span {
    font-size:60px;
    color: #fff;
}

.carousel-caption  p {
    font-size:30px;
    margin-top:30px;
    margin-bottom:20px;
    color:#fff;
    padding:10px;
    background:#3a906d;
}

@media (max-width: 767px) {
    .carousel-caption  {
        font-size: 18px;
    }
    .carousel-caption h2, .carousel-caption  h2 span, .carousel-caption  p {
        font-size:18px;
    }
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
    padding:20px 60px;
    font-size:20px;
    background:#3a906d;
    color:#fff;
    border-radius:0;
    border-color:#fff;
    text-transform:uppercase;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
    color:#fff;
    opacity: 0.8;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
    padding:20px 60px;
    font-size:20px;
    background:#fff;
    color:#272727;
    border-radius:0;
    text-transform:uppercase;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
    color:#fff;
    border-color:#fff;
    background:#3a906d;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}

.form-inline {
    margin-top:50px;
}


/*row-slider*/
.row-slider{
    padding-top: 20px;
    vertical-align: middle;
    padding-bottom: 20px;
}
.title{
    padding-top: 100px;
    text-align: center;
}
.list-style{
    list-style: none;
    left:0%;
}

.learn-more{
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 60px;
    display: inline-block;
    background : rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, .1);
    width: 150px;
    height: 40px;

}

.learn-more:hover{
    background : rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);

}

.learn-more a{
    font-size: 12px;
    letter-spacing: 1px;
    color:#fff;
    padding-top: 9px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.learn-more a.first {
    position: absolute;
    top:0;
    left:18%;
}

.learn-more a.sec {
    position: absolute;
    top: -30px;
    right:10px;
    left:8%;
    font-size:26px;
}

.learn-more:hover a.first {
    position: absolute;
    top: 30px;
}
.learn-more:hover a.sec {
    position: absolute;
    top: -3px;
}


.circle{

    font-size: px;
    width: 200px;
    height: 200px;
    line-height: 380px;
    vertical-align: middle;
    text-align: center;
    margin-top: 60px;
}
.circle:hover{


    width: 140px;
    height: 140px;
    font-size: 20px;
    line-height: 390px;
    vertical-align: middle;
    text-align: center;
    margin-top: 60px;
}

/* inner heading */
section.featured.inner {
    background: #eee;
    padding: 150px 0 50px;
}
/*id*/
#header img {
    height: 600px;
}
#section-services {
    background-color: #fff;
    height: 650px;
}
#section-qc{
    background-color: #fff;
    height: 650px;
}
#section-about {
    background-color: #fff;
    height: auto;
}
.about{
    padding:0 20px 80px;
}
.company h4 span{
    color:#f8ca40;
}
/* --- Flexslider --- */
.flexslider {
    margin: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
}

.flex-control-paging li a.flex-active {
    background: #fff;
}

.flex-control-nav {
    bottom: -25px;
}

.flexslider .slides ul li{
    width: 100%;
}

.flexslider .slides img {
    width: 100%;
}

.flex-direction-nav a {
    display: block;
    width: 50px;
    height: 98px;
    margin: -29px -20px 0;
    position: absolute;
    top: 30%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    right: -70px;
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: -70px;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
    content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
    list-style: none;
    padding:0;
}

.tp-rightarrow.large {
    margin-left: 0;
}

.tp-leftarrow.default {
    width: 49px !important;
    height: 98px !important;
    background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
    width: 49px !important;
    height: 98px !important;
    background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
    padding-top: 100px;
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 650px !important;
    overflow: hidden;
}

.fullwidthbanner {
    height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
    background: url(../img/bullets-new.png) no-repeat top left;
}

.tp-caption.large_bold_white {
    font-size:60px;
    line-height:60px;
    font-weight:800;
    font-family:"Open Sans";
    color: #fff;
    text-decoration:none;
    background-color:transparent;
    text-shadow:none;
    margin:0px;
    padding:1px 4px 0px;
    border-width:0px;
    border-color: #000000;
    border-style:none;
}
.tp-caption.small_thin_white {
    font-size:18px;
    line-height:26px;
    font-weight:300;
    font-family:"Open Sans";
    color: #fff;
    text-decoration:none;
    background-color:transparent;
    padding:1px 4px 0px;
    text-shadow:none;
    margin:0px;
    border-width:0px;
    border-color:#000000;
    border-style:none;
}


.fullwidthbanner a.btn {
    color: #fff;
}

/*==========================
About
=========================== */

.qc-section {
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding: 100px 0;
    position: relative;
}
.qc-section .special-heading {
    margin-bottom: 30px;
}
.box-bg p{
    padding: 10px 20px;
    font-size: 14px;
}
.box-bg h6,h4{
    font-family:'Open Sans', Arial, sans-serif;
    font-weight:700;
    line-height:1.1em;

    margin-bottom: 20px;

}



.box-bg{
    padding: 10px 20px;
}



/*===========================
  Portfolio
============================ */
nav#filter a {
    background-color: #EEE;
    color:#555;
}
nav#filter a:hover, nav#filter a.current {
    background-color: #000000;
    color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
    width:100%;
}

#portfolio article p {
    margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
    margin-bottom:1.5em;
}

nav#filter li {
    display:inline-block;
    margin:0 0 0 5px;
    font-size: 18px;
}
nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}


.portfolio-items article img {width:100%;}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220, 0.7);
}


.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
    text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
    top:-20px;

    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
    height: 100%;
    opacity: 0.8;
    transition: all 500ms ease-in-out 0s;
    top:-10px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
    padding-top: 20px;
    padding-bottom:40px;
    position:relative;

}
.testimonial i {
    color: #fff;
    margin-top:100px;
}
.testimonial span.author {
    color: #fff;
    font-weight: 700;
}

.testimonial h5 {
    color: #fff;
    font-size: 18px;
    font-family: Georgia, sans-serif;
    line-height: 1.5em;
}

/*===========================
  --- Contact ----
=========================== */


#resposta{
    cursor: pointer;
    width: 126px;
    height: 29px;
    background-image: url('images/envia.png');
}


/*====================
  Clients
==================== */
#clients img {
    opacity: 0.7;
}

#clients img:hover {
    opacity: 1;
}


/*=========================
  Footer
 ================= */

section#footer {
    background: #242424;
    margin: 0;
}

section#footer .domi {
    text-align: center;
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.footer-menu li {
    display: inline;
    margin: 0 5px;
}

a.scrollup{
    height:40px;
    width:40px;
    color:#fff;
    font-size:22px;
    line-height:40px;
    text-align:center;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:9999;
    opacity:0.5;
}
a.scrollup:hover{
    opacity:1;
    color:#fff;
    font-size:18px;
    line-height:30px;

}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;

}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;

}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;

}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;

}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;

}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;

}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#f8ca40;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


/* stats */
.stats .icon {
    margin: 0 0 20px 0;
}

.stats strong.number {
    font-size: 38px;
}

.stats span.text {
    font-weight: 700;
    font-size: 24px;
}

/* buttons */
.btn {
    border: 0;
}

.btn.bold {
    font-weight: 600;
}

.btn-cta {
    color: #ffffff;
    border-bottom: 4px solid;
}
.btn-cta:hover {
    color: #ffffff;
}

.btn-cta {
    border-bottom: 2px solid;
}
.btn-cta.btn-lg {
    border-bottom: 4px solid;
}


/* ========================================
Media queries
========================================= */

@media (min-width: 1800px) {

    .navbar .navbar-collapse {
        margin: auto;
        width: 50%;
    }
}

@media(max-width: 1209px) {
    .odeioiphone5 {
        font-size: 22px;
    }
}

@media (min-width: 959px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: 20px;
    }
}

@media(max-width: 1169px) {
    .odeioiphone5 {
        font-size: 20px;
    }
}

@media(max-width: 1157px) {
    .about-box {
        font-size: 13px !important;
    }
}

@media (max-width: 1127px) {
    .nav>li>a {
        font-size: 11px !important;
    }
}

@media(max-width: 1113px) {
    .about-box {
        font-size: 12px !important;
    }
    .odeioiphone5 {
        font-size: 18px;
    }
}

@media(max-width: 1054px) {
    .about-box {
        font-size: 11px !important;
    }
    .odeioiphone5 {
        font-size: 18px;
    }
    .imagens-maos {
        margin: 0px 3px;
        width: 100px;
    }
    .imagens-medalha {
        width: 60px;
        margin: 0px 24px;
    }
    .imagens-equipe {
        width: 84px;
    }
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

    .navbar-nav {
        margin-top: 20px;
    }
}

@media (max-width: 1017px) {
    .nav>li>a {
        font-size: 11px !important;
    }
}

@media (max-width: 991px) {
    #header img {
        height: auto !important;
    }
    .navbar-brand {
        width: 253px !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

    .navbar-nav {
        margin-top: 20px;
    }
}

@media (max-width: 944px) {
    #header img {
        width: 100% !important;
    }
    .navbar-brand {
        width: 220px !important;
    }
}


@media (max-width: 911px) {
    .navbar-brand {
        width: 200px !important;
    }
    .nav>li>a {
        font-size: 10px !important;
    }
}

@media (max-width: 843px) {
    .navbar-brand {
        width: 169px !important;
    }
}

@media (max-width: 812px) {
    .navbar-brand {
        width: 125px !important;
        padding: 30px 0px 0px 0px !important;
    }
}

@media (max-width: 330px) {
    /* iPhone 5 only */
    .odeioiphone5{
        font-size: 18px;
    }

    .about-box{
        height: auto;
    }


}

@media (max-width: 767px) {

    .slider {
        position: relative;
        margin-top:30px;
    }

    .aboutFim {
        width: 100%;
        height: auto;
    }

    .about-box {
        position: relative;
        width: 100%;
        height: auto;
    }

    #contagem{
        position: relative;
        width: 100%;
        height: auto;

    }

    .textoalinhado1 {
        display:block;
        align-items:left;
        padding-top: 210px;
    }


    .navbar.navbar-fixed-top {
        background-color:#7c2529;
        top: 0px;
    }
    .navbar-brand {
        width: 40px;
    }

    .navbar-brand > img {
        max-height: 70px;
    }
    .navbar .navbar-collapse ul.nav {
        background-color: #444;
        width: 100%;
        float: none;
        margin:0;
        padding:0;
    }
    .navbar .navbar-collapse ul.nav li {
        border-bottom: 1px solid #666;
    }



    .qc-member,.col-lg-4 {
        margin-bottom: 30px;
    }

    .stats .col-md-3 {
        margin-bottom: 30px;
    }
}
