@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

body {
  overflow-x: hidden;
}

.terminos__section {
  max-width: 1024px;
  width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
}
.terminos__section h5 {
  color: #00365f;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-bottom: 30px;
}
.terminos__section h6 {
  color: #0b0909;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  margin-bottom: 30px;
}
.terminos__section p {
  color: #0b0909;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 25px;
}


.wrapper__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.wrapper__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 580px) {
  .terminos__section h5 {
    font-size: 24px;
  }
  .terminos__section h6 {
    font-size: 20px;
  }
}/*# sourceMappingURL=terminos.css.map */