.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float:hover{
  color:#0b2414 !important;
  text-decoration: none;

}



.bordaprodutos {
  border: 7px solid #e9ecef;
}

.img-produto-direita {
  width: 100px !important;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 4;
  top: -20px;
  right: 18px;
}
.img-produto-esquerda {
  width: 100px !important;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 4;
  top: -20px;
  left: 18px;
}


.masthead:after {
content: "";
background: rgba(0,0,0,.2);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
} 

.bordafaixa {
  border: 7px solid #1A237E !important;
  padding: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1A237E;
  color: #fff;
}

hrcontato {
  max-width: 50px;
  border-width: 3px;
  border-color: white;
}
.navbarbg {
  background-color: #1A237E;
  
  
}
.btn:hover {
  color: white;
  background-color: #304FFE !important;
}
.checkblue {
 color: #1A237E;
}
.stepper-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: grid-column;
  -ms-flex-direction: grid-column;
  flex-direction: grid-column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stepper-vertical li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: grid-column;
  -ms-flex-direction: grid-column;
  flex-direction: grid-column;
  position: relative;
}
.stepper-vertical li a {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.stepper li a {
  padding: 1.5rem;
  font-size: .88rem;
  text-align: center;
}
.stepper li a .circle {
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1a237e;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  margin-right: .5rem;
}
.stepper-vertical li a .label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: grid-column nowrap;
  -ms-flex-flow: grid-column nowrap;
  flex-flow: grid-column nowrap;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: .2rem;
}
.stepper-vertical li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  left: 2.19rem;
  top: 3.44rem;
  background-color: rgba(0,0,0,.1);
}
.footer-top {
    padding: 60px 0;
    /* background-color: #1a237e; */
    text-align: left;
    color: white;
    background: #005C97;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}
.footer-bottom {
  padding: 15px 0;
  /* background-color: #3949AB; */
  background: #005C97;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  text-align: left;
  color: white;
}
.btn-ins {
  /* background-color: #2e5e86!important; */
  color: #fff!important;
}

.btn .fa {
  position: relative;
  font-size: .9rem;
  border-radius: 0% !important;
}
.btn .fa.left {
  margin-right: .3rem;
}
.btn-ins {
  /* background-color: #2e5e86!important; */
  color: #fff!important;
  border-radius: 600px !important;
  font-weight: 700 !important;
  padding: .84rem 1.10rem !important;
  margin-top: 10px;
  margin-right: 30px;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.btn-fb {
  /* background-color: #3b5998!important; */
  color: #fff!important;
  border-radius: 600px !important;
  font-weight: 700 !important;
  padding: .84rem 1.30rem !important;
  margin-top: 10px;
}


@media all and (min-width: 1920px) {
  .bgquemsomos {
    width: 100%;
      background: linear-gradient(rgba(63, 63, 63, 0.76),rgba(27, 27, 27, 0.7)),url("../img/minha-empresa/fullhd.jpg") center center no-repeat fixed;
      background-color: #000;
      background-size: cover;
  }
}

@media all and (min-width: 550px) and (max-width: 1920px) {
  .bgquemsomos {
    width: 100%;
      background: linear-gradient(rgba(63, 63, 63, 0.76),rgba(27, 27, 27, 0.7)),url("../img/minha-empresa/hd.jpg") center center no-repeat fixed;
      background-color: #000;
      background-size: cover;
  }
}

@media all and (max-width: 550px) {
  .bgquemsomos {
    width: 100%;
      background: linear-gradient(rgba(63, 63, 63, 0.76),rgba(27, 27, 27, 0.7)),url("../img/minha-empresa/mobile.jpg") center center no-repeat fixed;
      background-color: #000;
      background-size: cover;
  }
}

.vidracaria-overlay {
  position: absolute;
  z-index: 5;
  background: rgba(27, 27, 27, 0.7);
  width: 100%;
  /* height: 100%; */
  top: 48%;
}
.vidracaria-vejamais{
  display: none;
}
.portfolio-box:hover .vidracaria-vejamais{
  display: block !important;
}

.imgmarca {
  width: 250px;
  height: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.card {
  /* -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); */
  /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); */
  border: 0;
  font-weight: 400;
}
.card.card-cascade.wider {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.card.card-cascade.wider .view.view-cascade {
  z-index: 2;
}
.card.card-cascade .view.view-cascade {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}
.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}
/* .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card.card-cascade.wider .card-body.card-body-cascade {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  margin-left: 4%;
  margin-right: 4%;
  background: #fff;
  z-index: 1;
  -webkit-border-radius: 0 0 .25rem .25rem;
  border-radius: 0 0 .25rem .25rem;
}
.card.card-cascade.wider.reverse .card-body.card-body-cascade {
  z-index: 3;
  margin-top: -1rem;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
} */

.texto-nossaempresa{
  color: rgba(255,255,255,0.9);
}

#marcas{
  padding-top: 3rem !important;
  padding-bottom: 5rem !important;
}





.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: grid-column;
  flex-direction: grid-column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.borda-fechada{
 
  /* min-height: 0;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
  -webkit-transform-origin: top right;
  transform-origin: top right; */
}
.img-porta{
  background-image: url("../img/portaoaluminio/portao2.png") !important;
  background-position: center center;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.porta{
  min-height: 650px;
  background:#1a237e;
  color:white; 
  background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

@media all and (min-width: 550px) {
  .porta{
    height: 75vh;
  }
}

.modal-xl {
  max-width: 1140px;
}


.grid-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal grid-columns that sits next to each other */
.grid-column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.grid-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two grid-column-layout instead of four grid-columns */


.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.image-gallery > a {
  height: 280px;
  cursor: pointer;
  position: relative;
  -ms-flex: 24%; /* IE10 */
  flex: 24%;
  max-width: 24%;
}

.image-gallery a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
}


@media screen and (max-width: 800px) {
  .image-gallery > a {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%;
  }
}

/* Responsive layout - makes the two grid-columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .image-gallery > a {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}






















