/*
 * cmm-brainatwork.css (organizado)
 * - Removido CSS não usado nos HTMLs enviados.
 * - Mantidos seletores WordPress padrão e regras base.
 */


/* ===== Variáveis ===== */

:root {
  --color-primary: #c3c0d8;
  --color-secondary: #61c7c4;
  --color-tertiary: #d6d4ea;
  --color-quaternary: #c6e8e7;
  --color-quinary: #33bdb9;
  --color-senary: #e4e4e4;
}



/* ===== Base ===== */

html,
body {
  font-family: "Poppins", sans-serif;
  /* font-family: "Arimo", sans-serif; */
}

a {
  color: #333;
  font-weight: 500;
}

body.logged-in .wrapper {
  margin-top: 0px !important;
}

strong {
  font-weight: bold;
}

p,
.resume_blog {
  font-size: 1.1rem;
  font-weight: 400;
}

html {
  background: #EFEFEF;
}

body {
  margin: 0 auto;
  background: #FFF;
}

h1 {
  font-size: 2.3rem;
  font-weight: 500;
}

h2 {
  font-size: 2.3em;
  color: #454544;
  text-align: center;
  font-weight: 600;
}

iframe {
  max-width: 100%;
}

img {
  height: auto;
}

a.btn-category,
a.btn:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

a.btn-category {
  font-size: 0.95rem;
  font-weight: 400;
  margin: 10 0 10px;
}


.btn-category:hover {
  background-color: #23867e;
}


/* ===== Utilitários ===== */

#backtop {
  display: none;
  position: fixed;
  opacity: 0.85;
  bottom: 70px;
  z-index: 2999;
  right: 15px;
  width: 50px;
  cursor: pointer;
}

#backtop img {
  width: 50px;
}

.uppercase {
  text-transform: uppercase;
}

.limit-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}



/* ===== Header ===== */

.navbar-toggler-icon {
  filter: invert(1);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

header .collapsing .c-header-menu li.nav-item a.nav-link,
header .collapse.show .c-header-menu li.nav-item a.nav-link {
  color: #FFF;
}

.home header.c-header {
  background: none;
  position: relative;
}

.header-bar {
  top: 0;
  position: absolute;
  background-color: var(--color-secondary);
  display: block;
  width: 100%;
  padding: 3px 0;
  text-align: center;
  z-index: 1000;
  justify-content: center;
}

.header-bar img {
  height: 18px;
  margin: -2px 5px 0 0;
}

.header-bar .row {
  justify-content: center;
  margin: 0 !important;
}

.header-bar a:hover {
  color: #0000009c;
}

header.c-header,
.home header.c-header {
  z-index: 100;
  position: relative;
}

header .navbar-brand {
  position: relative;
  top: -10px;
  height: 32px;
  left: 0;
  width: 200px;
}

header .navbar-brand img {
  margin-top: -28px;
  max-height: 235px;
  max-width: 270px;
}

header .nav-link {
  padding: 0px 0px 0px;
  margin-bottom: 30px;
}

header .social img {
  max-width: 30px;
  margin: 0 0 0 4px;
}

header .c-header-menu {
  margin-top: 0px !important;
  padding-top: 0px;
}

header .navbar,
header .container {
  padding: 3px 0 0;
  justify-content: space-between;
}

header .c-header-menu li.nav-item a.nav-link {
  padding: 3px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 8px 0px 8px 0px;
  letter-spacing: -.01em;
}

header .c-header-menu li.nav-item a.nav-link:hover {
  color: var(--color-secondary);
}

header .c-header-menu li.nav-item a.nav-link::before {
  color: #FFF;
  margin-right: 5px;
  content: "| ";
}

header .c-header-menu li.nav-item a.nav-link::before {
  color: #FFF;
  margin-right: 5px;
  content: "| ";
}

header .collapsing li.nav-item a.nav-link::before,
header .collapse.show li.nav-item a.nav-link::before {
  content: "";
}

header .c-header-menu li.nav-item a.nav-link.menunav67::before {
  content: "";
}

header .c-header-menu li.nav-item a.nav-link.menunav71 {
  color: var(--color-secondary);
}

.navbar-expand-lg .navbar-nav {
  margin: 12px auto 0;
}

header .c-collapse-menu.collapse.show,
header .c-collapse-menu.collapsing {
  position: absolute;
  top: 80px;
  left: 0;
  background: #000000c9;
  width: 100%;
  z-index: 100;
  padding: 15px 15px 0;
}

header .c-header-menu .dropdown-menu li.nav-item a.nav-link {
  color: rgba(255, 255, 255, .85);
  text-transform: initial;
  letter-spacing: .02em;
  font-size: 1.0em;
  padding: 5px 15px;
  margin: 0 0;
}

header .dropdown-menu {
  padding: 10px 0;
  color: #FFF;
  border-color: #33bdb879;
  background: #33bdb879;
  min-width: 15rem;
  border-radius: 20px;
}


.interna header .dropdown-menu {
  background: #33bdb8e0;
}

header .c-header-menu li.nav-item .dropdown-menu a.nav-link::before {
  content: " ";
}

header .c-header-menu.collapse.show li.nav-item:hover,
header .c-header-menu.collapsing li.nav-item:hover,
header .c-header-menu .dropdown-menu li.nav-item a.nav-link:hover {
  background: #227a775e;
}

header .active {
  background: url(../images/XXXXXXXXXX-ico.png) no-repeat center top;
}

header .btn.btn-more {
  background-color: #fff333;
  color: #000;
  border-radius: 25px !important;
  border: 0;
  padding: 4px 10px;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0 1px;
}

header.c-header,
.home header.c-header {
  padding: 25px 0 20px;
  background: #000;
  box-shadow: -1px 6px 9px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: -1px 6px 9px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -1px 6px 9px 0px rgba(0, 0, 0, 0.08);
}



/* ===== Botões ===== */

.btn {
  padding: 0px;
  color: #000;
  border-radius: 0;
  font-size: 1.05em;
  margin: -15px 0 15px;
  font-weight: 300;
  border-radius: 25px !important;
  border: 1px solid #000;
  padding: 5px 14px;
  font-size: 1.05rem;
  font-weight: 500;
}

.btn-more-plus {
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  background: #35c6bb;
  color: #ffffff;
  margin: auto;
  text-decoration: none;
  border: none;
  padding: 3px 20px 3px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.btn-more-plus span {
  font-size: 21px;
  font-weight: 500;
  font-family: inherit;
}

.btn-more-plus .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 37px;
  margin-right: 10px;
  margin-top: -3px;
  margin-bottom: -3px;
  border-radius: 0px;
  background: linear-gradient(180deg, #6f8cf6 0%, #41c8c4 100%);
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.btn-more-plus:hover,
.btn-more-plus:focus {
  color: #ffffff;
  text-decoration: none;
}

.btn-more-plus:active {
  transform: scale(0.98);
}

#horadedoar .btn-more {
  background: #fff;
  color: #f9220c;
  padding: 10px 20px;
  margin: 10px 0 20px;
  display: inline-block;
}

#espaco .btn-more {
  margin-top: 30px;
  background-image: url(../images/btn-more1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 79px;
  width: 125px;
  padding-left: 18px;
  padding-top: 18px;
  display: block;
  font-size: 1.2rem;
  color: #000000ac;
}

#embalagens a.btn.btn-more,
.produtos a.btn.btn-more {
  background-color: #fff;
  color: #000;
  border: 0;
  font-size: 1.0rem;
  border-radius: 20px;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 15px;
}

#blog.interna .btn-category {
  margin: 0px 5px 5px;
}

#blog a.btn-more-div {
  background-color: var(--color-secondary);
  display: inline-block;

  text-align: center;
  cursor: pointer;

  position: absolute;
  right: -2px;
  bottom: 0px;

  color: #FFF;
  font-size: 1.1rem;

  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 6px 20px 4px 30px;
}



#blog a.btn-more-div span {
  color: #FFF;
  font-style: italic;
  font-size: 4rem;
  font-weight: 200;
  position: absolute;
  top: -15px;
  left: 25px;
}

#blog .box a.btn.btn-more {
  color: #fff;
  border-color: #FFF;
  display: inline-block;
  padding: 5px 15px;
  position: absolute;
  left: 0px;
  bottom: -5px;
  border: none;
}

#blog.interna a.btn.btn-more {
  color: #000;
  border-color: #000;
  margin-bottom: 10px !important;
}

#blog.interna .box a.btn.btn-more {
  color: #fff;
  border-color: #fff;
  margin-bottom: 10px !important;
}

#blog.interna a.btn-category {
  height: inherit !important;
}

#blog .btn-more {
  margin-top: 20px;
  background-color: var(--color-secondary);
  color: #000;
  border: 0;
  font-size: 1.1rem;
  border-radius: 10px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 25px;
  margin-top: 30px;
}

#blog.vagas a.btn.btn-more {
  background-color: #e1db13;
}

#videos a.btn-more {
  background-color: var(--color-secondary);
  color: #000;
  border-radius: 15px;
  padding: 8px 24px;
  width: 400px;
  max-width: 90%;
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 auto;
}

#slide .btn-more {
  color: #FFF;
  display: inline-flex;
  background-color: #00000007;
  border-radius: 15px !important;
  border: 1px solid #ffffff8f;
  padding: 6px 28px;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 22px !important;
}

#servicos .btn-more {
  position: absolute;
  bottom: -25px;
  right: 25px;
}

.qualidade_sustentabilidade .btn.btn-more {
  color: #000;
  border-radius: 25px !important;
  border: 0;
  font-size: 1.1rem;
  padding: 4px 15px;
  font-weight: 500;
  margin: 10px 0 0;
}



/* ===== Páginas / Blog ===== */

.home__slider__item .img-featured img {
  max-width: 100%;
  max-height: 500px;
}

.home__slider__item:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 4;
}

.interna .d-flex .side1 img {
  max-width: 140px;
}

.page.interna,
.single-body-content {
  font-size: 1.1rem;
}

.page.interna {
  margin-bottom: 10px;
}

#slide h1 {
  font-size: 2.9rem;
}

.single-title {
  letter-spacing: initial;
  font-size: 2.1em;
  margin-bottom: 10px;
}

.home .single-title {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 1.5em;
  font-weight: 500;
}

.interna {
  min-height: 400px;
}

#iniciativas {
  background: linear-gradient(180deg,
      #d6d4ea 0%,
      #cfd7e9 35%,
      #c7dbe6 55%,
      #c1e0e5 75%,
      #bee4e4 100%);
}

.home__slider__post .slick-dots li.slick-active button {
  background: var(--color-secondary);
}

.home #blog {
  position: relative;
  background-color: #FFF;
  background-image: url(../images/fundo_blog.jpg);
  background-position: center;
  background-size: cover;
}

.interna h2 {
  margin: 10px 0px;
  text-align: left;
  font-size: 1.4em;
  color: #000;
  font-weight: 500;
}

.interna h3 {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  background: linear-gradient(180deg, var(--color-secondary), #a3a3cc);
  color: #ffffff;
  margin: 10px 0px 8px;
  text-decoration: none;
  border: none;
  padding: 3px 20px 3px 20;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  font-weight: 600;

}

.interna h4 {
  margin: 10px 0px;
  text-align: left;
  font-size: 1.1em;
  color: #000;
  font-weight: 500;
}

.interna .valores p {
  font-size: 1rem;
  color: #000 !important;
  font-weight: 400;
}

.page {
  min-height: 500px;
}

#slide strong {
  font-weight: 500;
}

#slide h1 {
  margin-top: 60px;
  font-weight: 600;
  color: #fff;
  font-size: 2.8rem;
}

#slide {
  color: #ffffffde;
  font-size: 1.5rem;
  margin: 0 auto;
  height: 430px;
}

.home__slider__post .main-title {
  font-size: 2.3em;
  font-weight: 500;
  color: #000 !important;
  letter-spacing: -.02em;
  margin-bottom: 5px;
  text-align: center;
}

.home__slider__post .sub-title {
  font-size: 1.8em;
  color: #000 !important;
}

.interna .single-single,
.interna .single-post,
.interna .single-blog-post,
.interna .single-title {
  background: none;
  padding-bottom: 10;
}

.interna p,
.interna li {
  color: #333;
  line-height: 1.6em;
  font-weight: 300;
}

.interna h5 {
  font-size: 1.85em;
  font-weight: 100;
  padding: 10px 20px;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.65em;
}

.single .wpapp,
.page .wpapp,
.interna .wpapp,
.interna .wpapp,
.error404 .wpapp {
  color: #222;
}

.home__slider__item .container {
  z-index: 5;
}

.single-blog-post {
  padding-top: 0;
  padding-bottom: 0;
}


.interna #embalagens h1 {
  font-weight: 300;
  font-size: 2.6em;
}

.interna .single-title {
  margin: 25px 0 5px;

}

/* ===== Seções ===== */

#iniciativas .box {
  background-color: #FFF;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 140px 10px 25px;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  height: 100%;
  position: relative;
  color: #444;
  border: 1px solid var(--color-secondary);
  line-height: 1.85rem;
}

#iniciativas .col-md-4 {
  margin: 35px 0 50px;
}

#iniciativas .ico {
  position: absolute;
  top: -45px;
  left: calc(50% - 95px);
  width: 190px;
  /* shadow */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

#iniciativas .box .title {
  color: #444;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}


#iniciativas .box .btn-more-plus {
  display: inline-flex;
  align-items: center;
  background: #FFF;
  color: #ffffff;
  margin: auto;
  text-decoration: none;
  border: none;
  padding: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  position: absolute;
  bottom: 0;
  right: 0px;
  border-radius: 0;
}

#iniciativas .box .btn-more-plus .btn-icon {
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
  height: 47px;
  width: 47px;
}

#representamos .ico {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100px;
  height: 100px;
}

#representamos .box {
  position: relative;
  background-size: cover;
  border-radius: 45px;
  padding: 125px 10px 15px;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  height: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
}

#representamos .box .title {
  color: #FFF;
  margin-bottom: 1px;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}



#modelos .box {
  width: 100%;
  background: #fcb53f;

  padding: 54px 44px;
  position: relative;
  color: #000;
  height: 100%;
  box-sizing: border-box;
}

#modelos .title {
  font-size: 4.6rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  margin-bottom: 28px;
  padding-right: 40px;
}

#modelos .text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 260px;
}

#equipamentos .image {
  background-position: 20px -55px;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  border-top-right-radius: 25px;
  height: 250px;
}

#equipamentos .title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: -15px;
  text-align: center;
  width: 100%;
}

#equipamentos .box {
  border-radius: 25px;
  background-color: #FFF;
  height: 100%;
  position: relative;
  padding-bottom: 60px;
}

#equipamentos .box .text {
  font-size: 1.15rem;
  font-weight: 500;
  color: #222;
  font-style: italic;
  margin: 15px 20px 25px;
}

#oquedoar .box {
  padding: 20px 20px 20px 110px;
  min-height: 160px;
  z-index: 10;
  background: #a0956d;
  height: 100%;
}

#oquedoar .box {
  position: relative;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: 135px;
  background-position: -35px 20px;
  font-size: 1.3em;
}

#ondedoar .box {
  border: 1px solid #FFF;
  padding: 15px 20px 10px 80px;
  margin: 10px 20px;
  position: relative;
  background: #550304;
  z-index: 10;
  font-size: 1.1em;
}

#ondedoar .box {
  background-image: url(../images/point.png);
  background-position: 20px 10px;
  background-repeat: no-repeat;
  background-size: 45px;
  z-index: 20;
}

#ondedoar .title p {
  font-size: 1.3em;
  text-align: center;
}

#participantes .box {
  text-align: center;
  height: 100px;
  padding: 15px 5px 10px;
}

#participantes .box img {
  vertical-align: middle;
  max-width: 95%;
  max-height: 90%;
}

#participantes .title p {
  text-align: center;
  font-size: 1.3em;
}

#parceiros img {
  max-width: 90%;
  max-height: 100px;
}



/* ===== Footer ===== */

footer.main-footer {
  background-color: #000;
  color: #FFF;
  padding-top: 90px;
  padding-bottom: 0;
}

footer .box b {
  display: block;
  margin-bottom: 5px;
}

footer .box a {
  font-weight: 400;
  line-height: 1.5rem;
}

footer.main-footer:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  background-color: rgba(100, 100, 100, 0.1);
}

footer a,
footer a:hover {
  color: #fff;
  font-weight: 500;
}

footer .social {
  margin: -5px 0 15px;
}

footer .ico-mail {
  max-width: 36px;
  margin-right: 8px;
}

footer .address img {
  max-height: 42px;
  margin-right: 15px;
}

footer .social img {
  max-width: 42px;
  margin: 10px 5px;
}

footer .parcerias h5 {
  margin: 25px 0 20px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

footer .parcerias img {
  max-height: 50px;
  margin: 5px 20px 30px;
}

footer .wp a {
  padding: 5px 20px;
  display: block;
  text-align: center;
}

footer .wp img {
  max-width: 20px;
  margin: 0 5px;
}

footer {
  position: relative;
  padding-top: 130px;
  font-weight: normal;
}

footer .container {
  position: relative;
}

footer .logo {
  width: 230px;
  max-width: 100%;
  margin: 0 0 15px;
  filter: brightness(0) invert(1);
}

footer iframe {
  width: 100%;
  height: 250px;
}

/* ===== Outros ===== */

.titulo-wrap {
  text-align: center;
  margin: 10px 0 15px;
}

.titulo-wrap h2,
h1.single-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.titulo-wrap h2::before,
h1.single-title::before {
  content: "";
  width: 45px;
  height: 46px;
  background: url("../images/folha_verde_lilas.png") no-repeat center;
  background-size: contain;
  flex: 0 0 auto;
}

h1.single-title {
  color: var(--color-secondary);
}

.wrapper {
  margin-top: -1px;
}

.secondary-text {
  font-size: 1.2rem;
}

.copyright a {
  font-weight: bold;
  color: #FFF;
}

#diferenciais .box {
  border: 1px solid var(--color-secondary);
  height: 100%;
  width: 100%;
  padding: 15px 10px 5px;
}

#diferenciais .box p {
  color: var(--color-secondary);
  font-size: 1rem;
}

#diferenciais .box img {
  float: right;
  width: 70px;
}

.produtos .title {
  text-transform: uppercase;
  background-color: #ea8bab;
  border-radius: 25px;
  color: #000;
  padding: 15px 30px;
  font-weight: 500;
  margin: 30px 0 15px;
  font-size: 1.2rem;
}

.produtos .title img {
  width: 30px;
  margin-right: 15px;
}

.clearfix {
  clear: both;
}

#blog .img-box {
  min-width: 150px;
}

#blog .box1 .img-box {
  min-width: 290px;
}

#blog .image {
  height: 160px;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 0;
}

#blog.interna .image {
  height: 250px;
}

#blog.interna .category_blur {
  background-color: #EFEFEF !important;
  color: #000 !important;
}

#blog.interna a.cats {
  color: #000;
}

#blog.interna .author img {
  border-radius: 30px;
  margin-right: 2px;
  height: 30px;
}

#blog.interna .author-size img {
  border-radius: 50px;
  margin-right: 15px;
  height: 65px;
  border: 1px solid #CCC;
}

#blog.interna .author-size a {
  font-weight: 500 !important;
}

author- .interna .single-blog-post {
  padding-top: 0px;
}

h1 {
  margin: 10px 0px;
  text-align: left;
  font-size: 2.8em;
  font-weight: 600;
}

#blog.interna .author .text-right a {
  font-size: 1.0rem;
  margin-bottom: 5px;
}

#blog.interna .box .author a {
  font-size: 0.9rem;
}

#blog.interna .author .text-right small {
  font-size: 0.9rem;
  font-weight: 300;
}

#blog.interna .author a {
  font-size: 1.1rem;
  color: 333;
  font-weight: 400;
}

#blog.interna .limit-2 {
  min-height: 55px;
}

#blog h1 {
  color: #000;
}

#blog .category {
  background-color: var(--color-secondary);
  color: #FFF;
  font-size: 1.0em;
  padding: 2px 15px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
}

#blog .box .about {
  padding-left: 15px;
  color: #FFF;
}


#blog .box .desc {

  position: absolute;
  bottom: 40px;
  z-index: 10;

}

#blog .box .title {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  display: inline-block;

  z-index: 10;
  line-height: 1.8rem;
}

#blog .box .text {
  color: var(--color-secondary);
  font-weight: 400;
  font-size: 1.1rem;
  display: block;
  padding-bottom: 30px;
}

#blog a:hover {
  text-decoration: none;
}

#blog .box2,
#blog .box3 {
  min-height: 150px;
}

#blog .col-md-12,
.col-md-4 {
  margin: 15px 0;
}



#blog .box {
  background-size: cover;
  padding: 10px 20px 10px;
  height: 100%;
  position: relative;
  margin: 0 5px;
  min-height: 320px;
  background-position: center;
  border: 1px solid var(--color-secondary);
  border-radius: 35px;

}

#blog .box:after {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  border-radius: 35px;
}

.blogs .box h3 {
  margin: 10px 0 16px;
}

.blogs .box h3 a {
  color: #FFF;
  font-size: .8em;
  text-transform: initial;
  padding: 0 15px;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  margin-bottom: 6px;
  line-height: 1.3em;
}

#blog.vagas h1 {
  margin: 20px 0 15px;
  font-weight: 500;
  font-size: 1.45rem !important;
}

.wp-search-box {
  display: flex;
  align-items: center;
  width: 320px;
  /* ajuste se quiser */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ddd;
}

.search-form {
  margin-bottom: 5px !important;
}

.wp-search-box .search-field {
  flex: 1;
  border: none;
  outline: none;
  padding: 4px 14px;
  font-size: 14px;
  color: #333;
}

.wp-search-box .search-field::placeholder {
  color: #999;
}

.wp-search-box .search-submit {
  background: linear-gradient(180deg, #2ec4f1, #1aa3d8);
  border: none;
  color: #fff;
  width: 34px;
  height: 34px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-search-box .search-submit:hover {
  background: linear-gradient(180deg, #1aa3d8, #168bb8);
}

#vagas .box a {
  color: #000;
}

#vagas .box {
  background-color: #d9d5cc;
  border-radius: 30px;
  margin: 10px 5px;
  padding: 15px 50px;
  width: 100%;
}

#vagas a.btn {
  background-color: #053a5c;
  color: #FFF;
  border-radius: 20px;
  font-weight: 500;
}

#blog.vagas h1 {
  font-size: 1.85rem !important;
  font-weight: 550;
}

#newslletter .text {
  font-weight: 500;
}

#newslletter .text b {
  color: #fff300;
  font-weight: 600;
}

#newslletter .text {
  text-align: right;
}

.clearfix {
  clear: both;
}

#servicos .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #FFF;
  padding: 20px 25px 0 50px;
  font-size: 1.2rem;
}

#servicos .box:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#servicos .box {
  position: relative;
  margin: 40px 50px 30px;
}

.section {
  padding: 40px 0;
}

.section .title {
  padding-bottom: 0px;
}

.section span.text-uppercase {
  color: #36416e;
  letter-spacing: .09em;
  margin: 0px auto;
  font-weight: 500;
  font-size: 1.55em;
}

.headerToolbar .text-left a {
  font-weight: normal;
  color: #FFF;
  margin-right: 40px;
}

#sustentabilidade .container {
  background-color: #FFF;
}

#sustentabilidade .btn {
  border: none;
  margin-top: 0;
  padding-left: 0;
  color: rgb(0, 0, 0);
}

.img-responsive {
  max-width: 100%;
}

.author-size img {
  height: 50px;
}

.zoom {
  transition: transform .2s;
  /* Animation */
}

.zoom:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.wp-caption {
  background: #fff;
  border: 0px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 0px 10px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 0px 5px;
  text-align: left;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}



/* ===== Responsivo / Animações ===== */

@keyframes blink {
  0% {
    background-color: #ccc;
  }

  49% {
    background-color: #ccc;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #ccc;
  }
}

@media all and (max-width: 1200px) {



  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }


  header .c-header-menu li.nav-item a.nav-link {
    padding: 0px 0 0 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.9em;
    margin: 8px 0px 8px 10px;
    letter-spacing: -.01em;
  }

  header.c-header,
  .home header.c-header {
    padding-bottom: 0;
  }

  header .c-header-menu li.nav-item a.nav-link::before {
    display: none;
  }

  header .c-header-menu {
    padding-top: 15px;
  }


  .home__slider__post .main-title {
    margin-top: 50px;
  }

  .wpapp {
    display: none;
  }

  .home .solucoes {
    margin: 290px 0px 0px;
  }

  /*
  .home__slider__post {
    position: absolute !important;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}*/

  .c-header-menu {
    padding: 0.5rem 1rem 20px;
    /*    background: rgba(255, 255, 255, .85); */
    z-index: 30;
    position: relative;
  }


  .headerToolbar {
    display: none;
  }

  header .navbar-brand img {
    max-width: 230px;
  }



  .wp-image-2702 {
    display: none;
  }

  #nf-form-1-cont {
    float: left;
    width: 100%;
  }

  header {
    border-top: 0;
  }

  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }



  .section .title {
    padding-bottom: 10px;
  }

  header .c-header-menu li.nav-item a.nav-link {
    margin: 0px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  header .active {
    background-position: left;
  }

  header .navbar-nav .dropdown-menu {
    padding-bottom: 10px;
    padding-left: 30;
    background-color: #00000011;
  }

  header .navbar-toggler {
    background: unset;
    padding: .25rem;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #FFF;
    right: 20px;
    top: -10px;
    position: absolute;
    z-index: 10;
  }




  footer .col-md-4 {
    margin-bottom: 40px;
  }



}

@media all and (max-width: 767px) {

  header .c-header-menu li.nav-item a.nav-link {
    padding: 10px 15px;
    font-weight: 500 !important;
  }

  h2 {
    font-size: 1.4em;
    text-align: left;
    margin: 0 0 0px -10 !important;
  }

  .btn-more-plus span {
    font-size: 0.9em;
  }

  .logo-interna {
    max-width: 100%;
  }

  footer .address img {
    max-height: 42px !important;
    margin: 10 auto !important;
    display: block !important;
    text-align: center !important;
  }

  .search-form {
    display: none;
  }

  header .c-header-menu li.nav-item:hover {
    background-color: var(--color-secondary);
    color: #333 !important;
  }

  header .c-header-menu li.nav-item a:hover {
    background-color: var(--color-secondary);
    color: #333 !important;
  }

  #slide {
    height: 460px;
    margin-top: -10px;
  }

  .header-bar {
    top: -30px;
    height: 30px;
    position: absolute;
    background-color: var(--color-secondary);
    display: block;
    width: 100%;
    padding: 3 0;
    text-align: center;
    z-index: 1000;
    justify-content: center;
  }

  header .navbar-brand img {
    margin-top: -10;
  }

  .banner {
    top: -100px;
  }

  #diferenciais .zoom {
    margin-bottom: 30px;
  }

  #modelos .wrap {
    padding: 0;
    max-width: 95%;
    margin: 0 auto;
  }


  #modelos .col-md-4 {
    padding: 0;
  }

  .produtos .content {
    display: inherit;
    background: unset;
    text-align: center;
    padding: 10;
  }

  .single-post.interna.vagas h1 {
    clear: both;

  }

  #vagas .d-flex {
    flex-direction: column !important;
    text-align: center;
  }

  #vagas .btn {
    padding: 5px 20px;
    font-size: 0.85em;
    margin: 12 0 4;
  }

  .author.d-flex,
  .author.d-flex .text-right {
    flex-direction: column !important;
    align-items: center;
    text-align: center !important;
  }

  .author.d-flex .p-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .author.d-flex .bd-highlight {
    order: 2;
  }

  .author.d-flex .text-right {
    order: 1;
  }

  .author-size img {
    height: 50;
  }

  .author a {
    font-size: 0.9rem;
  }


  span.cat {
    display: inline-block;
    font-size: 1rem;
    width: 100%;
    margin: 0 0 0 10;
  }


  #blog a.btn.btn-more {
    float: left;
    margin: 5 5 0 !important;
    height: 34;
  }

  #embalagens h1 {
    padding-left: inherit;
  }


  #blog.single-post.interna.vagas a.btn.btn-more {
    margin: -30 0 5 !important;
  }

  .fivecolumns .span2 {
    float: left;
    width: 20%;
  }

  .temas .box {
    width: 50%;
  }

  footer .cf2 h4 {
    text-align: left;
    margin: 22px 0px 10px;
  }

  ol,
  ul,
  dl {
    padding: 20px 0px 0px 20px;
  }

  .home__slider__post .main-title {
    font-size: 1.5em;
  }

  .home__slider__post .sub-title {
    font-size: 1.2em;
  }

  .home__slider__post .btn {
    font-size: .60em;
    padding: 5 10;
  }

}

@media (min-width: 500px) {




  .single-vagas .btn {
    margin-bottom: 80px !important;
  }

  .beneficios .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 500px) {

  #newslletter .px-4 br {
    display: none;
  }

  .interna {
    padding-bottom: 140px;
  }

  span.cat {
    font-size: 0.7rem;
  }




  .work-mobile {
    margin: 0;
    padding: 10;
  }

  .content .textt {
    padding-left: 10;
  }

  .produtos .content {
    display: inherit;
    background: unset;
    text-align: center;
    padding: 10;
  }



  .produtos .content img {
    max-width: 100%;
    margin: 0 0 20;
    max-height: 400;
  }

  .orcamento-produtos {
    padding-bottom: 100px;
  }

  .highlighted-text::before {
    left: 0;
    right: 0;
    width: 100%;
  }

  #blog .row {
    padding: 0 0 60;
  }

  #sustentabilidade h3 {
    text-align: center;
    width: 100%;
  }

  #sustentabilidade .col-md-2 {
    text-align: center;
    padding-bottom: 15;
  }

  .top-bar {
    padding: 6 15;
    top: 45;
  }

  .top-bar,
  .top-bar a {
    font-size: 0.8rem;
  }



  header.c-header {
    padding-top: 10 !important;
  }



  .interna h2,
  .vagas h2 {
    width: 100%;
    /* Faz o bloco ocupar toda a largura da tela pequena */
    box-sizing: border-box;
    /* Inclui padding e border no tamanho total do elemento */
  }

  .vagas h3,
  .interna h3 {
    width: 100%;
    /* Faz o bloco ocupar toda a largura da tela pequena */
    box-sizing: border-box;
    /* Inclui padding e border no tamanho total do elemento */
  }



  .beneficios .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #slide .home__slider__item .container {
    padding-top: 0;
  }

  .home__slider__item .container {
    margin-top: 10px;
    margin-left: 20px;
  }

  .beneficios .border-img {
    width: 120;
    height: 120;
    padding: 20;
  }

  nav button .fa {
    color: #000;
  }



  #blog .col-md-7 {
    margin: 0 0 15px;
  }

  header.c-header {
    padding-top: 15;
    height: 95;
  }

  #blog .text {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  #blog.interna {
    padding-bottom: 0px;
  }

  #blog .interna {
    padding-top: 5;
    padding-bottom: 0px;
  }

  .valores img {
    width: 76;
    max-height: 76;

  }

  #blog.btn-b {
    padding-bottom: 80 !important;
  }

  .qualidade_sustentabilidade .section-content {
    padding: 30 20 0;
  }

  footer .col-md-4,
  footer .col-md-12 {
    text-align: center !important;
  }

  .qualidade_sustentabilidade .div-invert .section-content {
    padding: 0 20 30;
  }

  .qualidade_sustentabilidade .yellow-background {
    height: 290;
    padding-right: 40;
  }

  .qualidade_sustentabilidade .div-invert .yellow-background {
    padding-left: 40;
    padding-right: 0;
  }

  .qualidade_sustentabilidade .col-md-6 {
    border-radius: 0;
  }

  .interna .d-flex .side1 img {
    max-width: 45px;
    margin-right: 8;
  }


  .interna .d-flex .side2 {
    line-height: 1.6rem;
  }

  .interna .d-flex .side2 span.small {
    font-weight: 400;
    font-size: 10pt;
    line-height: 1.2rem;
    margin: 10px 0 -20 !important;
    display: block;
  }


  .interna .d-flex .side2 .number {
    display: block;
  }

  #orcamento .redFlag,
  #orcamento .fs-3 br {
    display: none;
  }



  .nav-top {
    display: flex !important;
    flex-direction: column !important;
  }

  .nav-top .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .nav-top .container>div {
    flex: 1 !important;
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
    /* Espaço entre as divs, ajuste conforme necessário */
  }

  .nav-top .container>div:last-child {
    margin-bottom: 0;
    /* Remove a margem inferior da última div */
  }



  #nutricionistas .box {
    background-position: top right;
    padding-left: 15px;
  }

  #nutricionistas .col-md-6 {
    padding-bottom: 30px;
  }


  #servicos .box {
    position: relative;
    margin: 0 120 5 50;
  }


  #servicos .col-md-4 {
    padding-bottom: 30px;
  }


  footer.main-footer {
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
  }

  #blog .box1 .img-box,
  #blog .img-box {
    margin-top: 15;
    margin-bottom: 5;
    min-width: 10;
    width: 100%;
    height: 180;
  }

  #blog.interna h1 {
    margin-top: 0;
  }

  #blog .box a.btn-more {
    margin-top: 5px;
  }

  #blog a.btn.btn-more {
    margin-top: -10;
    font-size: 0.8rem;
  }


  #blog .box .d-flex,
  #newslletter .d-flex {
    flex-direction: column;
  }

  #newslletter .text {
    text-align: center;
    padding-bottom: 10;
  }

  footer div>.row:first-of-type {
    padding-top: 120;
  }

  div>.row:first-of-type .row {
    padding-top: 0;
  }


  footer .logo-interna {
    filter: brightness(1);
  }

  footer .c1 {
    background: none;
  }

  footer .c2 .cupcake {
    width: 120px;
    max-width: 90%;
    position: absolute;
    bottom: 20;
    right: initial;
    left: 20;
  }

  footer .c2 h2 {
    margin: 50px 0px 0px;
  }

  footer .col-md-6 {
    padding-top: 20;
  }


  footer .apoio img {
    margin: 10 30 15;
  }

  footer .donativos {
    text-align: center;
    float: inherit;
    margin-top: 50;
    text-transform: uppercase;
  }




  .mobile-only {
    display: initial;
  }

  .desktop-only {
    display: none;
  }

  #slide .btn {
    padding: 8px 20px;
    font-size: 1em;
  }

  .home__slider__post .btn {
    float: right;
  }

  #slide .nuvem {
    width: 70%;
  }

  #slide .nuvem .box {
    bottom: 5px;
  }

  #slide .nuvem .btn {
    font-size: .6em;
  }





  #slide .nuvem div {
    font-size: 1.1em;
    padding: 15px 15px 5px 5px;
    bottom: 5;
    left: 5;
    line-height: 1.4em;
  }

  .festaemcasa .box {
    margin-top: -30px;
  }


  .festaemcasa .box {
    padding-top: 200px;
  }

  .festaemcasa div {
    padding: 0;
    margin: 0;
  }

  .festaemcasa .box {
    margin-top: 270px;
    background-size: cover;
    padding: 100 90 0 20;
    border-color: 1px solid #000;
  }

  .home__slider__post {
    position: relative;
    margin-top: 0;
  }

  header .navbar-brand img {
    padding: 10 0 0 15;
    max-width: 230px;
  }

  header .navbar-toggler {
    right: 30px;
    top: 13px;
  }

  button:focus {
    outline: 0px;
  }

  header .social {
    margin-top: -45px;
    width: 100%;
    text-align: center;
    display: none;
  }

  .slick-slide {
    max-height: 500px !important;
  }

  .img-responsive {
    margin-bottom: 20px;
  }

  .produtos .icones {
    width: 130;
    max-width: 45%;
    margin: 5px;
  }


  .banco.vagas .nao-encontrou h4 {
    font-weight: 200;
    font-size: 1.7rem !important;
  }

  .produtos h1 {
    font-size: 2.1rem;
  }

  .produtos h1 {
    font-size: 2.1rem;
  }

  .interna #embalagens h1 {
    font-size: 1.6em;
  }

  #slide h1 {
    margin-top: 0;
    font-size: 2rem;
  }

  .prod {
    padding: 0;
  }

  .section {
    padding: 40 15;
  }

  .home__slider__item .img-featured img {
    max-height: 220;
    margin: 10 auto 0;
  }

  .qualidade_sustentabilidade h3,
  #sustentabilidade h3 {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: left;
  }

  #sustentabilidade .px-5,
  .qualidade_sustentabilidade .px-5 {
    padding: 15 20 !important;
  }

  .home .solucoes {
    margin: 210px 0px 0px;
  }

  .temas .box:after {
    content: url();
    position: absolute;
    top: 35;
    left: 0;
    width: 0;
    height: 0;
  }

  .temas .box:nth-child(odd):after {
    content: url('../images/bandeira2.png');
    position: absolute;
    top: 35;
    left: calc(50% + 50px);
    width: 130px;
    height: 100px;
  }

  .home-front .rows,
  .home-front .col-sm-3 {
    padding: 0 0;
    margin: 0;
  }


  .blogs .blogs2 .excerpt {
    display: initial;
  }

  .blogs .xbox1 {
    min-height: 100px;
  }

  .blogs .box {
    height: 250px;
  }

  .home__slider__post .main-title {
    margin-top: 0px;
  }

  .navbar-collapse .c-header-menu li.nav-item a.nav-link {
    border-bottom: 1px solid #CCC;
    border-color: rgb(204 204 204 / .2);
    color: #FFF;
    font-weight: bold;
  }

  header .c-header-menu li.nav-item a.nav-link::before {
    margin-right: 0px;
    content: "";
  }

  .navbar-expand-lg .navbar-nav {
    margin: 60 auto 0;
  }

  .fivecolumns .span2 {
    width: 100%;
    padding: 10px;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    height: 170px;
  }

  .fivecolumns .span2 img {
    max-height: 85px;
    margin-bottom: 10px;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}