html,
body {
    width: 100vw;
    overflow-x: hidden;
}
#page-news {
    margin-top: 100px;
}

#page-news .topo-news {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-news p.titulo-news {
    color: var(--main-color-01);
    font-family: proxima-nova-condensed;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 387px;
    margin-bottom: 20px;
}

#page-news p.subtitulo-news {
    font-size: 18px;
    line-height: 22px;
    color: var(--main-color-01);
    max-width: 367px;
    margin-bottom: 25px;
}
.validate-form ul {
    list-style: none;
    padding: 0;
}
#page-news p.campo-obrigatorio {
    font-size: 14px;
    line-height: 16px;
    color: var(--main-color-09);
}

#page-news p.campo-obrigatorio a {
    color: var(--main-color-09);
    text-decoration: underline;
}

/*Bloco blog*/
#wordpress-posts .col-sm-4 {
    display: flex;
    flex-direction: column;
}

.blog p.titulo-bloco-blog {
    padding: 0 15px;
    color: var(--main-color-01);
    font-size: 28px;
    line-height: 42px;
    margin: 50px 0px 25px;
}

.blog p.titulo-post {
    color: #3C3934;
    font-size: 22px;
    line-height: 26px;
    max-width: 319px;
    height: 52px;
    margin: 20px 0 10px;
    order: 1;
}
.blog p.titulo-post a {
    color: var(--main-color-01)!important;
    text-decoration: none!important;
}

.blog p.data-post {
    color: #6A6762;
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    order: 3;
}

.blog .tempo-de-leitura {
    display: flex;
    align-items: center;
    order: 4;
}

.blog .tempo-de-leitura p {
    color: #A39B94;
    font-size: 15px;
    margin: 0;
}

.blog .tempo-de-leitura img {
    display: block;
    padding-right: 5px;
    margin-top: -1px;
}

.blog a.btn-acessar-blog {
    display: block;
    text-align: center;
    background-color: var(--main-color-01);
    color: var(--main-color);
    width: 170px;
    margin: 60px auto;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-decoration: none!important;
}
.blog a.btn-acessar-blog:hover {
    opacity: .8;
}
.main-content.blog {
    background-color: var(--main-color-12);
    margin-top: 60px;
}

.footer-bottom {
    padding-bottom: 0;
}

/*Form*/
#page-news form {
    margin-bottom: 30px;
}

#page-news input {
    display: block;
    border: 1px solid var(--main-color-04);
    width: 100%;
    max-width: 390px;
    margin-bottom: 35px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    padding: 0 20px;
    height: 48px;
    font-size: 1rem;
    color: var(--main-color-11);
}

#page-news input[type="button"] {
    line-height: 40px;
    background-color: var(--main-color-01);
    color: var(--main-color);
    height: 40px;
    border-radius: 4px;
    border-color: var(--main-color-01);
}

#page-news input[type="button"]:hover,
#page-news a.btn-acessar-blog:hover {
    opacity: .8;
}
.input-field label {
    left: 4px;
    top: 3px;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    padding: 8px 30px 4px 0px;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    top: 42px;
    pointer-events: none;
    color: var(--main-color-13);
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.input-field.validate-input.alert-validate {
  margin-bottom: 25px;
}

.alert-validate:before {
    visibility: visible;
    opacity: 1;
}


/*Bloco blog*/
#wordpress-posts {
  display: flex;
}
#wordpress-posts .contItensBlog{
  display: block;
  background: var(--main-color-12);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#wordpress-posts .col {
  padding: 0 16px 0 0;
}
#wordpress-posts .col:last-child {
  padding: 0;
}
#wordpress-posts .categorias-post {
  display: flex;
  list-style: none;
  gap: 5px;
  margin: -12px 0 0 16px;
  padding: 0;
}
#wordpress-posts .categorias-post li {
  height: 20px;
  background: var(--main-color-01);
  border-radius: 14px;
  color: var(--main-color);
  padding: 0 14px;
  font-size: .75rem;
  line-height: 20px;
  z-index: 1;
}
#wordpress-posts a {
  text-decoration: none!important;
}
#wordpress-posts a:hover {
  opacity: .8;
}
#wordpress-posts .titulo-post {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 20px;
  color: var(--main-color-01);
  height: 82px;
  overflow: hidden;
  padding: 11px 16px 0;
  text-decoration: none;
  width: 100%;
}
#wordpress-posts .data-post {
  display: inline-block;
  margin: 0 0 20px 16px;
  line-height: 17px;
  font-size: .875rem;
  color: var(--main-color-03);
}
#wordpress-posts .btLinkPost {
  display: block;
  position: absolute;
  border-radius: 27px;
  bottom: 16px;
  right: 16px;
  width: 27px;
  height: 27px;
  background: var(--main-color-01) url(../../images/icons/icone-seta-bt-blog.svg) center no-repeat;
}

.cms-home .section-blog  .bt-padrao {
  margin: 24px 0 0 auto;
}

input#email_address:focus,
input#nome:focus {
  border-color: #141414;
}

/* Bloco Em Alta */
.section-em-alta {}
.section-blog h2,
.section-em-alta h2 {
    margin-top: 48px;
    font-size: 1.802rem;
    font-family: var(--main-font-family-condensed);
    margin-bottom: 25px;
}
.section-blog h2 span,
.section-em-alta h2 span {
    font-family: var(--main-font-family-utopia);
    font-style: italic;
}
.section-blog h2 span {
    margin-left: 5px;
}
.section-em-alta .owl-em-alta-home .item {
    width: 356px;
    height: 400px;
    background: #F0F0F0;
    background-size: 100%!important;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.section-em-alta .owl-em-alta-home .tag-em-alta {
    padding: 0 13px;
    height: 28px;
    border: 1px solid #666666;
    border-radius: 14px;
    color: var(--main-color-03);
    text-align: center;
    line-height: 25px;
    display: block;
    left: 27px;
    top: 22px;
    position: absolute;
}
.section-em-alta .owl-em-alta-home .cont-item-em-alta {
    margin-left: 27px;
    width: 100%;
}
.section-em-alta .owl-em-alta-home .titulo-prod {
    font-size: 1.4375rem;
    font-weight: bold;
    display: block;
    line-height: 23px;
    max-width: 48%;
}
.section-em-alta .owl-em-alta-home .prod-2409 .titulo-prod {
    max-width: 140px;
}
.section-em-alta .owl-em-alta-home .link-em-alta {
    color: var(--main-color-03);
    text-decoration: none;
    line-height: 16px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    max-width: 90px;
}
.section-em-alta .owl-em-alta-home .link-em-alta:after {
    content: '';
    background: url(../../images/novos-icones/seta-carousel.svg) center no-repeat;
    background-size: 6px;
    width: 7px;
    height: 13px;
    display: inline-block;
    transform: rotate(180deg);
    margin-left: 7px;
}
.section-em-alta .owl-em-alta-home .numero-item {
    width: 121px;
    height: 100px;
    text-align: left;
    font: normal normal 300 132px/100px var(--main-font-family);
    letter-spacing: 0px;
    color: #D0D0D0;
    position: absolute;
    bottom: 10px;
    left: 22px;
}
.cms-home .owl-carousel.owl-em-alta-home .owl-nav {
    text-align: right;
}
.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-next, 
.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #E5E5E5!important;
    margin: 1px 0 0 8px;
}
.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-prev span,
.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-next span {
    background: url(../../images/icons/icone-seta-carousel.svg) center no-repeat;
    background-size: 12px;
    margin: 0 auto;
}

.section-blog .bt-padrao {
  width: auto;
  padding: 0 25px;
  height: 40px;
  background-color: var(--main-color-01);
  border-radius: 4px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  text-align: center;
  color: var(--main-color);
  text-decoration: none!important;
  margin: 24px 0 40px auto;
}

.section-blog .bt-padrao:hover {
  opacity: 80%;
}

.input-field.validate-input.alert-validate #nome,
.input-field.validate-input.alert-validate #email_address {
  border-color: var(--main-color-13) ;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--main-color-11);
}

/*Pop Up*/
body .modal .messages .success-msg.news span p {
    font-size: 18px;
    color: var(--main-color-03);
    font-weight: 400;
    max-width: 245px;
    line-height: 22px;
    margin: 0px auto 0px;
}
body .modal .messages .error-msg {
    margin-top: 0px;
}
.messages .success-msg {
    margin-top: -20px;
}

/*Mobile*/
@media (max-width: 767px) {
    .container {
        width: 100%;
    }

    .bread-top {
        display: none;
    }

    #page-news {
        margin-top: 50px;
    }

    #page-news p.titulo-news {
        font-size: 35px;
        line-height: 37px;
    }

    #page-news p.campo-obrigatorio {
        max-width: 290px;
        margin-bottom: 55px;
    }

    .main-content.blog {
        margin-top: 0px;
    }

    .col-sm-4 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .uni-mob {
        display: flex;
        margin-bottom: 40px;
    }

    p.data-post {
        color: #A39B94;
    }

    p.titulo-post {
        height: auto;
    }

    a.btn-acessar-blog {
        margin: 20px auto 60px;
    }

    .footer-container .footer-copyright .footer {
        padding: 0;
    }

    p.titulo-bloco-blog {
        font-size: 25px;
        line-height: 27px;
    }

    body .modal .messages .success-msg span {
        font-size: 20px;
        margin: 50px auto 0;
    }
    body .modal .messages .success-msg span p {
        font-size: 17px;
    }
    .modal .modal-body {
        top: 0;
    }
    body .modal .messages .error-msg {
        margin-bottom: 0;
    }
    .modal .modal-header .close {
        height: 80px;
        top: 0px;
    }

    .overflowMobile {
      width: 100%;
      position: relative;
      overflow: scroll;
      padding-bottom: 10px;
    }

    #wordpress-posts {
      width: 1272px;
      padding: 0 24px;
    }

    #wordpress-posts .titulo-post {
      font-size: 1.25rem;
    }

    #wordpress-posts .categorias-post li {
      height: 28px;
      font-size: 1rem;
      line-height: 28px;
    }

    .section-blog .bt-padrao {
      margin: 14px 24px 40px auto;
  }

  .section-blog h2 {
    padding: 0 24px;
    display: flex;
  }

  .section-blog h2 span {
    margin-left: 12px;
    max-width: 215px;
  }
}