/*vermelho #c6c6c6
roxo #6175AC*/

body{
    background: url('../imagens/fundo.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #c6c6c6;
    font-family: Kodchasan;
    color: #ffffff;
}

h4{
    font-family: Kodchasan !important;
}

.container{
  max-width: 100%;
  min-width: 100%;
}

.menu{
  margin-left: 0px;
}

.menucontainer{
  background-color: #6175AC !important;
  border-bottom: #c6c6c6 solid 10px;

}

.realizacao{
  margin-top: 55px;
}

li{
    list-style: none;
}

.datahorario{
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    font-size: 12px;
    text-transform: uppercase;
}

.redesociais {
  position: absolute;
  float: right;
  right: 25px;
}


.redesociais img{
  max-width: 30px;
}

.redesociais a{
  text-decoration: none;
}

#mapaanembi{
  position: relative;
  float: right;
}

#ingresso h3{
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
}

#ingresso h3:first-child{
  margin-top: 20px;
}

.ingressos {
  margin-bottom: 20px;
}

.ingressos li{
  min-width: 280px !important;
  max-width: 280px !important;
  height: 710px;
  background: url('../imagens/box.png');
  padding-top: 20px;
  margin-left: 20px;
  border: solid 4px #6175AC;
  display: inline-block;
  cursor: pointer;
}

.ingressos li:hover{
  border: solid 4px #ddd;
  box-shadow: 0px 0px 10px #c6c6c6;
}

.camisetas {
  margin-bottom: 20px;
}

.camisetas li{
  height: 710px;
  background: url('../imagens/box.png');
  padding-top: 20px;
  margin-left: 50px;
  border: solid 4px #6175AC;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 80px;
  overflow: hidden;
}

.camisetas li:hover{
  border: solid 4px #ddd;
  box-shadow: 0px 0px 10px #c6c6c6;
}

.camisetas li img{
  max-width:fit-content ;
}

.camisetas .descricao{
  color: #fb9f00;
  font-weight: bold;
  font-size: 25px;
  min-height: 60px;
}

.livros {
  margin-bottom: 20px;
}

.livros li{
  height: 1110px;
  background: url('../imagens/box.png');
  padding-top: 20px;
  margin-left: -45px;
  border: solid 4px #6175AC;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 80px;
  overflow: hidden;
}

.livros li:hover{
  border: solid 4px #ddd;
  box-shadow: 0px 0px 10px #c6c6c6;
}

.livros .descricao{
  color: #fb9f00;
  font-weight: bold;
  font-size: 25px;
  min-height: 60px;
}

.combos {
  margin-bottom: 20px;
}

.combos li{
  height: 1110px;
  background: url('../imagens/box.png');
  padding-top: 20px;
  margin-left: -45px;
  border: solid 4px #6175AC;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 80px;
  overflow: hidden;
}

.combos li:hover{
  border: solid 4px #ddd;
  box-shadow: 0px 0px 10px #c6c6c6;
}

.combos .descricao{
  color: #fb9f00;
  font-weight: bold;
  font-size: 25px;
  min-height: 60px;
}

.descricao{
  min-height: 140px;
  font-size: 15px;
  display: block;
}

.tamanholi{
  height: 70px !important;
  width: 70px;
  background: none !important;
  cursor:auto !important;
}

.lista-tamanhos{
  margin-bottom: 150px;
}

.lista-tamanhos:hover{
  background-color: rgba(255, 255, 255, 0.5);
}

iframe{
  border: solid 4px #6175AC;
}

.nomeingresso{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  min-height: 72px;
  display: block;
}

.nomecamiseta{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  min-height: 72px;
  display: block;
}

.nomelivro{
  width: 100%;
  font-size: 45px;
  font-weight: bold;
  color: #fb9f00;
  text-align: center;
  min-height: 72px;
  display: block;  
}

.precoloteatual{
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}

.preconaosocio{
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;  
}

.chamativo{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

#prorgamacao li{
  font-size: larger;
  border-bottom: #6175AC 3px dotted;
  margin-bottom: 25px;
}

#prorgamacao li strong{
  color: #fb9f00;
}

.floating-label-form-group input, .floating-label-form-group textarea{
  color: #000000 !important;
}

.floating-label-form-group input:focus, .floating-label-form-group textarea:focus {
  color: #000000 !important;
  background-color: none !important;
  border-color: #c6c6c6 !important;
  outline: 0;
}

.floating-label-form-group input::placeholder, .floating-label-form-group textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.floating-label-form-group input:-ms-input-placeholder, .floating-label-form-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.floating-label-form-group input::-ms-input-placeholder, .floating-label-form-group textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

#assento{
  max-width: 120px;
}

.voltaraotopo  {
  position:fixed;
  bottom: 2%;
  right:2%;
}

.ircarrinho  {
  position:fixed;
  bottom: 70%;
  right:2%;
}

