@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
    font-size: 13px;
    color: #333;
}

a {
    color: #FF9800;
}

h1, h2, h3, h4, h5 {
    line-height: 100%;
    margin: 0;
}

.row {
    margin: 0;
}

.btn-site {
  background-color: #E9413E;
  color: #fff;
  line-height: 30px;
  height: 34px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.btn-site:hover {
  background-color: #000;
  color: #fff;
}

/* label focus color */
.input-field input[type=text]:focus + label,
.input-field input[type=password]:focus + label {
    color: #FF9800;
}
/* label underline focus color */
.input-field input[type=text]:focus,
.input-field input[type=password]:focus {
    border-bottom: 1px solid #FF9800;
    box-shadow: 0 1px 0 0 #FF9800;
}

.input-field .prefix.active {
    color: #FF9800;
}

.left-align {
  text-align: left!important
}


/*--------------------------------------------------
# Header
--------------------------------------------------*/
header {
  float: left;
  width: 100%;
  background-color: #000;
  padding: 10px 0 2px;
}

nav {
  color: #fff;
  background-color: #465553;
  width: 100%;
  float: left;
  height: 60px!important;
  line-height: 60px!important;
  box-shadow: none;
  margin-bottom: 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  margin-top: -5px;
}

nav ul {
  float: left;
  display: inline;
  width: 100%;
}

nav li {
  padding: 0px 5px!important;
}

nav li:hover {
  background-color: transparent!important;
}

nav li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -2px;
  padding: 0 5px;
  height: 65px;
}

nav li a:hover, nav li a.active {
  color: #fff;
  background: rgba(0,0,0,0.7);
}

/*--------------------------------------------------
# Content
--------------------------------------------------*/
.head {
  background: #e62645 url('../img/pro-cine.jpg') no-repeat right top;
  height: 100px;
  color: #fff;
}

.head h1 {
  font-size: 35px;
  margin: 17px 0 10px 15px;
  display: inline-block;
}

.head p {
  font-size: 14px;
  margin: 0 0 10px 15px;
}

.cont {
  /* padding-top: 40px!important; */
  padding-bottom: 40px!important;
}

.sep {
  display: inline-block;
  border: 1px solid #D2D3D4;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.cartelera .sep {
  font-size: 15px;
}

.cartelera .imagen {
  float: left;
  width: 200px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #333333;
  position: relative;
}

.cartelera .imagen:hover .hover {
  opacity: 1;
}

.cartelera .imagen .hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all ease .5s;
}

.cartelera .hover a {
  display: table;
  position: absolute;
  border: 1px solid #fff;
  padding: 5px 10px;
  transition: all ease .5s;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.cartelera .hover a::before {
  content: '';
  display: block;
  border: 1px solid #fff;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
}

.cartelera .hover a:hover {
  background: #fff;
  color: #333;
}

.cartelera {
  font-family: 'Oswald', sans-serif;
}

.cartelera .descp {
  margin: 10px 15px 15px 210px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.cartelera h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  color: #534741;
}

span.sem {
  width: 20px;
  height: 20px;
  float: right;
  border-radius: 2px;
  margin: 0!important;
}

span.green {
  background-color: green;
}

span.red {
  background-color: red;
}

span.yellow {
  background-color: yellow;
}

.cartelera .descp p{
  margin: 0 0 8px;
}

.cartelera .descp .buttons{
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* compra down */
.compra {
  display: none;
  margin-top: -16px;
}

.cerrar-compra {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background-color: #000;
  width: 25px;
  height: 25px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
  transition: all ease .5s;
}

.cerrar-compra:hover {
  background-color: #cecece;
}

.compra table a.btn {
  font-size: 12px;
}

.compra table a.plus,
.modal table a.plus {
  display: block;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  font-size: 18px;
  width: 70px;
  margin: 0 auto 5px;
  font-size: 15px;
}

.compra table input,
.modal table input {
  text-align: center;
}

.compra h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.compra .entradas {
  margin: 20px 0;
  border: 1px solid #E5E5E5;
  padding: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.21) inset;
}

.compra .entradas table {
  margin-bottom: 15px;
}

.compra .border {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding: 10px;
}

.compra .border div:first-child {
  padding-left: 0;
}

.compra .agregar {
  margin-top: 10px;
}

/* label focus color */
input[type=text]:focus + label {
 color: #e62645!important;
}
/* label underline focus color */
input[type=text]:focus {
 border-bottom: 1px solid #e62645!important;
 box-shadow: 0 1px 0 0 #e62645!important;
}

.sep.principal {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
  transition: all ease .5s;
}

.shadow {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.55)!important;
  transition: all ease .5s;
}


/*--------------------------------------------------
# Detalle
--------------------------------------------------*/
.detalle {
  font-size: 15px;
}

.detalle h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.detalle .banner .divider {
  margin-top: 10px;
  margin-bottom: 14px;
}

.detalle .det-dscp span, 
.cartelera .descp span{
    font-weight: 500;
  margin-right: 5px;
}

#materialbox-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.funciones {
  margin-top: 20px;
}

/* popup */
.modal {
  border-radius: 4px;
}

.modal-content {
  padding: 0!important;
}

.modal h4 {
  background-color: #000;
  padding: 20px;
  color: #fff;
}

.modal.reserva {
  width: 40%;
}

/* Nuevo titulo */
.box_icons {
  border-bottom: 2px solid #11b5ab;
  margin-bottom: 23px;
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
  margin: 0 0.75rem 10px;
}

.box_icons h3 {
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #11B5AB;
}

.box_icons .boxnov {
  float: left;
  margin-left: 12px;
}

/* inputs */
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
  border: 1px solid #949494;
  height: 30px;
  line-height: 30px;
  margin: 0;
}


/*--------------------------------------------------
# Footer
--------------------------------------------------*/
article {
  float: left;
  width: 100%;
  background-color: #F0F0F0;
  min-height: 350px;
}
footer {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 100%;
  padding: 30px 0;
  background-color: #000;
  color: #FFF;
}

footer div.col {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #cecece;
}

footer div.col:last-child {
  border-right: none;
}

footer div.pd {
  padding-left: 30px!important;
}

footer p {
  margin: 0;
}


/*--------------------------------------------------
# Nuevos cambios
--------------------------------------------------*/
.filtros .acordeon-1,
.filtros .acordeon-2 {
  display: none;
  padding: 20px;
  position: relative;
}

.filtros .acc-info h4,
.filtros .acc-funcion h4 {
  font-size: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 10px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
  color: #333;
}

.filtros .acc-info a.btn-close,
.filtros .acc-funcion a.btn-close {
  position: absolute;
  right: 20px;
  top: 18px;
  background-color: #fff;
  width: 34px;
  line-height: 29px;
  text-align: center;
  border: 1px solid #D0D0D0;
  border-radius: 4px 4px 0 0;
  font-size: 20px;
}

.filtros .acordeon.open.off {
  display: none; 
}

table a.btn-site.plus {
  display: block;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  font-size: 12px;
  width: 170px;
  margin: 0 auto 5px;
  font-family: "Roboto", sans-serif!important;

}

table .cantidad {
    width: 30%;
    line-height: 33px;
    padding: 0 10px;
    text-align: center;
    background-color: #FFF;
}

table .cantidad-2 {
  float: left;
  width: 30%;
  line-height: 50px;
}

table .sumar-restar {
  float: left;
  width: 70%;
}

table .sumar-restar a.btn-site.plus {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  width: 40px;
  min-width: initial;
  padding: 0;
}

table .sumar-restar {
  float: left;
  width: 70%;
}

table .sumar-restar a.btn-site.plus {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  width: 40px;
  min-width: initial;
  padding: 0;
  font-family: "Roboto", sans-serif!important;
}

.detalle, .checkout {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.checkout {
  font-weight: 500;
}

/* icono soles */
.fa-soles::before {
  content: "S/";
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.fa-soles::after {
  content: ".";
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-left: -3px;
}

/* icono carrito */
a.car {
  float: right;
  background-color: rgb(233, 65, 62);
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
}

a.car i {
  font-size: 17px;
}

a.car span {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #000;
  width: 20px;
  text-align: center;
  height: 19px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 5px;
}

#user_web input{
    text-align: center;
}
.alert{
    color: #096f09;
    background-color: #ccffd5;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}

/*-------parta imprimir------*/

@media print{
    header,nav,footer{
        display: none;
    }
    .print-hidden{
        display: none;
    }
    #yii-debug-toolbar,
    #yii-debug-toolbar-min{
        display: none;
    }
    .slide{
        display: none;
    }
}

/* 25/07/2015 | CV-61 */
.addcart-width {
  max-width: 140px;
}

/* 25/07/2015 | CV-61 */
@media (max-width: 1384px) {
  nav li {
    padding: 0px 10px!important;
  }
}
@media (max-width: 1284px) {
  nav ul a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 993px){
  .container {
      width: 85%;
  }
}

a.button-collapse {
    border: 2px solid #FFFFFF;
    position: absolute;
    right: 50%;
    top: 25px;
    border-radius: 3px;
    padding: 5px 8px;
    background-color: #fff;
    color: #000;
    height: 38px;
}

/* 25/07/2015 | CV-62 */
.slide {
    display: inline;
    float: left;
    width: 100%;
}

.slide img {
    width: 100%;
    max-width: 100%;
    /* width: 100%; */
}

header {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.55);
    position: relative;
}

@media (max-width: 992px) {
  .slide {
    margin-bottom: 35px;
  }
  footer div {
    margin-bottom: 20px;
    border-right: none!important;
  }
  footer div.pd {
    padding-left: 0.75rem!important;
  }
}

@media (max-width: 600px) {
  .banner {
      margin-bottom: 30px;
  }
  header {
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.55);
      position: relative;
      margin-bottom: 35px;
  }
  header img {
      max-width: 120px;
  }
  a.button-collapse {
      top: 11px;
  }
}

/* 25/07/2015 | CV-65 */
.cartelera .descp {
    max-height: 185px;
    overflow: hidden;
}

@media (max-width: 760px) {
  .cartelera .imagen {
    float: none;
    margin: 12px auto 15px;
  }

  .cartelera .descp {
    margin: 10px 15px 55px;
  }

  .banner {
    margin-bottom: 25px;
  }
}


