/*
* ----------------------------------------------------------------------------------------
Author       : DuezaThemes
Author URL   : https://themeforest.net/user/duezathemes
Template Name: DODO - Corporate Multi-Purpose Parallax Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.TEAM CSS STYLE
* 07.WHY CHOOSE US CSS STYLE
* 08.KEY SKILL AREA CSS STYLE
* 09.WORK CSS STYLE
* 10.CALL TO ACTION US CSS STYLE
* 11.TESTIMONIAL CSS STYLE
* 12.PRICING CSS STYLE
* 13.NEWS LETTER CSS STYLE
* 14.BLOG CSS STYLE
* 15.CONTACT CSS STYLE
* 16.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  height: 100%;
  font-family: "Lato", sans-serif;
  background: #fff;
  color: #333;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

a {
  -m-decoration: none;
  -webkit-transition: all 0.4s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 32px;
}

ul,
li {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

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

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 78px;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h2 {
  font-size: 30px;
  -transform: uppercase;
  text-align: center;
  margin: 0;
  font-weight: 600;
  position: relative;
}

.section-title h2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 40px;
  height: 2px;
  width: 100px;
  background: #000;
  margin-left: -50px;
}

.section-title h2:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50px;
  height: 2px;
  width: 50px;
  background: #000;
  margin-left: -25px;
}

.section-title p {
  font-weight: 300;
}
.white-title {
  color: #fff;
}

a.read-more {
  margin-top: 20px;
  display: inline-block;
  background: #449a57 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 25px;
  border: 1px solid rgba(150, 195, 70, 0.5);
  text-transform: uppercase;
  font-size: 12px;
}

a.white-read-more {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background: #449a57;
  padding: 10px 25px;
  border: 1px solid #449a57;
  text-transform: uppercase;
  font-size: 12px;
}

a.read-more:hover {
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.white-read-more:hover {
  background: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scrollup {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 30px;
  color: #333;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 55px;
  cursor: pointer;
  display: none;
  z-index: 2;
}

.scrollup:hover {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.status-mes {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid #000;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 10000;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
  height: 100%;
}

.welcome-image-area {
  position: relative;
  height: 100%;
  background: url(../images/bg/1Header.png);
  background-size: cover;
  z-index: 1;
}

.welcome-image-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.header-text {
  margin-top: 60px;
}

.header-text h2 {
  color: #fff;
  font-size: 60px;
  letter-spacing: 5px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.header-text p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.header-top-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.logo {
  padding-top: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.logo a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 10px;
}

.mainmenu .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 30px 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainmenu .navbar-nav li a:hover {
  background: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
  background: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  margin: 0;
}

.menu-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #449a57;
}

.menu-bg .logo {
  padding-top: 14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
  color: #fff;
  padding: 20px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
  background: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a.slide-btn {
  margin: 0px 5px;
  display: inline-block;
  color: #fff;
  background: #449a57;
  padding: 10px 25px;
  border: 1px solid rgba(150, 195, 70, 0.5);
  text-transform: uppercase;
  font-size: 12px;
}

a.slide-btn:hover {
  background: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
  height: 100%;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
  height: auto;
}

.single-slide-item-table {
  display: table;
  width: 100%;
}

.single-slide-item-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.single-slide-item {
  position: relative;
  z-index: 1;
}

.single-slide-item:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.slide-1 {
  background: url(../images/bg/slide-1.jpg) scroll 0 0;
  background-size: cover;
}

.slide-2 {
  background: url(../images/bg/slide-2.jpg) scroll 0 0;
  background-size: cover;
}

.slide-3 {
  background: url(../images/bg/slide-3.jpg) scroll 0 0;
  background-size: cover;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
  position: relative;
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center center;
}

.welcome-video-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
}

.block-text-skill > p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: lighter;
  line-height: 25px;
  text-align: justify;
}

.social-media-section {
  margin-top: 25px;
  overflow: hidden;
}

.social-media-section li {
  float: left;
  margin-right: 15px;
  list-style: outside none none;
}

.social-media-section ul li a {
  background: #449a57 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.social-media-section ul li a:hover {
  background: rgba(150, 195, 70, 0.75);
}

.skill-text p {
  text-align: justify;
}

.our-skill,
.skill-text {
  margin-top: 30px;
}

.progress-bar-text span {
  float: right;
}

.progress-bar-text {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}

.progress-bar {
  background: #ccc none repeat scroll 0 0;
  box-shadow: 0 0 0;
  height: 2px;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}

.progress-bar > span {
  background: #449a57 none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 0;
}

.about-image,
.about-video {
  margin-top: 30px;
  padding: 10px;
}

.about-text {
  margin-top: 30px;
}

.about-text h2 {
  margin-bottom: 18px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
}

.about-text h2 span {
  color: #000;
}

.about-text p {
  margin-bottom: 20px;
}

.single-project-complete {
  margin-top: 50px;
}

.single-project-complete {
  border: 1px solid rgba(51, 51, 51, 0.5);
  padding: 25px;
  text-align: center;
  position: relative;
  top: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.single-project-complete:hover {
  border: 1px solid #449a57;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
  top: -7px;
}

.single-project-complete span {
  font-size: 50px;
}

.lnr-thumbs-up::before {
  color: #449a57;
}

.lnr-smile::before {
  color: #449a57;
}

.lnr-code::before {
  color: #449a57;
}

.lnr-bullhorn::before {
  color: #449a57;
}

.single-project-complete h2 {
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 400;
}

/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
}

#service .section-title {
  margin-bottom: 70px;
}

.service_title h3 {
  color: #333333;
  font-size: 36px;
  margin-bottom: 20px;
}

.service_title P {
  text-align: center;
  line-height: 24px;
}

.service_icon_info,
.service_icon_info_top {
  border: 1px solid #ddd;
  height: 216px;
  text-align: center;
}

.service_icon_info_top {
  margin: 12px 0 -2px;
  position: relative;
}

.service_icon_info {
  position: relative;
}

.services-section .default-service-block {
  padding: 0 5px;
}

.service_icon_info .service-overlay,
.service_icon_info_top .service-overlay {
  background-color: #449a57;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.1);
  height: 370px;
  left: 0%;
  margin: -55px -2px;
  opacity: 0;
  overflow: hidden;
  padding-top: 30px;
  position: absolute;
  text-align: center;
  top: -13%;
  transform: translateY(20px);
  width: 295px;
  z-index: 1;
}

.service_icon_info:hover .service-overlay,
.service_icon_info_top:hover .service-overlay {
  opacity: 1;
  transform: translateY(10px);
}

.service_icon {
  padding-top: 55px;
}

.service_icon span {
  color: #333333;
  font-size: 48px;
}

.service_icon h5 {
  color: #333333;
  font-size: 18px;
  margin-top: 30px;
}

.service-overlay h5 {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.service-overlay p {
  color: #eee;
  margin: 20px auto 0;
  max-width: 230px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.service-overlay span {
  font-size: 48px;
}

.service_icon_info:hover .service-overlay:hover,
.service-overlay span,
.service_icon_info_top:hover .service-overlay span {
  color: #fff;
}

.service_icon_info .service-overlay,
.service_icon_info_top .service-overlay {
  transition: all 0.5s ease 0s;
}

.item-margin-bot-10 {
  margin-bottom: 10px;
}

.service_icon .fa-envelope::before {
  color: #449a57;
}

.service-overlay .fa-envelope::before {
  color: #fff;
}

.service_icon .fa-gamepad::before {
  color: #449a57;
}

.service-overlay .fa-gamepad::before {
  color: #fff;
}

.service_icon .fa-camera::before {
  color: #449a57;
}

.service-overlay .fa-camera::before {
  color: #fff;
}

.service_icon .fa-laptop::before {
  color: #449a57;
}

.service-overlay .fa-laptop::before {
  color: #fff;
}

.service_icon .fa-coffee::before {
  color: #449a57;
}

.service-overlay .fa-coffee::before {
  color: #fff;
}

.service_icon .fa-cogs::before {
  color: #449a57;
}

.service-overlay .fa-cogs::before {
  color: #fff;
}

.service_icon .fa-rocket::before {
  color: #449a57;
}

.service-overlay .fa-rocket::before {
  color: #fff;
}

.service_icon .fa-mobile::before {
  color: #449a57;
}

.service-overlay .fa-mobile::before {
  color: #fff;
}

.single-service p {
  margin-top: 20px;
  margin-bottom: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 06.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {
}

#team .section-title {
  margin-bottom: 70px;
}

.border-bottom-theme-color-2px {
  border-top: 7px solid #449a57;
  border-bottom: 7px solid #449a57;
}

.team-members {
  overflow: hidden;
  position: relative;
}

.team-members .team-details {
  bottom: -50px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
}

.team-members:hover .team-details {
  bottom: 0;
}

.team-member .thumb {
  overflow: hidden;
  position: relative;
}

.team-member .thumb img {
  transition: all 300ms ease-in-out 0s;
}

.team-member:hover .thumb img {
  transform: scale(1.1);
}

.team-member .thumb .info {
  bottom: -50px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
}

.team-member:hover .thumb .info {
  bottom: 0;
}

.img-fullwidth {
  width: 100% !important;
}

.text-uppercase {
  color: #fff;
  text-transform: uppercase;
  margin: 5px;
  font-weight: 600;
}

.text-theme-colored {
  color: #fff !important;
  font-size: 15px;
  margin: 0px;
  font-weight: 400;
}

ul.styled-icons {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.styled-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}

.styled-icons.icon-circled a {
  border-radius: 0%;
}

.icon-theme-colored.icon-dark a {
  background-color: #449a57;
  color: #fff;
}

ul.styled-icons li a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 20px 0 20px 0;
  width: 30px;
}

.team-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-social ul li {
  display: inline-block;
  margin: 0px 5px;
}

.team-social ul li a {
  display: block;
  color: #333;
  font-size: 16px;
}

.team-social ul li a:hover {
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 07.CALL TO ACTION US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-area {
  padding: 100px 0px;
  background: url(../images/bg/testi-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.call-to-action-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.call-to-action-area h2 {
  color: #fff;
}
.call-to-action-area p {
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 07.WHY CHOOSE US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.why-chhose-us-area {
  padding-bottom: 20px;
}

.why-chhose-us-area .section-title {
  margin-bottom: 70px;
}

.default-service-block {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  top: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.services-section .default-service-block {
  padding: 0 5px;
}

.default-service-block .inner-box {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  padding: 25px 25px 25px 110px;
  position: relative;
  transition: all 500ms ease 0s;
}

.default-service-block .inner-box:hover {
  background: #449a57 none repeat scroll 0 0;
  border-color: rgba(150, 195, 70, 0);
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
  top: -7px;
}

.default-service-block .inner-box .icon-box {
  color: #fff;
  font-size: 42px;
  left: 10px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 100px;
}

.style-three .default-service-block .inner-box .icon-box {
  color: #fff;
  font-size: 42px;
  left: -8px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 100px;
}

.default-service-block .inner-box:hover .icon-box {
  color: #ffffff;
}

.style-three .default-service-block .inner-box:hover .icon-box {
  color: #fff;
}

.default-service-block .inner-box h3 {
  letter-spacing: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 10px;
  margin-top: 0px;
}

.style-three .default-service-block .inner-box h3 {
  color: #1c2125;
}

.default-service-block .inner-box .text {
  color: #fff;
  line-height: 1.6em;
  position: relative;
}

.style-three .default-service-block .inner-box .text {
  color: #808284;
}

.service-block {
  position: relative;
}

.service-block .inner-box {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  position: relative;
}

.default-service-block:hover .icon-box i.fa::before {
  color: #fff;
}

.icon-box .fa-cogs::before {
  color: #449a57;
}

.icon-box .fa-desktop::before {
  color: #449a57;
}

.icon-box .fa-print::before {
  color: #449a57;
}

.icon-box .fa-trophy::before {
  color: #449a57;
}

.icon-box .fa-dashboard::before {
  color: #449a57;
}

.icon-box .fa-comments::before {
  color: #449a57;
}

.lnr-text-align-justify::before {
  color: #000;
}

.lnr-chevron-up::before {
  color: #449a57;
}

.single-about p {
  margin-bottom: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 08.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {
}

.work-inner .mix {
  display: none;
}

ul.work {
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-left: 8px;
  text-align: left;
  text-align: center;
}

ul.work li {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 3px;
}

ul.work li:hover {
  color: rgba(150, 195, 70, 0.75);
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.work li.active {
  background: #449a57 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
}

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

.work .item img {
  width: 100%;
}

.item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item:hover {
  color: rgba(150, 195, 70, 1);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.work-popup:hover {
  background-color: #449a57;
  color: rgba(150, 195, 70, 1);
}

/*
* ----------------------------------------------------------------------------------------
* 09.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.white-title h2::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: 40px;
  width: 100px;
}

.white-title h2::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: 50px;
  width: 50px;
}

.testimonial-area {
  background: url(../images/bg/1Contacts.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.testimonial-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.testimonial-list {
  padding: 30px;
  margin-top: 30px;
}

.single-testimonial img {
  width: 120px;
}

.single-testimonial {
  padding: 0px 100px;
  color: #fff;
}

.single-testimonial h6 {
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.single-testimonial .text-muted {
  color: #449a57;
}

.text-muted {
  font-size: 15px;
  font-weight: lighter;
}

.owl-theme .owl-controls {
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  border-radius: 50%;
  border: 1px solid #449a57;
  background: none;
}

/*
* ----------------------------------------------------------------------------------------
* 10.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {
}

#pricing .section-title {
  margin-bottom: 70px;
}

.pricing-area {
  background: #fff;
}
.pricing-box {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 20px;
  position: relative;
  top: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}
.pricing-box:hover {
  background: #fff;
  border: 1px solid rgba(150, 195, 70, 0.6);
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
  top: -7px;
}

.pricing-header .plan-title h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 20px 0px;
  color: #000;
}
.pr icing-header .plan-price {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  background: #000;
  display: inline-block;
  height: 60px;
  width: 100%;
  line-height: 60px;
}

.plan-features {
  margin-top: 40px;
  border-top: 1px dotted #ccc;
}

.plan-features li {
  margin: 10px 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}

a.learn-more {
  display: inline-block;
  background: #449a57;
  color: #fff;
  padding: 4px 6px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #449a57;
  margin-top: 20px;
  padding: 10px 0;
  width: 100%;
}

.packeg_typ {
  background: rgba(150, 195, 70, 0.75);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}

.packeg_typ::before {
  background: #449a57 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}

.packeg_typ::after {
  background: #449a57 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}

/*
* ----------------------------------------------------------------------------------------
* 11.NEWS LETTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-news-letter {
  padding: 100px 0px;
  background: url(../images/bg/testi-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.our-news-letter:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.our-news-letter h2 {
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

.our-news-letter input[type="text"] {
  display: block;
  width: 35%;
  text-align: center;
  margin: 0px auto;
  border-radius: 5px;
  border: none;
  height: 50px;
  background: none;
  border-bottom: 1px solid #ccc;
  color: #fff;
}

.our-news-letter input[type="submit"] {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background: #449a57;
  padding: 10px 25px;
  border: 1px solid rgba(150, 195, 70, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  width: 100px;
}

.our-news-letter input[type="submit"]:hover {
  background: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
* ----------------------------------------------------------------------------------------
* 12.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {
}

#blog .section-title {
  margin-bottom: 70px;
}

.blog-image,
.entry-post {
  position: relative;
}

.blog-image .time {
  background-color: #449a57;
  bottom: 50%;
  color: #fff;
  left: 0;
  margin-bottom: -41px;
  max-width: 85px;
  padding: 15px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
}

.entry-header:hover .time {
  bottom: 0;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out 0s;
}

.blog-image .time span {
  font-size: 18px;
}

.blog-image .time h2 {
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

.single-blog {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 25px;
  position: relative;
  top: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.single-blog:hover {
  background: #f9f9f9;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
  top: -7px;
}

.single-blog:hover {
  border: 1px solid #449a57;
}

.blog-description h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 20px 0px;
  color: #449a57;
}

.blog-description h6 {
  font-size: 14px;
  font-style: italic;
  color: #333;
}
.blog-description a {
  display: inline-block;
  background: #449a57;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #449a57;
  margin-top: 20px;
}
.blog-description a:hover {
  background: transparent;
  border: 1px solid #449a57;
  color: #000;
}

.fa-user-secret::before {
  color: #449a57;
}

.fa-umbrella::before {
  color: #449a57;
}

.fa-calendar::before {
  color: #449a57;
}

/*
* ----------------------------------------------------------------------------------------
* 13.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-contact-details {
  margin-top: 30px;
  margin-bottom: 40px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 40px;
  position: relative;
  top: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.single-contact-details:hover {
  border: 1px solid rgba(150, 195, 70, 0.5);
  color: #333;
  -webkit-transition: 0.3s;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
  top: -7px;
  transition: all 0.3s ease 0s;
}

.single-contact-details h4 {
  color: #333;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

.single-contact-details span {
  font-size: 30px;
}

.lnr-phone-handset::before {
  color: #449a57;
}

.lnr-envelope::before {
  color: #449a57;
}

.lnr-map-marker::before {
  color: #449a57;
}

.contact-form p {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
}

.form-control {
  display: block;
  border: 0px;
  width: 100%;
  height: 45px;
  padding: 5px 0px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 10px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 0 !important;
}

.form-control:focus {
  border-color: #449a57;
  outline: 0;
  box-shadow: none;
}

.contact-form-design-area {
  margin-top: 30px;
}

.contact-form button {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background: #449a57;
  padding: 10px 25px;
  border: 1px solid #449a57;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-form button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  background: transparent;
}

.success {
  background: #fff none repeat scroll 0 0;
  color: #333;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 14.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
  padding: 50px 0 50px 0;
}

.footer-text h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}

.footer-text h6:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 30px;
  height: 2px;
  width: 100px;
  background: #333;
  margin-left: -50px;
}

.footer-text h6:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 40px;
  height: 2px;
  width: 50px;
  background: #333;
  margin-left: -25px;
}

.footer-social-link {
  margin-bottom: 20px;
}

.footer-social-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social-link ul li {
  display: inline-block;
  margin: 0px 10px;
}

.footer-social-link ul li a {
  display: block;
  color: #333;
}

.footer-social-link ul li a {
  background: #449a57 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.footer-social-link ul li a:hover {
  background: rgba(150, 195, 70, 0.75);
}

/*
* ----------------------------------------------------------------------------------------
* 15.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.single-blog-area {
  background: #000;
  padding-top: 100px;
  padding-bottom: 50px;
}

.single-blogarea {
}

.single-blog-heading h2 {
  color: #fff;
  text-transform: uppercase;
}

.single-blog-heading-text h4 a {
  color: #f8f8f8;
}

.comment-section {
  margin-top: 30px;
}

.single-blog-details,
.comment-section,
.single-sidebar {
  border-radius: 3px;
  padding-top: 30px;
}

.search input {
  border: 1px solid #e3e8f0;
  box-shadow: none;
  color: #333;
  height: 50px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 10px;
}

.single-sidebar,
.recent-single {
  margin-bottom: 30px;
}

.recent-single a h4:hover,
.single-blog-details h3 a:hover {
  color: #449a57;
}

.single-blog-details > h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.single-blog-details p,
.single-comment p {
  text-align: left;
}

.single-blog-details p {
  margin-top: 20px;
  line-height: 28px;
}

.single-blog-details h4 {
  margin: 20px 0px;
}

.single-comment {
  margin-bottom: 20px;
}

.single-comment img {
  width: 120px;
}

.recent-single h4 {
  color: #333333;
}

.categories {
}

.categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.categories ul li {
  margin-bottom: 10px;
  color: #333;
}

.categories ul li a {
  color: #333;
}

.categories ul li a:hover {
  color: #449a57;
}

.fa-hand-o-right::before {
  color: #449a57;
}

@media (min-width: 992px) {
  .alinhamentoBlocosVisao {
    margin-left: 12.45% !important;
  }
}

.panel-group .panel + .panel {
  margin-top: 0px !important;
}

.panel {
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px solid #ddd !important;
}

.corInteriorGreen {
  background-color: #fff !important;
  color: #449a57 !important;
  border-color: #449a57 transparent transparent transparent;
}
.corGreen {
  background-color: #449a57 !important;
  color: #fff !important;
  border-color: #449a57 transparent transparent transparent;
}
.cor0 {
  background-color: #008dd2 !important;
  color: #fff !important;
  border-color: #008dd2 transparent transparent transparent;
}
.cor1 {
  background-color: #0083b7 !important;
  color: #fff !important;
  border-color: #0083b7 transparent transparent transparent;
}
.cor2 {
  background-color: #007aa0 !important;
  color: #fff !important;
  border-color: #007aa0 transparent transparent transparent;
}
.cor3 {
  background-color: #006f89 !important;
  color: #fff !important;
  border-color: #006f89 transparent transparent transparent;
}
.cor4 {
  background-color: #006475 !important;
  color: #fff !important;
  border-color: #006475 transparent transparent transparent;
}
.cor5 {
  background-color: #00555e !important;
  color: #fff !important;
  border-color: #00555e transparent transparent transparent;
}
.cor6 {
  background-color: #004144 !important;
  color: #fff !important;
  border-color: #004144 transparent transparent transparent;
}
.cor7 {
  background-color: #003030 !important;
  color: #fff !important;
  border-color: #003030 transparent transparent transparent;
}

.cor0Interior {
  background-color: #fff !important;
  color: #008dd2 !important;
  border-color: #008dd2 transparent transparent transparent;
}
.cor1Interior {
  background-color: #fff !important;
  color: #0083b7 !important;
  border-color: #0083b7 transparent transparent transparent;
}
.cor2Interior {
  background-color: #fff !important;
  color: #007aa0 !important;
  border-color: #007aa0 transparent transparent transparent;
}
.cor3Interior {
  background-color: #fff !important;
  color: #006f89 !important;
  border-color: #006f89 transparent transparent transparent;
}
.cor4Interior {
  background-color: #fff !important;
  color: #006475 !important;
  border-color: #006475 transparent transparent transparent;
}
.cor5Interior {
  background-color: #fff !important;
  color: #00555e !important;
  border-color: #00555e transparent transparent transparent;
}
.cor6Interior {
  background-color: #fff !important;
  color: #004144 !important;
  border-color: #004144 transparent transparent transparent;
}
.cor7Interior {
  background-color: #fff !important;
  color: #003030 !important;
  border-color: #003030 transparent transparent transparent;
}

.cor0Interior:hover .fa-border {
  background-color: #008dd2 !important;
  color: #fff !important;
  border-color: #008dd2;
}
.cor1Interior:hover .fa-border {
  background-color: #0083b7 !important;
  color: #fff !important;
  border-color: #0083b7;
}
.cor2Interior:hover .fa-border {
  background-color: #007aa0 !important;
  color: #fff !important;
  border-color: #007aa0;
}
.cor3Interior:hover .fa-border {
  background-color: #006f89 !important;
  color: #fff !important;
  border-color: #006f89;
}
.cor4Interior:hover .fa-border {
  background-color: #006475 !important;
  color: #fff !important;
  border-color: #006475;
}
.cor5Interior:hover .fa-border {
  background-color: #00555e !important;
  color: #fff !important;
  border-color: #00555e;
}
.cor6Interior:hover .fa-border {
  background-color: #004144 !important;
  color: #fff !important;
  border-color: #004144;
}
.cor7Interior:hover .fa-border {
  background-color: #003030 !important;
  color: #fff !important;
  border-color: #003030;
}

.panel-heading {
  padding: 25px 15px 25px 75px;
  border-bottom: 0px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.none:before {
  content: "";
}
.collapsed .none:before {
  content: "\f0da" !important;
}

.seta {
  position: absolute;
  top: 0px;
  left: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  background-color: transparent !important;
}

.feat-semantic .icon-box,
.feat-responsive .icon-box,
.feat-seo .icon-box,
.feat-light .icon-box,
.feat-psd .icon-box,
.feat-layout .icon-box {
  width: 60px;
  height: 60px;
  padding-top: 13px;
  border-width: 2px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.feat-semantic span i,
.feat-responsive span i,
.feat-seo span i,
.feat-light span i,
.feat-psd span i,
.feat-layout span i {
  float: left;
  margin: 5px 0;
  font-size: 20px;
}

.feat-semantic .fa-border,
.feat-responsive .fa-border,
.feat-seo .fa-border,
.feat-light .fa-border,
.feat-psd .fa-border,
.feat-layout .fa-border {
  margin-top: 0px;
  padding: 10px;
  border: solid 2px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
}

.feat-semantic:hover .fa-border,
.feat-responsive:hover .fa-border,
.feat-seo:hover .fa-border,
.feat-light:hover .fa-border,
.feat-psd:hover .fa-border,
.feat-layout:hover .fa-border {
  color: #fff;
  background-color: #2193cd;
}

.feat-semanticGreen:hover .fa-border {
  color: #fff;
  background-color: #449a57;
}

.paddingTexto {
  padding: 0 0 0 60px;
}
.tituloProutos {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.textoProdutos {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: left;
  color: #333 !important;
}
.textQtdProdutos {
  float: right;
  margin: -7px 0 10px;
  font-size: 10px;
}

.panel-heading {
  height: 67px;
  padding: 0px !important;
}
.panel-heading a {
  height: 67px;
  display: block;
  padding: 25px 15px 25px 75px;
  color: #fff;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.list-posts .post-item {
  margin-bottom: 10px;
  min-height: 500px;
}

.list-posts .post-item .image-post {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}

.list-posts .post-item .image-post img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: auto;
  min-width: 100%;
  transition: all 0.4s ease-in-out;
}

.list-posts .post-item:hover .image-post img {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.list-posts .post-item .text-post h3 {
  font-size: 17px;
  line-height: 20px;
  min-height: 70px;
  color: #5a5a5a;
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid #449a57;
  text-transform: uppercase;
}

.list-posts .post-item .text-post p {
  font-size: 13px;
  color: #919191;
  display: block;
}

.list-posts .post-category {
  position: absolute;
  top: 30px;
  z-index: 3;
}
.list-posts .post-category span {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  text-transform: uppercase;
  background: #449a57;
}

.list-posts .list-inline {
  position: absolute;
  top: 225px;
  background: #449a57;
  color: #fff;
  width: 100%;
  height: 25px;
  margin-left: 0;
  padding: 3px;
}

.banner {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.date {
}

.author {
  background: #f7f7f7;
  padding: 10px;
  width: 100%;
  margin: 0 50px 50px 0;
  display: table;
  content: " ";
}

.author .author-img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.author small {
  font-size: 11px;
  display: block;
  color: #337ab7;
  margin: 0 0 10px 0;
}

.author .author-name {
  font-size: 18px;
  color: #5a5a5a;
}

.author .author-name span {
  margin: 0 20px 0 9px;
  font-weight: 700;
}

.author .author-name small {
  margin: 0 10px;
  font-size: 13px;
  display: block;
  color: #5a5a5a;
}

.share {
  padding-left: 50px;
  /*padding-top: 20px; */
}

.share li {
  list-style: none;
}

.post .title {
  padding: 20px 50px 20px 50px;
}

.post .title h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a5a5a;
}

.post .title h3 {
  font-size: 18px;
  color: #919191;
}

.post .title .category-item span {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  text-transform: uppercase;
  background: #449a57;
}

.post .content {
  padding: 20px 50px 20px 50px;
}

.post .content img {
  max-width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post .content p {
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.branco:before {
  color: #fff;
}

.menu-bg .languagepicker {
  display: inline-block;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 10px 50px 10px 0;
  vertical-align: top;
  float: left;
}

.languagepicker {
  display: inline-block;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 19px 50px 10px 0;
  vertical-align: top;
  float: left;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 120px;
}

.languagepicker a {
  color: #000;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 20px;
  line-height: 40px;
}

.languagepicker li:hover {
}

.languagepicker a:first-child li {
  border: none;
}

.languagepicker li img {
  margin-right: 5px;
}

.roundborders {
  border-radius: 5px;
}

.large:hover {
  /* 
    don't forget the 1px border!
    The first language is 40px heigh, 
    the others are 41px
    */
  height: 245px;
}

.pRelative {
  position: relative;
}
.pAbsolute {
  position: absolute;
}
.w15 {
  width: 15px !important;
}
.w75 {
  width: 75px !important;
}
.w100 {
  width: 100px !important;
}
.h100 {
  height: 100%;
}
.bgHeader {
  background: #449a57;
  height: 70px;
}
.txtCenter {
  text-align: center;
}
.mt-75 {
  margin-top: 75px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-30 {
  margin-top: 30px;
}
.clr {
  clear: both;
}
.lh16 {
  line-height: 16px;
}
.ulValores {
  text-align: left;
  font-weight: 300;
  color: #fff;
  padding: 0 20px 0px 40px;
  font-size: 14px;
}
.bgFooter {
  background-color: #eee;
}
.txtDesenv {
  margin: 25px 0 0;
  color: #777 !important;
  font-size: 9px;
  line-height: 10px;
}
.sirrosRodape {
  width: 100px !important;
  opacity: 0.5;
}

.float-whatsapp {
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  align-items: center;
  text-align: center;
  background-color: #449a57;
  z-index: 900;
}

.float-whatsapp .fa-whatsapp {
  width: 100%;
  font-size: 30px;
  color: #fff;
  transition: all 0.4s;
}

.float-whatsapp:hover {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
