@viewport {
    width: "device-width";
    initial-scale: "1.0";
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
 ========================================================================== */


/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
}


/**
* Render the `main` element consistently in IE.
*/

main {
    display: block;
}


/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
 ========================================================================== */


/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
 ========================================================================== */


/**
* Remove the gray background on active links in IE 10.
*/

a {
    background-color: transparent;
}


/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}


/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
 ========================================================================== */


/**
* Remove the border on images inside links in IE 10.
*/

img {
    border-style: none;
}


/* Forms
 ========================================================================== */


/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
    /* 1 */
    overflow: visible;
}


/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}


/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}


/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}


/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
 ========================================================================== */


/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}


/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}


/* Misc
 ========================================================================== */


/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}


/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}


/* FIN NORMALIZE */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

* {
    box-sizing: border-box;
}

html,
body {
    background-color: #FFF;
    font-family: "Open Sans", "Arial";
    height: 100%;
}

.loader-page {
    position: fixed;
    z-index: 1;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(235, 0, 0);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
}

@keyframes rotarload {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(176, 50, 50, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(176, 50, 50, 0);
    border-top: 2px solid rgba(176, 50, 50, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}

.arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: 0.5vmin solid white;
    border-right: 0.5vmin solid white;
    box-shadow: 0 0 0 lightgray;
    margin-top: 22px;
}

.arrow.left {
    left: 0;
    transform: translate3d(0, -50%, 0) rotate(-135deg);
    margin-left: 20px;
}

.arrow.right {
    right: 0;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    margin-right: 20px;
}

.arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -60%) rotate(45deg);
    width: 200%;
    height: 200%;
}

.noact {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.bt-menu span {
    background-color: #FFF;
    display: block;
    margin: 8px 0;
    width: 100%;
    height: 3px;
}

.titulo {
    color: #FFF;
    display: block;
    font-family: "Open Sans Condensed", "Arial";
    font-size: 15px;
    line-height: 20px;
    margin: auto;
    max-height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

h2 {
    color: #FFF;
    font-size: 16px;
}

.top {
    background-color: #C00;
    display: block;
    height: 45px;
    padding: 0 10px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.ctr {
    display: block;
    height:100%;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

.bot {
    background-color: #EFEFEF;
    bottom: 0;
    display: block;
    font-size: 0;
    position: fixed;
    min-height: 40px;
    padding-top: 1px;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.icono {
    background-color: #FFF;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Arial";
    font-size: 12px;
    height: 45px;
    overflow: hidden;
    padding: 3px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 33.33%;
}

.icono span {
    display: block;
    position: relative;
    top: 75%;
    transform: translateY(-50%);
}

.icono:first-child {
    border-left: none;
}

.icono:last-child {
    border-right: none;
}

.icono span:before,
.icono:last-child span:before,
.icono:first-child span:before {
    content: "\e619";
    position: absolute;
    font-family: "simple-line-icons";
    top: -16px;
    font-size: 16px;
    width: 100%;
    left: 0;
}

.icono:first-child span:before {
    content: "\e03a";
    transform: rotate(45deg);
}

.icono:last-child span:before {
    content: "\e08a";
}

.sel {
    color: #C00 !important;
}

.cartelera {
    padding: 20px 0;
    background-color: #000;
    font-size: 0;
}

.cartelera h2 {
    padding: 0 10px;
    font-size: 13px;
}

.cartelera-estrenos {
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none;
}

.cartelera-estrenos .pelicula {
    color: #888;
    display: inline-block;
    font-size: 0;
    margin: 0 5px 20px;
    text-decoration: none;
    vertical-align: top;
}

.cartelera-estrenos img {
    border-radius: 3px;
    display: inline-block;
    height: 300px;
    margin: auto;
    width: 200px;
}

.cartelera-estrenos span {
    color: #FFF;
    display: block;
    font-size: 14px;
    padding: 10px 5px;
    position: relative;
    max-width: 200px;
}

.cartelera-estrenos span:after,
.cartelera-estrenos span:before {
    bottom: 100%;
    left: 50%;
    border: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.cartelera-estrenos span:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 20px;
    margin-left: -20px;
}

.cartelera-salas {
    background-color: #333;
    display: block;
    margin: auto;
    padding: 20px;
    text-align: center;
    text-decoration: none;
}

.salaCine {
    background-color: #CCC;
    border-radius: 10px;
    color: #333;
    display: block;
    font-size: 15px;
    margin: 0 auto 10px;
    max-width: 300px;
    padding: 20px 5px;
    text-decoration: none;
}

.cartelera-peliculas {
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none;
}

.cartelera-peliculas .pelicula {
    color: #888;
    display: inline-block;
    font-size: 0;
    margin: 0 5px 20px;
    text-decoration: none;
    vertical-align: top;
    width: 120px;
}

.cartelera-peliculas img {
    border-radius: 3px;
    display: inline-block;
    height: 180px;
    margin: auto;
    width: 100%;
}

.cartelera-peliculas span {
    color: #FFF;
    display: block;
    font-size: 12px;
    padding: 10px 5px;
    position: relative;
    width: 100%;
}

.cartelera-peliculas span:after,
.cartelera-peliculas span:before {
    bottom: 100%;
    left: 50%;
    border: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.cartelera-peliculas span:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 10px;
    margin-left: -10px;
}

.detalles {
    display: block;
    color: #FFF;
    font-size: 14px;
    padding: 20px 50px 20px 20px;
}

.tit {
    border-radius: 0 0 5px 5px;
    display: table;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
}

.sinopsis {
    background-color: #333;
    display: block;
    color: #FFF;
    font-size: 14px;
    padding: 0 55px 20px 20px;
}

.horarios {
    background-color: rgb(83, 83, 83);
    display: block;
    color: #FFF;
    font-size: 14px;
    padding: 0 55px 20px 20px;
}

.horarios .cine-link {
    background-color: #CCC;
    border-radius: 10px;
    color: #333;
    display: block;
    font-size: 15px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
}

.trailer {
    background-color: #000;
    display: block;
    font-size: 14px;
    width: 100%;
    padding-bottom: 10px;
}

.botonera-lateral {
    display: block;
    position: fixed;
    top: 60px;
    right: 10px;
    width: 40px;
}

.ic {
    border-radius: 50%;
    display: block;
    height: 40px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

.ic i {
    display: block;
    font-size: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.c1 {
    background-color: rgb(150, 0, 92);
    color: #FFF;
}

.c2 {
    background-color: rgb(184, 0, 113);
    color: #FFF;
}

.c3 {
    background-color: rgb(216, 0, 133);
    color: #FFF;
}

.c4 {
    background-color: rgb(247, 0, 152);
    color: #FFF;
}

.proyeccion {
    display: table;
    font-size: 0;
    margin: auto;
    width: 100%;
}

.proyeccion:nth-child(2n) {
    background-color: #222;
}

.imgCartel {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: top;
    width: 120px;
}

.imgCartel img {
    width: 100%;
}

.infoDerCar {
    color: #FFF;
    display: table-cell;
    padding: 5px 10px;
    font-size: 13px;
    vertical-align: middle;
}

.infoDerCar span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

/* AGENDA */

.agenda {
    display: block;
    font-size: 0;
    padding: 20px 0;
    width: 100%;
}

.agenda h2 {
    color: #333;
    padding: 0 10px;
    font-size: 13px;
}

.evento {
    display: table;
    font-size: 0;
    margin: 0 auto 20px;
    width: 100%;
}

.evento:nth-child(2n) {
    background-color: #EFEFEF;
}

.imgProd {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: top;
    width: 120px;
}

.imgProd img {
    width: 100%;
}

.datos-agenda {
    color: #222;
    display: table-cell;
    padding: 0 10px 0;
    font-size: 13px;
    vertical-align: top;
}

.datos-agenda a {
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.zonaAge {
    font-size: 10px;
}

.img_ev {
    display: block;
    text-align: center;
    width: 100%;
}

.img_ev img {
    margin: auto;
    max-width: 80%;
}

.txt_ev {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 20px;
    width: 100%;
}

/* OFERTAS */

.mp {
    height: 100%;
    padding: 40px 0;
}

.ofertas,
.map {
    display: block;
    padding: 0;
    height: 100%;
    width: 100%;
}

.nota-mapa {
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    font-size: 12px;
    padding: 10px 5px;
}

.ofertas {
    padding-top:15px;
}

.producto {
    font-size: 15px;
    height: auto;
    padding: 20px;
}

.prod_img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.oferta_mas_info {
    background-color: #C00;
    display: block;
    padding: 10px 20px;
    text-align: center;
}

.ti1 {
    color: #FF0;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    text-decoration: line-through;
}

.ti2 {
    color: #FFF;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
}

.nota_informativa {
    display: none;
}

.formulario-contacto {
    background-color: #444;
    color: #FFF;
    display: block;
    padding: 20px;
    width: 100%;
}

.formulario-contacto label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
}

.formulario-contacto label a {
    color: #FF0;
}

.formulario-contacto input,
.formulario-contacto textarea {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.formulario-contacto textarea {
    height: 100px;
}

.formulario-contacto input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.ln_form {
    background-color: #555;
    color: #FFF;
    display: block;
    font-size: 12px;
    padding: 20px;
    width: 100%;
}

.formulario-contacto input[type="submit"] {
    display: inline-block;
    margin-bottom: 40px;
}

.zonas {
    display: block;
    padding: 15px 0;
    width: 100%;
}

.zonas a {
    padding: 15px 20px 15px 0;
    display: block;
    text-decoration: none;
    color: #333;
    border-bottom: solid 1px #EEE;
    border-top: solid 1px #EEE;
    font-size: 15px;
    margin-left: 25px;
    margin-top: -1px;
}

.zonas a:after {
    font-family: "simple-line-icons";
    content: "\e606";
    color: #ccc;
    position: absolute;
    right: 20px;
    font-size: 14px;
}

.zonas a:hover {
    background-color: #333;
    margin-left: 0;
    padding-left: 25px;
    color: #FFF;
}

.right .icons {
    color: #FFF;
    font-size: 18px;
    padding: 14px;
    position: absolute;
    right: 0;
}

.left .icons {
    color: #FFF;
    font-size: 18px;
    padding: 14px;
    position: absolute;
    left: 0;
}

.zona-actual {
    padding: 20px;
    display: block;
    width: 100%;
}

.int {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.act {
    font-size: 40px;
    padding: 10px 0;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
}

.listado-ofertas {
    display: block;
    width: 100%;
}

.listado-ofertas {
    display: block;
    padding:0 0 15px;
    width: 100%;
}

.listado-ofertas .linea-oferta {
    padding: 15px 20px 15px 0;
    display: block;
    text-decoration: none;
    color: #333;
    border-bottom: solid 1px #EEE;
    font-size: 15px;
    margin-left: 25px;
    position:relative;
}

.listado-ofertas .linea-oferta:last-child {
    border-bottom: none;
}

.listado-ofertas .linea-oferta:after {
    font-family: "simple-line-icons";
    content: "\e606";
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 14px;
}

.listado-ofertas .linea-oferta:hover {
    background-color: #333;
    margin-left: 0;
    padding-left: 25px;
    color: #FFF;
}

.of-tit {
    font-size: 14px;
    font-weight: bold;
    padding-right:30px;
    display:block;
    width:100%;
}

.of-lug {    
    font-size: 13px;    
    padding-right:30px;
    display:block;
    width:100%;
}

.buscador-zonas {
    display: none;
    width: 100%;
    padding: 50px 10px 5px;
    background-color: #FFD7D7;
}

.buscador-zonas input[type="text"] {
    background-color: #fff5f5;
    border: solid 1px #ffbaba;
    padding: 10px 20px;
    color: #830000;
    border-radius: 20px;
    width: 100%;
    font-size: 16px;
}

@media only screen and (min-device-width: 500px) {
    .proyeccion {
        display: inline-block;
        margin: 0;
        width: 50%;
    }

    .evento {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        width: 50%;
    }

    .evento:nth-child(2n) {
        background-color: #fff;
    }

}
