/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --primaryColor:#294805;
  --secondColor:#ecc827;
  --backgroundColor:#f7f7f7;
}
body {
  background: #f7f7f7;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: var(--primaryColor);
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--secondColor);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: var(--primaryColor)
}
.v-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainAdmin .btn {
  padding: .375rem .75rem;
}
.btn {
  padding: .65rem 1.5rem;
  font-size: 1rem;
}
.btn-primary {
  color: #000000;
  background-color: var(--secondColor);
  border-color: var(--secondColor);
  box-shadow: 0px 8px 10px -8px #131313;
  -webkit-box-shadow: 0px 8px 10px -8px #131313;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  /*color: black;*/
  background-color: var(--primaryColor);
  border-color: #ffffff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-close {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}
.btn-close:hover, .btn-close:not(:disabled):not(.disabled).active, .btn-close:not(:disabled):not(.disabled):active, .show>.btn-close.dropdown-toggle {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}
.btn-close.focus, .btn-close:focus, .btn-close:not(:disabled):not(.disabled).active:focus, .btn-close:not(:disabled):not(.disabled):active:focus, .show>.btn-close.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.form-control{
  height: calc(3rem + 2px);
  border: 0;
  box-shadow: 0px 2px 5px -2px #bebebe;
  -webkit-box-shadow: 0px 2px 5px -2px #bebebe;  
  border: 1px solid #f6f6f6;
  transition: none;
}
.form-control:focus {
  box-shadow: 0px 4px 5px -4px var(--secondColor);
  -webkit-box-shadow: 0px 4px 5px -4px var(--secondColor);
  outline: 0;
  border: 1px solid #f6f6f6;
}
label {
  margin-bottom: 0px; 
  margin-top: 5px; 
  font-size: 14px;
  font-weight: 600;
  color: #6b6b6b;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: var(--primaryColor);
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.divBtnVerMais{
  box-shadow: 0px -15px 60px -2px #f8f8f8;
  z-index: 1;
  position: sticky;
}

.btn.btnVerMais{
  padding: 5px 0px;
  color: #294805
  /*width: 60px;
  height: 60px;
  background: var(--secondColor);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 45%;
  border-radius: 50%;
  margin-bottom: -25px;
  font-size: 22px;
  box-shadow: 0px 0px 5px 2px #cecece;
  padding: 0;*/
}
.btn.btnVerMais:hover{
  /*width: 60px;
  height: 60px;
  background: var(--primaryColor);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 45%;
  border-radius: 50%;
  margin-bottom: -25px;
  font-size: 22px;
  box-shadow: 0px 0px 5px 2px #cecece;
  padding: 0;*/
  color: var(--primaryColor);
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--primaryColor);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* lightBox  
.lb-data .lb-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20%;
  margin-top: -5%;
}*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  /*height: 80px;*/
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /*padding: 0px 0px 10px 0px;*/
  background: var(--backgroundColor);
  box-shadow: 0px 0px 15px -5px rgb(58 58 58);
  -webkit-box-shadow: 0px 0px 15px -5px rgb(58 58 58);
}

#header #barraSuperior {
  width: 100%;
  padding-bottom: 3px;
  /*margin-bottom: 10px;*/
  background: var(--primaryColor);
}
#header #barraSuperior i{
  color: white;
  font-size: 14px;
}
#header #barraSuperior span{
  color: white;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

#header.header-scrolled,
#header.header-pages {
  /*height: 60px;
  padding: 10px 0;*/
}
#header.header-scrolled #barraSuperior{
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 5px;
  max-height: 80px;
}

#header.header-scrolled .logo img {
  max-height: 50px;
}


.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  /*background: url("../img/intro-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;*/
  padding-top: 120px;
}

#intro #imgOverlay{
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  margin-bottom: -1px;
}
#intro .carousel-indicators, .carousel-control-prev, .carousel-control-next {
  z-index: 10;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
}

#intro .imgBanner {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*border-bottom: 5px solid #fdb900;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 0px 12px -2px var(--secondColor);
  margin-bottom: 20px;*/
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 8px 0;
  margin-right: 15px;
  margin-top: 5px;
  border-bottom: 3px solid transparent;
}
.main-nav .active, .main-nav li:hover {
  /*background: var(--secondColor);*/
  border-bottom: 3px solid var(--secondColor);
}
/*.main-nav li.active:before {
  content: "";
  border-bottom: 2px solid #fdfdfb;
  background: url('../img/fundo-title-menu.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom;
  width: 100%;
  position: absolute;
  height: 40px;
}*/

.main-nav a {
  display: block;
  position: relative;
  color: var(--primaryColor);
  padding: 10px 5px;
  transition: 0.3s;
  font-size: 14px;
  /*font-family: "Montserrat", sans-serif;*/
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: var(--secondColor);
  text-decoration: none;
  font-weight: bold;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: var(--secondColor);
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: var(--primaryColor);
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: var(--backgroundColor); /* rgba(6, 10, 32, 0.71);*/
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav.d-lg-none ul {
  margin-top: 20px;
}
.mobile-nav.d-lg-none .logo img {
  width: 220px;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: var(--primaryColor);
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  /*color: #74b5fc;*/
  text-decoration: none;
  font-weight: 600;
}

/*.mobile-nav li.active a:before {
  content: "";
  background: url('../img/fundo-title-menu.png');
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: left;
  width: 100%;
  position: absolute;
  height: 40px;
  margin-top: 13px;
  margin-left: 10px;
}*/

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  margin: 20px 0;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: var(--primaryColor);
  background: var(--backgroundColor);
  padding: 5px 9px;
  border-radius: 50%;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 998;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: var(--primaryColor);
  text-align: center;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
/*.section-header h3:before {
  content: "";
  background: url('../img/fundo-title-left2.png');
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  width: 100px;
  position: absolute;
  height: 100px;
  margin-left: -45px;
  margin-top: -25px;
  z-index: -1;
}
.section-header h3:after {
  content: "";
  background: url('../img/fundo-title-right2.png');
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  position: absolute;
  height: 100px;
  margin-left: -55px;
  margin-top: -25px;
  width: 100px;
  z-index: -1;
}*/
.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 20px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: var(--primaryColor);
}

.section-bg .section-header h3{
  color: #ffffff;
}

.section-bg .section-header p{
  color: #ffffff;
}

/* About Us Section
--------------------------------*/

#about {
  background: #fff;
  padding: 80px 0;
}

#about #imgAbout{
  height: 300px;
  width: 100%;
  margin: 15px 0px;
  background: url(../img/caminhao02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /*box-shadow: inset 0px 0px 25px 20px #ffffff;
  -webkit-box-shadow: inset 0px 0px 25px 20px #ffffff;
  border-radius: 20px;*/
}
#about .about-container {
  margin-bottom: 20px;
}

#about .about-container .background {
  margin: 0px 0px 25px 0px;
}

#about .about-container .content {
  background: #fff;
  max-height: 300px;
  overflow: hidden;
  padding-top: 10px;
}
.content p {
  font-size: 16px;
  color: #565656;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--primaryColor);
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: var(--primaryColor);
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: var(--primaryColor);
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}
/* PONTOS DE COLETA */
#pontos-coleta {
  background: #fff;
  padding: 160px 0;
}
#mapa-pontos-coleta {
  border: 0;
  min-height: 600px;
  box-shadow: 0px 5px 15px -2px #adadad;
  border-radius: 10px;
}
/*
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 44%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 15px;
  margin: 0px 15px 15px 15px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175)
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 60px;
  height: 60px;
  padding-top: 5px;
  line-height: 50px;
  font-size: 1.1em;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -30px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
margin-top: 5px;
}

@media (max-width: 767px) {
ul.timeline:before {
  left: 40px;
}

ul.timeline > li > .timeline-panel {
  width: calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: -webkit-calc(100% -105px);
}

ul.timeline > li > .timeline-badge {
  left: 10px;
  margin-left: 0;
  top: 12px;
}

ul.timeline > li > .timeline-panel {
  float: right;
}

ul.timeline > li > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

ul.timeline > li > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
}
*/
/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: var(--primaryColor);
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

.itemServico {
  padding: 35px 0px 35px 0px
}

.itemServico h4{
  margin-top: 15px;
}

/* DIVIDER */ 
.dividerSection {
  padding: 60px 0px 40px 0px;
}

#why-us {
  padding: 80px 0;
  background: #fff;
}

#why-us .card {
  background: #fbfbfb;
  border-radius: 8px;
  text-align: center;
  /*transition: 0.3s ease-in-out;
  height: 100%;*/
  border: 0;
  box-shadow: 0px 0px 5px 0px #d2d2d2;
  -webkit-box-shadow: 0px 0px 5px 0px #d2d2d2;
  cursor: pointer;
}

#why-us .card:hover {
  box-shadow: 0px 0px 10px -2px #4a4a4a;
  -webkit-box-shadow:0px 0px 10px -2px #4a4a4a;
}

#why-us .card .imageCard {
  /*background-image: url(../img/banners/banner02.jpg);*/
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #ffffff;
  border-radius: 8px;
}

#why-us .card .card-body {
  margin: 0px 0px 0px 0px;
  max-height: 100px;
  overflow: hidden;
  padding: 10px 15px;
}
#why-us .card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #4e4e4e;
  margin-bottom: 0px;
  padding-top: 15px;
  margin: 0px 5px
}

#why-us .card p {
  font-size: 14px;
  color: #737373;
}

#why-us .card .card-subTitle {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
#why-us .card .card-text span{
  display: block;
}

#why-us .card .readmore {
  color: var(--secondColor);
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: var(--secondColor) solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/
#sectionServicos {
  padding: 60px 0;
  background: #fefefe;  
  /*box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}
#sectionServicos .bodyServicos{
  background: #fefefe;
}
#sectionServicos .imgOverlay{
  top: 0;
  width: 100%;
  background: #fefefe;
  /*margin-top: -50px;*/
  transform: rotate(180deg);
}
#sectionServicos .imgOverlayFooter{
  top: 0;
  width: 100%;
  background: #f6fcff;
}
.imgServicos{
  height: 350px;
  width: 100%;
  /*background: url(../img/coleta.png);*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio .portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: var(--primaryColor);
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  background: var(--primaryColor);
  color: #fff;
  border-bottom: 3px solid var(--secondColor);
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.portfolio .portfolio-item-title {
  margin-bottom: 10px;
}
.portfolio .portfolio-item-title p{
  padding: 15px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #595959
}

.portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
  background: var(--primaryColor);
}

.portfolio .portfolio-item .portfolio-wrap img {
  border-radius: 5px;
  width: 100%;
}

.portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 12px;
  padding-bottom: 0;
  color: #fff;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: var(--primaryColor);
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
.portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 50px;
  height: 50px;
  background: var(--primaryColor);
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
.portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 9px;
  padding-left: 1px;
  font-size: 32px;
  color: #fff;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
.portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
.portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

.portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-item-footer span{
  padding-top: 5px;
  font-weight: 700;
  color: #5d5d5d;
  display: block;
  font-size: 18px;
}
.portfolio .portfolio-item a:hover{
  color: white;
}
.portfolio .portfolio-item .portfolio-info i{
  font-size: 40px;
  color: white;
}
/* Portfolio page categoria*/
.portfolio .portfolio-item .portfolio-wrap .portfolio-info.page-categoria {
  opacity: 1;
  position: initial;
  background: var(--primaryColor);
}
.portfolio .portfolio-item .portfolio-wrap .portfolio-info.page-categoria h4{
  margin: 10px 15px;
  font-size: 14px;
}
.portfolio .portfolio-item .portfolio-wrap .portfolio-info.page-categoria p, .portfolio .portfolio-item .portfolio-wrap .portfolio-info.page-categoria a{
  position: absolute;
  right: 0;
  bottom: 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  opacity: 0;
}
.portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info.page-categoria a{
  opacity: 1;
}

/* Clientes Section
--------------------------------*/
#sectionParceiros {
  padding-top: 60px;
}
#sectionParceiros .bodyClientes{
  background: white;
}
#sectionParceiros .imgOverlayFooter{
  top: 0;
  width: 100%;
  background: white;
  transform: rotate(180deg);
}

/* Túmulos Section
--------------------------------*/
#sectionOrcamento {
  padding: 80px 0;
}
#sectionOrcamento .bodyProjetos{
  background: #fafafa;
}
#sectionOrcamento .imgOverlay{
  top: 0;
  width: 100%;
  background: #fafafa;
  transform: rotate(180deg);
}
#sectionOrcamento .imgOverlayFooter{
  top: 0;
  width: 100%;
  background: #fafafa;
}
#imgOrcamentos{
  height: 350px;
  width: 100%;
  background: url(../img/orcamento.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: var(--primaryColor);
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  /*margin-bottom: 30px;*/
}

#clients .client-logo {
  padding: 0 20px;
  /* display: -webkit-box; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  /* background: #fff; */
  height: 120px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  filter: unset;  
}

#clients img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(1);
}

/* Contact Section
--------------------------------*/

#contact {
  /*box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
  padding: 60px 0px;
  /*padding-bottom: 20px;*/
  overflow: hidden;
}

#contact .section-header {
  /*padding-bottom: 30px;*/
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primaryColor);
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}
.divContatos {
  padding: 00px 0px 60px 0px;
}
#contact .map {
  border-top: 5px solid #fdb900;
  z-index: 0;
  margin-top: 60px;
  margin-bottom: -6px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0px 0px 12px -5px var(--secondColor);
}
#contact .map iframe {
  border: 0;
  width: 100%;
  height: 320px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;  
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: var(--primaryColor);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid var(--primaryColor);
}

#contact .social-links a:hover {
  background: var(--primaryColor);
  color: #fff;
}

#contact .info a:hover span{
  color: var(--primaryColor);
  background:#fff;
  border-radius: 10px;
}

#contact .info .icon {
  text-align: center;
  font-size: 30px;
  background: #fff; 
  color: var(--primaryColor);
  padding: 25px 0;
  border-radius: 50%;
  border-top-left-radius: 5px;
  /*border-top-right-radius: 8px;*/
  width: 82px;
  height: 80px;
  transition: 0.5s;
}
#contact .info a:hover .icon {
  border-radius: 50%;
  /*border-top-left-radius: 5px;*/
  border-top-right-radius: 5px;
}

#contact .info span {
  font-size: 14px;
  color: #fff;
  padding: 2px 8px
}

#contact .info p {
  margin-bottom: 5px;
  margin-top: 25px
}

#contact .contactForm {
  margin-top: 30px;
}

#contact .form #sendmessage {
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0px 0px 0px 2px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  /*box-shadow: none;*/
  font-size: 14px;
}

/*#contact .form button[type="submit"] {
  background: var(--primaryColor);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #efefef;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 0 0 10px 0;
  color: var(--primaryColor);
  font-size: 14px;
}
#footer .imgOverlay{
  width: 100%;
  transform: rotate(180deg);
  margin-top: -1px;
  background: transparent;
  position: absolute;
  z-index: 999;
}
#footer .footer-top {
  background: #efefef;
  padding: 25px 0 15px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: var(--primaryColor);
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--primaryColor);
}
#footer .navegar {
  position: inherit;
}
#footer .footer-top .navegar ul {
  display: inline-flex;
  margin-left: -40px;
}
#footer .footer-top .navegar li {
  list-style: none;
}
#footer .footer-top .navegar li a{
  color: var(--primaryColor);
  text-decoration: underline;
}
#footer .footer-top .navegar li a:hover{
  color: var(--secondColor);
}
#footer .footer-top .social-links .list-inline {
  display: inline-flex;
}
#footer .footer-top .social-links .list-inline li{
  margin-left: 8px;
  margin-right: 8px;
}

#footer .footer-top .social-links a {
  color: var(--primaryColor);
}

#footer .footer-top .social-links a:hover {
  color: var(--secondColor);
  /*opacity: 0.7;*/
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: var(--primaryColor);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer h5 {
  color: var(--primaryColor);
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--primaryColor);
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--secondColor);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: var(--primaryColor);
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
  border-top: 0.3px solid #e2e2e2;
}

#footer .credits a {
  color: #868686;
  font-weight: bold;
}

#footer .credits a:hover {
  /*color: var(--secondColor);*/
}

/* INTRO PORTFOLIO */
#intro-portfolio{
  width: 100%;
  position: relative;
  padding-top: 80px;
  background: url('../img/fundo-portfolio.jpg');
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  color: #3b3b3b;
}
#intro-portfolio .overlay{
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.84);
  position: absolute;
  margin-top: -80px;
}
#intro-portfolio .imgOverlay{
  width: 100%;
  position: absolute;
  z-index: 9;
  bottom: 0;
  margin-bottom: -1px;
}
#intro-portfolio .section-header{
  padding: 110px 15px 80px 15px;
}
#main{
  min-height: 44.8vh;
}
.section-item-page {
  padding-bottom: 100px;
}
.section-item-page .desItem{
 padding-top: 15px;
}
.section-item-page .divBtnVerMais {
  margin-top: 15px;
}
#section-login{
  padding: 220px 20px;
}
#section-login .iconLogin{
  margin: 25px 0px 15px 0px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    /*height: 60px;
    padding: 10px 0;*/
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding-top: 60px;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro .imgBanner {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*border-bottom: 5px solid #fdb900;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 0px 10px -2px var(--secondColor);
    margin-bottom: 20px;*/
  }
  #intro {
    padding-top: 85px;
  }
  .section-header h3 {
    font-size: 24px;
  }
  #clients .client-logo {
    padding: 0px;
  }
  #clients img {
    filter: unset;
  }
  /*.section-header h3:before {
    content: "";
    background: url(../img/fundo-title-left2.png);
    background-repeat: no-repeat;
    background-size: 65px;
    background-position: center;
    width: 100px;
    position: absolute;
    height: 100px;
    margin-left: -42px;
    margin-top: -32px;
    z-index: -1;
  }
  .section-header h3:after {
    content: "";
    background: url(../img/fundo-title-right2.png);
    background-repeat: no-repeat;
    background-size: 65px;
    background-position: center;
    position: absolute;
    height: 100px;
    margin-left: -58px;
    margin-top: -32px;
    width: 100px;
    z-index: -1;
  }*/
  .portfolio .portfolio-item .portfolio-wrap .portfolio-info {
    opacity: 1;
    position: initial;
    background: var(--primaryColor);
  }
  .portfolio .portfolio-item .portfolio-wrap .portfolio-info h4{
    margin: 10px 15px;
    font-size: 14px;
  }
  .portfolio .portfolio-item .portfolio-wrap .portfolio-info p, .portfolio .portfolio-item .portfolio-wrap .portfolio-info a{
    display: none !important;
  }
  .portfolio .portfolio-item .portfolio-wrap:hover img {
    opacity: 1;
    transition: 0.3s;
  }
  .portfolio .portfolio-item .portfolio-wrap:hover {
    background: transparent;
  }
}

@media (max-width: 320px) {
  #footer .footer-top .navegar ul {
    font-size: 12px;
  }
  .section-header h3 {
    font-size: 20px;
  }
}

/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background:linear-gradient(to bottom right, #003e7d, #0b8ac5);
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 52px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -30px;
  background-color: #333;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #003e7d;
}
.timeline .timeline-item .timeline-badge.info {
  background: linear-gradient(to bottom right, #003e7d, #0b8ac5);
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  background: linear-gradient(to bottom right, #003e7d, #0b8ac5);
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #777;
  border-right: 0 solid #777;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  height: 3px;
  top: 0px;
  left: 0px;
  right: 0;
  width: 100%;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: top;
  padding-top: 10px;
}
.timeline-horizontal .timeline-item .timeline-panel {
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 8px 0px 0px 0px;
  border-radius: 10px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid #d5d5d500 !important;
  border-top: 0px solid #fff !important;
  border-bottom: 16px solid #003e7d  !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item .timeline-panel img{
  border-radius: 10px;
  box-shadow: 0px 20px 10px -15px #000000;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: 0;
  bottom: auto;
  left: 45px;
  margin-top: -50px;
}
#modalUnidades {
  z-index: 9999;
  padding-top: 5%;
}
#modalUnidades .cardUnidade {
  border-radius: 10px;
  background: #eeeeee;
  cursor: pointer;
}
#modalUnidades .cardUnidade.active, #modalUnidades .cardUnidade:hover{
  box-shadow: 0px 0px 5px 3px #1771c0;
}
#modalUnidades .cardUnidade img{
  border-radius: 10px;
}
#modalUnidades .cardUnidade .footerUnidade {
  padding: 10px;
}
#modalUnidades .cardUnidade .footerUnidade p{
  margin: 0;
  font-weight: bold;
  color: #4a4a4a;
}

/* 403, 404, 500 */
.acessoNegado {
	width: 100%;
	height: 100%;
	background: #ececec;
	color: #363636;	
	text-align: center;
	padding: 12%;
}
.acessoNegado h1 {
	font-size: 75px;
	padding: 60px;
}
.acessoNegado h2 {
  font-size: 35px;
  text-transform: uppercase;
}
.acessoNegado a {
  margin-bottom: 8px;
}
.acessoNegado p{
	font-size: 18px;
  padding-bottom: 20px;
}

@media (max-width: 580px) {
  .acessoNegado h1 {
    font-size: 40px;
    padding: 40px;
  }
  .acessoNegado h2 {
    font-size: 25px;
  }
}
/* FIM 403, 404, 500 */

/* Painel Admin */
#loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  position: fixed;
  bottom: 0;
}
.loader {
  border-radius: 50%;
  border-top: 2px solid var(--primaryColor);
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.3s linear infinite;
  animation: spin 0.3s linear infinite;
  position: fixed;
  top: 45%;
  left: 48%;
  transform: translate(-48%, -45%);
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#headerAdmin {
  background: var(--primaryColor);
  box-shadow: 0px 15px 10px -10px #f2f2f2;
}
#tf-header2 {
  padding: 20px;
  color: var(--primaryColor);
}
#tf-header2 .breadcrumb2 {
  padding: 8px 15px;
  padding-left: 40px;
  margin-bottom: -10px;
  font-size: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  margin-left: -10px;
  margin-top: -10px;
  color: white;
}
#tf-header2 .breadcrumb2 > li + li:before {
  padding: 0 5px;
  color: white;
  content: "/\00a0";
}
#tf-header2 .breadcrumb2 li{
display: inline;
}
#tf-header2 a {
  color: var(--primaryColor);
}
#tf-header2 a:hover {
  color: var(--secondColor);
}
#tf-header2 h3 {
  padding-top: 25px;
  font-size: 25px;
  font-weight: bold;
  color: var(--secondColor);
}
#tf-header2 img {
  max-width: 90px;
}
.menu {
  float: right;
}
.menuUser {
  padding: 8px 15px;
  padding-left: 40px;
  padding-right: 0px;
  margin-bottom: -10px;
  font-size: 20px;
  color: white;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  margin-left: -10px;
  margin-top: -10px;
  text-align: right;
}
.menuUser li {
  display: inline;
  text-align: right;
  padding: 10px;
  padding-right: 0px;
  color: white;
}
.features {
  background: #fbfbfb;
  border-radius: 5px;
  box-shadow: 0px 15px 10px -10px #3e3e3e;
}
.features ul {
  width: 100%;
}
.features li {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #2b3a8b;
}
.features li:hover, .features li .active, .features li:focus {
  background: linear-gradient(to bottom right, #003e7d, #131313);
  color: #ffffff;
  /*border-bottom: 2px solid white;*/
}
.features li h6:hover, .features li .active h6, .features li:hover h6{
  color: #ffffff;
}
.features li a {
  width: 100%;
  display: block;
  text-align: center;
  color: var(--secondColor);
}
.features li span {
  margin-top: 10px;
}
.features li h6{
  text-transform: uppercase;
  margin: 0;
  padding: 5px;
}
.features li:hover a, .features li .active a, .features li:focus a {
  color: #ffffff;
}
.featureAdmin {
  /* padding-top: 20px; */
}
.featureAdmin a {
  text-align: center;
}
.featureAdmin .itemGerenciar {
  display: block;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  transition: 0.2s all;
}
.featureAdmin .itemGerenciar:hover {
  cursor: pointer;
  margin-top: -5px;
  margin-bottom: 25px;
}
.itemGerenciar h5 {
  margin-top: 5px;
}
.navbar-nav .dropdown-menu {
  background: #f8f9fa;
  border: 0;
}
.dropdown-item {
  padding: .5rem 1.5rem;
}
#feature .tab-content {
  padding-top: 30px;
}
.barraRolagemAdmin {
  width: auto;
  height: 390px;
  overflow: auto;
}
@media (max-width: 767px){
  #header .logo img {
    padding: 0;
    margin: 5px;
    max-height: 50px;
  }
  .menu {
    float: none;
  }
  .menuUser {
      margin-bottom: -10px;
      font-size: 16px;
      color: white;
      list-style: none;
      background-color: transparent;
      margin-top: -10px;
      text-align: center;
      padding: 0px 0px 0px 0px;
  }
  .menuUser li {
      display: inline;
      text-align: center;
      padding: 10px;
      padding-right: 0px;
      color: white;
  }
  .features {
    border-radius: 0px;
  }
  .features li {
      width: 25%;
      float: none;
      border-bottom: none;
  }
  .features li h6 {
      font-size: 8px;
  }
  .barraRolagemAdmin {
    height: auto;
  }
  
}
.panel a {
  cursor: pointer; 
  padding: 5px; 
}
.panel a.edit{
  color: var(--secondColor);
}
.panel a.remove{
  color: #727272;
}
input[type='file'] {
  visibility: hidden;
}
#caminhoImg {
 border-radius: 5px;
}

/* Bootstrap Other Class */
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
  #intro .imgBanner {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*border-bottom: 5px solid #fdb900;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 12px -2px var(--secondColor);
    margin-bottom: 20px;*/
  }
  #header .logo img {
    padding: 0;
    margin: 5px;
    max-height: 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  #intro .imgBanner {
    width: 100%;
    height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*border-bottom: 5px solid #fdb900;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 12px -2px var(--secondColor);
    margin-bottom: 20px;*/
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
} 