body, html {
    height: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif!important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

button:focus {
  outline: 0!important;
}

@media (min-width: 380px) {
.visible-xs {
  display: none;
  } 
}

#navbar {
  background-color: #fff0;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.8s;
  padding: 0;
  z-index: 5;
}

.navbar-colourful {
  background-color: #002273!important;
  position: fixed;
  top: 0!important;
  width: 100%;
  display: block;
  transition: top 0.8s;
  padding: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  #navbar {
    background-color: #002273;
  }
}

#navbar a {
  text-align: left!important;
  display: block;
  color: #fefefe;
  text-align: center;
  padding: 15px 35px;
  text-decoration: none;
  font-size: 17px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #fff0;
    border-color: #2173bb;
}

#navbar>a, .call {    
    display: none!important;
  }

@media (max-width: 767px) {
  #navbar>a, .call {
    color: #f5cd00!important;
    display: block;
  }
}

#navbar a:hover {
  /*background-color: #004179;*/
  color: white;
}

#navbar a.dropdown-item:hover {
    background-color: #002273;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    float: right;
    background-color: #002273;
    border: 1px solid #fff;
}

.navbar-toggler {
    padding: 9px 10px!important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #002273!important;
    border: 1px solid white;
    border-radius: .25rem;
    float: right;
    margin-right: 15px;
}

.navbar-expand-lg .navbar-nav>.active>a, .navbar-expand-lg .navbar-nav>.active>a:focus, .navbar-expand-lg .navbar-nav>.active>a:hover {
    color: #555;
    font-weight: 600;
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
    color: #002273;
    text-decoration: none;
    background-color: #fff!important; 
}

.dropdown-item.active {
    color: #002273;
    text-decoration: none;
    background-color: #fff!important; 
    font-weight: 600;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.2rem;
      padding-left: 1.2rem;
      border-right: 1px solid;
  }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #003771!important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 34, 115, 0.7), rgba(0, 34, 115, 0.44)), url(../img/bn-amostra3.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*z-index: -1;*/
}

.hero-image h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .hero-image h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

.why-choose-us {
  padding: 0;
  float: left;
  padding-bottom: 0px;
  background: #ffffff;

}

@media(max-width: 767px) {
  .why-choose-us h1 {
    text-align: center; 
    font-weight: 700; 
    color: #002273; 
    margin-bottom: 2.5rem; 
    margin-top: 2rem; 
    text-transform: uppercase;
    font-size: 2rem;
  }
}

.why-choose-us h1 {
  text-align: center;
  font-weight: 700;
  color: #002273;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  text-transform: uppercase;
}

.hero-text {
  text-align: left;
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
}

@media(max-width: 767px) {
  .hero-text {
  text-align: left;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
}

.hero-text>p {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 400;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: #fff0;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.8s;
}

.hero-text button:hover {
  background-color: #002273;
  color: white;
}

.h1patents {
  font-size: 2.5rem; text-transform: uppercase; text-align: center; background: #cdd7ed; font-weight: 600; color: #002273; padding: 10px; line-height: 1.5; margin-bottom: 0; float: left; width: 100%;
}

@media (max-width: 767px) {
  .h1patents {
  font-size: 2rem; text-transform: uppercase; text-align: center; background: #cdd7ed; font-weight: 600; color: #002273; padding: 10px; line-height: 1.5; margin-bottom: 0; float: left; width: 100%;
}
}


@media (min-width: 768px) {
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}
}

@media (min-width: 768px) {
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: left;
}
}

.space-b {
  width: 100%;
  margin: auto;
}

.space-b2 {
  text-align: center;
}

.space-b2 h5 {
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  color: #002273;
  text-transform: uppercase;
}

section, .hero2 {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.5)), url(../img/brazil.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero2-inner {
  position: relative;
  color: white;
  padding: 10%;
}

.hero2-inner h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero2-inner h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
}

.hero2-inner button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: #fff0;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.8s;
}

.hero2-inner button:hover {
  background-color: #002273;
  color: white;
}

section.hero4 {
  padding: 40px;
  width: 100%;
  min-height: 450px;
  background-image: url(../img/bn-equipamentos2.jpg); 
  background-repeat: no-repeat;
  position: relative;

}

/*@media(max-width: 767px) {
    section.hero4 {
    min-height: 370px;
  }
}*/

.hero4-content {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 110px;
  max-width: 700px;
  margin: auto;
}

.hero4 h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.hero4, h2, b {
  font-size: 50px;
  color: white;
}

@media (max-width: 767px) {
  .hero4 h2 {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2rem;
  }

  .hero4, h2, b {
    font-size: 40px;
    color: white;
  }
}

.hero4 button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: #fff0;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.8s;
}

.hero4 button:hover {
  background-color: #002273;
  color: white;
}

.patented-equipment{
  float: left;
  position: relative;

}

.patented-equipment h1{
  text-align: center;
  font-weight: 700;
  color: #002273;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  text-transform: uppercase;
}

.patented-equipment h3 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  color: #002273;
}

@media (max-width: 767px) {
  .patented-equipment h1 {
      text-align: center;
      font-weight: 700;
      color: #002273;
      margin-bottom: 2.5rem;
      margin-top: 2rem;
      text-transform: uppercase;
      font-size: 2rem;
  }

  .patented-equipment h3 {
      font-size: 1.5rem;
  }
}



.patented-equipment2{
  float: left;
  position: relative;
  background: #cdd7ed;
}

.patented-equipment2 h1{
  text-align: center;
  font-weight: 700;
  color: #002273;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  text-transform: uppercase;
}

.patented-equipment2 h3 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  color: #212529;
}

@media (max-width: 767px) {
  .patented-equipment2 h1 {
      text-align: center;
      font-weight: 700;
      color: #002273;
      margin-bottom: 2.5rem;
      margin-top: 2rem;
      text-transform: uppercase;
      font-size: 2rem;
  }

  .patented-equipment2 h3 {
      font-size: 1.5rem;
  }
}

.card-equipment {
  margin: auto;
  justify-content: center;
  max-width: 700px;
  position: relative;
}

.card-equipment>.text-derd {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.card-equipment>.text-derd>p {
  text-align: justify;
  color: #002273;

}

.card-equipment2 {
 margin: auto;
justify-content: center;
max-width: 700px;
position: relative;
}

.card-equipment2>.text-derd {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.card-equipment2>.text-derd>p {
  text-align: justify;
  color: #252429;
}


















.thumbnails {
  display: block;
  flex-direction: column;
  line-height: 0;
  width: 50%;
  height: 65vmin;
  float: left;
  list-style: none;
  padding-left: 0;
}

.thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnails li:first-child {
  width: 100%;
}
  
  .thumbnails li {
    flex: auto; 
    width: 50%;
    height: 50%;
    float: left;
    padding: 1px;
  }
  
  .slides img {
    width: 30vmin;
    height: 20vmin;
    object-fit: cover;
    object-position: top;
  }

.slides {
  overflow: hidden;
  list-style: none;
}

.slides,
.slides li {
  width: 50%;
  height: 65vmin;
  float: left;

}

@media(max-width: 767px) {
.slides,
.slides li {  
  padding-left: 0;
}
}

.slides img {
  height: 65vmin;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.slides li {
  position: absolute;
  z-index: 1;
  /*right: 15px;*/
}

@keyframes slide {
  0% {
    transform: translateY(-30%);
  }
  30% {
    transform: translateY(50%);
  }
}

.slides li:target {
  z-index: 3;
  -webkit-animation: slide 1.6s 1;
}

@keyframes hidden {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 2;
  }
}

.slides li:not(:target) {
  -webkit-animation: hidden 1.6s 1;
}



















footer {
  float: left;
  width: 100%;
  background: linear-gradient(#002273, #001340);
  background: #002273;
  color: white;
  padding: 15px;
  position: relative;
}

@media (max-width: 379px) {
  footer {
    float: left;
    width: 100%;
    background: linear-gradient(#002273, #001340);
    background: #002273;
    color: white;
    padding: 28px;
    position: relative;
}
}

footer p {
  float: left;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  right: 0;
  left: 0;
  top: 4px;
}

@media (min-width: 768px) {}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    float: left;
}
}

.navbar {height:34px; width:500px; position:fixed; top:0; left:0; background-color:#6699ff; opacity:0;}
.visible {opacity:1;}

.about h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #002273;
  margin-bottom: 0;
}

.about h4 {
  padding: 8px 0;
  border-color: #002273;
  color: #002273;
  text-align: justify;
}

/*SOBRE*/

.section-texts {
  float: left;
  margin-top: 30px;
}

div.section-photo {
  background-image: radial-gradient(circle, #00000000, #00000000, #00000000), url(../img/obra1.jpg);
  background-position: center;
  padding: 15% 5% 20%;
  /*filter: grayscale(90%);*/
  background-size: cover;
  background-repeat: no-repeat;
}

div.section-text {
  padding: 24px;
  background: radial-gradient(circle, #05215ee8, #001c5bb0, #072b84bf);
  max-width: 350px;
}

div.section-text h2 {
  color: white;
  text-transform: uppercase;
}

div.section-text p {
  color: white;
  text-align: justify;
}

div.struc-col {
  float: left;
  padding: 0;
}

div.col-padding {
  width: 100%;
  padding-left: 12%;
}

@media (max-width: 767px) {
  div.col-padding {
    width: 100%;
    padding: 3px;
    margin-top: 10px;
    float: left;
  }
}

div.section-photo2 {
  background-position: center;
  height: 150px;
  
}

div.section-photo2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

div.section-text2 {
  border: 1px solid #d6d6d6;
  padding: 8px;
}

div.section-text2 h5 {
  margin-top: 0.5rem;
  font-weight: 600;
  color: #002273;
}

div.section-text2 p {
  font-size: 14px;
  text-align: justify;
  color: #002273
}

div.section-photo3 {
  background-position: center;
  height: 130px;
  
}

div.section-photo3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

div.section-text3 p {
  color: gray;
  font-size: 14px;
}

.clients-session {
  float: left;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.clients-session h3 {
  text-align: center;
  color: #002273;
  font-weight: 600;
  margin-bottom: 2.5rem!important;
}

/*Parte de clientes*/

.clientslogo {
  padding: 0;
  height: 110px;
  padding: 4px!important;
  float: left;
}

.clientslogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
  background: #eef3ff;
  padding: 4px;
}

/*PORTFÓLIO*/

.hero2-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 50%;
  float: left;
}

.hero2-image h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 5px solid;
  padding-bottom: 20px;

}

@media (max-width: 767px) {
  .hero2-image h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

@media (max-width: 879px) {
  .hero2-image h1 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

@media (max-width: 561px) {
  .hero2-image h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

@media (max-width: 359px) {
  .hero2-image h1 {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

.hero2-image button{
    height: 99%;
    width: 100%;
    outline: 0;
    border: none;
    opacity: 0;
    cursor: pointer;
}

.hero2-text {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #002273;
}

@media(max-width: 767px) {
  .hero2-text {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #002273;
}
}

.hero2-text>p {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 22px;
  margin-top: 22px;
  font-weight: 500;
}

@media(max-width: 767px) {
  .hero2-text>p {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 22px;
  font-weight: 300;
}
}

div.arrow-down {
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: 28px;
  position: absolute;
}

@media(max-width: 367px) {
  div.arrow-down {
  width: 30px;
  height: 30px;
  left: 50%;
  bottom: 28px;
  position: absolute;
}
}

div.arrow-down img {
  width: 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*Efeitos e estilização do lightbox*/

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  background: transparent;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

div.port {
  float: left; 
  min-height: auto;
}

@media(max-width: 767px) {
  div.port {
    float: left;
  }
}

@media(max-width: 360px) {
  div.port {
    float: left; 
  }
}

div#project-photos1 {
  width: 100%%;
  height: 100vh;
  padding: 4%;
  
}

div#project-photos2 {
  width: 100%;
  height: 100vh;
  padding: 4%;
}

@media (max-width: 767px) {
  div#project-photos1 {
  width: 100%;
  height: 100vh;
  padding: 4%;  
}

div#project-photos2 {
  width: 100%;
  height: 100vh;
  padding: 4%;
}
}

div.img-card {
  width: 33.3333333333%;
  float: left;
  height: 50%;
  padding: 8px;
}

@media(max-width: 767px) {
  div.img-card {
    width: 33.3333333333%;
    float: left;
    height: 29%;
    padding: 8px;
  }
}

.example-image {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
  object-position: bottom;
}

.carousel-inner, .modal-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent!important;
    border: 0px solid!important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 0!important;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
  }
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px!important;
    border-radius: 4px!important;
}

.w-100 {
    width: 100%!important;
    border: 4px solid white!important;
}


/*CONTATO*/

.hero3-image {
  background-image: linear-gradient(to right, #002273, #06182596, rgba(0, 0, 0, 0.7)), url(../img/office.jpg);
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*z-index: -1;*/
  width: 100%;
  float: left;
}

.hero3-image h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 900;
}

@media (max-width: 1091px) {
  .hero3-image h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero3-image h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

@media (max-width: 879px) {
  .hero3-image h1 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

@media (max-width: 561px) {
  .hero3-image h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

@media (max-width: 359px) {
  .hero3-image h1 {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

.hero3-text {
  text-align: left;
  position: absolute;
  top: 20%;
  left: 7%;
  color: white;
  width: 86%;
}

@media(max-width: 767px) {
  .hero3-text {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
}

.hero3-text>p {
  font-size: 18px;
  color: #8bb8ff;
  margin-bottom: 22px;
  font-weight: 400;
}

@media(max-width: 767px) {
  .hero3-text>p {
  font-size: 14px;
  color: #8bb8ff;
  margin-bottom: 22px;
  font-weight: 400;
}
}

.icons-contact {
  position: absolute;
  bottom: -15px;
  width: 100%;
  margin: auto;
  justify-content: center;
  display: inline-flex;
}

@media screen and ( min-width: 768px ) and ( min-height: 710px ) {
  .icons-contract {
  position: absolute;
  bottom: 15%;
  width: 100%;
  margin: auto;
  justify-content: center;
  display: inline-flex;
  }
}

.i- {
  width: 33.3333333333%;
  float: left;
  text-align: center;
}

.i- img {
  width: 140px;
  padding: 20px;
}

@media(max-width: 767px) {
  .i- img {
    width: 100px;
  }
}

.i- p {
  color: white;
  margin-top: -25px;
  word-break: break-all;
  font-size: 16px;
}

.i- p a {
  color: white;
}

@media (max-width: 397px) {
  .i- p {
    font-size: 14px;
  }
}

@media (max-width: 347px) {
  .i- p {
  color: white;
  margin-top: -25px;
  word-break: break-all;
  font-size: 12px;
}
}