@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins: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");
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */

a {
  cursor: pointer !important;
}

img {
  max-width: 100%;
}

.title {
  color: #ffffff;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.description {
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.description-div p {
  margin: 0px !important;
}

.description-div {
  margin-bottom: 20px;
}

.center-btn {
  margin: 70px auto;
  text-align: center;
}

.btn-call {
  padding: 10px 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: #18d3bf;
  color: white;
  border-radius: 5px 5px;
  text-shadow: 2px 2px #15b5a4;
}

.btn-call:hover {
  color: #18d3bf;
  background: white;
  border: 1px solid #18d3bf;
  text-decoration: none;
  text-shadow: unset;
}

.div-btn-space .btn-call {
  color: #18d3bf;
  text-shadow: none;
  background: white;
}

#header-section {
  min-height: 80px;
  background: white;
  width: 100%;
  position: fixed;
  z-index: 999;
}

#header-section #logo-header {
  margin-top: 20px;
}

#banner-section {
  background: url(../img/banner.png) center;
  background-size: cover;
  height: 700px;
  position: relative;
  overflow: hidden;
}
#banner-section .container {
  z-index: 1;
  position: relative;
}
#myVideo {
  position: absolute;
  /* left: 0;
  top: 0;
  right: 0;
  bottom: 0;*/
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}


#banner-section .title {
  font-size: 45px;
}

#banner-section .overlay-text {
  margin-top: 100px;
  /* background: rgba(0, 0, 0, 0.4); */
  padding: 10px;
  /* border-radius: 10px; */
}

#banner-section .description {
  padding-bottom: 30px;
  padding-top: 30px;
}

#banner-section .btn-call {
  padding: 10px 20px;
  display: inline-block;
}

#export-section {
  background: rgb(134, 143, 189);
  background: linear-gradient(
    90deg,
    rgba(134, 143, 189, 1) 50%,
    rgba(86, 98, 163, 1) 50%
  );
  min-height: 500px;
  padding-bottom: 20px;
}

#export-section .col-md-4 {
  margin-top: 100px;
}

.export-div-first {
  padding: 0px 40px 0px 0px;
}

.export-div-second {
  padding: 0px 0px 0px 40px;
}

#export-section .title {
  margin-top: 40px;
  margin-bottom: 30px;
}

#export-section .description {
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

#export-section .btn-call {
  padding: 10px 20px;
  font-size: 16px;
}

#logistics-section {
  background: url(../img/logistics-banner.jpg) center top;
  background-size: cover;
  min-height: 530px;
}

#logistics-section #logistics-div {
  margin-top: 80px;
  padding: 0px 40px 0px 40px;
}

#logistics-section #logistics-div .description {
  margin: 30px 0px 30px 0px;
}

#weAre-section {
  min-height: 800px;
  background: #ffffff;
}

#weAre-section .weAre-div .title {
  color: #5662a3;
}

#weAre-section .div-btn-space .btn-call{
  border: 1px solid #15b5a4;
}

.members-div {
  margin-top: 130px;
}

.members-div img {
  position: relative;
  z-index: 1;
}

.background-members {
  position: absolute;
  right: 0;
  bottom: 300px;
  width: 40%;
  background: #e7e9f2;
  height: 400px;
}

#weAre-section .weAre-div .description {
  color: #323232;
  line-height: 24px;
  margin: 30px 0px 30px 0px;
  text-align: left;
  padding-right: 100px;
  line-height: 30px;
}

.weAre-div {
  margin-top: 100px;
}

.weAre-div .parceiros-div {
  display: flex;
  margin-bottom: 40px;
}

.weAre-div .parceiros-div p {
  color: #5662a3;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: auto 0 auto 0;
}

#about-section {
  background: #f3f4f8;
  min-height: 500px;
}

#about-section .col-md-4 {
  margin-top: 100px;
}

#about-section .col-md-4 img {
  display: flex;
  margin: 0 auto;
}

#about-section .title {
  color: #5662a3;
  font-size: 45px;
  margin-top: 50px;
}

#about-section .description {
  color: #59595a;
  font-size: 16px;
  line-height: unset;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

#about-section #years-img {
  margin: 60px auto auto 0;
}

#visit-section {
  background: url(../img/visit-section.png) center top;
  background-size: cover;
  min-height: 360px;
  margin: 60px 0px 60px 0px;
}

#visit-div {
  display: flex;
  min-height: 300px;
}

.visit-text {
  margin: auto;
}

#visit-section .title {
  color: #313869;
  background: white;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
}

#visit-section .description {
  background: #313869;
  color: white;
  text-align: center;
  padding: 10px 20px;
  margin-left: 40px;
  margin-bottom: 0px;
  width: 100%;
}

#visit-section .btn-call {
  float: right;
  margin-right: 30px;
}

#success-section {
  background: #e7e9f2;
  min-height: 1000px;
}

#success-section .title {
  text-align: center;
  color: #5662a3;
  margin-top: 100px;
  margin-bottom: 30px;
}

#success-section .description {
  text-align: center;
  color: #323232;
  margin-bottom: 60px;
}

.success-divs {
  background: white;
  min-height: 600px;
  padding: 30px 60px 30px 60px;
  width: 95%;
}

.success-divs h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}

.success-divs p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.img-div-success {
  min-height: 100px;
  display: flex;
  margin-bottom: 20px;
}

.img-div-success img {
  margin: auto auto auto 0;
}

#news-section {
  background: #868fbd;
  min-height: 880px;
}

#news-section .slick-list{
height: 430px;
}

#news-section .title {
  color: #28232d;
  text-align: center;
  margin: 90px 0px 90px 0px;
}

.news-div {
  padding: 20px 20px;
  height: 400px;
  background: white;
  width: 95%;
  position: relative;
}

.news-div .news-description-text p{
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
}

#news-section .slick-slide img {
  display: unset !important;
}

.news-div img {
  max-width: 100%;
}

.news-div h3 {
  padding: 15px 0px 15px 0px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.news-div .description {
  padding-bottom: 10px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: unset;
  padding-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}

.btn-news {
  color: white;
  background: #313869;
  /* padding: 15px 30px; */
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.news-div .btn-news{
  width: 85%;
  position: absolute;
  bottom: 25px;
}

.btn-news:hover {
  /* color: #313869;
  background: white;
  border: 1px solid #313869; */
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}

.btn-news img {
  padding: 11px 0px 10px 15px;
}

.catalog-div {
  height: 465px !important;
}

.catalog-div .btn-news {
  bottom: 20px !important;
  margin: 0px !important;
}

#news-section .center-btn .btn-news {
  padding: 15px 30px;
  width: unset;
  background: #28232d;
}

#news-section .center-btn .btn-news:hover {
  color: #28232d;
  background: white;
  border: 1px solid #28232d;
}

#client-section {
  background: #e7e9f2;
  min-height: 500px;
}

#client-section .title {
  text-align: center;
  color: #5662a3;
  margin-top: 70px;
  margin-bottom: 30px;
}

#client-section .description {
  text-align: center;
  color: #3e3e3f;
}
#map-section {
  background: white;
}
#map-section iframe {
  margin-top: 80px;
  width: 100%;
  height: 300px;
}

#contact-section {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 37%,
    rgba(231, 233, 242, 1) 37%
  );
  min-height: 750px;
}

#contact-section .title {
  color: #5662a3;
  margin-top: 80px;
}

#contact-section .description {
  color: #323232;
  margin-top: 30px;
  margin-bottom: 30px;
}

#contact-section .contact-text a{
  font-family: "Open Sans", sans-serif;
  color: #212529;
  text-decoration: none;
}

#contact-section .contact-text a:hover{
  color: #212529;
  text-decoration: underline;
}

.contact-text {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.img-contact {
  padding-right: 14px;
}

.holder-contact {
  position: relative;
}

.holder-contact img {
  position: absolute;
  left: 0;
  top: 10px;
}

.holded-itens {
  position: relative;
  margin-left: 50px;
}

.form-div {
  padding: 80px 0px 80px 80px;
}

.form-div .label-control {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0px 10px 0px;
}

.form-div input {
  height: 50px;
}

.form-control::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #bfbfbf;
}

.form-div button {
  border: unset;
  margin-top: 10px;
}

#first-social {
  padding: 10px 10px 10px 0px;
}

.contact-social {
  padding: 10px;
}

#footer-section {
  background: #313869;
  min-height: 400px;
}

#footer-section #signature {
  background: #28232d;
  min-height: 60px;
}

#signature p {
  text-align: center;
  color: #bdbcbe;
  padding: 15px 0px 15px 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

#signature strong {
  color: #ffffff;
  font-weight: 800;
}

#signature a {
  color: #bdbcbe;
}

#signature a:hover {
  color: #bdbcbe;
  text-decoration: underline;
}

#footer-section .col-md-4 {
  margin-top: 100px;
  margin-bottom: 80px;
}

#footer-section #first-footer p {
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-top: 40px;
  font-size: 14px;
}

#footer-section .contact-text {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
}

#footer-section .holded-itens {
  margin-left: 35px;
}

.hold-footer {
  position: relative;
}

.title-footer {
  position: absolute;
  left: 0;
  top: 0px;
  color: white;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}

.holded-footer {
  position: relative;
  margin-left: 100px;
  border-left: 5px solid white;
  padding-left: 30px;
}

#map-footer .contact-text {
  margin-bottom: 6px;
}

#map-footer .holded-footer {
  margin-left: 150px;
}

#map-footer a {
  color: white;
}

#map-footer a:hover {
  color: white;
}

.wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 10px;
  margin-top: 40px;
}

.client {
  background: white;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  width: 95% !important;
}

.client img {
  max-width: 100%;
}

#menu a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
  font-family: "Open Sans", sans-serif;
}

#menu a:hover {
  color: black;
}

#menuToggle {
  display: block;
  position: absolute;
  top: 22px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: black;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 500px;
  margin: -100px 0 0 0;
  padding: 100px 100px 100px 70px;
  min-height: 825px;
  padding-top: 80px;
  right: -100px;

  background: white;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;

  transform-origin: 0% 0%;
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 7px 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}

.number-header {
  padding: 10px 0px 10px 0px;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  margin: 20px 0px 20px 0px;
}

.number-header #title-number {
  font-size: 16px;
}

.number-header .contact-text {
  font-weight: 800;
  font-size: 19px;
}

#menu li:before,
#menu li:after {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
#menu li:before {
  content: "[";
  position: absolute;
  margin-left: -20px;
}
#menu li:after {
  content: "]";
  padding-left: 10px;
}
#menu li:hover:before,
#menu li:hover:after {
  color: #5662a3;
}

#header-section #header-div {
  display: flex;
}

#header-section #convert-div {
  margin: auto auto;
  display: flex;
}

#header-section #convert-div #convert-img {
  padding: 0px 20px 0px 20px;
}

.holded-itens-header input {
  width: 70%;
  border: unset !important;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.holded-itens-header {
  border-bottom: 3px solid black;
}
.holded-itens-header span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#first-flag,
#second-flag {
  padding-right: 10px;
}

.header-whats {
  margin: auto auto;
}

.language {
  font-family: "Poppins", sans-serif;
  margin: auto auto;
}

.language #language-en {
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 0 5px 0 5px;
}

.language p {
  margin-bottom: 0px;
  text-align: center;
  font-weight: 400;
  color: black;
}

.language a {
  font-weight: 900;
  color: black;
}

.language a:hover {
  text-decoration: none;
  color: #868fbd;
}

@media only screen and (max-width: 600px) {

  .news-div .btn-news{
    width: 90%;
    position: absolute;
    bottom: 10px;
  }

  #logo-headerA {
    width: 50%;
  }

  .div-btn-space .btn-call{
    margin-bottom: 30px;
  }

  #header-section {
    position: relative;
    min-height: 150px;
  }

  #header-section #convert-div {
    position: absolute;
    bottom: 0px;
    padding-bottom: 20px;
  }
  /* 
  .holded-itens-header input{
    width: 55%;
  } */

  #header-section #convert-div span {
    display: grid;
  }

  .holded-itens-header {
    display: flex;
  }

  #export-section {
    background: rgb(134, 143, 189);
    background: linear-gradient(
      180deg,
      rgba(134, 143, 189, 1) 50%,
      rgba(86, 98, 163, 1) 50%
    );
  }

  #menuToggle {
    right: 10px;
  }

  .language {
    margin: auto auto auto 25px;
  }

  #contact-section {
    background: white;
  }

  .form-div .btn-call {
    margin-top: 30px !important;
  }

  /* #convert-div{
    display: none !important;
  } */

  .header-whats {
    display: none !important;
  }

  #banner-section .title {
    margin-top: 50px;
    font-size: 45px;
  }

  .title {
    font-size: 40px;
  }

  .btn-call {
    font-size: 18px;
    padding: 10px 40px;
    display: table;
    margin: 0 auto;
  }

  #banner-section {
    min-height: 690px;
    height: unset;
  }

  #banner-section .description {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  #export-section .col-md-4 {
    margin-top: 40px;
  }

  .export-div-second {
    padding: 0px;
  }

  #export-section .title,
  #export-section .description {
    text-align: center;
  }

  #export-section {
    min-height: 1000px;
  }

  #logistics-section #logistics-div {
    padding: 0px;
  }

  #logistics-section {
    min-height: 600px;
  }

  .background-members {
    display: none;
  }

  #weAre-section .weAre-div .description {
    margin: 0px;
    padding-right: 0px;
  }

  .weAre-div .parceiros-div {
    display: unset;
  }
  .weAre-div .parceiros-div p {
    margin: unset;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .weAre-div .parceiros-div img {
    display: flex;
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .members-div {
    display: none;
  }

  #weAre-section {
    min-height: 1000px;
  }

  #weAre-section .btn-call {
    padding: 10px 15px;
    margin-bottom: 0px;
  }

  .center-btn {
    margin: 40px auto;
  }

  #about-section #years-img {
    margin: 0 auto;
  }

  #about-section .col-md-4 {
    margin-top: 40px;
  }

  #about-section .title {
    margin-bottom: 30px;
    text-align: center;
  }

  #visit-section .title {
    padding: 5px 0px;
    margin-top: 40px;
  }

  #visit-section .description {
    margin-left: 0px;
  }

  #success-section .title {
    margin-top: 50px;
  }

  #success-section .description {
    margin-bottom: 30px;
  }

  .success-divs {
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
  }

  #success-section .btn-call {
    padding: 10px 10px;
    font-size: 15px;
  }

  #news-section .title {
    margin: 40px 0px 40px 0px;
  }

  #news-section{
    min-height: 730px;
  }

  .news-div {
    margin-bottom: 20px;
    height: 400px;
    width: 100%;
  }

  #first-social {
    padding: 5px 0px 5px 0px;
  }

  .form-div {
    padding: 50px 0px 0px 0px;
  }

  #contact-section {
    min-height: 1200px;
  }

  #footer-section .col-md-4 {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  #first-footer img {
    display: flex;
    margin: 0 auto;
  }

  .holded-footer {
    position: relative;
    margin-left: 0px;
    border-left: unset;
    padding-left: 30px;
  }

  .title-footer {
    position: unset;
    left: unset;
    top: unset;
    margin-bottom: 25px;
  }

  #map-footer .holded-footer {
    margin-left: 0px;
  }

  #footer-section #signature {
    min-height: 80px;
  }
  .export-div-first {
    padding: 0px;
  }

  #footer-section .contact-text {
    font-size: 15px;
  }

  #signature p {
    margin-bottom: 0px;
  }

  #menu {
    width: 520px;
    margin: -100px 0 0 0;
    padding: 70px 115px 50px 34px;
    min-height: 700px;
  }
}

@media only screen and (max-width: 400px) {
  #menu {
    width: 470px;
    margin: -100px 0 0 0;
    padding: 70px 115px 50px 34px;
    min-height: 700px;
  }
}

@media only screen and (max-width: 360px) {
  #banner-section .title {
    margin-top: 50px;
    font-size: 40px;
  }

  .title {
    font-size: 40px;
  }

  .btn-call {
    padding: 10px 30px;
    display: table;
    margin: 0 auto;
  }

  #banner-section .description {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  #banner-section .btn-call {
    padding: 10px 30px;
  }

  #export-section .col-md-4 {
    margin-top: 40px;
  }

  #weAre-section .btn-call {
    padding: 10px 15px;
  }

  #export-section .btn-call {
    padding: 10px 30px;
    font-size: 15px;
  }

  .export-div-second {
    padding: 0px;
  }

  #export-section {
    min-height: 950px;
  }

  #logistics-section #logistics-div {
    padding: 0px;
  }

  #logistics-div .title {
    font-size: 35px;
  }

  #logistics-section {
    min-height: 530px;
  }

  .background-members {
    display: none;
  }

  #weAre-section .weAre-div .description {
    margin: 0px;
    padding-right: 0px;
  }

  .weAre-div .parceiros-div {
    display: unset;
  }
  .weAre-div .parceiros-div p {
    margin: unset;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .weAre-div .parceiros-div img {
    display: flex;
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .weAre-div .btn-call {
    padding: 10px 20px;
    font-size: 14px;
  }

  .members-div {
    display: none;
  }

  #weAre-section {
    min-height: 1000px;
  }

  #about-section #years-img {
    margin: 0 auto;
  }

  #about-section .col-md-4 {
    margin-top: 40px;
  }

  #about-section .title {
    margin-bottom: 30px;
    text-align: center;
  }

  #visit-section .title {
    padding: 5px 0px;
    margin-top: 40px;
  }

  #visit-section .description {
    margin-left: 0px;
  }

  #success-section .title {
    margin-top: 50px;
  }

  #success-section .description {
    margin-bottom: 30px;
  }

  .success-divs {
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
  }

  #success-section .btn-call {
    padding: 10px 8px;
    font-size: 13px;
  }

  #news-section .title {
    margin: 40px 0px 40px 0px;
  }

  .news-div {
    margin-bottom: 20px;
    height: 400px;
  }

  #first-social {
    padding: 5px 0px 5px 0px;
  }

  .form-div {
    padding: 50px 0px 0px 0px;
  }

  #contact-section {
    min-height: 1200px;
  }

  #footer-section .col-md-4 {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  #first-footer img {
    display: flex;
    margin: 0 auto;
  }

  .holded-footer {
    position: relative;
    margin-left: 0px;
    border-left: unset;
    padding-left: 30px;
  }

  .title-footer {
    position: unset;
    left: unset;
    top: unset;
    margin-bottom: 25px;
  }

  #map-footer .holded-footer {
    margin-left: 0px;
  }

  #footer-section #signature {
    min-height: 70px;
  }
  .export-div-first {
    padding: 0px;
  }

  #menu {
    width: 480px;
    margin: -100px 0 0 0;
    padding: 70px 115px 50px 50px;
    min-height: 700px;
  }
}

@media only screen and (max-width: 359px) {
  #menu {
    width: 460px;
    margin: -100px 0 0 0;
    padding: 70px 100px 50px 65px;
    min-height: 700px;
  }

  #banner-section .btn-call {
    padding: 10px 16px;
  }

  #logistics-div .btn-call {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 280px) {
  .title {
    font-size: 30px;
  }

  .btn-call {
    font-size: 16px;
    padding: 10px 10px;
  }

  #banner-section .btn-call {
    padding: 10px 10px;
  }

  #banner-section {
    height: 700px;
  }

  #export-section .btn-call {
    padding: 10px 10px;
  }

  #logistics-div .title {
    font-size: 30px;
  }

  #weAre-section .btn-call {
    padding: 10px 5px;
  }

  .news-div {
    height: 400px;
  }

  #news-section .center-btn .btn-news {
    padding: 15px 10px;
  }

  .contact-social {
    padding: 5px;
  }
}




.notice-page #news-section .row{
    margin-left: unset;
    margin-right: unset;
}

.notice-page #news-section .col-md-3{
  padding-left: unset ;
  padding-right: unset ;
}


.notice-page #news-section .title {
  margin: 90px 0px 50px 0px;
}

.notice-page #news-section .col-md-3,
.notice-page #news-section .pagination-div{
  margin-bottom: 40px;
}

.notice-page #news-section tbody{
  margin: 0 auto;
}

.notice-page #news-section .total{
  display: none;
}

.notice-page #news-section .number{
  padding: 6px 12px 6px 12px;
  margin: 5px;
}

.notice-page #news-section span{
  margin: 5px;
  padding: 6px 12px 6px 12px;
}

.notice-page #news-section a{
  margin: 5px;
  padding: 6px 12px 6px 12px;
}

.notice-page #news-section #image-button{
  margin: unset;
  padding: unset;
}
.notice-page #news-section .current{
  background: white;
}

.notice-page #news-section .news-div{
  height: 400px;
}

.notice-page #news-section .pagination-div a{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #28232d;
}

.notice-page #news-section .pagination-div a:hover{
  background: #abb1d1;
  text-decoration: none;
}

#pagNotice{
  background: #868fbd;
}

.pagNotice-div{
  min-height: 700px;
}

.pagNotice-div img{
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}

.pagNotice-div .midias{
  float: right;
  display: flex;
}

.pagNotice-div .infomation-notice p{
  font-size: 16px;
  font-weight: 400;
  padding-right: 5px;
  padding-top: 10px;
}

.infomation-notice{
  display: grid;
  grid-template-columns: 50% 50%;
}

.pagNotice-div .notice-text{
  line-height: 24px;
  color: #111111 ;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}


.pagNotice-div h3{
  padding: 15px 0px 15px 0px;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.pagNotice-news{
  min-height: 400px;
}

.pagNotice-div,
.pagNotice-news{
  background: white;
  padding: 20px;
}

#pagNotice{
  padding: 50px 0px 100px 0px;
}

#pagNotice .title{
  text-align: center;
  color: #28232d;
  padding-bottom: 50px;
}

#pagNotice .news-holded{
  position: relative;
  margin-left: 20px;
}

#pagNotice .news-holder img{
  position: absolute;
  left: 0;
  top: 10px;
}

#pagNotice .news-holder{
  position: relative;
}

.pagNotice-news h3{
  color: #4c537d ;
  font-size: 16px;
  font-weight: 800;
  margin-left: 20px;
}

.pagNotice-news a{
  color: #111111 ;
}

.inside-pages #banner-section {
  background: url(../img/export-banner-page.png) center;
  background-size: cover;
  height: unset;
  min-height: 400px;
}

.inside-pages .title{
  margin-bottom: 0px;
}

.inside-pages #banner-section .banner-title {
  padding-top: 170px;
}

.inside-pages #options-section .description{
  color: black;
  text-align: center;
  font-size: 17px;
}

.inside-pages #options-section{
  margin-top: 70px;
}

.inside-pages #options-section .options-btn{
  color: #18d3bf;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  display: table;
  padding: 10px 20px;
  border: 2px solid #18d3bf;
  border-radius: 5px;
}

.inside-pages #options-section .options-btn:hover{
  color: white;
  background: #18d3bf;
  text-decoration: none;
  text-shadow: 2px 2px #15b5a4;
}

.inside-pages #options-section .wrapper-option{
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 50px;
}

.inside-pages #options-section .options-div{
  display: contents;
  justify-content: center;
  align-items: center;
}

.inside-pages .information-section{
  background: #e7e9f2;
  min-height: 500px;
  margin-top: 100px;
  padding: 100px 0px 100px 0px;
}

.inside-pages .information-section .description{
  color: #323232;
  padding: 15px 50px 15px 0px;
  font-size: 14px;
  line-height: 22px;
}

.inside-pages .information-section .title{
  color: #5662a3;
  text-align: left;
  font-size: 40px;
}

.inside-pages .information-section .btn-call{
  text-transform: uppercase;
  font-size: 15px;
}

.inside-pages #section-indirect,
.inside-pages #section-logistics{
margin-top: 0px;
}

.inside-pages #section-indirect{
  background: #f3f4f8;
}

.inside-pages #section-indirect .description{
  padding: 10px 0px 15px 50px;
}

.inside-pages #section-indirect .title{
  padding-left: 50px;
}

.inside-pages #section-indirect .btn-call{
  margin-left: 50px;
}


.inside-pages #abstract-section{
  margin: 100px 0px 100px 0px;
}

.inside-pages #abstract-section .col-md-10{
  display: flex;
  min-height: 700px;
}

.inside-pages #abstract-section .abstract-title{
  background: #4350b5;
  width: 35%;
  border-radius: 10px 0px 0px 10px;
  padding: 50px 25px 0px 25px;
}

.inside-pages .abstract-title .title{
  text-align: right;
  font-size: 36px;
  font-weight: 900;
}

.inside-pages #abstract-section .abstract-description .description{
  padding-bottom: 0px;
  color: #111111;
}

.inside-pages #abstract-section .abstract-description{
  width: 65%;
  background: white;
  border-top: 1px solid #4350b5;
  border-right: 1px solid #4350b5;
  border-bottom: 1px solid #4350b5;
  border-radius: 0px 10px 10px 0px;
  padding: 50px 50px 50px 50px;
}





#management-page #banner-section {
  background: url(../img/management-banner.png) center;
  background-size: cover;
  height: unset;
  min-height: 400px;
}


#management-page #about-management-section{
  background: #e7e9f2;
}


#management-page .about-management-title{
  width: 35%;
  padding: 50px 25px 0px 25px;
}

#management-page .about-management-title .title {
  text-align: right;
  font-size: 36px;
  font-weight: 900;
  color: #313869;
}

#management-page #about-management-section .about-management-description {
  width: 65%;
  padding: 50px 0px 50px 50px;
}

#management-page #about-management-section .about-management-description .description {
  padding-bottom: 80px;
  color: #111111;
}

#management-page #about-management-section .col-md-10 {
  display: flex;
  min-height: 620px;
  padding: 100px 0px 100px 0px;
}

#import-page #banner-section{
  background: url(../img/import-banner-page.png) center;
  background-size: cover;
  height: unset;
  min-height: 400px;
}

#import-page #options-section .wrapper-option {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 50px;
}

.div-btn-space{
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {

  .contact-obrigado{
    display: none;
  }

  #pag-contato #contact-section{
    min-height: 600px !important;
  }

  .inside-pages #options-section .wrapper-option {
    grid-template-columns: auto;
  }

  .inside-pages #banner-section .title {
    margin-top: 0px;
    text-align: center;
  }

  .inside-pages .title {
    text-align: center !important;
    font-size: 40px !important;
  } 

  .inside-pages .information-section .description {
    padding: 10px 10px 15px 10px;
  }

  .inside-pages .information-section .btn-call {
    margin-bottom: 30px;
  }

  .inside-pages .information-section {
    padding: 50px 0px 50px 0px;
  }

  .inside-pages #section-indirect .description {
    padding: 15px 10px 15px 10px;
  }
  
  .inside-pages #section-indirect .title {
    padding-left: 0px;
    padding-top: 30px;
  }

  .inside-pages #section-indirect .btn-call {
    margin-left: auto;
  }

  .inside-pages #abstract-section .col-md-10{
    display: block;
  }

  .inside-pages #abstract-section .abstract-title {
    width: 100%;
    border-radius: 10px 10px 0px 1px;
    padding: 20px 20px 20px 20px;
  }

  .inside-pages #abstract-section .abstract-description {
    width: 100%;
    border-top: unset;
    border-radius: 0px 0px 10px 10px;
    border-left: 1px solid #4350b5;
    padding: 20px 20px 20px 20px;
  }


  #management-page #banner-section .banner-title {
    padding-top: 100px;
  }


  #management-page #about-management-section .col-md-10 {
    display: block;
    padding: 100px 0px 100px 0px;
  } 


  #management-page .about-management-title {
    width: 100%;
    padding: 0px 10px 0px 10px;
  }

  #management-page #about-management-section .about-management-description {
    width: 100%;
    padding: 50px 20px 0px 20px;
  }

  #management-page #about-management-section .btn-call {
    padding: 10px 5px;
  }

  #management-page #about-management-section .about-management-description .description {
    padding-bottom: 40px;
  }

  
#import-page #options-section .wrapper-option {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 50px;
}

.catalog-div {
  height: 480px !important;
}

}

@media only screen and (max-width: 360px) {

  #management-page .btn-call {
    padding: 10px 10px;
    font-size: 15px;
  }
}


@media only screen and (max-width: 320px) {
  .inside-pages .btn-call {
    padding: 10px 15px;
  }

  .inside-pages .title {
    text-align: center !important;
    font-size: 39px !important;
  }

  .inside-pages #abstract-section .abstract-title {
    padding: 20px 10px 20px 10px;
  }

  #management-page .btn-call {
    padding: 10px 5px;
    font-size: 15px;
  }



}



#about-page #banner-section {
  background: url(../img/about-banner.png) center;
  background-size: cover;
  height: unset;
  min-height: 400px;
}

#about-page #mission-section{
  min-height: 480px;
  background: #ffffff;
}

#about-page #mission-section .mission-div .title{
  color: #5662a3;
  text-align: center;
  font-size: 25px;
  padding: 20px 0px 20px 0px;
}

#about-page #mission-section .mission-div .description{
  color: #111111 ;
  font-size: 15px;
  line-height: 24px;
}

#about-page #mission-section .mission-div{
  padding: 100px 20px 0px 20px;
}

#about-page #mission-section .mission-div img{
  display: flex;
  margin: 0 auto;
}

#about-page #section-about-picks{
  background: white;
}

#about-page #section-about-picks .div-about-picks{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}

#about-page #about-information{
  min-height: 560px;
  padding: 100px 0px 100px 0px;
  background: #e7e9f2;
}

#about-page #about-information #div-licenses{
  background: #ffffff;
  padding: 50px;
}

#about-page #about-information #div-licenses .title{
  color: #5662a3;
  padding-bottom: 50px;
  text-align: center;
}

#about-page #about-information #div-licenses .licences-wrapper{
  display: grid;
  grid-template-columns: auto auto;
}

#about-page #about-information .description{
  color: black;
  padding: 10px 0px 20px 0px;
  line-height: 24px;
}

#about-page strong{
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}


@media only screen and (max-width: 600px) {

  .infomation-notice{
    display: grid;
    grid-template-columns: auto;
  }
  .pagNotice-div .midias{
    float: unset !important;
  }

 .pagNotice-news{
    margin-top: 20px;
  }

  #about-page #about-information {
    padding: 50px 0px 50px 0px;
  }

  .btn-call {
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 50px;
  }

  #about-page #about-information #div-licenses {
    background: #ffffff;
    padding: 25px;
  }

  #about-page #section-about-picks .div-about-picks {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
  }

  #about-section .title {
    margin-top: 0px;
  }

  #about-page #mission-section .mission-div {
    padding: 50px 20px 0px 20px;
  }

  #about-section .col-md-4 {
    margin-top: 70px;
  }

}
