body{
  max-width: 100vw !important;
  overflow-x: hidden;
  font-family: "Poppins";
  font-size: 17px;
}
@font-face {
  font-family: 'Bebas Neue Light';
  src:url('../webfonts_Bebas-Neue-Light/Bebas-Neue-Light.ttf.woff') format('woff'),
    url('../webfonts_Bebas-Neue-Light/Bebas-Neue-Light.ttf.svg#Bebas-Neue-Light') format('svg'),
    url('../webfonts_Bebas-Neue-Light/Bebas-Neue-Light.ttf.eot'),
    url('../webfonts_Bebas-Neue-Light/Bebas-Neue-Light.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Thin";
  src:
    url("../Bebas-Neue/BebasNeueThin-owB7q.otf");
}
@font-face {
  font-family: "Bebas Neue Book";
  src:
    /* url("../Bebas-Neue/BebasNeueBook-mLWvV.otf"); */
    url("../Bebas-Neue/BebasNeueBook-d9A1l.ttf");
  }
.barra-caixa{
  position: absolute;
  width: 1.25rem;
  bottom: 0.125rem;
  top: 0;
  left:0;
  z-index: 1;
  height: calc(100% - 6px);
  background-color: #7d0c00 !important;
}
.texto-caixa{
  position: relative;
  background-color: #FFF;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: larger;
}
.contato{
  list-style: none;
  font-family: "Bebas Neue", sans-serif;
  word-spacing: 1px;
  letter-spacing: 1px;
}
.footerIn{
  color: #FFF; 
  background-color: #5a120a; 
  z-index: -1;
}

.social > li{
  display: inline-block;
  font-family: "Bebas Neue Book";
  padding-left: 0;
}
label{
  cursor: pointer;
  position: relative;
  display: block;
}
@media only screen and (min-width: 600px) and (max-width: 767px){
  .box-video video{
    height: 23rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .box-video video{
    height: 23rem;
  }
}
@media only screen and (min-width: 992px){ 
  .estilo-video{
    box-shadow : 0px 3px 7px 1px rgba(125, 125, 125, 0.3);
    border-bottom: solid 10px #7d0c00;
  }
}
.img-fluid{
  height: auto;
  border-radius: 40px;
}

.bg-video{
  background-color: #000;
  color: #c0c0c0;
}
.social{
  display: inline-block;
  list-style: none;
  font-family: "Bebas Neue Book";
}
.social > li:hover{
  opacity: 80%;
}
.footer-inst > li{
  list-style: none;
  color: #FFF;
  font-family: "Bebas Neue Book", sans-serif !important;
  font-weight: bold;
  word-spacing: 1px;
  letter-spacing: 0.12rem;
  text-decoration: none;
}
.footer-inst{
  padding-left: 0;
}

.link{
  color: #FFF;
  font-family: "Bebas Neue Book";
  margin-right: 5px;
}
.link:hover{
  color: #d7d7d7;
}
.copyright{
  font-family: "Bebas Neue Book", sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  list-style: none;
  word-spacing: 1px;
  letter-spacing: 0.12rem;
  color: #FFF
}
.lista{
  display: inline-block;
}
.circle{
  border: solid 1px #FFF;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 23%;
}
.circle:hover{
  border: solid 2px #d7d7d7;
}
.text-vermelho-in{
  color: #7d0c00;
}
.text-vermelho-in{
  color: #7d0c00;
}
.titulo{
  color: #000;
  font-family: "Poppins", sans-serif !important;
  font-size: xxx-large;
  font-weight: bolder;
}
.titulo2{
  color: #000;
  font-family: "Poppins", sans-serif !important;
  font-size: xx-large;
  font-weight: bold;
}
.texto{
  font-family: "Poppins" !important;
  margin: 0 !important;
  align-content: baseline;
  text-align: justify;
  word-spacing: -1px;
}
.texto2{
  font-family: "Poppins";
  text-align: justify;
  font-size: 17px;
}
.botao{
  font-family: "Poppins", sans-serif;
  color: #FFF;
  background-color: #7d0c00;
  border: 1px #333;
  --bs-btn-font-size: 1.2rem;
}
#cookieConsent{
  width: 100%;
  display: none;
}
.exclamation-balloon{
  position: relative;
  display: inline-block;
  background-color: #333;
  color: #FFF;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: left;
  z-index: 1001;
}
.space-form{
  margin-bottom: 20%;
}
.space-lg-stack-md{
  margin-bottom: 25%;
}
@media only screen and (min-width: 320px) and (max-width: 399px){
  .exclamation-balloon{
    max-width: 100%;
  }
  .carrossel-home-next{
    display: none;
  }
  .carrossel-home-prev{
    display: none;
  }
}
@media only screen and (min-width: 400px) and (max-width: 499px){
  .exclamation-balloon{
    max-width: 100%;
  }
  .carrossel-home-next{
    display: none;
  }
  .carrossel-home-prev{
    display: none;
  }
}
@media only screen and (min-width: 500px) and (max-width: 599px){
  .exclamation-balloon{
    max-width: 100%;
  }
  .carrossel-home-next{
    display: none;
  }
  .carrossel-home-prev{
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 699px){
  .exclamation-balloon{
    max-width: 90%;
  }
  .carrossel-home-next{
    display: none;
  }
  .carrossel-home-prev{
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 799px){
  .exclamation-balloon{
    max-width: 70%;
  }
  .carrossel-home-next{
    display: none;
  }
  .carrossel-home-prev{
    display: none;
  }
}
@media only screen and (min-width: 900px) and (max-width: 991px){
  .mudar-ordem{
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px){
  .img-fluid{
    height: 60% !important;
  }
}

@media only screen and (min-width: 1200px){
  .exclamation-balloon{
    max-width: 40%;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1584px){
  .space-work{
    margin-top: 18vw !important;
  }
  .swiper-slide{
    margin-right: 15% !important;
  }
}
@media only screen and (min-width: 1585px) and (max-width: 1623px){
  .swiper-slide{
    margin-right: 13% !important;
  }
}
.local{
  color: #FFF;
  text-decoration: none;
}
.local:hover{
  color: #d7d7d7;
  text-decoration: underline;
}
.form{
  padding: 6%;
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
  border: solid 1px #d7d7d7;
}
.row-form{
  box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.login{
  background-color: #ffffff;
  filter: brightness(110%);
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.6); 
  box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.6);
  top: 45%;
}
.input-login{
  border: solid 1px #333;
  border-radius: 0.375rem; 
  padding: .375rem .75rem;
  width: auto;
  font-family: "Poppins", sans-serif;
}
.label-form{
  width: 100%;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: large;
}
.termos{
  font-family: "Poppins", sans-serif;
}
.form-control{
  border: solid 1px #333 !important;
  font-family: "Poppins", sans-serif;
}
.form-control:focus{
  border-color: #c0c0c0;
  box-shadow: 0 0 0 .25rem rgba(155, 155, 155, 0.5) !important;
}
.form-select{
  border: solid 1px #333 !important;
  width: 70% !important;
  font-family: "Poppins", sans-serif;
}
.form-select:focus{
  border-color: #c0c0c0;
  box-shadow: 0 0 0 .25rem rgba(155, 155, 155, 0.5) !important;
}
.botao-sistema{
  font-family: "Bebas Neue", sans-serif;
  color: #FFF;
  background-color: #7d0c00;
  border: 1px #333;
  --bs-btn-line-height: 44px !important;
}
.botao-sistema:hover{
  background-color: #333;
}
.btn-painel{
  font-family: "Bebas Neue", sans-serif;
  background-color: #FFF;
  border: solid 1px #333 !important;   
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #7d0c00;
  justify-content: center;
  align-self: center;
}
.btn-painel:hover{
  background-color: #333;
  color: #FFF !important;
  justify-content: center;
  align-self: center;
}
.btn-painel-opcao{
  font-family: "Poppins", sans-serif;
  background-color: #FFF;
  border: solid 1px #333 !important;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #7d0c00;
  justify-content: center;
  align-self: center;
}
.btn-painel-opcao:hover{
  background-color: #7d0c00;
  color: #FFF !important;
  justify-content: center;
  align-self: center;
}
.conteudo{
  border: solid 1px #646464;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 4px 4px 5px -2px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 4px 4px 5px -2px rgba(0,0,0,0);
}
.tab-pane{
  margin-left: 5%;
}
/* .nav-link:active{
  text-decoration: underline;
} */
.input-card{
  border: solid 1px #c0c0c0;
  border-radius: 5px;
  width: 70%;
  height: 35px;
}
textarea{
  border: solid 1px #c0c0c0;
  border-radius: 5px;
  height: 90px;
  width: 100%;
}
/* .social-painel{
  border: solid 1px #b8b8b8;
  border-radius: 5px;
  width: 30%;
} */
#cookieConsent, #cookiePreferences {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 10000;
}
#cookieMessage, #preferencesForm {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: medium;
}
#cookiePreferences {
  padding: 20px;
  z-index: 1001;
  display: none;
}
#savePreferences, #backToMessage {
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #7d0c00;
  color: #FFF;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 100px;
  float: right;
  margin-right: 5px;
}
#acceptCookies, #cookieSettings {
  padding: 10px 10px;
  background-color: #7d0c00;
  color: #FFF;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 5px;
}
#acceptCookies:hover, #cookieSettings:hover{
  color: #FFF;
  background-color: #333;
  border: none;
  border-radius: 5px;
}
#cookiePreferences{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  color: #FFF;
  text-align: center;
  z-index: 1001;
}
.balloon-content{
  position: relative;
  z-index: 2;
  padding-top: 10px;
}
input[type="checkbox"]{
  margin-right: 5px;
}
.cookies{
  border: solid 1px #c0c0c0;
  border-radius: 2px;
}
.btn-cookies{
  color: #FFF;
}
.btn-cookies:hover{
  color: #7d0c00;
}
.custom-switch .form-check-input:checked {
  background-color: #7d0c00;
  border-color: #7d0c00;
}
.custom-switch .form-check-input:checked:before {
  background-color: #fff;
}
.custom-switch .form-check-input {
  background-color: #e9ecef; 
  border-color: #adb5bd; 
}
.custom-switch .form-check-input:before {
  background-color: #fff;
}
.product-carousel {
  width: 45%;
  margin: 0 auto;
  position: relative;
}
.product-carousel img {
  width: 100%;
  height: auto;
}
.dropbtn {
  background-color: transparent;
  color: #000;
  padding: 12px 0;
  font-size: 16px;
  border: none;
  font-family: "Poppins";
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.2);
  z-index: 1;
  border-radius: 10px;
  margin-left: 5vw;
}
.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: "Poppins";
  font-size: 14px;
}
.dropdown-content a:hover{
  font-weight: bold;
  border-radius: 10px;
}
.dropdown-content a:hover{
  background-color: #FFF;
}
.dropdown:hover .dropdown-content{
  display: block
}
.dropdown:hover .dropbtn {
  background-color: transparent;
}
.estilo-painel{
  border: solid 1px #c0c0c0; 
  border-radius: 10px;
}
.social-form{
  list-style: none;
}
.beneficios {
  list-style-type: disc;
}
.beneficios > li::marker{
  color: #7d0c00;
}
.nav-link{
  color: #333 !important;
  font-family: "Bebas Neue";
  word-spacing: 1px;
  letter-spacing: 1px;
}
.nav-link:hover{
  color: #7d0c00 !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
  .logo-footer{
    width: 60% !important;
  }
}
@media only screen and (min-width: 768px){
  .logo-footer{
    width: 100% !important;
  }
  .box-video-2{
    height: 21.4375rem;
    width: 32.3125rem !important;
    object-fit: cover;
  }
} 
.texto-container{
  height: 500px;
}
.dropdown-item{
  font-family: "Poppins";
}
.swiper-container{
  max-width: 80%;
  overflow: hidden;
}
a{
  text-decoration: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .card-sia{
    width: 130% !important;
  }
  .img-fluid-sia{
    max-width: 125% !important;
    margin-left: -25% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .elementos-sia{
    flex-direction: column-reverse;
    width: 70vw;
  }
  .exclamation-balloon{
    max-width: 65%;
  }
  .m-direita{
    margin-left: -8%;
  }
  .m-esquerda{
    margin-right: -8%;
  }
  .img-fluid-sia{
    max-width: 100% !important;
    margin-left: 0% !important;
  }
  .card-sia{
    margin-top: -10%;
    max-width: 75%;
  }
}
.img-sin{
  max-height: fit-content !important;
}
.estilo-pg-sistemas-left{
  border: solid 2px #7d0c00;
  border-top: none;
  border-left: none;
  box-shadow: -15px 15px 0px 0px #7d0c00;
}
.estilo-pg-sistemas{
  border: solid 2px #7d0c00;
  border-top: none;
  border-left: none;
  box-shadow: 15px 15px 0px 0px #7d0c00;
}
.estilo-pg-sistemas-2{
  border-top: none;
  border-left: none;
  box-shadow: 12px 12px 0px 0px #7d0c00;
}
.estilo-sistemas{
  border: solid 2px #7d0c00;
  box-shadow: 15px 15px 0px 0px #7d0c00;
}
.estilo-sistemas-center{
  border: solid 2px #7d0c00;
  box-shadow: 0px 15px 0px 0px #7d0c00;
}
.estilo-texto{
  box-shadow: 5px 5px 0px 0px #d7d7d7;
  font-family: "Poppins";
  padding: 3%;
  text-align: justify;
}
.estilo-texto-center-2{
  box-shadow: 0px 5px 0px 0px #d7d7d7;
  font-family: "Poppins";
  padding: 1%;
  text-align: justify;
}
.estilo-sistemas-left{
  border: solid 2px #7d0c00;
  box-shadow: -15px 15px 0px 0px #7d0c00;
}
.estilo-sistemas-left-2{
  border: solid 2px #7d7d7d;
  box-shadow: -15px 15px 0px 0px #7d7d7d;
}
.estilo-texto-left{
  box-shadow: -5px 5px 0px 0px #d7d7d7;
  font-family: "Poppins";
  padding: 3%;
  text-align: justify;
}
.accordion-button:not(.collapsed){
  background-color: #f7f7f7;
  color:#000;
}
.card-cta-modal-button-icon{
  background-color: #FFF;
  border-radius: 50%;
  width: 10%;
}
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #FFF;
  cursor: pointer;
  position: relative;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}  
.button::before,
.button::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  transition: all .15s ease;
} 
.button::before {
  top: 0;
  border-bottom-width: 0;
}  
.button::after {
  bottom: 0;
  border-top-width: 0;
}  
.button:active,
.button:focus {
  outline: none;
}
.button:active::before,
.button:active::after {
  right: 3px;
  left: 3px;
}  
.button:active::before {
  top: 3px;
} 
.button:active::after {
  bottom: 3px;
}  
.button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  background-color: #8d0000;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}
.button_lg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
}  
.button_lg::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  transition: all .2s ease;
}  
.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #dc3545;
  transform: skew(-15deg);
  transition: all .2s ease;
}
.button_text {
  position: relative;
}  
.button:hover {
  color: #FFF;
  font-size: 15px;
}  
.button:hover .button_sl {
  width: calc(100% + 15px);
}
.button2 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #FFF;
  cursor: pointer;
  position: relative;
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}  
.button2::before,
.button2::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  transition: all .15s ease;
}  
.button2::before {
  top: 0;
  border-bottom-width: 0;
}  
.button2::after {
  bottom: 0;
  border-top-width: 0;
}  
.button2:active,
.button2:focus {
  outline: none;
}  
.button2:active::before,
.button2:active::after {
  right: 1px;
  left: 1px;
}  
.button2:active::before {
  top: 1px;
}  
.button2:active::after {
  bottom: 1px;
}  
.button_lg2 {
  position: relative;
  display: block;
  padding: 7px 15px;
  background-color: #8d0000;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}
.button_lg2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
}  
.button_lg2::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 2px;
  transition: all .2s ease;
}  
.button_sl2 {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #dc3545;
  transform: skew(-15deg);
  transition: all .2s ease;
}
.button_text2 {
  position: relative;
}  
.button2:hover {
  color: #FFF;
  font-size: 15px;
}  
.button2:hover .button_sl2 {
  width: calc(100% + 15px);
}
.button2 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #FFF;
  cursor: pointer;
  position: relative;
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}  
.button2::before,
.button2::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  transition: all .15s ease;
}  
.button2::before {
  top: 0;
  border-bottom-width: 0;
}  
.button2::after {
  bottom: 0;
  border-top-width: 0;
}  
.button2:active,
.button2:focus {
  outline: none;
}  
.button2:active::before,
.button2:active::after {
  right: 1px;
  left: 1px;
}  
.button2:active::before {
  top: 1px;
}

.button2:active::after {
  bottom: 1px;
} 
.button_lg2 {
  position: relative;
  display: block;
  padding: 7px 15px;
  background-color: #8d0000;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}
.button_lg2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
}  
.button_lg2::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 2px;
  transition: all .2s ease;
}  
.button_sl2 {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #dc3545;
  transform: skew(-15deg);
  transition: all .2s ease;
}
.button_text2 {
  position: relative;
}  
.button2:hover {
  color: #FFF;
  font-size: 15px;
}  
.button2:hover .button_sl2 {
  width: calc(100% + 15px);
}
.button3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #FFF;
  cursor: pointer;
  position: relative;
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}  
.button3::before,
.button3::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  transition: all .15s ease;
}  
.button3::before {
  top: 0;
  border-bottom-width: 0;
}  
.button3::after {
  bottom: 0;
  border-top-width: 0;
}  
.button3:active,
.button3:focus {
  outline: none;
}  
.button3:active::before,
.button3:active::after {
  right: 1px;
  left: 1px;
}  
.button3:active::before {
  top: 1px;
}  
.button3:active::after {
  bottom: 1px;
}  
.button_lg3 {
  position: relative;
  display: block;
  padding: 7px 15px;
  background-color: #000;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}
.button_lg3::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
}  
.button_lg3::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 2px;
  transition: all .2s ease;
}  
.button_sl3 {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #dc3545;
  transform: skew(-15deg);
  transition: all .2s ease;
}
.button_text3 {
  position: relative;
}  
.button3:hover {
  color: #FFF;
  font-size: 15px;
}  
.button3:hover .button_sl3 {
  width: calc(100% + 15px);
}
.modal-header{
  border-bottom: none !important;
}
.modal-footer{
  border-top: none !important; 
}
@media only screen and (min-width: 992px){
  .m-direita{
    margin-left: -7%;
  }
  .m-esquerda{
    margin-right: -7%;
  }  
}
webrouk-back-top-scroll-indicator {
  --w-primary-color: 6, 100%, 25%;
  --w-diameter-size: 60px !important;
}
.aviso{
  color: #7d0c00;
}
.aviso:hover{
  font-weight: bold;
  text-decoration: underline;
}
.institucional ol > li::marker{
  color: #7d0c00;
  font-weight: bold;
}
.privacidade{
  list-style-type: disc;
  padding-left: 1rem !important;
  word-spacing: -1px;
}
.btn-serv{
  color: #d7d7d7;
}
.btn-serv:hover{
  text-decoration: underline;
  color: #7d0c00
}
@media only screen and (min-width: 1600px) {
  .logo{
    width: 30%;
  }
  .logo-1{
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1335px){
  .logo{
  width: 100%;
  }
}
@media only screen and (min-width: 1336px){
  .logo{
    width: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1599px) {
  .logo-1{
    width: 40%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 991px){
  .logo{
    width: 40% !important;
    margin-left: 21%;
  }
  .logo-1{
      width: 50%;
  }
  .ajuste-carrossel-home{
    height: 180px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 699px){
  .logo{
    width: 60% !important;
    margin-left: 8%;
  }
  .logo-1{
    width: 80%;
  }
}
.navbar-nav-scroll{
  max-height: none;
}
.dropdown-menu {
  --bs-dropdown-min-width: 13vw;
  --bs-dropdown-link-active-bg: #d7d7d7;
  left: -50% !important;
}
.bg-menu{
  background-color: #eaeaea;
}
.accordion{
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(125,12,0,0.5);
}
.nav-item:hover{
  font-weight: bold;
}
.item-menu:hover{
  color: #7d0c00;
}

/* Linha do Tempo */
/* .cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100px;
  margin: 0 30px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #d7d7d7;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7d0c00;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  width:5%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 15px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  color:#000;
  padding:5px;
  margin-bottom:20px;
}
.cd-horizontal-timeline .events a::before {
  content: '';
  position: absolute;
  width:1px;
  height:20px;
  background: #eaeaea;
  bottom:-20px;
  left:50%;
}  
.cd-horizontal-timeline .events a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #d7d7d7;
  background-color: #eaeaea;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7d0c00;
  border-color: #7d0c00;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7d0c00;
  border-color: #7d0c00;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7d0c00;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    content: 'desktop';
    width: 100%;
  }
  }
  .cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #7d0c00;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-timeline-navigation a.next {
    right: 0;
    color: #000;
  }
  .no-touch .cd-timeline-navigation a:hover {
    border-color: #7d0c00;
  }
  .cd-timeline-navigation a.inactive {
    cursor: not-allowed;
  }
  .cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
  }
  .no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #7d0c00;
  }
  .cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
  }
  .cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
  }
  .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
  }
  .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
  }
  .cd-horizontal-timeline .events-content li > * {
    max-width: 100%;
    margin: 0 auto;
  }
  .cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
  }
  .cd-horizontal-timeline .events-content em::before {
    content: '-';
  }
  .cd-horizontal-timeline .events-content p {
    color: #000;
  }
  .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
  }
  @media only screen and (min-width: 1336px){
    .cd-timeline-navigation{
      display: none;
    }
  }
  
  @-webkit-keyframes cd-enter-right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes cd-enter-right {
    0% {
      opacity: 0;
      -moz-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
    }
  }
  @keyframes cd-enter-right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes cd-enter-left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes cd-enter-left {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
    }
  }
  @keyframes cd-enter-left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
  } */
  .border-in{
    border: solid 2px #d7d7d7;
    border-radius: 40px;
    background-color: #FFF;
    box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.5);
  }
  .navbar-2{
    --bs-navbar-padding-y: 0rem !important;
  }
  .dropdown-menu{
    top: 90% !important;
  }
  .navbar-nav{
    --bs-nav-link-padding-y: 0.2rem !important;
  }
.card-sistemas{
  background-color: #FFF;
  border: solid 1px #eaeaea;
  border-radius: 10px;
  margin-top: -2%;
}
.bg-vermelho{
  background-color: rgba(125, 12, 0, 1);
  width: 60%;
  height: 10%;
  border-radius: 40px;
}
.btn .btn-default:hover{
  background-color: #eaeaea;
}
.card-serv{
  box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.5);
  border: solid 1px #7d0c00; 
  border-radius: 20px; 
  background-color: #FFF;
  opacity: 95%;
}
.card-serv:hover{
  transform: scale(1.04);
  opacity: 130%;
}
.card-serv a{
  color: #000 !important;
}
.card-oque{
  box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.5);
  /* border: solid 1px #7d0c00;  */
  border-radius: 20px; 
  background-color: #7d0c00;
  opacity: 95%;
}
.card-oque:hover{
  transform: scale(1.04);
  opacity: 130%;
}
.card-oque a{
  color: #FFF !important;
}
.img-fluid:hover{
  transform: scale(1.04);
}
.img-carousel{
  box-shadow : -2px 1px 8px 3px rgba(0, 0, 0, 0.72);
  border-radius: 40px;
  margin-bottom: -17%;
}
.carousel-inner{
  overflow: visible !important;
}
.inner2{
  overflow: hidden !important;
}
@media only screen and (min-width: 768px) and (max-width: 991){
  .exclamation-balloon{
    max-width: 70%;
  }
}
.card-sip{
  box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
  padding: 2%;
  background-color: #FFF;
}
.card-1{
  box-shadow : 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  border: #d7d7d7;
}
.card-sin{
  padding: 2%;
  background-color: #fff;
  border: solid 1px #d7d7d7;
  box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.a-sistemas{
  color: #7d0c00 !important;
  font-weight: bold;
  text-decoration: underline;
}
.a-sistemas:hover{
  text-decoration: underline;
  color: red !important;
  font-weight: bold;
}
.a-produtos{
  color: #000;
}
.a-produtos:hover{
  color: red !important;
}
.a-link{
  color: #000 !important;
  text-decoration: underline;
}
.a-link:hover{
  text-decoration: underline;
  color: red !important;
}
#sistemas a{
  color: #7d0c00;
}
#sistemas a:hover{
  color: #333;
  text-decoration: underline;
}
#div1 a{
  color: #7d0c00;
}
#div1 a:hover{
  color: #333;
  text-decoration: underline;
}
#div2 a{
  color: #7d0c00;
}
#div2 a:hover{
  color: #333;
  text-decoration: underline;
}
.form-check-input:checked{
  background-color: #7d0c00 !important;
  border-color: #7d0c00 !important;
}
.link-contato{
  color: red;
}
.link-contato:hover{
  text-decoration: underline;
}
.carousel-fade .carousel-item {
  transition: opacity 0.5s ease-in-out !important;
}
#robbu-whatsapp-button{
  bottom: 80px !important;
  width: 53px !important;
  height: 53px !important;
}
#robbu-whatsapp-button>img{
  width: 30px !important;
  height: 30px !important;
}
#robbu-whatsapp-button:not(.left)>.rwb-tooltip{
  background-color: #FFF;
}
.carousel-item.active{
  z-index: 0;
}
.progress-ring-container {
  position: fixed;
  bottom: 5px;
  right: 10px;
  width: 80px;
  height: 80px;
  z-index: 10;
}
.progress-ring {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.ring-bg {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 2;
}
.ring-progress {
  fill: none;
  stroke: #7d7d7d;
  stroke-width: 2.5;
  stroke-dasharray: 158;
  stroke-dashoffset: 158;
  transition: stroke-dashoffset 0.3s ease;
}
.back-to-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #7d7d7d;
}
.form-select{
  width: 100% !important;
}
.fixed-top{
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  .ajuste-lg{ 
    margin-left: 0.5%;
  }
}
.row-sis> *{
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .tamanho-carrossel{
    min-height: 50px;
  }
  .titulo-sistemas{
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tamanho-carrossel{
    min-height: 300px;
  }
  .box-video-2{
    min-height: 368px;;
  }
  .sistemas{
    margin-left: -10%;
  }
}
.teste_img{
  box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.btn-carrossel{
  color: #8d0000;
  font-weight: bold;
  font-size: larger;
}
.btn-carrossel:hover{
  text-decoration: underline;
  color: #7d0c00 !important;
}
@media only screen and (min-width: 992px){
  .chave-sobre{
    min-height: 368px;
  }
  .sistemas{
    margin-left: -5.5%;
  }
}
.button-carrossel {
  font-size: 17px;
  color: #FFF;
  font-family: "Poppins";
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}
.button-carrossel:focus,
.button-carrossel:hover {
  color: #dc3545;
  font-weight: bold;
}  
.button-carrossel:focus:after,
.button-carrossel:hover:after {
  width: 100%;
  left: 0%;
}
.button-carrossel:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #dc3545;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}
.button-sistemas {
  font-size: 17px;
  color: #7d0c00;
  font-family: "Poppins";
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}  
.button-sistemas:focus,
.button-sistemas:hover {
  color: #dc3545;
  font-weight: bold;
}  
.button-sistemas:focus:after,
.button-sistemas:hover:after {
  width: 100%;
  left: 0%;
}  
.button-sistemas:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #dc3545;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}
@media only screen and (max-width: 1699px){
  .carrossel-home-prev{
    display: none;
  }
  .carrossel-home-next{
    display: none;
  }
}
@media only screen and (min-width: 1700px){
  .carousel-control-prev{
    top: 19vh;
    max-height: 40vh;
  }
  .carousel-control-next{
    top: 19vh;
    max-height: 40vh;
  }
}
.navbar-brand{
  margin-right: 0 !important;
}
.btn-padrao{
  font-family: "Poppins", sans-serif;
  color: #FFF;
  background-color: #7d0c00;
  border: 1px #333;
}
.btn-padrao:hover{
  background-color: #dc3545;
  color: #FFF;
}
@media only screen and (max-width: 699px){
  .ajuste-carrossel{
    height: 85px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 991px){
  .ajuste-carrossel{
    height: 116px;
  }
}
@media only screen and (min-width: 992px){
  .ajuste-carrossel{
    height: 76px;
  }
}
@media only screen and (max-width: 991px){
  .inverter{
    flex-direction: column-reverse;
  }
  .inverter-ordem{
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px){
  .download1{
    width: -webkit-fill-available;
    height: 500px;
  }
  .download2{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 640px;
  }
}
@media only screen and (min-width: 768px){   
  .download1{
    width: -webkit-fill-available;
    height: 500px;
  }
  .download2{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 640px;
  }
}
.bg-pg{
  background-color: rgba(125, 12, 0, 0.25);
}
.estilo-paginas{
  box-shadow: 15px 15px 0px 0px #7d0c00;
}
.estilo-paginas2{
  box-shadow: -15px -15px 0px 0px #7d0c00;
}
.institucional{
  box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.5);
  border: solid 1px #7d0c00; 
  background-color: #FFF;
  opacity: 95%;
}
.ajuste-carrossel-home{
  height: 180px;
}
.box{
  box-shadow: 0px 0px 5px 3px rgba(125,12,0,0.7);
  border: solid 2px #7d0c00;
}
.container-in{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.box-4{
  box-shadow: 0px 0px 5px 3px rgba(125,125,125,0.7);
  border: solid 1px #d7d7d7;
}
.mensagem{
  min-height: calc(1.5em + 7.75rem + calc(var(--bs-border-width)*2)) !important;
}
.banner-equipamentos{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_equipamentos_novos.jpg');
  background-size: cover;
  background-position-y: 50%;
}
.banner-antivirus{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_antivirus.jpg');
  background-size: cover;
  background-position-y: 5%;
}
.banner-firewall{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner-firewall.jpg');
  background-size: cover;
  background-position-y: 10%;
}
.banner-ibackup{
  background: 
    linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url('../imagens/banner-ibackup.jpg');
  background-size: cover;
}
.banner-vpn{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner-vpn.png');
  background-size: cover;
  background-position-y: 20%;
}
.banner-nuvem{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3)),
    url('../imagens/nuvem.png');
  background-size: cover;
}
.banner-infra{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_equipamentos_novos.jpg');
  background-size: cover;
  background-position-y: 30%;
}
.banner-sin{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_temp.jpg');
  background-size: cover;
}
.banner-sip{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_temp.jpg');
  background-size: cover;
}
.banner-sirc{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_temp.jpg');
  background-size: cover;
}
.banner-sia{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_temp.jpg');
  background-size: cover;
}
.banner-servicos{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_temp.jpg');
  background-size: cover;
}
.banner-sistemas{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_temp.jpg');
  background-size: cover;
}
.estilo-container{
  border: solid 1px #d7d7d7;
  box-shadow: 0px 0px 5px 3px rgba(125,125,125,0.7);
}
.eventos:hover{
  color: #7d0c00 !important;
  font-size: 1.3rem;
  font-weight: bold;
}
.selected{
  color: #7d0c00 !important;
}
/* .bg-carrossel{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_temp.jpg');
  background-size: cover;
} */
.img-sin{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/SIN.jpg');
  background-size: cover;
  border-radius: 20px;
  color: #FFF;
  }
.img-sip{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/SIP.jpg');
  background-size: cover;
  border-radius: 20px;
  color: #FFF;
}
.img-sirc{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/SIRC.jpg');
  background-size: cover;
  border-radius: 20px;
  color: #FFF;
}
.img-sia{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/SIA.jpg');
  background-size: cover;
  border-radius: 20px;
  color: #FFF;
}
.img-equipamentos{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/notebook.jpg');
  background-size: cover;
}
.img-antivirus{
  background: 
    linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    url('../imagens/img-antivirus.jpg');
  background-size: cover;
  background-position-y: 40%;
}
.img-ibackup{
  background: 
    linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
    url('../imagens/img-ibackup.jpg');
  background-size: cover;
  background-position-y: 30%;
}
.bg-textura{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_temp.jpg');
  background-size: cover;
}
.banner-painel{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../../site/imagens/banner_temp.jpg');
  background-size: cover;
}
@media only screen and (max-width: 991px){
  .img-sobre{
    margin-top: -10%;
    margin-left: 0 !important;
  }
}
.img-sobre{
  margin-left: -10%;
  min-height: 300px;
}
@media only screen and (min-width:1200px){
  .texto-carrossel{
    font-size: 40px;
  }
  .indicadores{
    margin-left: 10% !important;
  }
}
@media only screen and (max-width:1199px){
  .texto-carrossel{
    font-size: 35px;
  }
  .carousel-indicators{
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1336px){
  .carousel-indicators{
    margin-bottom: 2rem;
  }
}
.box-carrossel{
  min-height: 345px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
  .box-carrossel{
    min-height: 250px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .box-carrossel{
    min-height: 320px !important;
  }
}
@media only screen and (max-width: 600px){
  .box-carrossel{
    min-height: 405px;
  }
}
.form-arquivos{
  background-color: #FFF;
  border: solid 1px #d7d7d7;
  border-radius: 10px;
  padding: 5%;
}
.form-login{
  background-color: #FFF;
  border: solid 1px #7d7d7d;
  border-radius: 10px;
  /* padding: 5%; */
  box-shadow : 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.banner-arquivos{
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../imagens/banner_temp.jpg');
  background-size: cover;
  /* background-position-y: 50%; */
}
.a-download{
  color: #000 !important;
  text-decoration: underline;
}
.a-download:hover{
  text-decoration: underline;
  color: red !important;
}
td{
  align-content: center;
}
.senha{
  color: #000;
}
.senha:hover{
  color: #7d0c00;
  text-decoration: underline;
}
@media only screen and (min-width: 320px) and (max-width: 600px){
  .ajuste-texto-carrossel{
    min-height: 480px;
  }
}
.tabela-painel{
  color: #FFF !important;
  font-weight: 500 !important;
  background-color: #7d0c00 !important;
  border-right: solid 1px #d7d7d7;
  text-align: center !important;
  align-content: center;
}
.nicEdit-panel{
  margin: 10px 2px 10px !important;
  border-radius: 10px !important;
}
.nicEdit-buttonContain{
  opacity: 1 !important;
}
.nicEdit-main{
  background-color: #FFF !important;
  width: 100% !important;
}
.nicEdit-panelContain{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100% !important;
}
.timeline{
  position:relative;
  margin:20px auto;
  padding:23px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:rgba(125,12,0,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(125,12,0,0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:rgba(125,12,0,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(125,12,0,0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:rgba(125,12,0,1);
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:2;
  font-size:15px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-95px;
  margin:0;
  padding:8px 16px;
  background:rgba(125,12,0,1);
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(125,12,0,0.2);
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-95px;
  margin:0;
  padding:8px 16px;
  background:rgba(125,12,0,1);
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(125,12,0,0.2);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}
.textos{
  text-align: justify;
  /* text-justify: inter-word; */
  hyphens: none;
  word-spacing: normal;
  word-break: keep-all;
}
.nav-item .active{
  color: #7d0c00 !important;
  font-weight: 600;
}
.td-tabela{
  text-align: center; 
  border-right: solid 1px #7d0c00;
}
.card-texto{
  border: solid 1px #7d0c00; 
  background-color: rgba(125, 12, 0, 0.7); 
  color: #FFF;
}
.h3-produto{
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 5px; 
  color: #7d0c00;
}
.ql-container{
  height: 20% !important;
  background-color: #FFF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ql-toolbar.ql-snow{
  border-color: #7d7d7d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f4f4f4;
}
.ql-container{
  font-family: "Poppins" !important;
  font-size: 17px !important;
}
.ql-editor{
  max-height: 15.5rem;
}
#wa-widget-send-button{
  border-radius: 50% !important;
  height: 55px;
  width: 55px !important;
}
.wa-chat-box-poweredby{
  display: none !important;
}
.td-tabela > p{
  margin-bottom: 0 !important;
}
.active{
  --bs-pagination-active-bg: rgba(125,12,0.3) !important;
  --bs-pagination-active-border-color: rgba(125,12,0.3);
}
.pagination{
  --bs-link-color: #7d0c00;
  --bs-pagination-hover-bg: rgba(215,215,215,0.5);
  --bs-pagination-focus-color: rgba(125,12,0.5) !important;
  --bs-link-hover-color: rgba(125,12,0.5);
}
.ql-snow .ql-color-picker .ql-picker-label{
  padding: 0px 4px !important;
}
.ql-snow .ql-icon-picker .ql-picker-label{
  padding: 0px 4px !important;
}
.pop-up{
  text-align: justify;
  min-height: 300px;
  justify-content: center;
}
#pop-up{
  top: 18vh;
}