/* ---- Geral ---- */
:root {
  --orange: #EF9002;
  --green : #0A3237;
}

html {
  scroll-behavior: smooth;
}

body {
  margin     : 0;
  padding    : 0;
  font-family: 'Roboto', sans-serif;
  font-size  : 14px;
  font-weight: 300;
  color      : #606060;
}

body main.navbar-stick {
  margin-top: 80px;
}

p {
  font-size: 16px;
  margin   : 0;
  padding  : 0;
  color    : var(--green);
}

b,
strong {
  font-weight: bold;
}

a {
  color: #EF9002;
}

a:hover {
  color: var(--orange);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin : 0;
  padding: 0;
}

h2.title-default {
  font-weight: bold;
  color      : var(--green);
}

.bg01 {
  background: #0A3237;
}

.bg02 {
  background: #1F5AAB;
}

.color-orange {
  color: var(--orange);
}

.color-green {
  color: var(--green);
}

.btn-focus,
input:focus {
  box-shadow: none !important;
  outline   : none !important;
  color     : inherit;
}

.btn-primary {
  background: #EF9002;
  color     : #fff;
  transition: all .4s;
  border    : 0;
  max-width : 60%;
  padding   : 10px 30px;
}

.btn-primary:hover {
  background: #0A3237 !important;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: var(--orange);
  color           : #fff;
}

.wrap {
  position       : relative;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  width          : 500px;
}

/*--- Navbar ---*/
.navbar-custom {
  background: #fff;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 10%);
}

.logo {
  width: 180px;
}

.navbar-custom .navbar-collapse {
  justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link {
  color      : #000;
  font-size  : 16px;
  font-weight: 400;
}

.navbar-custom .nav-link:hover {
  color: #EF9002
}

#menu-menu-principal .current-menu-item a {
  color: #EF9002
}

.navbar-custom.fixed-top {
  box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.1);
}

.navbar-custom .navbar-brand .logo {
  width: 180px;
}

.fixed-top .navbar-brand .logo {
  width: 160px;
}

.fixed-top #menu-principal {
  margin-top: 0;
}

.navbar-nav .dropdown-menu {
  border    : 1px solid #eee;
  box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-menu li {
  padding-left: 0px;
  margin-left : 0px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav li.active ul.dropdown-menu li a {
  color: #23474C !important;
}

.navbar-nav li.active ul.dropdown-menu li.active a {
  color: var(--orange) !important;
}

.navbar-nav li.active ul.dropdown-menu li.active a:hover {
  color: #fff !important;
}

.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li a:focus {
  background: #EF9002;
  color     : #fff !important;
}

.navbar-nav .dropdown-menu a {
  font-size: 14px;
}

.navbar-custom li {
  margin-left: 15px;
}

.navbar-custom .btn-fc-topo {
  background   : #EF9002;
  border-radius: 10px;
  transition   : all .2s ease-out;
}

.navbar-custom .btn-fc-topo:hover {
  background: #23474C;
}

.navbar-custom .btn-fc-topo a {
  color: #fff !important;
}

/*--- Footer and Copyright ---*/
.footer {
  background : #0A3237;
  padding-top: 40px;
}

.footer .logo-rodape {
  max-width: 230px;
}

.footer h3 {
  color         : var(--orange);
  font-size     : 1.5em;
  text-transform: uppercase;
}

.footer .socials-icons {
  display       : flex;
  list-style    : none;
  flex-direction: row;
  margin        : 0;
  padding       : 0;
}

.footer .socials-icons .item {
  margin-right: 10px;
}

.footer .socials-icons .item img {
  max-width: 50px;
}

.footer .main ul {
  list-style  : none;
  padding-left: 0;
}

.footer .main ul li {
  margin-bottom: 7px;
}

.footer .main a {
  color          : #fff;
  text-decoration: none;
}

.footer .main a:hover {
  color: var(--orange);
}

.footer .contact {
  max-height     : 235px;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
}

.footer .contact a {
  color          : #fff;
  text-decoration: none;
}

.footer .contact a:hover {
  color: var(--orange);
}

.footer .copyright {
  border-top: 1px solid #fff;
  padding   : 30px 0;
  margin-top: 10px;
}

.footer .copyright p {
  color: #fff;
}

.footer .logo-ux {
  max-width: 140px;
  position : relative;
  top      : 50%;
  transform: translateY(-50%);
}

/*--- Topo Internas ---*/
.topo-default {
  display        : flex;
  min-height     : 400px;
  flex-direction : column;
  justify-content: center;
  background-size: cover !important;
  color          : #fff;
  font-weight    : bold;
}

.topo-sobrenos {
  background: url('../../assets/img/topo/topo-sobrenos.jpg') no-repeat;
}

.topo-ben-flex {
  background: url('../../assets/img/topo/topo-beneficios-flexiveis.jpg') no-repeat;
}

.topo-solucoes {
  background: url('../../assets/img/topo/topo-solucoes.jpg') no-repeat;
}

.topo-tiza {
  background: url('../../assets/img/topo/topo-tiza.jpg') no-repeat;
}

.topo-diferenciais {
  background: url('../../assets/img/topo/topo-diferenciais.jpg') no-repeat;
}

.topo-faleconosco {
  background: url('../../assets/img/topo/topo-faleconosco.jpg') no-repeat;
}

.topo-sobrenos h1 {
  color: var(--orange);
}

/*--- Banner Home ---*/
.banner-home {
  height  : 100vh;
  overflow: hidden;
  position: relative;
}

.banner-home .content {
  max-width : 640px;
  margin-top: 130px;
}

.banner-home .content h1,
.banner-home .content h2 {
  font-size  : 4.3em;
  color      : #000;
  line-height: 1.1em;
  font-weight: bold;
}

.banner-home .content h1 span,
.banner-home .content h2 span {
  color: var(--orange);
}

.banner-home .content p {
  font-size: 1.4em;
}

/*--- Form principal Home ---*/
.form-banner {
  position: absolute;
  width   : 100%;
  z-index : 2;
  top     : 670px;
}

.form-banner .box {
  background   : #fff;
  padding      : 30px;
  border-radius: 15px;
  box-shadow   : 1px 1px 20px rgba(0, 0, 0, 6%);
}

.form-banner form .formhome {
  display       : flex;
  flex-direction: row;
}

.form-banner .item {
  margin-right: 10px;
}

.form-banner form input[type="text"],
.form-banner form input[type="tel"],
.form-banner form input[type="email"] {
  width           : 100%;
  border          : 1px solid #eee;
  background-color: #eee;
  border-radius   : 5px;
  padding         : 15px;
}

.form-banner form input[type="text"]:focus,
.form-banner form input[type="tel"]:focus,
.form-banner form input[type="email"]:focus {
  border: 1px solid #EF9002 !important;
}

.form-banner form input[type="submit"] {
  width           : 100%;
  border          : 1px solid var(--orange);
  background-color: var(--orange);
  border-radius   : 5px;
  padding         : 15px;
  color           : #fff;
}

/*--- Soluções Home ---*/
.solucoes-home .bg01 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #405357;
}

.solucoes-home .bg02 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #C08A36;
}

.solucoes-home .bg03 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #4BA07F;
}

.solucoes-home .bg04 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #9C3367;
}

.solucoes-home .bg05 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #1B6E7A;
}

.solucoes-home .bg06 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #5D4263;
}

.solucoes-home {
  margin: 4% 0;
}

.solucoes-home .box {
  padding        : 20px;
  display        : flex;
  flex-direction : column;
  min-height     : 350px;
  justify-content: space-between;
  position       : relative;
  flex-wrap      : wrap;
  position       : relative;
  cursor         : pointer;
}

.solucoes-home a {
  text-decoration: none;
}

.solucoes-home .box p {
  color: #fff;
}

.solucoes-home .box-title {
  min-height     : 100px;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  max-width      : 80%;
}

.solucoes-home .box-title h4 {
  font-size: 24px;
  margin   : 0;
}

.solucoes-home .box-content {
  min-height: 150px;
}

/*--- Bloco Sobre nós - Home ---*/
.chamada-sobre {
  display    : flex;
  align-items: center;
}

.clientes-home {
  background: #EEEEEE;
  padding   : 5% 0;
}

.clientes-home .slick-arrow {
  position        : absolute;
  display         : flex;
  align-items     : center;
  justify-content : center;
  fill            : #fff;
  top             : 40%;
  background-color: var(--orange);
  width           : 25px;
  height          : 35px;
  z-index         : 5;
  cursor          : pointer;
}

.clientes-home .arrow-p {
  left                      : -5px;
  border-top-right-radius   : 20px;
  border-bottom-right-radius: 20px;
}

.clientes-home .arrow-n {
  right                    : 1px;
  border-top-left-radius   : 20px;
  border-bottom-left-radius: 20px;
}

/*--- Depoimentos - Home ---*/

.depoimentos-home {
  background: #0A3237;
  padding   : 5% 0;
}

.align-depoimentos {
  display        : flex;
  flex-direction : column;
  justify-content: center;
}

.depoimentos-home p {
  color: #fff !important;
}

.depoimentos-home .slick-dots {
  text-align: left;
  transition: all .4s;
}

.depoimentos-home .slick-dots li {
  background   : #fff;
  border-radius: 50%;
}

.depoimentos-home .slick-dots .slick-active {
  background: var(--orange);
}

/*--- Chamada Blog - Home ---*/
.blog-home {
  background: #F0F2F5;
}

.blog-home .box {
  background: #fff;
}

.blog-home .box-content {
  padding: 20px;
}

.blog-home .box-image {
  max-height: 250px;
  overflow  : hidden;
}

.blog-home .box-content a {
  color          : var(--green);
  text-decoration: none;
}

.blog-home .box-content h2 {
  font-size: 20px;
}

.blog-home .btn-vermais {
  color      : var(--orange);
  font-weight: bold;
  font-size  : 16px;
}

/*--- Blog Principal /blog ---*/
.topo-blog {
  background       : url('../../assets/img/blog/back-topo.jpg');
  padding          : 30px 0;
  color            : #fff;
  background-repeat: repeat-y;
}

.topo-blog h1 {
  color: #fff;
}

.blog-principal .box {
  border    : 1px solid #ccc;
  min-height: 500px;
}

.blog-principal .box h2 {
  font-size: 22px;
}

.page-numbers {
  list-style     : none;
  padding-left   : 0;
  display        : flex;
  flex-direction : row;
  justify-content: center;
}

.page-numbers li {
  border         : 1px solid #0A3237;
  margin-right   : 5px;
  border-radius  : 5px;
  min-width      : 30px;
  min-width      : 40px;
  min-height     : 40px;
  display        : flex;
  justify-content: center;
  align-items    : center;
  flex-direction : column;
}

.page-numbers li a {
  text-decoration: none;
}

.topo-blog form label {
  width: 100%;
}

.topo-blog .search-form {
  position: relative;
  width   : 100%;
}

.topo-blog input[type="search"] {
  position     : relative;
  border-radius: 5px;
  border       : 0;
  width        : 100%;
  padding      : 15px 30px;
  position     : relative;
  color        : #000;
}

.topo-blog .search-submit {
  width          : 25px;
  height         : 25px;
  position       : absolute;
  top            : 14px;
  right          : 14px;
  background     : url('../../assets/img/blog/search-form.svg') no-repeat;
  background-size: cover;
  border         : 0;
  cursor         : pointer;
  font-size      : 0;
}

/*--- Sidebar completa do blog ---*/
/* .sidebar-column-blog {} */

.sidebar-column-blog h2 {
  background-color: var(--green);
  color           : #fff;
  padding         : 10px;
  font-size       : 22px;
  border-radius   : 5px;
}

.sidebar-column-blog ul {
  list-style  : none;
  padding-left: 0px;
}

.sidebar-column-blog ul li {
  margin-bottom: 5px;
}

.sidebar-column-blog ul li:before {
  content: '- ';
}

.sidebar-column-blog ul li a {
  text-decoration: none;
  font-size      : 18px;
  color          : var(--green);
  font-weight    : 400;
}

.sidebar-column-blog ul li a:hover {
  color: var(--orange);
}

/*--- Form de captação default ---*/
.forms-capta {
  background: #9C3367;
  padding   : 3% 0;
}

.forms-capta input[type="text"],
.forms-capta input[type="tel"],
.forms-capta input[type="email"] {
  width        : 100%;
  padding      : 15px 10px;
  margin-bottom: 10px;
  border       : 1px solid #fff;
  background   : transparent;
  color        : #fff;
  border-radius: 6px;
}

.forms-capta input[type="text"]::placeholder,
.forms-capta input[type="tel"]::placeholder,
.forms-capta input[type="email"]::placeholder,
.forms-capta textarea::placeholder {
  color: #fff;
}

.forms-capta select {
  width        : 100%;
  padding      : 15px 10px;
  margin-bottom: 10px;
  border       : 1px solid #fff;
  background   : transparent;
  color        : #fff;
  border-radius: 6px;
}

.wpcf7-select option {
  color: #000 !important;
}

.forms-capta textarea {
  width        : 100%;
  padding      : 15px 10px;
  margin-bottom: 10px;
  border       : 1px solid #fff;
  background   : transparent;
  color        : #fff;
  border-radius: 6px;
}

.forms-capta input[type="text"]:focus,
.forms-capta input[type="tel"]:focus,
.forms-capta input[type="email"]:focus {
  border    : 1px solid #0A3237;
  box-shadow: none;
  outline   : none;
}

.forms-capta textarea:focus {
  border    : 1px solid #0A3237;
  box-shadow: none;
  outline   : none;
}

.forms-capta select:focus {
  border    : 1px solid #0A3237;
  box-shadow: none;
  outline   : none;
}

.forms-capta .wpcf7-not-valid-tip {
  margin-bottom: 10px;
  color        : #F39300;
}

.forms-capta input[type="submit"] {
  width        : 100%;
  padding      : 15px 10px;
  border       : 0;
  border-radius: 5px;
  background   : #F39300;
  color        : #fff;
  transition   : all .4s;
}

.forms-capta input[type="submit"]:hover {
  background: #0A3237;
  color     : #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900 !important;
}

/* --- Página Sobre nós ---*/
.timeline {
  background: #EEEEEE;
  padding   : 3% 0 2% 0;
}

.horizontal-timeline .items {
  border-top     : 2px dashed #EF9002;
  display        : flex;
  flex-direction : row;
  justify-content: space-between;
}

.horizontal-timeline .badge {
  background: #EF9002;
  color     : #fff;
}

.horizontal-timeline .items .items-list {
  display     : block;
  position    : relative;
  text-align  : center;
  padding-top : 70px;
  margin-right: 0;
  font-size   : 12px;
}

.horizontal-timeline .items .items-list:before {
  content     : "";
  position    : absolute;
  height      : 46px;
  border-right: 2px dashed #EF9002;
  top         : 0;
}

.horizontal-timeline .items .items-list .event-date {
  position   : absolute;
  top        : 36px;
  left       : 0;
  right      : 0;
  width      : 70px;
  margin     : 0 auto;
  font-size  : 0.7rem;
  padding-top: 8px;
}

/* --- Página Benefícios Flexíveis ---*/
.bloco-video01 .content {
  position       : relative;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  width          : 600px;
}

.bloco-video01 .play-button {
  position       : absolute;
  z-index        : 2;
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.bloco-video02 .content {
  position       : relative;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  width          : 600px;
}

.bloco-video02 .play-button {
  position       : absolute;
  z-index        : 2;
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.bloco-papel {
  background: #eee;
}

/* --- Página Tiza ---*/
.tiza-bloco1 .content {
  position       : relative;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  width          : 600px;
}

.tiza-bloco1 .content h2 {
  color: #0A3237;
}

.tiza-bloco1 .content h2 span {
  color: #9C3367;
}

.tiza-bloco1 .content ul {
  padding-left: 15px;
}

.tiza-bloco1 .content ul li {
  line-height  : 25px;
  font-size    : 16px;
  margin-bottom: 5px;
}

.tiza-video {
  background: #0A3237;
  padding   : 8% 0;
}

.pf .box-content {
  background: #eee;
}

.pf .box-content ul {
  margin-right: 30px;
}

.pf .box-content li {
  font-size    : 16px;
  color        : var(--green);
  margin-bottom: 5px;
}

/* --- Página Diferenciais ---*/
.four-box {
  margin: 8% 0;
}

.four-box .box {
  background     : #eee;
  display        : flex;
  justify-content: center;
  align-items    : center;
  flex-direction : column;
  min-height     : 300px;
  border-radius  : 10px;
  text-align     : center;
  padding        : 20px 60px;
  color          : #0A3237;
}

.four-box .box img {
  position  : relative;
  margin-top: -150px;
}

.four-box .mtrow {
  margin-top: 120px;
}

/*--- Page Fale Conosco ---*/
.form-faleconosco {
  padding: 5% 0;
}

.form-faleconosco input[type="text"],
.form-faleconosco input[type="tel"],
.form-faleconosco input[type="email"] {
  width        : 100%;
  padding      : 15px 10px;
  margin-bottom: 10px;
  border       : 1px solid #CDD5DF;
  background   : #EEEEEE;
  color        : #0A3237 !important;
  border-radius: 6px;
}

.form-faleconosco input[type="text"]::placeholder,
.form-faleconosco input[type="tel"]::placeholder,
.form-faleconosco input[type="email"]::placeholder,
.form-faleconosco select::placeholder,
.form-faleconosco textarea::placeholder {
  color: #0A3237 !important;
}

.form-faleconosco select {
  width        : 100%;
  padding      : 15px 10px;
  margin-bottom: 10px;
  border       : 1px solid #CDD5DF;
  background   : #EEEEEE;
  color        : #0A3237;
  border-radius: 6px;
}

.wpcf7-select option {
  color: #000 !important;
}

.form-faleconosco textarea {
  width        : 100%;
  padding      : 15px 10px;
  margin-bottom: 10px;
  border       : 1px solid #CDD5DF;
  background   : #EEEEEE;
  border-radius: 6px;
}

.form-faleconosco input[type="text"]:focus,
.form-faleconosco input[type="tel"]:focus,
.form-faleconosco input[type="email"]:focus {
  border    : 1px solid #0A3237;
  box-shadow: none;
  outline   : none;
  background: #EEEEEE;
}

.form-faleconosco textarea:focus {
  border    : 1px solid #0A3237;
  box-shadow: none;
  outline   : none;
}

.form-faleconosco select:focus {
  border    : 1px solid #0A3237;
  box-shadow: none;
  outline   : none;
}

.form-faleconosco .wpcf7-not-valid-tip {
  margin-bottom: 10px;
  color        : #F39300;
}

.form-faleconosco input[type="submit"] {
  width        : 100%;
  padding      : 15px 10px;
  border       : 0;
  border-radius: 5px;
  background   : #F39300;
  color        : #fff;
  transition   : all .4s;
}

.form-faleconosco input[type="submit"]:hover {
  background: #0A3237;
  color     : #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900 !important;
}

/* --- Página Soluções ---*/
.blocos-solucoes {
  padding: 5% 0;
}

.blocos-solucoes .box {
  display        : flex;
  flex-direction : column;
  justify-content: center;
  border-radius  : 10px;
  align-items    : center;
  min-height     : 400px;
  margin-bottom  : 20px;
  text-align     : center;
  padding        : 20px 40px;
}

.blocos-solucoes a {
  text-decoration: none !important;
  color          : #fff;
}

.blocos-solucoes .box h2 {
  font-size    : 26px !important;
  margin-bottom: 50px;
}

.blocos-solucoes .bg01 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #405357;
}

.blocos-solucoes .bg02 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #C08A36;
}

.blocos-solucoes .bg03 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #316953;
}

.blocos-solucoes .bg04 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #9C3367;
}

.blocos-solucoes .bg05 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #1B6E7A;
}

.blocos-solucoes .bg06 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0)), #5D4263;
}

.post-template-default .date-post {
  font-size  : 20px;
  font-weight: bold;
}

.post-template-default h1 {
  margin   : 20px 0;
  font-size: 32px;
  color    : #000;
}

.post-content {
  font-size  : 16px;
  line-height: 30px;
}

.post-content a {
  color      : #EF9002;
  font-weight: 500;
}

.post-content h2 {
  margin   : 20px 0;
  font-size: 28px;
  color    : #000;
}

.post-content h3 {
  margin   : 10px 0;
  font-size: 24px;
  color    : #000;
}

.post-content ul {
  padding-left: 15px;
}

.post-content li {
  font-size: 16px;
}

/*--- Medias (responsividade) ---*/

@media (max-width: 1440px) {
  .solucoes-home .box-title {
    max-width: 100%;
  }

  .solucoes-home .box-title h4 {
    font-size: 22px;
  }

  .banner-home .content h1,
  .banner-home .content h2 {
    font-size: 3.2rem;
  }

  .form-banner {
    top: 550px;
  }
}

@media (max-width: 1366px) {
  .banner-home .content {
    margin-top: 80px;
    max-width : 550px;
  }

  .banner-home .content h1,
  .banner-home .content h2 {
    font-size: 3.0rem;
  }

  .form-banner {
    top: 450px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    display   : block;
    border    : 1px solid #ccc;
    box-shadow: none;
  }

  .navbar-nav .dropdown-menu li {
    margin: 10px 0;
  }

  .navbar-nav .dropdown-menu li a:focus {
    background: #EF9002 !important;
    color     : #fff !important;
  }

  .navbar-custom .btn-fc-topo a {
    padding-left: 10px;
  }
}

@media (min-width: 1140px) {
  .horizontal-timeline .items .items-list {
    display    : inline-block;
    width      : 12%;
    padding-top: 55px;
  }

  .horizontal-timeline .items .items-list .event-date {
    top: -20px;
  }
}

@media (max-width: 768px) {
  .btn-primary {
    max-width: 100%;
  }

  .solucoes-home .box {
    min-height     : auto;
    justify-content: flex-start;
    position       : relative;
  }

  .solucoes-home .box .box-content {
    min-height: 100px;
  }
}

@media (max-width: 480px) {
  .solucoes-home .box {
    min-height     : auto;
    justify-content: flex-start;
    position       : relative;
  }

  .solucoes-home .box .box-content {
    min-height: auto;
  }

  .solucoes-home .box .box-title {
    min-height: auto;
  }

  .solucoes-home .box .box-title h4 {
    margin: 25px 0;
  }

  .footer {
    text-align: center;
  }

  .socials-icons {
    justify-content: space-evenly;
  }

  .items-align-center {
    margin: 0 auto;
  }

  .adress-mobile {
    max-width: 300px;
  }

  .copyright p {
    font-size: 14px;
  }

  .clientes-home .slick-slide {
    display        : flex;
    justify-content: center;
  }

  .clientes-home .arrow-p {
    left: 25px !important;
  }

  .clientes-home .arrow-n {
    right: 25px !important;
  }

  .icone-depoimento {
    max-width      : 60px;
    display        : flex;
    justify-content: center;
  }

  .depoimentos-home .slick-dots {
    position       : relative;
    display        : flex;
    justify-content: center;
    bottom         : 10px;
    margin-top     : 15px;
  }

  .form-banner form .formhome {
    display       : flex;
    flex-direction: column;
  }

  .form-banner {
    position     : inherit;
    margin-bottom: 30px;
  }

  .form-banner .box {
    padding   : 20px;
    margin-top: 20px;
  }

  .form-banner form {
    display       : flex;
    flex-direction: column;
  }

  .form-banner form .item {
    margin-bottom: 10px;
  }

  .form-banner form input[type="submit"] {
    padding: 5px;
  }

  .form-banner p.title-form {
    font-size    : 1.4rem;
    font-weight  : bold;
    line-height  : 1.7rem;
    margin-bottom: 20px;
  }

  .banner-home {
    height    : auto;
    background: #eee;
  }

  .banner-home .content {
    margin-top: 20px;
    padding   : 0 10px;
    text-align: center;
  }

  .banner-home .content h1,
  .banner-home .content h2 {
    font-size: 1.3rem;
  }

  .banner-home .content p {
    font-size    : 1.0rem;
    margin-bottom: 30px;
  }

  .image-banner {
    position       : relative;
    max-height     : 300px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    overflow       : hidden;
  }

  .horizontal-timeline .items {
    flex-direction: column;
  }

  .bloco-papel .wrap {
    width: 100%;
  }

  #sol-interna .outras-solucoes .box {
    min-height   : 150px !important;
    margin-bottom: 20px;
  }

  #sol-interna .outras-solucoes .box h5 {
    font-weight: 300;
    font-size  : 1.2rem;
  }

  .tiza-bloco1 .content {
    padding: 20px;
  }

  .forms-capta {
    padding: 40px 0;
  }

  .forms-capta h2 {
    font-size: 1.2rem;
  }

  .four-box .box {
    padding: 20px;
  }

  .four-box .box img {
    margin-top: auto;
    max-width : 80px;
  }

  .four-box .mtrow {
    margin-top: 0px;
  }

  .blog-principal {
    margin-top: 30px;
  }

  .topo-blog h1 {
    margin-bottom: 20px;
  }

  .topo-blog p {
    margin-bottom: 20px;
  }

  .blog-principal .box {
    min-height: auto;
  }

  .blog-principal .box .box-content {
    padding: 20px;
  }

  .wp-block-heading {
    text-align: center;
  }

  .sidebar-column-blog ul li {
    text-align: center;
  }

  .sidebar-column-blog ul li a {
    font-size: 14px;
  }

  .post-template-default .date-post {
    font-size  : 20px;
    font-weight: bold;
  }

  .post-template-default h1 {
    margin   : 20px 0;
    font-size: 22px;
    color    : #000;
  }

  .post-content {
    font-size  : 16px;
    line-height: 30px;
  }

  .post-content a {
    color      : #EF9002;
    font-weight: 500;
  }

  .post-content h2 {
    margin   : 20px 0;
    font-size: 20px;
    color    : #000;
  }

  .post-content h3 {
    margin   : 10px 0;
    font-size: 18px;
    color    : #000;
  }

  .post-content ul {
    padding-left: 15px;
  }

  .post-content li {
    font-size: 16px;
  }
}

main.elements p,
main.elements h1,
main.elements h2,
main.elements h3,
main.elements h4,
main.elements h5,
main.elements h6 {
  color    : inherit;
  font-size: inherit;
}

main.elements h1 span.destaque,
main.elements h2 span.destaque,
main.elements h3 span.destaque,
main.elements h4 span.destaque,
main.elements h5 span.destaque,
main.elements h6 span.destaque {
  color: #ef9002;
}

/* LGPD */

.cookieConsentContainer {
  z-index   : 9999;
  width     : 96%;
  box-sizing: border-box;
  overflow  : hidden;
  position  : fixed;
  bottom    : -1%;
  left      : 2%;
  display   : none;
}

.cookieConsentContainer .cont {
  background-color: rgb(239, 144, 2, 0.95);
  border-radius   : 12px;
}

.cookieConsentContainer .cookieTitle {
  text-align: left;
  font-size : 18px;
  color     : white;
}

.cookieConsentContainer .cookieDesc p {
  color: white;
}

.cookieConsentContainer .btn-all {
  background-color: var(--green);
  color           : white;
}

.cookieConsentContainer .btn-essential {
  background-color: var(--secondary);
  color           : white;
}