*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.color-title, hr, span {
  color: #62030A;
}

hr {
  margin-top: 8px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 32px 18px;
  }
}

.container-styleguide {
  padding: 26px 14px;
}
@media screen and (max-width: 960px) {
  .container-styleguide {
    flex-direction: column;
    padding: 32px 18px;
  }
}

.container-footer {
  padding: 20px 4px;
}
@media screen and (max-width: 960px) {
  .container-footer {
    flex-direction: column;
    padding: 15px 10px;
  }
}
.container-footer a {
  text-decoration: none;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .flex-center-mobile {
    justify-content: center;
    align-items: center;
  }
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .flex-end {
    justify-content: center;
    align-items: center;
  }
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .flex-row {
    flex-direction: column;
  }
}

.flex-row-mobile {
  display: flex;
  flex-direction: row;
}

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-item-auto {
  flex: 1 1 auto;
}

.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.hidden {
  overflow: hidden;
}

.hero {
  height: 100vh;
}
@media screen and (max-width: 960px) {
  .hero {
    height: 100vh;
  }
}

.book {
  height: 70vh;
}
@media screen and (max-width: 960px) {
  .book {
    height: auto;
  }
}

.evaluation {
  height: 100vh;
  position: relative;
}

.dropdown {
  position: absolute;
  padding: 16px 24px;
  top: 110px;
  left: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: 0.7s ease;
}
.dropdown .dropdown-item {
  text-indent: 10px;
  width: 100%;
}
.dropdown .dropdown-item ul {
  text-indent: 0px;
}

.active-dropdown {
  opacity: 1;
  pointer-events: all;
}

.slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-container {
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  overflow: hidden;
  margin: 0 40px;
}

.max-width-style {
  max-width: 500px;
}

@media screen and (max-width: 960px) {
  .logo-quebra {
    width: 100%;
  }
}

.logo {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .logo {
    width: 300px;
  }
}

.img-style-logo {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .img-style-logo {
    width: 300px;
  }
}

@media screen and (max-width: 960px) {
  .img-mobile {
    width: 100%;
  }
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 16px;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.card-image {
  position: relative;
  height: 350px;
  width: 350px;
  padding: 3px;
}
@media screen and (max-width: 960px) {
  .card-image {
    height: 250px;
    width: 250px;
  }
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-style {
  height: 2%;
  width: 2%;
}
@media screen and (max-width: 960px) {
  .img-style {
    width: 10%;
  }
}

.img-stylefooter {
  width: 20%;
}

.img-style-guide {
  height: 100%;
  width: 100%;
}

header {
  width: 100%;
  height: 72px;
  background-color: transparent;
  color: transparent;
  box-shadow: none;
  position: fixed;
  z-index: 900;
  transition: 0.5s ease;
  opacity: 0;
  pointer-events: none;
}

.active-header {
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5294117647);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 1;
  pointer-events: all;
}

.navbar-desktop {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .navbar-desktop {
    display: none;
  }
}

.navbar-desktop-item-1 {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar-desktop-item-2 {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-desktop-item-3 {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
.nav-menu .nav-item {
  margin-left: 16px;
}

.nav-link {
  display: inline-block;
  padding: 12px 16px;
  transition: 0.5s ease;
}
.nav-link:hover {
  background: rgb(136, 27, 34);
  background: linear-gradient(90deg, rgb(88, 6, 12) 20%, rgb(127, 4, 26) 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease;
  transform: scale(1.2);
}

.navbar-mobile {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 24px;
  display: none;
}
@media screen and (max-width: 960px) {
  .navbar-mobile {
    display: flex;
    align-items: center;
  }
}

.logo-mobile {
  margin: 0 auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #fefefe;
}

.bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 800;
}
.bx::after {
  background: #62030A;
  border-radius: 8px;
  height: 6px;
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  height: 2px;
  transition: 0.5s ease;
}
.bx::before {
  background: #62030A;
  border-radius: 8px;
  height: 6px;
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 100%;
  height: 3px;
  transition: 0.5s ease;
}

.active-bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 800;
  transition: 0.7s ease;
}
.active-bx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  transform: rotate(-135deg);
}
.active-bx::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  transform: rotate(315deg);
}

.menu-mobile {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease;
  transform: translate3d(0, -100px, 0);
}

.active-menu-mobile {
  opacity: 1;
  pointer-events: all;
  background: #031A15;
  height: 105vh;
}

.nav-list-mobile {
  max-width: 1440px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.nav-list-mobile svg {
  width: 50px;
  height: 50px;
}
.nav-list-mobile svg path {
  transition: 0.7s ease;
}

a {
  text-decoration: none;
  cursor: pointer;
}

nav-link-mobile {
  display: inline-block;
  padding: 16px 24px;
}

button {
  transition: 0.5s ease;
}
button:hover {
  cursor: pointer;
  transition: 0.5s ease;
  transform: translateY(-7px);
}
button:active {
  transition: 0.5s ease;
  transform: translateY(0px);
}

@media screen and (max-width: 960px) {
  .button {
    width: 100%;
    height: 100%;
  }
}

.button-budget {
  border: none;
}

.button-request {
  border: none;
  width: 50%;
  height: 15%;
  background: #62030A;
  color: #fff;
  border-radius: 20px;
  font-size: 30px;
  padding: 10px;
}
.button-request:hover {
  cursor: pointer;
  transition: 0.5s ease;
  transform: translateY(-7px);
}
.button-request:active {
  transition: 0.5s ease;
  transform: translateY(0px);
}
@media screen and (max-width: 960px) {
  .button-request {
    width: 100%;
  }
}

.button-enviar {
  border: none;
  width: 100%;
  height: 10%;
  background: #031A15;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .button-enviar {
    width: 100%;
    height: 15%;
  }
}

.buttonproject {
  text-align: center;
  border: none;
  font-size: 20px;
  padding: 8px 16px;
  color: #fff;
  background: #62030A;
  border-radius: 8px;
  margin: 16px;
  cursor: pointer;
  transition: all 1s ease;
}
.buttonproject:hover {
  background: rgb(231, 1, 43);
}

.buttonstyle {
  width: 20%;
}
@media screen and (max-width: 960px) {
  .buttonstyle {
    width: 100%;
    height: 15%;
  }
}

.buttonstyle-ifor {
  width: 20%;
  background: #FFFFFF;
  color: #031A15;
  border: 2px solid #031A15;
}
.buttonstyle-ifor:hover {
  border: none;
  background: #031A15;
  color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .buttonstyle-ifor {
    width: 100%;
    height: 15%;
  }
}

.buttoncontact {
  border: none;
  font-size: 12px;
  padding: 8px 16px;
  color: #fff;
  background: #62030A;
  border-radius: 8px;
  margin: 0px;
  cursor: pointer;
  transition: all 1s ease;
}
.buttoncontact:hover {
  background: rgb(231, 1, 43);
}

.swiper-navBtn {
  color: #fff;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: rgb(231, 1, 43);
}
.swiper-navBtn::after, .swiper-navBtn::before {
  font-size: 40px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: rgb(231, 1, 43);
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}
#marca {
  opacity: 1;
  animation: rotate 10s linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.img-p1 {
  position: absolute;
  top: 500px;
  left: 100px;
  animation: peoples3 7s ease 1s infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p1 {
    top: 500px;
    left: 350px;
  }
}

.img-p2 {
  position: absolute;
  top: 50px;
  left: 1200px;
  animation: peoples 7s ease 0.1s infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p2 {
    top: 500px;
    left: 30px;
  }
}

.img-p3 {
  position: absolute;
  top: 50px;
  left: 30px;
  animation: peoples2 7s ease 2s infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p3 {
    top: 300px;
    left: 30px;
  }
}

.img-p4 {
  position: absolute;
  top: 150px;
  left: 800px;
  animation: peoples2 7s ease 0.1s infinite alternate;
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .img-p4 {
    top: 100px;
    left: 300px;
  }
}

.img-p5 {
  position: absolute;
  top: 150px;
  left: 400px;
  animation: peoples3 7s ease 2s infinite alternate;
}

.img-p6 {
  position: absolute;
  top: 450px;
  left: 500px;
  animation: peoples 7s ease 0.9s infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p6 {
    top: 800px;
    left: 300px;
  }
}

.img-p7 {
  position: absolute;
  top: 800px;
  left: 950px;
  animation: peoples2 7s ease infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p7 {
    animation: peoples 7s ease 2.9s infinite alternate;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .img-p7 {
    top: 1000px;
    left: 200px;
  }
}

.img-p8 {
  position: absolute;
  top: 550px;
  left: 1000px;
  animation: peoples3 7s ease 0.1s infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p8 {
    top: 1000px;
    left: 400px;
    animation: peoples3 7s ease 1.6s infinite alternate;
  }
}

.img-p9 {
  position: absolute;
  top: 800px;
  left: 500px;
  animation: peoples2 7s ease 1s infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p9 {
    top: 1000px;
    left: 10px;
    animation: peoples3 7s ease 1.6s infinite alternate;
  }
}

.img-p10 {
  position: absolute;
  top: 800px;
  left: 100px;
  animation: peoples 7s ease 2s infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p10 {
    top: 100px;
    left: 40px;
    animation: peoples3 7s ease 1.6s infinite alternate;
  }
}

.img-p11 {
  position: absolute;
  top: 20px;
  left: 500px;
  animation: peoples2 7s ease 0.5s infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p11 {
    top: 400px;
    left: 300px;
  }
}

.img-p12 {
  position: absolute;
  top: 300px;
  left: 1200px;
  animation: peoples 7s ease 0.1s infinite alternate;
}
@media screen and (max-width: 960px) {
  .img-p12 {
    top: 800px;
    left: 50px;
    animation: peoples3 7s ease 1.6s infinite alternate;
  }
}

.img-p13 {
  position: absolute;
  top: 450px;
  left: 900px;
  animation: peoples 7s ease 0.7s infinite alternate;
}

.img-p14 {
  position: absolute;
  top: 800px;
  left: 1200px;
  animation: peoples3 7s ease 0.3s infinite alternate;
}

.img-p15 {
  position: absolute;
  top: 50px;
  left: 900px;
  animation: peoples 3s ease 0.4s infinite alternate;
}

.img-p16 {
  position: absolute;
  top: 690px;
  left: 800px;
  animation: peoples 7s ease 0.1s infinite alternate;
}

.img-p17 {
  position: absolute;
  top: 300px;
  left: 200px;
  animation: peoples3 7s ease infinite alternate;
}

@keyframes peoples {
  0% {
    transform: translate3d(0, 0, 0);
  }
  45% {
    transform: translate3d(10px, -10px, 20px);
  }
  100% {
    transform: translate3d(10px, -40px, 0);
  }
}
@keyframes peoples2 {
  0% {
    transform: translate3d(5px, 0, 0);
  }
  45% {
    transform: translate3d(10px, -20px, 50px);
  }
  100% {
    transform: translate3d(10px, -40px, -20px);
  }
}
@keyframes peoples3 {
  0% {
    transform: translate3d(5px, 0, 20px);
  }
  100% {
    transform: translate3d(100px, -30px, 90px);
  }
}
.s-0 {
  margin: 0;
  padding: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 48px;
}

.m-4 {
  margin: 72px;
}

.m-5 {
  margin: 128px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 48px;
}

.mt-4 {
  margin-top: 72px;
}

.mt-5 {
  margin-top: 128px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 48px;
}

.ml-4 {
  margin-left: 72px;
}

.ml-5 {
  margin-left: 128px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 48px;
}

.mr-4 {
  margin-right: 72px;
}

.mr-5 {
  margin-right: 128px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 48px;
}

.mb-4 {
  margin-bottom: 72px;
}

.mb-5 {
  margin-bottom: 128px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-3 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-4 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-5 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-3 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-4 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.my-5 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 48px;
}

.p-4 {
  padding: 72px;
}

.p-5 {
  padding: 128px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 48px;
}

.pt-4 {
  padding-top: 72px;
}

.pt-5 {
  padding-top: 128px;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.pl-3 {
  padding-left: 48px;
}

.pl-4 {
  padding-left: 72px;
}

.pl-5 {
  padding-left: 128px;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 16px;
}

.pr-3 {
  padding-right: 48px;
}

.pr-4 {
  padding-right: 72px;
}

.pr-5 {
  padding-right: 128px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 48px;
}

.pb-4 {
  padding-bottom: 72px;
}

.pb-5 {
  padding-bottom: 128px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-3 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-4 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-5 {
  padding-left: 128px;
  padding-right: 128px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-4 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-5 {
  padding-top: 128px;
  padding-bottom: 128px;
}

h1 {
  color: #62030A;
  font-family: "Artifakt Element", sans-serif;
  font-size: 60px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 40px;
    line-height: 120%;
  }
}

h2 {
  color: #000;
  font-family: "Artifakt Element", sans-serif;
  font-size: 50px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 25px;
    line-height: 120%;
  }
}

h3 {
  color: #FFFFFF;
  font-family: "Artifakt Element", sans-serif;
  font-size: 30px;
  line-height: 110%;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 20px;
    line-height: 100%;
  }
}

h4 {
  color: #031A15;
  font-family: "Artifakt Element", sans-serif;
  font-size: 30px;
  line-height: 110%;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 30px;
    line-height: 100%;
  }
}

h5 {
  color: #62030A;
  font-family: "Artifakt Element", sans-serif;
  font-size: 20px;
  line-height: 110%;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 20px;
    line-height: 100%;
  }
}

p {
  color: #000;
  font-family: "Artifakt Element", sans-serif;
  font-size: 15px;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Artifakt Element", sans-serif;
    font-size: 22px;
    line-height: 100%;
  }
}

.p1 {
  color: #000;
  font-family: "Artifakt Element", sans-serif;
  font-size: 25px;
  line-height: 150%;
  width: 100%;
  text-indent: 100px;
}
@media screen and (max-width: 960px) {
  .p1 {
    text-indent: 30px;
  }
}
@media screen and (max-width: 960px) {
  .p1 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 22px;
    line-height: 100%;
  }
}

.p2 {
  color: #FFFFFF;
  font-family: "Artifakt Element", sans-serif;
  font-size: 30px;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .p2 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 20px;
    line-height: 100%;
  }
}

.p3 {
  color: #807b7b;
  font-family: "Artifakt Element", sans-serif;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .p3 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 20px;
    line-height: 100%;
  }
}

.p4 {
  color: #000;
  font-family: "Artifakt Element", sans-serif;
  font-size: 25px;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .p4 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 20px;
    line-height: 100%;
  }
}

.p5 {
  color: #000;
  font-family: "Artifakt Element", sans-serif;
  font-size: 20px;
  line-height: 150%;
  width: 1400px;
}
@media screen and (max-width: 960px) {
  .p5 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 20px;
    line-height: 100%;
    width: 540px;
  }
}

.p6 {
  color: #FFFFFF;
  font-family: "Artifakt Element", sans-serif;
  font-size: 30px;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .p6 {
    font-family: "Artifakt Element", sans-serif;
    font-size: 20px;
    line-height: 100%;
    width: 70%;
  }
}

.ul {
  font-size: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px;
}

.contact {
  width: 600px;
  height: 100px;
}
@media screen and (max-width: 960px) {
  .contact {
    width: 100%;
  }
}

.mensagem {
  resize: none;
  width: 600px;
  height: 300px;
}
@media screen and (max-width: 960px) {
  .mensagem {
    width: 100%;
  }
}

select {
  margin: 0 auto;
  margin-top: 8px;
  width: 600px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  color: #000;
  background-color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  select {
    width: 100%;
  }
}

iframe {
  width: 100%;
  height: 69%;
  frameborder: 0;
  border: none;
}

.peoples {
  position: absolute;
  top: 0px;
  left: -30px;
}

.cursor {
  cursor: pointer;
}

.background-hero {
  background-image: url(../assets/img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.background-book {
  background-image: url(../assets/img/background2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.background-color-primary {
  background-color: #62030A;
}

.background-color-secundary {
  background-color: #031A15;
}

.background-color-white {
  background-color: #FFFFFF;
}

.border {
  border: 3px solid #62030A;
  border-radius: 10px;
  padding: 8px 16px;
  margin: 14px 24px;
}

.altura-normal-1,
.altura-normal-2,
.altura-normal-3,
.altura-normal-4 {
  height: 100%;
  width: 300px;
}
@media screen and (max-width: 1440px) and (min-width: 1140px) {
  .altura-normal-1,
  .altura-normal-2,
  .altura-normal-3,
  .altura-normal-4 {
    width: 250px;
  }
}
@media screen and (max-width: 1140px) and (min-width: 960px) {
  .altura-normal-1,
  .altura-normal-2,
  .altura-normal-3,
  .altura-normal-4 {
    width: 200px;
  }
}

.altura-text-1,
.altura-text-2,
.altura-text-3,
.altura-text-4 {
  height: 500px;
}
@media screen and (max-width: 1440px) and (min-width: 1140px) {
  .altura-text-1,
  .altura-text-2,
  .altura-text-3,
  .altura-text-4 {
    height: 555px;
  }
}
@media screen and (max-width: 960px) {
  .altura-text-1,
  .altura-text-2,
  .altura-text-3,
  .altura-text-4 {
    height: 355px;
  }
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar {
  width: 0.6rem;
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 1rem;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}/*# sourceMappingURL=style.css.map */