@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
div#content[role=produto] .titulo-superior-produto-aa {
  color: #db0b2c;
  margin-bottom: 0;
  font-size: 24px;
}

header {
  position: relative;
}
header .sep {
  width: 1px;
  background-color: #a7a8aa;
  height: 50px;
}
header ul.menus {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header ul.menus li a {
  z-index: 150;
  position: relative;
}
header ul.menus li ul {
  margin-left: 0 !important;
  top: 75% !important;
}
header ul.menus li ul li a {
  padding-inline: 15px;
}
@media (max-width: 1023px) {
  header ul.menus li {
    margin-right: 1.5rem;
  }
}
header .lima {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35px;
}
@media (max-width: 880px) {
  header .lima {
    bottom: -35px;
  }
}
header .menu-novo {
  border-top: 1px solid #a7a8aa;
  border-bottom: 1px solid #a7a8aa;
}

header ul.menus li {
  padding: 0 !important;
}

.conteudo-licenciamento {
  max-width: 1500px;
  margin: auto;
  padding: 30px 15px;
}
.conteudo-licenciamento .botao {
  display: inline-block;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 20px;
  background-color: #db0b2c;
  color: white;
}
.conteudo-licenciamento .box-logos {
  display: flex;
  gap: 10px 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 20px;
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
}
.conteudo-licenciamento .box-logos img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.conteudo-licenciamento .texto {
  font-size: 18px;
}
.conteudo-licenciamento .texto .text-small {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
}
.conteudo-licenciamento .texto h3 {
  color: #db0b2c;
  font-weight: 700;
  text-align: center;
  margin-top: 70px;
}
.conteudo-licenciamento .representantes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  flex: 1;
}
.conteudo-licenciamento .representantes .box-representante {
  background-color: #ebebeb;
  padding: 10px;
  border: 1px solid #afafaf;
  width: 300px;
}
.conteudo-licenciamento .representantes .box-representante .estado {
  background-color: #e0e0e0;
  font-weight: 700;
  border-radius: 5px;
  padding: 2px 10px;
  display: inline-block;
  float: right;
}
.conteudo-licenciamento .representantes .box-representante p {
  margin: 0;
}
.conteudo-licenciamento .representantes .box-representante .title {
  font-weight: 700;
  font-size: 21px;
}
.conteudo-licenciamento .representantes .box-representante .subtitle {
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.conteudo-licenciamento .row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.mapa-licenciamento #svg-map path {
  fill: #b7b7b7;
  cursor: no-drop;
}
.mapa-licenciamento #svg-map text {
  fill: #fff;
  font-size: 14px;
  cursor: no-drop;
}
.mapa-licenciamento #svg-map a.enabled text {
  cursor: pointer;
}
.mapa-licenciamento #svg-map a.enabled path,
.mapa-licenciamento #svg-map a.enabled circle {
  fill: #323232;
  cursor: pointer;
}
.mapa-licenciamento #svg-map a.enabled:hover path,
.mapa-licenciamento #svg-map a.enabled:hover circle {
  fill: #ff6881;
}
.mapa-licenciamento #svg-map a.active path,
.mapa-licenciamento #svg-map a.active circle {
  fill: #db0b2c !important;
}

.conteudo-diversidade-e-inclusao {
  max-width: 1500px;
  margin: auto;
  padding: 30px 15px;
}
.conteudo-diversidade-e-inclusao .botao {
  display: inline-block;
  background-color: #db0b2c;
  color: white;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 8px;
}
.conteudo-diversidade-e-inclusao .botao i {
  margin-right: 5px;
  vertical-align: middle;
}
.conteudo-diversidade-e-inclusao em,
.conteudo-diversidade-e-inclusao h2,
.conteudo-diversidade-e-inclusao h3 {
  color: #db0b2c;
}
.conteudo-diversidade-e-inclusao h4 {
  border: 1px solid #db0b2c;
  padding: 20px;
  font-size: 20px;
}

/*  admin select padrão */
.formSelect {
  width: 100%;
  border: 1px solid #ededed;
  padding: 7px;
}

.tabela-populacao h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.tabela-populacao th {
  background-color: rgba(86, 86, 86, 0.1254901961);
  text-transform: uppercase;
  color: #000;
}

.tamain {
  height: 230px;
  overflow-y: auto;
}

/*  REPRESENTANTES  */
.divGestores {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
.divGestores.aberto {
  height: 100%;
}

.gestaoComercial {
  font-weight: 700;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3px 0px;
  margin-top: 15px;
  cursor: pointer;
}

.info.rc {
  height: auto !important;
  min-height: 275px;
}
@media (max-width: 1483px) {
  .info.rc {
    min-height: 292px;
  }
}

.info.RC {
  min-height: 275px;
}
@media (max-width: 1483px) {
  .info.RC {
    min-height: 292px;
  }
}

section.modal-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -99;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  transition: 0.5s, all;
}
@media screen and (max-width: 991px) {
  section.modal-custom {
    align-items: initial;
  }
}
section.modal-custom.aberto {
  opacity: 1;
  z-index: 99999;
}
section.modal-custom .lens {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
section.modal-custom .modal-box {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  max-width: 900px;
  top: 50px;
  max-height: calc(100vh - 60px);
  overflow: auto;
}
@media screen and (max-width: 991px) {
  section.modal-custom .modal-box {
    margin-top: 0;
  }
}
section.modal-custom .modal-box .inner-container .background {
  background-color: #db0b2c;
  height: 50px;
  width: 100%;
}
section.modal-custom .modal-box .inner-container .background .close-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
section.modal-custom .modal-box .inner-container .background .close-button i {
  font-size: 2rem;
  color: #fff;
  margin-right: 10px;
  margin-top: 10px;
}
section.modal-custom .modal-box .inner-container .paragraph {
  padding-left: 30px;
  padding-right: 30px;
}
section.modal-custom .modal-box .inner-container .paragraph .logo {
  background-color: #db0b2c;
  padding: 10px;
  width: 100%;
  height: 100px;
  max-width: 100px;
  margin-top: 10px;
}
section.modal-custom .modal-box .inner-container .paragraph .logo img {
  width: 100%;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.modal-custom .modal-box .inner-container .paragraph .content {
  font-size: 14px;
  text-align: justify;
}
section.modal-custom .modal-box .inner-container .background-end {
  background-color: #db0b2c;
  height: 5px;
  width: 100%;
}
section.modal-custom .modal-box .inner-container .small-logo img {
  margin-top: 20px;
  max-width: 200px;
  float: right;
}

section.modal-start {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
section.modal-start.aberto {
  display: flex;
  align-items: center;
  opacity: 1;
  z-index: 999;
}
section.modal-start .lente {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.55);
  z-index: -1;
}
section.modal-start .box-modal {
  position: relative;
  padding: 15px;
  margin: 100px auto;
  display: block;
  max-width: 700px;
}
section.modal-start .box-modal .button-close {
  position: absolute;
  font-size: 30px;
  top: 5px;
  right: 15px;
  color: white;
}
section.modal-start .box-modal .button-close i {
  cursor: pointer;
  transition: all 0.3s;
}
section.modal-start .box-modal .button-close i:hover {
  font-weight: 700;
}
section.modal-start .box-modal video {
  width: 100%;
  margin-top: 30px;
  height: 557px;
}
section.modal-start .box-modal .modal-titulo h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2c4075;
}
section.modal-start .box-modal .modal-titulo h5 {
  font-size: 15px;
  font-weight: 600;
}
section.modal-start .box-modal form span {
  position: absolute;
  top: 8px;
  font-size: 20px;
  transition: all 0.3s;
  z-index: 2;
  left: 20px;
}
section.modal-start .box-modal form input,
section.modal-start .box-modal form select,
section.modal-start .box-modal form textarea {
  outline: none;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #565656;
  margin-bottom: 10px;
  padding: 17px 10px 5px 0px;
  width: 100%;
  position: relative;
  z-index: 2;
}
section.modal-start .box-modal form textarea {
  padding-top: 25px;
}
section.modal-start .box-modal form input:focus + span,
section.modal-start .box-modal form input.ng-not-empty + span,
section.modal-start .box-modal form select:focus + span,
section.modal-start .box-modal form select.ng-not-empty + span,
section.modal-start .box-modal form textarea:focus + span,
section.modal-start .box-modal form textarea.ng-not-empty + span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  top: 0px;
  z-index: 2;
  left: 6px;
}
section.modal-start .box-modal form label.top {
  display: none;
}
section.modal-start .box-modal form .acao {
  text-align: right;
}
section.modal-start .box-modal form .acao button.enviar {
  background-color: #2c4075;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 7px 30px;
  border: 2px solid #2c4075;
  cursor: pointer;
  transition: all 0.3s;
}
section.modal-start .box-modal form .acao button.enviar:hover {
  background-color: white;
  color: #2c4075;
}
@media screen and (max-width: 767px) {
  section.modal-start .box-modal {
    margin: 0px;
    max-width: 100%;
    height: 100%;
    overflow: auto;
  }
}

#content[role=sobre] .lg-limagrain .title.lgna {
  min-height: 666px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#content[role=sobre] .titulo {
  background-size: cover !important;
  background-position: bottom !important;
}

header ul.menus li ul {
  z-index: 100;
}

section.termos-de-uso {
  padding: 50px 0px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 1.25rem;
}
section.termos-de-uso h1 {
  border-bottom: #db0b2c 3px solid;
  display: inline-block;
  margin-bottom: 2rem;
}

section.newsletter-topo-home {
  position: relative;
  z-index: 2;
}
section.newsletter-topo-home .localizacao {
  background: #aa0922;
  padding: 2em 0 1em;
  color: #FFF;
}
section.newsletter-topo-home .localizacao h2 {
  text-transform: uppercase;
  font-size: 1rem;
}
section.newsletter-topo-home .localizacao h3 {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1rem;
  font-family: "Source Sans Pro", sans-serif !important;
}
section.newsletter-topo-home .localizacao p {
  font-size: 0.8rem;
}
section.newsletter-topo-home .news {
  background: #db0b2c;
  color: #FFF;
  padding: 3.2rem 0.9375rem 2rem;
}
section.newsletter-topo-home .news img {
  float: left;
}
section.newsletter-topo-home .news h2 {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 300;
  font-size: 1.563em;
  margin-bottom: 0;
  margin-left: 1rem;
}
section.newsletter-topo-home .news form input[type=text] {
  width: 80%;
  float: left;
  border: 0;
  padding: 1rem;
  background-color: #FFF;
  margin: 0;
}
section.newsletter-topo-home .news form input[type=text]:focus {
  top: 0;
}
section.newsletter-topo-home .news form input[type=submit] {
  width: 20%;
  float: left;
  height: 2.457rem;
  margin: 0;
  background: #4b4c4e;
  border-radius: 0px !important;
}

.aviso-lgpd {
  font-size: 15px;
  margin-top: 15px;
}
.aviso-lgpd a {
  color: white;
  border-bottom: 1px dotted white;
}

section.barra-lgpd {
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px 15px;
  background-color: #fafafa;
  position: fixed;
  bottom: 0px;
  border-top: 1px solid #db0b2c;
  font-size: 16px;
  left: 0px;
  width: 100%;
  z-index: 2;
  display: none;
  transition: 0.5s all ease;
}
@media (max-width: 991px) {
  section.barra-lgpd {
    padding: 10px;
    font-size: 14px;
    position: fixed;
    top: auto;
  }
}
section.barra-lgpd.exibir {
  display: block;
}
section.barra-lgpd .row,
section.barra-lgpd .container {
  max-width: 1610px !important;
  margin: auto;
  justify-content: center;
}
section.barra-lgpd .row .conteudo-lgpd-in,
section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  text-decoration: underline;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  background-color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: black;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: 0.3s all;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  section.barra-lgpd .row .conteudo-lgpd-in,
  section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}