/* Blog */
.blog .resumo img,
.archive .resumo img {
  max-height: none;
}

/* Covid 19 */
.bullets .bullet {
  padding-bottom: 0;
}

/* Blog */
.blog .resumo img,
.archive .resumo img {
  max-height: none;
}

/* Covid 19 */
.bullets .bullet {
  padding-bottom: 0;
}

/* Blog | ebooks */
.row.no-gutters {
  align-content: flex-start;
  /* height: 100%; */
}
.row.no-gutters article {
  min-height: 499px;
}

#sidebar-ebook {
  width: 100%;
  height: 440px;
  /* overflow: hidden; */
  border-radius: 16px;
}
#sidebar-ebook > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 96px;
  padding-bottom: 16px;
  background-image: linear-gradient(180deg, #006167, #00959e, #a1d0e9);
  border-radius: 16px 16px 0 0;
}
#sidebar-ebook > span strong {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  padding: 0 10px;
}
#sidebar-ebook a img {
  border-radius: 16px;
  margin-top: -16px;
  height: 360px;
  margin-bottom: 40px;
}

/* Postagem relacionados | Ebook */
@media (min-width: 768px) {
  #sidebar-ebook {
    position: sticky;
    top: 160px;
    z-index: 900;
  }
}
@media (min-width: 1024px) {
  #sidebar-ebook.ebook--fixed {
    max-width: 216px;
    top: 133px;
  }
  #sidebar-ebook > span strong {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1100px) {
  #sidebar-ebook.ebook--fixed {
    max-width: 311px;
  }
}
@keyframes fadeout {
  to {
    opacity: 0;
    transform: translateY(24px);
  }
}

/* Chatbot Ajustes */
@media (min-width: 1000px) {
  .chatbot-container {
    margin: 0 2rem 0 0;
    bottom: 50px;
  }
  .chatbot-container > img,
  .chatbot-content {
    display: none;
  }
  .chatbot-content-mobile {
    display: block;
  }
  .chatbot-content-mobile img {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  #sidebar-ebook {
    position: sticky;
    top: 160px;
    z-index: 900;
  }
}
@media (min-width: 1024px) {
  #sidebar-ebook.ebook--fixed {
    max-width: 216px;
    top: 133px;
  }
  #sidebar-ebook a span strong {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1100px) {
  #sidebar-ebook.ebook--fixed {
    max-width: 311px;
  }
}
@keyframes fadeout {
  to {
    opacity: 0;
    transform: translateY(24px);
  }
}

/* Chatbot Ajustes */
@media (min-width: 1000px) {
  .chatbot-container {
    margin: 0 2rem 0 0;
    bottom: 50px;
  }
  .chatbot-container > img,
  .chatbot-content {
    display: none;
  }
  .chatbot-content-mobile {
    display: block;
  }
  .chatbot-content-mobile img {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  #sidebar-ebook {
    position: sticky;
    top: 160px;
    z-index: 900;
  }
}
@media (min-width: 1024px) {
  #sidebar-ebook.ebook--fixed {
    max-width: 216px;
    top: 133px;
  }
  #sidebar-ebook a span strong {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1100px) {
  #sidebar-ebook.ebook--fixed {
    max-width: 311px;
  }
}
@keyframes fadeout {
  to {
    opacity: 0;
    transform: translateY(24px);
  }
}

/* Footer ajustes
-------------------------------------------- */

@media (min-width: 1024px) {
  footer.content-info {
    padding-bottom: 4rem !important;
  }
}

/* Footer ajustes
-------------------------------------------- */
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

/* Then style the iframe to fit in the container div with full height and width */
.video-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Estilo da validação do plugin jquery validation */
input.error,
textarea.error {
  border-color: red !important;
}
input::placeholder.error,
textarea::placeholder.error {
  color: red !important;
}
.error:not(input.error) {
  padding-block: 0.25rem;
  font-size: 0.75rem;
  color: red;
}
/* blip chatbot */
#blip-chat-container {
  z-index: 9999999999 !important;
}

/* ============ Newletter Blog ================ */
.newsletter-blog {
  flex: 1 1 100%;
}
.newsletter-blog .row {
  align-content: center;
}
.newsletter-blog .row div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.newsletter-blog h4,
.newsletter-blog .wpcf7 {
  flex: 1 1 40%;
}
.newsletter-blog h4 {
  font-size: 30px;
  line-height: initial;
  text-align: center;
}
.newsletter-blog form {
  padding: 2rem 1.5rem;
  background: linear-gradient(170deg, #f1b614 0, #ee8016 60%);
  box-shadow: 3px 3px 0 3px #fff;
  border-radius: 0.75rem;
  width: 100%;
}
.newsletter-blog form .row,
.newsletter-blog form .row .form-group {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.newsletter-blog form .row .form-group:first-child label {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.newsletter-blog .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.newsletter-blog .wpcf7-checkbox label {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0 !important;
}
.newsletter-blog .wpcf7-checkbox label span {
  font-size: 0.95rem !important;
  color: #fff;
}
.newsletter-blog .wpcf7-checkbox label input[type="checkbox"] {
  width: auto;
  top: 0;
}
.newsletter-blog form .row .form-group:nth-child(2) {
  flex-direction: row;
  align-items: flex-start;
}
.newsletter-blog form .row .form-group:nth-child(2) span {
  font-size: 0.95rem;
  font-weight: normal;
}
.newsletter-blog form .row .form-group:nth-child(2) label {
  padding-top: 4px;
  padding-right: 24px;
  font-size: 1rem;
  font-weight: normal;
}
.newsletter-blog form .enviar {
  height: auto;
  background: #a54000;
  font-size: 1.25rem;
  line-height: initial;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
}

.newsletter-blog form #email-error {
  font-size: 0.75rem;
  text-transform: inherit;
  font-weight: normal;
  margin-bottom: 0;
}
/* Desktop */
@media (min-width: 1024px) {
  .newsletter-blog .wpcf7-checkbox {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .newsletter-blog .wpcf7-checkbox label span {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
  }
  .newsletter-blog form {
    height: 310px;
  }
  .newsletter-blog form .row .form-group:nth-child(2) {
    flex-direction: column;
    align-items: center;
  }
  .newsletter-blog form .row .form-group:nth-child(2) label {
    text-transform: uppercase;
    font-weight: bold;
  }
  /* .newsletter-blog form .row .form-group:nth-child(2) span {
    max-width: 100%;
  } */
  .newsletter-blog form .row .form-group:nth-child(2) span {
    max-width: 340px !important;
  }
  .newsletter-blog form .enviar {
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
  }
  .newsletter-blog .wpcf7-checkbox span {
    margin: 0 !important;
  }
}

.slick-prev {
  z-index: 10;
}