@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  color: #000000;
}

footer {
  padding: 30px 0;
  text-align: center;
}
footer .copy {
  font-size: 12px;
  color: #000000;
}
footer .copy a {
  color: #000000;
}
footer .copy a:hover {
  color: #e86a17 !important;
}

.btn-chamada {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: linear-gradient(90deg, rgb(253, 60, 61) 0%, rgb(255, 179, 42) 100%);
  padding: 15px 45px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease;
  z-index: 0;
}
.btn-chamada strong {
  font-weight: bolder;
}
.btn-chamada::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FD3C3D;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}
.btn-chamada:hover {
  transform: scale(1.05);
}
.btn-chamada:hover::before {
  opacity: 1;
}

.titulo {
  text-align: center;
  margin-bottom: 75px;
}
.titulo h2 {
  font-size: 30px !important;
  font-weight: bold !important;
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 15px !important;
}
.titulo p {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 15px !important;
}
.titulo p strong {
  font-weight: bolder !important;
}

header {
  background-size: cover;
  background-image: url("../img/lp/movyou/banner.jpg");
  height: 100vh;
  text-align: center;
  padding: 75px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
header .conteudo {
  width: 40%;
  padding: 100px 0;
}
header .conteudo h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
header .conteudo p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.video {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.video .conteudo {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: -300px;
}
.video .conteudo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 7px solid #e86a17;
  border-radius: 15px;
}

.situacoes {
  padding: 100px 0 0 0;
}
.situacoes .item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  justify-content: center;
  margin: 40px;
}
.situacoes .item img {
  width: 100%;
  height: 80px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
}
.situacoes .item p {
  margin: 0px;
  padding: 0px;
}
.situacoes .conteudo {
  z-index: 1;
  position: relative;
  margin: 0px 25%;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 75px;
}
.situacoes .conteudo p {
  margin: 0px;
  padding: 0px;
}
.situacoes .conteudo h2 {
  font-weight: bold;
}
.situacoes .imagem {
  margin-top: -30px;
  background-color: #000000;
}
.situacoes .imagem img {
  width: 100%;
}

.mentoria {
  padding: 100px 0;
  background-color: #f5f5f5;
}
.mentoria h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 40px;
}
.mentoria ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.mentoria ul li {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  justify-content: center;
  margin: 15px 40px;
}
.mentoria ul li p {
  margin: 0;
}
.mentoria .conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 75px;
}

.pilares {
  padding: 100px 0;
}
.pilares .item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  height: 100%;
}
.pilares .item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pilares .item .info {
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.pilares .item .info h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.pilares .item .info p {
  margin: 0px;
  padding: 0px;
}
.pilares .conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 75px;
}

.carreira {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.carreira ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.carreira ul li {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: flex-start;
  justify-content: center;
  margin: 15px 40px;
}
.carreira ul li i {
  font-weight: bolder;
  margin-top: 5px;
  font-size: 18px;
  color: #FD3C3D;
}
.carreira ul li p {
  margin: 0;
}

.vera {
  padding: 100px 0;
  display: block;
  text-align: left;
}
.vera .conteudo .titulo {
  text-align: left !important;
  margin-bottom: 40px !important;
}
.vera .conteudo .titulo p {
  font-weight: bold !important;
}
.vera .conteudo a {
  width: 100%;
  text-align: center;
}

.depoimentos {
  background-image: linear-gradient(-45deg, #262626 21.43%, #000000 21.43%, #000000 50%, #262626 50%, #262626 71.43%, #000000 71.43%, #000000 100%);
  background-size: 7px 7px;
  padding: 100px 0;
}
.depoimentos .titulo h2 {
  color: #e86a17 !important;
  font-size: 40px !important;
}
.depoimentos .titulo p {
  color: #fff !important;
}
.depoimentos .item p {
  color: #fff;
}
.depoimentos .item p.comentario {
  font-style: italic;
  margin-bottom: 30px;
}
.depoimentos .item p.pessoa {
  font-weight: bold;
}
.depoimentos .item p.pessoa strong {
  color: #e86a17 !important;
}
.depoimentos .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fff;
}
.depoimentos .owl-dots .owl-dot span:hover {
  background: #fff;
}
.depoimentos .owl-dots .owl-dot.active span {
  background: #fff;
}

.chave {
  padding: 200px 0;
  background-image: url(../img/lp/movyou/bg-chave.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
}
.chave .titulo h2 {
  font-size: 40px !important;
}

@media screen and (max-width: 768px) {
  .btn-chamada {
    margin: 0 15px !important;
    font-size: 14px !important;
    display: block !important;
    width: calc(100% - 30px) !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
  }
  header {
    padding: 75px 15px !important;
  }
  header .conteudo {
    padding: 50px 15px !important;
    width: 100%;
  }
  header .conteudo h1 {
    font-size: 20px !important;
  }
  header .conteudo p {
    font-size: 14px;
  }
  header a {
    margin: 0 15px;
  }
  .video {
    padding: 50px 0;
  }
  .video .conteudo {
    margin-top: -180px !important;
  }
  section {
    padding: 50px 0 !important;
  }
  section .titulo {
    margin-bottom: 30px !important;
  }
  section .titulo h2 {
    font-size: 20px !important;
  }
  section .item {
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 30px !important;
  }
  section .conteudo {
    padding: 15px !important;
    width: 100% !important;
    margin: 0px !important;
  }
  section.situacoes {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  section.mentoria h2 {
    text-align: center !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
  }
  section.pilares {
    padding: 15px !important;
  }
  section.vera img {
    width: 100%;
  }
  section.vera .conteudo {
    padding: 15px 0 !important;
  }
  section.vera .conteudo a {
    margin: 0px !important;
  }
  section.depoimentos, section.chave {
    padding: 75px 15px !important;
  }
  section.depoimentos .conteudo h2, section.chave .conteudo h2 {
    font-size: 24px !important;
  }
  section.depoimentos h2, section.chave h2 {
    font-size: 24px !important;
  }
  section.depoimentos a, section.chave a {
    margin: 0px !important;
  }
  section.depoimentos .item, section.chave .item {
    text-align: center !important;
  }
  section.chave .titulo h2 {
    font-size: 24px !important;
  }
  section.depoimentos .titulo h2 {
    font-size: 24px !important;
  }
}/*# sourceMappingURL=lp-movyou.css.map */