/*

Lava Landing Page

https://templatemo.com/tm-540-lava-landing-page

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. novo-envio
06. features
07. testimonials
08. contact
09. footer


--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
.row-footer{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
}

.footer-text{
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  list-style: none;
}

header, nav, section, article, aside, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #888;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ff954b;
  color: #fff;
}

::-moz-selection {
  background: #ff954b;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #ff954b;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #636363;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #636363;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #636363;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #636363;
}


.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: #f4813f;
}

.center-heading p {
  font-size: 15px;
  color: #888;
  text-align: center;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #ffffff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #000000!important;
}

.background-header .nav li a.active {
  color: #000000!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  display: flex;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #191a20;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-area .main-nav .nav {
  height: 40px;
  border-radius: 20px;
  background-color: #ff954b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
}

.header-area .main-nav .nav li:hover a {
  color: #ffffff;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 25px;
  top: 10px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  margin-left: -80px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #ef7f31;
  color: #ffffff!important;
  padding-left: 10px;
  height: 40px;
  line-height: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 11px;
  border-bottom: 1px solid #ff954b;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #636363;
  color: #fff!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 30px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #fba70b;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .logo {
    text-align: center;
    float: none!important;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 0px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #ff954b !important;
    color: #fff!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
novo-envio
--------------------------------------------- 
*/
.fazer-envio{
  margin-top: -100px;
}

.novo-envio-area {
  width: 100%;
  height: 100vh;
  min-height: 793px;
  /* background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: right top; */
}

.novo-envio-area .header-text .left-text {
  position: relative;
  align-self: center;
  margin-top: 35%;
  transform: perspective(1px) translateY(-30%) !important;
}

.novo-envio-area .header-text h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #191a20;
}

.novo-envio-area .header-text h1 em {
  font-style: normal;
  color: #fba70b;
}

.novo-envio-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #7a7a7a;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 1420px) {
  .novo-envio-area .header-text {
    width: 70%;
    margin-left: 5%;
  }
}

@media (max-width: 1320px) {
  .novo-envio-area .header-text .left-text {
    margin-top: 50%;
  }
  .novo-envio-area .header-text {
    width: 50%;
    margin-left: 5%;
  }
}

@media (max-width: 1140px) {
  .novo-envio-area {
    height: auto;
  }
  .novo-envio-area .header-text {       
    width: 92%;
    padding-top: 793px;
  }
  .novo-envio-area .header-text .left-text {
    margin-top: 5%;
    transform: none !important;
  }
}
@media (max-width: 810px) {
  .novo-envio-area {
    background-size: contain;
  }

  .novo-envio-area .header-text {
    padding-top: 100%;
    margin-left: 0;
  }
    
  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 35px 0px;
  position: relative;
  z-index: 9;
}

@media (max-width: 992px) {
  .features-item {
    margin-bottom: 45px;
  }
}

.features-item {
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.features-item h2 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: #fdefe9;
}

.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

.features-item h4 {
  margin-top: 0px;
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}


/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
  background-image: url(../images/left-bg-decor.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#promotion {
  padding: 100px 0px;
}

#promotion .left-image {
  align-self: center;
}

#promotion .right-text ul {
  padding: 0;
  margin: 0;
}

#promotion .right-text ul li {
  display: inline-block;
  margin-bottom: 60px;
}

#promotion .right-text ul li:last-child {
  margin-bottom: 0px;
}

#promotion .right-text img {
  display: inline-block;
  margin-right: 30px;
}

#promotion .right-text h4 {
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 15px;
  margin-top: 3px;
}


/*
--------------------------------------------
testimonials
--------------------------------------------
*/
.right-image-decor {
  background-image: url(../images/right-bg-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#testimonials {
  padding-top: 100px;
  position: relative;
  z-index: 9;
}

#testimonials .item {
  position: relative;
}

#testimonials .item .testimonial-content {
  background: rgb(244,129,63);
  background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

#testimonials .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#testimonials .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}

#testimonials .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244,129,63);
  background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244,129,63);
  background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
  position: absolute;
}

@media screen and (max-width: 1060px) {
  .owl-carousel .owl-nav {
    display: none!important;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

@media (max-width: 992px) {
  footer {
    padding-top: 0px!important;
    margin-top: 0px!important;
  }
  .envio-form {
    margin-bottom: 45px;
  }
  footer .right-content {
    text-align: center;
  }
  footer .footer-content {
    padding: 60px 0px!important;
  }
}

footer {
  padding-top: 380px;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: -30%;
  position: fixed;
  width: 100%;
}

footer .footer-content {
  padding: 190px 0px;
}

.envio-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  
}

footer .right-content {
  align-self: center;
}

.envio-form input,
.envio-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.envio-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.envio-form {
  text-align: center;
}

.envio-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.envio-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.envio-form ::placeholder {
  color: #7a7a7a;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: -35px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #ffffff;
}

.footer-content .right-content p {
  color: #FFF;
}

.footer-content .right-content a {
  color: #FFF;
}

.footer-content .right-content a:hover {
  color: rgb(0, 0, 0);
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #fba70b;
  border-color: #fba70b;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 78px 0px;
  border-top: 1px solid rgba(250,250,250,0.3);
  text-align: center;
}

footer .sub-footer a {
	color: #FFF;
}

footer .sub-footer a:hover {
	color: #FC3;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
}


@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fazer-env1, .fazer-env2, .fazer-env3{
  margin-top: 5px;
}

.btn-att-busca{
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 10px;
  background-color: #636363;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-att-todos{
  margin-left: 5%;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 10px;
  background-color: #636363;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.cod-emp{
  margin-top: 10px; 
  border-radius: 10px; 
  text-align-last: center;
}

.busca-p-dias{
  display: flex;
  margin-top: 20px;
  place-items: center;
  justify-content: center;
}

.buscar-todos{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.animate {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.random-button{
  position: fixed;
  padding: 5px 30px;
  margin: -15px 10px;
  border-radius: 10px;
  display: flex;
  font-size: 25px;
  color: #FFF;
  text-decoration: none;
}

.go {
  background-color: #636363;
  border-bottom: 5px solid #636363;
  text-shadow: 0px -2px #636363;
  cursor:pointer;
}

.random-button:active {
  transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
  border-bottom: 1px solid;
}

.flex{
  display: flex;
  justify-content: center;
}

/* Botao de loading */
.loading-spinner{
  position:relative;
  display:block;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner {
    min-height:36px;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #f4813f;
  animation: spinner 1s linear infinite;
}

/* Pagina de Login */
.lg-logo{
  margin-bottom: 40px;
  margin-top: -30px;
}
.text-login, .text-senha{
  font-weight: bold; font-size: 20px;
}
.inpt-login{
  padding: 10px; margin-bottom: 30px;
}
.inpt-senha{
  padding: 10px; margin-bottom: -1px;
}
.esqueci-senha{
  color:black; font-weight: bold; font-size: 14px;
}
.form-login{
  width: 30em; 
  display: flex; 
  align-items: center; 
  top: 10%; 
  justify-self: center; 
  text-align:-webkit-center;
}
.info-coleta{
  width: 30em; 
  display: flex; 
  align-items: center; 
  top: 10%; 
  justify-self: center; 
  text-align:-webkit-center;
  padding: 10px;
}
.info-coleta-row{
 margin-left: 25px;
}

.login-btn{
  border: none; font-size: 14px;
  border-radius: 25px;
  padding: 10px;
  background-color: #636363;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px; margin-bottom: -100px;
}

/* reCAPTHA login */
.stylecaptcha{
  margin-top: 40px;
}

.style-clock {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clock {
  background-color: #636363;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0, 0, 0);
}

.time {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}


/*  Pagina Fazer Envio */
.Novo-Lote-1 {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 30px auto;
  font-family: Raleway;
  padding: 10px;
  width: 40%;
  min-width: 300px;
  box-shadow: 0px 0px 10px rgb(109 109 109);
  z-index: 10;
  position: relative;
}

.titulo1{
  text-align: center;
}

.text-info{
  font-size: 1rem;
  text-align: center;
  color: #000000 !important;
  margin-top: 5px;
}

/* PAGINA ENVIAR ARQUIVLOS LOTE */
/*  Pagina Fazer Envio */
.Novo-Lote-2 {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 20px auto;
  font-family: Raleway;
  padding: 10px;
  width: 50%;
  min-width: 300px;
  box-shadow: 0px 0px 10px rgb(109 109 109);
  z-index: 10;
  position: relative;
}

.Novo-Lote-3 {
  background-color: #636363;
  border-radius: 10px;
  margin-top: 20px;
  height: 30px;
  font-family: Raleway;
  padding: 10px;
  width: 100%;
  min-width: 300px;
  box-shadow: 0px 0px 10px rgb(109 109 109);
  z-index: 10;
  position: relative;
}

.detalhe-lote-h5{
  font-size: 16px !important;
  text-align: center;
  color: #fff;
  margin-top: -5px;
}

.table-enviar-arquivos{
  width: 100%;
  margin: 1px;
  margin-top: 10px;
}

.campo-msg-envar-lote{
  width: 100%; 
  border-color: #000000 !important; 
  background-color: #FFF !important;
}

.enviar-arq1 {
  margin-top: 15px;
  text-align: center;
}

.Novo-Lote-4 {
  background-color: #636363;
  border-radius: 10px;
  margin-top: 10px;
  height: 30px;
  font-family: Raleway;
  padding: 10px;
  width: 100%;
  min-width: 300px;
  box-shadow: 0px 0px 10px rgb(109 109 109);
  z-index: 10;
  position: relative;
}

/* Upload de Arquivos */
.file-input-doc input{
  display: none;
}
.file-input-doc label{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Raleway' !important;
  font-size: 15px;
  text-align: center;
  line-height: 100px;
  height: 35px;
  width: 35%;
  place-self: center;
  border-radius: 15px;
  color: #ffffff;
  cursor: pointer;
  border-color: #f4813f;
  background-color: #636363;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNDIzMzc1IDYuMDkxNTlMNS4wMTI3MyAxLjUzMTkxQzcuMDY4NjkgLTAuNTEwNjM4IDEwLjQwMjEgLTAuNTEwNjM4IDEyLjQ1OCAxLjUzMTkxQzE0LjUxNCAzLjU3NDc1IDE0LjUxNCA2Ljg4NjQ0IDEyLjQ1OCA4LjkyOTI3TDYuNDQ4OTkgMTQuODk5NUM0Ljk3NjE1IDE2LjM2MjkgMi41ODkzNCAxNi4zNjc1IDEuMTExMDggMTQuOTA5MkMtMC4zNjI2MTEgMTMuNDU2MSAtMC4zNzE0NjggMTEuMDkxIDEuMDkxMzYgOS42MjY5OEMxLjA5NDUxIDkuNjIzODQgMy4xMDYxOSA3LjYyNTI5IDcuMTI1ODMgMy42MzE2MUM4LjAxNDY3IDIuNzQ4NDcgOS40NTU3OSAyLjc0ODQ3IDEwLjM0NDYgMy42MzE2MUMxMS4yMzM1IDQuNTE0NzQgMTEuMjMzNSA1Ljk0NjQ0IDEwLjM0NDYgNi44Mjk1OEw1Ljc1NTI4IDExLjM4OTNMNC42MjgxNiAxMC4yNjkzTDkuMjE3NTEgNS43MDk4OEM5LjQ4Mzc5IDUuNDQ1MDIgOS40ODM3OSA1LjAxNTg4IDkuMjE3NTEgNC43NTEzMUM4Ljk1MTIzIDQuNDg2NDYgOC41MTkyNCA0LjQ4NjQ2IDguMjUyNjcgNC43NTEzMUwyLjIyODIgMTAuNzM3QzEuMzc5OTMgMTEuNTg1OCAxLjM4NTA3IDEyLjk0ODEgMi4yMzM5MiAxMy43ODUyQzMuMDg5MDQgMTQuNjI4NiA0LjQ2OTU5IDE0LjYyNjEgNS4zMjE4NiAxMy43Nzk1TDExLjMzMDkgNy44MDkyOEMxMi43NjQzIDYuMzg1MDEgMTIuNzY0MyA0LjA3NTg5IDExLjMzMDkgMi42NTE2MkM5Ljg5NzIxIDEuMjI3MzUgNy41NzMyNSAxLjIyNzM1IDYuMTM5NTYgMi42NTE2MkwxLjU1MDIxIDcuMjExMjlMMC40MjMzNzUgNi4wOTE1OVoiIGZpbGw9IiNGNUY1RjUiLz4KPC9zdmc+Cg==);
}

.file-input-doc label:hover{
  color: #ffffff;
  background-color: #f4813f;
}

/*  Pagina Endereços */
.Endereco {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 30px auto;
  font-family: Raleway;
  padding: 10px;
  width: 40%;
  min-width: 300px;
  box-shadow: 0px 0px 10px rgb(109 109 109);
  z-index: 10;
  position: relative;
}

.Endereco-campos {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 30px auto;
  font-family: Raleway;
  padding: 10px;
  width: 99%;
  min-width: 300px;
  box-shadow: 0px 0px 10px rgb(109 109 109);
  z-index: 10;
  position: relative;
}

.table-1-endereco, .table-2-endereco {
  border: 0;
  width: 99%;
}

.campo-endereco, .campo-endereco-2 {
  width: 95%;
  margin-bottom: 0px !important;
  height: 20px !important;
  color: #000000 !important;
  border-color: #ff6200 !important;
}

.alterar-end,.btn-buscar-cep, .btn-adc-endereco, .btn-alt-endereco{
  width: 100px;
  border-radius: 5px;
  background-color: #ff954b;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-color: #00000070;
  border-style: solid;
}

.btn-apg-endereco{
  width: 100px;
  border-radius: 5px;
  background-color: #636363;
  border-color: #00000070;
  border-style: solid;
  border-bottom-style: solid;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 15px;
}

.campo-cep {
  margin-top: 10px;
  width: 100px;
}

hr{
  color: #00000070;
  background-color: #00000070;
  height: 1px;
  width: 100%;
  border: 0;
  margin: 0 auto;
  text-align: center;
}

.cadastrar-endereço{
  display: none;
}

.Box_Address_Selection {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 20px auto;
  font-family: Raleway;
  padding: 10px;
  width: 100%;
  min-width: 300px;
  box-shadow: 0px 0px 10px rgb(255, 102, 0);
  z-index: 10;
  position: relative;
}

.fechar_lote{
  display: none;
  border-radius: 10px;
  background-color: #ff6200;
  color: #fff;
  border-color: #00000070;
  border-style: solid;
  margin-top: -15px;
}

.cancelar_lote{
  border-radius: 10px;
  background-color: #636363;
  color: #fff;
  border-color: #00000070;
  border-style: solid;
  margin-top: -15px;
}


/* PAGINA PP ENVIAR */
.pp-env {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 20px auto;
  font-family: Raleway;
  padding: 10px;
  width: 99%;
  min-width: 300px;
  box-shadow: 0px 0px 10px rgb(109 109 109);
  z-index: 1;
  position: relative;
}

.pp-env-title {
  background-color: #636363;
  border-radius: 10px;
  height: 30px;
  font-family: Raleway;
  padding: 10px;
  width: 20%;
  min-width: 300px;
  box-shadow: 0px 0px 10px rgb(109 109 109);
  z-index: 1;
  position: relative;
  place-self: center;
}

.pp-env-text{
  font-size: 16px !important;
  text-align: center;
  color: #fff;
  margin-top: -5px;
}

.table-filters{
  width: 100%;
  font-size:14px;
  font-family: Raleway;
}

.fundo_color{
  height: 30px;
  background-color: #c0c0c0; 
}

.container-details-lote{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -30px !important;
}

.box-nb-lote{
  width: 80%;
  height: 35px;
  margin-top: -20px;
  background-color: #c0c0c0;
  box-shadow: 0px 0px 10px #000000;
  align-content: center;
  place-self: center;
}

.details_lote1{
  font-size: 16px;
  font-family: cursive;
}

.details_lote2{
  font-size: 12px;
  font-family: cursive;
  margin-top: 30px;
}

.details_lote3{
  font-size: 12px;
  font-family: cursive;
  margin-top: -40px;
}

.container-details-lote2{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -80px !important;
}

.details_lote4{
  font-size: 11px;
  font-family: sans-serif;
}

.details_lote5{
  font-size: 11px;
  font-family: sans-serif;
  margin-top: -20px !important;
}

.container-details-lote3{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.details_lote6{
  font-size: 12px;
  font-family: sans-serif;
  margin-top: -100px !important;
}

.details_lote7{
  font-size: 15px;
  font-family: sans-serif;
  margin-top: 0px !important;
}

.cancel_ppenv{
  background-color: #636363;
  color: #fff;
  font-family: Raleway;
  border-radius: 5px;
  border: none;
  width:  85% !important;
  height: 25px;
  margin-top: -10px !important;
}

.select_archives{
  align-self: flex-start;
  background-color: #636363;
  color: #fff;
  font-family: sans-serif;
  font-size: 11px;
  border-radius: 5px;
  border: none;
  height: 25px;
  margin-top: -15px !important;
}

.box-btn-archives{
  place-items: center;
  margin-bottom: 5px;
}

.btn_archives{
  background-color: #636363;
  color: #fff;
  font-family: sans-serif;
  font-size: 11px;
  border-radius: 5px;
  border: none;
  width: 130px !important;
  height: 30px;
}

.input-search{
  width:80px;
  height:20px;
  text-align:center;
  font-size: 13px;
  padding: 0;
  margin-top: 10px;
  border-color: #000000 !important;
}

.input-search2{
  width:150px;
  height:20px;
  text-align:center;
  font-size: 13px;
  padding: 0;
  margin-top: 10px;
  border-color: #000000 !important;
}

.input-search3{
  width:120px;
  height:20px;
  text-align:center;
  font-size: 13px;
  padding: 0;
  margin-top: 10px;
  border-color: #000000 !important;
}

.inpt-radio-stats{
  margin: 0px !important;
  margin-right: 2px !important;
}

.filters{
  background-color: #636363;
  color: #fff;
  font-family: Raleway;
  border-radius: 5px;
  border: none;
  width:200px !important;
  height: 40px;
  margin: 0px !important;
}

.filters-form{
  margin: 0px !important;
}

.reg-pp-env{
  display: flex;
  justify-self: right;
}

.box-destinos1{
  margin-top: 10px;
}

.box-destinos2{
  margin-top: 10px;
}

.destinos{
  width: 96%;
  border-color: #000000 !important;
  font-family: Raleway;
  font-size: 11px !important;
  color: #000000 !important;
}

.env_arq_ppenv{
  width: 96%;
  height: 60px;
  background-color: #c0c0c0;
  box-shadow: 0px 0px 10px #000000;
  margin-top: 10px;
}

.qts-archives{
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qts-arch-env{
  width: 75%;
  text-align-last: end;
}

.box-archives{
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

.env_archives{
  background-color: #636363;
  color: #fff;
  font-family: sans-serif;
  font-size: 11px;
  border-radius: 5px;
  border: none;
  height: 25px;
  margin-top: 2px !important;
  margin-left: 5px;
}

.btn-iniciar{
  background-color: #ffffff00;
  color: #000;
  font-family: sans-serif;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  height: 30px;
}

.nome-arq{
  width: 40%;
  border-color: #000000 !important;
  font-family: Raleway;
  font-size: 11px !important;
  color: #000000 !important;
}

.arq-tam{
  background-color: #ffffff00;
  color: #000;
  font-family: sans-serif;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  height: 30px;
}

.btn-apagar{
  background-color: #ffffff00;
  color: #ff0000;
  font-family: sans-serif;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  height: 30px;
  margin-left: 5px;
}

.opt{
  width: 70% !important;
  border-color: #000000 !important;
  height: 20px !important;
  margin-top: 10px !important;
  font-size: 13px !important;
  padding: 0 !important;
}

.env_rastr{
  background-color: #636363;
  color: #fff;
  font-family: sans-serif;
  font-size: 11px;
  border-radius: 5px;
  border: none;
  width: 200px !important;
  height: 30px;
}

.btn-att-stats{
  width: 30px !important;
  height: 115px;
  font-weight: bold;
  background-color: #636363;
  border-radius: 5px;
  border: none;
}

.color-fundo-hover{
 height: 250px;
}
.color-fundo-hover:hover{
 background-color: #949494;
}

/* modelo responsivo para celulares */
@media screen and (max-width: 1020px){
  /* menu H */
  .main-nav{
    display: none;
  }

  /* body */
  .envio-form{
    width: min-content;
    text-align: left;
  }

  .fazer-env1, .fazer-env2, .fazer-env3{
    margin-top: -2px;
  }

  .flex {
    flex-direction: column;
  }
}