html {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}
*,
::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}


body {
  padding: 0;
  margin: 0;
  height: auto;
  background-size: auto;
}

#content{
  visibility: hidden;
}

#loading-screen{
  visibility: visible;
}

.box {
  z-index: -1;
  height: auto;
}

.pattern {
  position: absolute;
  z-index: -1;
}

.img {
  height: 100%;
  object-fit: cover;
  width: 100vw;
}
.background-image-1 {
  height: 100%;
  background-color: #ededec;
  object-fit: cover;
  width: 100vw;
}

.background-image {
  height: 100%;
  background-color: #ededec;
}


.container-segundo-separador .container-primeiro-separador {
  height: auto;
  position: absolute;
  top: 0;
}

[data-rellax-speed="10"] {
  transform: translate3d(0, 0, 0);
  transition: transform 1.5s ease-out;
}

[data-rellax-speed="-5"] {
  transform: translate3d(0, 0, 0);
  transition: transform 1.5s ease-out;
}

video {
  width: 100%; /* Adjust to fit the container */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Ensures the video covers the area */
}

#rotate-message {
  height: 100vh;
  text-align: center;
  
}

.container-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  position: relative;
}

.rounded-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
  width: 100px;
  height: 100px;
}
