@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
/*modal-card - inicio*/
.mybutton{
  background: #00559b;
  padding: 10px;
  color: #fff;
  border:none;
  border-radius: 8px;
}
.mybutton:hover{
  background: #061b5e;
}
.mymodal{
  display:none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5)
}
.mymodal-content{
  background-color: #f4f4ff;
  margin: 10% auto;
  /*padding: 20px;*/
  width: 80%;
  box-shadow: 0 5px 8px rgba(0,0,0,0.2), 0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}
.modal-header h2, .modal-footer h3{
  color: #000;
  margin: 0;
}
.mymodal-header{
  background: #ffffff;
  padding: 15px;
  color:#fff;
  font-size:18px;
  text-align: center;
}
.mymodal-body{
  padding: 10px 20px;
}
.mymodal-footer{
  background: coral;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.closeBtn{
  color:#000;
  float: right;
  font-size:30px;
  color: #686869;
}
.closeBtn:hover, .closeBtn:focus{
  color:#000;
  text-decoration: none;
  cursor: pointer;
}
@keyframes modalopen{
  from{opacity:0}
  to {opacity:1;}
}
/*modal-card - fim*/

/*Politica - modal-card - inicio*/

}
/*Politica - modal-card - fim*/

#parallaxprivacidade{
  background-image: url("img/privacidade_1000.png");
  height: 300px;
  margin-bottom: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#parallaxsucesso{
  background-image: url("img/knowhow_report_1000.png");
  height: 200px;
  margin-bottom: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#parallaxcompetitivas{
  background-image: url("img/vantagens_1000.png");
  height: 200px;
  margin-bottom: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#parallaxempresa{
    background-image: url("img/sede.png");
    height: 400px;
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallaxcontactos{
    background-image: url("img/contatos_1000.jpg");
    height: 400px;
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   }
#parallaxmarcas{
    background-image: url("img/marcas.jpg");
    display: block;
    height: 400px;
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
#parallaxeventos{
    background-image: url("img/apertodemao_1000.png");
    display: block;
    height: 400px;
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallaxinstalacoes{
  background-image: url("img/armazem_1000_desf.jpg");
  display: block;
  height: 400px;
  margin-bottom: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.map-container-2{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
.map-container-2 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 30px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #00559b; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 20px; /* Some padding */
    padding-left: 20px;
    border-radius: 10px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
  }
#myBtn:hover {
    background-color: #061b5e; /* Add a dark-grey background on hover */
  }
  
/*marcas-inicio*/
.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
/*marcas-fim*/

.table-responsive td,
.table-responsive th {
    border: 0;
}
/*li {
  list-style-type: none;
}*/
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa:hover {
    opacity: 0.7;
}

.fab-facebook {
  background: #3B5998;
  color:#aaa;
}
.fab-instagram {
  background: #125688;
  color: #aaa;
}
html, body{
   height: 100%;
   position: relative;
   width:100%;
   font-family: "Poppins", sans-serif;
   color:#222;
   scroll-behavior: smooth;
}
.main-nav-bar{
    padding: .3rem;
}
.navbar-nav li{
    padding: 1px;
}
.nav-link{
    font-size: 1.0em;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-caption{
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}
.carousel-caption h1{
    font-size: 500%;
    text-transform:uppercase;
    text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3{
    font-size: 200%;
    font-weight: 500;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: .1rem;
}
.btn-primary{
    background-color: #00559b;
    border: 1px solid #00559b;
}
.btn-primary:hover{
    background-color: #061b5e;
    border: 1px solid #061b5e;
}
.jumbotron{
    padding: 1rem;
    border-radius: 8;
}
.padding{
    padding-bottom: 2rem;
}
.welcome{
    width: 100%;
    margin: o auto;
    padding-top:.2rem;
}
.welcome hr{
    border-top: 2px solid #b4b4b4;
    width: 100%;
    margin-top:.3rem; 
    margin-bottom: .1rem;
}
footer{
    background: #f5f6fa;
    color:#061b5e;
    padding-top: 0.8rem;
    width: 100%;
    margin: o auto;
}
hr.light {
    border-top:1px solid #061b5e;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
footer a {
    color: #061b5e;
    margin-inline-start: 0%;
 }
hr.light-100{
    border-top:1px solid #d5d5d5;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
.container-fluid{
    max-width: 100%;
}
/*---Media Queries --*/
@media (max-width: 992px) {
    .social a{
     font-size: 4em;
     padding: 2em;
    }
  }
@media (max-width: 768px) {
.carousel-caption{
   top: 45%;
}
.carousel-caption h1{
    font-size: 350%;
}
.carousel-caption h3{
    font-size: 140%;
    font-weight: 400;
    padding-bottom: .2rem;
}
.carousel-caption .btn {
    font-size: 95%;
    padding:8px 14px;
    }
.displya-4{
        font-size:200%;
    }
@media (max-width: 576px) {
  .carousel-caption{
   top: 40%;
}
.carousel-caption h1{
    font-size: 250%;
}
.carousel-caption h3{
    font-size: 110%;
}
.carousel-caption .btn {
    font-size: 90%;
    padding:4px 8px;
    }
.carousel-indicators{
    display: none; 
    }
.displya-4{
        font-size:160%;
    }
 .social a{
     font-size: 2em;
     padding: .7rem;
    }
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image 
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}
#fixed {
  background-image: url('img/bg_image.jpg');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}--*/
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/