.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.text-block {
  color: red;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.text-block-2 {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.body {
  background: url('../images/fundo.jpeg') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
.body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  z-index: 0;
  pointer-events: none;
}


.bold-text {
  color: #fff;
  font-size: 12px;
}

.container-4 {
  padding-top: 500px;
}

.container-5 {
  background-color: #f000;
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  background-color: #e90000;
  margin-left: 0;
  padding: 15px 5px;
}

.section-2 {
  background-color: #e4e4e4;
  line-height: 10px;
}

.text-block-3 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.container-6 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.section-3 {
  background-color: #8b8b8b;
}

.bold-text-2 {
  color: #fff;
  background-color: #8b8b8b;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.column {
  text-align: center;
}

.image {
  text-align: left;
}

.column-2, .column-3, .column-4, .columns {
  text-align: center;
}

.container-7 {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-5 {
  text-align: right;
}

.italic-text {
  font-size: 12px;
  line-height: 16px;
}

.paragraph {
  margin-left: 10px;
  margin-right: 10px;
}

.container-8 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.bold-text-3 {
  text-align: center;
}

.text-block-4 {
  color: #696969;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-5 {
  text-align: center;
  font-size: 10px;
}

.section-4 {
  background-color: #3b3b3b;
  padding-top: 50px;
}

.italic-text-2 {
  color: #696969;
}

@media (max-width: 767px) {
  .w-layout-blockcontainer, .container-6, .container-8 {
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
  }
  .dynamic-text, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 14px !important;
    padding: 8px !important;
  }
}
@media (min-width: 768px) {
  .w-layout-blockcontainer, .container-6, .container-8 {
    padding: 30px 40px;
    background: rgba(0,0,0,0.4);
    border-radius: 16px;
  }
  .dynamic-text, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 20px !important;
    padding: 12px !important;
  }
}

@media screen and (max-width: 479px) {
  .code-embed {
    margin: 0;
  }

  .text-block {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    margin-bottom: 50px;
  }

  .container-2 {
    margin-top: 300px;
  }

  .text-block-2 {
    color: #d3d3d3;
    text-align: center;
    border: 1px #94191b;
    padding: 10px;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }

  .button {
    text-align: center;
    background-color: #13b900;
  }

  .container-3 {
    text-align: center;
  }

  .body {
    background-color: #fff;
  }

  .bold-text {
    color: #fff;
  }

  .container-4 {
    padding-top: 50px;
  }

  .container-5 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: url('../images/fundo.jpeg') no-repeat center center fixed;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
}
.body > *:not(.background-image) {
  position: relative;
  z-index: 1;
}

.main-title {
  text-align: center;
  color: #fff;
  text-shadow: 
    0 0 10px rgba(0,0,0,0.9),
    0 0 20px rgba(0,0,0,0.8),
    0 0 30px rgba(0,0,0,0.7),
    1px 1px 2px rgba(0,0,0,0.9),
    -1px -1px 2px rgba(0,0,0,0.9),
    1px -1px 2px rgba(0,0,0,0.9),
    -1px 1px 2px rgba(0,0,0,0.9);
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0 8px;
  line-height: 1.18;
}
@media (max-width: 600px) {
  .main-title {
    font-size: 1.1rem;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0 2px;
    line-height: 1.13;
  }
}

.vsl-container {
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.vsl-container vturb-smartplayer {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 600px) {
  .vsl-container {
    margin-bottom: 18px;
    max-width: 100vw;
    padding: 0 2vw;
  }
}

.footer {
  width: 100%;
  background: rgba(0,0,0,0.55);
  color: #fff;
  text-align: center;
  padding: 24px 10px 12px 10px;
  position: relative;
  margin-top: 48px;
  font-size: 1rem;
}
.footer-links {
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-disclaimer {
  font-size: 0.92rem;
  font-style: italic;
  opacity: 0.85;
}
@media (max-width: 600px) {
  .footer {
    font-size: 0.85rem;
    padding: 16px 4px 8px 4px;
  }
  .footer-links {
    font-size: 0.95rem;
  }
  .footer-disclaimer {
    font-size: 0.8rem;
  }
}

.attention-banner {
  width: 100%;
  background: rgba(0,0,0,0.7);
  color: #fffbe7;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 8px 8px 6px 8px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  border-radius: 0;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.12);
}
@media (max-width: 600px) {
  .attention-banner {
    font-size: 0.95rem;
    padding: 8px 4px 7px 4px;
    border-radius: 0;
  }
}

.fb-comments-box {
  background: #fff;
  border-radius: 12px;
  padding: 24px 18px;
  max-width: 600px;
  margin: 32px auto;
  box-shadow: 0 2px 12px #0001;
  font-family: Arial, sans-serif;
}
.fb-comments-header {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 18px;
}
.fb-comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.fb-reply {
  margin-left: 48px;
}
.fb-profile-pic {
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center top;
}
.fb-comment-content {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 10px 16px;
  min-width: 0;
  flex: 1;
}
.fb-user-name {
  font-weight: bold;
  color: #365899;
  display: block;
  margin-bottom: 2px;
}
.fb-comment-text {
  color: #050505;
  display: block;
  margin-bottom: 4px;
}
.fb-comment-actions {
  font-size: 0.92em;
  color: #65676b;
  margin-top: 2px;
}
.like-btn, .reply-btn {
  cursor: pointer;
  color: #385898;
  font-weight: 600;
}
.like-btn:hover, .reply-btn:hover {
  text-decoration: underline;
}
.like-count {
  color: #65676b;
  font-weight: normal;
}
.like-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  background: transparent;
}
@media (max-width: 600px) {
  .fb-comments-box {
    padding: 12px 2vw;
    max-width: 98vw;
  }
  .fb-profile-pic {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .fb-comment-content {
    padding: 7px 10px;
    font-size: 0.97em;
  }
  .fb-comments-header {
    font-size: 1em;
  }
  .like-icon {
    width: 14px;
    height: 14px;
  }
}
