@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;600&family=Poppins:wght@200;400;700&display=swap");

.w80 {
  width: 90%;
}

.w90 {
  width: 90%;
}

* {
  font-family: "IBM Plex Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
}

h2 {
  font-weight: 200;
  font-size: 2.5rem;
  color: black;
  opacity: 0.8;
  font-family: "Poppins", sans-serif;
}

h2 span {
  font-weight: 400;
  color: black;
  opacity: 1;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1439px) {
  .box {
    background-color: white;
    /* height: 456px; /
    / z-index: 10; */
    border-radius: 15px;
    box-shadow: 1px 7px 20px 6px #0000001c;
    z-index: 1000000000000;
    padding: 15px;
    font-size: 12px;
    height: 332px;
    display: flex;
    margin: -6px;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .fontBox {
    font-size: 13px;
  }

  .h4,
  h4 {
    font-size: 14px;
    font-weight: 700;
  }

  h1 {
    font-weight: 200;
    font-size: 44px;
  }

  .font22 {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .box {
    background-color: white;
    /* height: 450px; */
    z-index: 10;
    border-radius: 15px;
    box-shadow: 1px 7px 20px 6px #0000001c;
    z-index: 1000000000000;
    padding: 25px;
    height: 340px;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .fontBox {
    font-size: 14px;
  }

  .h4,
  h4 {
    font-size: 1.2rem;
    font-weight: 700;
  }

  h1 {
    font-weight: 200;
    font-size: 60px;
  }

  .font22 {
    font-size: 1.5rem;
  }
}

.mtC {
  margin: 100px 0;
}

.pp {
  margin-top: 25px;
}

.ppIntel {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.boxLinha {
  padding: 50px;
  /* border: solid 1px #e5e5e5; */
  border-radius: 10px;
  margin-bottom: 20px;
  margin: 80px 0;
  box-shadow: 0px 20px 18px 0px #6464641c;
  min-height: 570px;
}

.bolinha {
  padding: 5px;
  margin-bottom: 20px;
  display: inline-block;
  color: #ff8302;
}

.imgSub {
  width: 170px;
  padding: 20px;
}

.bolinhaFont {
  font-size: 2rem;
}

.organizador {
  margin-top: 130px;
  position: relative;
  margin-bottom: -325px;
  z-index: 10;
}

.arrow {
  /* position: absolute; */
  bottom: 40px;
  color: #ff8302;
  font-size: 26px;
  float: right;
  margin-right: 20px;
  padding-bottom: 10px;
}

.margin350 {
  margin-top: 350px;
}

small {
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}

.logo-slider .item {
  background-color: #fff;
  box-shadow: 0 4px 5px #cacaca;
  border-radius: 8px;
  padding: 15px;
}

.logo-slider .slick-slide {
  margin: 15px;
}

.slick-dots li.slick-active button:before {
  color: #ff8302 !important;
}

.slick-dots li button:before {
  font-size: 12px;
}

.slick-next:before,
.slick-prev:before {
  color: #ff8302 !important;
  font-size: 24px;
}

.ppy {
  padding: 150px 0;
}

.filtro {
  filter: grayscale(1) brightness(2.5);
}

.paddingT {
  padding-top: 200px;
}

.textBranco {
  color: #fff;
}

.enfeite {
  border-radius: 100px;
  width: 100px;
  height: 7px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #ff8302 0%, #a15b12 100%);
}

.boxS {
  padding: 35px;
  border: solid 1px #ffbd7a;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 390px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 420px;
}

.logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 185px;
  height: 80px;
  background-size: contain;
  transition: 0.3s;
}

.bgDiferente .logo {
  background-image: url(../images/logoOrr.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 139px;
  height: 48px;
  background-size: contain;
  transition: 0.3s;
}

.bgDiferente .filtro {
  filter: none;
  transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255 / 93%);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(3 192 255 / 90%);
}

.bgDiferente {
  background-color: #fff;
  transition: 0.5s;
  box-shadow: 0px 11px 20px 0px #00000012;
}

.preto {
  color: rgba(0, 0, 0, 0.93) !important;
}

.orcamento {
  color: #272727 !important;
  background-color: #fff;
  border-radius: 50px !important;
  padding: 8px 24px !important;
}

.bgDiferente .orcamento {
  color: #ffffff !important;
  background-color: #ff8302;
  border-radius: 50px !important;
  padding: 8px 24px !important;
}

.orcamento2 {
  color: #ffffff !important;
  background-color: #000;
  border-radius: 50px !important;
  padding: 8px 24px !important;
}

.fundoM {
  background-image: url("../images/bgg.jpeg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255 128 0);
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

.intelbras {
  width: 180px;
  margin-bottom: 20px;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.englobavideo {
  overflow: hidden;
  height: 810px;
  position: absolute;
  margin-top: -200px;
  z-index: 0;
}

.sobreVideoBg {
  overflow: hidden;
  height: 880px;
  position: absolute;
  z-index: -1;
  width: 100%;
  background: rgba(17, 17, 17, 0.88);
}


.margin350b {
  margin-bottom: 150px;
}

.btn-primary {
  color: #fff;
  background-color: #ff8302;
  border-color: #ff8302;
  padding: 10px 20px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #bf6200;
  border-color: #bf6200;
}

@media (min-aspect-ratio: 16 / 9) {
  #videoBG {
    width: 100vw;
    height: auto;
  }
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

footer {
  padding: 150px 0;
  color: #fff;
  background-image: url(../images/maps.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}

footer ul {
  padding: 0;
}

footer ul li {
  display: inline;
  list-style: none;
}

.iconFooter {
  font-size: 40px;
}

.fontw {
  font-weight: 700;
}

.email {
  font-weight: 700;
  color: #ff8302;
}

.iconFont {
  font-size: 18px;
  color: #ff8302;
}

.boxImagensServicos {
  overflow: hidden;
  width: 222px;
  background-size: cover;
  height: 222px;
  border-radius: 100%;
  margin: auto;
}

/*Shrinking for mobile*/
.btnsFlutuantes {
  position: fixed;
  font-size: 25px;
  z-index: 100;
  background-color: #000000;
  border-radius: 40px;
  color: #fff;
  display: none;
  padding: 15px 10px;
  box-shadow: 3px 10px 20px 0px rgb(0 0 0 / 40%);
}

.btnsFlutuantes2 {
  position: fixed;
  display: none;
  font-size: 25px;
  z-index: 100;
  background-color: #ff8302;
  border-radius: 40px;
  color: #fff;
  padding: 15px 10px;
  box-shadow: 3px 10px 20px 0px rgb(254 170 0);
}

@media (min-width: 1001px) {
  .btnsFlutuantes {
    position: fixed;
    top: 390px;
    font-size: 25px;
    left: 10px;
    display: inline;
    z-index: 100;
    background-color: #000000;
    border-radius: 40px;
    color: #fff;
    padding: 15px 10px;
    box-shadow: 3px 10px 20px 0px rgb(0 0 0 / 40%);
  }
  .ptVideo {
    padding-top: 240px;
  }

  .btnsFlutuantes2 {
    position: fixed;
    top: 500px;
    font-size: 25px;
    display: inline;
    left: 10px;
    z-index: 100;
    background-color: #ff8302;
    border-radius: 40px;
    color: #fff;
    padding: 15px 10px;
    box-shadow: 3px 10px 20px 0px rgb(254 170 0);
  }
}

@media (max-width: 1000px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  .ptVideo {
    padding-top: 150px;
  }

  h1 {
    font-size: 32px;
  }

  .w80 {
    width: 95%;
  }

  .h4,
  h4 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .mb-xl-3 {
    margin-bottom: 20px;
  }

  .font22 {
    font-size: 1.2rem;
  }

  h2 {
    font-weight: 200;
    font-size: 1.8rem;
    color: black;
    opacity: 0.8;
  }

  h3 {
    font-size: 1.2rem;
  }

  .margin350b {
    margin-bottom: 90px;
  }

  .margin350 {
    margin-top: 340px;
  }

  footer {
    padding: 140px 0;
    color: #fff;
    background-image: url(../images/maps.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-position-x: -60px;
    background-position-y: -20px;
    background-size: 190%;
  }

  .ppp70 {
    padding: 40px;
  }

  .btnsFlutuantes2 {
    position: fixed;
    bottom: 15px;
    font-size: 25px;
    right: 13px;
    z-index: 100;
    background-color: #ff8302;
    border-radius: 40px;
    display: inline;
    color: #fff;
    padding: 10px 15px;
    box-shadow: 3px 10px 20px 0px rgb(254 170 0);
  }
}

#zapzap {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease-in-out;
}

#zapzap:hover {
  text-decoration: none;
  color: #ff8302;
  transition: all 0.3s ease-in-out;
}

.wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fundoM::before,
.overlay,
.video-overlay {
  background: rgba(17, 17, 17, 0.88) !important;
}
.englobavideo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.88);
  z-index: 1;
}

#myVideo {
  z-index: 0;
}

.englobavideo {
  position: relative;
}
.hero,
.banner,
.home {
  background: transparent !important;
}
section {
  background: transparent !important;
}

section:first-of-type {
  background: rgba(17, 17, 17, 0.88) !important;
}
section {
  background: transparent !important;
}

section:first-of-type {
  background: transparent !important;
}
.englobavideo {
  position: relative;
  z-index: 0;
}

.englobavideo::before {
  z-index: 1;
}

section,
.hero,
.banner,
.home {
  position: relative;
  z-index: 2;
}
.btnsFlutuantes2 {
  background-color: #25D366 !important;
  color: #ffffff !important;
  border-radius: 40px;
  box-shadow: 3px 10px 20px 0px rgba(37, 211, 102, 0.6);
}

.btnsFlutuantes2:hover {
  background-color: #1EBE5D !important;
}
@media (min-width: 1001px) {
  .btnsFlutuantes2 {
    background-color: #25D366 !important;
    box-shadow: 3px 10px 20px 0px rgba(37, 211, 102, 0.6) !important;
  }
}
@media (min-width: 1001px) {
  a.btnsFlutuantes2,
  .btnsFlutuantes2 {
    background-color: #25D366 !important;
    color: #ffffff !important;
    box-shadow: 3px 10px 20px 0px rgba(37, 211, 102, 0.6) !important;
  }
}


