body {
  font-family: 'Arimo', sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  background-color: #FFFFFF;
}

.container { 
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}

/* SEPARADORES */
.s { clear: both; }
.s5 { height: 5px; clear: both; }
.s10 { height: 10px; clear: both; }
.s15 { height: 15px; clear: both; }
.s20 { height: 20px; clear: both; }
.s30 { height: 30px; clear: both; }
.s40 { height: 40px; clear: both; }
.s50 { height: 50px; clear: both; }
.s60 { height: 60px; clear: both; }
.s70 { height: 70px; clear: both; }
.s80 { height: 80px; clear: both; }
.s90 { height: 90px; clear: both; }
.s100 { height: 100px; clear: both; }

/* COLOR */
.color { color: #ac3439; }
.blanco { color: #FFFFFF; }

/* NAVBAR */
.navbar-default { border: none; }

.navbar { 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  -o-transition: all 0.6s ease-out; 
  -ms-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out; 
  background: #FFFFFF;
}

.navbar.scrolled {
    background: #000000;
}  

@media (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .pull-right {
      float: left!important;
    }
}    


/* Hamburguesa */
.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ac3439;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Menú */
.navbar-default .navbar-nav>li>a { 
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  /*color: #999999;*/
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 16px 0 0 20px;
  /*text-shadow: 1px 1px #000000;*/
  letter-spacing: 1px;
}

/*.navbar.scrolled .navbar-nav>li>a { color: #FFFFFF; }*/

.nav > li.disabled > a {
  color: #FFFFFF;
}

/* Menú SM */
@media (min-width: 768px) { 
  .navbar-default .navbar-nav>li>a { font-size: 13px; padding: 16px 0 0 13px; }
}  
/* Menú MD */
@media (min-width: 992px) { 
  .navbar-default .navbar-nav>li>a { font-size: 16px; padding: 16px 0 0 18px; }
}  

/*.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
    color: #537b82;
    text-decoration: none;
    background: none;
}*/

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
    color: #ac3439;
    text-decoration: none;
    background: none;
}

.scrolled .navbar-nav>li>a { color: #FFFFFF; }

/* Logo */
.navbar-brand { padding: 0 15px 0 15px; }


/* TIPOGRAFÍAS */
h1, h2, h3, h4, h5 {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ac3439;
}

/* TABLAS */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
}


/* A MEDIDA */
  section.titular {
    padding: 30px 0 0 0;
    background-color: #e2048c;
    margin: 0;
    border-top: 5px solid #000000;

  }
  
  
  h1 small { color: #000000; font-weight: 700; margin: 0; padding: 0;  } 

  .texto-sinopsis { font-size: 110%; font-weight: 700;  }

  /*img.borde-color { border-bottom: 10px solid #e2048c; }*/

/* INICIO */
section.inicio {
  background: url(imagen/fondo-cabecera.jpg) no-repeat center bottom;
  background-size: cover;
  /*min-height: 700px;*/
}

/* TRÁILER */
section#trailer { color: #FFFFFF; background-color: #000000; }


/* DIRECCIÓN */
p.pregunta-entrevista { margin-top: 40px; }

.cita { text-transform: none; }

/* DESCARGAS */

.descargas img:hover { opacity: 0.7; filter: alpha(opacity=70);  }

/* CRÍTICAS */
h4.critica { text-transform: none; }

.criticas > p { margin-top: 20px; }

.glyphicon-star { color: #000000; }



/* SEPARADOR */

hr.fancy-line { 
    border: 0; 
    height: 3px;

}
hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}
hr.fancy-line:after {
    content:'';
    height: 0.5em;
    top: 1px;
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.fancy-line, hr.fancy-line:before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
}

body, hr.fancy-line:after {
    background: #f4f4f4;
}


#inicio {
  background: url( 'imagen/fondo-cabecera.jpg' ) no-repeat center top;
  margin-top: 0px;
  padding-top:80px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  /*min-height: 700px;*/
  width: 100%;
  
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section { padding-top: 30px; }

.seccion-inicio {
    height: 100%;
    padding-top: 150px;
    text-align: center;

}