html, body{
  margin: 0;
  padding: 0;
}

body{
  width: 100%;
  height: 100vh;
  background: #000;
  background-size: cover;
}

h1{
  font-family: monospace;
  font-weight: bold;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  padding: 0.4em;
  position: absolute;
  top: 40%;
  left: 46%;
  transform: translate(-50%, -50%)
}


.rev-block{
  position: absolute;
}

.rev-block span{
  opacity: 0;
  animation: appear-text 0.0001s linear forwards;
  animation-delay: 1.4s;
}

.rev-block:after{
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  widows: 0%;
  height: 100%;
  background: #00f0b5;
  animation: rev-block 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 1s;
}

@keyframes rev-block {
  
  0%{
      left: 0;
      width: 0%;
  }
  50%{
      left: 0;
      width: 100%;
  }
  100%{
      left: 100%;
      width: 0%;
  }
}

@keyframes appear-text {

  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
}

#onemore{
  top: 50%;
  left: 51%;

}

#onemore span{
  animation-delay: 2s;
}

#onemore.rev-block:after {
  background: #5e239d;
  animation-delay: 1.4s
}

@media only screen and (max-width: 900px) {
  h1{
      font-size: 20px;
      padding: 0.4em;
  }
}

/* Reset de estilos básicos */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilos gerais */
body {
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Estilos do cabeçalho */
header {
  background-color: #202945;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* Estilos do vídeo */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Proporção 16:9 para vídeo responsivo */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Estilos do conteúdo de texto */
.text-content {
  padding: 20px;
}

h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #666;
}

/* Estilos das abas */
.tab-links {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}

.tab-links li {
  margin-right: 20px;
}

.tab-links a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s;
}

.tab-links a.active {
  color: #00f; /* Cor ativa das abas */
}

.tab-content .tab {
  display: none;
}

.tab-content .active {
  display: block;
}

/* Estilos dos botões */
.button {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
  text-transform: uppercase;
}

.primary-button {
  background-color: #00f; /* Cor do botão primário */
  color: #fff;
}

.secondary-button {
  background-color: #ccc; /* Cor do botão secundário */
  color: #333;
}

/* Estilos da lista de valores */
.value-list {
  list-style: none;
  margin-top: 20px;
}

.value-list li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}

.value-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00f; /* Cor dos marcadores de lista */
}
/* Reset de estilos básicos */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilos gerais */
body {
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Estilos do cabeçalho */
header {
  background-color: #202945;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}



/* Estilos do vídeo */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Proporção 16:9 para vídeo responsivo */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Estilos do conteúdo de texto */
.text-content {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #666;
}

/* Estilos das abas */
.tab-content .tab {
  display: none;
}

.tab-content .active {
  display: block;
}

/* Estilos dos botões */
.button-group {
  margin-top: 20px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
  text-transform: uppercase;
}

.primary-button {
  background-color: #00f; /* Cor do botão primário */
  color: #fff;
}

.secondary-button {
  background-color: #ccc; /* Cor do botão secundário */
  color: #333;
}

/* Estilos da lista de valores */
.value-list {
  list-style: none;
  margin-top: 20px;
  color: #333;
}

.value-list li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}

.value-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00f; /* Cor dos marcadores de lista */
}











/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #202945;;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #202945;;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("/images/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #67b0d1;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
