/*BANNERS POR TELA*/
.banner-acoes-promocionais,
.banner-cineticket,
.banner-eventos,
.banner-festa-no-cinema,
.banner-kinobox,
.banner-projeto-escola,
.banner-sessao-fechada,
.banner-anuncie-no-kinoplex{
    width: 100%;
    height:50%;
    background-position:center;
    background-size:cover;
    }
@media (max-width: 768px){
.banner-acoes-promocionais,
.banner-cineticket,
.banner-eventos,
.banner-festa-no-cinema,
.banner-kinobox,
.banner-projeto-escola,
.banner-sessao-fechada,
.banner-anuncie-no-kinoplex{
    width: 100%;
    height:25%;
    background-position:center;
    background-size:cover;
    }
}
/*FIM BANNERS POR TELA*/

h2, h3{
    font-family: Futura,Trebuchet MS,Arial,sans-serif !important;
    color: #f07d00 !important;
    font-weight: bold;
}
h3{
    margin-bottom: 25px;
}
/*FORMULÁRIO*/
.centered-form .panel{
    background-color: #ffffff;
}
.centered-form .form-control{
    height: 50px !important;
    border: 1px solid #ccc !important;
}
.centered-form textarea{
    min-height: 150px;
}
/*FIM FORMULÁRIO*/
.pagina-produtos ul{
    padding-left: 0 !important;
}
.pagina-produtos ul li{
    font-size: 16px;
    list-style:none;
}
.no-padding img{
  padding-left:0 !important;
  padding-right:0 !important;
}
.pagina-produtos ul li::before{
    content: "• "; color: #f07d00;  
}
.pagina-produtos .well{
    margin-top: 0;  
}
.pagina-produtos span.ti-Line-Smartphone-1{
    color: #f07d00 !important;
    font-size: 32px;
}
.pagina-produtos .fone-produtos{
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.pagina-produtos .botoes-kinoplex{
    max-width: 400px;
    font-size: 16px;
    background-color: #ffffff;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 50px;
    border: 1px solid #333;
}

/*PRODUTOS*/
.banner-produtos {
  width: 100%;
  height: 50%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .banner-produtos {
    width: 100%;
    height: 25%;
    background-position: center;
    background-size: cover;
  }
}

.produtos::after {
    margin-top: 20px;
}

.produtos {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.produtos .botoes-kinoplex {
    font-size: 12px;
    color: #333;
    border: 1px solid #333;
    border-radius: 4px;
    line-height: 3;
    display: block;
    text-align: center;
    padding: 0 !important;
}
.produtos .col-md-8 h2{
    color: #333333 !important;
    text-transform: uppercase;
    font-size: 18px;
}
.produtos .col-md-4 {
    padding: 0;
}

.produtos p {
    font-size: 14px;
}

.produtos .horarios-botoes-kinoplex {
    padding: 5px 10px;
}

.produtos .horarios-botoes-kinoplex:hover {
    color: #ffffff;
    background-color: #f90;
}
/*FIM PRODUTOS*/