/*
Cores: 

*/

.logo-fabio {
  width: 200px;
  margin-top: 10px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-5 {
  margin-right: 5px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.bg-primary-dark {
  --bs-bg-opacity: 1;
  background-color: #373A36 !important;
}

.text-primary-light {
  --bs-text-opacity: 1;
  color: #B3B6B7 !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #373A36;
}

.color_primary {
  color: #373A35;
}

.btn-primary {
  color: #fff;
  background-color: #373A36;
  border-color: #373A36;
}

.btn-primary:hover {
  color: #fff;
  background-color: #B3B6B7;
  border-color: #B3B6B7;
}

.minsulin-logo {
  width: 100px
}

.btn-check:focus+.btn-ghost-secondary.btn-no-focus:hover,
.btn-ghost-secondary.btn-no-focus.focus:hover,
.btn-ghost-secondary.btn-no-focus:focus:hover,
.btn-ghost-secondary.btn-no-focus:hover:hover {
  background-color: #B3B6B7;
}


.banner-start::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(55, 58, 54);
  background: linear-gradient(90deg, rgba(55, 58, 54, 1) 0%, rgba(55, 58, 54, 0.8323704481792717) 43%, rgba(0, 212, 255, 0) 87%);
  content: '';
  border-radius: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #B3B6B7;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #B3B6B7;
}

.bg-soft-primary-light {
  background-color: #B3B6B7 !important;
}

.bg-soft-primary-light-2 {
  background-color: #f7f7f7 !important;
}

.img-demo {
  margin-top: 50%;
}

.logo-demo {
  width: 20% !important;
  margin-top: 20px;
}

.mb-2p {
  margin-top: 40%;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  box-shadow: 0 4px 11px rgb(179 182 183 / 35%);
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3F3F3F;
  border-color: #3F3F3F;
}

.alert-success {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.text-primary-dark {
  color: #373A36 !important;
}

::selection {
  color: #B3B6B7;
  background-color: rgba(179, 182, 183, 0.1);
}

.bg-soft-warning {
  background-color: rgba(179, 182, 183, .1) !important;
}

.link-fabio {
  color: #B3B6B7;
}

.text-fabio {
  color: #373A36;
}

.accordion-button {
  color: #373A36;
}

.accordion-button:not(.collapsed) {
  color: #373A36;
  background-color: rgba(179, 182, 183, .1);
  box-shadow: inset 0 -0.0625rem 0 rgb(179 182 183 / 10%);
}

.lead {
  color: #373A36;
}

.br-10 {
  border-radius: 10px;
}

.br-20 {
  border-radius: 20px;
}

.navbar {
  position: fixed;
  width: 100%;
  box-shadow: 0 0.1875rem 0.375rem 0 rgb(179 182 183 / 25%);
}

.top-menu {
  top: 70px;
}

.body {
  color: #373A36;
}

.accordion-collapse {
  background-color: rgba(179, 182, 183, .1);
}

/*LGPD*/
.modal-lgpd {
  z-index: 2147483648;
  height: auto;
  background: #373A36 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 25px #373A36;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  padding: 10px 20px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.text-lgpd {
  text-align: left;
  margin-bottom: 10px;
  font: normal 11px/18px "Roboto", sans-serif;
  letter-spacing: 0px;
  margin-right: 30px;
  margin-top: 14px;
  color: #ffffff;
}

.btn-confirm-lgpd {
  width: 100%;
  /* height: 35px; */
  background: #373A36;
  border: 1px solid #B3B6B7;
  border-radius: 5px;
  color: #fff;
  font: normal normal bold 12px/18px "Roboto", sans-serif;
}

.btn-cancel-lgpd {
  width: 100%;
  height: 35px;
  background: #ffffff;
  border: 1px solid #B3B6B7;
  border-radius: 4px;
  color: #ffffff;
  font: normal normal bold 12px/18px "Roboto", sans-serif;
}

.btn-link-lgpd {
  text-decoration: underline;
  color: #ffffff;
}

@media only screen and (min-width: 900px) {
  #modalLGPD {
    min-width: 925px !important;
  }

  #acceptCookie {
    margin-right: 15px !important;
  }
}

@media screen and (min-width: 501px) and (max-width: 899px) {
  #modalLGPD {
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 900px) {
  #modalLGPD {
    width: 100% !important;
    bottom: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #modalLGPD>p {
    margin-left: 10px !important;
  }

  #iconLgpd {
    display: none !important;
  }

  #divButtonsLgpd {
    flex-direction: column !important;
    margin-right: 10px !important;
  }

  #acceptCookie {
    margin-bottom: 10px !important;
  }

  #closeModalLGPD {
    text-decoration: underline;
    border: 0 !important;
  }

  .a-link-minsuilin {
    color: #ffffff !important;
    font-size: 12px;
  }

  .text-center-mobile {
    text-align: center;
  }
}

/*LGPD*/

.banner-end::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 22%, rgba(179, 182, 183, .1) 22%);
  content: '';
}

.btn-soft-secondary {
  color: #373A36;
  background-color: rgba(81, 89, 108, .1);
  border-color: transparent;
}

.btn-check:focus+.btn-soft-secondary,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
  color: #fff;
  background-color: #373A36;
}

.banner-half-end::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 53%, rgba(179, 182, 183, .1) 53%);
}

.text-primary-minsulin {
  color: #373A36;
}

.btn-secondary {
  color: #fff;
  background-color: #373A36;
  border-color: #373A36;
}

.ft-50 {
  font-size: 50px;
}