body {
  overflow-x: hidden;
  max-width:100%;
}

*:focus {
  outline: unset !important;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
                              
}

.navbar {
  background: #121212;
  border-bottom: solid 2px #66b412;
  font-family: 'Maven Pro', sans-serif !important;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
  height: 100px;
  max-width:100%;
  opacity: .97;
}

.navbar .nav-logo {
  height: 90px;
}

.navbar .btn-login {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  right: 15px;
  padding: 0.6rem 0.7rem 0.4rem 0.7rem;
  color: #121212 !important;
  background-color: #66b412;
  border: solid 2px #66b412;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.4);
  transition: all linear 0.2s;
  cursor: pointer;
  text-decoration: unset !important;
}

.navbar .btn-login:hover {
  background-color: #559510;
  border-color: #559510;
}

.navbar .btn-login i {
  font-size: 0.8rem;
}

.navbar .navCon {
  height: 100%;
  position: absolute;
}

.navbar .navbar-brand {
  position: absolute;
  color: #fff;
  padding: 0;
  margin: 0 0.5rem 0 0.5rem;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #ffffff;
}
.navbar .navbar-text {
  color: #fff;
}

.navbar .navbar-nav {
  margin: auto !important;
}

.navbar .navbar-nav > li > a {
  color: #66b412;
  padding: .95rem 1rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s linear;
}
.navbar .navbar-nav > li > a:hover {
  color: #aaff4f;
  background-color: #202020;
}
.navbar .navbar-nav > li > .dropdown-menu {
  background-color: #fff;
}
.navbar .navbar-nav > li > .dropdown-menu .dropdown-item {
  color: #66b412;
}
.navbar .navbar-nav > li > .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav > li > .dropdown-menu .dropdown-item:focus {
  color: #fff;
  background-color: #66b412;
}
.navbar .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #66b412;
}
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #66b412;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #66b412;
  background-color: #fff;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #66b412;
  background-color: #fff;
}
.navbar .navbar-toggler {
  position: absolute !important;
  right: 15px !important;
  border: none;
  color: #121212;
  padding: 5px 5px 4px 5px;
  border-width: 2px;
  transition: all 0.3s linear;
  background: #66b412;
  background: -moz-linear-gradient(left,  #74b725 0%, #5b8c22 100%);
  background: -webkit-linear-gradient(left,  #74b725 0%,#5b8c22 100%);
  background: linear-gradient(to bottom, #74b725 0%,#5b8c22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b725', endColorstr='#5b8c22',GradientType=1 );
}

.navbar .navbar-toggler-icon {
  font-size: 1.2rem;
  line-height: 26px;
}

/*.navbar .navbar-toggler:hover {
  background-color: #fb756f;
  color: #fff !important;
}*/

.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #66b412;
}
.navbar .navbar-link {
  color: #fff;
}
.navbar .navbar-link:hover {
  color: #66b412;
  background-color: #fff;
}

.navbar #navbarNavDropdown .navbar-nav {
  height: 100% !important;
  z-index: 10;
}

section {
  opacity: .98;
}

@media (min-width: 1367px) {
  .navbar .nav-item {
    width: 140px;
    text-align: center;
  }
}

@media (max-width: 1366px) {
  .navbar .nav-item {
    width: 120px;
    text-align: center;
  }

  .navbar .nav-item a {
    font-size: .9rem;
  }

  .navbar .brand-wrapper {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 991px) {

  .navbar .nav-item a {
    line-height: 68px;
  }

  .navbar #navbarNavDropdown {
    height: 100% !important;
  }

  .navbar .brand-wrapper {
    margin-left: 7rem;
  }

}

@media (max-width: 1100px) {
  .navbar .nav-item a {
    font-size: .85rem !important;
  }

  .navbar .nav-item {
    width: 120px;
  }

  .navbar .brand-wrapper {
    margin-left: 1rem !important;
  }

}

@media (max-width: 991px) {

  .navbar {
    height: 85px !important;
  }

  .nav-logo {
    height: 70px !important;
  }

  .navbar .navCon {
    position: relative;
  }

  .navbar .nav-item {
    width: 100%;
  }

  .navbar .dropdown-menu {
    border: none;
    border-top: solid 1px #66b412; 
    border-radius: 0;
    margin: 0;
  }

  .navbar #navbarNavDropdown {
    background-color: #121212;
  }

  .navbar .btn-login {
    width: 100%;
    right: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
  }

}

@media (max-width: 767px) {

  .navbar .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #66b412;
	background-color: #fff;
  }
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #66b412;
	background-color: #fff;
  }
}

#app-div {
  position: fixed;
  top: 100px;
  z-index: 199;
  transition: all 0.3s linear;
}

#app-div .alert {
  padding-right: 30px !important;
  margin: 0;
  -webkit-box-shadow: 1px 3px 5px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 3px 5px -1px rgba(0,0,0,0.75);
  box-shadow: 1px 3px 5px -1px rgba(0,0,0,0.75);
}

#app-div a {
  color: #66b412 !important;
}

#app-div a:hover {
  color: #ff8181 !important;
}

#app-div .app-close {
  position: absolute;
  cursor: pointer;
  font-weight: 700;
  right: 2%;
}

@media (max-width: 991px) {

  #app-div {
    position: fixed;
    top: 80px;
    z-index: 199;
    transition: all 0.3s linear;
    width: 100%;
    border-bottom: solid 1px #db8f8c;
    border-radius: 0.25rem;
  } 

  #app-div .alert {
    padding-left: 10px;
    padding-bottom: 7px;
    box-shadow: none;
  }

  #app-div .app-close {
    position: absolute;
    cursor: pointer;
    font-weight: 700;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
  }

}

@media (max-width: 350px) {

  #app-div a {
    font-size: 0.9rem;
  }

}

/* Header */

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,
  -webkit-transform .6s ease-in-out;
}

.carousel-control-prev, .carousel-control-next {
  opacity: 0.7;
  z-index: 20 !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none !important;
  font-size: 2rem !important;
  line-height: 2rem;
  color: #aaff4f;
  text-shadow: 1px 0px 1px rgba(50, 50, 50, 1);
}

.ca-1 {
  background: -moz-linear-gradient(45deg, rgba(38, 0, 0, 0.25) 0%,rgba(38, 0, 0, 0.25) 100%), url(../img/sl1.jpg);
  background: -webkit-linear-gradient(45deg, rgba(38, 0, 0, 0.25) 0%,rgba(38, 0, 0, 0.25) 100%), url(../img/sl1.jpg);
  background: linear-gradient(45deg, rgba(38, 0, 0, 0.25) 0%,rgba(38, 0, 0, 0.25) 100%), url(../img/sl1.jpg)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8001211e', endColorstr='#8001211e',GradientType=1 );
  background-position: center;
  background-size: cover;
}

.ca-2 {
  background: -moz-linear-gradient(45deg, rgba(38, 0, 0, 0.25) 0%,rgba(38, 0, 0, 0.25) 100%), url(../img/sl2.jpg);
  background: -webkit-linear-gradient(45deg, rgba(38, 0, 0, 0.25) 0%,rgba(38, 0, 0, 0.25) 100%), url(../img/sl2.jpg);
  background: linear-gradient(45deg, rgba(38, 0, 0, 0.25) 0%,rgba(38, 0, 0, 0.25) 100%), url(../img/sl2.jpg)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8001211e', endColorstr='#8001211e',GradientType=1 );
  background-position: center;
  background-size: cover;
}

.ca-3 {
  background: -moz-linear-gradient(45deg, rgba(38, 0, 0, 0.25) 0%,rgba(38, 0, 0, 0.25) 100%), url(../img/sl3.jpg);
  background: -webkit-linear-gradient(45deg, rgba(38, 0, 0, 0.25) 0%,rgba(38, 0, 0, 0.25) 100%), url(../img/sl3.jpg);
  background: linear-gradient(45deg, rgba(38, 0, 0, 0.25) 0%,rgba(38, 0, 0, 0.25) 100%), url(../img/sl3.jpg)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8001211e', endColorstr='#8001211e',GradientType=1 );
  background-position: center;
  background-size: cover;
}

.carousel-caption {
  left: auto;
  right: 10%;
  top: 57%;
  bottom: 50%; 
  text-align: left;
  overflow-wrap: break-word;
  display: block !important;
  text-shadow: 1px 1px 0 rgba(50, 50, 50, .85);
  text-align: left !important;
  -webkit-animation: headerText 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
          animation: headerText 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
}

.carousel-caption h2 {
  font-family: 'Maven Pro', sans-serif !important;
  text-shadow: 2px 2px 2px rgba(100, 100, 100, 0.6) !important;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.carousel-caption p {
  margin-top: 0px !important;
    -webkit-animation: slide-in-elliptic-left-fwd .85s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-elliptic-left-fwd .85s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.carousel-caption p span {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  padding-top: 5px;
  text-align: left !important;
}

.carousel-caption a {
  color: #65baff;
  font-weight: 600;
}

.carousel-caption a:hover {
  color: #0c64ac;
}

.lead {
  background-color: #0f0f0fa1;
  padding: .3rem .8rem;
}

.display-4 {
  border-bottom: solid 4px #66b412;
  margin-bottom: 0 !important;
}

.carousel-indicators li {
  width: 8px !important;
  height: 8px !important;
  border-radius: 40%;
}

.carousel-indicators .active {
  background-color: #84ff00 !important;
}

@media (min-width: 1366px) {
  .ca-1 {
    background-position-y: 20px !important;
  }

  .ca-2 {
    background-position-y: 20px !important;
  }

  .ca-3 {
    background-position-y: 5px !important;
  }
}

@media (max-width: 1280px) {

  .carousel-control-prev, .carousel-control-next {
    width: 10%;
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    font-size: 1.5rem !important;
  }

}

@media (min-width: 1278px) {

  .carousel-caption {
    max-width: 1000px !important;
    width: 100%;
  }

  .display-4 {
    font-size: 2.8rem !important;
  }

  #operacoes {
    font-size: 2.55rem !important;
  }

  .carousel-caption span {
    font-size: 1.5rem;
  }

}

@media (min-width: 991px) {

  .carousel-item {
    height: 100vh;
  }

  .carousel-caption {
    max-width: 700px;
    width: 100%;
    right: 11%; 
  }

  .carousel-caption h2 {
    font-size: 2.7rem;
  }

  #operacoes {
    font-size: 2.4rem;
  }

}

@media (max-width: 1278px) {

  .lead {
    font-size: 1.05rem;
  }

}

@media (max-width: 991px) {

  .carousel-caption {
    left: 11%;
    right: 0%;
    top: 50%;
    bottom: 45%;
  }

  .carousel-caption h2 {
    font-size: 2.3rem;
  }

  #operacoes {
    font-size: 2.2rem;
  }

  .carousel-caption .lead {
    font-size: 1.2rem !important;
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    font-size: 1.1rem !important;
  }

}

@media (max-width: 520px) {

  .carousel-caption {
    left: 5%;
    right: 2%;
    top: 330px !important;
  }

  .carousel-caption h2 {
    font-size: 2rem;
  }

  .carousel-caption .lead {
    font-size: 1rem !important;
  }

  .carousel-caption h2 {
    font-size: 1.8rem;
  }

  .carousel-caption p {
    font-size: 1.2rem;
  }

  .ca-2 {
    background-position: -425px;
  }

  .ca-3 {
    background-position-x: -550px;
  }

}

@media (max-width: 471px) {

  .carousel-caption {
    left: 8%;
    right: 8%;
    top: 35%;
    bottom: 45%;
  }

  .display-4 {
    font-size: 1.85rem;
  }

  .carousel-caption .lead {
    font-size: .9rem !important;
  }

  #bw {
    font-size: 1.35rem !important;
  }

}

@media (max-width: 342px) {

  .carousel-caption .display-4{
    font-size: 1.55rem !important;
  }

}

@media (max-width: 371px) {

  .carousel-caption h2 {
    font-size: 1.8rem;
  }

}

.carousel-inner .active .carousel-caption {
  -webkit-animation: headerText 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
          animation: headerText 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
}

@-webkit-keyframes headerText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes headerText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
            transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
            transform-origin: 1800px 50%;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
            transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
            transform-origin: 1800px 50%;
    opacity: 1;
  }
}

@keyframes headerSubtext {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}


/*Section Structure */

.page-section {
  padding: 100px 0 100px 0;
}

section .heading {
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  color: #121212;
  text-shadow: 1px 1px 4px rgba(60, 60, 60, 0.7);
}

section .sub-heading {
  font-family: 'Maven Pro', sans-serif !important;
  padding: 5px 0 0 0;
  color: #3c3c3c;
}

#contact-section .sub-heading:last-of-type {
  font-family: 'Maven Pro', sans-serif !important;
  padding: 5px 0 0 0;
  color: #cdff94;
}

@media (max-width: 460px) {

  .heading {
    font-size: 2.2rem;
  }

}

/*Index 44*/

#index-section {
  background-color: #121212;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

#index-section .logo-wrapper {
  padding: 50px 0 25px 0;
}

#index-section .index-heading {
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #74b725;
  transition: all .15s ease-in-out;
}

#index-section .boardx img {
  max-height: 150px;
  max-width: auto;
  margin: auto;
  display: flex;
  align-self: center;
}

#index-section .boardx h5 {
  font-family: 'Lato', sans-serif !important;
  line-height: 1.3 !important;
  letter-spacing: 1px;
  color: #121212;
}

#index-section .row {
  position: relative;
  -webkit-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.55);
  box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.55);
  background-color: #74b725;
}

.OVR {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  transition: all .15s ease-in-out;
}

#index-section .index-board:hover .row .OVR {
  background-color: #fff;
  opacity: .15;
}

#index-section .index-board:hover .index-heading {
  color: #7fc038;
}

#index-section .index-heading:last-of-type {
  margin-top: 60px;
}

#index-section .index-text {
  font-size: 1.7rem;
  border-radius: 0.4rem;
  background-color: #121212;
  padding: 3px;
  opacity: 0.9;
}

@media (min-width: 576px) {

  #index-section .index-heading:first-of-type {
    margin-left: -15px !important;
  }

  #index-section .index-heading:last-of-type {
    margin-right: -15px !important;
  }

  #index-section .logo-wrapper {
    padding: 50px 0 0 0;
  }

}

@media (max-width: 567px) {

  #index-section .boardx h5 {
    font-size: 1.1rem;
  }

  #index-section .index-text {
    font-size: 1.25rem;
  }

  #index-section {
    padding-bottom: 0;
  }

}


/*Serviços*/

#services-section {
  background: #74b725;
  background: -moz-linear-gradient(top,  #74b725 0%, #5b8c22 100%);
  background: -webkit-linear-gradient(top,  #74b725 0%,#5b8c22 100%);
  background: linear-gradient(to bottom,  #74b725 0%,#5b8c22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b725', endColorstr='#5b8c22',GradientType=0 );
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
  z-index: 1;
}

#serv-row .serv-col {
  transition: all .1s linear;
}

#serv-row .serv-col .serv-wrapper img {
  transition: all .15s linear;
}

#serv-row .serv-col:hover {
  opacity: .9;
}

#serv-row .serv-col:hover .step-bg {
  background-color: #8fd347;
}

#serv-row .serv-col:hover .step-text {
  color: #121212;
}

#serv-row .serv-col:hover .serv-wrapper img {
  transform: scale(.97);
}

#serv-row {
  justify-content: space-around;
  align-items: flex-start;
}

#serv-row .CADLINK {
  text-decoration: underline;
  color: #000 !important;
  font-weight: 600;
}

#serv-row .serv-wrapper {
  display: inline-flex;
  margin: auto;
  border-radius: 50%;
  background-color: #121212;
  -webkit-box-shadow: 10px 10px 8px -11px rgba(0,0,0,0.6);
  -moz-box-shadow: 10px 10px 8px -11px rgba(0,0,0,0.6);
  box-shadow: 10px 10px 8px -11px rgba(0,0,0,0.6);
  padding: 4.8rem;
}

#serv-row > div {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
 
#serv-row img {
  display: flex;
  max-width: 180px;
}

#serv-row h4 {
  font-family: 'Maven Pro', sans-serif !important;
  text-transform: uppercase;  
  text-align: center;
  letter-spacing: 1px;
  color: #121212;
  margin: 10px 0 5px 0;
}

#serv-row h5 {
  font-family: 'Maven Pro', sans-serif !important;
  font-weight: 300;
  text-align: center;
  color: #cdff94;
}

#serv-row .step-bg {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  position: relative;
  background-color: #121212;
  border: solid 2px #121212;
  transition: all .2s linear;
}

#serv-row .step-text {
  font-family: 'Maven Pro', sans-serif !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #8fd347;
  -webkit-box-shadow: 10px 10px 8px -11px rgba(0,0,0,0.6);
  -moz-box-shadow: 10px 10px 8px -11px rgba(0,0,0,0.6);
  box-shadow: 10px 10px 8px -11px rgba(0,0,0,0.6);
}

@media (max-width: 1376px) {

  #serv-row h4 {
    font-size: 1.5rem;
  }

  #serv-row h5 {
    font-size: 1rem;
  }

  #serv-row .serv-wrapper {
    padding: 3.5rem;
  }

  #serv-row .step-text {
    font-size: 1.15rem;
  }

  #serv-row img {
    display: flex;
    max-width: 120px;
  }

}

@media(max-width: 991px) {

  #serv-row .serv-col {
    padding: 10px 0 10px;
  }

  #serv-row .serv-col:not(:last-of-type) {
    margin-bottom: 30px !important;
  }

  #serv-row h4 {
    font-size: 1.3rem;
  }

  #serv-row h5 {
    font-size: .9rem;
  }

  #serv-row .step-bg {
    padding: 1.3rem;
  }

  #serv-row .step-text {
    font-size: 1rem;
  }

}

@media (max-width: 767px) {
  #serv-row img {
    max-width: 200px;
  }

  #serv-row .step-bg {
    padding: 1.4rem;
  }

  #serv-row .step-text {
    font-size: 1.4rem;
  }
}

@media(max-width: 576px) {

  #serv-row img {
    max-width: 200px;
  }
}

@media (max-width: 360px) {

  #serv-row img {
    max-width: 150px;
  }

}

/* Footer */

#myFooter {
  background-color: #121212;
  color: #66b412;
  padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: #66b412;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 45px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
  margin-right: 200px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #fff;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    font-family:'Lato', sans-serif !important;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: #66b412;
    font-weight: bold;
    margin-top: 30px;
    font-family:'Lato', sans-serif !important;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #66b412;
    font-family:'Lato', sans-serif !important;
}

#myFooter a {
    color: #66b412;
    text-decoration: none;
    font-family:'Lato', sans-serif !important;
    transition: color 0.25s linear;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #aaff4f;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #b5b5b5;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: #fff;
    background-color: #66b412;
    border-radius: 20px;
    border: none;
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
    transition: all 0.25s linear;
}

#myFooter .btn:hover {
  background-color: #6f1815;
  color: #fff;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}


/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

html{
    min-height: 100%;
  position: relative;
}

body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#myFooter{   
    position: relative;
    bottom: 0;
    width: 100%;
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}

@media (max-width: 370px) {
  .footer span.copyright {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.footer {
  padding: 16px 0;
  text-align: center;
  background: #66b00e;
  opacity: .9;
}
.footer span.copyright {
  font-size: 90%;
  line-height: 50px;
  text-transform: none;
  color: #1e1e1e;
  font-family: 'Maven Pro', sans-serif !important;
}
.footer span.copyright a {
  color: #000;
}
.footer span.copyright a:hover {
  text-decoration: underline;
}
.footer ul.quicklinks {
 font-size:90%;
 line-height:40px;
 margin-bottom:0;
 text-transform:none;
 font-family: 'Maven Pro', sans-serif !important;
}

.footercon {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.footercol {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

ul.social-buttons {
 margin-bottom:0
}

ul.social-buttons li a {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6rem;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #000;
  border-radius: 100%;
  outline: 0;
  border: solid 2px #000;
  /* background-color: #111; */
  opacity: 0.8;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
 background-color:#cdff91
}


@media (max-width: 1280px) {

  #myFooter h5 {
    font-size: 1rem !important;
  }

  #myFooter a, #myFooter ul {
    font-size: 0.9rem !important;
  }

}


/* Contato */

#contact-section {
  background: rgb(238,238,238);
  background: linear-gradient(90deg, rgba(238,238,238,0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/contact-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

#contact-section .heading {
  color: #66b412;
}

#contact-section .con-link .image-wrapper {
  border-radius: 50%;
  transition: all 0.2s linear;
  max-width: 100px;
  max-height: 100px;
  background-color: #121212;
  margin: auto;
}

#contact-section .con-link:hover .image-wrapper {
 transform: scale(1.2);
 cursor: pointer;
 opacity: .92;
}

#contact-section .con-link {
  text-decoration: none !important;
}

#contact-section .con-link h5 {
  font-family: 'Maven Pro', sans-serif !important;
  /*line-height: 3rem;*/
  font-weight: 600;
  color: #cdff94;
  font-size: 0.9rem !important;
  transition: all 0.2s linear;
  margin: 1.2rem 0 0 0;
}

#contact-section .con-link:hover h5 {
  cursor: pointer;
}

#contact-section .ctrl {
  display: none !important;
}

#contact-form input, #contact-form textarea {
  margin-bottom: 1.4rem;
  border-color: #fff0;
  -webkit-box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.6) !important;
  -moz-box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.6) !important;
  box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.6) !important;
  transition: all 0.3s linear;
}

#contact-form input:focus, #contact-form textarea:focus {
  background-color: #e8e8e8;
  box-shadow: none !important;
  border: solid 1px #9d9d9d !important;
}

#contact-section input::placeholder, #contact-section textarea::placeholder  {
  font-family: 'Maven Pro', sans-serif !important;
  letter-spacing: 1px;
  color: #717171;
}

#contact-submit {
  font-family: 'Maven Pro', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.6);
  box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.6);
  transition: all 0.3s line;
  background-color: #66b412;
  color: #13171a;
  opacity: .9;
  transition: all .2s linear;
}

#contact-submit:hover {
  opacity: .99;
}

@media (max-width: 991px) {

  #contact-section .image-wrapper {
    max-width: 80px !important;
  }

  #contact-section textarea {
    min-height: 120px;
  }

}

@media (max-width: 767px) {

  #con-container {
    max-width: 100%;
  }

  #contact-section .image-wrapper {
    max-width: 70px !important;
  }

  #contact-section .con-link h5 {
    margin-top: 0.9rem;
    font-size: 0.75rem !important;
  }

}

@media (max-width: 600px) {

  #contact-section {
    background: url('../img/contact-bg.jpg');
    background-attachment: scroll;
  }

}

@media (max-width: 576px) {

  #con-container {
    max-width: 100%;
  }

  #contact-section .image-wrapper {
    max-width: 90px !important;
  }

  #contact-section .con-link h5 {
    margin-top: 0.9rem;
    font-size: 0.9rem !important;
  }

  #contact-section input {
    margin-bottom: 1rem;
  }

}

/* Segunda Via de Boleto */

#boleto {
  position: fixed;
  top: 110px;
  right: -28px;
  z-index: 200;
  transition: all 0.3s linear;
}

#boleto .wrapper {
  border-radius: 0.4rem;
  background-color: #121212;
  opacity: .97;
  color: #66b412;
}

#cpfinv {
  position: absolute;
  color: #ff6e6e;
  bottom: -13px;
  z-index: 50;
  left: 30px;
}

.cpfinv {
  position: absolute;
  color: #ff6e6e;
  bottom: 51px;
  z-index: 50;
  left: 9px;
  font-size: .8rem;
}

.HPD {
    pointer-events: none !important;
    cursor: default !important;
    opacity: .65 !important;
}

.errClass {
    border: solid 1px #ff5555 !important;
}

#boleto input {
  border: solid 1px #fffa;
  box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.6) !important;
  transition: 0.2s linear;
  background-color: #f2f2f2;
}

#boleto input:focus {
  background-color: #e8e8e8;
  box-shadow: none !important;
  border: solid 1px #9d9d9d !important;
}

#show-boleto i {
  position: absolute;
  font-size: 1.25rem;
}

#boleto h6 {
  font-family: 'Lato', sans-serif !important;
  padding-left: 32px;
}

#boleto a {
  font-family: 'Raleway' sans-serif;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
  background-color: #66b412;
  color: #121212;
  transition: background-color 0.25s linear, box-shadow 0.1s linear;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

#boleto a:hover {
  background-color: #559510;
  color: #121212 !important;
}

#boleto a:active {
  transform: translateY(2px);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

#boleto a:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 104, 8, 0.76);
}

.boleto-nav {
  cursor: pointer;
}

@media(min-width: 991px) {

  .boleto-nav {
    display: none;
  }

}

@media(max-width: 991px) {

  #boleto {
    display: none;
  }

}

/* Cadastro */

#cad-section {
  background: url("../img/cadbg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

#cad-section .cad-header {
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#cad-section label {
  font-family: 'Maven Pro', sans-serif !important;
  text-align: left !important;
  margin-bottom: 5px !important;
}

#cad-section input {
  border:none;
  border-bottom: solid 1px #6c757d;
  border-radius: 0;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  margin-bottom: 15px !important;
  background-color: #e6e6e6;
  transition: all 0.3s;
}

#cad-section input:focus {
  box-shadow: none;
  background-color: #f7f7f7;
  border-color: #66b412;
}

.filled {
  border-color: #326000 !important;
}

.error {
  box-shadow: none !important;
  border-color: none;
  border-bottom: solid 1px #6c757d !important;
  background-color: #e8908d !important;
}

#cad-section .separator {
  -webkit-box-shadow: 0px 2px 14px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 14px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 14px -1px rgba(0,0,0,0.75);
  background-color: #fff;
  margin: 20px 0;
}

#cad-section .formCon {
  margin: 50px auto 50px auto;
}

#cad-section .form-header h3 {
  font-family: 'Maven Pro', sans-serif !important;
  letter-spacing: 1px;
  color: #66b412;
  padding: 15px 0 15px 0;
  margin: 0;
}

#cad-section textarea {
  max-height: 150px;
  border: solid 1px #6c757d;
  border-radius: 0.15rem;
  background-color: #e6e6e6;
  transition: all 0.3s;
}

#cad-section textarea:focus {
  box-shadow: none;
  background-color: #f7f7f7;
  border-color: #66b412;
}

#cad-section .form-btn {
  font-family: 'Maven Pro', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.6);
  box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.6);
  transition: all 0.3s line;
}

#cad-section #submit-btn {
  background-color: #66b412;
  color: #212529;
}

#cad-section #submit-btn:hover {
  background-color: #54950f;
}

#cad-section #reset-btn {
  background-color: #f9f9f9;
  color: #66b412;
}

#cad-section #reset-btn:hover {
  background-color: #dbdbdb;
}

#cad-section .form-btn:active {
  transform: translateY(1px);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}

@media (max-width: 1280px) {

  #cad-section label {
    font-size: 0.8rem;
  }

}

@media (min-width: 991px) {
  
  #index-section {
    padding-bottom: 100px !important;  
  }

}

@media (max-width: 991px) {

  #cad-section label {
    font-size: 0.8rem;
  }

  #cad-section .b-label {
    font-size: 0.7rem !important;
  }

  #cad-section .separator {
    margin: 40px 0;
  }

  #index-section {
    background-attachment: scroll;
    background-repeat: repeat;
  }

  #contact-section {
    background-attachment: scroll;
    background-repeat: repeat;
  }

  #cad-section {
    background-attachment: scroll;
    background-repeat: repeat;
  }

}

@media (max-width: 632px) {

  #cad-section .b-label {
    font-size: 0.65rem !important;
  }

}

@media (max-width: 576px) {

  .page-section {
    padding: 50px 0 50px 0;
  }

}
