<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.menu a {
  display: flex;
  justify-content: center;
}
.sidebar-menu {
  width: 200px;
  height: 400px;
  background-color: #eee;
  position: absolute;
  top: 0;  
  left: 23%;
}
.sidebar-menu .btn-cls {
  border-bottom: 1px solid #666;
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 0 15px;
  margin-bottom: 20px;
  color: #6d6e70;
  text-transform: uppercase;
  text-align: center;
}
.sidebar-menu .btn-cls:hover {
  background-color: #2884c6;
  color: #fff;
}
.sidebar-menu .main-menu {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
  list-style: none;
  padding: 0 15px;
  margin: 0; 
}
.sidebar-menu .main-menu a{
  text-decoration: none;
  color: #6d6e70;
}
.header-contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-contacts ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-style: italic;
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
}
.header-contacts ul li {
  padding: 8px;
}
.header-contacts ul a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
}
.header-contacts ul a:nth-child(1) {
  font-size: 48px;
  text-transform: uppercase;
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
}
.header-mobile {
  padding: 5px;
  border-bottom: 1px solid #eee;
}
#carousel-custom-dots {
  list-style: none;
  margin: 0 50px;
  padding: 0 0 0 55px;
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  z-index: 1;
  justify-content: end;
}
#carousel-custom-dots .owl-dot {
  background-color: #fff;
  border: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin: 5px;
  cursor: pointer;
}
#carousel-custom-dots .owl-dot.active {
  background-color: #b0cc14 !important;
}
#bannerDefault {
  display: flex;
  width: 100%;
}
.banner-text {
  position: absolute;
  z-index: 8;
  padding: 20px 0 20px 40px;
  max-width: 400px;
}
#bannerDefault .item {
  display: flex;
  justify-content: start;
  align-items: end;
}
.banner-text h2 {
  font-family: "HelveticaNeue67MediumCondensed";
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  margin-bottom: 3px;
}
.banner-text p {
  font-family: "HelveticaNeue67MediumCondensed";
  color: #fff;
  font-size: 20px;
  font-style: italic;
  margin: 0;
}
.position-rel {
  position: relative;
}
.sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "HelveticaNeue67MediumCondensed";
}
.sidebar .logo {
  padding: 25px 0;
}
.sidebar .menu {
  padding: 25px 0;
}
.btn-bluelight {
  border-radius: 16px;
  background-color: #2884c6;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  border: 1px solid #034574;
  text-transform: uppercase;
}
.btn-bluelight:hover {
  color: #fff;
}
.img-responsive {
  max-width: 100%;
  vertical-align: middle;
}
.no-padding {
  padding: 0;
}
.solution-text-home-left h2 {
  width: 80%;
  font-size: 40px;
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
  margin: 0 0 26px 0;
  font-style: italic;
  margin-left: 10%;
}
.solution-text-home-left h3 {
  width: 80%;
  font-size: 30px;
  color: #444;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  margin-left: 10%;
}
#solutions {
  padding-top: 60px;
  padding-bottom: 60px;
}
.solution-text-home-right .item {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solution-text-home-right .item img {
  max-width: 100%;
}
.solution-text-home-right {
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.solution-text-home-right .item h3 {
  color: #2884c6;
  font-family: "Arial Black";
  width: max-content;
  font-size: 30px;
  margin: 0;
}
.solution-text-home-right .item p {
  width: max-content;
  font-family: "helvetica45light";
  margin: 0;
  font-size: 16px;
  color: #6d6e70;
  text-align: center;
  font-style: italic;
}
.solution-text-home-right .text {
  width: 120px;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 80px;
  margin-top: 0;
}
.solution-title h2 {
  font-family: "HelveticaNeue67MediumCondensed";
  color: #2884c6;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  margin-left: 88px;
  margin-bottom: 30px;
}
.solution-title h2 img {
  width: 36px;
  margin-left: 10px;
}
.solution-box {
  position: relative;
}
.solution-box img {
  max-width: 100%;
}
.solution-box .btn-item {
  font-family: "HelveticaNeue67MediumCondensed";
  position: absolute;
  bottom: -17px;
  background-color: #2884c6;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  right: 0;
  left: 0;
  max-width: 240px;
  margin: 0 auto;
  padding: 9px 5px;
  text-decoration: none;
  font-size: 15px;
  z-index: 2;
}
#contact {
  background: url("../images/banner-cotacao-home.jpg") no-repeat center center;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-contact {
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 400px;
}
.text-contact .text h3 {
  color: #fff;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 36px;
  margin: 5px 0 18px 0;
}
.text-contact .text p {
  color: #fff;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 26px;
  margin: 5px 0 0 0;
  line-height: 28px;
}
.flex-content-center {
  display: flex;
  justify-content: start;
  align-items: center;
}
.flex-content-column {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
#units {
  padding-top: 60px;
  padding-bottom: 60px;
}
.unit-content {
  width: 100%;
  height: 200px;
  border-radius: 6px;
  background-color: #eee;
  border: 1px solid #eee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.unit-content h3 {
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 36px;
  margin: 5px 0 0 0;
}
#partners {
  padding-bottom: 60px;
}
.list-partners {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-partners li {
  width: 12.5%;
  text-align: center;
}
#footer {
  min-height: 400px;
  background-color: #ebe8e8;
}
#footer h4 {
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 20px;
  font-style: italic;
  color: #6d6e70;
  margin-top: 40px;
  margin-bottom: 30px;
}
#footer h5 {
  font-family: "HelveticaNeue67MediumCondensed";
  margin: 0;
  color: #2884c6;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media li {
  padding: 5px;
}
.social-media li i {
  font-size: 50px;
  color: #6d6e70;
}
.social-media li:hover i {
  color: #2884c6;
}
.footer-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.footer-menu li a {
  color: #6d6e70;
  text-decoration: none;
  color: #6d6e70;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 18px;
}
.footer-menu li a:hover {
  color: #2884c6;
}
#footer {
  padding-top: 40px;
  padding-bottom: 20px;
}
#footer h3 {
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  max-width: 200px;
}
.footer-box-1 {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.footer-box-2 {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.footer-contacts {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 18px !important;
  padding: 0;
  list-style: none;
}
.footer-contacts {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 18px !important;
}
.footer-contacts li {
  padding-right: 5px;
  padding-left: 5px;
}
.footer-contacts a {
  display: block;
}
.footer-contacts li:first-child {
  width: 82px;
  text-align: center;
}
.footer-contacts li h5 {
  margin: 0;
  font-size: 20px !important;
  text-transform: none !important;
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
}
.footer-contacts li p {
  margin: 0;
  color: #6d6e70;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 16px;
}
.footer-contacts li a {
  text-decoration: none;
  color: #6d6e70;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 18px;
}
.form-horizontal {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.btn-send {
  background-color: #2884c6;
  color: #fff;
  border: 1px solid #034574;
  border-radius: 16px;
  padding: 8px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  width: 180px;
  cursor: pointer;
  z-index: 5;
}
.desktop {
  display: flex;
  flex-direction: row;
}
.mobile {
  display: none;
}
.text-right {
  text-align: right;
}
.sidebar .header-contacts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.header-contacts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-contacts li {
  padding: 8px;
}
.header-contacts a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
}
.header-contacts a:nth-child(1) {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
}
.btn-bluelight {
  border-radius: 16px;
  background-color: #2884c6;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  border: 1px solid #034574;
  text-transform: uppercase;
}
.header {
  height: 140px;
}
.main-menu {
  width: 100%;
}
.header .col-md-2, .header .col-md-3, .header .col-md-4 {
  display: flex;
  align-items: center;
  height: 140px;
}
.header .col-md-3, .header .col-md-4 {
  justify-content: center;
}
.header .col-md-2 {
  justify-content: start;
}
.header .col-md-3 .logo {
  display: flex;
}
.header .col-md-3 .logo img {
  width: 228px;
}
.header-menu {
  display: flex;
}
.header-menu img {
  width: 100px;
}
.banner-top {
  width: 100%;
  height: 375px;
}
.banner-contact {
  background: url("../images/banner-contact.jpg") no-repeat center center;
  background-size: 100% 100%;
  height: 350px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-contact h3 {
  color: #fff;
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 45px;
  font-style: italic;
  margin: 0;
}
.banner-contact h3 span {
  color: #b0cc15;
}
.banner-services {
  background-image: url("../images/banner-services.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px 375px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-about {
  background-image: url("../images/banner-about.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px 375px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-about h3, .banner-services h3 {
  color: #fff;
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 45px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
}
.banner-about h3 span, .banner-services h3 span {
  color: #b0cc15;
}
.banner-quot {
  background: url("../images/banner_cotacao.jpg") no-repeat center center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-quot h3 span {
  color: #b0cc15;
}
.banner-quot h3 {
  color: #fff;
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 45px;
  font-style: italic;
}
.quotation h3 {
  max-width: 465px;
  font-size: 29px;
  color: #2884c6;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-family: "HelveticaNeue67MediumCondensed";
  padding-top: 30px;
  padding-bottom: 30px;
}
.quotation-form .col-md-5 {
  height: 540px;
  background: url("../images/bg-left-cotacao.jpg") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quotation-form-commercial .col-md-5 {
  height: 540px;
  background: url("../images/bg-right-cotacao.jpg") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quotation-form .col-md-5 h2 {
  font-size: 40px;
  color: #fff;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
}
.quotation-form-commercial .col-md-5 h2 {
  font-size: 40px;
  color: #fff;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
}
.quotation-form .col-md-5 h2 span, .quotation-form-commercial .col-md-5 h2 span {
  color: #b0cc15;
}
.quotation-form-commercial .col-md-7, .quotation-form .col-md-7 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.other-subjects {
  height: 182px;
  background: url('../images/bg-form-cotato.jpg') no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.other-subjects h3 {
  font-size: 36px;
  color: #afcb18;
  text-align: center;
  font-style: italic;
  font-family: "HelveticaNeue67MediumCondensed";
  font-weight: bold;
}
.other-form-contact {
  padding-bottom: 40px;
  padding-top: 40px;
}
.other-form-contact h3 {
  font-size: 29px;
  color: #2884c6;
  text-align: center;
  font-style: italic;
  font-family: "HelveticaNeue67MediumCondensed";
  max-width: 460px;
  font-weight: bold;
  margin-bottom: 26px;
}
.list-contacts {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  list-style: none;
  margin: 0 auto 40px 100px;
  padding: 0;
}
.list-contacts a:nth-child(1) {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
}
.list-contacts a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #2884c6; 
}
.list-contacts h5 {
  margin: 0;
  color: #2884c6;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.list-contacts li p {
  margin: 0;
  color: #6d6e70;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 16px;
}
.list-contacts li:first-child {
  width: 82px;
  text-align: center;
}
.form-contact-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-contact-container h3 {
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.form-contact-container h3:last-child {
  margin-bottom: 50px;
}
.form-work-us {
  display: flex; 
  min-height: 200px;
  background: url("../images/bg-workus.jpg") no-repeat center center;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-work-us h4 {
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 34px;
  text-align: center;
  color: #afcb18;
  font-style: italic;
}
.form-work-us h4 span {
  color: #fff;
}
.form-join {
    background-color: #fff;
    padding: 5px;
    max-width: 475px;
}
.form-join button {
  border-radius: 16px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background-color: #585858;
  margin-left: 25px;
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 14px;
  padding: 6px 35px;
}
.form-work-us .col-md-6:nth-child(1) {
  display: flex;
  justify-content: start;
}
.form-work-us .col-md-6:nth-child(2) {
  display: flex;
  justify-content: end;
}
.bg-man-box {
  height: 700px;
  background: url("../images/image-quemsomos.png") no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.text {
  padding: 30px 0;
}
.text h3 {
  color: #2884c6;
  font-size: 30px;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
}
.text p {
  font-size: 19px;
  color: #444444;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
}
.flex-item-center {
  height: 700px;
  display: flex;
  align-items: center;
}
.about-objective {
  padding-top: 60px;
}
.about-objective .col-md-2 {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  height: 400px;
}
.about-objective .col-md-2 h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
  color: #2884c6;
}
.about-objective .col-md-2 h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 50px;
  font-size: 34px;
  color: #2884c6;
  margin-top: 0;
}
.about-objective .col-md-2 p {
  text-align: center;
  font-family: "helvetica45light";
  font-size: 14px;
}
.about-objective .col-md-2 img {
  margin-right: 25px;
  margin-bottom: 18px;
}
.structs .col-md-6:nth-child(1) {
  background-color: #2884c6;
}
.structs .col-md-6:nth-child(4) {
  background-color: #2884c6;
}
.structs .col-md-6:nth-child(2) {
  background: url("../images/warehouse.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.structs .col-md-6:nth-child(3) {
  background: url("../images/truck-long.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.structs .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.structs .col-md-6 h3 {
  color: #afcb18;
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 36px;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
.structs .col-md-6 p {
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 22px;
  color: #fdfeff;
}
.structs .col-md-6 i {
  margin-left: 10px;
  color: #fdfeff;
}
.about-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background: url("../images/bg-faleconosco.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin-top: 10px;
}
.about-contact .item h3 {
  color: #afcb18;
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 45px;
  font-style: italic;
  font-weight: 900;
}
.about-contact .item i {
  color: #fdfeff;
}
.about-form-contact {
  padding-bottom: 60px;
}
.about-form-contact h4 {
  color: #2884c6;
  font-family: "HelveticaNeue67MediumCondensed";
  font-size: 30px;
  text-align: center;
  margin: 30px auto;
  font-style: italic;
  max-width: 400px;
  font-weight: bold;
}
.form-group {
  margin-bottom: 8px;
}
.pt-20 {
  padding-top: 20px;
}
.relative {
  position: relative;
}
.row-service-text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row-service-text .col-md-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.row-service-text .col-md-7 {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}
.row-service-text p {
  color: #444444;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 22px;
  max-width: 700px;
}
.services {
  background: #fbfafa url("../images/bg-services.jpg") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  min-height: 1100px;
}
.services-descr {
  padding-top: 80px;
}
.services-descr p {
  color: #444444;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 24px;
  max-width: 300px;
  text-align: center;
}
.services-descr h3 {
  font-size: 32px;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  color: #2884c6;
  margin-top: 20px;
  margin-bottom: 30px;  
  font-weight: bold;
}
.list-services .col-md-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.list-services .col-md-3 h3 {
  font-size: 28px;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  color: #2884c6;
  margin-bottom: 20px; 
  font-weight: bold;
}
.list-services .col-md-3 p {
  color: #444444;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  font-size: 20px;
  max-width: 300px;
  text-align: center;
}
.licenses {
  padding-top: 60px;
  padding-bottom: 60px;
}
.licenses h3 {
  font-size: 30px;
  font-family: "HelveticaNeue67MediumCondensed";
  font-style: italic;
  color: #2884c6;
  margin-bottom: 20px; 
  font-weight: bold;
}
.list-licenses {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 150px;
}
.item-license img {
  max-width: 125px;
} 
.solution-box-text {
  top: 0;
  width: 99%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
  display: none;
}
.solution-box:hover .solution-box-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.solution-box a {
  cursor: default;
}
.solution-box a:hover .solution-box-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: none;
}
.solution-box-text p {
  padding: 0 15px;
}
.units {
  padding-top: 60px;
  padding-bottom: 60px;
}
.units h3 {
  padding-left: 15px;
  font-size: 30px;
  font-family: "HelveticaNeue67MediumCondensed";
  color: #2884c6; 
}
.units ul {
  list-style: square;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
}
.units ul li {
  font-size: 17px;
  margin-bottom: 6px;
}
@media (min-width: 1921px) {
  .container-fluid {
    width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 1920px) {
  #bannerDefault .item {
    height: 625px;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .header-contacts ul li {
    padding: 4px;
  }
  .header-contacts ul li img {
    max-width: 50px;
  }
  .header-contacts ul a:nth-child(1) {
    font-size: 24px;
  }
  #bannerDefault .item {
    height: auto;
  }
  .btn-send {
    width: 125px;
  }
  .solution-text-home-left h2 {
    width: 90%;
    font-size: 30px;
  }
  .sidebar-menu {
    left: 19%;
  }
  .structs .col-md-6 p {
    font-family: "HelveticaNeue67MediumCondensed";
    font-style: italic;
    font-size: 19px;
    color: #fdfeff;
  }
  .structs .col-md-6 h3 { 
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .solution-text-home-right {
    flex-direction: column;
  }
  .solution-text-home-right .item {
    margin-bottom: 26px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: flex;
  }
  .solution-text-home-left h2,
  .solution-text-home-left h3 {
    width: 100%;
    font-size: 24px;
    margin-left: 0;
  }
  .solution-text-home-right .item h3 {
    font-size: 24px;
  }
  .solution-box {
    margin-bottom: 30px;
  } 
  #contact {
    height: auto;
    background-size: auto 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .text-contact {
    min-height: auto;
  }
  .unit-content {
    margin-bottom: 18px;
  }
  .list-partners {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .list-partners li {
    width: 50%;
    margin-bottom: 10px;
  }
  .header {
    height: auto;
  }
  .banner-top {
    margin-bottom: 75px;
  }
  .structs .col-md-6 {
    min-height: 250px; 
  }
  .structs .col-md-6:nth-child(4) {
    height: auto;
  }
  .about-contact {
    background-size: 1920px 200px;
    background-position: center center;
  }
  .about-objective .col-md-2 {
    height:  auto;
  }
}

.btn-gray {
  background-color: #535456;
  color: #fff;
  border: 1px solid #c5c5c6;
  border-radius: 16px;
  padding: 8px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  width: 180px;
  cursor: pointer;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-right {
  text-align: center;
  margin-top: 18px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Material Design Forms */
.forms {
  position: relative;
  max-width: 40rem;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  border-radius: 1px;
}
.forms::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.28s ease-in-out;
  transition: -webkit-transform 0.28s ease-in-out;
  transition: transform 0.28s ease-in-out;
  transition: transform 0.28s ease-in-out, -webkit-transform 0.28s ease-in-out;
  z-index: -1;
}
.forms form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.forms:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.button-container {
  text-align: center;
}
fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}
.form-radio,
.form-gp {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-inline &gt; .form-gp,
.form-inline &gt; .btn {
  display: inline-block;
  margin-bottom: 0;
}
.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.checkbox .form-help,
.form-radio .form-help,
.form-gp .form-help {
  position: absolute;
  width: 100%;
}
.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}
.form-gp input {
  height: 1.9rem;
}
.form-gp textarea {
  resize: none;
}
.form-gp select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-gp .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-gp .bar {
  position: relative;
  border-bottom: 0.0625rem solid #fff;
  display: block;
}
.form-gp .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #fff;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-gp input,
.form-gp textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-gp input[type="file"] {
  line-height: 1;
}
.form-gp input[type="file"] ~ .bar {
  display: none;
}
.form-gp select,
.form-gp input:focus,
.form-gp input:valid,
.form-gp input.form-file,
.form-gp input.has-value,
.form-gp textarea:focus,
.form-gp textarea:valid,
.form-gp textarea.form-file,
.form-gp textarea.has-value {
  color: #333;
}
.form-gp select ~ .control-label,
.form-gp input:focus ~ .control-label,
.form-gp input:valid ~ .control-label,
.form-gp input.form-file ~ .control-label,
.form-gp input.has-value ~ .control-label,
.form-gp textarea:focus ~ .control-label,
.form-gp textarea:valid ~ .control-label,
.form-gp textarea.form-file ~ .control-label,
.form-gp textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: #ffffff;
  top: -1rem;
  left: 0;
}
.form-gp select:focus,
.form-gp input:focus,
.form-gp textarea:focus {
  outline: none;
}
.form-gp select:focus ~ .control-label,
.form-gp input:focus ~ .control-label,
.form-gp textarea:focus ~ .control-label {
  color: #fff;
}
.form-gp select:focus ~ .bar::before,
.form-gp input:focus ~ .bar::before,
.form-gp textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.radio {
  margin-bottom: 1rem;
}
.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.radio .helper::before,
.radio .helper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.radio label:hover .helper {
  color: #337ab7;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #337ab7;
}
.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before,
.checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper::after,
.checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}
.has-error .legend.legend,
.has-error.form-gp .control-label.control-label {
  color: #d9534f;
}
.has-error.form-gp .form-help,
.has-error.form-gp .helper,
.has-error.checkbox .form-help,
.has-error.checkbox .helper,
.has-error.radio .form-help,
.has-error.radio .helper,
.has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}
.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease,
    box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease,
    box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.button::before {
  content: "";
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.button:hover {
  color: #337ab7;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.button:active::before,
.button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s,
    -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.button:focus {
  outline: none;
}

.lgpd {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  background-color: #034574;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  z-index: 999;
}
.lgpd .btn-success {
  padding: 10px 20px;
}
.lgpd .col-md-11, .lgpd .col-md-1 {
  display: flex;
  align-items: center;
}</pre></body></html>