@import url("navigation.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


/* BASIC STYLE
================================================== */
::-moz-selection {
    background-color: #63b3b9;
    color: #FFF;
}
::selection {
    background-color: #63b3b9;
    color: #FFF;
}
/*  General Style   ||-----------*/
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    line-height: 24px;
    color: #818181;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
a, a:focus, a:active, a:link, img {
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #818181;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
    a:hover {
        color: #63b3b9;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }
.video {
    display: block;
}
.audio {
    width: 100%;
}
br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
    hr.dark {
        border-top: 1px solid #3e3e3e;
    }
b, strong {
    font-weight: 600;
}
small, small a {
    font-size: 11px;
    color: #888;
}
ul.list-inside {
    list-style: inside;
}
ul.list-none {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}
ul.list-none-ib {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}
    ul.list-none-ib li, .list-none-ib {
        list-style: none;
        display: inline-block;
    }
ul.text-cap li, .text-cap {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #888;
    letter-spacing: 1px;
}
    p.lead, .lead {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: #fff;
    }
    p.dark, .dark, a.dark, h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
        color: #818181 !important;
    }
    p.white, .white, a.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
        color: #fff !important;
    }
    p.color, .color, a.color, h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, li.link:hover, li.link a:hover, .color {
        color: #e6ae49 !important;
    }
.dark-bg {
    background: #818181;
    color: #fff;
}
    .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg .link, .dark-bg .container-icon, .dark-bg .page-icon-top {
        color: #fff;
    }
    .dark-bg .link:hover, .link:hover {
        color:#e6ae49;
    }
/*Headings Style   ||-----------*/
.separator {
    height: 1px;
    width: 32px;
    background: #888;
    margin-top: 5px;
    margin-bottom: 3px;
    border: 0 none;
}
    .separator.right {
        float: right;
    }
    .separator.center {
        margin-left: auto;
        margin-right: auto;
    }
    .separator.color {
        background: #e6ae49;
    }
    .separator.white {
        background: #fff;
    }
h1, h2, h3, h4, h5, h6 {
    color: #818181;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
h1 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 40px;
}
    h1.h1, h2.h2 {
        letter-spacing: 0px;
    }
@media (max-width: 767px) {
    h1.h1, h2.h2 {
        letter-spacing: 0px;
    }
}
h2 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}
h3 {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 32px;
}
h4 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 28px;
}
h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
h6 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}
/*Button Style   ||-----------*/
.btn:focus {
    outline: none;
}
.btn, button {
    font-size: 14px;
    line-height: normal;
    font-weight:700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}
    .btn i, button i, i.left {
        margin-right: 6px;
    }
i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}
button {
    vertical-align: top;
}
.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}
.btn-lg {
    padding: 15px 25px;
    display: inline-block;
}
.btn-md {
    padding: 11px 20px;
    display: inline-block;
}
.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}
.btn-line-xs {
    padding: 7px 15px 7px;
    display: inline-block;
}
.btn-icon {
    padding: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-table !important;
}
.btn-color {
    color: #fff;
    background: #63b3b9;
    border: 2px solid #63b3b9;
    padding: 8px 14px;
}
    .btn-color:hover {
        color: #63b3b9;
        background: #fff;
        border: 2px solid #63b3b9;
    }
.btn-color-line {
    color: #63b3b9;
    border-color: #63b3b9;
    padding: 7px 14px;
    border: 2px solid;
    background: none;
}
    .btn-color-line:hover {
        color: #fff;
        background: #63b3b9;
    }
.btn-link-a, .btn-link-b {
    color: #818181;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted transparent;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
    .btn-link-a:hover {
        color: #e6ae49;
        border-bottom: 1px solid #e6ae49;
    }
    .btn-link-b:hover {
        color: #fff;
        border-bottom: 2px solid #fff;
    }
.btn-space-5 {
    width: 5px;
    min-height: 1px;
    display: inline-block;
}
.btn-space-10 {
    width: 10px;
    min-height: 1px;
    display: inline-block;
}
/*Form Style   ||-----------*/
button {
    outline: none;
    border: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}
button, input, textarea, select {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid #ddd;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color: #888;
        outline: none;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 13px;
        padding: 10px 15px;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: inline-block;
    }
        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            border-color: #4ba8af!important;
            color: #818181;
        }
input, textarea, select {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
    input.input-sm, .input-sm {
        padding: 8px 15px;
    }
textarea {
    height: 120px;
}
label {
    color: #818181;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.form-full {
    width: 100%;
}
.form-field-wrapper {
    margin-bottom: 20px;
}
    .form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
        margin-bottom: 0px;
    }
form .error {
    border-color: #e1534f;
}
form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}
.successContent, .errorContent, .waitContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}
/* Spacer Style   ||-----------*/
.spacer-15 {
    width: 100%;
    height: 15px;
}
.spacer-30 {
    width: 100%;
    height: 30px;
}
.spacer-45 {
    width: 100%;
    height: 45px;
}
.spacer-60 {
    width: 100%;
    height: 60px;
}
.spacer-75 {
    width: 100%;
    height: 75px;
}
.spacer-90 {
    width: 100%;
    height: 90px;
}
.no-padding {
    padding: 0 !important;
}
.padding-30 {
    padding: 30px !important;
}
.padding-40 {
    padding: 40px !important;
}
.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}
.pt {
    padding-top: 110px;
}
.pb {
    padding-bottom: 110px;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pt-30 {
    padding-top: 30px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.mt-45 {
    margin-top: 45px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.btn-10 {
    margin-bottom: 10px!important;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
@media (max-width: 991px) {
    .mtb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-sm-60 {
        margin-top: 60px;
    }
    .mb-sm-60 {
        margin-bottom: 60px;
    }
    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .mt-sm-45 {
        margin-top: 45px;
    }
    .mb-sm-45 {
        margin-bottom: 45px;
    }
    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mt-sm-15 {
        margin-top: 15px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
    .mb-sm-0 {
        margin-bottom: 0px;
    }
    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .pt-sm-0 {
        padding-top: 0px;
    }
    .pb-sm-0 {
        padding-bottom: 0px;
    }
    .pt-sm-15 {
        padding-top: 15px;
    }
    .pb-sm-15 {
        padding-bottom: 15px;
    }
    .ptb-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt-sm-30 {
        padding-top: 30px;
    }
    .pb-sm-30 {
        padding-bottom: 30px;
    }
    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-sm-60 {
        padding-bottom: 60px;
    }
    .pt-sm-60 {
        padding-top: 60px;
    }
    .ptb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pb-sm-80 {
        padding-bottom: 80px;
    }
    .pt-sm-80 {
        padding-top: 80px;
    }
    .float-none-sm {
        float: none !important;
    }
    .float-left-sm {
        float: left !important;
    }
    .float-right-sm {
        float: right !important;
    }
}
@media (max-width: 767px) {
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mt-xs-0 {
        margin-top: 0px;
    }
    .mb-xs-0 {
        margin-bottom: 0px;
    }
    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mt-xs-15 {
        margin-top: 15px;
    }
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    .mtb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-xs-60 {
        margin-top: 60px;
    }
    .mb-xs-60 {
        margin-bottom: 60px;
    }
    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt-xs-30 {
        padding-top: 30px;
    }
    .pb-xs-30 {
        padding-bottom: 30px;
    }
    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-xs-60 {
        padding-bottom: 60px;
    }
    .pt-xs-60 {
        padding-top: 60px;
    }
    .float-none-xs {
        float: none !important;
    }
    .float-left-xs {
        float: left !important;
    }
    .float-right-xs {
        float: right !important;
    }
}


/* HEADER
================================================== */
.wrapper {
    position: relative;
    width: 100%;
}
.push-body-totop .header.sticky {
    position: fixed;
    top: 64px;
}
.header .container {
    position: relative;
}
.header {
    background-color: #fff;
    /*border-bottom: 1px solid #eee;*/
    color: #818181;
    /*padding:25px 0px;*/
    padding: 0px;
    position: relative;
    /*top: 0;*/
    transition: all 0.25s ease 0s;
    -webkit-transition-: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 2000;
}
    .header.sticky {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        color: #818181;
        position: fixed;
        z-index: 2030;
        transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }
.full-intro .header {
    background-color: rgba(255,255,255,0);
    border-bottom: none;
    position: absolute;
}
    .full-intro .header.sticky {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        color: #818181;
        position: fixed;
        /*border-bottom: 1px solid #eee;*/
    }
.background--dark .header, .background--dark .header a,
.background--dark .header .side-menu-btn ul li a.right-icon, .background--dark .header .mobile-menu-icon {
    color: #fff;
}
.background--light .header, .background--light .header a, .full-intro .header.sticky a, .header a, .header.sticky a,
.mobile-menu-icon, .header.sticky .mobile-menu-icon,
.header .side-menu-btn ul li a.right-icon,
.header.sticky .side-menu-btn ul li a.right-icon, .header .mobile-menu-icon, .header.sticky .mobile-menu-icon {
    color: #8d8d8d;
}
    .header .side-menu-btn ul li a.right-icon:hover, .header.sticky .side-menu-btn ul li a.right-icon:hover, .header .mobile-menu-icon:hover,
    .background--dark .header .navigation a:hover {
        color: #63b3b9;
    }
.header li {
    list-style: outside none none;
}
.header ul, .header li {
    margin: 0;
    padding: 0;
}
/* logo Style */
.header .logo a img.l-white, .header .logo a img.l-color, .header.sticky .logo a img.l-white, .header.sticky .logo a img.l-color, .full-intro .header.sticky .logo a img.l-white, .background--dark .header .logo a img.l-color, .background--dark .header .logo a img.l-color, .background--light .header .logo a img.l-light, .background--light .header .logo a img.l-color {
    opacity: 0;
}
.header .logo a img.l-color, .header.sticky .logo a img.l-color, .background--light .header .logo a img.l-color, .background--dark .header .logo a img.l-white {
    opacity: 1;
}
.header .logo {
    float: left;
    display: inline-block;
}
    .header .logo a {
        position: relative;
        display: block;
        width: 132px;
        margin-top: 10px;
    }
.header.sticky .logo a {
    width: 132px;
    margin-top: 10px;
}
.logo a img {
    position: absolute;
    width: 100%;
    opacity: 0;
    display: block;
}
/* Navigation Menu Style*/
.mobile-menu-icon-wraper {
    display: none;
    position: relative;
    float: left;
    margin-left: 20px;
}
.mobile-menu-icon, .header.sticky .mobile-menu-icon {
    height: 25px;
    display: block;
    font-size: 17px;
    line-height: 24px;
}
.side-menu-btn-fix {
    position:fixed;
    top:25px;
    right:25px;
    z-index:2001;
    font-size:17px;
}
.side-menu-btn-fix a{
    width:35px;
    height:35px;
    text-align:center;
    background:rgba(0,0,0,0.8);
    display:block;
    border-radius:3px;
    color:#fff;
    line-height:34px;
}
    .side-menu-btn-fix a:hover {
        background:#e6ae49;
    }
header.sticky .navigation a.current-ele {
    color:#e6ae49 !important;
}
.activate {
    color: #4ba8af!important;
}
@media (max-width: 767px) {
    .header .logo a img.l-color, /*.header.sticky .logo a img.l-color,*/ .background--dark .header .logo a img.l-black {
        opacity: 0;
    }
    .header .logo a img.l-white {
        /*display: none;*/
        opacity: 1;
    }
    .header {
        background: #fff;
        color: #818181;
    }
    .background--dark .header a {
        color: #8d8d8d;
    }   
}
@media (max-width: 991px) {
    .header .logo a, .header.sticky .logo a {
        margin-top: 10px;
        width: 95px;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}


/* HOME
================================================== */
/* SLIDER */
.home-slider {
    position: relative;
}
/* LEAD EMPRESA */
#lead-empresa h3, #lead-servicos h3, #client-logos h3 {
    color: #63b3b9;
    letter-spacing: 0;
    margin: 15px 0;
    line-height: 26px;
}
#lead-empresa h5 {
    text-transform: none;
    font-size: 20px;
    font-weight: 300;
    margin-top: 25px;
    letter-spacing: 0;
}
/* PARALLAX 01 */
.parallax-section1 {
    background-size: cover!important;
}
#parallax-01 h3, #parallax-01 h5 {
    color: #fff;
}
#parallax-01 h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
}
#parallax-01 .btn-color-line {
    color: #fff;
    background: #63b3b9;
}
    #parallax-01 .btn-color-line:hover {
    color: #63b3b9;
    background: #fff;
    border-color: #fff;
}
.modal-open .modal {
    overflow: auto
}
.modal-body textarea {
    resize: none;
}
.modal-body input, .modal-body textarea {
    margin-bottom: 0;
}
/* LEAD SERVIÇOS */
#lead-servicos h5 {
    text-transform: none;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
}
#testimonial {
    background: #5eb1b7;
}
/* TESTIMONIAL */
.container-icon {
    font-size: 25px;
    margin-bottom: 15px;
    color: inherit;
}
.testimonial {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.quote-author {
    margin-top: 15px;
    color: #fff;
}
.quote-author span {
    font-weight: 400;
}
/* LEAD MEDICOS */
#lead-medicos h3 {
    color: #63b3b9;
    letter-spacing: 0;
    margin: 15px 0;
    line-height: 26px;
    text-align: left;
}
#lead-medicos h5 {
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: left;
}
/* CLIENTES */
.client-logo {
    height: 80px;
    text-align: center;
}
.client-logo img {
    height: 100%;
    width: auto;
}
#client-logos h3 {
    margin-bottom: 30px;
}
@media (max-width: 480px) {
    #lead-medicos h3, #lead-medicos h5 {
        text-align: center;
    }
}


/* EMPRESA
================================================== */
#empresa h3 {
    color: #63b3b9;
    letter-spacing: 0;
    line-height: 36px;
    text-align: left;
    font-size: 30px;
}
#empresa h5 {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
}
#empresa p {
    text-align: left;
    margin-bottom: 15px;
}
#empresa .col-md-4 img {
    vertical-align: bottom;
}


/* SERVIÇOS
================================================== */
#servicos-barra {
    background: #5eb1b7;
}
#servicos-barra p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
#servicos-barra p:first-child {
    margin-bottom: 5px;
}
#servicos-lead img {
    margin-bottom: 15px;
}
#servicos-lead .col-md-8 h3 {
    color: #63b3b9;
    font-size: 25px;
    letter-spacing: 0;
}
#servicos-lead .col-md-8 h5 {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: none;
}
#servicos h3 {
    font-size: 16px;
}
#servicos h5 {
    font-size: 16px;
    margin-bottom: 2px;
}
.servicos-icon{
    float: left;
}
.servicos-info {
    padding-left: 50px;
}
@media (max-width: 480px) {
    #servicos-lead .col-md-8 h3 {
        font-size: 17px;
    }
    #servicos h5 {
        font-size: 13px;
    }
}


/* MÉDICOS
================================================== */
#medicos ul {
    list-style: none;
}
#medicos ul li {
    margin-bottom: 10px;
}
/*#medicos h5:nth-child(2) {
    font-weight: 300;
}*/
#medicos .col-md-12.text-left > img {
    float: left;
}
#medicos .col-md-12.text-left h3 {
    padding: 12px 0 0 75px;
}
#medico-02, #medico-03, #medico-04, #medico-05 {
    display: none;
}
#medicos h4 {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 5px;
}
#medicos p {
    margin-top: 10px;
}
#medicos .col-md-8 h5:nth-child(2) {
    font-size: 14px;
}
@media (max-width: 480px) {
   #medicos .col-md-12.text-left h3 {
    font-size: 18px;
   }
}


/* CONTATO
================================================== */
#contato img {
    margin-bottom: 15px;
}
#contato .col-md-6 h3 {
    color: #63b3b9;
    font-size: 25px;
}
#contato .col-md-6 h5 {
    margin-bottom: 0;
    font-size: 16px;
}
.contact h5 {
    font-size: 14px!important;
    margin-bottom: 20px;
}
.contact p {
    margin-bottom: 15px;
}
.contact-box-left.mb-15 > div {
    margin-top: 25px;
}
.contact .social li {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 5px;
    background: #5eb1b7;
}
.contact .social {
    font-size: 20px;
    margin-top: 15px;
    font-size: 15px;
    padding: 0;
}
.contact .social i {
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
}
.contact .social .fa.fa-facebook {
    margin-left: 7px!important;
}


/* CADASTRO
================================================== */
#cadastro h3 {
    color: #63b3b9;
    font-size: 36px;
}
#cadastro h5 {
    font-size: 18px;
}


/* FOOTER
================================================== */
footer {
    background-color: #e8e7e7;
    color: #818181;
    position: relative;
    width: 100%;
    display: block;
}
footer .social {
    font-size: 20px;
    margin-top: 10px;
    font-size: 15px;
}
footer a {
    font-size: 18px;
}
.mail {
    font-size: 12px;
}
footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer ul.social li {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 5px;
    background: #5eb1b7;
}
footer i {
    color: #fff;
}
footer h3, footer h5, footer p {
    color: #8d8d8d;
}
footer h3 {
    font-size: 16px;
    margin: 0;
}
footer h5 {
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    margin: -6px 0 15px 0;
}
footer p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0;
}
footer .copyright {
    text-align: center;
    background: #5eb1b7;
}
footer .copyright p {
    color: #fff;
    margin: 0;
    font-size: 11px;
}
@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
}
.dardos {
    position: absolute;
    bottom: 10px;
    right: 10px;
}


/* GLOBAL STYLES
================================================== */
.wrapper {
    position: relative;
    width: 100%;
}
.inner-intro {
    background-color: #f7f7f7;
    height: 530px;
    display: block;
    position: relative;
}
    .inner-intro.inner-intro-small {
        height: 380px;
    }
    .inner-intro .container {
        position: relative;
        height: 100%;
        display: table;
    }
        .inner-intro .container .title {
            padding-bottom: 65px;
            padding-top: 65px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }
.full-intro .inner-intro .container .title h2 {
    margin-top: 65px;
    padding: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}
.inner-intro .container .title .separator {
    margin-right: auto;
    margin-left: auto;
}
.full-screen-intro {
    overflow:hidden;
    position:relative;
}
.content-cap-wraper {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.full-cap-wraper {
    display: table;
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index:1;
}
.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.content-wd650 {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cont-h-100per {
height:100%;
}
/*backround images*/
.bg-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.bg-img2, .bg-img3, .bg-img4, .bg-img5 {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-img2 {
    background-image: url("../img/cardiokids-parallax-empresa.jpg");
}
.bg-img3 {
    background-image: url("../img/cardiokids-parallax-servicos.jpg");
}
.bg-img4 {
    background-image: url("../img/cardiokids-parallax-medicos.jpg");
}
.bg-img5 {
    background-image: url("../img/cardiokids-parallax-contato.jpg");
}
.bg-img6 {
    background-image: url("../img/cardiokids-parallax-cadastro.jpg");
}
.border-b-box {
    padding: 25px;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%;
}
.border-box {
    border: 1px solid #f1f1f1;
    padding: 25px;
}
.b-lrb-none .ui-tab-content, .b-lrb-none {
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
}
.content-slider, .o-flow-hidden {
    overflow: hidden;
}
.map {
    width: 100%;
    height: 450px;
}
#map {
    height: 100%;
}
@media (max-width: 767px) {
    .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .bg-img-slide {
      background-position: 70% 0%;
    }
}
.parallax {
    position: relative;
}


/* WHATSAPP
================================================== */
footer .call-wz {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999999;
    font-size: 30px;
    display: block;
  }
    footer .call-wz a i {
      color: #25D366;
      font-size: 40px;
    }
      footer .call-wz a i:hover {
        color: #25D366;
      }


/* SLIDERS
================================================== */
/* Full Screen slider */
.hero {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.fullscreen-carousel {
    overflow: hidden;
    position: relative;
}
    .fullscreen-carousel .slides li {
        overflow: hidden;
        position: relative;
        height: 100%;
    }
    .fullscreen-carousel .overlay-hero {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        text-align: center;
    }
        .fullscreen-carousel .overlay-hero .caption-hero {
            display: inline-table;
            height: 100%;
            margin: 0 auto;
            position: relative;
            padding: 0px;
            margin: 0px;
        }
            .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
                display: table-cell;
                margin: auto;
                vertical-align: middle;
                padding-left: 25px;
                padding-right: 25px;
            }
.caption-hero h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Full Width Slider */
.fullwidth-slider {
    position:relative;
    overflow:hidden;
}
.fullwidth-slider .item {
    height:650px;
    position:relative;
    width:100%;
}
/* Fullscreen Slider Next Prev Arrow */
.fullscreen-carousel .flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -30px;
    background: #fff;
    color: #252525;
    width: 51px;
    height: 51px;
    text-align: center;
    font-family: 'FontAwesome';
    color: #818181;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    font-size: 21px;
    line-height: 51px;
}
    .fullscreen-carousel .flex-direction-nav a:hover {
        color: #e6ae49;
    }
.flexslider.fullscreen-carousel:hover .flex-prev {
    left: 0px;
    opacity: 1;
}
.fullscreen-carousel .flex-direction-nav .flex-prev {
    left: -51px;
    background-position: center left;
}
    .fullscreen-carousel .flex-direction-nav .flex-prev:before {
        content: "";
        display: inline-block;
    }
.flexslider.fullscreen-carousel:hover .flex-next {
    right: 0px;
    opacity: 1;
}
.fullscreen-carousel .flex-direction-nav .flex-next {
    right: -51px;
    background-position: center right;
}
    .fullscreen-carousel .flex-direction-nav .flex-next:before {
        content: "";
        display: inline-block;
    }
@media (max-width: 991px) {
    /* Fullscreen Slider */
    .fullscreen-carousel .slides li img {
        width: 100%;
        height: 100%;
    }
    .fullscreen-carousel .caption-hero h1 {
        font-size: 25px;
    }
    .fullscreen-carousel .overlay-hero .caption-hero {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    /* Fullscreen Slider */
    .fullscreen-carousel .caption-hero h1 {
        font-size: 20px;
        margin: 0;
    }
    .fullscreen-carousel .caption-hero h5 {
        margin: 0;
        font-size: 12px;
    }
    .fullscreen-carousel .caption-hero .separator {
        margin-left: auto;
        margin-right: auto;
    }
    .fullscreen-carousel .text-left {
        text-align: center;
    }
    .fullscreen-carousel.hero-slider-2 .slides li {
        height: 400px;
    }
    .full-intro .hero {
        padding-top: 64px;
    }
    .hero {
        padding: 0px;
    }
}
@media (max-width: 480px) {
    .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) */
.owl-buttons {
    position: static;
}
.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}
.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
}
.nf-carousel-theme {
}
    .nf-carousel-theme .owl-controls .owl-pagination {
        position: absolute;
        z-index: 2;
        left: 0;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }
    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 16px;
        margin-top: -15px;
    }
    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-slider .owl-controls .owl-buttons .owl-prev,
    .image-slider .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider .owl-controls .owl-buttons .owl-prev,
    .fullwidth-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        background: rgba(245,245,245,0.8);
        color: #252525;
        display: block;
        top: 50%;
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        z-index: 3;
        position: absolute;
        text-align: center;
    }
        .content-carousel .owl-controls .owl-buttons .owl-prev:hover,
        .content-carousel .owl-controls .owl-buttons .owl-next:hover,
        .image-slider .owl-controls .owl-buttons .owl-prev:hover,
        .image-slider .owl-controls .owl-buttons .owl-next:hover,
        .fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover,
        .fullwidth-slider .owl-controls .owl-buttons .owl-next:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
            /*background: #fff;*/
            color: #e6ae49;
        }
    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-slider .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }
    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin-left: -51px;
        opacity: 0;
    }
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin-right: -51px;
        opacity: 0;
    }
    .content-carousel:hover .owl-controls .owl-buttons .owl-prev,
    .content-carousel:hover .owl-controls .owl-buttons .owl-next,
    .image-slider:hover .owl-controls .owl-buttons .owl-prev,
    .image-slider:hover .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
    .fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        margin-left: 0;
        opacity: 1;
    }
/* Singel Item slider (Images & Contant Slider) */
.content-carousel .owl-controls .owl-pagination,
.image-slider .owl-controls .owl-pagination,
.fullwidth-slider .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}
.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px;
}
.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}


/* PRELOADER
================================================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999;
    display: block;
}
    #preloader .loader {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -30px 0 0 -30px;
        text-align: center;
    }
        #preloader .loader .loader-img {
            background: url("../img/loading.GIF");
            width: 60px;
            height: 60px;
            display: block;
        }


/* SCROLLS
================================================== */
.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 60px;
    left: 50%;
    margin-left: -15px;
}
    .intro-scroll-down .mouse {
        position: relative;
        display: block;
        width: 30px;
        height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #fff;
        border-radius: 23px;
        -moz-border-radius: 23px;
        -webkit-border-radius: 23px;
    }
        .intro-scroll-down .mouse .mouse-dot {
            position: absolute;
            display: block;
            top: 29%;
            left: 50%;
            width: 6px;
            height: 6px;
            margin: -3px 0 0 -3px;
            background: #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -webkit-animation: ani-mouse 2.5s linear infinite;
            -moz-animation: ani-mouse 2.5s linear infinite;
            animation: ani-mouse 2.5s linear infinite;
        }
.background--light .intro-scroll-down .mouse {
    border: 2px solid #818181;
}
    .background--light .intro-scroll-down .mouse .mouse-dot {
        background: #818181;
    }
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    background: #818181;
    background: #555;
    color: #fff;
    z-index: 99;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
    .scroll-top:hover {
        background: #e6ae49;
        text-decoration: none;
        color: #fff;
    }
@media (max-width: 768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
}