@import url('fonts.css');

body {
  font-family: 'Inter', sans-serif;
}

/* body {
  font-family: sans-serif;
  transition: opacity 0.6s ease-in-out;
  opacity: 0.1;
}

body.font-loaded {
  font-family: 'Inter', sans-serif;
  opacity: 1;
} */

header {
  color: #ebfffc;
  background: linear-gradient(180deg, #01015e 0%, #474787 42%, #0297e1 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-gestor {
  background: linear-gradient(180deg, #902e30, #a74143, #cf787a);
}

.lead {
  font-size: 1.20rem !important;
}

@media (max-width: 576px) {
  .lead {
    font-size: 1.05rem !important;
  }
}

@media (min-width: 992px) {
  .h-medium {
    height: 340px;
  }
}

@media (min-width: 992px) {
  .h-medium-sistema {
    height: 340px;
    padding-top: 30px;
  }
}

@media (min-width: 1400px) {
  .h-medium-sistema {
    height: 340px;
    padding-top: 12px;
  }
}

.navbar {
  background-color: #01015e !important;
  height: 108px;  
}

.navbar-gestor {
  background-color: #902e30 !important;
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .navbar-brand img {
    width: 26%;
  }
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 32%;
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    width: 34%;
  }
}

@media (min-width: 768px) {
  .navbar-brand-footer img {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .navbar-brand-footer img {
    width: 30%;
  }
}

@media (min-width: 1400px) {
  .navbar-brand-footer img {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 2.6rem;
  }
}

.btn-menu {
  display: inherit;
  flex-wrap: nowrap;  
}

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

.navbar-menu {
  display: none;
}

@media (min-width: 992px) {
  .navbar-menu {
    display: inherit;
  }
}

.list-canvas p {
  padding-left: 3em;
  padding-top: 1rem;
}

.offcanvas-header {
  justify-content: end;
  font-size: 20px;
  padding-bottom: 1px;
}

.offcanvas-start {
  width: 300px !important;
}

.offcanvas a {
  text-decoration: none;
  color: #006dbb;
}

.text-muted {
  color: #475058 !important;
}

.bg-section {
  background: linear-gradient(90deg, #dff4ff 0%, #ffffff 100%);  
}

.bg-section-gestor {
  background: linear-gradient(90deg, #ffeded 0%, #ffffff 100%);  
}

.bg-carousel {
  background-color: #f9f9f9;
}

.carousel {
  background-color: #fff;
  box-shadow: 1rem 0.8rem 0.6rem rgba(0, 0, 0.00, 0.18) !important;  
}

.carousel-control-next, .carousel-control-prev {
  width: auto;
}

.carousel-indicators button {
  width: 58px !important;
  height: 4px !important;
}

.carousel-indicators {
  margin-bottom: 0.3rem;  
}

.gear img {
  color: #0075d9;
}

h2, h1 {
  color: #383838;
}

.central-logo{
  width: 63px;
}

.central-ajuda, .videos, .canais-atendimento {
  width: 500px;
}

@media (max-width: 575px) {
  .canais {
    width: 75%;
  }
}

.phones {
  font-family: "Roboto";
  font-size: 1.7rem;
  min-width: 14.8rem;
  font-weight: 500;
  color: #000000;
  text-shadow: 1px 1px 2px #919aab;
}

.mail {
  font-size: 1.20rem;
  font-weight: 500;
  color: #002e48;
  text-shadow: 2px 2px 5px #919aab;
}

.whats a {
  text-decoration: none;
  color: #006dbb;
}

.bg-contact {
  position: relative;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;  
}

@media (min-width: 992px) {
  .bg-contact {
    position: relative;
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;  
  }
}

.bg-contact::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/bg-contact.png');
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}

.btn-style {
  border-radius: 50px;  
}

footer {
  background: #032f54;
}

.footer-item a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .logo-footer {
    display: none;
  }
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
}

.feature img {
  width: 36px;  
}

.feature .img-gestor {
  width: 44px;
}

.feature-gestor-plan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  width: 4.4rem;
}

.feature-gestor-plan img {
  width: 52px;  
}

.years, .numbers {
  text-shadow: 2px 2px 5px #95a7db;
  color: #788bd1;  
}

.numbers-gp {
  text-shadow: 2px 2px 5px #db9595;
  color: #d17878;
}

.numbers {
  font-size: 2.3rem;
}

.nav-link {
  color: #f5f5f5;
}

.link-light {
  padding: 0 4px;
}

.link-light:hover, .link-light:focus {
  color: #c3c5ff !important;  
}

.link-page {
  color: #536ff7;
  text-decoration: none;
}

.bg-feature {
  --bs-bg-opacity: 1;
  background-color: #0142a3 !important;
}

.bg-number-icon {
  padding: 1rem;
  margin-top: -2rem !important;
  border-radius: 50%;
  background-color: #0142a3 !important;
}

.card-number {
  background: #f1faff;
}

.card-number h5 {
  font-size: 1.15rem;
}

.card-number-gp {
  background: #fff1f1;  
}

.bg-feature-gp {
  --bs-bg-opacity: 1;
  background-color: #b92626 !important;
}

.navbar-nav .nav-item {
  padding-left: 0.8rem !important; 
  padding-right: 0.8rem !important;
}

.number-icon {
  display: block;
  margin: auto;  
}

.number-icon img {
  width: 40px;
}

.font-color-gp {
  color: #933838;  
}

.font-color-emp {
  color: #0142a3;
}

/* solucoes */

.title-section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  text-shadow: 2px 2px 5px #95a7db;
}

.bg-section-down {
  background: linear-gradient(1deg, #d7eefb 0%, #f0fdff 100%);  
}

.section-align {
  padding-top: 1.5rem !important;
  padding-bottom: 3.5rem !important;  
}

.card-projects:hover {
  background-color: #e4f6ff;
  --bs-border-opacity: 1;
  border-color: rgb(125, 175, 255) !important;
  background: #f8fcff;
}

.card-projects-gp:hover {
  background-color: #e4f6ff;
  --bs-border-opacity: 1;
  border-color: rgb(255, 125, 125) !important;
  background: #f8fcff;
}

.feature-description h4, .feature-description p {
  margin-bottom: 2px;
}

.feature-description {
  margin-top: auto;
  margin-bottom: auto;
}

.card-title {
  background: linear-gradient(165deg, #c1e1f9 0%, #ffffff 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-title-gp {
  background: linear-gradient(165deg, #ffb9b9 0%, #ffffff 100%);
}

.card-title h4, .card-apps h4 {
  font-size: 1.4rem;
}

.solucoes-img img {
  width: 55%;
}

@media (min-width: 992px) {
  .solucoes-img img {
    width: 64%;
  }
}

/* suporte */

.remote img {
  width: 250px;
  display: block;
  margin: auto;
}

.status-chat img {
  width: 250px;
  display: block;
  margin: auto;
}

.text-channel {
  height: 6rem;
}

@media (min-width: 992px) {
  .text-channel {
    height: 9rem;
  }
}

.id-frame {
  width: 108px;
  height: 71px;
}

.bd-home, .bd-solucoes, .bd-suporte, .bd-contato, .bd-sobre {
  border-bottom: #bfbfd9;
  border-bottom-style: solid;
}

.suporte-img img {
  width: 55%;
}

@media (min-width: 992px) {
  .suporte-img img {
    width: 64%;
  }
}

.bg-apps {
  --bs-bg-opacity: 1;
  background-color: #008ed0 !important;
  min-width: 54px;
}

.btn-w {
  width: 125px;
}

.card-apps {
  background: linear-gradient(165deg, #dff1ff 0%, #ffffff 100%);
  border-radius: 5px;
  padding-top: 2.0rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;  
  padding-right: 2rem;
}

.card-apps:hover {
  --bs-border-opacity: 1;
  border-color: rgb(125, 175, 255) !important;
}

.alert-automacao {
  padding-bottom: 0.2rem;
  --bs-alert-bg: #fff9e2;
  --bs-alert-border-color: #ffffff;  
}

/* contato */
.map iframe {
  width: 100%;
  height: 350px;
}

.contact {
  position: relative;
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;  
  margin-top: 1.5rem !important;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/bg-contact.png');
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}

.contato-img img {
  width: 71%;
}

@media (min-width: 992px) {
  .contato-img img {
    width: 82%;
  }
}

/* sobre */
.about-img img {
  width: 57%;
}

@media (min-width: 992px) {
  .about-img img {
    width: 66%;
  }
}

.treina {
  width: 540px;
}

section p {
  line-height: 1.7;
}

/* sistemas */

.desc-solucao {
  color: #58c6ff !important;
}

.desc-solucao-gestor {
  color: #ffd0b8 !important;
}

.text-white-20 {
  color: #f5f5f5 !important;  
}

.text-white-50 {
  color: #d6d6d6 !important;
}

.dpessoal-img img{
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;  
}

.ico-sffiscal {
  margin-left: 7px;
  margin-top: 3px;
}

.sistemas-img img {
  width: 85%;
}

.sistemas-img {
  position: relative; 
  display: inline-block;
}

.logo_inpi {
  position: absolute;
  top: 89%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 14% !important;
  z-index: 10; 

  padding: 0.4rem;
  background-color: #1168a7 !important;
}

.logo_inpi_gp {
  padding: 0.4rem;
  background-color: #b53d3d !important;
  width: 14% !important;
}

/* ---------- */

.logo_inpi_docs {
  position: absolute;
  top: 89%;
  left: 93%;
  transform: translate(-50%, -50%);
  width: 14% !important;
  z-index: 10; 
  padding: 0.4rem;
  background-color: #1168a7 !important;
  margin-left: 0vw;
  margin-top: -3rem;
}

@media (min-width: 576px) {
  .logo_inpi_docs {
    margin-top: -3rem;
  }
}

@media (min-width: 768px) {
  .logo_inpi_docs {
    margin-top: -3rem;
  }
}

@media (min-width: 992px) {
  .logo_inpi_docs {
    margin-top: 0rem;
  }
}

/* ---------- */

.logo_inpi_gp_talao {
  padding: 0.4rem;
  background-color: #b53d3d !important;
  width: 14% !important;
  margin-top: -6rem;
  margin-left: 80vw;  
}

@media (min-width: 576px) {
  .logo_inpi_gp_talao {
    margin-top: -6rem;
    margin-left: 27.5rem;
  }
}

@media (min-width: 768px) {
  .logo_inpi_gp_talao {
    margin-top: -6rem;
    margin-left: 24.2rem;
  }
}

@media (min-width: 992px) {
  .logo_inpi_gp_talao {
    margin-top: -7rem;
    margin-left: 30.8rem;
  }
}

@media (min-width: 1200px) {
  .logo_inpi_gp_talao {
    margin-top: -7rem;
    margin-left: 36.8rem;
  }
}

@media (min-width: 1400px) {
  .logo_inpi_gp_talao {
    margin-top: -7rem;
    margin-left: 42.8rem;
  }
}

/* ---------- */

.logo_inpi_gp_mted {
  padding: 0.4rem;
  background-color: #b53d3d !important;
  width: 14% !important;
  margin-top: -9rem;
  margin-left: 81vw;  
}

@media (min-width: 576px) {
  .logo_inpi_gp_mted {
    margin-top: -10rem;
    margin-left: 27.5rem;
  }
}

@media (min-width: 768px) {
  .logo_inpi_gp_mted {
    margin-top: -9rem;
    margin-left: 24.2rem;
  }
}

@media (min-width: 992px) {
  .logo_inpi_gp_mted {
    margin-top: -11rem;
    margin-left: 31.0rem;
  }
}

@media (min-width: 1200px) {
  .logo_inpi_gp_mted {
    margin-top: -12rem;
    margin-left: 36.8rem;
  }
}

@media (min-width: 1400px) {
  .logo_inpi_gp_mted {
    margin-top: -12rem;
    margin-left: 43.0em;
  }
}

/* ---------- */

.popover {
  font-size: 0.65rem;
  background-color: #f8f9fa;
  color: #333;
  border: 1px solid #ddd;
  width: 15rem;
}

.check2-circle {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.p-function-sm {
  font-size: 1rem;
}

.p-function {
  font-size: 1.10rem;
}

@media (max-width: 576px) {
  .p-function {
    font-size: 1.05rem;
  }
}

.p-function-emissor {
  font-size: 1.35rem;
}

@media (min-width: 768px) {
  .reinf4000-img {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .conciliacao-img {
    width: 70%;
  }
}

.alert-green {
  --bs-alert-bg: #e5f3e9;
  padding-top: 1.5rem;
  padding-bottom: 0.4rem;
  border: none;
}

.alert-blue {
  --bs-alert-bg: #e1f4ff;
  padding-top: 1.5rem;
  padding-bottom: 0.4rem;
  border: none;
}

.alert-red {
  --bs-alert-bg: #ffe6e6;
  padding-top: 1.5rem;
  padding-bottom: 0.4rem;
  border: none;
}

#btnTop {
  display: none;
  position: fixed;
  right: 25px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #6d9de5;
  color: white; 
  cursor: pointer; 
  padding: 8px; 
  font-size: 18px; 
}

.btnTopLimit-gp {
  background-color: #b92626 !important;  
}

#btnTop:hover {
  background-color: #adadad;
}

.btnTopLimit {
  bottom: 20px; 
}

.btnTopLimitFooter {
  bottom: 40px; 
}

/* cookies */

.cookie-alert {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  background-color: #9c9b9b;
  color: #fff;
  font-weight: 100;
  padding: 15px 20px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 9999;
}

.cookie-alert p {
  margin: 0;
  font-size: 13px;
  flex: 1;
}

.cookie-alert button {
  background-color: #005ae0;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 15px;
  font-size: 13px;
}

.cookie-alert button:hover {
  background-color: #0d6efd;
}

.hidden {
  display: none;
}
