







/* MAIN */

.blog-posts {
  background-color: #FFFFFF;
}

.newsletter .dnd_news-column-1-row-0-background-gradient,
.cta-section .dnd_cta-column-1-padding {
  border-radius: 20px;
}

.section-area-blog {
  padding: 60px 0 0;
}

.cta-section .cell_1741897831969-row-0-background-layers {
  border-radius: 20px;
  overflow: hidden;
}

.post-listing-grid {
  margin-top: 0;
  padding: 0;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  column-gap: 1rem;
  row-gap: 1rem;
}

.post-listing-grid .post-article {
  background: #F9F6F6;
  border-radius: 20px;
}

.post-listing-grid .post-article .post-header {
  border: none;
  margin: 0;
}

.post-listing-grid .post-article .post-header .picture {
  overflow: hidden;  
  position: relative;
  height: 200px;
  margin-bottom: 0; 
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.post-listing-grid .post-article .post-header .picture img {
  position: absolute !important;
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.post-listing-grid .post-article .post-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.post-listing-grid .post-article .post-body h2 {
  font-size: .9em;
  font-weight: 600;
}

.post-listing-grid .post-article .post-body .post-time {
  font-size: .7em;
  font-weight: 400;
  margin-top: 20px;
}

.post-listing-grid .post-article .post-body h2 a {
  color: #442357;
}

.post-listing-grid .post-article .post-body h2 a:hover {
  color: #DC1668;
  text-decoration: none;
}

.post-listing-grid .post-article .post-body .excerpt{
  font-size: .7em;
  color: #787878;
  margin: 0;
  font-weight: 400;
}

.post-listing-grid .post-article .post-body .read-more a,
.blog-featured .blog-posts .read-more a,
.blog-posts .read-more a {
  align-items: center;
  color: #f5844c;
  display: flex;
  font-weight: 600;
  gap: 10px;
  padding: 0;
  position: relative;
  font-size: 15px;
}

.post-listing-grid .post-article .post-body .read-more {
  margin-top: auto;
}

.post-listing-grid .post-article .post-body .read-more a:after,
.blog-featured .blog-posts .read-more a:after,
.blog-posts .read-more a:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' fill='none'%3E%3Cpath fill='%23f5844c' d='M16.03 6.53a.75.75 0 0 0 0-1.06L11.257.697a.75.75 0 0 0-1.06 1.06L14.439 6l-4.242 4.243a.75.75 0 0 0 1.06 1.06zM0 6.75h15.5v-1.5H0z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.post-article .picture .categoria {
  position: absolute;
  top: 15px;
  left: 20px;
  background-color: rgba(220, 22, 104, 0.6);
  color: #ffffff;
  z-index: 2;
  border-radius: 10px;
  padding: 5px 20px;
}

.post-article .categoria {
  color: #442357;
  font-size: .6rem;
}


.section-title a.categoria {
  font-weight: 700;
  font-size: 16px;
  color: #DC1668;
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 768px) {

  .post-listing-grid {
    display: block;
  }

  .post-listing-grid .post-article {
    margin-bottom: 30px;
  }

}

/* AUTOR LISTA */
.post-article .post-author {
  display: flex;
  gap: 10px;
  align-items: center;
}

.post-article .post-body .post-author-image {
  border-radius: 100px;
  display: inline-block;
  flex: 0 0 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 50px;
}

.post-article .post-body .post-author-image img {
  position: absolute !important;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  object-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.post-article .post-body .post-author-name {
  font-size: 16px;
  color: #2E2E2E;
  font-weight: 600;
}

.post-article .post-body .post-author-name a {
  color: #442357;
}


.post-article .post-body .post-author-name .post-data {
  font-size: 14px;
  color: #8E8E8E;
}

.post-article .post-body .post-author-name a:hover {
  text-decoration: underline;
}

.post-article .post-body .post-author-bio {
  font-size: 16px;
  color: #5F5F5F;
  margin-bottom: 0;
}

/* AUTOR INTERNA */
.post-interna .post-author {
  display: flex;
  gap: 10px;
  align-items: center;
}


.post-interna .post-data {
  display: flex;
  gap: 20px;
}

.post-interna .post-author .author {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.post-author .post-author-image,
.post-author .picture {
  border-radius: 100px;
  display: inline-block;
  flex: 0 0 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 80px;
}

.post-author .picture img {
  position: absolute !important;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  object-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0!important;
}

.post-interna .post-author-name {
  font-size: 18px;
  color: #442357;
  font-weight: 600;
}

.post-interna .post-author-bio {
  font-size: 14px;
  color: #2E2E2E;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
  line-height: normal;
}

.post-interna .post-author-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blog-posts .hs-search-field__input {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  font-size: 14px;
  padding: 8px;
  height: 48px;
}

.blog-posts #hs_cos_wrapper_widget_1742219752626 .hs-search-field__button {
  background: transparent;
  border: transparent;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0;
  transition: .5s;
  height: 48px;
  line-height: 0;
}

/* ========= POST INTERNA ========= */

#hs_cos_wrapper_blog_post_audio {
  margin: 30px 0;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h1 {
  color: #442357;
  line-height: 1.2;
  font-weight: 700;
}

.blog-grid {
  display: grid;
  grid-gap: 60px;
  padding: 30px 0;
  max-width: 1140px;
  margin: 0 auto;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .blog-grid {
    grid-template-columns: 2fr 1fr;
  }
}

.content-wrapper-blog {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-area {
  border-bottom: solid 1px #ffffff;
  margin-bottom: 60px;
}

.post-interna {
  padding: 60px 0;
  max-width: 800px;
  margin: 0 auto;
  word-wrap: break-word;
}


.post-interna.side {
  padding: 0;
  word-wrap: break-word;
  margin: 0;  
}

.post-interna a {
  word-wrap: break-word;
}

.post-interna img {
  width: 100%;
}

.post-img {
  height: 390px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}

.post-img img {
  position: absolute !important;
  display: block;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}

.post-interna .post-texto .post-categoria {
  text-align: center;
  display: none;
}

.post-interna .post-texto .post-categoria .categoria {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

.post-interna .post-texto .date {
  text-align: center;
  font-size:12px;
  color: #000000;
  margin-bottom:30px;
  display: none;
}

.post-interna .post-texto .date .author {
  color: #ffffff;
  font-size:14px;
}

.post-interna .post-texto .date .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 15px;
}

.post-interna .post-texto p {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

.post-interna .post-texto h1 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  color: #442357
}

.post-interna .post-texto strong {
  font-weight: 700;
}

.post-interna .post-texto h2:first-child {
  margin-top: 0!important;
}

.post-interna .post-texto h2,
.post-interna .post-texto h3,
.post-interna .post-texto h4 {
  margin: 40px 0px 30px 0px;
  font-weight: 600;
}

.post-interna .post-texto h2 {
  font-size: 1.4rem;	
  color: #442357;
}

.post-interna .post-texto h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #442357;
}

.post-interna .post-texto h4 {
  font-size: 1rem;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
  text-transform: none;
  letter-spacing: 0;	
  color: #2E2E2E;  
}

.post-interna .post-texto ul,
.post-interna .post-texto ol {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.post-interna .post-texto ul li p,
.post-interna .post-texto ol li p {
  margin: 0;
}

.post-interna .post-texto a {
  color: #f5844c;
  text-decoration: underline;
}

/*.post-interna .post-texto .hs-cta-img {
border: solid 1px #cccccc!important;
}*/

.post-interna .post-texto img {
  margin: 20px 0;
  width: 100%!important;
  height: auto!important;
  border-radius: 20px;
}

.post-interna .post-texto h2 + p img {
  margin-top: 0;
}

.post-interna .post-texto blockquote {
  margin-bottom: 60px;
  margin-top: 60px;
  margin-left: 70px;
  width: 75%;
  font-size: 1.2rem;
  font-weight: 400;
  border-left: solid 4px #e7e7e7;
  padding-left: 30px;
}

.info-post {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 15px;
  font-weight: 300;
  align-items: center;
}

.info-post .author,
.info-post .post-time-data {
  display: flex;
  gap: 20px;
  align-items: center;
}


.section-title .author-box {
  margin: 30px 0;
}

.section-title .author .picture {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}

.section-title .author .picture img {
  width: 100%;
  border-radius: 50px;
  border:1px solid #dfdfdf;
}

.section-title .author h5 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.section-title .author h5 a.name-author {
  color: #442357;
  cursor: pointer;
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
  margin-top: 5px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url(https://www.hookdig.com/hubfs/linkedin.png)!important;
  background-repeat: no-repeat;
}

.section-related .page-center {
  border-top: solid 1px #212121
}

.section-related h3 {
  text-align: left;
  margin-bottom: 40px;
  color: #2E2E2E;
  font-weight: 600;
}

/* ========= SIDEBAR ========= */

.blog-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  align-self: start;
}

.blog-sidebar h3 {
  margin-bottom: 30px;
  color: #2E2E2E;
  font-weight: 700;
  font-size: 1.1em;
}

.blog-sidebar .aside-widget {
  margin-bottom: 30px;
}

.blog-sidebar .widget-item.news {
  background: linear-gradient(180deg, #DF1669 0%, #442357 100%);
  border-radius: 20px;  
  padding: 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-sidebar .widget-item.news img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(10%) hue-rotate(224deg) brightness(104%) contrast(103%);
}

.blog-sidebar .widget-item.news .legal-consent-container .hs-form-booleancheckbox-display>span,
.blog-sidebar .widget-item.news .hs-form label span.hs-form-required,
.container-fluid.newsletter .legal-consent-container .hs-form-booleancheckbox-display>span,
.container-fluid.newsletter .hs-form label span.hs-form-required {
  font-size: 14px!important;
  color: #fff !important;
}

.blog-sidebar .widget-item.news h3 {
  color: #ffffff;
  border-bottom: 0;
  font-size: 1.1em;
  margin: 0;
}

.blog-sidebar .widget-item .widget-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar .widget-item .widget-module ul li {
  margin-bottom: 5px;
  font-size: 16px;
}

.blog-sidebar .widget-item .widget-module .filter-expand-link {
  margin-top: 10px;
  display: inline-block;
}


/* ========= SOCIAL ========= */

.social-media-bar {
  padding: 20px 0;
  margin-bottom: 0;
  text-align: left;
}

.social-media-bar ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.social-media-bar p {
  font-weight: 600; 
  fill: #393939;
}

/*.social-media-bar li:first-child {
font-size: 18px;
font-weight: 600;
margin-right: 20px;
color: #0f224d;
}*/

.social-media-bar li {
  display:inline-block;
  vertical-align: middle;
  padding: 0;  
  margin-right: 10px;
  color: #442357;
}

.social-media-bar li i {
  font-size: 18px;
}

.social-media-bar li a {
  width: 34px;
  padding: 8px;
  fill: #442357;
  box-sizing: border-box; 
  display: block;
  text-align: center;
}

.social-media-bar li a:hover {
  fill: #DC1668!important;
}


/* ========= COMENTARIOS ========= */

.section-comments {
  padding: 60px 0;
  background-color: #fff;
}

.comments-wrapper {
  position: relative;
  float: none;
  max-width: 800px!important;
  margin: 0 auto 30px!important;
}

.section-comments h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

.section-comments fieldset {
  max-width: initial!important;
}

.section-comments fieldset.form-columns-1 .hs-input,
.section-comments fieldset.form-columns-2 .hs-input{
  width: 100%!important;
}

.comments-wrapper input[type="text"],
.comments-wrapper input[type="number"],
.comments-wrapper input[type="tel"],
.comments-wrapper input[type="password"],
.comments-wrapper input[type="email"],
.comments-wrapper input[type="email"],
.comments-wrapper textarea{
  height: 45px;
  border: 1px solid #cfcfcf;
  padding: 10px;
  font-size: 14px;
  color: #616366;
  margin-bottom: 15px;
  width: 100%;
}

.comments-wrapper textarea {
  height:195px;
}

.comments-wrapper label {
  display:none;
}

.comments-wrapper .actions {
  margin-top:30px;
}

.comments-wrapper input[type="submit"] {
  padding: 10px 40px!important;
  color: #FFFFFF;
  border-radius: 0!important;
  font-size: 17px!important;
  text-transform: none!important;
  font-weight: bold;
  width: auto;
  background: #442357;
  border: none;
  cursor: pointer;
}

.comment-from h4{
  font-size:16px;
  font-weight: 700;
  color: #442357;
}

.comment-reply-to {
  display: none;
}

.comment-body {
  font-size:15px;
  color:#90929c;
}

.new-comments {
  margin:30px 0;
}


#comments h4{
  font-size: 14px;
  margin: 0 0 20px 0;
}

#comments p {
  font-size: 15px;
}

#comments a {
  color: #008241;
}

ol.commentlist{
  list-style:none;
  padding: 0;
}

ol.commentlist li{
  margin-bottom:30px;
}

ol.commentlist ul{
  margin:0px;
}

ol.commentlist ul li{
  margin:20px 20px 20px 40px;
}

#respond{
  margin:0 0 30px 0;
  clear:both;
}

#respond form label{
  width:auto;
  margin-right:10px;
  display: block;
  font-size: 14px;
}

#respond form input{
  margin-bottom: 10px;
  width: 100%;
}

#respond form textarea{
  margin-bottom: 10px;
  width: 100%;
}

#respond form input.commentsubmit {
  background: #1e7c01;
  border-color: #1e7c01;
  display: block;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  width: auto;
  cursor: pointer;
  text-decoration: none; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;      
}

#respond form input.commentsubmit:hover {
  background: #84ba3f;
  border-color: #84ba3f;	
}   

.comment-metadata {
  padding: 20px 0;
}

.comments-wrapper .hs-error-msgs {
  list-style: none;
  margin-top: 0;
  padding: 0;
}

.comments-wrapper .hs-error-msgs label,
.comments-wrapper .hs-error-msgs label span {
  font-size: 12px !important;
  color: #ff7373 !important;
  display: block;
}


/* ========= COMENTARIOS ========= */

.form-super .hs-form input[type=date],
.form-super .hs-form input[type=datetime],
.form-super .hs-form input[type=datetime-local],
.form-super .hs-form input[type=email],
.form-super .hs-form input[type=month],
.form-super .hs-form input[type=number],
.form-super .hs-form input[type=password],
.form-super .hs-form input[type=range],
.form-super .hs-form input[type=search],
.form-super .hs-form input[type=tel],
.form-super .hs-form input[type=text],
.form-super .hs-form input[type=time],
.form-super .hs-form input[type=url],
.form-super .hs-form input[type=week],
.form-super .hs-form fieldset.form-columns-1 textarea.hs-input,
.form-super .hs-form fieldset.form-columns-1 .input select,
.form-super .hs-form .input textarea,
.form-super .hs-form .hs-input textarea,
.form-super .hs-form textarea,
.form-super .hs-form .input select,
.form-super .hs-form .hs-input select,
.form-super .hs-form select,
.form-super .hs-search-field input[type=text],
.form-super .hs-search-field input[type=search]{
  width: 100%;
  padding: 9px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 16px;
  border-color: #e2e2e2;
  color: #636363;
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid;
  border-radius: 4px
    -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  height: 48px;  
}

.form-super h3.form-title {
  margin: 0 0 30px;
}

.form-super .hs-form ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.form-super legend.hs-field-desc {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 10px;
}

.form-super .hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.form-super .hs-form fieldset.form-columns-1 input[type="checkbox"],
.form-super .hs-form fieldset.form-columns-1 input[type="radio"] {
  width: auto !important;
  margin-right: 15px !important;
  margin-top: -2px;
}

.form-super .hs-form fieldset {
  max-width: 100% !important;
}

.form-super .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.333% !important;
}

.form-super .hs-form fieldset {
  margin-bottom: 0 !important;
}

.form-super .hs-form .hs-form-field {
  margin-bottom: 15px;
}

.form-super .hs-form ul.inputs-list.multi-container {
  margin-bottom: 20px;
}

.form-super .hs-form ul li {
  margin-top: 0;
  margin-bottom: 5px!important;
  width: 100%;
}

.form-super .hs-form fieldset textarea.hs-input {
  min-height: 200px;
}

.form-super .hs-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  border-radius: 0;
}

.form-super .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-super .hs-form fieldset.form-columns-3 .hs-form-field,
.form-super .hs-form fieldset.form-columns-2 .hs-form-field {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-super .hs-form fieldset .hs-form-field {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width:400px) {
  .form-super .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

.form-super .hs-form label,
.form-super .hs-form label span {
  color: rgba(90, 93, 97, 1)!important;
  font-size: 16px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  margin-bottom: 6px;
}

.form-super .hs-form label {
  display: none;  
  width: 100% !important;
  float: left !important;
  text-align: left !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.form-super .hs-form .hs-form-checkbox label,
.form-super .hs-form .hs-form-booleancheckbox label,
.form-super .hs-form .hs-fieldtype-checkbox label {
  display: block!important;
}

.form-super .hs-form input::-webkit-input-placeholder,
.form-super .hs-form select::-webkit-input-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}

.form-super .hs-form input::-moz-placeholder,
.form-super .hs-form select::-moz-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}

.form-super .hs-form input:-ms-input-placeholder,
.form-super .hs-form select:-ms-input-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}

.form-super .hs-form input:-moz-placeholder,
.form-super .hs-form select:-moz-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}

.form-super .hs-form button,
.form-super .hs-form input[type=button],
.form-super .hs-form input[type=reset],
.form-super .hs-form input[type=submit] {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  padding: 10px 20px;
  color: #442357;
  font-size: 1em;
  line-height: 1.3;
  margin-top: 0;
  border-radius: 0;  
  white-space: normal;  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  -khtml-transition: all .2s linear;
  background-color: #ffffff;
  border: solid 2px #ffffff;
} 

.form-super .hs-form button:hover,
.form-super .hs-form input[type=button]:hover,
.form-super .hs-form input[type=reset]:hover,
.form-super .hs-form input[type=submit]:hover {
  background-color: ;
  border-color: ;
}

.form-super .hs-form .hs-submit {
  display: inline-block;
  width: 100%;
}

.form-super .hs-form .hs-submit .actions {
  width: 100% !important;
  float: left !important;
  clear: both !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*padding-left: 11px !important;
  padding-right: 17px !important;*/
}

@media screen and (max-width:767px) {
  .form-super .hs-form .form-columns-2>div.hs-form-field,
  .form-super .hs-form .form-columns-3>div.hs-form-field,
  .form-super .hs-form .form-columns-4>div.hs-form-field {
    width: 100% !important;
  }
}

.form-super .hs-richtext {
  float: none !important;
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #666666;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 12px !important;
}

.form-super .hs-form .hs-error-msgs label,
.form-super .hs-form .hs-error-msgs label span {
  font-size: 12px !important;
  color: #ff7373 !important;
  display: block;
}

.hs_error_rollup {
  display: none;
}

.grecaptcha-badge {
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
}

.form-super .hs-form input[type="checkbox"] {
  margin-right: 0;
  margin-top: 7px;
}

.form-super .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 30px;
}

.section-news {
  background-color: #fff;
}

.section-news h3 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  color: #2e3349;
  font-size: 20px;
  text-align: center;
}

.section-news .page-center {
  max-width: 600px !important;
}

.wp-caption {
  max-width: 100%!important;
}

.aside-widget .form-super .hs-form input[type=text],
.aside-widget .form-super .hs-form input[type=email] {
  background-color: #442357;
  border-color: #ffffff !important;
  color: #212121;
}

.aside-widget .form-super .hs-form input::-webkit-input-placeholder,
.aside-widget .form-super .hs-form select::-webkit-input-placeholder {
  color: #212121 !important;
  text-align: left !important;
}

.aside-widget .form-super .hs-form input::-moz-placeholder,
.aside-widget .form-super .hs-form select::-moz-placeholder {
  color: #212121 !important;
  text-align: left !important;
}

.aside-widget .form-super .hs-form input:-ms-input-placeholder,
.aside-widget .form-super .hs-form select:-ms-input-placeholder {
  color: #212121 !important;
  text-align: left !important;
}

.aside-widget .form-super .hs-form input:-moz-placeholder,
.aside-widget .form-super .hs-form select:-moz-placeholder {
  color:#212121 !important;
  text-align: left !important;
}

/* SIDE NEWS 


.hsForm_4ddbc816-9023-4e6d-808a-e8d421288971 label {
display:none;
}

.hsForm_4ddbc816-9023-4e6d-808a-e8d421288971 h3 {
text-transform: none!important;
font-weight: 700;
}

.hsForm_4ddbc816-9023-4e6d-808a-e8d421288971 .hs-error-msgs label {
display:block !important;
}

.hsForm_4ddbc816-9023-4e6d-808a-e8d421288971 ul.hs-error-msgs  {
margin: 0;
padding: 0;
}

.hsForm_4ddbc816-9023-4e6d-808a-e8d421288971 ul.hs-error-msgs li  {
list-style:none;
text-align:left;
font-size:13px;
padding: 10px;  
display: inline-block;
color: #ff7373!important
}

.hsForm_4ddbc816-9023-4e6d-808a-e8d421288971 input[type="email"],
.hsForm_4ddbc816-9023-4e6d-808a-e8d421288971 input[type="text"] {
background-color: #FFFFFF!important;
border: 1px solid #e2e2e2!important;
font-size: 16px;
color: #999;
width: 100%;
padding: 15px 15px;
font-weight: 300;
border-radius: 0;  
margin-top: 10px;
}

.hsForm_4ddbc816-9023-4e6d-808a-e8d421288971 input[type="submit"] {
padding: 10px 40px!important;
color: #FFFFFF;
border-radius: 0!important;
font-size: 17px!important;
text-transform: none!important;
font-weight: bold;
width: 100%;
background: #293953;
border: none!important;
margin-top: 20px;
letter-spacing: 0!important;
display: inline-flex;
transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;    
text-align: center;
justify-content: center;
}
*/

@media (max-width: 768px) {

  .inner-space,
  .post-area {
    padding: 40px 0;
  }

  .info-post {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-content {
    flex-direction: column;
  }

  .blog-content .imagem img {
    height: 200px;
  }

  .post-interna {
    padding: 0;
  }

  .post-interna h1 {
    font-size: 28px
  }

  .blog-content .conteudo {
    flex: 1;
    min-width: auto;
    padding: 30px;
  }

  .post-listing .post-article .post-header .picture {
    width: 100%;
  }

  .post-interna .post-texto ul,
  .post-interna .post-texto ol {
    margin-left: 0;
  }

  .section-categoria {
    display: none;
  }

  .section-comments {
    padding: 30px 20px;
    background-color: #fff;
  }

  .blog-grid {
    padding: 30px 20px!important;
  }

  .post-img {
    height: 200px;
  }

  .hero-banner .post-item.big .post-header .picture {
    height: auto!important;
  }

  .blog-content .redes-sociais ul {
    flex-direction: row;
  }

  .info-post .post-time-data {
    font-size: 14px;
  }

}