@font-face {
  font-family: GOTHAM_LIGHT;
  src: url(../fonts/GOTHAM_LIGHT.OTF);
}
@font-face {
  font-family: GOTHAM_BOLD;
  src: url(../fonts/GOTHAM_TITULOS.TTF);
}
* {
  font-family: GOTHAM_LIGHT;
}

.alert {
  position: sticky;
  padding: 2.3rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 1.5rem;
}

#layout-cliente .row {
  margin-left: 0;
  margin-right: 0;
}
#layout-cliente #main {
  height: 90vh;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  #layout-cliente #main {
    height: auto;
  }
}
#layout-cliente .navbar-toggler {
  outline: none;
  border: 0 none;
  box-shadow: none;
}
#layout-cliente .navbar-toggler .navbar-toggler-icon {
  content: url(../img/menu.png);
}
#layout-cliente #menu-lateral {
  z-index: 999;
  background-color: #00367e;
  height: 90vh;
  padding-left: 40px;
}
@media (min-width: 1400px) {
  #layout-cliente #menu-lateral {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  #layout-cliente #menu-lateral {
    height: auto;
  }
}
#layout-cliente #menu-lateral .navbar-brand {
  display: none;
}
@media (max-width: 991px) {
  #layout-cliente #menu-lateral .navbar-brand {
    display: block;
  }
}
#layout-cliente #menu-lateral .navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#layout-cliente #menu-lateral nav, #layout-cliente #menu-lateral .navbar-nav {
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  #layout-cliente #menu-lateral nav {
    flex-direction: row;
  }
}
#layout-cliente #menu-lateral #nav-links, #layout-cliente #menu-lateral .welcome {
  width: 100%;
}
@media (min-width: 991px) {
  #layout-cliente #menu-lateral #nav-links {
    flex-direction: column;
  }
}
#layout-cliente #menu-lateral .welcome {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (min-width: 991px) and (max-width: 1400px) {
  #layout-cliente #menu-lateral .welcome {
    margin-top: 15px;
  }
}
#layout-cliente #menu-lateral .welcome select {
  background-color: transparent;
  border: 0 none;
  color: #73bbd8;
}
#layout-cliente #menu-lateral h2 {
  color: #ffffff;
  font-family: GOTHAM_BOLD;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
}
#layout-cliente #menu-lateral select {
  padding: 0;
  outline: none;
  border: 0 none;
}
#layout-cliente #menu-lateral .nav-link {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#layout-cliente #menu-lateral .nav-link:hover {
  color: #73bbd8;
}
#layout-cliente #menu-lateral .nav-link.active {
  font-family: GOTHAM_BOLD;
  font-size: 1.1rem;
  line-height: 1.1rem;
}
#layout-cliente #menu-lateral .exit {
  text-transform: lowercase;
}
#layout-cliente #menu-lateral .exit span {
  content: url(../img/arrow-right.png);
  height: 8px;
}
#layout-cliente #welcome {
  background-image: url(../img/cliente/banner-cadastro.png);
  background-size: cover;
  width: 100vw;
  height: 90vh;
  display: table-cell;
  vertical-align: middle;
}
#layout-cliente #welcome .content {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#layout-cliente #welcome .content #logo {
  width: 20rem;
  margin-bottom: 10%;
  max-width: 100%;
}
@media (max-width: 991px) {
  #layout-cliente #welcome .content #logo {
    margin-bottom: 25%;
  }
}
#layout-cliente #welcome .content .titulo {
  padding-bottom: 2rem;
  text-transform: uppercase;
  font-family: GOTHAM_BOLD;
  font-weight: 900;
  font-size: 50px;
  color: #ffffff;
}
#layout-cliente #welcome .content .buttons {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
#layout-cliente #welcome .content .buttons a {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  height: 60px;
  font-weight: bolder;
  margin: 1rem;
}
@media (max-width: 991px) {
  #layout-cliente #welcome .content .buttons a {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #welcome .content .buttons a:hover {
  background-color: #73bbd8;
}
#layout-cliente #welcome .content .buttons a:hover span.secundario {
  border: 0 none;
}
#layout-cliente #welcome .content .buttons a span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #welcome .content .buttons a span.primario {
    height: 40px;
  }
}
#layout-cliente #welcome .content .buttons a span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #welcome .content .buttons a span.secundario {
    height: 40px;
  }
}
#layout-cliente #welcome .content #link-voltar {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#layout-cliente .usuario {
  height: 90vh;
  width: 100vw;
  background-color: #003B7B;
  display: table-cell;
  vertical-align: middle;
}
#layout-cliente .usuario#login .content {
  width: 30%;
}
@media (max-width: 1199px) {
  #layout-cliente .usuario#login .content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #layout-cliente .usuario#login .content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #layout-cliente .usuario#login .content {
    width: 90%;
  }
}
#layout-cliente .usuario#login .content #logo {
  margin-bottom: 10%;
}
#layout-cliente .usuario#cadastro .content {
  width: 60%;
}
#layout-cliente .usuario#cadastro .content .row > div {
  padding: 0;
}
#layout-cliente .usuario#cadastro .content .row > div.esquerda {
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  #layout-cliente .usuario#cadastro .content .row > div.esquerda {
    padding-right: 0;
  }
}
#layout-cliente .usuario#cadastro .content .row > div.direita {
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  #layout-cliente .usuario#cadastro .content .row > div.direita {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #layout-cliente .usuario#cadastro .content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #layout-cliente .usuario#cadastro .content {
    margin-top: 5vh;
    width: 90%;
  }
}
#layout-cliente .usuario#cadastro .content #logo {
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  #layout-cliente .usuario#cadastro .content #logo {
    margin-bottom: 5%;
  }
}
#layout-cliente .usuario .content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#layout-cliente .usuario .content #logo {
  height: auto;
  width: 18rem;
}
#layout-cliente .usuario .content form > * {
  margin-bottom: 1rem;
}
#layout-cliente .usuario .content form div.input {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#layout-cliente .usuario .content form div.input label {
  padding: 0.7rem;
  margin-left: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}
#layout-cliente .usuario .content form div.input input, #layout-cliente .usuario .content form div.input select {
  outline: none;
  padding: 0.7rem;
  border: 2px solid #000000;
  border-radius: 30px;
}
#layout-cliente .usuario .content form #recuperar-senha {
  display: block;
  text-align: left;
  font-weight: bolder;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
#layout-cliente .usuario .content form button[type=submit] {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  text-transform: uppercase;
  width: 60%;
  height: 50px !important;
  min-height: 2rem;
  padding: 0.7rem !important;
  margin-top: 0.7rem;
  font-weight: bolder;
  border: none;
  line-height: unset;
}
@media (max-width: 991px) {
  #layout-cliente .usuario .content form button[type=submit] {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente .usuario .content form button[type=submit]:hover {
  background-color: #73bbd8;
}
#layout-cliente .usuario .content form button[type=submit]:hover span.secundario {
  border: 0 none;
}
#layout-cliente .usuario .content form button[type=submit] span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente .usuario .content form button[type=submit] span.primario {
    height: 40px;
  }
}
#layout-cliente .usuario .content form button[type=submit] span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente .usuario .content form button[type=submit] span.secundario {
    height: 40px;
  }
}
#layout-cliente .usuario .content form button[type=submit] span {
  height: 50px !important;
}
#layout-cliente .usuario .content form button[type=submit] span.secundario {
  border: 2px solid #00367e;
}
#layout-cliente .usuario p {
  color: #ffffff;
  font-weight: bold;
}
#layout-cliente #bar-bottom {
  z-index: 999;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background-color: #f5f5f7;
}
#layout-cliente #bar-bottom p {
  margin-bottom: 0;
}
#layout-cliente #bar-bottom img {
  margin-right: 20px;
}
@media (min-width: 1400px) {
  #layout-cliente #bar-bottom {
    padding: 0 5%;
  }
}
#layout-cliente #treinamentos .listagem {
  background-color: #f2f2f2;
  padding-right: 0;
  padding-left: 0;
  padding-top: 50px;
}
#layout-cliente #treinamentos .listagem a {
  display: block;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1rem;
  text-align: center;
  padding: 20px 0;
}
#layout-cliente #treinamentos .listagem a.active {
  background-color: #E5E5E5;
  color: #00367e;
  font-family: GOTHAM_BOLD;
  font-size: 1.3rem;
  line-height: 1.4rem;
}
#layout-cliente #treinamentos .conteudo {
  padding-top: 50px;
  height: 90vh;
}
#layout-cliente #treinamentos .conteudo h1 {
  color: #00367e;
  font-family: GOTHAM_BOLD;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#layout-cliente #treinamentos .conteudo iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 1400px) {
  #layout-cliente #treinamentos .conteudo iframe {
    height: 400px;
  }
}
#layout-cliente #treinamentos .conteudo p {
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
#layout-cliente #treinamentos .conteudo .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-top: 50px;
}
@media (max-width: 991px) {
  #layout-cliente #treinamentos .conteudo .links {
    flex-direction: column;
  }
}
#layout-cliente #treinamentos .conteudo .prev {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 991px) {
  #layout-cliente #treinamentos .conteudo .prev {
    margin-bottom: 20px;
  }
}
#layout-cliente #treinamentos .conteudo .prev:hover {
  color: #02387f;
}
#layout-cliente #treinamentos .conteudo .next {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  display: inline-block;
  color: #000000;
}
@media (max-width: 991px) {
  #layout-cliente #treinamentos .conteudo .next {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #treinamentos .conteudo .next:hover {
  background-color: #73bbd8;
}
#layout-cliente #treinamentos .conteudo .next:hover span.secundario {
  border: 0 none;
}
#layout-cliente #treinamentos .conteudo .next span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #treinamentos .conteudo .next span.primario {
    height: 40px;
  }
}
#layout-cliente #treinamentos .conteudo .next span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #treinamentos .conteudo .next span.secundario {
    height: 40px;
  }
}
#layout-cliente #materiais .scroll {
  overflow-y: scroll;
  max-height: 580px;
}
@media (min-width: 1400px) {
  #layout-cliente #materiais .scroll {
    max-height: 850px;
  }
}
#layout-cliente #materiais .listagem {
  background-color: #f2f2f2;
  padding-right: 0;
  padding-left: 0;
}
#layout-cliente #materiais .listagem a {
  display: block;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1rem;
  text-align: center;
  padding: 20px 0;
}
#layout-cliente #materiais .listagem a.active {
  background-color: #E5E5E5;
  color: #00367e;
  font-family: GOTHAM_BOLD;
  font-size: 1.1rem;
  line-height: 1.4rem;
}
#layout-cliente #materiais .listagem p.produto {
  padding-top: 50px;
  text-align: center;
  color: #00367e;
  font-family: GOTHAM_BOLD;
  font-size: 2rem;
  line-height: 1.6rem;
  border-bottom: 2px solid #00367e;
  padding-bottom: 10px;
}
#layout-cliente #materiais .conteudo {
  padding-top: 50px;
  height: 90vh;
}
#layout-cliente #materiais .conteudo h1 {
  color: #00367e;
  font-family: GOTHAM_BOLD;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#layout-cliente #materiais .conteudo iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 1400px) {
  #layout-cliente #materiais .conteudo iframe {
    height: 400px;
  }
}
#layout-cliente #materiais .conteudo p {
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
#layout-cliente #materiais .conteudo .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-top: 50px;
}
@media (max-width: 991px) {
  #layout-cliente #materiais .conteudo .links {
    flex-direction: column;
  }
}
#layout-cliente #materiais .conteudo .download {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  display: inline-block;
  color: #000000;
  margin-left: auto;
}
@media (max-width: 991px) {
  #layout-cliente #materiais .conteudo .download {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #materiais .conteudo .download:hover {
  background-color: #73bbd8;
}
#layout-cliente #materiais .conteudo .download:hover span.secundario {
  border: 0 none;
}
#layout-cliente #materiais .conteudo .download span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #materiais .conteudo .download span.primario {
    height: 40px;
  }
}
#layout-cliente #materiais .conteudo .download span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #materiais .conteudo .download span.secundario {
    height: 40px;
  }
}
#layout-cliente #novidades {
  height: 90vh;
  overflow-x: hidden;
}
#layout-cliente #novidades .swiper-produtos {
  height: 90vh;
  display: block;
}
#layout-cliente #novidades .banner {
  height: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#layout-cliente #novidades .banner a {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  height: 45px;
  display: inline-block;
  color: #000000;
  margin-left: auto;
  position: absolute;
  top: 65%;
  font-family: GOTHAM_BOLD;
  right: 20%;
  font-size: 0.9rem;
  line-height: 46px !important;
  padding: 0 30px;
}
@media (max-width: 991px) {
  #layout-cliente #novidades .banner a {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #novidades .banner a:hover {
  background-color: #73bbd8;
}
#layout-cliente #novidades .banner a:hover span.secundario {
  border: 0 none;
}
#layout-cliente #novidades .banner a span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #novidades .banner a span.primario {
    height: 40px;
  }
}
#layout-cliente #novidades .banner a span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #novidades .banner a span.secundario {
    height: 40px;
  }
}
@media (max-width: 991px) {
  #layout-cliente #novidades .banner a {
    right: 30%;
  }
}
#layout-cliente #novidades .banner a .primario, #layout-cliente #novidades .banner a .secundario {
  height: 45px !important;
}
#layout-cliente #novidades .banner a.branco {
  color: #ffffff;
}
#layout-cliente #novidades .swiper-button-prev {
  position: absolute;
  left: 26%;
}
@media (max-width: 991px) {
  #layout-cliente #novidades .swiper-button-prev {
    left: 0%;
  }
}
#layout-cliente #lembretes .top {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  height: 60vh;
}
@media (min-width: 1400px) {
  #layout-cliente #lembretes .top {
    padding-left: 110px;
  }
}
#layout-cliente #lembretes .img {
  background-color: #003ff5;
  overflow: hidden;
  position: relative;
  width: 40%;
}
@media (max-width: 991px) {
  #layout-cliente #lembretes .img {
    display: none;
  }
}
#layout-cliente #lembretes .img img {
  position: absolute;
  top: 20px;
  right: -50px;
}
#layout-cliente #lembretes h2 {
  font-family: GOTHAM_BOLD;
  color: #00367e;
  text-transform: uppercase;
  padding-top: 50px;
  font-size: 2.1rem;
  line-height: 2.1rem;
  margin-bottom: 30px;
}
#layout-cliente #lembretes h3 {
  font-family: GOTHAM_BOLD;
  color: #00367e;
  text-transform: uppercase;
  padding-top: 50px;
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-bottom: 15px;
}
#layout-cliente #lembretes p {
  color: #000000;
}
#layout-cliente #lembretes .links {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #layout-cliente #lembretes .links {
    flex-direction: column;
  }
}
#layout-cliente #lembretes .buscar {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  display: inline-block;
  color: #000000;
  margin-left: auto;
  padding: 0 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #layout-cliente #lembretes .buscar {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #lembretes .buscar:hover {
  background-color: #73bbd8;
}
#layout-cliente #lembretes .buscar:hover span.secundario {
  border: 0 none;
}
#layout-cliente #lembretes .buscar span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #lembretes .buscar span.primario {
    height: 40px;
  }
}
#layout-cliente #lembretes .buscar span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #lembretes .buscar span.secundario {
    height: 40px;
  }
}
@media (max-width: 991px) {
  #layout-cliente #lembretes .buscar {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
#layout-cliente #lembretes .ja-resolvi {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 30px;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.2s linear;
  white-space: nowrap;
  display: inline-block;
  margin-left: 40px;
  border: 2px solid #000000;
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  #layout-cliente #lembretes .ja-resolvi {
    margin-left: 0;
    height: 40px;
    line-height: 40px;
  }
}
#layout-cliente #lembretes .ja-resolvi:hover {
  background-color: #000000;
  color: #ffffff;
}
#layout-cliente #lembretes .bottom {
  background-color: #E5E5E5;
  height: 40vh;
  padding-left: 20px;
  padding-top: 50px;
  z-index: 999;
}
@media (min-width: 1400px) {
  #layout-cliente #lembretes .bottom {
    padding-left: 110px;
  }
}
@media (max-width: 991px) {
  #layout-cliente #lembretes .bottom {
    height: auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
#layout-cliente #lembretes .bottom h3 {
  font-family: GOTHAM_BOLD;
  color: #00367e;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-bottom: 20px;
}
#layout-cliente #lembretes .bottom p {
  color: #000000;
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.1rem;
}
#layout-cliente #sac {
  height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000000;
}
@media (max-width: 991px) {
  #layout-cliente #sac {
    height: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
#layout-cliente #sac h1, #layout-cliente #sac h2 {
  color: #00367e;
  font-family: GOTHAM_BOLD;
  font-weight: bolder;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}
#layout-cliente #sac h1 {
  font-size: 38px;
}
#layout-cliente #sac h2 {
  font-size: 26px;
}
#layout-cliente #sac .content {
  margin-top: 3rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#layout-cliente #sac .btn-sacs {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 991px) {
  #layout-cliente #sac .btn-sacs {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #sac .btn-sacs:hover {
  background-color: #73bbd8;
}
#layout-cliente #sac .btn-sacs:hover span.secundario {
  border: 0 none;
}
#layout-cliente #sac .btn-sacs span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #sac .btn-sacs span.primario {
    height: 40px;
  }
}
#layout-cliente #sac .btn-sacs span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #sac .btn-sacs span.secundario {
    height: 40px;
  }
}
#layout-cliente #sac .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#layout-cliente #sac .buttons .btn {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  color: #000000;
  font-weight: bold;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  #layout-cliente #sac .buttons .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #sac .buttons .btn:hover {
  background-color: #73bbd8;
}
#layout-cliente #sac .buttons .btn:hover span.secundario {
  border: 0 none;
}
#layout-cliente #sac .buttons .btn span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #sac .buttons .btn span.primario {
    height: 40px;
  }
}
#layout-cliente #sac .buttons .btn span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #sac .buttons .btn span.secundario {
    height: 40px;
  }
}
#layout-cliente #sac .buttons .btn:hover {
  color: #ffffff;
}
#layout-cliente #sac .abertos {
  margin-bottom: 1rem;
}
#layout-cliente #sac .abertos .pergunta {
  color: #00367e;
  font-weight: 500;
}
#layout-cliente #sac #duvidas-frequentes .duvida {
  background-color: #f5f5f7;
  padding: 2rem;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 15px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  #layout-cliente #sac #duvidas-frequentes .duvida {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (max-width: 767px) {
  #layout-cliente #sac #duvidas-frequentes .duvida {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
#layout-cliente #sac #duvidas-frequentes .duvida p.duvida-titulo {
  color: #00367e;
  margin-left: 1.25rem;
  cursor: pointer;
}
#layout-cliente #sac #duvidas-frequentes .duvida p.duvida-titulo::after {
  float: right;
  display: block;
  content: "";
  background: url(../img/arrow-down.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
  width: 20px;
  height: 20px;
}
#layout-cliente #pagina-inicial {
  padding-top: 50px;
  overflow-x: hidden;
}
#layout-cliente #pagina-inicial h2 {
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #00367e;
  margin-bottom: 20px;
  font-family: GOTHAM_BOLD;
}
#layout-cliente #pagina-inicial .swiper {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
#layout-cliente #pagina-inicial .swiper-slide {
  display: flex;
  justify-content: center;
}
#layout-cliente #pagina-inicial .swiper-slide .item {
  height: 140px;
  width: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
#layout-cliente #pagina-inicial .swiper-slide .item.active {
  border-radius: 100%;
  background-color: #cfd5e7;
}
#layout-cliente #pagina-inicial .swiper-slide .item.active img {
  opacity: 1;
}
#layout-cliente #pagina-inicial .swiper-slide img {
  max-width: 100px;
  height: auto;
  margin-bottom: 5px;
  opacity: 0.5;
}
#layout-cliente #pagina-inicial .swiper-slide p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1rem;
}
#layout-cliente #pagina-inicial .btn-new a {
  text-decoration: none;
  color: #000000;
  text-align: center;
  display: block;
}
#layout-cliente #pagina-inicial .btn-new a:hover {
  color: #00367e;
}
#layout-cliente #pagina-inicial .btn-new a:hover span {
  color: #00367e;
}
#layout-cliente #pagina-inicial .btn-new span {
  display: block;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
#layout-cliente #pagina-inicial .cliente {
  background: #0040fe;
  background: linear-gradient(90deg, #0040fe 37%, #003acb 62%, #003393 100%);
  position: relative;
  overflow: hidden;
  height: 54.5vh;
}
@media (max-width: 991px) {
  #layout-cliente #pagina-inicial .cliente {
    height: auto;
  }
}
@media (min-width: 1400px) {
  #layout-cliente #pagina-inicial .cliente {
    height: 65vh;
  }
}
#layout-cliente #pagina-inicial .cliente img {
  max-height: 600px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 0;
}
@media (max-width: 991px) {
  #layout-cliente #pagina-inicial .cliente img {
    display: none;
  }
}
#layout-cliente #pagina-inicial .cliente .top {
  width: 40%;
  padding-top: 30px;
}
@media (max-width: 991px) {
  #layout-cliente #pagina-inicial .cliente .top {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #layout-cliente #pagina-inicial .cliente .top {
    padding-top: 60px;
  }
}
#layout-cliente #pagina-inicial .cliente .top h3, #layout-cliente #pagina-inicial .cliente .top p {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
#layout-cliente #pagina-inicial .cliente .top h3 {
  font-family: GOTHAM_BOLD;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#layout-cliente #pagina-inicial .cliente .top p {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 30px;
}
#layout-cliente #pagina-inicial .cliente .top .btn-lembrete {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  display: inline-block;
  margin-left: 25%;
  padding: 0 30px;
  font-weight: 600;
}
@media (max-width: 991px) {
  #layout-cliente #pagina-inicial .cliente .top .btn-lembrete {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #pagina-inicial .cliente .top .btn-lembrete:hover {
  background-color: #73bbd8;
}
#layout-cliente #pagina-inicial .cliente .top .btn-lembrete:hover span.secundario {
  border: 0 none;
}
#layout-cliente #pagina-inicial .cliente .top .btn-lembrete span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #pagina-inicial .cliente .top .btn-lembrete span.primario {
    height: 40px;
  }
}
#layout-cliente #pagina-inicial .cliente .top .btn-lembrete span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #pagina-inicial .cliente .top .btn-lembrete span.secundario {
    height: 40px;
  }
}
@media (max-width: 767px) {
  #layout-cliente #pagina-inicial .cliente .top .btn-lembrete {
    margin-bottom: 30px;
    margin-left: 22%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #layout-cliente #pagina-inicial .cliente .top .btn-lembrete {
    margin-bottom: 30px;
    margin-left: 36%;
  }
}
@media (min-width: 1400px) {
  #layout-cliente #pagina-inicial .cliente .top .btn-lembrete {
    margin-left: 31%;
  }
}
#layout-cliente #pagina-inicial .cliente .bottom {
  display: flex;
  justify-content: space-between;
  z-index: 999;
  background-color: rgba(207, 213, 231, 0.6);
  padding: 30px 6%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  #layout-cliente #pagina-inicial .cliente .bottom {
    position: initial;
    flex-direction: column;
    background-color: #cfd5e7;
  }
}
@media (min-width: 1400px) {
  #layout-cliente #pagina-inicial .cliente .bottom {
    padding: 60px 6%;
  }
}
#layout-cliente #pagina-inicial .cliente .bottom h3 {
  color: #00367e;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-family: GOTHAM_BOLD;
}
#layout-cliente #pagina-inicial .cliente .bottom a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 991px) {
  #layout-cliente #pagina-inicial .cliente .bottom a {
    margin-bottom: 20px;
    display: block;
  }
}
#layout-cliente #pagina-inicial .cliente .bottom a span {
  font-size: 0.8rem;
  margin-left: 2px;
}
#layout-cliente #pagina-inicial .cliente .bottom a:hover {
  text-decoration: underline;
}
#layout-cliente #pagina-inicial .swiper-button-next, #layout-cliente #pagina-inicial .swiper-button-prev {
  background-image: none;
  outline: none;
}
#layout-cliente #pagina-inicial .swiper-button-next span {
  content: url(../img/right-arrow.png);
  height: 20px;
}
#layout-cliente #pagina-inicial .swiper-button-prev span {
  content: url(../img/left-arrow.png);
  height: 20px;
}
#layout-cliente #editar {
  background-color: #ffffff;
  color: #00367e;
}
#layout-cliente #editar .content {
  width: 60%;
}
#layout-cliente #editar .content .row > div {
  padding: 0;
}
#layout-cliente #editar .content .row > div.esquerda {
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  #layout-cliente #editar .content .row > div.esquerda {
    padding-right: 0;
  }
}
#layout-cliente #editar .content .row > div.direita {
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  #layout-cliente #editar .content .row > div.direita {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #layout-cliente #editar .content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #layout-cliente #editar .content {
    margin-top: 5vh;
    width: 90%;
  }
}
#layout-cliente #editar h2 {
  color: #00367e;
  text-transform: uppercase;
  font-family: GOTHAM_BOLD;
  margin-bottom: 0;
}
#layout-cliente #editar form label {
  color: #00367e;
}
#layout-cliente #editar form button {
  color: #000000;
}
#layout-cliente .modal .modal-dialog .modal-header {
  border: unset;
}
@media (max-width: 991px) {
  #layout-cliente .modal .modal-dialog .modal-content {
    padding: 1.5rem;
    border-radius: 0.4rem;
    border-color: #ffffff;
  }
}
@media (min-width: 992px) {
  #layout-cliente .modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    max-width: 75vw;
  }
  #layout-cliente .modal .modal-dialog .modal-content {
    height: 90vh;
    border: unset;
    padding: 3rem 4rem;
  }
}
#layout-cliente .modal .modal-dialog .btn-close {
  opacity: 0.7;
  margin: -0.5rem -0.5rem 0.25rem auto;
}
#layout-cliente .modal-backdrop.show {
  background-color: #ffffff !important;
  opacity: 0.7 !important;
}
#layout-cliente #modal-equipamentos h1 {
  text-transform: uppercase;
  color: #00367e;
  font-weight: bolder;
  font-family: GOTHAM_BOLD;
}
#layout-cliente #modal-equipamentos p {
  color: #000000;
}
#layout-cliente #modal-equipamentos form .fields div.input {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  #layout-cliente #modal-equipamentos form .fields div.input {
    flex: 0 0 auto;
    width: 50%;
  }
}
#layout-cliente #modal-equipamentos form .fields div.input label {
  padding: 0.7rem;
  margin-left: 10px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
}
#layout-cliente #modal-equipamentos form .fields div.input input {
  padding: 0.7rem;
  border: 2px solid #000000;
  border-radius: 30px;
}
@media (min-width: 992px) {
  #layout-cliente #modal-equipamentos form .fields div.input input.left {
    margin-right: 0.5rem;
  }
  #layout-cliente #modal-equipamentos form .fields div.input input.right {
    margin-left: 0.5rem;
  }
}
#layout-cliente #modal-equipamentos form .fields div.input input::placeholder {
  color: #000000;
}
#layout-cliente #modal-equipamentos form button[type=submit] {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  color: black;
  text-transform: uppercase;
  height: 50px !important;
  min-height: 2rem;
  padding: 0.7rem 3.5rem !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: 2.5rem;
  font-weight: bolder;
  border: none;
  line-height: unset;
  float: right;
}
@media (max-width: 991px) {
  #layout-cliente #modal-equipamentos form button[type=submit] {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #modal-equipamentos form button[type=submit]:hover {
  background-color: #73bbd8;
}
#layout-cliente #modal-equipamentos form button[type=submit]:hover span.secundario {
  border: 0 none;
}
#layout-cliente #modal-equipamentos form button[type=submit] span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #modal-equipamentos form button[type=submit] span.primario {
    height: 40px;
  }
}
#layout-cliente #modal-equipamentos form button[type=submit] span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #modal-equipamentos form button[type=submit] span.secundario {
    height: 40px;
  }
}
#layout-cliente #modal-equipamentos form button[type=submit] span {
  height: 50px !important;
}
#layout-cliente #modal-equipamentos form button[type=submit] span.secundario {
  border: 2px solid #c5c5c5;
}
#layout-cliente #modal-assistencias .modal-body,
#layout-cliente #modal-distribuidores .modal-body {
  overflow-y: scroll;
  overflow-x: hidden;
}
#layout-cliente #modal-assistencias h1.modal-title,
#layout-cliente #modal-distribuidores h1.modal-title {
  color: #00367e;
  text-transform: uppercase;
  font-family: GOTHAM_BOLD;
  font-size: 35px;
}
#layout-cliente #modal-assistencias .assistencias,
#layout-cliente #modal-distribuidores .assistencias {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#layout-cliente #modal-assistencias .assistencias h5,
#layout-cliente #modal-distribuidores .assistencias h5 {
  color: #00367e;
  text-transform: uppercase;
  font-family: GOTHAM_BOLD;
  font-size: 16px;
}
#layout-cliente #modal-assistencias .assistencias .assistencia strong,
#layout-cliente #modal-distribuidores .assistencias .assistencia strong {
  font-weight: 900;
  font-family: GOTHAM_BOLD;
}
#layout-cliente #modal-assistencias .assistencias .assistencia p,
#layout-cliente #modal-distribuidores .assistencias .assistencia p {
  margin-bottom: 0;
}
#layout-cliente #modal-assistencias form,
#layout-cliente #modal-distribuidores form {
  background-color: #f5f5f7;
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 3rem;
  border-radius: 50px;
  margin-left: -3rem;
  margin-right: -3rem;
}
@media (max-width: 991px) {
  #layout-cliente #modal-assistencias form,
#layout-cliente #modal-distribuidores form {
    margin-left: 0;
    margin-right: 0;
  }
}
#layout-cliente #modal-assistencias form h2,
#layout-cliente #modal-distribuidores form h2 {
  color: #00367e;
  text-transform: uppercase;
  font-family: GOTHAM_BOLD;
}
#layout-cliente #modal-assistencias form .input.select label,
#layout-cliente #modal-distribuidores form .input.select label {
  display: none;
}
#layout-cliente #modal-assistencias form .input.select select,
#layout-cliente #modal-distribuidores form .input.select select {
  padding: 0.7rem;
  border: 2px solid #000000;
  background-color: transparent;
  border-radius: 30px;
  width: 85%;
  margin-left: 1rem;
  margin-right: 1rem;
  appearance: none;
  background: url(../img/arrow-down.png) no-repeat right;
  background-size: 15px;
  background-position-x: 92%;
  filter: grayscale(1) contrast(3);
}
@media (max-width: 991px) {
  #layout-cliente #modal-assistencias form .input.select select,
#layout-cliente #modal-distribuidores form .input.select select {
    width: 100%;
    margin: 0;
    background-position-x: 95%;
  }
}
@media (max-width: 991px) {
  #layout-cliente #modal-assistencias form .input.select,
#layout-cliente #modal-distribuidores form .input.select {
    margin-bottom: 1rem;
  }
}
#layout-cliente #modal-assistencias form button[type=submit],
#layout-cliente #modal-distribuidores form button[type=submit] {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  color: black;
  text-transform: uppercase;
  height: 50px !important;
  min-height: 2rem;
  padding: 0.7rem 3.5rem !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  font-weight: bolder;
  border: none;
  line-height: unset;
  float: right;
}
@media (max-width: 991px) {
  #layout-cliente #modal-assistencias form button[type=submit],
#layout-cliente #modal-distribuidores form button[type=submit] {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #modal-assistencias form button[type=submit]:hover,
#layout-cliente #modal-distribuidores form button[type=submit]:hover {
  background-color: #73bbd8;
}
#layout-cliente #modal-assistencias form button[type=submit]:hover span.secundario,
#layout-cliente #modal-distribuidores form button[type=submit]:hover span.secundario {
  border: 0 none;
}
#layout-cliente #modal-assistencias form button[type=submit] span.primario,
#layout-cliente #modal-distribuidores form button[type=submit] span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #modal-assistencias form button[type=submit] span.primario,
#layout-cliente #modal-distribuidores form button[type=submit] span.primario {
    height: 40px;
  }
}
#layout-cliente #modal-assistencias form button[type=submit] span.secundario,
#layout-cliente #modal-distribuidores form button[type=submit] span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #modal-assistencias form button[type=submit] span.secundario,
#layout-cliente #modal-distribuidores form button[type=submit] span.secundario {
    height: 40px;
  }
}
#layout-cliente #modal-assistencias form button[type=submit] span,
#layout-cliente #modal-distribuidores form button[type=submit] span {
  height: 50px !important;
}
#layout-cliente #modal-assistencias form button[type=submit] span.secundario,
#layout-cliente #modal-distribuidores form button[type=submit] span.secundario {
  border: 2px solid #c5c5c5;
}
#layout-cliente #modal-sac h1.modal-title {
  color: #00367e;
  text-transform: uppercase;
  font-family: GOTHAM_BOLD;
  font-size: 42px;
}
#layout-cliente #modal-sac form select {
  width: 100%;
  height: 50px;
}
#layout-cliente #modal-sac form .fields .input.text {
  flex: 0 0 auto;
  width: 100%;
}
#layout-cliente #modal-sac form .fields .input.textarea {
  flex: 0 0 auto;
  width: 100%;
}
#layout-cliente #modal-sac form .fields .input.file {
  display: none;
}
#layout-cliente #modal-sac form .fields .anexo {
  display: flex;
  margin-top: 2rem;
}
#layout-cliente #modal-sac form .fields .anexo * {
  padding: 1rem;
  font-size: 16px;
  font-weight: bolder;
}
#layout-cliente #modal-sac form .fields .anexo #btn-anexo {
  color: #00367e;
  text-decoration: none;
  text-transform: uppercase;
}
#layout-cliente #modal-sac form .fields .anexo #btn-anexo img {
  padding: 0;
}
#layout-cliente #modal-sac form .fields .anexo #texto-anexo {
  color: #000000;
}
#layout-cliente #modal-sac form .fields .input {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
#layout-cliente #modal-sac form .fields .input label {
  padding: 0.7rem;
  margin-left: 10px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
}
#layout-cliente #modal-sac form .fields .input input,
#layout-cliente #modal-sac form .fields .input textarea {
  padding: 0.7rem;
  border: 2px solid #000000;
  border-radius: 30px;
}
@media (min-width: 992px) {
  #layout-cliente #modal-sac form .fields .input input.left,
#layout-cliente #modal-sac form .fields .input textarea.left {
    margin-right: 0.5rem;
  }
  #layout-cliente #modal-sac form .fields .input input.right,
#layout-cliente #modal-sac form .fields .input textarea.right {
    margin-left: 0.5rem;
  }
}
#layout-cliente #modal-sac form .fields .input input::placeholder,
#layout-cliente #modal-sac form .fields .input textarea::placeholder {
  color: #000000;
}
#layout-cliente #modal-sac form .fields .input select {
  padding: 0.7rem;
  background-color: transparent;
  border: 2px solid #000000;
  border-radius: 30px;
}
#layout-cliente #modal-sac form button[type=submit] {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  color: black;
  text-transform: uppercase;
  height: 50px !important;
  min-height: 2rem;
  padding: 0.7rem 3.5rem !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: 2.5rem;
  font-weight: bolder;
  border: none;
  line-height: unset;
  float: right;
}
@media (max-width: 991px) {
  #layout-cliente #modal-sac form button[type=submit] {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #modal-sac form button[type=submit]:hover {
  background-color: #73bbd8;
}
#layout-cliente #modal-sac form button[type=submit]:hover span.secundario {
  border: 0 none;
}
#layout-cliente #modal-sac form button[type=submit] span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #modal-sac form button[type=submit] span.primario {
    height: 40px;
  }
}
#layout-cliente #modal-sac form button[type=submit] span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #modal-sac form button[type=submit] span.secundario {
    height: 40px;
  }
}
#layout-cliente #modal-sac form button[type=submit] span {
  height: 50px !important;
}
#layout-cliente #modal-sac form button[type=submit] span.secundario {
  border: 2px solid #c5c5c5;
}
@media (max-width: 991px) {
  #layout-cliente #sac-listagem .modal-header, #layout-cliente #sac-historico .modal-header {
    display: flex;
    flex-direction: column;
  }
}
#layout-cliente #sac-listagem textarea[name=mensagem], #layout-cliente #sac-historico textarea[name=mensagem] {
  width: 95%;
  height: 60px;
  margin-left: 30px;
  border-radius: 5px;
  border: 1px solid #00367e;
  outline: none;
}
@media (max-width: 991px) {
  #layout-cliente #sac-listagem textarea[name=mensagem], #layout-cliente #sac-historico textarea[name=mensagem] {
    width: 90%;
  }
}
#layout-cliente #sac-listagem input[type=submit], #layout-cliente #sac-historico input[type=submit] {
  border: 0 none;
  background-color: #00367e;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 600;
  outline: none;
  margin-bottom: 40px;
  margin-left: 30px;
}
#layout-cliente #sac-listagem .modal-body, #layout-cliente #sac-historico .modal-body {
  overflow-y: scroll;
  max-height: 650px;
}
#layout-cliente #sac-listagem h1.modal-title, #layout-cliente #sac-historico h1.modal-title {
  color: #00367e;
  text-transform: uppercase;
  font-family: GOTHAM_BOLD;
  font-size: 42px;
}
#layout-cliente #sac-listagem .item, #layout-cliente #sac-historico .item {
  margin-bottom: 40px;
}
#layout-cliente #sac-listagem select, #layout-cliente #sac-historico select {
  margin-right: 60px;
  margin-left: 10px;
  height: 35px;
  border: 2px solid #000000;
  border-radius: 20px;
  padding: 0 30px;
  background-color: transparent;
  outline: none;
}
@media (max-width: 991px) {
  #layout-cliente #sac-listagem select, #layout-cliente #sac-historico select {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #layout-cliente #sac-listagem .btn-close, #layout-cliente #sac-historico .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
#layout-cliente #sac-listagem .arquivo-sac, #layout-cliente #sac-historico .arquivo-sac {
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
}
#layout-cliente #sac-listagem h3, #layout-cliente #sac-historico h3 {
  color: #00367e;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
  margin-left: 30px;
}
#layout-cliente #sac-listagem p, #layout-cliente #sac-historico p {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0;
  margin-bottom: 10px;
  margin-left: 30px;
  max-width: 600px;
  overflow-x: hidden;
  white-space: pre-wrap;
  word-break: break-all;
}
#layout-cliente #sac-listagem .criado, #layout-cliente #sac-historico .criado {
  font-size: 0.8rem;
  margin-top: -10px;
}
#layout-cliente #sac-listagem .msg-cliente, #layout-cliente #sac-historico .msg-cliente {
  display: grid;
  justify-content: flex-end;
  margin-right: 29px;
}
#layout-cliente #sac-listagem a, #layout-cliente #sac-historico a {
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #00367e;
  margin-left: 30px;
}
#layout-cliente #sac-listagem a span, #layout-cliente #sac-historico a span {
  font-size: 0.85rem;
  margin-left: 5px;
}
#layout-cliente #sac-listagem .voltar, #layout-cliente #sac-historico .voltar {
  color: #000000;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: flex;
  align-items: center;
}
#layout-cliente #sac-listagem .voltar span, #layout-cliente #sac-historico .voltar span {
  font-size: 0.7rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #sac-historico .modal-content {
    height: 100vh;
  }
}
#layout-cliente #sac-historico h3 {
  margin-bottom: 40px;
}
#layout-cliente #sac-historico .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#layout-cliente #sac-historico a.btn {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s linear;
  white-space: nowrap;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991px) {
  #layout-cliente #sac-historico a.btn {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
#layout-cliente #sac-historico a.btn:hover {
  background-color: #73bbd8;
}
#layout-cliente #sac-historico a.btn:hover span.secundario {
  border: 0 none;
}
#layout-cliente #sac-historico a.btn span.primario {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid #73bbd8;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
@media (max-width: 991px) {
  #layout-cliente #sac-historico a.btn span.primario {
    height: 40px;
  }
}
#layout-cliente #sac-historico a.btn span.secundario {
  z-index: 1;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media (max-width: 991px) {
  #layout-cliente #sac-historico a.btn span.secundario {
    height: 40px;
  }
}

/*# sourceMappingURL=cliente.css.map */
