/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: http://hastech.company/
    Description: This is html5 template
    Author: HasTech
    Author URI: http://http://Devitems.com/
    Version: 1.0
-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Template default css
    2. Header area
	3. Slider area
	4. Service area    
	5. Portfolio area
	6. Pricing area
	7. Testimonial area
	8. Subscribe area
	9. Blog area
    10. Brand area 
	11. Footer area
	12. scrollup
	13. Breadcrumb
	14. Team area
	15. Team members area
	16. Counter area
    17. Skill area
    18. Contact area

-----------------------------------------------------------------------------------*/

/*------------------------
  1. Template default css
----------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,500,600,700');

html,
body {
    height: 100%;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
a:focus {
    outline: 0px solid
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}
a {
    color: rgb(68, 68, 68);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
	color: #BB852D;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}
ul {
	margin-bottom: 15px;
}
.clear {
    clear: both
}
body {
	line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.ptb-40 {
    padding: 40px 0;
}
.ptb-50 {
    padding: 50px 0;
}
.ptb-80 {
    padding: 80px 0;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-120 {
    padding: 120px 0;
}
.pt-40 {
    padding-top: 40px
}
.pt-50 {
    padding-top: 50px
}
.pt-60 {
    padding-top: 60px
}
.pt-65 {
    padding-top: 65px
}
.pt-70 {
    padding-top: 70px
}
.pt-80 {
    padding-top: 80px
}
.pt-100 {
    padding-top: 100px
}
.pt-120 {
    padding-top: 120px
}
.pb-10 {
    padding-bottom: 10px
}
.pb-15 {
    padding-bottom: 15px
}
.pb-20 {
    padding-bottom: 20px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-35 {
    padding-bottom: 35px
}
.pb-40 {
    padding-bottom: 40px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-60 {
    padding-bottom: 60px
}
.pb-70 {
    padding-bottom: 70px
}
.pb-80 {
    padding-bottom: 80px
}
.pb-90 {
    padding-bottom: 90px
}
.pb-100 {
    padding-bottom: 100px
}
.pb-120 {
    padding-bottom: 120px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-10 {
    margin-bottom: 10px
}
.mt-50 {
    margin-top: 50px
}
.mt-60 {
    margin-top: 60px
}
.mt-30 {
    margin-top: 30px;
}
.mt-31 {
    margin-top: -31px;
}
.mh-content {
	min-height: 480px;
}
.bg-gray {
    background-color: rgb(250, 250, 250)
}
.bg-opacity {
    position: relative;
}
.text-white {
    color: #fff;
}
.bg-opacity:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #000;
}
.bg-img-3 {
	background: hsla(0, 0%, 0%, 0) url("img/bg/img-fundo-header.jpg") no-repeat scroll center center;
	background-size: cover;
}
.bg-img-01 {
	background: hsla(0, 0%, 0%, 0) url("img/fundos/img-fundo-header-01.jpg") no-repeat scroll center center;
	background-size: cover;
}
.form-control {
	border-radius: 0;
}
.btn {
    position: relative;
    /* width: 185px; */
    /* height: 54px; */
    height: 48px;
    line-height: 40px;
    margin-top: 1.5rem;
    /* padding-left: 20px;
    padding-right: 52px; */
	padding: 3px 20px;
    font-size: 14px !important;
    /* font-weight: bold; */
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0); */
	background-color: rgb(187, 133, 45);
    /* border: 2px solid rgb(20, 177, 187);
    border-color: rgb(187, 133, 45);
    border-style: solid; */
	border: medium none;
	border-radius: 0;
    /* transition: all 0.3s ease-in-out 0s; */
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    z-index: 5;
}
.btn:hover, .btn:focus {
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255); */
}
.btn:before {
    /* background-color: rgb(187, 133, 45);
    content: "";
    height: 100%;
    position: absolute;
    right: -13px;
    top: 0;
    transform: skewX(25deg);
    transition: all 0.3s ease 0s;
    width: 52px;
    z-index: -1; */
}
.btn:hover:before {
    right: 0;
    transform: skewX(25deg);
    width: 100%;
}
.btn::after {
    /* color: rgb(255, 255, 255);
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); */
}
.btn-black {
    color: #000;
    margin-top: 0px
}
.order {
    border-top: 1px solid rgb(229, 229, 229);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 35px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}
.order:hover {
    background: #1bb4b9;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.main-content {
	background: linear-gradient(to right, rgba(128, 130, 132, 0.7), #FFF 10%, rgba(128, 130, 132, 0.7), #FFF 10%, rgba(128, 130, 132, 0.7));
	background: linear-gradient(to right, rgba(128, 130, 132, 0.8), #FFF, rgba(128, 130, 132, 0.5), #FFF, rgba(128, 130, 132, 0.8));
}

/*----------- 2. Header area ---------------*/

nav.navbar.bootsnav {
	z-index: 999;
}
.header-area {
	background-color: #000;
}
.logo {
}
.main-menu {} .main-menu ul {
	margin-bottom: 0;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 2px;
}
.main-menu ul li a {
    padding: 58px 15px;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #808284;
    display: block;
}
.main-menu ul li.active > a, .main-menu ul li:hover > a {
	color: #BB852D;
}

/*sub -menu */

.main-menu ul li ul {
    position: absolute;
    top: 75%;
    width: 180px;
	padding: 15px;
    text-align: left;
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid #BB852D;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
    z-index: 999;
}
.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.main-menu ul li ul li {
    display: block;
}
.main-menu ul li ul li:hover > a {
	color: #BB852D;
}
.main-menu ul li ul li a {
	padding: 10px 0 0;
    font-size: 15px;
	text-transform: none;
    text-decoration: none;
    color: #808284;
    border: 0 solid rgb(221, 221, 221);
}
.main-menu ul li ul li a.first {
	padding-top: 0;
}
.main-menu ul li a i {
    margin-left: 8px;
    color: rgb(143, 143, 143);
    font-weight: normal;
}
.main-menu ul li.active a i, .main-menu ul li a:hover i {
	color: #BB852D
}
.search-open {
    color: #808284;
}
.search-header {
    float: right;
    margin-left: 20px;
    padding: 57px 0;
}
.search-open:hover {
    color: rgb(143, 143, 143);
}
.search-inside {
    background: rgba(0, 0, 0, 0.84);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.search-form {
    position: absolute;
    top: 50%;
    left: 10%;
}
.search-form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0);
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 2px;
    color: #fff;
    display: block;
    font-size: 6rem;
    height: auto;
    line-height: 1.4;
    padding: 0 0 10px;
    transform: translate3d(0px, -15px, 0px);
    transition: border-color 0.3s ease-in-out 0.4s, transform 0.3s ease-in-out 0.2s;
    width: 100%;
    border-bottom-color: rgb(255, 255, 255);
    z-index: 9999;
}
.search-form label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 2rem;
    font-weight: 500;
    transform: translate3d(0px, -20px, 0px);
    transition: all 0.3s ease-in-out 0.4s;
}
.search-close {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.3;
    padding: 8px;
    position: absolute;
    right: 60px;
    text-align: center;
    top: 60px;
    transition: opacity 0.3s ease-in-out 0.25s, transform 0.3s ease-in-out 0.25s;
    width: 38px;
    cursor: pointer;
}
.search-close:hover {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.5);
    color: rgb(255, 255, 255);
    transition: .3s;
    cursor: pointer;
}

/*---------- 3. Slider area ---------------*/

.slider-area {
    overflow: hidden
}
.single-slider {
    background-position: center center;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}
.slider-contato .single-slider {
    padding: 250px 0;
}
.single-slider::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.slider-contato .single-slider::before {
	background: none;
}
.slider-img {} .slider-content {
    position: relative;
    z-index: 9;
}
.slider-content h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 0;
}
.slider-content h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}
.slider-content p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 35px;
    font-family: 'Lato', sans-serif;
}
.owl-carousel .owl-nav div {
    position: absolute;
    color: #fff;
    font-size: 50px;
    left: 10px;
    overflow: hidden;
    line-height: 50px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    display: block;
}
.owl-carousel .owl-nav div.owl-next {
    right: 10px;
    left: inherit;
}
.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.owl-carousel:hover .owl-nav div {
    left: 20px
}
.owl-carousel:hover .owl-nav div.owl-next {
    right: 20px;
    left: auto;
}
.slider-active .owl-dot {
    border: 3px solid #fff;
    height: 12px;
    width: 12px;
    line-height: 8px;
    margin: 0 6px;
    background: none;
    display: inline-block;
    opacity: 0;
    border-radius: 50%;
}
.owl-dots {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
}
/*
.slider-active .owl-dot:hover {
  border:0px solid #fff;
    background-color: #fff;
}
*/

.slider-area:hover .slider-active .owl-dot {
    opacity: 1;
}
.slider-area:hover .slider-active .owl-dot.active {
    border: 0px;
    background: #fff;
    height: 8px;
    width: 8px;
}
.owl-dots:hover {}

.persephone .tp-bullet {
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 0.3);
	border: 0;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background: #FFF;
}

/*---------- 4. Service area ------------*/

.service-area {} .feature-heading,
.section-heading {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.feature-heading h2,
.section-heading h2 {
	position: relative;
	/* line-height: 1.3; */
	line-height: 1.4;
    /* margin-bottom: 35px; */
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    /* color: rgba(0, 0, 0, 0.85); */
	color: #808284;
}
.feature-heading h2 {
    font-size: 2.8rem;
}
.section-heading h2:before {
    margin: 0 auto;
}
.feature-heading h2:before,
.section-heading h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    /* top: 35%; */
	bottom: -2px;
    width: 109px;
    height: 2px;
    text-align: center;
    /* background: rgb(20, 177, 187) none repeat scroll 0 0; */
    background: #BB852D none repeat scroll 0 0;
}
.feature-heading h2:before {
    margin-top: 18px;
}
.feature-text h3,
.about-text h3,
.health-content h3 {
	color: #BB852D;
}
.feature-text p,
.section-heading p,
.about-text p,
.video-text p {
    /* line-height: 24px; */
    line-height: 1.5;
	margin-top: 15px;
    /* margin-bottom: 15px; */
    /* font-size: 14px; */
    font-size: 16px;
    /* font-weight: 300; */
    /* color: rgb(68, 68, 68); */
}
.feature-text p:last-child,
.section-heading p:last-child,
.about-text p:last-child,
.video-text p:last-child {
	margin-bottom: 0;
}
.feature-text ol {
	margin: 0;
	margin-left: 40px;
	padding: 0;
	list-style-type: none;
	list-style-type: decimal !ie; /* IE 7- hack */
	counter-reset: li-counter;
}
.feature-text ol > li {
	position: relative;
	min-height: 3em;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 2px solid #BB852D;
}
.feature-text ol > li:before {
	content: counter(li-counter);
    counter-increment: li-counter;
	position: absolute;
	top: 0;
	left: -60px;
	width: 50px;
    line-height: 1;
	font-size: 3em;
    font-weight: 700;
    text-align: right;
    /* color: #464646; */
}
.single-service {} .icon {
    margin-top: 10px
}
.icon i {
    /* color: rgb(20, 177, 187); */
    color: rgb(187, 133, 45);
    font-size: 40px;
    padding: 20px 0;
    transition: all 0.3s ease 0s;
}
.service-text h4 {
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    font-weight: 500;
}
.service-text p {
    font-size: 14px;
    font-weight: 300;
    color: rgb(68, 68, 68);
    margin: 0;
    line-height: 24px;
}

/*---------- 5. Portfolio area ------------*/

.portfolio-menu {
    margin-bottom: 23px;
    margin-top: 25px
}
.portfolio-menu button {
    border: 1px solid rgb(202, 200, 200);
    border-radius: 2px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px 10px;
    line-height: 13px;
    padding: 14px 15px 12px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background: none;
}
.custom-row {
    margin: 0 -0px
}
.custom-col {
    padding: 0 0px
}
.portfolio-menu button.active,
.portfolio-menu button:hover {
    background: rgb(20, 177, 187);
    color: #fff;
    border: 1px solid rgb(20, 177, 187)
}
.portfolio-box {
    position: relative;
}
.blog-img a,
.portfolio-img {
    position: relative;
    display: block;
}
.blog-img a:before,
.portfolio-img::before {
    /* background: rgb(20, 177, 187) none repeat scroll 0 0; */
    background: rgb(187, 133, 45) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    /* bottom: 0; */
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 99;
}
.portfolio-box:hover .portfolio-img::before,
.blog-wrapper:hover .blog-img a:before,
.health-wrapper:hover .blog-img a:before {
    opacity: .5;
    height: 100%
}
.portfolio-img img {} .portfolio-text a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    /* background: rgb(20, 177, 187) none repeat scroll 0 0; */
    background: rgb(187, 133, 45) none repeat scroll 0 0;
    transition: .3s;
    transform: scale(0);
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
.portfolio-box:hover .portfolio-text a {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.blog-img img {
    width: 100%;
}
.health-wrapper .blog-img img {
	margin-bottom: 15px;
}

/*------------- 6. Pricing area ------------------*/

.pricing-box {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    transition: .3s;
}
.pricing-box:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}
.pricing-plan {
    padding: 40px;
    border-bottom: 1px solid #e5e5e5;
    transition: .6s;
}
.pricing-plan h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.price {
    padding: 25px 0;
}
.price span {
    font-size: 18px;
    font-weight: 500;
    margin: 0 -2px;
}
.price span.price-number {
    font-weight: 700;
    font-size: 30px;
}
.month {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.pricing-list {
    border-bottom: 1px solid rgb(229, 229, 229);
    border-left: 1px solid rgb(229, 229, 229);
    border-right: 1px solid rgb(229, 229, 229);
    padding: 20px 0 0;
    transition: all 0.3s ease 0s;
}
.pricing-list ul {} .pricing-list ul li {
    color: rgb(86, 86, 86);
    font-size: 14px;
    margin-bottom: 1px;
    padding: 10px;
}
.pricing-list li:nth-child(even) {
    background: rgb(241, 243, 244) none repeat scroll 0 0;
}

/*------------- 7. Testimonial area --------------*/

.testimonial-area {
    overflow: hidden;
}
.single-testimonial {
    margin-top: 40px;
}
.testimonial-image img {
    border: 1px solid rgb(236, 236, 236);
    border-radius: 50%;
}
.testimonial-image::before {
    border: 1px solid rgb(231, 231, 231);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 67px;
    position: absolute;
    top: -11px;
    width: 10px;
    z-index: 99;
}
.testimonial-image::after {
    border: 1px solid rgb(236, 236, 236);
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 76px;
    position: absolute;
    top: -26px;
    width: 16px;
}
.testimonial-image {
    margin: 0 auto;
    width: 92px;
}
.testimonial-text {
    margin: 15px auto 0;
    text-align: center;
    width: 70%;
}
.testimonial-text p {
    margin-top: 25px;
    font-style: italic;
    overflow: hidden;
}
.testimonial-text p.text {
	border-left: 2px solid #BB852D;
}
.testimonial-active .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    left: -50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    color: #808284;
    background: transparent;
	border: 1px solid #808284;
    border-radius: 0;
    opacity: 0;
    visibility: visible;
    transform: translateY(-50%);
    transition: .3s;
}
.testimonial-active .owl-controls .owl-nav div:hover {
    color: #FFF;
    background: #BB852D none repeat scroll 0 0;
    border: 1px solid #BB852D;
}
.testimonial-active .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}
.testimonial-active:hover .owl-controls .owl-nav div {
    left: -50px;
    opacity: 1
}
.testimonial-active:hover .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

/*----------- 8. Subscribe area -----------*/

.video-area,
.subscribe-area {
	background: url("img/fundos/img-fundo-inscreva.jpg") no-repeat scroll center center;
    background-color: rgb(241, 241, 241);
	background-size: cover;
    overflow: hidden;
}
.subscribe-form {
    margin-top: 18px;
}
.subscribe-form form {
    position: relative;
}
.subscribe-form form input {
    border: 1px solid rgb(255, 255, 255);
    height: 50px;
    padding-left: 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-right: 150px;
}
.subscribe-form form .clear input {
    -moz-appearance: none;
    background: rgb(20, 177, 187) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 52px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: inherit;
}
.mc-form .mc-news {
    left: -5000px;
    position: absolute;
}
.mc-form .clear {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.subscribe-form form .clear input:hover {
    background: rgb(55, 212, 222) none repeat scroll 0 0;
}
.subscribe-text {
    /* margin-top: 15px; */
}
.subscribe-text h3 {
	/* line-height: 29px; */
	line-height: 1.5;
	/* margin-bottom: 15px; */
	margin-bottom: 0;
    /* padding: 15px 0; */
    padding: 8px 0;
    /* font-size: 2rem; */
    font-size: 20px;
    font-weight: 500;
    /* color: rgba(0, 0, 0, 0.85); */
}

/*----------- 9. Blog area -----------*/

.custom-width {
    padding: 0 10px;
}
.blog-wrapper {
    border: 1px solid #e5e5e5;
}
.blog-wrapper {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}
.blog-content {
    padding: 25px 15px 22px;
}
.blog-content h4 a {
	height:	61px;
    font-size: 16px;
    /* font-weight: 700; */
    /* color: rgb(51, 51, 51); */
    transition: .3s;
}
.blog-content a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: rgba(0, 0, 0, 0.75);
}
.blog-content a:hover {
    /* color: rgb(20, 177, 187); */
    color: rgb(187, 133, 45);
}
.blog-content p {
	height: 72px;
    /* margin-top: 6px; */
    margin-bottom: 12px;
    /* font-weight: 300; */
    word-spacing: 1px;
    /* color: rgb(85, 85, 85); */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-content a {} .blog-meta {
    margin-bottom: 10px;
    margin-top: 15px;
}
.blog-meta > span i {
    color: rgb(102, 102, 102);
    margin-right: 8px;
    font-size: 14px
}
.blog-meta > span {
    font-size: 13px;
    color: rgb(102, 102, 102);
    margin-right: 10px;
    font-weight: 400;
}

/*----------- 10. Brand area -----------*/

.owl-carousel .owl-item .single-brand > img {
    display: inline-block;
    width: inherit !important;
}
.ht-brand::before {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: bor-top-out;
    animation-timing-function: linear;
    right: 100%;
    top: 0;
}
.ht-brand::before,
.ht-brand::after {
    background-color: rgb(20, 177, 187);
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.ht-brand::after {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: bor-bottom-out;
    animation-timing-function: linear;
    bottom: 0;
    left: 100%;
}
.ht-brand {
    border: 1px solid rgb(241, 241, 241);
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all .3s ease 0s;
}
.ht-brand:hover {
    border: 1px solid rgb(20, 177, 187);
}
.single-brand::before {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: bor-right-out;
    animation-timing-function: linear;
    bottom: 100%;
    right: 0;
}
.single-brand::before,
.single-brand::after {
    background-color: rgb(20, 177, 187);
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
}
.single-brand::after {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: bor-left-out;
    animation-timing-function: linear;
    left: 0;
    top: 100%;
}
.ht-brand:hover::after {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: bor-bottom;
    animation-timing-function: linear;
}
.ht-brand:hover::before {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: bor-top;
    animation-timing-function: linear;
}
.ht-brand:hover .single-brand::before {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: bor-right;
    animation-timing-function: linear;
}
.ht-brand:hover .single-brand::after {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: bor-left;
    animation-timing-function: linear;
}

/*---------- 11. Footer area -------------*/

.footer-bg {
    /* background: rgb(38, 38, 38)none repeat scroll 0 0; */
	background-color: #000;
}
.footer-logo {
	/* margin-bottom: 15px; */
	margin-bottom: 22px;
}
.footer-logo img {
	width: 100px;
	height: 87px;
}
.footer-endereco p,
.footer-contato,
.footer-contato a {
    color: #808284;
}
.footer-endereco p:last-child,
.footer-contato p:last-child {
	/* margin-bottom: 0; */
}
.footer-contato h4 {
	/* margin-bottom: 56px; */
	/* margin-bottom: 32px; */
	font-size: 20px;
}
.footer-contato a:hover {
    color: #BB852D;
}
.footer-widget {} .footer-widget p {
    font-size: 14px;
    /* font-weight: 300; */
    /* line-height: 24px; */
    margin-bottom: 0;
}
.footer-widget {} .footer-widget p,
.footer-widget p a {
    /* color: #fff; */
    color: #808284;
}
.widget-title {
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.widget-title h3 {} .widget-contact {} .widget-contact li {
    color: #fff;
    margin-bottom: 20px;
}
.widget-contact li i {
    float: left;
    height: 20px;
    width: 20px;
    line-height: 30px;
    font-size: 25px;
}
.widget-contact li span {
    display: block;
    margin-left: 30px;
    font-weight: 300;
    font-size: 14px;
}
.footer-menu {} .footer-menu li {
    margin-bottom: 10px;
}
.footer-menu li a {
    color: #fff;
    text-transform: capitalize;
    line-height: 25px;
    font-size: 14px;
    font-weight: 300;
}
.footer-menu li a:hover {
    padding-left: 5px;
    color: rgb(20, 177, 187)
}
.footer-form {} .footer-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgb(238, 238, 238);
    color: #fff;
    height: 36px;
    line-height: normal;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 100%;
}
.footer-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgb(238, 238, 238);
    color: #fff;
    overflow: auto;
    height: 90px;
    width: 100%;
    margin-bottom: 15px;
    padding: 6px 15px;
    font-size: 14px;
}
.footer-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgb(245, 245, 245);
    float: left;
    font-weight: 500;
    padding: 5px 20px 2px;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
    color: #fff;
}
.footer-form button:hover {
    border: 1px solid rgb(20, 177, 187);
    color: rgb(20, 177, 187);
}
.copyright-area {
    background: rgb(38, 38, 38)none repeat scroll 0 0;
    padding: 20px 0;
    border-top: 1px solid rgb(51, 51, 51);
}
.footer-form input::-webkit-input-placeholder,
.search-form input::-webkit-input-placeholder {
    /* Chrome */
    
    color: #fff;
    opacity: 1;
}
.footer-form input::-moz-placeholder,
.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
    opacity: 1;
}
.footer-form textarea::-webkit-input-placeholder {
    /* Chrome */
    
    color: #fff;
    opacity: 1;
}
.footer-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
    opacity: 1;
}
.copyright-text > p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
}
.social-icon {} .social-icon a {
    border-radius: 10px;
    color: rgb(238, 238, 238);
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.social-icon a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease 0s;
}

/*------------ 12. scrollup ----------*/

#scrollUp {
    position: fixed;
    right: 12px;
    bottom: 38px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(187, 133, 45) none repeat scroll 0 0 padding-box;
    border-radius: 0;
    cursor: pointer;
    display: none;
    z-index: 999 !important;
}
#scrollUp:hover {
    /* color: rgb(27, 180, 185); */
    /* color: rgb(187, 133, 45); */
    /* border-color: rgba(27, 180, 185, 0.7); */
    /* background-color: rgb(255, 255, 255); */
}

/*------- 13. Breadcrumb ----------*/

.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
.breadcrum-content {
    z-index: 99;
    position: relative;
}
.breadcrumb li a {
    color: #fff;
    /* text-transform: capitalize; */
}
.breadcrumb li a:hover {
    /* color: rgb(20, 177, 187); */
    color: rgb(187, 133, 45);
}
.breadcrumb li {
    float: none;
    font-size: 17px;
    /* font-weight: 300; */
    /* text-transform: capitalize; */
    display: inline-block;
}
.breadcrumb .active {
    /* color: rgb(20, 177, 187); */
    color: rgb(187, 133, 45);
}

/*----------- 14. Team area ---------*/

.team-area {} .team-title {} .team-title h4 {
	line-height: 1.5;
    /* margin-bottom: 7px; */
    /* font-size: 2rem; */
    font-size: 20px;
    font-weight: 500;
    /* color: rgba(0, 0, 0, 0.85); */
}
.team-title span {
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    /* color: rgba(0, 0, 0, 0.85); */
    display: block;
}
.team-content p {
    /* font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: rgb(68, 68, 68); */
}

/*---------  15. Team members area -------------*/

.single-team {
    /* margin-top: 40px */
}
.team-img img {
    width: 100%;
    display: block;
}
.team-img a {
    position: relative;
    display: block;
}
.team-img a:before {
    /* background: rgba(20, 177, 187, 0.8) none repeat scroll 0 0; */
    background: rgba(187, 133, 45, 0.5) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-team:hover .team-img a::before {
    height: 100%;
    left: 0;
    transition: .3s;
}
.team-text {
    position: relative;
    padding: 20px 0 18px;
	text-align: center;
    /* border-right: 1px solid rgb(241, 241, 241); */
    /* border-right: 1px solid rgb(221, 221, 221); */
    border-right: 1px solid rgba(128, 130, 132, 0.3);
    /* border-bottom: 2px solid rgb(241, 241, 241); */
    /* border-bottom: 2px solid rgb(221, 221, 221); */
    border-bottom: 2px solid rgba(128, 130, 132, 0.3);
    /* border-left: 1px solid rgb(241, 241, 241); */
    /* border-left: 1px solid rgb(221, 221, 221); */
    border-left: 1px solid rgba(128, 130, 132, 0.3);
    transition: all 0.3s ease 0s;
}
.team-text h5 {
    /* line-height: 24px; */
    line-height: 1.5;
    margin: 0;
	font-size: 16px;
    font-weight: 500;
    /* text-align: center; */
    /* color: rgb(34, 34, 34); */
    transition: all 0.3s ease 0s;
}
.team-text p {
    margin-bottom: 0;
}
.single-team:hover .team-text {
    /* border-bottom: 2px solid rgb(20, 177, 187) */
    border-bottom: 2px solid rgb(187, 133, 45)
}

.team-image img {
    width: 100%;
	margin-bottom: 5px;
    display: block;
}

#map {
    height: 500px;
    width: 100%
}
.video-text h5 a,
.about-text h5 a {
    font-size: 2rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

/*---------- 16. Counter area ------------*/

.single-counter h4 {
    color: rgb(255, 255, 255);
    font-size: 38px;
    font-weight: 500;
}
.single-counter p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 20px;
}
.counter-icon {} .counter-icon i {
    color: rgb(20, 177, 187);
    font-size: 40px;
    margin-bottom: 27px;
}

/*----------- 17. Skill area ---------*/

.progress-area {
    margin-bottom: 0;
    padding: 50px 0 40px;
}
.team-progress-area {
    padding-top: 30px;
    padding-bottom: 20px;
}
.skill-heading p {
    font-size: 16px;
}
.progress {
    background-color: rgb(241, 241, 241);
    box-shadow: none;
    height: 6px;
    margin-bottom: 50px;
    overflow: visible;
    position: relative;
    border-radius: 5px;
}
.skill-title-team,
.skill-title {
    font-size: 12px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-transform: capitalize;
    top: -23px;
    z-index: 99;
    color: rgb(51, 51, 51);
}
.skill-title-team {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    text-transform: capitalize;
}
.progress-bar {
    border-radius: 5px;
    background-color: rgb(20, 177, 187);
}
.progress-bar span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: -30px;
    background: rgb(20, 177, 187);
    padding: 2px 12px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
    float: right;
}
.progress-bar span::before {
    border-color: #18afd3 transparent transparent;
    border-style: solid;
    border-width: 8px 0 0 8px;
    bottom: -6px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    right: 0;
}
.team-skill span {
    background: none;
    color: #666;
    margin-bottom: 20px;
}
.team-skill span:before {
    display: none;
}

/*-------------- 18. Contact area -------------*/

.contact-area {} .single-address {
    margin-bottom: 45px;
}
.single-address-icon {
    display: inline-table;
    margin-bottom: 20px;
}
.single-address-icon i {
    /* background: rgb(20, 177, 187) none repeat scroll 0 0; */
    background: rgb(187, 133, 45) none repeat scroll 0 0;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: table-cell;
    font-size: 24px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.single-address-info {} .single-address-info > h4 {
	line-height: 1.5;
    margin-bottom: 8px;
    /* padding: 5px 0; */
    /* font-size: 14px; */
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    /* color: rgb(40, 40, 40); */
}
.single-address-info > p {
    /* line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    color: rgb(86, 86, 86); */
}
.comments-title h4 {
    /* margin-left: 20px; */
    /* font-size: 18px; */
    font-size: 20px;
    font-weight: 500;
    /* text-transform: capitalize; */
    /* color: rgb(40, 40, 40); */
}
.comments-form input {
    height: 45px;
    width: 100%;
    border: 1px solid rgb(221, 221, 221);
    color: rgb(86, 86, 86);
    /* margin-top: 10px; */
    padding: 7px 10px;
    /* margin-bottom: 20px; */
    font-weight: 400;
    font-size: 1.5rem;
    /* text-transform: capitalize */
}
.comments-form textarea {
    border: 1px solid rgb(221, 221, 221);
    color: rgb(86, 86, 86);
    /* margin-top: 10px; */
    height: 200px;
    width: 100%;
    padding: 10px 8px;
    margin-bottom: 20px;
    outline: 0 none;
    background-color: rgb(255, 255, 255);
    font-size: 1.5rem;
    /* text-transform: capitalize */
}
#subscribe-form textarea {
    height: 110px;
}
.comments-form button {
    float: left;
    width: auto;
    max-width: 100%;
    /* height: 45px; */
    height: 48px;
    /* line-height: 33px; */
    line-height: 42px;
    /* margin-left: 10px; */
    margin-top: 0;
    padding: 3px 20px;
    font-size: 14px;
    /* font-weight: 700; */
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    /* background: rgb(20, 177, 187) none repeat scroll 0 0; */
    background: rgb(187, 133, 45) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.5s ease 0s;
}
.comments-form button:hover {
    /* background: rgb(11, 150, 190) none repeat scroll 0 0; */
}

/* sidebar */

.sidebar-widget {
    overflow: hidden;
}
.sidebar-heading h4 {
    border-bottom: 1px solid hsl(0, 0%, 90%);
    bottom: -1px;
    color: hsl(0, 0%, 20%);
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.sidebar-heading h4:before {
    /* background: rgb(20, 177, 187) none repeat scroll 0 0; */
    background: rgb(187, 133, 45) none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
.sidebar-form form input {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(204, 204, 204);
    color: rgb(143, 143, 143);
    width: 60%;
    font-size: 1.5rem;
    height: 36px;
    font-weight: 500;
    padding: 0 8px;
    float: left;
}
.sidebar-form form button {
    background-color: rgb(20, 177, 187);
    border: 2px solid rgb(20, 177, 187);
    color: #fff;
    font-weight: 700;
    height: 36px;
    transition: all 0.3s ease 0s;
    font-size: 1.5rem;
    width: 40%;
    padding: 5px 10px;
    line-height: 16px;
    cursor: pointer;
}
.sidebar-form form button:hover {
    color: rgb(143, 143, 143)
}
.sidebar-menu li {
    margin: 0 0 14px;
}
.sidebar-menu li a {
    color: hsl(0, 0%, 40%);
    font-weight: 300;
    font-size: 14px;
}
.sidebar-menu li:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.sidebar-menu li:hover a {
    color: rgb(20, 177, 187);
}
.tag-menu {
    overflow: hidden
}
.tag-menu li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}
.tag-menu li a {
    border: 1px solid hsl(0, 0%, 91%);
    color: hsl(0, 0%, 20%);
    display: inline-block;
    font-size: 13px;
    padding: 5px 17px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.tag-menu li a:hover {
    background: rgb(20, 177, 187) none repeat scroll 0 0;
    border-color: rgb(20, 177, 187);
    color: hsl(0, 0%, 100%);
}
.custom-width {
    padding: 0 10px;
}
.health-content h2 {
    color: rgb(51, 51, 51);
    line-height: 1.25;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 25px;
}
.health-content h3 {
    /* font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    color: rgb(51, 51, 51); */
}
.health-content p {
    /* color: #666; 
    margin-bottom: 12px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; */
}
.health-content-meta {
    margin-bottom: 10px;
    margin-top: 15px;
}
.health-content-meta span {
    margin-right: 10px;
    font-size: 14px;
    /* color: #666; */
}
.health-content-meta span i {
    color: #333;
    margin-right: 10px;
    font-size: 14px;
}
.respond-area {
    overflow: hidden;
}
.respond-title h3 {
    color: #323232;
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0;
}
.respond-title p {
    color: #555;
    font-weight: 300;
    line-height: 26px;
    font-size: 1.3rem;
    margin-bottom: 25px;
}
.respond-form {
    overflow: hidden
}
label {
    color: #666666;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
    text-transform: capitalize;
    font-size: 14px;
}
.respond-form textarea {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    color: #afafaf;
    height: 168px;
    margin-bottom: 20px;
    padding: 6px 15px;
    resize: none;
    width: 100%;
}
.respond-form input {
    height: 36px;
    padding: 0 8px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 15px;
}
.respond-form button {
    background: rgb(20, 177, 187) none repeat scroll 0 0;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border: none;
    transition: .3s;
    line-height: 20px;
}
.respond-form button:hover {
    background: #18afd3 none repeat scroll 0 0;
}
.feature-image img {
    width: 100%;
}
p.subscribe-form-message,
p.form-message {
	margin: 0 0 0 110px;
}