font-face {
    font-family: 'montserrat';
    src: url("../fonts/montserrat/montserrat-bold-webfont.eot");
    src: url("../fonts/montserrat/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-bold-webfont.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'montserrat';
    src: url("../fonts/montserrat/montserrat-regular-webfont.eot");
    src: url("../fonts/montserrat/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-regular-webfont.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'montserrat';
    src: url("../fonts/montserrat/montserrat-semibold-webfont.eot");
    src: url("../fonts/montserrat/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-semibold-webfont.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: 'montserrat';
    src: url("../fonts/montserrat/montserrat-light-webfont.eot");
    src: url("../fonts/montserrat/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-light-webfont.ttf") format("truetype");
    font-weight: 300;
}


/*open sans font*/

@font-face {
    font-family: 'open_sans';
    src: url('../fonts/open-sans/opensans-regular-webfont.eot');
    src: url('../fonts/open-sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/open-sans/opensans-regular-webfont.woff') format('woff'), url('../fonts/open-sans/opensans-regular-webfont.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'open_sans';
    src: url('../fonts/open-sans/opensans-bold-webfont.eot');
    src: url('../fonts/open-sans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/open-sans/opensans-bold-webfont.woff') format('woff'), url('../fonts/open-sans/opensans-bold-webfont.ttf') format('truetype');
    font-weight: 600;
}


/* ==========================================================================
   Resetando o css para limpar configurações padroes
   ========================================================================== */

html,
body {
    overflow-x: hidden;
    font-size: 14px;
    color: #7d7d7d;
    font-family: 'open_sans';
    font-weight: 400;
    line-height: 26px;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserrat';
    font-weight: 600;
    margin: 0px;
}

ul {
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus {
    outline: 0;
    -moz-outline: 0;
}

a:hover {
    text-decoration: none;
}

.sec-pad {
    padding: 10px 0px;
}

img {
    max-width: 100%;
    height: auto;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
}


/*centralização e loading*/

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../image/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

#gmap {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    height: 500px;
    background: #58B;
}

.angle-bg {
    position: relative;
    z-index: 1;
}

.angle-bg:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: skewY(170deg);
    transform: skewY(170deg);
    width: 100%;
    z-index: -1;
}

.carousel {
    z-index: 2;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner .item {
    height: 100%;
}

.carousel-control {
    width: auto;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
    top: -20%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    background: rgba(255, 255, 255, 0.3);
    width: 60px;
    height: 60px;
    padding-top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-family: 'FontAwesome';
    text-shadow: none;
    font-size: 40px;
}

.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-right:hover {
    background: rgba(255, 255, 255, 0.5);
}

.carousel-control .glyphicon-chevron-left {
    left: 40px;
}

.carousel-control .glyphicon-chevron-left:before {
    content: '\f104';
}

.carousel-control .glyphicon-chevron-right {
    right: 40px;
}

.carousel-control .glyphicon-chevron-right:before {
    content: '\f105';
}


/* .modal{
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3000;
} */


/* .modal-open .modal {
    overflow-y: visible;
}
.modal-dialog{
	width: 50%;
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}
.modal-body{
	padding: 0;
} */

section .section-text {
    margin-bottom: 40px;
}

section .section-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #525252;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.btn {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    width: 160px;
    line-height: 40px;
    font-size: 16px;
    background: transparent;
    font-family: 'montserrat';
    font-weight: 400;
    transition: 0.5s;
    margin-right: 10px;
    margin-top: 30px;
}

.btn-primary {
    color: #fff;
    border: 2px solid #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #00486a;
    background: #fff;
    border-color: #fff;
}

.btn-secondary {
    color: #00486a;
    border: 2px solid #00486a;
}

.btn-secondary:hover {
    color: #fff;
    background: -webkit-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -o-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -moz-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: linear-gradient(to left, right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    color: #fff;
    border: 2px solid transparent;
}

.nplr {
    padding: 0px;
}

.npl {
    padding-left: 0px;
}

.npr {
    padding-right: 0px;
}


/* ==========================================================================
    menu
   ========================================================================== */

.navbar-custom {
    background-color: transparent;
    border: none;
    padding: 0px 0px;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
}

.navbar-custom .navbar-brand {
    padding: 0px;
}

.navbar-custom .navbar-toggle {
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    margin-right: 0px;
}

.navbar-custom ul li {
    margin: 0 0px;
    padding-top: 30px;
    height: 100%;
}

.navbar-custom ul li:last-chlid {
    margin-right: 0px;
}

.navbar-custom ul li a {
    color: #547282;
    font-size: 14px;
    font-family: 'montserrat';
    font-weight: 500;
    /* text-transform: uppercase; */
    padding: 0px 5px;
    margin-top: -35px;
    line-height: 110px;
}

.navbar-custom ul li a:hover {
    background: #547282;
    color: #fff;
}

.navbar-nav li a.active {
    background: #547282;
    color: #fff;
}

.navbar-custom.affix {
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    background: linear-gradient(to left, right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    padding: 10px 0px;
    box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    border-bottom: 0px;
}


/* ==========================================================================
  banners
   ========================================================================== */

.banner-content {
    background: #fff;
    /* background: -webkit-linear-gradient(right, rgba(0,71,105,1), rgba(44,130,201,1));
	background: -o-linear-gradient(right, rgba(0,71,105,1), rgba(44,130,201,1));
	background: -moz-linear-gradient(right, rgba(0,71,105,1), rgba(44,130,201,1));
	background: linear-gradient(to left, right, rgba(0,71,105,1), rgba(44,130,201,1)); */
    padding: 120px 0px 0px 0px;
}

.banner-content:before {
    background: #fff;
    height: 50%;
    top: 80%;
}

.banner-content .intro-text {
    padding-top: 150px;
    color: #fff;
    z-index: 100;
}

.banner-content .intro-text p {
    line-height: 28px;
}

.banner-content .intro-text .intro-heading {
    padding-bottom: 30px;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'montserrat';
    font-weight: 600;
}

.banner-content .mockup {
    position: absolute;
    /* right: 50px; */
    top: 0px;
    max-width: 100%;
    z-index: 1;
}

.banner-content .mockup img {
    width: 100%
}


/* ==========================================================================
   sobre
   ========================================================================== */

.about-app {
    background: transparent repeat scroll 0 0;
    padding-bottom: 80px;
}

.about-app:before {
    background: #eaeaea;
    top: 0;
}

.about-app .abt-text {
    padding-top: 100px;
}

.overview-details {
    margin-bottom: 50px;
}

.overview-details:last-child {
    margin-bottom: 0;
}

.about-app .abt-text h2 {
    color: #000;
    padding-bottom: 25px;
    font-size: 46px;
}

.about-app .abt-text h2 span {
    font-family: 'montserrat';
    font-weight: 300;
}

.about-app .abt-text .counter-wrapper {
    margin-top: 25px;
}

.about-app .abt-text .counter-wrapper li {
    display: inline-block;
    border-right: 1px solid #959595;
    padding: 0 40px;
}

.about-app .abt-text .counter-wrapper li:first-child {
    padding-left: 0px;
}

.about-app .abt-text .counter-wrapper li:last-child {
    border-right: none;
}

.about-app .abt-text .counter-wrapper li span {
    display: inline-block;
    line-height: 18px;
    color: #000;
}

.about-app .abt-text .counter-wrapper li .counter {
    font-size: 48px;
    font-family: 'montserrat';
    margin-right: 10px;
}

.about-app .abt-text a.btn i {
    margin-right: 5px;
}


/* ==========================================================================
   serviços
   ========================================================================== */

.service {
    z-index: 10;
    position: relative;
    /* opacity: 0.9; */
}

.service:before {
    background: #fff;
    top: 50%;
}

.service.sec-pad {
    padding-top: 0px;
}

.service .service-colum {
    border-bottom: 3px solid #fff9fa;
    padding: 15px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background-image: url('../image/bgservico1.png');
    border: none;
}

.service .colunaPar {
    border-bottom: 3px solid #fff9fa;
    padding: 15px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background-image: url('../image/bgservico2.png');
    border: none;
}

.service .service-colum:after {
    content: "";
    display: block;
    height: 0.25em;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    background-image: linear-gradient(to right, transparent 50.3%, #a2dbf7 50.3%);
    transition: background-position .2s .1s ease-out;
    background-size: 200% auto;
}

.service .service-colum:hover:after {
    background-position: -100% 0;
}

.service .service-colum:hover {
    box-shadow: 0px 20px 40px rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
    z-index: 1;
    cursor: default;
}

.service .service-colum .service-icon {
    margin-bottom: 20px !important;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    padding-top: 20px;
}

.service .service-colum .service-iconbaixo {
    margin-bottom: 20px !important;
    height: 20px;
    width: 40px;
    margin: 0 auto;
    padding-top: 0px;
}

.service .service-colum .service-text h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
}

.service .service-colum .service-text p {
    padding-top: 16px;
}

.textoservico {
    color: #fff;
}


/* ==========================================================================
    features
   ========================================================================== */

.feature.sec-pad {
    padding: 0px 0 0 0;
}

.feature .feature-content .overly {
    background: #fff;
    /* background: -webkit-linear-gradient(right, rgba(0,71,105,1), rgba(44,130,201,1));
	background: -o-linear-gradient(right, rgba(0,71,105,1), rgba(44,130,201,1));
	background: -moz-linear-gradient(right, rgba(0,71,105,1), rgba(44,130,201,1));
	background: linear-gradient(to left, right, rgba(0,71,105,1), rgba(44,130,201,1)); */
    padding: 60px 0 100px 0;
}

.feature .feature-content {
    background: url('../image/flow-bg.jpg')no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px;
}

.feature .mockup-flow {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: -140px;
    z-index: 2;
}

.feature .feature-content.angle-bg {
    background: transparent none repeat scroll 0 0;
}

.feature .feature-content.angle-bg .overly {
    background: transparent none repeat scroll 0 0;
    padding: 100px 0 120px 0;
}

.feature .feature-content.angle-bg:before {
    background: url('../image/flow-bg-2.jpg')no-repeat center center / cover;
}

.feature .feature-holder .feature-mockup img {
    max-width: 100%;
}

.feature .feature-holder .icon {
    float: left;
}

.feature .feature-holder .feature-text {
    margin-left: 70px;
}

.feature .feature-holder .feature-list {
    margin-top: 40px;
    cursor: default;
}

.feature .feature-holder .feature-list:hover .icon {
    border: 0px;
    color: #00486a;
    background: #fff;
}

.feature .feature-holder .feature-list .icon {
    font-size: 18px;
    /* border: 1px solid #000; */
    border-radius: 0px;
    text-align: center;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 45px;
    transition: 0.5s;
    color: #000;
    margin-top: 10px;
}

.feature .feature-holder .feature-list .feature-title {
    font-family: 'montserrat';
    font-weight: 400;
    font-size: 22px;
    padding-top: 20px;
    color: #4db1e2;
}

.feature .feature-holder .feature-list p {
    padding-top: 10px;
    color: #aaa;
}


/* ==========================================================================
    time
   ========================================================================== */

.specification .specificationspecification-holder .specification-mockup img {
    max-width: 100%;
}

.specification .specification-holder .left-specification .icon {
    float: right;
}

.specification .specification-holder .left-specification .specification-text {
    margin-right: 70px;
}

.specification .specification-holder .right-specification .icon {
    float: left;
}

.specification .specification-holder .right-specification .specification-text {
    margin-left: 70px;
}

.specification .specification-holder .left-specification {
    text-align: right;
}

.specification .specification-holder .specification-list {
    margin-top: 10px;
    padding: 20px;
    transition: .6s;
    cursor: default;
}

.specification .specification-holder .specification-list:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.specification .specification-holder .specification-list:hover .icon {
    background: -webkit-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -o-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -moz-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: linear-gradient(to left, right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    color: #fff;
    border: 2px solid transparent;
}

.specification .specification-holder .specification-list .icon {
    font-size: 18px;
    border: 2px solid #00486a;
    border-radius: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    transition: 0.5s;
    color: #00486a;
}

.specification .specification-holder .specification-list .specification-title {
    font-family: 'montserrat';
    font-weight: 400;
    font-size: 20px;
    color: #000;
    padding-top: 10px;
}

.specification .specification-holder .specification-list p {
    color: #898989;
    padding-top: 20px;
}


/* ==========================================================================
  time
   ========================================================================== */

.team-member {
    background: #fff;
    background-size: cover;
    background-position: center;
}

.team-member.angle-bg {
    background: transparent;
}

.team-member.angle-bg:before {
    background: #f5f5f5;
}

.team-mem-col img {
    width: 100%;
}

.team-mem-col .link {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-mem-col .member-name h4 {
    font-size: 18px;
    font-family: 'montserrat';
    font-weight: 400;
    color: #000;
    padding-top: 20px;
    padding-bottom: 5px;
}

.team-mem-col .member-name p {
    color: #000;
    margin: 0px;
}

.team-mem-col .team-hover {
    background: -webkit-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -o-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -moz-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: linear-gradient(to left, right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
}

.team-mem-col .team-hover .team-hover-content {
    color: #000;
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team-mem-col .team-hover .team-hover-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.team-mem-col .team-hover .team-hover-content p {
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.team-mem-col .team-hover .team-hover-content .extra-link {
    font-size: 10px;
    width: 100%;
}

.team-mem-col .team-hover .team-hover-content i {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    margin-right: 10px;
    color: #fff;
}

.team-mem-col .team-hover .team-hover-content i:hover {
    background: #fff;
    color: #00486a;
}

.team-mem-col .link:hover .team-hover {
    opacity: 1;
}


/* ==========================================================================
   download
   ========================================================================== */

.download {
    color: #fff;
    position: relative;
    padding: 140px 0;
}

.download.angle-bg {
    background: transparent none repeat scroll 0 0;
}

.download.angle-bg:before {
    background: -webkit-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -o-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -moz-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: linear-gradient(to left, right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
}

.download.angle-bg:after {
    -webkit-transform: skewY(170deg);
    transform: skewY(170deg);
}

.download:after {
    background: url("../image/call-action-mockup.png") no-repeat scroll right bottom;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.download .download-text {
    z-index: 1;
    position: relative;
}

.download .download-text h1 {
    font-weight: 400;
    line-height: 40px;
    font-size: 50px;
    margin-bottom: 20px;
}

.download .download-text a i {
    margin-right: 5px;
}


/* ==========================================================================
 newsletter
   ========================================================================== */

.subscribe {
    background: #20242f;
}

.subscribe .section-text .section-heading {
    color: #fff;
}

.subscribe .section-text p {
    color: #fff;
}

.subscribe .custom-form {
    position: relative;
}

.subscribe .custom-form label {
    position: absolute;
    top: 25%;
    color: #00486a;
    font-size: 30px;
    margin-left: 25px;
}

.subscribe .custom-form .form-control {
    height: 65px;
    background-color: #fff;
    border-radius: 50px;
    padding: 0 200px 0 70px;
    color: #000;
    font-size: 18px;
}

.subscribe .custom-form button {
    padding: 12px 40px;
    background: -webkit-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -o-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -moz-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: linear-gradient(to left, right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: absolute;
    top: 7px;
    right: 23px;
    font-variant: 'montserrat';
    font-weight: 600;
}


/* ==========================================================================
 contato
   ========================================================================== */

.contact {
    background: #20242f;
}

.contact .custom-form {
    padding: 25px;
    margin-top: 5px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.contact .custom-form button {
    font-size: 18px;
    color: #fff;
    width: 140px;
    line-height: 45px;
    border-radius: 0px;
    border: 0px;
    background: -webkit-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -o-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: -moz-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    background: linear-gradient(to left, right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
    color: #fff;
}

.contact .custom-form .form-group {
    margin-bottom: 40px;
}

.contact .custom-form span {
    font-size: 18px;
    color: #898989;
}

.contact .custom-form .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ebebeb;
    margin-top: 10px;
    background: transparent;
    height: 40px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
}

.contact .custom-form .form-control:focus {
    border-bottom: 1px solid #00486a;
}

.contact .custom-form textarea.form-control {
    height: 100px;
}

.contact .contact-holder {
    background: #fff;
    /* padding:50px 25px; */
    position: relative;
    margin-top: 0px;
}

.contact .contact-holder h3 {
    margin-bottom: 25px;
}

.contact .contact-holder .contact-details {
    margin-top: 30px;
}

.contact .contact-holder .contact-details li {
    margin-top: 20px;
}

.contact .contact-holder .contact-details li:first-child {
    margin-top: 0px;
}

.contact .contact-holder .contact-details li i {
    font-size: 16px;
    border: 2px solid #00486a;
    border-radius: 50px;
    text-align: center;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    transition: 0.5s;
    color: #00486a;
    margin-right: 8px;
}

.contact .contact-holder .contact-details li span {
    font-size: 16px;
    color: #333;
}


/* ==========================================================================
  rodape
   ========================================================================== */

.footer-wrapper {
    background: #cdeaf7;
    padding: 50px 0px;
}

.footer-wrapper .social-holder {
    text-align: center;
}

.footer-wrapper .social-holder a {
    margin-right: 15px;
}

.footer-wrapper .social-holder a:last-child {
    margin-right: 0px;
}

.footer-wrapper .social-holder i {
    font-size: 14px;
    height: 30px;
    width: 30px;
    background: #e1e1e1;
    color: #636363;
    border-radius: 50px;
    padding: 9px;
}

.footer-wrapper .copyright {
    font-size: 14px;
    color: #b7b7b7;
    text-align: center;
    margin-top: 20px;
}

.socialrodape i {
    font-size: 4em;
    margin-left: 25px;
}

.endrodape p,
.endrodape a {
    color: #179ad9;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 600;
}

.fa-whatsapp {
    font-size: 1.3rem;
}


/* ==========================================================================
  Responvidade
   ========================================================================== */


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .feature .feature-holder .left-feature {
        padding-left: 20px;
    }
    .feature .feature-holder .right-feature {
        padding-right: 20px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    body {
        font-size: 13px;
    }
    .res-margin {
        margin-bottom: 50px;
    }
    .sec-pad {
        padding: 90px 0px;
    }
    .navbar-custom ul li {
        margin: 0 10px;
    }
    .navbar-custom .navbar-nav>li>a {
        font-size: 11px;
    }
    .banner-content {
        padding: 70px 0px 0px 20px;
        overflow: hidden;
    }
    .banner-content .intro-text {
        padding-top: 0px;
    }
    .banner-content .intro-text .intro-heading {
        font-size: 36px;
    }
    .banner-content .mockup {
        right: 0;
        top: 0;
        max-width: 300px;
    }
    .about-app .abt-text {
        padding-top: 10px;
    }
    .about-app .abt-text h2 {
        font-size: 40px;
    }
    .feature .section-text {
        padding: 0 40px 10px 40px;
    }
    .feature .feature-content.angle-bg .overly {
        padding: 90px 0 90px 0
    }
    .specification .specification-holder .left-specification .specification-text {
        margin-left: 70px;
        margin-right: 0px;
    }
    .specification .specification-holder .left-specification {
        text-align: left;
        margin-top: 0px;
    }
    .specification .specification-holder .left-specification .icon {
        float: left;
    }
    .specification-mockup {
        margin-top: 25px;
    }
    .team-member.sec-pad {
        padding-bottom: 45px;
    }
    .download::after {
        opacity: 0.2;
    }
    .faq-sec .panel-group {
        margin-top: 0px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }
    .res-margin {
        margin-bottom: 35px;
    }
    .sec-pad {
        padding: 70px 0;
    }
    .navbar-custom,
    .navbar-custom.affix {
        padding: 0px;
        background: -webkit-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
        background: -o-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
        background: -moz-linear-gradient(right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
        background: linear-gradient(to left, right, rgba(0, 71, 105, 1), rgba(44, 130, 201, 1));
        box-shadow: 0px 0px 5px #000;
        -webkit-box-shadow: 0px 0px 5px #000;
        -moz-box-shadow: 0px 0px 5px #000;
        text-align: center;
    }
    .navbar-custom .navbar-brand {
        padding: 8px 0 0 0;
    }
    .navbar-custom ul li {
        margin: 0 10px;
    }
    .navbar-custom .navbar-nav li a {
        font-weight: 700;
    }
    .navbar-custom ul li:last-child a {
        padding: 0 20px 0 20px;
        line-height: 32px;
    }
    .navbar-nav li a.active,
    .navbar-custom ul li a:hover {
        border-bottom: 0px;
    }
    .banner-content .intro-text .intro-heading {
        font-size: 40px;
    }
    .banner-content .intro-text .button a {
        padding: 0;
        margin-top: 25px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        width: 50px;
        height: 50px;
        padding-top: 8px;
        font-size: 30px;
    }
    .intro-text {
        text-align: center;
    }
    .feature .feature-content.angle-bg .overly {
        padding: 70px 0 70px 0
    }
    .subscribe .custom-form button {
        padding: 12px 14px;
        font-size: 14px;
        top: 10px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .container {
        /* padding-left: 35px;
		padding-right: 35px; */
    }
    .carousel {
        height: 20;
    }
    .feature .mockup-flow {
        max-width: -100px;
    }
    .video .btn-video {
        padding: 50px;
    }
    .download .download-text h1 {
        font-size: 36px;
        line-height: 38px;
    }
    .subscribe .custom-form .form-control {
        padding: 0 10px 0 70px;
    }
    .btn {
        margin-top: 15px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 360px) {
    .navbar-brand img {
        width: 150px;
        padding-top: 5px;
    }
}

.owl-item {
    padding-left: 30px;
}

.hrprof {
    height: 20px !important;
    color: #008fd5;
}

.frameprof {
    border-bottom: 5px solid #008fd5;
    padding-bottom: 5px;
}

.owl-prev {
    background: #008fd5;
    width: 20px;
    text-align: center;
    display: block !important;
    height: 25px;
    position: absolute;
    top: -40px;
    right: -20px;
    margin-left: -20px;
}

.owl-prev i {
    color: #fff;
}

.owl-next {
    background: #008fd5;
    width: 20px;
    text-align: center;
    display: block !important;
    height: 25px;
    position: absolute;
    top: -40px;
    right: -42px;
    margin-left: 2px;
}

.owl-next i {
    color: #fff;
}

.tituloequipe {
    margin-bottom: 3px !important;
    margin-left: 20px;
    padding-left: 10px;
    border-left: 5px solid #008fd5;
}

.tituloequipe h1 {
    font-weight: 500;
    text-transform: capitalize;
}

.tituloequipe2 {
    margin-bottom: 3px !important;
    margin-left: 0px;
    padding-left: 10px;
    border-left: 5px solid #008fd5;
}

.tituloequipe2 h1 {
    font-weight: 500;
    text-transform: capitalize;
}

.textoarea {
    color: #000;
    font-size: 1.3em;
}

.textoarea i {
    color: #008fd5;
    font-size: 1.5em;
}


/* acordeon icones */

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\2212";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
    margin-right: 15px;
    margin-top: 15px;
    /* padding: 5px; */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\2b";
    /* adjust as needed, taken from bootstrap.css */
}

.btncontato {
    float: right;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px;
}

.iconearea {
    font-size: 2em;
}

.panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.iconeespecialidade {
    width: 48px;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-default {
    border-bottom: 0px;
    border-top: 0px;
}

#bordatop {
    border-top: 1px solid #ddd !important;
    /* border-color: #ddd; */
}

.bordabot {
    border-bottom: 1px solid #ddd !important;
}

.panel-title {
    font-weight: 500;
}

.iconeagenda {
    /* margin-top: 15px; */
    width: 48px;
    height: auto;
}

.textoagenda {
    /* position: absolute; */
    /* margin-top: -5px !important; */
    font-style: normal;
    font-weight: 600;
}

.menu {
    margin-top: -0px;
    /* padding-left: 40px; */
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: -121px;
    }
}

.modal-header .close {
    margin-top: -20px;
}


/* .modal {overflow-y: auto} */

@media only screen and (max-width: 480px) {
    .carousel {
        height: 20 !important;
    }
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
}

#logoimg {
    max-width: 100% !important;
    width: 100% !important;
}

@media (max-width: 1200px) {
    #logoimg {
        max-width: 70% !important;
        width: 50% !important;
    }
    .navbar-custom ul li a {
        color: #fff;
        line-height: 50px;
    }
    .feature .feature-holder .feature-list .feature-title {
        font-size: 18px;
        padding-top: 10px;
    }
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.paginator {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: -300px;
    z-index: 200;
}

.paginator li {
    position: relative;
    float: left;
    margin: 20px;
}

.paginator .prev,
.paginator .next {
    cursor: pointer;
    display: block;
    z-index: 9999;
}

.paginator .prev {
    background: none;
    border: none;
    background-image: url('../image/prev.png');
    background-size: cover;
    width: 50px;
    height: 50px;
}

.paginator .next {
    background: none;
    border: none;
    background-image: url('../image/next.png');
    background-size: cover;
    width: 50px;
    height: 50px;
}

.paginator .fas {
    font-size: 35px;
}

@media screen and (max-width:991px) {
    .paginator {
        display: none!important;
    }
}

button {
    border: none!important;
    background: none!important;
}

button:focus {
    outline: none!important;
}