@charset "UTF-8";
/* CSS para site da Ergoss | Elefante Creative Work (HS) */
/* TT Hoves Pro – Regular */
@font-face {
  font-family: "TT Hoves Pro";
  src: url("tt-hoves-pro-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* TT Hoves Pro – Italic */
@font-face {
  font-family: "TT Hoves Pro";
  src: url("tt-hoves-pro-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* TT Hoves Pro – Bold */
@font-face {
  font-family: "TT Hoves Pro";
  src: url("tt-hoves-pro-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* TT Hoves Pro – Bold Italic */
@font-face {
  font-family: "TT Hoves Pro";
  src: url("tt-hoves-pro-bold-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
meta.foundation-version {
  font-family: "/5.2.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #070608;
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: "TT Hoves Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.centered {
  text-align: center;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* TIPOGRAFIA BÁSICA */
strong {
  font-weight: 700;
}

h1 {
  text-transform: uppercase;
}

.branco {
  color: #ffffff !important;
}

p {
  font-size: 0.875em;
  line-height: 1.6em;
}

.alinhado_direita {
  text-align: right;
}

.ergoss-container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

/* MENU TOPO */
#ergoss-header {
  background-color: #fe3e0b;
  color: #fff;
}

.header-inner {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 640px) {
  .header-inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1rem;
  }
}
.header-inner nav {
  display: none;
}
@media (min-width: 640px) {
  .header-inner nav {
    align-items: center;
    display: flex;
    gap: 1em;
  }
}
@media (min-width: 1024px) {
  .header-inner nav {
    gap: 3em;
  }
}
.header-inner nav ul {
  display: flex;
  flex-direction: column;
  margin: -1em 0 0 0;
  padding: 0;
}
@media (min-width: 640px) {
  .header-inner nav ul {
    gap: 1em;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .header-inner nav ul {
    gap: 2em;
  }
}
.header-inner nav ul li {
  border-bottom: 1px solid rgb(254.2081632653, 102.1755102041, 61.7918367347);
  list-style: none;
}
.header-inner nav ul li:first-of-type {
  border-top: 1px solid rgb(254.2081632653, 102.1755102041, 61.7918367347);
}
@media (min-width: 640px) {
  .header-inner nav ul li {
    border-bottom: none;
  }
  .header-inner nav ul li:first-of-type {
    border-top: none;
  }
}
.header-inner nav ul li a {
  display: block;
  padding: 1em;
  text-align: center;
  transition: 0.2s;
}
.header-inner nav ul li a:hover {
  background-color: rgb(238.5224489796, 50.8326530612, 0.9775510204);
}
.header-inner nav ul li a.current-section {
  background-color: rgb(238.5224489796, 50.8326530612, 0.9775510204);
}
@media (min-width: 640px) {
  .header-inner nav ul li a.current-section {
    background-color: transparent;
    color: rgb(254.7285714286, 202.6142857143, 188.7714285714);
  }
}
.header-inner nav ul li a.current-section:hover {
  background-color: rgb(254.2081632653, 102.1755102041, 61.7918367347);
}
@media (min-width: 640px) {
  .header-inner nav ul li a.current-section:hover {
    background: none;
    color: rgb(254.7285714286, 202.6142857143, 188.7714285714);
  }
}
@media (min-width: 640px) {
  .header-inner nav ul li a {
    font-size: 12px;
    padding: 0;
  }
  .header-inner nav ul li a:hover {
    background-color: transparent;
    color: rgb(254.7285714286, 202.6142857143, 188.7714285714);
  }
}
@media (min-width: 745px) {
  .header-inner nav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .header-inner nav ul {
    flex-direction: row;
  }
}
.header-inner nav ul.social-networks {
  justify-content: center;
  flex-direction: row;
  gap: 1em;
  margin-top: 0;
  padding: 1em 0;
}
.header-inner nav ul.social-networks li {
  border-bottom: none;
  border-top: none;
}
.header-inner nav ul.social-networks li a {
  align-items: center;
  background-color: #fff;
  border-radius: 2em;
  color: #fe3e0b;
  display: flex;
  height: 2em;
  justify-content: center;
  padding: 0;
  width: 2em;
}
.header-inner nav ul.social-networks li a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.header-inner nav ul.social-networks li a svg {
  display: block;
  height: 1em;
  width: 1em;
}

.header-logo {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  padding: 1em;
}
.header-logo a {
  display: block;
  width: 120px;
}
.header-logo a img {
  display: block;
  width: 100%;
}
.header-logo button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-logo button:hover {
  color: #fff;
}

@media (min-width: 640px) {
  .menu-toggle {
    display: none;
  }
}

.menu-close {
  display: none;
}

/* LINKS, BOTÕES, FORMULÁRIOS */
a {
  color: inherit;
  text-decoration: none;
}

.botao_cta {
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.875em;
}

.captcha-container {
  display: none;
  margin: 0 0 1em 0;
}

/* SEÇÕES ESPECÍFICAS - HOME */
.saiba_mais {
  background: rgb(24, 157.1186440678, 255);
  background: linear-gradient(to bottom, rgb(24, 157.1186440678, 255) 0%, #0066b1 50%);
  background-position: 100% 0;
  background-size: 200% 200%;
  border-radius: 1.5em;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.8em 3.5em;
  text-transform: uppercase;
  transition: 0.2s;
}
.saiba_mais:hover {
  background-position: 100% 10%;
}
.saiba_mais:active {
  position: relative;
  top: 0.1em;
}

.saiba_mais_orange {
  background: #fe3e0b;
  background: linear-gradient(to bottom, rgb(254.4163265306, 142.3510204082, 112.5836734694) 0%, #fe3e0b 50%);
}
.saiba_mais_orange:hover {
  transform: scale(1.05);
}
.saiba_mais_orange:active {
  transform: scale(1.05);
}

.home-top-banner {
  aspect-ratio: 700/329;
  background-image: url(../img/home-top-banner.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 640px) {
  .home-top-banner {
    aspect-ratio: 1000/329;
  }
}

.home-top-banner-inner {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1000px;
  justify-content: center;
  width: 100%;
}
@media (min-width: 640px) {
  .home-top-banner-inner {
    justify-content: flex-start;
    padding: 0 2.5rem;
  }
}
.home-top-banner-inner h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: none;
}
@media (min-width: 640px) {
  .home-top-banner-inner h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1024px) {
  .home-top-banner-inner h1 {
    font-size: 3em;
    text-align: left;
  }
}
.home-top-banner-inner h1 strong {
  display: block;
  font-weight: 700;
}

.home-top-banner-item {
  aspect-ratio: 700/329;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 640px) {
  .home-top-banner-item {
    aspect-ratio: 1000/329;
  }
}

#home-banner-about {
  background-image: url(../img/home-top-banner.avif);
}
#home-banner-about strong {
  display: block;
}

#home-banner-solutions {
  background-image: url(../img/header-solutions-new2.jpg);
}
#home-banner-solutions a {
  color: #fe3e0b;
}
@media (min-width: 1024px) {
  #home-banner-solutions a {
    color: #fff;
  }
  #home-banner-solutions a:hover {
    color: #fe3e0b;
  }
}

#home-banner-blog {
  background-image: url(../img/blog-header-new.avif);
}

#home-banner-contact {
  background-image: url(../img/contact-new-banner.jpg);
}
@media (min-width: 640px) {
  #home-banner-contact .home-top-banner-item-inner {
    align-items: start;
  }
}
@media (min-width: 640px) {
  #home-banner-contact h1 {
    max-width: 320px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #home-banner-contact h1 {
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  #home-banner-contact h1 {
    max-width: 500px;
  }
}
#home-banner-contact a {
  color: #db7f2e;
}
@media (min-width: 1024px) {
  #home-banner-contact a {
    color: #fff;
  }
  #home-banner-contact a:hover {
    color: #db7f2e;
  }
}

.home-top-banner-item-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  max-width: 1000px;
  justify-content: center;
  padding: 1em;
  width: 100%;
}
@media (min-width: 640px) {
  .home-top-banner-item-inner {
    align-items: flex-start;
    padding: 0 2.5rem;
  }
}
.home-top-banner-item-inner h1 {
  color: #fff;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  max-width: 500px;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: none;
}
@media (min-width: 640px) {
  .home-top-banner-item-inner h1 {
    font-size: 2em;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .home-top-banner-item-inner h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1280px) {
  .home-top-banner-item-inner h1 {
    font-size: 3em;
    max-width: 800px;
  }
}
.home-top-banner-item-inner h1 strong {
  font-weight: 700;
}
.home-top-banner-item-inner a {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 64px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #fe3e0b;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.5em 1.2em;
  transition: 0.2s;
}
.home-top-banner-item-inner a:hover {
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #fe3e0b;
}
@media (min-width: 640px) {
  .home-top-banner-item-inner a {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .home-top-banner-item-inner a {
    background: none;
    color: #fff;
    font-size: 1.25em;
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  .home-top-banner-item-inner a {
    font-size: 1.5em;
  }
}

.home-solutions {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  width: 100%;
}
@media (min-width: 640px) {
  .home-solutions {
    align-items: end;
    display: grid;
    flex-direction: unset;
    gap: 2.5em;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .home-solutions {
    align-items: center;
  }
}
.home-solutions .home-solutions-left {
  padding: 2.5em;
}
@media (min-width: 1024px) {
  .home-solutions .home-solutions-left {
    padding: 4em 2.5em;
  }
}
.home-solutions .home-solutions-right {
  padding: 0;
}
@media (min-width: 640px) {
  .home-solutions .home-solutions-right {
    align-items: center;
    display: flex;
  }
}
.home-solutions .home-solutions-right img:first-of-type {
  display: none;
}
@media (min-width: 640px) {
  .home-solutions .home-solutions-right img:first-of-type {
    display: block;
  }
  .home-solutions .home-solutions-right img:last-of-type {
    display: none;
  }
}
.home-solutions h1 {
  color: #fe3e0b;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px 0;
}
@media (min-width: 640px) {
  .home-solutions h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .home-solutions h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.home-solutions span {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .home-solutions span {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .home-solutions p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .home-solutions p {
    font-size: 18px;
    margin: 32px 0;
  }
}
.home-solutions .saiba_mais {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home-solutions .saiba_mais {
    font-size: 16px;
  }
}
.home-solutions ul {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 16px;
  margin: 0 0 32px 0;
  padding: 0;
}
@media (min-width: 640px) {
  .home-solutions ul {
    margin: 0 32px 0 -64px;
  }
}
.home-solutions ul li {
  list-style: none;
}
.home-solutions ul li a {
  color: #fe3e0b;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}
.home-solutions ul li a:hover {
  color: rgb(213.1265306122, 45.4204081633, 0.8734693878);
}
@media (min-width: 1024px) {
  .home-solutions ul li a {
    font-size: 32px;
  }
}
.home-solutions ul li a svg {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.home-quality {
  background-color: #fe3e0b;
  color: #fff;
  text-align: center;
}
@media (min-width: 640px) {
  .home-quality {
    background-image: url(../img/solucoes_destaque_fundo.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }
}
.home-quality .home-quality-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 640px) {
  .home-quality .home-quality-inner {
    align-items: center;
    display: grid;
    flex-direction: unset;
    gap: 2.5em;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1024px) {
  .home-quality .home-quality-inner {
    grid-template-columns: 1fr 1fr;
  }
}
.home-quality .home-quality-left {
  padding: 2.5em;
}
@media (min-width: 1024px) {
  .home-quality .home-quality-left {
    padding: 4em 2.5em;
  }
}
.home-quality .home-quality-right {
  padding: 0;
}
@media (min-width: 640px) {
  .home-quality .home-quality-right {
    align-items: center;
    display: flex;
  }
}
.home-quality .rodape_cta {
  font-size: 1rem;
}
.home-quality h1 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px 0;
}
@media (min-width: 640px) {
  .home-quality h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .home-quality h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.home-quality span {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .home-quality span {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .home-quality p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .home-quality p {
    font-size: 18px;
    margin: 32px 0;
  }
}
.home-quality .saiba_mais {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home-quality .saiba_mais {
    font-size: 16px;
  }
}
.home-quality ul {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 16px;
  margin: 0 0 32px 0;
  padding: 0;
}
@media (min-width: 640px) {
  .home-quality ul {
    margin: 0 32px 0 -64px;
  }
}
.home-quality ul li {
  list-style: none;
}
.home-quality ul li a {
  color: #db7f2e;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}
.home-quality ul li a:hover {
  color: rgb(182.5551020408, 102.1959183673, 31.4448979592);
}
@media (min-width: 1024px) {
  .home-quality ul li a {
    font-size: 32px;
  }
}
.home-quality ul li a svg {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

#home_blog {
  padding: 2.5em 0;
}

.home_blog_cta:before {
  content: "+";
  height: 1.3em;
  width: 1.3em;
  padding: 0.13em 0 0 0.35em;
  margin: 0 0.3em 0 0;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.25em;
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #44c0f5;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #44c0f5;
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #44c0f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #009fe3), color-stop(1, #0067b1));
  background: -moz-linear-gradient(center top, #009fe3 5%, #0067b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe3", endColorstr="#0067b1");
  background-color: #009fe3;
  border-radius: 1em;
}

.home_blog_cta {
  color: #009fe3;
  font-size: 0.875em;
  text-transform: uppercase;
}

.home_blog_cta:hover {
  color: #0066b1;
}

.home_blog_cta:hover:before {
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px -1px 4px 0px #44c0f5;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px -1px 4px 0px #44c0f5;
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px -1px 4px 0px #44c0f5;
}

.home_blog_cta:active {
  position: relative;
  top: 0.15em;
}

#home_blog h2 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  color: #0066b1;
}

/* RODAPÉ */
#rodape {
  background: #fe3e0b;
  color: #ffffff;
}

#rodape_chamada {
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5em 0;
}
@media (min-width: 640px) {
  #rodape_chamada {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: center;
  }
}

.rodape_cta {
  background-color: #fff;
  border-radius: 1.5em;
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #cecece;
  color: #fe3e0b;
  display: block;
  font-size: 0.75em;
  margin: 1em auto 0 auto;
  padding: 0.8em 3em;
  text-transform: uppercase;
  transition: 0.2s;
  width: 90%;
}
@media (min-width: 640px) {
  .rodape_cta {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: auto;
  }
}
.rodape_cta:hover {
  transform: scale(1.05);
}

#rodape_principal {
  background: url(../img/rodape_principal_fundo.png) repeat-y -35em top;
  padding: 3em 0;
}

#rodape_principal_logo {
  background-image: url(../img/rodape_logo.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 4rem;
  margin: 1rem 0;
}
@media (min-width: 640px) {
  #rodape_principal_logo {
    height: 3rem;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #rodape_principal_logo {
    height: 5.5rem;
  }
}

.rodape_principal_menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.rodape_principal_menu li {
  font-size: 0.875em;
  line-height: 2.1em;
}

.rodape_principal_contato li {
  padding: 0 0 0 1.8em;
}

.rodape_principal_menu li a:hover {
  border-bottom: 0.15em solid #fe3e0b;
}

.rodape_principal_contato_whatsapp {
  background: url(../img/rodape_icone_whatsapp@2x.png) no-repeat left center;
  background-size: 18px 18px;
}

.rodape_principal_contato_telefone {
  background: url(../img/rodape_icone_tel@2x.png) no-repeat left center;
  background-size: 18px 18px;
}

.rodape_principal_contato_email {
  background: url(../img/rodape_icone_mail@2x.png) no-repeat left center;
  background-size: 18px 18px;
}

.rodape_principal_contato_endereco {
  background: url(../img/rodape_icone_local@2x.png) no-repeat left 0.25em;
  background-size: 18px 18px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.footer-contact li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact li a {
  align-items: flex-start;
  display: flex;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer-contact li a svg {
  height: 1.25rem;
  width: 1.25rem;
}

.contact-information {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 1rem 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .contact-information {
    margin-bottom: 0;
  }
}
.contact-information li {
  list-style: none;
}
.contact-information li a {
  display: inline-flex;
  font-size: 0.875rem;
  gap: 0.325rem;
}
@media (min-width: 1024px) {
  .contact-information li a {
    font-size: 1rem;
  }
}
.contact-information li a span {
  line-height: 1.5;
}
.contact-information li a span.phone-number {
  font-size: 1.2em;
  font-weight: 700;
}
.contact-information li a span span {
  font-size: 0.75em;
  font-weight: 400;
}
.contact-information li a svg {
  color: #fe3e0b;
  height: 1.5rem;
  transition: 0.2s;
  width: 1.5rem;
}
.contact-information li a:hover {
  transition: 0.2s;
}
.contact-information li a:hover svg {
  color: white;
  transition: 0.2s;
}

#rodape_inferior {
  background: #bc1b0c;
  padding: 1em 0;
  color: #fff;
}

#rodape_inferior_copyright p {
  margin: -0.3em 0 0 0;
  font-size: 0.75em;
}

/* SEÇÃO -- SOLUÇÕES */
.solutions-header {
  background-image: url(../img/header-solutions-new2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0;
  text-align: center;
}
@media (min-width: 640px) {
  .solutions-header {
    padding: 3em 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .solutions-header {
    padding: 6em 0;
  }
}
.solutions-header h1 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: none;
}
.solutions-header h1 strong {
  font-weight: 700;
}
@media (min-width: 640px) {
  .solutions-header h1 {
    font-size: 1.75em;
    max-width: 400px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .solutions-header h1 {
    max-width: 600px;
    font-size: 3em;
  }
}
.solutions-header a {
  border: 1px solid #fff;
  border-radius: 64px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 1.15em;
  font-weight: 400;
  margin: 0 auto;
  padding: 0.5em 1.2em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 640px) {
  .solutions-header a {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .solutions-header a {
    font-size: 1.5em;
  }
}

.solutions-title-outer {
  background-color: #fe3e0b;
  color: #fff;
}

.solutions-title-inner {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.solutions-title-inner h2 {
  margin: 0;
  padding: 2rem 0;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 845px) {
  .solutions-title-inner h2 {
    padding: 0;
  }
}
.solutions-title-inner h2:before {
  background-image: url(../img/solutions-title-circle-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  width: 12px;
}
@media (min-width: 640px) {
  .solutions-title-inner h2:before {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 1024px) {
  .solutions-title-inner h2:before {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 640px) {
  .solutions-title-inner h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .solutions-title-inner h2 {
    font-size: 40px;
  }
}
.solutions-title-inner img {
  display: none;
  margin: 0;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 845px) {
  .solutions-title-inner img {
    display: block;
  }
}

.solutions-listing-items-outer {
  margin-top: 1em;
}
@media (min-width: 640px) {
  .solutions-listing-items-outer {
    margin-top: 2em;
  }
}
.solutions-listing-items-outer .columns {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 640px) {
  .solutions-listing-items-outer .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}

.solutions-listing-logo-container {
  text-align: right;
}

.solution-title {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .solution-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.solution-title img {
  display: block;
  max-width: 6rem;
  width: 100%;
}
.solution-title h2 {
  color: #fe3e0b;
  font-variant-caps: small-caps;
  font-weight: 400;
  margin: 0;
}
.solution-title h2.normal-caps {
  font-variant-caps: unset;
}
.solution-title.second {
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .solution-title.second {
    margin-top: 2em;
  }
}

.solutions-item {
  border-bottom: 1px solid #fe3e0b;
  padding: 1em 0.9375em;
}
@media (min-width: 640px) {
  .solutions-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.solutions-item:last-of-type {
  border-bottom: none;
}

.solutions-item-title {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.solutions-item-title h3 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.solutions-item-title svg {
  display: block;
  height: 32px;
  margin: -5px 0;
  transition: 0.35s ease-out;
  width: 32px;
}

.item-open svg {
  transform: rotate(180deg);
  transition: 0.35s ease-out;
}

.solutions-item-content {
  display: none;
}
.solutions-item-content p {
  color: #fff;
  font-size: 15px;
}
.solutions-item-content ul li {
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
.solutions-item-content ul li:last-of-type {
  margin-bottom: 0;
}

.solutions-listing-image {
  display: none;
}
@media (min-width: 640px) {
  .solutions-listing-image {
    display: block;
    margin-bottom: 2em;
  }
}

#solucoes_destaque {
  padding: 9em 0 8em 0;
  color: #ffffff;
  background: #0066b1 url(../img/solucoes_destaque_fundo.jpg) no-repeat center top;
}

#solucoes_destaque_seletor {
  font-size: 0.875em;
  border-radius: 3em;
  margin: 0 0 2em 0;
  text-align: center;
  background: rgb(0, 159, 227);
  background: rgba(0, 159, 227, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99009FE3, endColorstr=#99009FE3);
}

#solucoes_destaque_seletor ul {
  list-style: none;
  text-transform: uppercase;
  padding: 0.5em 0;
}

#solucoes_destaque_seletor li {
  display: inline-block;
}

#solucoes_destaque_seletor li:after {
  background: url(../img/solucoes_destaque_li_divisor.png) no-repeat top center;
  width: 0.143em;
  height: 2.071em;
  padding: 0 2em;
  content: " ";
  display: inline-block;
  vertical-align: middle;
}

#solucoes_destaque_seletor li:last-child:after {
  background: none;
  padding: 0;
}

[id*=solucoes_] h1 {
  font-size: 2.375em;
  text-transform: uppercase;
  margin: 0.9em 0;
  color: #0066b1;
}

.solucoes_secao_toggle ul {
  font-size: 0.875em;
}

.solucoes_destaque_correcoes {
  color: #ffffff !important;
  margin: 0.3em 0 !important;
}

#solucoes_ergonomia h1,
#solucoes_seguranca h1,
#solucoes_saude_ocupacional h1,
#solucoes_treinamentos h1,
#solucoes_palestras h1 {
  background: url(../img/solucoes_h1_bullet@2x.png) no-repeat left center;
  background-size: 20px 20px;
  padding: 0 0 0 0.7em;
}

#solucoes_destaque span {
  font-size: 1.375em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 0 0 2em 0;
  display: block;
}

.solucoes_secoes_seletor ul {
  list-style: none;
  text-transform: uppercase;
  padding: 2em 0;
  margin: 0.5em 0 2em 0;
  height: 6em;
  border-top: 0.1em solid #cecece;
  border-bottom: 0.1em solid #cecece;
  color: #0066b1;
}

.solucoes_secoes_seletor li {
  display: inline-block;
  position: relative;
  font-size: 0.875em;
  height: 5.5em;
  padding: 0.15em 0 1em 0;
  overflow: hidden;
  font-weight: 700;
  vertical-align: middle;
  transition: 0.2s;
  background-position: 25% 75%;
}

.branco2 {
  color: #ffffff;
}

.solucoes_secoes_seletor li:hover {
  background: url(../img/solucoes_seletor_li_ativo.png) no-repeat 25% bottom;
  color: #009ee1;
}

.solucoes_secoes_ativa {
  background: url(../img/solucoes_seletor_li_ativo.png) no-repeat 25% bottom !important;
  color: #009ee1 !important;
}

#solucoes_ergonomia,
#solucoes_saude_ocupacional,
#solucoes_palestras {
  padding: 2em 0;
}

#solucoes_ergonomia .row,
#solucoes_saude_ocupacional .row,
#solucoes_palestras .row {
  background: url(../img/solucoes_h1_fundo.png) no-repeat 97% 0;
}

#solucoes_seguranca,
#solucoes_treinamentos {
  padding: 2em 0;
  background: #0066b1;
  color: #ffffff;
}

#solucoes_seguranca .row,
#solucoes_treinamentos .row {
  background: url(../img/solucoes_h1_fundo_azul.png) no-repeat 97% 0;
}

.solucoes_botao_topo {
  position: relative;
  margin: 0 auto;
  height: 0.833em;
  width: 0.833em;
  display: block;
  font-size: 3em;
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #44c0f5;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #44c0f5;
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #44c0f5;
  background: url(../img/solucoes_botao_baixo@2x.png) no-repeat center;
  background-image: url(../img/solucoes_botao_baixo@2x.png), -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #009fe3), color-stop(1, #0067b1));
  background-image: url(../img/solucoes_botao_baixo@2x.png), -moz-linear-gradient(center top, #009fe3 5%, #0067b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe3", endColorstr="#0067b1");
  background-size: 18px 10px, 100%;
  background-color: #009fe3;
  border-radius: 0.833em;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
}

.solucoes_botao_topo:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.solucoes_botao_topo_a {
  top: -0.45em;
}

.solucoes_botao_topo_b {
  top: 0.45em;
}

/* SEÇÃO -- A ERGOSS */
#ergoss_destaque {
  background: #bc1b0c url(../img/ergoss_destaque_fundo.avif) no-repeat center top;
  color: #ffffff;
  padding: 8em 0;
}
@media only screen and (max-width: 40.063em) {
  #ergoss_destaque {
    padding: 2em 0;
    background-size: cover;
  }
}

.ergoss-destaque-inner {
  max-width: 600px;
}

#ergoss_destaque h1 {
  font-size: 2.375em;
  text-transform: uppercase;
  margin: 0.3em 0 0.1em 0;
}

#ergoss_destaque span {
  font-size: 1.375em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 0 0 2em 0;
  display: block;
}

#ergoss_trabalho {
  padding: 3em 0;
}

#ergoss_trabalho h1,
#ergoss_missao h1,
#ergoss_depoimentos h1 {
  font-size: 2.375em;
  text-transform: uppercase;
  margin: 0.2em 0 0.1em 0;
}

#ergoss_missao h1 {
  color: #fff;
}

#ergoss_trabalho h1 {
  color: #fe3e0b;
}
#ergoss_trabalho h2 {
  color: #fe3e0b;
  text-transform: uppercase;
}
#ergoss_trabalho a {
  color: #fe3e0b;
}
#ergoss_trabalho a:hover {
  text-decoration: underline;
}

#ergoss_missao h2 {
  color: #fff;
  text-transform: uppercase;
}

#ergoss_depoimentos h1 {
  color: #009fe3;
}

#ergoss_trabalho span,
#ergoss_missao span,
#ergoss_depoimentos span {
  margin: 0 0 2em 0;
  font-size: 1.375em;
  line-height: 1.4em;
  display: block;
}

#ergoss_trabalho span {
  color: #009fe3;
}

#ergoss_depoimentos span {
  color: #ffffff;
}

#ergoss_missao {
  padding: 3em 0;
  background: #bc1b0c;
}

#ergoss_trabalho ul,
#ergoss_missao ul {
  font-size: 0.875em;
  line-height: 1.6em;
}

#ergoss_missao p,
#ergoss_missao ul,
#ergoss_missao span {
  color: #ffffff;
}

#ergoss_depoimentos {
  padding: 3em 0;
  background: #0066b1 url(../img/clientes_depoimentos_fundo.png) no-repeat 80% top;
}

#ergoss_depoimentos ul {
  color: #ffffff;
}

#ergoss_galeria {
  padding: 3em 0;
}

.ergoss_galeria_imagem {
  height: 13.063em;
  width: 13.063em;
  margin: 0 auto;
  border: #baeaff 0.5em solid;
  border-radius: 13.063em;
  background-color: #009ee1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.ergoss_galeria_link {
  display: inline-block;
  margin: 2em 0 0 0;
  width: 33.3%;
}

.ergoss_galeria_zoom {
  width: 100%;
  height: 100%;
}

.ergoss_galeria_zoom:hover {
  background: url(../img/ergoss_galeria_zoom.png) no-repeat center;
  background-size: cover;
}

/* SEÇÃO -- CLIENTES */
#clientes_topo {
  background: #0066b1 url(../img/clientes_topo_fundo.png) no-repeat center top;
  color: #ffffff;
  padding: 5em 0;
}

#clientes_topo h1 {
  font-size: 2.375em;
  text-transform: uppercase;
  margin: 0.2em 0;
  color: #ffffff;
}

#clientes_topo span {
  font-size: 1.375em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 0;
  display: block;
}

#clientes_listagem img {
  vertical-align: middle;
  max-height: 10em;
  max-width: 10em;
  margin: 0 8em 8em 1em;
}

#clientes_listagem a:last-of-type {
  margin-bottom: -8em;
}

.clientes_topo_imagem img {
  vertical-align: middle;
}

.clientes_listagem_outer {
  padding: 2em 0;
}

#clientes_depoimentos {
  padding: 2em 0 4em 0;
  background: #0066b1;
}

#clientes_depoimentos_divisor {
  border-bottom: #ffffff 0.1em solid;
  background: url(../img/clientes_depoimentos_divisor.png) no-repeat top center;
  height: 2.25em;
  margin: 0 0 1.2em 0;
}

#clientes_depoimentos h2 {
  font-size: 1.625em;
  margin: 0 0 0.3em 0;
  color: #ffffff;
  text-transform: uppercase;
}

#clientes_depoimentos span {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 6em 0;
  font-size: 1em;
  display: block;
}

#clientes_depoimentos p {
  color: #ffffff;
}

#clientes_depoimentos li span {
  text-transform: inherit;
  color: #ffffff;
  margin: inherit;
  font-size: inherit;
  display: inline;
}

/* SEÇÃO -- CONTATO */
.contact-header-new {
  background-image: url(../img/contact-header-new.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0;
  text-align: center;
}
@media (min-width: 640px) {
  .contact-header-new {
    padding: 3em 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .contact-header-new {
    padding: 12em 0;
  }
}
.contact-header-new h1 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: none;
}
.contact-header-new h1 strong {
  font-weight: 700;
}
@media (min-width: 640px) {
  .contact-header-new h1 {
    font-size: 1.75em;
    max-width: 400px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .contact-header-new h1 {
    max-width: 600px;
    font-size: 3em;
  }
}

.contact-header {
  background-color: #fe3e0b;
  color: #fff;
  padding: 2em 1em 0 1em;
}

.contact-header-cta {
  align-items: center;
  background: linear-gradient(to right, #ec631d 0%, #eebf74 100%);
  border-radius: 1em;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin: 0 0 1em 0;
  max-width: 400px;
  padding: 0.5em 1em;
}
@media (min-width: 640px) {
  .contact-header-cta {
    margin: 2em 0 0 0;
  }
}
@media (min-width: 1024px) {
  .contact-header-cta {
    margin: 6em 0 0 0;
    padding: 0.5em 2em;
  }
}
.contact-header-cta h1 {
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 640px) {
  .contact-header-cta h1 {
    font-size: 1.15em;
  }
}
@media (min-width: 1024px) {
  .contact-header-cta h1 {
    font-size: 1.35em;
    max-width: 180px;
  }
}

#contato_topo {
  background: #009fe3 url(../img/contato_topo_fundo2.jpg) no-repeat center top;
  height: 14.25em;
}

#contato_principal {
  background: #070608;
  padding: 2em 0;
  color: #ffffff;
}

#contato_principal h1 {
  font-size: 2.25em;
  font-weight: 400;
  margin: 0;
}

.contato_principal_pos_h1 {
  color: #fe3e0b;
  font-weight: 400;
  font-size: 1.375em;
  font-style: italic;
  display: block;
  text-transform: lowercase;
}
@media (min-width: 640px) {
  .contato_principal_pos_h1 {
    margin-bottom: 1em;
  }
}
@media (min-width: 1024px) {
  .contato_principal_pos_h1 {
    margin-bottom: 10em;
  }
}

#contato_principal p {
  font-size: 1em;
  margin: 0 0 1em 0;
}

#contato_principal p strong {
  font-size: 140%;
}

#contato_principal p:last-of-type {
  margin: 0;
}

#contato_mapa iframe {
  width: 100%;
}

#gmap_1 {
  min-height: 25em;
}

/* SEÇÃO -- BLOG */
.blog-header {
  background-image: url(../img/blog-header-new.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3em 0;
}
@media (min-width: 640px) {
  .blog-header {
    padding: 6em 0;
  }
}
@media (min-width: 1024px) {
  .blog-header {
    padding: 8em 0;
  }
}
.blog-header h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: none;
}
@media (min-width: 640px) {
  .blog-header h1 {
    max-width: 300px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .blog-header h1 {
    max-width: 580px;
    font-size: 3em;
  }
}
.blog-header h1 strong {
  font-weight: 700;
}

.blog-header-small {
  padding: 1em 0;
}
@media (min-width: 640px) {
  .blog-header-small {
    padding: 2em 0;
  }
}
@media (min-width: 1024px) {
  .blog-header-small {
    padding: 3em 0;
  }
}

.blog-header-alt img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#blog_topo {
  background: #0066b1 url(../img/blog_topo_fundo.jpg) no-repeat center;
  padding: 8em 0;
  color: #ffffff;
}

#blog_topo h1 {
  font-size: 2.375em;
  margin: 0 0 0.18em 0;
}

#blog_topo span {
  font-size: 1.375em;
  text-transform: uppercase;
}

#blog_conteudo {
  padding: 3em 0;
}
#blog_conteudo article p {
  font-size: 15px;
}
#blog_conteudo article li {
  font-size: 15px;
  line-height: 1.6em;
}

.post-title {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}
@media (min-width: 1024px) {
  .post-title {
    gap: 16px;
  }
}
.post-title h2 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: -4px 0 8px 0;
  text-transform: uppercase;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .post-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.post-title h2:hover {
  opacity: 0.75;
}

.post-title-bullet {
  color: #db7f2e;
  height: 32px;
  min-width: 32px;
  width: 32px;
}
.post-title-bullet svg {
  display: block;
  stroke-width: 4;
  width: 100%;
}

.entry-meta {
  color: #888888;
  font-size: 12px;
  margin: 0;
}

#blog_conteudo a[rel=bookmark] {
  margin: 0.6em 0;
  display: block;
}

.entry-meta .bullet {
  color: #fe3e0b;
  padding: 0 1em;
}

.blog_linha {
  width: 100%;
  height: 2.5em;
}

.blog_post_branco {
  background: #070608;
  float: left;
  padding: 0.5em 0.5em 0.5em 0;
}

.blog_post_branco2 {
  background: #ffffff;
  float: right;
  padding: 0.5em 0 0.5em 0.5em;
}

.blog_leia_mais:before {
  content: "+";
  height: 1.3em;
  width: 1.3em;
  padding: 0.13em 0 0 0.35em;
  margin: 0 0.3em 0 0;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.25em;
  background: #fe3e0b;
  background: linear-gradient(to bottom, #fe3e0b 0%, rgb(187.7306122449, 40.0081632653, 0.7693877551) 50%);
  background-position: 100% 0;
  background-size: 200% 200%;
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px rgb(162.3346938776, 34.5959183673, 0.6653061224);
  border-radius: 1em;
}

.blog_leia_mais {
  color: #fe3e0b;
  font-size: 0.875em;
  text-transform: uppercase;
}

.blog_leia_mais:hover {
  color: rgb(254.4163265306, 142.3510204082, 112.5836734694);
}

.blog_leia_mais:hover:before {
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px -1px 4px 0px rgb(162.3346938776, 34.5959183673, 0.6653061224);
}

[class*=blog_social] span {
  display: none;
}

.blog_social {
  float: right;
}

.blog_busca_termo {
  display: block;
  font-weight: 400;
  padding: 0.5em 0;
  text-transform: none;
}

[class*=blog_social_] {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background-image: url(../img/blog_social@2x.png);
  background-size: 96px 48px;
  margin: -0.1em 0.5em 0 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
}

.blog_social_fb {
  background-position: 0 0;
}

.blog_social_fb:hover {
  background-position: 0 1.5em;
}

.blog_social_plus {
  background-position: 4.5em 0;
}

.blog_social_plus:hover {
  background-position: 4.5em 1.5em;
}

.blog_social_twitter {
  background-position: 3em 0;
}

.blog_social_twitter:hover {
  background-position: 3em 1.5em;
}

.blog_social_email {
  background-position: 1.5em 0;
}

.blog_social_email:hover {
  background-position: 1.5em 1.5em;
}

article {
  margin: 0 0 3em 0;
}

#blog_busca {
  color: #ffffff;
  margin: 0 0 3em 0;
  z-index: 2;
}

#blog_busca form {
  margin: 0.6em 0 0 0;
}

#blog_busca_fundo {
  z-index: -1;
  background: #009fe3;
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
}

#blog_categorias_fundo {
  z-index: -2;
  background: #f8f8f8;
  position: absolute;
  right: 0;
  height: 0;
}

#blog_categorias {
  color: #757575;
  margin-top: 6em;
}

#blog_categorias ul {
  list-style: url(../img/blog_categorias_li.png);
  padding: 0 0 0 0.8em;
}

#blog_categorias li {
  text-transform: uppercase;
  font-size: 0.75em;
  margin: 0 0 2em 0;
}

.blog_paginacao a {
  font-size: 0.75em;
  margin: 2em 0 2em 0;
  text-align: center;
  display: block;
}

#wpadminbar {
  display: none;
}

.gallery-caption {
  margin: 0.5em 0 0 0;
}

.blog_busca_campo input[type=text] {
  background-image: url(../img/blog_busca_icone@2x.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 94% center;
  font-size: 0.75em;
  height: 3.5em;
  padding: 0.5em 2em 0.5em 1em;
  border: #ffffff 0.2em solid !important;
  margin: 2.8em 0 2em 0 !important;
}

.blog_busca_campo input[type=submit] {
  display: none;
}

/* COMENTÁRIOS BLOG */
.form-allowed-tags {
  display: none;
}

.comments input[type=submit] {
  padding: 0.8em 3em;
  margin: 0 0 1em 0;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #44c0f5;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #44c0f5;
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px #44c0f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #009fe3), color-stop(1, #0067b1));
  background: -moz-linear-gradient(center top, #009fe3 5%, #0067b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe3", endColorstr="#0067b1");
  background-color: #009fe3;
  border-radius: 1.5em;
  border: none;
  width: auto;
}

.comments textarea,
.comments input[type=text] {
  border-color: #d1d3d4;
  color: #757575;
  margin: 0.3em 0;
}

.comments textarea:focus,
.comments input[type=text]:focus {
  border-color: #757575;
  color: #757575;
}

.comments input[type=submit]:hover {
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px -1px 4px 0px #44c0f5;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px -1px 4px 0px #44c0f5;
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px -1px 4px 0px #44c0f5;
}

.logged-in-as a:hover {
  text-decoration: underline;
}

.comments input[type=submit]:active {
  position: relative;
  top: 0.1em;
}

.comment-author img {
  display: inline-block;
  margin: 0 1em 0 0;
}

.comment-author {
  margin: 0 0 2em 0;
}

.comment-date {
  font-size: 80%;
  text-transform: uppercase;
  margin: 0 1em;
}

.comment-notes {
  display: none;
}

.comment-awaiting-moderation {
  display: none;
}

label[for=comment] {
  display: none;
}

.comments ::-webkit-input-placeholder {
  color: #757575;
}

.comments :-moz-placeholder {
  color: #757575;
  opacity: 1;
}

.comments ::-moz-placeholder {
  color: #757575;
  opacity: 1;
}

.comments :-ms-input-placeholder {
  color: #757575;
}

/* PÁGINA DE SUCESSO E ERRO FORMULÁRIO */
#erro {
  color: #ffffff;
  background: #0066b1;
  padding: 3em 0;
  height: 100%;
}

#erro h1 {
  font-size: 3em;
}

#erro h2 {
  font-size: 2em;
}

#erro p {
  padding: 1em 0;
}

#erro a {
  background: #ffffff;
  color: #0066b1;
  padding: 0.7em;
  border-radius: 0.3em;
  display: inline-block;
}

/* FORMULÁRIO DE CONTATO */
input,
textarea {
  background: none;
  border: 0.15em solid #fe3e0b;
  border-radius: 0.5em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 1em 0;
  outline: none;
  transition: 0.3s;
  width: 100%;
}

input {
  padding: 0.7em 1.5em;
}

textarea {
  padding: 1.7em 1.5em;
}

form {
  margin: 0;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ffffff;
}

input:focus,
textarea:focus {
  border-color: #ffffff;
  color: #ffffff;
}

button {
  border: none;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  height: 2.75em;
  padding: 0.7em 2em;
  text-transform: uppercase;
  transition: 0.3s;
}

button[type=submit] {
  background: url(../img/contato_formulario_enviar.avif) no-repeat center right;
  background-size: contain;
  cursor: pointer;
  padding-top: 0.4em;
  padding-right: 3.2em;
  color: #ffffff;
}

button[type=reset] {
  background: none;
  color: #ffffff;
  border-radius: 2.5em;
  margin: 0 1em 0 0;
}

button:hover {
  color: #fe3e0b;
}

.contato_conteudo_campo_oculto {
  display: none;
}

#contato_principal form {
  position: relative;
}

.button-container {
  text-align: right;
}

#form-loading {
  background-color: rgba(0, 102, 177, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#form-success {
  display: none;
  text-align: center;
}

#form-success svg {
  fill: currentColor;
  height: 50px;
  margin: 1em auto;
  width: 50px;
}

#form-success h1 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: none;
}

#contato_principal fieldset {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

iframe[src="about:blank"] {
  display: none;
}

.sr-only,
.screen-reader-text,
.comments label[for=author],
.comments label[for=email],
.comments label[for=url] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* COOKIE NOTICE */
#cookie-notice {
  animation: fade-in 0.3s ease-out 1s forwards;
  bottom: 1rem;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1200;
}
#cookie-notice a {
  color: #fe3e0b;
}
#cookie-notice p {
  display: inline;
}

@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
.cookie-notice-inner {
  background-color: #fff;
  border-radius: 5px;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  color: #555555;
  display: inline-block;
  font-size: 80%;
  padding: 1em;
}
@media (min-width: 1024px) {
  .cookie-notice-inner {
    border-radius: 2.5rem;
    font-size: 100%;
    padding: 1em 1.5em;
  }
}

#cookie-notice-agree {
  background-color: #fe3e0b;
  border-radius: 2.5rem;
  color: #fff !important;
  display: block;
  font-weight: 700;
  margin: 1em auto 0 auto;
  padding: 0.5em 1em;
  text-transform: uppercase;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  #cookie-notice-agree {
    display: inline-block;
    margin: 0 0 0 0.25rem;
  }
}
#cookie-notice-agree:hover {
  background-color: rgb(254.2081632653, 102.1755102041, 61.7918367347);
}

/* ADEQUAÇÕES RESPONSIVAS DO LAYOUT */
@media only screen and (min-width: 1780px) {
  #home_solucoes,
  #home_qualidade {
    background-position: 70% 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1779px) {
  #home_solucoes,
  #home_qualidade {
    background-position: 90% 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  #home_solucoes,
  #home_qualidade {
    background-position: 125% 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 999px) {
  #home_solucoes,
  #home_qualidade {
    background-position: 300% 0;
  }
}
@media only screen and (min-width: 840px) and (max-width: 879px) {
  #home_solucoes,
  #home_qualidade {
    background-position: 500% 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 839px) {
  #home_solucoes,
  #home_qualidade {
    background-image: none;
  }
}
@media only screen and (width: 768px) {
  #home_solucoes,
  #home_qualidade {
    background-position: -2900% 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #home_solucoes,
  #home_qualidade {
    background-image: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 890px) {
  #menu li {
    padding: 0 2em 0 0;
  }
  .ergoss_galeria_imagem {
    font-size: 90%;
  }
  .ergoss_galeria_link {
    margin: 1em 0 0 0;
  }
  #rodape_inferior_elefante {
    background-position: center -1.063em;
  }
}
@media only screen and (max-width: 767px) {
  .tinynav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 2em auto 0 auto;
  }
  #menu div .medium-8 {
    width: 100%;
  }
  .nav {
    display: none !important;
  }
  #solucoes_destaque {
    background-size: cover;
    padding: 2em 0;
  }
  #solucoes_destaque_seletor li {
    display: block;
    padding: 0.5em 0;
  }
  #solucoes_destaque_seletor li:after {
    background: none;
    content: none;
  }
  #rodape_inferior_elefante {
    background-position: center -1.063em;
  }
}
@media only screen and (max-width: 40.063em) {
  .home_blog_cta {
    margin: 0 0 2em 0;
    display: inline-block;
  }
  [id*=home_] p:last-of-type {
    margin: 0 0 1.5em 0;
  }
  #home_solucoes {
    margin-top: 0;
  }
  #home_clientes .saiba_mais {
    margin: 0 0 1.5em 0;
    float: left;
  }
  #home_clientes .alinhado_direita {
    text-align: center;
  }
  .home_clientes_slider_conteudo {
    padding: 0 3em;
  }
  .home_clientes_slider_conteudo_imagem {
    width: 100%;
    text-align: center;
    margin: 0 auto 2em auto;
  }
  .home_clientes_slider_conteudo_imagem img {
    display: inline-block !important;
  }
  #rodape_inferior {
    text-align: center;
  }
  #rodape_inferior_copyright {
    margin: 0 0 1em 0;
  }
  #rodape_principal {
    padding: 1em 0;
  }
  .rodape_principal_menu {
    display: none;
  }
  #home_clientes {
    background-image: none;
  }
  .solucoes_secoes_seletor ul {
    height: auto;
    padding: 1em 0;
  }
  .solucoes_secoes_seletor li {
    display: block;
    background: url(../img/solucoes_seletor_li_ativo.png) no-repeat left center;
    font-size: 80%;
    min-height: 1.8em;
    width: auto;
    margin: 1em 0;
    padding: 0 0 0 2em;
    height: auto;
  }
  .solucoes_secoes_seletor li:hover {
    background: url(../img/solucoes_seletor_li_ativo.png) no-repeat left center !important;
  }
  .solucoes_secoes_ativa {
    background: url(../img/solucoes_seletor_li_ativo.png) no-repeat left center !important;
  }
  [id*=ergoss_] span {
    margin: 0.5em 0 !important;
  }
  #ergoss_galeria_conteudo {
    margin: 0 0 0.5em 0;
  }
  .ergoss_galeria_imagem {
    font-size: 60%;
  }
  .ergoss_galeria_link {
    margin: 1em 0 0 0;
    width: 50%;
  }
  #clientes_topo {
    padding: 3em 0;
  }
  #clientes_listagem img {
    max-height: 8em;
    margin: 3em;
  }
  #clientes_listagem a:last-of-type {
    margin-bottom: -3em;
  }
  #clientes_depoimentos span {
    margin: 0 0 2em 0;
  }
  input,
  textarea {
    font-size: 80%;
    border-width: 0.2em;
  }
  .contato_principal_pos_h1 {
    margin: 0 0 1em 0;
  }
  #contato_principal p:last-of-type {
    margin-bottom: 2em;
  }
  #recaptcha_image {
    margin: 0 auto 1em auto;
  }
  #blog_topo {
    padding: 4em 0;
  }
  #blog_conteudo {
    padding-bottom: 0;
  }
  #blog_busca {
    padding: 2em 0 1em 0;
    margin: 0;
  }
  .blog_busca_campo input[type=text] {
    margin-top: 0 !important;
  }
  #blog_categorias {
    margin-top: 0;
  }
  #rodape_inferior_elefante {
    background-position: center -1.063em;
  }
  .saiba_mais {
    padding: 0.8em 3.5em;
  }
  #home_solucoes {
    padding: 2em 0;
    height: auto;
    min-height: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.999em) {
  .saiba_mais {
    padding: 0.8em 1.8em;
  }
}
.error-message svg {
  fill: currentColor;
  height: 16px;
  margin: 0 0.25em 0 0;
  vertical-align: middle;
  width: 16px;
}

.error-message {
  background-color: #ef4428;
  border-radius: 2.5em;
  color: #fff;
  font-size: 80%;
  font-weight: 700;
  margin: 1em auto;
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: center;
  width: auto;
}

.page-template-default article h1,
.page-template-default article h2,
.page-template-default article h3,
.page-template-default article h4 {
  color: #fe3e0b;
}

.page-template-default article a {
  color: #fe3e0b;
  transition: 0.2s;
}

.page-template-default article a:hover {
  color: rgb(254.5204081633, 162.4387755102, 137.9795918367);
}

.page-template-default .edit-link {
  display: block;
  margin: 1em auto;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.page-template-default .post-edit-link {
  color: #fe3e0b;
  transition: 0.2s;
}

.page-template-default .post-edit-link:hover {
  color: rgb(254.5204081633, 162.4387755102, 137.9795918367);
}

.privacy-check {
  align-items: center;
  border: none;
  display: flex;
  margin: 0 0 1em 0 !important;
  padding: 0;
}
.privacy-check input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.privacy-check input[type=checkbox]:checked + .checkbox-icon {
  border: 2px solid #fe3e0b;
  background-color: transparent;
}
.privacy-check input[type=checkbox]:focus + .checkbox-icon {
  border-color: white;
  transition: 0.2s;
}
.privacy-check input[type=checkbox]:checked + .checkbox-icon::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}
.privacy-check .checkbox-icon {
  cursor: pointer;
  flex: 1 0 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #fe3e0b;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin-right: 8px; /* Space between checkbox and label text */
  transition: 0.2s;
}
.privacy-check span.actual-label {
  font-size: 80%;
  line-height: 1.4em;
}
@media (min-width: 640px) {
  .privacy-check span.actual-label {
    font-size: 100%;
  }
}
.privacy-check label {
  display: flex;
}
.privacy-check a {
  color: #fe3e0b;
  transition: 0.2s;
}
.privacy-check a:hover {
  color: #fff;
}

aside.whatsapp-button {
  bottom: 1rem;
  height: 3rem;
  position: fixed;
  right: 1rem;
  width: 3rem;
  z-index: 100;
}
@media (min-width: 1024px) {
  aside.whatsapp-button {
    height: 4rem;
    width: 4rem;
    z-index: 1101;
  }
}
aside.whatsapp-button a {
  background-color: #25d366;
  border-radius: 4rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  height: 3rem;
  padding: 0.5rem;
  transition: 0.2s;
  width: 3rem;
}
aside.whatsapp-button a:hover {
  background-color: rgb(33.1955645161, 189.3044354839, 91.5120967742);
}
@media (min-width: 1024px) {
  aside.whatsapp-button a {
    height: 4rem;
    padding: 1em;
    width: 4rem;
  }
}
aside.whatsapp-button a svg path {
  fill: #fff;
}

/* 64 em: 1024 px, 48.125 em: 770 px */
@media only screen and (min-width: 1800px) {
  .orbit-container .orbit-slides-container li .orbit-caption {
    width: 20% !important;
  }
}
.orbit-container .orbit-slides-container li .orbit-caption {
  background: none;
  color: #ffffff;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  padding: 0.625rem 0.875rem;
  position: absolute;
  right: 20%;
  text-align: right;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: none;
  top: 40%;
  width: 30%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .orbit-container .orbit-slides-container li .orbit-caption {
    font-size: 3em;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .orbit-container .orbit-slides-container li .orbit-caption {
    width: 30%;
  }
}
.orbit-container .orbit-slides-container li .orbit-caption strong {
  display: block;
  font-weight: 700;
}

.clients-partners {
  background-color: #fff;
  padding: 1em;
}
@media (min-width: 1024px) {
  .clients-partners {
    padding: 2em;
  }
}
.clients-partners h1 {
  color: #fe3e0b;
  font-size: 1em;
  margin: 0 0 1em 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .clients-partners h1 {
    text-align: left;
  }
}

#client-carousel {
  margin: 0 auto;
  width: 90%;
}

.client-carousel-item {
  vertical-align: middle;
}
.client-carousel-item a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 80px;
  margin: 1em;
}
.client-carousel-item a img {
  display: block;
  max-width: 100px;
  width: 100%;
}

.partners {
  align-items: center;
  display: flex;
  gap: 2em;
  justify-content: center;
}
@media (min-width: 1024px) {
  .partners {
    gap: 3em;
    margin-top: 2em;
  }
}

.slick-next:before,
.slick-prev:before {
  color: #fe3e0b;
  opacity: 1;
  transition: 0.2s;
}
.slick-next:hover:before,
.slick-prev:hover:before {
  color: rgb(213.1265306122, 45.4204081633, 0.8734693878);
}

.client-area-login, .client-area-main {
  padding: 2em 0;
}
@media (min-width: 1024px) {
  .client-area-login, .client-area-main {
    padding: 4em 0;
  }
}
.client-area-login h1, .client-area-main h1 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.client-area-login h1:before, .client-area-main h1:before {
  background-image: url(../img/solutions-title-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin: -6px 8px 0 0;
  vertical-align: middle;
  width: 12px;
}
@media (min-width: 640px) {
  .client-area-login h1:before, .client-area-main h1:before {
    height: 16px;
    margin-top: -6px;
    width: 16px;
  }
}
.client-area-login h2, .client-area-main h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

#user-login {
  margin: 0;
  max-width: 600px;
  position: relative;
  width: 100%;
}
#user-login input {
  border-color: #fe3e0b;
  border-width: 1px;
  color: #fff;
  font-size: 1em;
  padding: 0.75em;
}
#user-login input:focus {
  border-color: rgb(254.2081632653, 102.1755102041, 61.7918367347);
}
#user-login input[type=submit] {
  background-color: #fe3e0b;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
#user-login input[type=submit].disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
#user-login input[type=submit]:hover {
  background-color: rgb(213.1265306122, 45.4204081633, 0.8734693878);
  border-color: rgb(213.1265306122, 45.4204081633, 0.8734693878);
}
#user-login input.error-field {
  border-color: #ef4428;
}
#user-login label {
  display: block;
  margin: 0 0 0.25em 0;
}
#user-login label.error-field {
  color: #ef4428;
}

#form-cover {
  align-items: center;
  background-color: rgba(7, 6, 8, 0.85);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
#form-cover span {
  color: #fff;
  display: block;
  font-weight: 700;
  text-align: center;
}

.login-username, .login-password {
  margin: 0;
}

.login-remember {
  margin: 0;
}
.login-remember label {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: start;
  width: auto;
}

.login-error {
  background-color: rgb(253.1298701299, 233.1428571429, 229.8701298701);
  border-radius: 0.5em;
  display: flex;
  gap: 0.5em;
  margin: 1.25em 0 0 0;
  max-width: 600px;
  padding: 0.5em 1em;
  width: 100%;
}
.login-error span {
  color: rgb(212.2077922078, 43.4285714286, 15.7922077922);
  display: block;
  font-weight: 400;
}
.login-error svg {
  color: #ef4428;
  display: block;
  height: 1em;
  width: 1em;
}

.client-area-main section {
  padding: 0.5em 0;
}
@media (min-width: 640px) {
  .client-area-main section {
    padding: 1.5em 0;
  }
}
.client-area-main section h2 span {
  font-size: 12px;
  font-weight: 400;
}
.client-area-main table {
  font-size: 14px;
  width: 100%;
}
.client-area-main table thead {
  background-color: rgb(60.7510204082, 12.9469387755, 0.2489795918);
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.client-area-main table thead th {
  padding: 8px;
}
@media (min-width: 1024px) {
  .client-area-main table thead th {
    padding: 16px;
  }
}
.client-area-main table tbody tr {
  cursor: pointer;
  transition: 0.2s;
}
.client-area-main table tbody tr:hover {
  background-color: #231f1f;
}
.client-area-main table tbody tr:hover .file-actions a {
  color: rgb(254.2081632653, 102.1755102041, 61.7918367347);
}
.client-area-main table tbody tr:hover .file-information {
  color: rgb(254.2081632653, 102.1755102041, 61.7918367347);
}
.client-area-main table tbody tr:nth-child(even) {
  background-color: #231f1f;
}
.client-area-main table tbody tr:nth-child(even):hover {
  background-color: #333232;
}
.client-area-main table tbody tr td {
  padding: 8px;
}
@media (min-width: 1024px) {
  .client-area-main table tbody tr td {
    padding: 12px 16px;
  }
}
.client-area-main table tbody tr td svg {
  display: block;
  height: 20px;
  width: 20px;
}

.client-area-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.client-area-top-main {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.client-area-top-main a {
  align-items: center;
  color: #fe3e0b;
  display: flex;
  font-weight: 700;
  gap: 4px;
  text-transform: uppercase;
  transition: 0.2s;
}
.client-area-top-main a:hover {
  color: rgb(213.1265306122, 45.4204081633, 0.8734693878);
}
.client-area-top-main a svg {
  display: block;
  height: 16px;
  width: 16px;
}

.client-area-top-selector form {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0 0 8px 0;
}
.client-area-top-selector form label {
  font-weight: 700;
  text-transform: uppercase;
}
.client-area-top-selector form select {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fe3e0b;
  display: block;
  padding: 8px 16px;
  width: auto;
}
.client-area-top-selector form select:focus {
  border-color: #fe3e0b;
}

.file-information {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  transition: 0.2s;
}
.file-information:hover {
  color: rgb(254.4163265306, 142.3510204082, 112.5836734694);
}

.file-actions {
  display: flex;
  gap: 16px;
}
.file-actions a {
  display: block;
  transition: 0.2s;
}
.file-actions a:hover {
  color: rgb(254.4163265306, 142.3510204082, 112.5836734694) !important;
}
.file-actions a.action-delete:hover {
  color: red !important;
}

.modal {
  display: none;
  position: relative;
  z-index: 1000;
}
.modal.is-open {
  display: block;
}

.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal-container {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  max-height: 100vh;
  max-width: 500px;
  overflow-y: auto;
}
@media (min-width: 640px) {
  .modal-container {
    min-width: 500px;
  }
}
.modal-container header {
  border-bottom: 1px solid rgb(212.5, 212.5, 212.5);
  display: flex;
  gap: 1em;
  justify-content: space-between;
  padding: 0.75em 1.25em;
}
.modal-container header h2 {
  color: #fe3e0b;
  font-size: 18px;
  text-transform: uppercase;
}
.modal-container footer {
  border-top: 1px solid rgb(212.5, 212.5, 212.5);
  display: flex;
  gap: 1em;
  justify-content: end;
  padding: 1em 1.25em;
}
.modal-container footer button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fe3e0b;
  background: linear-gradient(to bottom, #fe3e0b 0%, rgb(187.7306122449, 40.0081632653, 0.7693877551) 50%);
  background-position: 100% 0;
  background-size: 200% 200%;
  border-radius: 1.5em;
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px rgb(254.2081632653, 102.1755102041, 61.7918367347);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.8em 1.5em;
  text-transform: uppercase;
  transition: 0.2s;
}
.modal-container footer button:hover {
  transform: scale(1.05);
}
.modal-container footer button:active {
  transform: translateY(0.2em);
}
.modal-container footer button.cancel-button {
  background: none;
  box-shadow: none;
  color: #fe3e0b;
}
.modal-container footer button.delete-button {
  background: linear-gradient(to bottom, rgb(246.0649350649, 150.5714285714, 134.9350649351) 0%, #ef4428 50%);
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1), inset 0px 1px 4px 0px rgb(242.5324675325, 109.2857142857, 87.4675324675);
}

.choices {
  position: relative;
  margin: 0 0 1em 0;
}

.choices__list--dropdown {
  background-color: #fff;
  border: 1px solid #555555;
  border-radius: 0 0 8px 8px;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
}
.choices__list--dropdown .choices__item--choice {
  color: #555555;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 16px;
  transition: 0.2s;
}
.choices__list--dropdown .choices__item--choice:hover {
  background-color: #eeeeee;
}
.is-choices-open .choices__list--dropdown {
  border-top-color: #fe3e0b;
  display: block;
}

.choices__inner {
  border: 1px solid #555555;
  border-radius: 8px;
  padding: 0.35em 1em;
  min-height: 45px;
}
.choices__inner select {
  display: none;
}
.choices__inner .choices__input--cloned {
  display: none;
}
.is-choices-open .choices__inner {
  border-color: #fe3e0b;
  border-radius: 8px 8px 0 0;
}

.choices__list--multiple {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.choices__list--multiple .choices__item {
  align-items: center;
  background-color: #fe3e0b;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 14px;
  padding: 0 16px;
}
.choices__list--multiple .choices__item button {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  border: 0;
  border-left: 1px solid #fe3e0b;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 1;
  margin: 0 -12px 0 0;
  opacity: 0.75;
  padding: 0 16px;
  position: relative;
  text-indent: -9999px;
  transition: 0.2s;
  width: 8px;
}
.choices__list--multiple .choices__item button:hover {
  opacity: 1;
}

.modal-main-content {
  color: #555555;
  padding: 0.75em 1.25em;
}
.modal-main-content strong {
  color: #fe3e0b;
}
.modal-main-content form label {
  color: #555555;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  text-transform: uppercase;
}
.modal-main-content form input, .modal-main-content form select {
  border-color: #555555;
  border-width: 1px;
  color: #555555;
  font-size: 14px;
  transition: 0.2s;
}
.modal-main-content form input:focus, .modal-main-content form select:focus {
  border-color: #fe3e0b;
}
.modal-main-content form select {
  background: none;
  border-radius: 0.5em;
  padding: 0.7em 1.5em;
  margin-bottom: 1em;
}

.user-password {
  filter: blur(3px);
  transition: 1s;
}

.reveal-password {
  filter: blur(0px) !important;
  transition: 1s;
}

.major-action-button {
  align-items: center;
  background-color: #fe3e0b;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  gap: 6px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}
.major-action-button:hover {
  background-color: rgb(213.1265306122, 45.4204081633, 0.8734693878);
}
.major-action-button svg {
  display: block;
  height: 16px;
  min-width: 16px;
  width: 16px;
}

.actions-disabled a {
  cursor: not-allowed;
  opacity: 0.5;
}
