/* Alteração Tipografia em 08/2024 */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semitransparente para melhor visibilidade */
    border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.carousel-control-prev {
    left: -4rem; /* Ajuste conforme necessário */
}

.carousel-control-next {
    right: -4rem; /* Ajuste conforme necessário */
}

.display-6 {
  font-size: 1.5rem;
}
h1, .h1 {
font-size: 2.0rem !important;
}
h2, .h2 {
font-size: 1.75rem !important;
}
h3, .h3 {
  font-size: 1.5rem !important;
  }
.lead {
  font-size: 1rem;
}
/* INVISIBILIDADE - HONEYPOT */
.website {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -5000px;
}

/* ESTILOS NOVAS PÁGINAS DE CURSOS */
/* li {
  font-size: 1.2em;
} */

.accordion-item {
  border: none; /* Remove as bordas padrão */
}

.accordion-button {
  background-color: #E2EAE7 !important;
  color: white; /* Texto branco */
  font-size: 0.7em; /* Tamanho da fonte maior */
}

.accordion-button.collapsed {
  background-color: #f8f9fa; /* Cor de fundo para o estado colapsado */
  color: #037fc0; /* Texto azul */
}

.accordion-body {
  background-color: white; /* Fundo branco para o corpo */
  color: #495057; /* Cor de texto padrão */
  font-size: 1em; /* Tamanho da fonte padrão */
}

/* Estilo para a margem do cabeçalho do accordion */
.accordion-header {
  margin-bottom: 5px; /* Espaço entre itens do accordion */
}
.link-empresa {
  text-decoration: none; /* Remove o sublinhado */
}

.link-empresa:hover {
  text-decoration: underline; /* Adiciona sublinhado no mouse-over */
}
/* FIM ESTILOS NOVAS PÁGINAS DE CURSOS */


/* CALLOUT */
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}


/* Estilos para Proposta */
.caixinha {
  background-color: white;
  border: 1px solid silver;
  padding: 12px;
  margin: 0px;
  line-height: normal;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 5px;
}
.cardProd:hover{
  background-color: "#fafafa";
}​



.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.rodape {
  width: 100%;
  background-color: #2e3141;
  color: white;
}
.back {
  width: 100%;
  height: 200px;
  padding: 5;
  background-color: rgb(233, 188, 39);
}
.bg-img {
  background-image: url("../img-new/bg-contato-empresa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ft {
  font-size: .8em;
  margin-top: 5px;
}
.mr3 {
  margin-right: 3px;
}
.reg {
  font-size: 0.8em;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.esp-20 {
  width: 1px;
  height: 20px;
}

/*ESTILOS CONSULTORIA DIGITAL - REVISAO ON PAGE*/
.card-body > h3,
.card-body > h2 {
    font-size: 1.25rem;
}

h3.h4{
  font-size: 1.5rem;
}

.btn-adquira{
    display: block;
    margin-top: 30px;
    width: 300px;
    background-color: #F5CA1F;
    color: black;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    text-align: center;
    font-weight: 400;
}
.btn-adquira-bi{
  display: block;
  margin-top: 30px;
  width: 300px;
  background-color: #007bff;
  color: black;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  text-align: center;
  font-weight: 400;
}

.breadcrump li{
  display: inline;
  color: #000000;
  margin-left: 15px;
  position: relative;
  top: -50px;
}

.breadcrump li a{
  color: #ffc107;;
  text-decoration: none;
}

.breadcrump li a:hover{
  color: #E0A800;
}

.info-title-cursos{
 font-size: 1.5em;
}

.info-list-cursos{
  font-size: 1.25rem;
}

.title-depoi{
  font-size: 1.75rem;
}

.carg-title{
  font-size: 1.25rem;
}

#info-curso-1 h2{
  font-size: 1.5rem;
}

#modulos-curso h3{
  font-size: 1.25rem;
}

.banner-3-text-selection{
  font-size: 1.25rem;
}
