@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;

0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*========================================
    GLOBAL
========================================*/
body {
  color: #888888;
  font-size: 1rem;
  line-height: 1.5em;
}

.title-primary {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 6vh;
}

.text-sm {
  font-size: 0.8rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.2rem !important;
}

.text-xl {
  font-size: 1.4rem !important;
}

.text-weight-100 {
  font-weight: 100;
}

.text-weight-200 {
  font-weight: 200;
}

.text-weight-300 {
  font-weight: 300;
}

.text-weight-400 {
  font-weight: 400;
}

.text-weight-500 {
  font-weight: 500;
}

.text-weight-600 {
  font-weight: 600;
}

.text-weight-700 {
  font-weight: 700;
}

.text-weight-800 {
  font-weight: 800;
}

.text-weight-900 {
  font-weight: 900;
}

.font-roboto-condensed {
  font-family: "Roboto Condensed" !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto";
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
  line-height: 1.5em;
  color: unset;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: unset;
}

*:focus {
  outline: none !important;
  outline-color: none !important;
  box-shadow: none;
}

button {
  cursor: pointer;
}

.big-mt {
  margin-top: 4.5rem !important;
}

.medium-mt {
  margin-top: 2rem !important;
}

.small-mb {
  margin-bottom: 1rem !important;
}

.medium-mb {
  margin-bottom: 2rem !important;
}

.big-mb {
  margin-bottom: 4.5rem !important;
}

.color-primary {
  color: #4d8c16 !important;
}

.color-primary-contrast {
  color: #3A6006 !important;
}

.color-gray {
  color: #888888 !important;
}

.color-light {
  color: #ffffff !important;
}

.color-dark {
  color: #000000 !important;
}

.color-yellow {
  color: #CC9D00 !important;
}

.color-blue {
  color: #3490dc !important;
}

.color-red {
  color: #FF0000 !important;
}

.color-cyan {
  color: #6cb2eb !important;
}

.color-purple {
  color: #9561e2 !important;
}

.color-lime {
  color: #D1D721 !important;
}

.color-orange {
  color: #FF6C00 !important;
}

.color-bright-green {
  color: #4d8c16 !important;
}

.centered-btn {
  text-align: center;
}

.bg-primary {
  background-color: #4d8c16 !important;
}

.border-primary {
  border-color: #4d8c16 !important;
}

.btn-color-yellow {
  background-color: #CC9D00 !important;
  color: #fff;
}

.btn-color-gray {
  background-color: #888888 !important;
  color: #fff;
}

.btn-color-purple {
  background-color: #9561e2 !important;
  color: #fff;
}

.btn-color-cyan {
  background-color: #6cb2eb !important;
  color: #fff;
}

.btn-color-red {
  background-color: #FF0000 !important;
  color: #fff;
}

.btn-color-orange {
  background-color: #FF6C00 !important;
  color: #fff;
}

.preserve-white-space {
  white-space: pre-wrap;
}

.word-break {
  word-break: break-word;
}

.bg-light-green {
  background-color: #dbe8d0;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

.border-green {
  border-color: #4d8c16 !important;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.row-gap-5 {
  row-gap: 3rem;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.column-gap-3 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.column-gap-5 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.color-brown {
  color: #CC9D00;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-30 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .large-button-max-width {
    max-width: 470px !important;
  }
}

/*======BUTTONS===========*/

.btn {
  padding: 10px 35px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  transition: all 200ms;
}

.button,
.button--clean,
.button--blue,
.button--yellow,
.button--outlineGray,
.button--lightGray,
.button--bglight {
  padding: 10px 35px;
  text-transform: uppercase;
  background: #4d8c16;
  color: #ffffff;
  border: 1px solid #4d8c16;
  border-radius: 5px;
  text-align: center;
  transition: all 200ms;
}

.button:hover,
.button--clean:hover,
.button--blue:hover,
.button--yellow:hover,
.button--outlineGray:hover,
.button--lightGray:hover,
.button--bglight:hover {
  background: #42505C;
  color: #ffffff;
}

.button--bglight {
  background: #ffffff;
  color: #4d8c16;
  border: 1px solid #4d8c16;
}

.button--bglight:hover {
  background: #4d8c16;
  color: #ffffff;
}

.button--lightGray {
  background: #D3D3D3;
  color: #FF0000;
  border: none;
}

.button--lightGray:hover {
  background: #FF0000;
  color: #ffffff;
}

.button--outlineGray {
  background: transparent;
  color: #888888;
  border: 1px solid #888888;
}

.button--outlineGray:hover {
  background: #888888;
  color: #ffffff;
}

.button.fullwidth,
.fullwidth.button--clean,
.fullwidth.button--blue,
.fullwidth.button--yellow,
.fullwidth.button--bglight,
.fullwidth.button--lightGray,
.fullwidth.button--outlineGray {
  width: 100%;
}

.button--yellow {
  background: #CC9D00;
  color: #ffffff;
  border: 1px solid #CC9D00;
}

.button--yellow:hover {
  background: rgba(204, 157, 0, 0.8);
}

.button--blue {
  background: #0015B2;
  color: #ffffff;
  border: none;
}

.button--blue:hover {
  background: #3490dc;
}

.button--clean {
  background: transparent;
  color: #888888;
  border: none;
  text-decoration: underline;
}

.button--clean:hover {
  color: #4d8c16;
  background: transparent;
  text-decoration: underline;
}

.button--small {
  padding: 5px 12px !important;
  font-size: 0.8rem;
}

.negative-bm {
  position: relative;
  bottom: -2.4rem;
  margin-bottom: -3rem;
}

.btn--icon {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  transition: all 200ms;
}

.btn--icon p {
  margin-bottom: 0;
  margin-left: 5px;
  color: #888888;
}

.btn--icon:hover p {
  color: #4d8c16;
}

.btn--icon:hover svg g,
.btn--icon:hover svg g line,
.btn--icon:hover svg g path {
  stroke: #4d8c16;
}

.btn--icon.active p {
  color: #4d8c16;
}

.btn--icon.active svg g,
.btn--icon.active svg g line,
.btn--icon.active svg g path {
  stroke: #4d8c16;
}

.pointer {
  cursor: pointer !important;
}

/*========================================
LAYOUTS
========================================*/

.animation-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  display: block;
  z-index: 120;
  background: #ffffff;
}

.index-section {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  color: #000000;
}

.index-section > div {
  min-height: 100vh;
}

.index-section .grid-item {
  /* FONTS */
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.index-section .grid-item p {
  margin-bottom: 5px;
}

.index-section .grid-item a {
  display: block;
  margin-bottom: 5px;
}

.index-section .grid-item .grid__title {
  color: #4d8c16;
}

.index-section .grid-item:last-child {
  grid-column-start: span 2;
  margin-top: 2rem;
}

.index-title {
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.index-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.2rem;
  grid-row-gap: 2.5rem;
}

.today-deliver {
  border-right: 1px solid #4d8c16;
  padding: 5vh 3vw 5vh 6vw;
}

.index-brand {
  height: 18vh;
}

#index-logo {
  position: relative;
  width: 400px;
  margin-bottom: 3rem;
  z-index: 120;
}

.top-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 5vw 3.5rem;
}

/* #index-logo {
    position: absolute;
    width: 48vw;
    top: 40%;
    margin-bottom: 3rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 120;
} */

.later-delivery {
  position: relative;
}

.later-delivery .grid-item {
  padding: 10vh 4vw 5vh 6vw;
  color: #4d8c16;
}

#img-lauch {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  z-index: 122;
}

.index-section {
  display: grid;
  grid-template-columns: 4fr 6fr;
}

.frete-about {
  padding: 0 6vw;
  min-height: 100vh;
  background: #F0F0F0;
}

.frete-about .frete-inner {
  position: sticky;
  top: 0;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

ul.benefits {
  list-style-image: url(/images/list-check-icon-small.png?dde99b109c2ecdcf35a5cd18d72a3f09);
  padding-left: 2rem;
  margin-bottom: 1rem;
}

ul.benefits .benefits-list {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #4d8c16;
  margin-bottom: 0.5rem;
}

ul.benefits .benefits-list p {
  position: relative;
  top: -4px;
  line-height: 1.5em;
  margin-bottom: 0;
}

.login-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-nav .login-nav__link {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #4d8c16;
  cursor: pointer;
}

.login-nav .login-nav__link:hover {
  color: #42505C;
}

.login-nav .login-nav__dot {
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
}

#top-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5vw 1.5rem;
}

.calculation-section {
  padding: 3rem 6vw 1.5rem;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}

.calculation-section.last {
  border-bottom: none;
  padding-bottom: 0;
}

img.logo-medium {
  margin-top: -1rem;
}

.deliver-date {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
}

.deliver-date.better {
  padding: 4px 10px;
  border: 1px solid #4d8c16;
  color: #4d8c16;
}

/* Loading screen */

.loading-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  padding: 1.5rem;
  background: #ffffff;
  background-clip: padding-box;
  border-radius: 10px;
  color: #4d8c16;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.loading-content .loading-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: center;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

.loading-content .loading-body .loading-text span {
  font-weight: bold;
  font-size: 1.2rem;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.loading-content .loading-body .loading-text span:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-content .loading-body .loading-text span:nth-child(3) {
  animation-delay: 0.4s;
}

/*========================================
COMPONENTS
========================================*/

/*======FORM===========*/

.input-group-text {
  background: transparent;
}

.search-box input {
  border-right: none;
}

.search-box .btn-search {
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-left: none;
}

.input-link {
  color: #4d8c16;
  font-size: 0.8rem;
  text-decoration: underline;
  position: absolute;
  top: 2px;
  right: 2rem;
}

.inner-fileBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.big-select {
  width: 100%;
  height: 50px;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}

.report-filterbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
}

.report-filterbox .select-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
}

.report-filterbox .select-container .form-group {
  margin-bottom: 1rem !important;
  width: 18%;
  margin-right: 2% !important;
}

.report-filterbox .select-container .form-group label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.report-filterbox .select-container .form-control {
  font-size: 0.87rem;
  color: gray;
  height: 40px;
}

.report-filterbox .select-container .vdp-datepicker input {
  width: 100%;
  border: none !important;
}

.report-filterbox .button,
.report-filterbox .button--bglight,
.report-filterbox .button--lightGray,
.report-filterbox .button--outlineGray,
.report-filterbox .button--yellow,
.report-filterbox .button--blue,
.report-filterbox .button--clean {
  margin-top: 1.6rem;
  width: 100%;
  max-width: 210px;
}

.input-layout {
  color: #888888;
  font-size: 14px;
  height: 47px;
  padding: 10px 0 10px 10px;
  border: #e2e2e2 solid 1px;
  border-radius: 4px;
}

.input-layout::-moz-placeholder {
  color: #cececc;
}

.input-layout:-ms-input-placeholder {
  color: #cececc;
}

.input-layout::placeholder {
  color: #cececc;
}

.textarea-layout {
  color: #888888 !important;
  font-size: 14px;
  padding: 10px 0 10px 10px !important;
  border: #e2e2e2 solid 1px !important;
  border-radius: 4px !important;
}

.form-group label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.required::after {
  content: "*";
  color: #DC3545;
}

/*======CHECKBOX===========*/

/* The check */

.check,
.check--inline {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check--inline {
  display: inline-block;
}

.check small,
.check--inline small {
  font-size: 90%;
}

.check-shipments-list {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-shipments-list small {
  font-size: 90%;
}

.check-shipments-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.check-shipments-list input:checked ~ .checkmark {
  background-color: #4d8c16;
}

.check-shipments-list input:checked ~ .checkmark:after {
  display: block;
}

.check-shipments-list .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-color: #4d8c16;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
}

.check-shipments-list .checkmark:after {
  left: 5px;
  top: 1px;
  width: 10px;
  height: 15px;
  border: solid;
  border-color: #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Hide the browser's default checkbox */

.check input,
.check--inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-color: #4d8c16;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
}

/* When the checkbox is checked, add a blue background */

.check input:checked ~ .checkmark,
.check--inline input:checked ~ .checkmark {
  background-color: #4d8c16;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check input:checked ~ .checkmark:after,
.check--inline input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check .checkmark:after,
.check--inline .checkmark:after {
  left: 5px;
  top: 1px;
  width: 10px;
  height: 15px;
  border: solid;
  border-color: #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*  RIGHT SIDE  */

/* The check */

.check-right,
.check-right--inline {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-top: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-right--inline {
  display: inline-block;
}

.check-right small,
.check-right--inline small {
  font-size: 90%;
}

/* Hide the browser's default checkbox */

.check-right input,
.check-right--inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

.checkmark-right {
  position: absolute;
  top: 2rem;
  right: 0;
  height: 25px;
  width: 25px;
  border-color: #00B254;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
}

/* When the checkbox is checked, add a blue background */

.check-right input:checked ~ .checkmark-right,
.check-right--inline input:checked ~ .checkmark-right {
  background-color: #4d8c16;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-right:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check-right input:checked ~ .checkmark-right:after,
.check-right--inline input:checked ~ .checkmark-right:after {
  display: block;
}

/* Style the checkmark/indicator */

.check-right .checkmark-right:after,
.check-right--inline .checkmark-right:after {
  left: 5px;
  top: 1px;
  width: 10px;
  height: 15px;
  border: solid;
  border-color: #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*========================================
MEDIA QUERIES
========================================*/

@media screen and (max-width: 1024px) {
  .top-section .header-left {
    margin-left: -2rem;
  }

  .data-content {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .data-content .data-box {
    max-width: 22.3%;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 865px) {
  .grid-list {
    width: 100%;
    margin: 0 auto;
    border-left: none;
  }

  .grid-list .list-item {
    margin: 0 0.5rem 2rem 0.5rem;
    flex-wrap: wrap;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.2);
  }

  .grid-list .list-item .row-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 5% 5% 0 0;
    transform: none;
  }

  .grid-list .list-item .item__box,
  .grid-list .list-item .item__box.short {
    width: 48%;
    margin-bottom: 1rem;
    max-width: unset;
  }

  .grid-list .list-item .item__box.action {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .grid-list .list-item .item__box.action-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .grid-list .list-item .item__box.checkbox {
    display: block;
  }
}

@media screen and (max-width: 770px) {
  #content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .index-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .index-section .today-deliver,
  .index-section .later-delivery {
    min-height: unset;
  }

  #img-lauch {
    width: 55%;
  }

  .top-section .header-left {
    margin-left: -2rem;
  }

  .button.top-button,
  .top-button.button--bglight,
  .top-button.button--lightGray,
  .top-button.button--outlineGray,
  .top-button.button--yellow,
  .top-button.button--blue,
  .top-button.button--clean {
    width: 100%;
    padding: 15px 10px;
    text-align: center;
  }

  .data-content {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .data-content .data-box {
    max-width: 30%;
    margin-bottom: 1rem;
  }

  #ordenation {
    margin-top: 1rem !important;
  }

  .row.mobile-flex {
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }

  .row.mobile-flex .top-button {
    width: auto;
  }

  .dashboard-grid {
    grid-template-areas: "clients clients" "funil funil";
    grid-template-columns: 1fr 1fr;
  }

  .report-filterbox {
    flex-wrap: wrap;
  }

  .report-filterbox .select-container .form-group {
    width: 31%;
  }
}

/* ================================================*/

@media screen and (max-width: 775px) {
  #section-frete {
    display: flex;
    flex-direction: column-reverse;
  }

  .frete-about {
    min-height: unset !important;
    text-align: center;
  }

  .title-primary {
    font-size: 2rem;
  }

  .frete-inner h2 {
    font-size: 1.2rem !important;
  }

  .login-nav {
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
  }

  .login-nav .login-nav__dot {
    margin-bottom: 1rem;
    opacity: 0;
  }

  .top-section .col-7 {
    max-width: 100% !important;
    flex: 100% !important;
  }

  .top-section .row.mb-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .calculation-section {
    padding: 1rem 6vw 1.5rem;
  }

  .calculation-section .row > div {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .modal-content .modal-body,
  .modal-content .modal-footer {
    padding: 1.5rem !important;
  }

  .modal-content .modal-footer {
    justify-content: center !important;
    text-align: center;
  }

  .modal-content .modal-footer .login-nav {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .index-brand {
    height: 15vh;
  }

  .index-brand #index-logo {
    width: 300px;
    margin-bottom: 1rem;
  }

  .index-grid {
    display: flex !important;
    flex-wrap: wrap;
  }

  .index-grid .grid-item {
    margin-bottom: 1.5rem;
  }

  .index-grid .grid-item a {
    margin-bottom: 15px;
    font-weight: 400;
  }

  .today-deliver {
    border-right: none;
    border-bottom: 1px solid #00b254;
    padding: 1vh 3vw 3vh 6vw;
  }

  .later-delivery .grid-item {
    padding: 4vh 4vw 15vh 6vw;
  }

  .later-delivery .grid-item a {
    margin-bottom: 14px;
  }

  /* SYSTEM */

  .system-header {
    padding: 0.5rem;
  }

  .system-header .wrapper {
    flex-wrap: wrap;
    padding: 0;
  }

  .system-header .system-logo {
    text-align: center;
  }

  .system-header .system-logo img {
    max-width: 200px;
  }

  .system-header .system-nav.flex {
    justify-content: center;
  }

  .navigation.client-side {
    order: 3;
  }

  .system-nav .nav-link {
    padding: 0.4rem !important;
    margin-bottom: 1rem !important;
  }

  .wrapper {
    padding: 0;
  }

  .wrapper.activity-wrapper {
    flex-direction: column-reverse;
  }

  .wrapper > div {
    flex: 100%;
    max-width: 100%;
  }

  .top-section .header-left {
    margin-left: -1rem;
    margin-bottom: 1rem;
  }

  .top-section h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  .wrapper.navigation-inner {
    flex-wrap: wrap-reverse;
    margin-top: 1rem;
    justify-content: center !important;
    text-align: center;
  }

  .top-section-title {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }

  .client-top__li {
    margin-top: 1.5rem;
  }

  .client-top h2 {
    text-align: center;
  }

  .client-heading {
    flex-wrap: wrap;
  }

  .client-heading .button.top-button,
  .client-heading .top-button.button--bglight,
  .client-heading .top-button.button--lightGray,
  .client-heading .top-button.button--outlineGray,
  .client-heading .top-button.button--yellow,
  .client-heading .top-button.button--blue,
  .client-heading .top-button.button--clean {
    margin-top: 1.5rem;
  }

  .data-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 100%;
  }

  .data-content .data-box {
    max-width: 44%;
    margin-bottom: 0;
    padding: 0.2rem;
  }

  .sideinfo {
    width: 100%;
    margin-left: 0;
  }

  #ordenation .col-3,
  #ordenation .col-4 {
    flex: 100%;
    max-width: 100%;
    padding: 0 10px 0 0 !important;
  }

  #ordenation .col-6 {
    flex: 100%;
    max-width: 100%;
    padding: 0 25px 0 15px !important;
  }

  #ordenation .form-inline {
    flex-wrap: nowrap;
  }

  .dashboard-grid {
    grid-template-areas: "clients" "funil";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dashcard-header.header-wrap {
    flex-wrap: wrap;
  }

  .dashcard-header.header-wrap .dashcard__title {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .dashcard-header.header-wrap .dashcard__filters {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dashcard-header.header-wrap .dashcard__filters #qntClient,
  .dashcard-header.header-wrap .dashcard__filters #order {
    width: 47%;
    margin: 0 !important;
  }

  #section-heading {
    flex-direction: column;
    justify-content: flex-start !important;
  }

  #section-heading .col-4 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  #section-heading .col-3 {
    flex: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    margin-top: 1rem;
  }

  .table-container {
    overflow: scroll;
    width: 100%;
    white-space: nowrap;
  }

  .config-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1rem !important;
  }

  .config-wrapper .config-nav {
    width: 100%;
    min-height: auto;
    margin: 0 auto 2rem;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .config-wrapper .config-nav .config__item {
    background: #fff;
    margin-bottom: 0.5rem;
  }

  .config-wrapper .wrap-5 {
    width: 100% !important;
    padding: 2rem 2rem !important;
  }

  .config-wrapper .wrap-7 {
    width: 100% !important;
    padding: 2rem 0 !important;
  }

  .config-heading {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 1rem 1rem;
    justify-content: center;
  }

  .config-heading .form-group,
  .config-heading h3 {
    margin-bottom: 1rem !important;
  }

  .shadowed-box {
    flex-wrap: wrap;
  }

  .shadowed-box.top-page {
    margin-top: 0;
    top: 0;
  }

  .shadowed-box .grid-1-4 {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.1rem;
  }

  .shadowed-box .grid-1-4 .avatar {
    width: 200px;
  }

  .shadowed-box .grid-1-4 .mb-5 {
    margin-bottom: 2rem !important;
  }

  .shadowed-box .grid-1-4 .mb-5 p {
    margin-bottom: 0.5rem !important;
  }

  .shadowed-box .grid-1-4:first-child {
    border-right: none;
    text-align: center;
  }

  .shadowed-box .button--bglight.button--small.mb-5.d-block {
    margin-bottom: 1.5rem !important;
  }

  div.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .detail-modal {
    flex-direction: column;
  }

  .detail-modal > div[class*=col-] {
    max-width: 100%;
    flex: 100%;
  }

  .sm-break {
    flex-direction: column;
  }

  .sm-break > div[class*=col-] {
    max-width: 100%;
    flex: 100%;
  }

  .modal-footer .btn-sm {
    margin-bottom: 1rem;
  }

  #orderForm {
    flex-direction: column-reverse;
  }

  #orderForm > [class*=col-] {
    max-width: 100%;
    flex: 100%;
    padding-left: 1rem !important;
  }

  #orderForm .shadowed-box .cotation__block {
    flex-direction: column;
    padding: 1rem;
  }

  #orderForm .shadowed-box .cotation__block > [class*=col-] {
    max-width: 100%;
    flex: 100%;
    padding-bottom: 1rem !important;
  }

  #orderForm .col-5 .shadowed-box {
    margin-bottom: 1.5rem;
  }

  #orderForm .col-7 form .shadowed-box {
    padding: 1.5rem !important;
  }

  .mobile-none {
    display: none;
  }

  .report-filterbox {
    flex-direction: column;
  }

  .report-filterbox .select-container {
    justify-content: space-between;
  }

  .report-filterbox .form-group.form-date {
    width: 46% !important;
  }
}


