.container-header {
  box-shadow: 1px 1px 2px #e4e4e4;
}
.container-header .navbar-brand {
  width: 120px;
}
.container-header .navbar-brand img {
  width: 100%;
}
.container-header .navbar-nav {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.container-header .navbar-nav li {
  flex: 1 1 auto;
}
.container-header .navbar-nav li a {
  color: #f7212b;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 0.95rem;
  border-right: 1px solid #ccc;
  transition: 300ms all;
}
.container-header .navbar-nav li a:hover {
  color: white;
  background-color: #b90000;
}
.container-header .navbar-nav li:last-child a {
  border: none;
}

.swiper-container {
  width: 100%;
  height: 480px;
}

.swiper-slide {
  text-align: center;
  /* Center slide texSt vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#locacao {
  background-color: #f7212b;
}
#locacao h1 {
  display: block;
  color: white;
  text-align: center;
}
#locacao .btn {
  color: white;
  border: 1px solid #fff;
  margin: 10px auto;
}
#locacao .btn:hover {
  color: #f7212b;
  background-color: #fff;
}

#quemsomos h1,
#produtos h1,
#ondecomprar h1,
#namidia h1,
#faleconosco h1 {
  color: #f7212b;
  font-family: inherit;
  text-align: center;
  padding: 8px;
}
#quemsomos h5,
#produtos h5,
#ondecomprar h5,
#namidia h5,
#faleconosco h5 {
  text-align: center;
}

#produtos .item-grid div {
  padding: 1rem;
}
#produtos .item-grid img {
  transition: 0.5s all linear;
}

.title-bordered-left {
  margin: 10px auto;
  position: relative;
  display: inline-block;
  text-align: left !important;
  color: #b90000 !important;
}
.title-bordered-left::after {
  content: "";
  position: absolute;
  width: 300%;
  height: 3px;
  left: -200%;
  bottom: -10%;
  background-color: #b90000 !important;
}

.title-bordered-right {
  margin: 10px auto;
  position: relative;
  text-align: right !important;
  color: #b90000 !important;
}
.title-bordered-right::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  right: -40%;
  bottom: -3%;
  background-color: #b90000 !important;
}

.container-custom-1 {
  background-color: #f7212b;
  color: #fff;
  padding: 20px 0;
}
.container-custom-1 h1 {
  color: #fff !important;
}

.full-banner {
  width: 100%;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}
.full-banner img {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  animation: banner 300ms linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 680px) {
  .full-banner {
    min-height: 180px;
  }
  .full-banner img {
    position: relative;
  }
}

@media all and (max-width: 680px) {
  .show-desktop {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }
}
@keyframes banner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rei-mark li {
  position: relative;
  padding: 6px 0;
  list-style-type: none;
}
.rei-mark li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -32px;
  width: 24px;
  height: 29px;
  background-image: url("../../images/coroa.png");
}

.font-styled {
  font-family: inherit;
}

.color1 {
  color: #f7212b !important;
}

.color2 {
  color: #b90000 !important;
}

.color3 {
  color: #ccc !important;
}

.show-desktop {
  display: block;
}

.show-mobile {
  display: none;
}

hr.separate {
  max-width: 50%;
  height: 2px;
  border-top: 1px solid #f7212b;
  border-bottom: 1px solid #f7212b;
}

.btn-custom-1 {
  border: 1px dashed #f7212b;
  color: #f7212b;
}
.btn-custom-1:hover {
  background-color: #f7212b;
  color: #fff;
}

.btn-custom-2 {
  border: 1px dashed #fff;
  color: #fff;
}
.btn-custom-2:hover {
  color: #fff;
}

.footer {
  background-color: #ccc;
}

.whatsapp-floating {
  bottom: 16px;
  right: 20px;
  position: fixed;
  z-index: 10;
}

.whatsapp-floating a {
  width: 54px;
  height: 54px;
  display: block;
  text-align: center;
  vertical-align: top;
  background-color: #5BD068;
  color: #fff;
  border-radius: 50%;
  font-size: 2.1em;
  transition: all 300ms linear;
}

.whatsapp-floating a:hover {
  font-weight: bold;
  /* color:#5BD068; */
}

/*# sourceMappingURL=main.css.map */
