/*Cor Background Menu*/
.bg-F28705 {
    background-color: #F28705 !important;
  }

/*Cor Background index*/
.bg-CD4F40{
    background-color: white !important;
}
/*Cor Background contato e pagamento*/
.bg-F8EDE5{
    background-color: white!important;
}
/*Cor Background adicionar ao carrinho*/
.bg-62330F{
    background-color: #004AAD !important;
}

.logo img{
    position:absolute;
    margin-top: 15px;
    margin-left: 10px;
}

section,footer,table,p{
    margin: 40px;
}

h1{
    font-size: 40px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    background-color: #F28705;
    color: #94ac0b;
    text-transform: capitalize;
    font-style: Tahoma;
}

h2{
    font-size: 54px;
    color: #004AAD;
    padding: 0%;
    font-weight: 600;
    font-style: Arial;
}
.btn-bg-F28705{background-color: #F28705 !important;

}
.text-bg-F28705{
    color: #F28705 !important;
}
.text-bg-62330F{
    color: #004AAD !important;
}

.text-bg-F8EDE5{
    color: white !important;
}

a{text-decoration: none;
    background-color: #F28705;
    color: #004AAD;
    border-radius: 100px;
    padding:5px 20px;
    transition-duration: 1;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  table{
    width: 94%;
}

table td, table th{
    padding: 5px;
    border: 2px solid white;
}

table tr:nth-child(even){
    background-color: #004AAD;
    text-align: center;
    color: white;
}

table tr:nth-child(odd){
    background-color: #F28705;
    text-align: center;
    color: #004AAD;
    
}

table thead th{
    background-color: #004AAD;
    color: white;
}

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  .carousel-item img {
    max-width: 100%;
    height: auto;
  }
  .carousel-caption h5 {
    font-size: 50px;
  }
  
  @media (max-width: 576px) {
    /* Estilos para dispositivos móveis com largura máxima de 576px */
    .carousel-caption h5 {
      font-size: 14px;
    }
  }

  @media (max-width: 992px){
    .nav-link{
      border-bottom:solid 1px #9b05f2;
      border-radius: 0;
    }
  }
  caption {
    display: table-caption;
    text-align: center;
    caption-side: top;
    padding: 10px;
    font-weight: bold;
    color: #F28705;
  }
  p{
    color: #004AAD;
  }
    