/* Estilos CSS para a página de termos de uso */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

body {
  background-color: #F6F5F5;
  color: #333;
  font-family: 'Roboto', 'Poppins', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

.root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-movel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F6F5F5;
}

.container.terms-of-use {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}

.head-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}

.col-1 {
  flex: 0 0 60px;
  margin-right: 20px;
}

.back-logo {
  width: 50px;
  height: 50px;
  fill: #1976d2;
}

.col-11 {
  flex: 1;
}

.terms-title-container {
  display: flex;
  align-items: center;
}

.terms-title {
  font-size: 28px;
  font-weight: 600;
  color: #1976d2;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.card.terms {
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
}

.container {
  margin-bottom: 40px;
}

.container:last-child {
  margin-bottom: 0;
}

.title {
  font-size: 24px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

.subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 25px 0 15px 0;
  font-family: 'Roboto', sans-serif;
}

p {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
  line-height: 1.7;
}

h1 {
  font-size: 22px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 25px 0 15px 0;
  font-family: 'Roboto', sans-serif;
}

br {
  display: block;
  margin: 8px 0;
}

/* Responsividade */
@media (max-width: 768px) {
  .container.terms-of-use {
    margin: 10px;
    padding: 15px;
  }

  .head-container {
    flex-direction: column;
    text-align: center;
  }

  .col-1 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .terms-title {
    font-size: 24px;
  }

  .title {
    font-size: 20px;
  }

  .subtitle {
    font-size: 18px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .container.terms-of-use {
    margin: 5px;
    padding: 10px;
  }

  .terms-title {
    font-size: 20px;
  }

  .title {
    font-size: 18px;
  }

  .subtitle {
    font-size: 16px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }
}

/* Estilos para links */
a {
  color: #1976d2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Estilos para listas */
ul, ol {
  margin: 15px 0;
  padding-left: 30px;
}

li {
  margin-bottom: 8px;
  color: #555;
}

/* Estilos para texto em negrito */
b, strong {
  font-weight: 600;
  color: #333;
}

/* Estilos para scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Estilos específicos para elementos com data-v-* */
[data-v-6181cf7a] {
  margin-bottom: 20px;
}

[data-v-6181cf7a] .title {
  font-size: 24px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

[data-v-6181cf7a] .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 25px 0 15px 0;
  font-family: 'Roboto', sans-serif;
}

[data-v-6181cf7a] p {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
  line-height: 1.7;
}

[data-v-1ad3afa1] h1 {
  font-size: 22px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

[data-v-1ad3afa1] p {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
  line-height: 1.7;
}

[data-v-7cb361d0] h1 {
  font-size: 22px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

[data-v-7cb361d0] p {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
  line-height: 1.7;
}

[data-v-1608ebd0] h1 {
  font-size: 22px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

[data-v-1608ebd0] p {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
  line-height: 1.7;
}

[data-v-c57ef49a] h1 {
  font-size: 22px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

[data-v-c57ef49a] p {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
  line-height: 1.7;
}

[data-v-f07c14d4] h1 {
  font-size: 22px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

[data-v-f07c14d4] p {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
  line-height: 1.7;
}

[data-v-13cf18cb] h1 {
  font-size: 22px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

[data-v-13cf18cb] p {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
  line-height: 1.7;
}

[data-v-7409a6b2] h1 {
  font-size: 22px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

[data-v-7409a6b2] p {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
  line-height: 1.7;
} 