@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size:10px;
  text-decoration:none;   
font-family: "Rubik", sans-serif;
  font-weight: 300;
}

.pop {
position: fixed; 
top: 0; 
left: 0; 
z-index: 100; 
background-color: rgba(0,0,0,.6); 
text-align: center; 
width: 100vw; 
height: 100vh; 
display:none;
}	
.pop-show {
display: table;
}
.pop img {
width: auto;
height: 80vh;
}

.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main_align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}

.content {
width: calc(100% - 16rem);
padding: 6rem 8rem;
text-align: center;
}

header {
	width: calc(100% - 16rem);
    display: table;
	z-index: 50;
	top: 0;
	left: 0;
    padding: 0 8rem;
    padding-bottom: 0;
    height: 15rem;
    position: fixed;
    background-color: #FFF;
}
.header_small {
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
height: 8rem;
}


.logo {
display: inline-block;
vertical-align: middle;
width: 15rem;
}
.logo img {
width: 100%;
height: auto;
}
.logo_small {
width: 12rem;
}
.nav {
display: inline-block;
vertical-align: middle;
width: calc(100% - 31rem);
text-align: center;
}
.nav_small {
width: calc(100% - 25rem);
}



footer {
width: 100%;
position: relative;
}
.footer-top {
padding: 4rem 8rem;
width: calc(100% - 16rem);
background-color: #174460;
}
.footer-top-left {
float: left;
padding: 0 14rem 0 20rem;
background-image: url("images/logo-teatro-white.svg"), url("images/texture-footer.svg");
background-position: left top, right center;
background-size: 16rem auto, 6rem auto;
background-repeat: no-repeat;
width: calc(60% - 34rem);
}
.footer-top-right {
float: right;
padding: 0 0 0 4rem;
width: calc(40% - 8rem);
}
.footer-bottom {
background-color: #FFF;
padding: 4rem 8rem;
width: calc(100% - 16rem);
}
.footer-bottom-left {
float: left;
width: calc(100% - 20rem);
}
.footer-bottom-right {
float: right;
width: 20rem;;
}

.footer-column {
float: left; 
margin-right: 4rem;
}


.footer-item {
background-position: center left;
background-repeat: no-repeat;
background-size: 2rem auto;
padding: 1rem 0 1rem 3rem;
text-decoration: none;
font-size: 1.4rem;
display: block;
}



/*MAIN BANNER*/
.main-banner {
width: 100vw;
height: 32vw;
position: relative;
z-index: 2;
margin-top: 15rem;
}
.interior-banner {
width: calc(100vw - 16rem);
padding: 6rem 8rem;
position: relative;
z-index: 2;
margin-top: 15rem;
}



/*SLIDES */
.slide-teatro  {
background-color: #FFF;
padding:  8rem;
width: calc(100% - 16rem);
position: relative;
text-align: left;
z-index: 1;
}
.slide-cine {
position: relative;
z-index: 2;
background-color: #87152c;
padding:  8rem;
width: calc(100% - 16rem);
text-align:left;
}
.slide-cine .left {
float: left;
width: 33.3333%;
}
.slide-cine .right {
float: right; 
width: calc(66.6666% - 6rem)
}
.slide-convenciones {
background-color: #39ae9e;
position: relative;
padding:  8rem;
width: calc(100% - 16rem);
text-align:left;
z-index: 3;
}




.thumb {
width: calc(33.3333% - 5.2rem);
border-radius: 1.6rem;
float: left;
margin-right: 6rem;
margin-bottom: 4rem;
background-color:#FFF;
position: relative;
text-align: left;
overflow: hidden;
padding: .6rem;
color: #174460;
text-decoration: none;
}
.thumb:hover {
  box-shadow : 0px 0px 20px rgba(23, 68, 96, 0.25);
/*  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#174460') ;*/
}
.thumb .img {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%; 
padding-top: 65%;
border-radius: 1rem;
overflow: hidden;
}
.thumb .txt {
padding: 2rem;
}
.thumb .action {
opacity: 0;
padding: 2rem;
padding-top: 0;
}
.thumb:hover .action {
opacity: 1;
}



.thumb-cine {
width: calc(50% - 4.2rem);
border-radius: 1.6rem;
float: left;
color: #FFF;
margin-right: 6rem;
margin-bottom: 4rem;
position: relative;
text-align: left;
overflow: hidden;
padding: .6rem;
}
.thumb-cine:hover {
  box-shadow : 0px 0px 20px rgba(23, 68, 96, 0.25);
  background-color: #FFF;
  color: #174460;
/*  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#174460') ;*/
}
.thumb-cine .img {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%; 
padding-top: 65%;
border-radius: 1rem;
overflow: hidden;
}
.thumb-cine .txt {
padding: 1rem;
}


.thumb-date {
width: calc(33.3333% - 4rem);
float: left;
margin-right: 6rem;
margin-bottom: 4rem;
position: relative;
text-align: left;
}
.thumb-date .date {
width: 10rem;
height: 10rem;
background-color: #174460;
display: inline-table;
vertical-align: middle;
margin-right: 2rem;
text-align: center;
border-radius: 1rem;
color: #39ae9e;
}
.thumb-date .txt {
width: calc(100% - 12.5rem);
display: inline-table;
vertical-align: middle;
text-align: left;
}
.thumb-date:hover .date {
transform: scale(1.05);
color: #174460;
background-color: #FFF;
box-shadow : 0px 0px 20px rgba(23, 68, 96, 0.25);
}
.icon-close {
display: inline-block;
vertical-align: middle;
color: transparent !important;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
width: 4rem;
height: 4rem;
position: absolute;
top: 2rem;
right: 2rem;
background-image: url(images/icon-close.svg);
}

.cat {
width: 100%; 
padding-top: 4rem; 
display: flex;
}

.categoria {
	display:table;
	width: calc(100% - 8rem);
	padding: 0 4rem;
	height: 6rem;
	background-color: rgba(28,55,100,.1);
	text-decoration:none;
	background-image: url("images/icon-arrow-down-blue.svg");
	background-position: right 3rem center;
	background-repeat: no-repeat;
	background-size: 2.5rem auto;
	cursor:pointer;
	font-weight: 500;
	margin-bottom: 2rem;
	border-radius: 1rem;
	border: none;
}


.detalle {
	overflow: hidden;
    width: calc(100% - 4rem);
	clear: both;
	display:block;
	padding-bottom: 2rem;
	padding: 2rem;
}
.tag-boleteria, .tag-boleteria-footer {
display: block; 
background-color: #174460;
border-radius: 1rem;
color: #FFF;
text-decoration: none;
width: 100%;
height: 3.5rem;
padding-top: 1.5rem;
background-position: left 1rem center;
background-image: url("images/icon-entrada-white.svg");
background-repeat: no-repeat;
background-size: 3rem auto;
vertical-align: middle;
text-align: center;
font-size:1.4rem;
line-height: 2rem;
font-weight: 500;
margin-top: 2rem;
text-transform: uppercase;
}
.tag-boleteria-footer {
text-align: left;
padding-left: 5rem;
width: calc(100% - 5rem);
padding-top: 1rem;
padding-bottom: 1rem;
height: initial;
}

.bt-buy {
background-color: #174460;
border-radius: 1rem;
color: #FFF;
text-decoration: none;
width: 100%;
max-width: 36rem;
height: 3.5rem;
padding-top: 1.5rem;
background-position: left 1rem center;
background-image: url("images/icon-entrada-white.svg");
background-repeat: no-repeat;
background-size: 3rem auto;
display: inline-table;
vertical-align: middle;
text-align: center;
font-size:1.4rem;
line-height: 2rem;
font-weight: 500;
text-transform: uppercase;
}
.bt-buy:hover {
transform: scale(1.05);
}
.access {
border: solid .1rem #174460;
border-radius: 1rem;
margin-right: 2rem;
color: #174460;
text-decoration: none;
width: 20rem;
height: 5rem;
background-position: right 1rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
display: inline-table;
vertical-align: middle;
text-align: left;
padding-left: 2rem;
	font-size:1.4rem;
	line-height: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}
.access:hover {
border: solid .1rem #174460;
background-color: #174460;
color: #FFF;
transform: scale(1.05);
}
.access-active {
background-color: #87152c;
border: solid .1rem #87152c;
color: #FFF;
}
.bt-menu {
border: solid .1rem #174460;
border-radius: 1rem;
margin-right: 2rem;
color: #174460;
text-decoration: none;
width: 20rem;
height: 3.5rem;
padding-top: 1.5rem;
background-position: left 1rem top 1.5rem;
background-image: url("images/icon-menu.svg");
background-repeat: no-repeat;
background-size: 2rem auto;
text-align: right;
padding-right: 2rem;
	font-size:1.4rem;
	line-height: 2rem;
    font-weight: 500;
    display: inline-block;
vertical-align: middle;
position: relative;
}
.drop-menu {
display: none;
position: absolute; 
top: 0; 
left: 0; 
width: 18rem; 
background-color: #87152c; 
border-radius: 1rem;
z-index: -1;
text-align: center;
border: solid .1rem #87152c;
padding: 2rem;
padding-top: 6rem;
}
.drop-view {
display: block;
}
.bt-menu-effect {
border: solid .1rem #87152c;
color: #FFF;
background-image: url("images/icon-menu-white.svg?v=1.2");
}

.bt-detalles, .bt-entradas {
font-size:1rem;
letter-spacing: .2rem;
color: #174460;
text-decoration: none;
padding: 1rem 0 1rem 3rem;
background-position: left center;
background-repeat: no-repeat;
background-size: 2rem auto;
}
.bt-detalles{
margin-right: 3rem;
}


.info {
float: left; 
width: calc(100% - 50rem); 
text-align: left;
}

.floating {
float: right; 
width: calc(40rem - 8rem);
padding: 4rem;
border-radius: 1rem;
text-align: left;
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}
.zoom {
display: table;
width: 3rem;
height: 3rem;
text-align: center;
background-color: #FFF;
border-radius: 1rem;
position: absolute;
right: 1rem;
bottom: 1rem;
}
.zoom img {
width: 60%;
height: auto;
}
.poster {
width: calc(50% - .75rem); 
display: inline-block; 
vertical-align: middle; 
border-radius: 1rem; 
overflow: hidden; 
margin-right: 1rem; 
background-color: aqua;
}
.poster-img {
width: 100%; 
padding-top: 65%; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
position: relative;
}
.cartelera {
width: calc(50% - .75rem); 
display: inline-block; 
vertical-align: middle; 
background-color: #FFF; 
border-radius: 1rem; 
overflow: hidden;
}
.cartelera-wrapper {
width: 100%; 
padding-top: 65%; 
position: relative;
}

.tag {
display: block; 
margin-bottom: 1rem;
}


/* FONTS */
.menu, .submenu {
	font-size:1.4rem;
    display: block;
    color: #FFF;
    padding: .5rem 0;
    text-decoration: none;
    text-transform: uppercase;
}

.submenu {
    font-size:1rem;
    letter-spacing: .2rem;
	font-weight: 400 !important;
}
.t1 {
	font-size:5rem;
	line-height: 5rem;
    letter-spacing: 1rem;
}
.t2 {
	font-size:4rem;
	line-height: 3rem;
}
.t3 {
	font-size:2.1rem;
	line-height: 3rem;
}

.t4 {
	font-size:1.8rem;
	line-height: 2.4rem;
}
.t5 {
	font-size:1.4rem;
	line-height: 2rem;
}


.white {
	color:#FFF;
}
.black {
color: #174460;
}
.green {
color: #39ae9e;
}



/* REDES */

.instagram, .facebook {
	color:transparent;
	background-color: #FFF;
	display:inline-block;
	cursor:pointer;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	text-decoration:none;
	margin: 0 3rem 0 0;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
}

.instagram {
background-image: url(images/icon-in.svg?v=1.3);
}
.instagram:hover {
background-image: url(images/icon-in-color.svg?v=1.3);
}

.facebook {
background-image: url(images/icon-fb.svg?v=1.3);
}
.facebook:hover {
background-image: url(images/icon-fb-color.svg?v=1.3);
}




/* FORM*/


.search-box {
padding: 0 1.5rem;
background-color: #FFF;
text-align: left;
width: calc(100% - 38rem);
height: 5rem;
border-radius: 1rem;
display: inline-block;
vertical-align: middle;
border:solid .1rem #174460;
}
.field {
	border: none;
	color:#02293F;
	width:calc(100% - 5rem);
	height: 4rem;
	text-decoration:none;
	font-size:1.4rem;
	background-color: transparent;
	display: inline-block;
	outline:none;
    appearance:none;
	resize:none;
}
.send {
	color:transparent;
    background-color: transparent;
	text-decoration:none;
	width: 4rem;
    text-align: center;
	border: none;
	display:inline-block;
	cursor:pointer;
	height: 4rem;
    background-image: url("images/icon-search-blue.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
	border-radius: none;
	-webkit-appearance:none;
     -moz-appearance:none;
    appearance:none;
}

.send:hover {
transform: scale(1.015);
}



@media (min-width: 651px) and (max-width: 1350px) {
html, body {
	font-size:9px;
}
}

@media (min-width: 1500px) {
html, body {
	font-size:10px;
}
}

@media (min-width: 1700px) {
html, body {
	font-size:11px;
}	
}

@media (min-width: 2000px) {
html, body {
	font-size:12px;
}
}

@media (min-width: 2400px) {
html, body {
	font-size:13px;
}
}

@media (min-width: 2800px) {
html, body {
	font-size:14px;
}
}




@media screen and (max-width: 650px) {


.icon_close, .icon_menu {
display: block;
}

/*HEADER*/

header {
	width:  calc(100% - 4rem);
	height: 8rem;
	padding: 1rem 2rem;
}
.header_small {
padding: 1rem 2rem;
height: initial;
}
.logo {
    width: 10rem;
}
.l-teatro {
float: left !important;
}
.l-centro {
float: right !important;
}
.nav {
display: none;
}
.cat {
display: none;
}
/*MAIN BANNER*/


.thumb, .thumb-cine, .thumb-date {
width: calc(100% - 1.2rem);
float: none;
margin-right: 0;
}


/*SLIDES */
.slide-teatro  {
padding:  4rem;
width: calc(100% - 8rem);
}
.slide-cine {
padding:  4rem;
width: calc(100% - 8rem);
}
.slide-convenciones {
padding:  4rem;
width: calc(100% - 8rem);
}


.t1 {
	font-size:3rem;
    letter-spacing: .5rem;
	line-height: 3.6rem;
}
.t2 {
	font-size:2.4rem;
	line-height: 2rem;
}
.t3 {
	font-size:2rem;
	line-height: 2.6rem;
}

.t4 {
	font-size:1.6rem;
	line-height: 2.2rem;
}
.t5 {
	font-size:1.2rem;
	line-height: 1.6rem;
}



.footer-top {
padding: 4rem;
width: calc(100% - 8rem);
}
.footer-top-left {
float: none;
padding: 20rem 0 10rem 0;
background-image: url("images/logo-teatro-white.svg"), url("images/texture-footer-mob.svg");
background-position: center top, bottom center;
background-size: auto 16rem, auto 6rem;
background-repeat: no-repeat;
width: 100%;
margin-bottom: 4rem;
}
.footer-top-right {
float: none;
padding: 0;
width:100%;
}
.footer-bottom {
padding: 4rem;
width: calc(100% - 8rem);
}
.footer-bottom-left, .footer-bottom-right {
float: none;
width: 100%;
}

.footer-column {
float: none; 
margin-right: 4rem;
}
.footer-bottom-right img {
width: 60% !important;
margin: auto;
}
.footer-bottom-right {
text-align: center;
padding: 4rem 0;
}
.main-banner, .interior-banner {
    margin-top: 10rem;
}
.main-banner {
    height: 65vw;
}
.interior-banner {
    width: calc(100vw - 8rem);
    padding: 4rem;
}
.slide-cine .left, .slide-cine .right {
float: none;
width: 100%;
}
.slide-cine .left {
margin-bottom: 3rem;
}

.content {
    width: calc(100% - 8rem);
    padding: 4rem;
}

.info {
float: none; 
width: 100%;
}

.floating {
float: none; 
width: calc(100% - 8rem);
padding: 4rem;
}


.poster {
width: 100%;
border-radius: 1rem; 
margin-right: 0; 
}
.cartelera {
width:100%;
}
.cartelera-wrapper {
width: 100%; 
padding-top: initial; 
}





}