html, body{
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: 100%;
	font-size: small;
	margin: 0;
	padding: 0;
}

.ob { background: #171717 }
.no-padding { padding: 0 !important }
.no-margin { margin: 0 !important }
#main-menu li a.active { color: #0e8c2b }

#menu-dots-container {
	float: right;
	width: 40px;
	height: 33px;
	padding: 0;
}

#menu-dots {
	margin-top:20px;
	height: 33px;
	float: right;
}

#current-route li a { color: #000; }

#current-route li.active {
	color: #1799a7;
}

/* footer xs size */
@media(max-width: 370px){
	footer .main-menu {
		float: none !important;
		text-align: center;
		max-width: 100% !important;
	}
	footer .social-menu {
		width: 100% !important;
		margin-top: 1em !important;
		text-align: center;
	}
}

/* Phone */
@media (max-width: 600px) {
	#main-menu-container {
		padding: 0.8em 1em 1.1em 0.8em;
    background-color: #171717;
	}

	#mobile-nav {
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 11;
		background: #000;
		top: 0;
		left: 0;
	}

	#main-menu {
		margin: 0.8em 0 0 0;
		padding: 0;
	}

	#main-menu li {
		text-align: right;
		list-style: none;
	}

	#main-menu li a {
		color: #fff;
		font-size: 1.4em;
		border-bottom: 1px solid #fff;
		display: block;
		padding: 0.5em;
		margin: 0 0.8em;
	}

	.no-border-bottom {
		border-bottom: 0 !important;
	}

	#close-modal-main-menu {
		font-size: 2.8em;
		position: absolute;
		z-index: 11;
		top: 0.3em;
		left:0.5em;
		font-weight: lighter;
		color: #fff;
		cursor: pointer;
		width: 35px;
		height: 50px;
		background: url('../svg/close.svg') no-repeat;
		background-size: 25px 25px;
	}

	#main-menu-logo {
		width: 160px;
		margin: 5px 0 0 0;
	}

	#nav-route { display: none; }

	footer .main-menu {
		max-width: 240px;
		width: 100%;
		margin: 0 !important;
		padding: 0.8em 0 0 0.8em !important;
		font-size: 0.9em;
	}

	footer .main-menu li {
		font-size: 0.9em;
	}
}

/* tablet and desktop transition */
@media(min-width: 601px) and (max-width: 800px) {
	#main-menu-logo {
		width: 140px !important;
	}

	#main-menu-container {
		
	}

	#main-menu li a {
		font-size: 1.2em !important;
		margin: 0 0.4em 0 0 !important;
	}
}

/* Tablet and desktop */
@media (min-width: 601px){
	#menu-dots, #menu-dots-container {
		display: none;
	}

	#close-modal-main-menu {
		display: none;
	}

	#main-menu-container {
		text-align: center;
		overflow: hidden;
		
    background-color: #171717;
    padding-bottom: 10px;
	}

	html #mobile-nav.hidden {
		display: block !important;
    background-color: #171717;
	}

	#main-menu {
		list-style: none;
		margin: 0.9em 0 0 0;
		padding: 0;
		float: right;
	}

	#main-menu li {
		display: inline;
	}

	#main-menu li a {
		color: #fff;
		font-size: 1.4em;
		margin: 0 0.8em 0 0;
		line-height: 2em;
	}

	#main-menu-logo {
		float: left;
		width: 180px;
		margin: 1.3em 0 0 0.2em;
	}

	#nav-route {
		float: right;
		margin: 0 0 1em 0;
	}

	#current-route {
		list-style: none;
		margin: 1em 4em 0 0;
	}

	#current-route li {
		display: inline-block;
		text-transform: capitalize;
	}
}

/* Big screens style */
@media(min-width: 1000px){

	#main-menu li a {
		font-size: 1.4em !important;
		margin: 0 1.9em 0 0 !important;
		line-height: 1.9em !important;
	}

	#main-menu-logo {
		margin-left: 0.5em !important;
	}

	footer .main-menu li {
		margin: 0 2em 0 1.5em !important;
	}
}

footer {
	overflow: hidden;
	clear: both;
	border-top: 1px solid #3f3f3f;
}

footer .main-menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 1.5em 1em 0 1em;
	color: #7a7a7b;
}

footer .main-menu li {
	display: inline-block;
	margin: 0 1em 0 0;
}

footer .main-menu a { color: #7a7a7b; }
footer .social-menu a { color: #1799a7; }

footer .social-menu {
	background: #0e8c2b;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	list-style: none;
	float: right;
}

footer .social-menu li {
	display: inline-block;
	margin: 0 1em 0 0;
}

footer .social-menu li img {
	width: 40px;
}

.btn-viventia {
    color: #fff;
    background-color: #0e8c2b;
    border-color: #ccc;
}

.form-control-viventia {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.buscador{
	background-image: url(../img/fondo-001.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 105px;
}
.banner-title {
    opacity: 0.9;
    padding: 0.2em;
}
.banner-title, .banner-shadow {
    background: #4ba82c;
    max-width: 500px;
    text-align: center;
    margin: auto;
}
.banner-title h1 {
    color: #fff;
}
.blanco{
	color: #fff;
}
/*aqui*/
.page-title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 100;
  font-size: 40px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.wrapper {
  width: 100%;
  min-height: 930px;
  display: block;
  position: relative;
  background: #333333;
  background-image: url("https://images.unsplash.com/photo-1448485780098-7e0b78781fc1?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450");
  background-size: cover;
  background-position: center center;
  padding-bottom: 50px;
}
.wrapper:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111111;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .6;
}
.wrapper .container {
  z-index: 2;
  position: relative;
}
.wrapper footer {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.wrapper footer h3 {
  color: #FFFFFF;
  font-weight: 200;
}
.wrapper footer h3 a{
    color:#eeeeee;
}
.wrapper footer .social-icon {
  color: #FFFFFF;
  opacity: 0.8;
  font-size: 34px;
  margin: 20px;
}
.wrapper footer .social-icon:hover {
  opacity: 1;
}

.ticket-card {
  margin-top: 5vh;
  margin-bottom: 2vh;
  background: #FFFFFF;
  border-radius: 4px;
}
.ticket-card:hover .cover img, .ticket-card.active .cover img {
  -moz-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  box-shadow: 0 10px 20px -4px rgba(22, 22, 22, 0.5);
}
.ticket-card .cover {
  border-radius: 4px 4px 0 0;
  position: relative;
  margin: 15px;
}
.ticket-card .cover img {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  box-shadow: 0 10px 16px -6px rgba(22, 22, 22, 0.5);
  border-radius: 4px;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
}


.ticket-card .cover .message {
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: none;
}

.ticket-card .cover .info {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 0 15px;
  color: #777777;
}
.ticket-card .cover .info .going,
.ticket-card .cover .info .tickets-left {
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  width: 50%;
}
.ticket-card .cover .info .going {
  float: left;
}
.ticket-card .cover .info .tickets-left {
  float: right;
  text-align: right;
}
.ticket-card .cover .info .fa {
  color: #CCCCCC;
  margin-right: 5px;
}
.ticket-card .artist {
  float: left;
}
.ticket-card .artist .info {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #BBBBBB;
  margin-bottom: 0;
}
.ticket-card .artist .name {
  font-weight: 200;
  font-size: 22px;
  margin-top: 5px;
}
.ticket-card .ticket {
  float: left;
}
.ticket-card .ticket small {
  font-size: 75%;
}
.ticket-card .price {
  float: right;
  text-align: right;
}
.ticket-card .price .from {
  color: #BBBBBB;
}
.ticket-card .price .value {
  font-size: 28px;
  font-weight: 200;
  color: #00bbff;
  margin-top: -5px;
}
.ticket-card .price .value b {
  font-size: 18px;
  font-weight: 200;
}
.ticket-card .list-unstyled {
  max-height: 200px;
  overflow-x: scroll;
  background: #EEEEEE;
  margin-bottom: 0;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.ticket-card .list-unstyled li {
  border-bottom: 1px dotted #CCCCCC;
  padding: 5px 30px;
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
}
.ticket-card .list-unstyled li .btn-buy {
  position: absolute;
  right: 15px;
  top: 13px;
  padding: 8px 20px;
  border-radius: 6px;
  background: #00bbff;
  border: 0;
  opacity: 0;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 300ms ease, opacity 300ms ease;
}
.ticket-card .list-unstyled li:hover .btn-buy {
  opacity: 1;
}
.ticket-card .list-unstyled li:last-child {
  border-bottom: none;
}
.ticket-card .list-unstyled li:before, .ticket-card .list-unstyled li:after {
  display: table;
  content: " ";
  clear: both;
}
.ticket-card .list-unstyled li .price .value {
  color: #444444;
  font-size: 22px;
  margin-top: 10px;
}
.ticket-card .body {
  padding: 5px 30px;
}
.ticket-card .body .info {
  color: #777777;
}
.ticket-card .body .location,
.ticket-card .body .date {
  padding-top: 10px;
  width: 50%;
}
.ticket-card .body .location {
  float: left;
}
.ticket-card .body .date {
  float: right;
  text-align: right;
}
.ticket-card .body .fa {
  color: #CCCCCC;
  margin-right: 5px;
}
.ticket-card .footer .btn {
  width: 100%;
  background: transparent;
  border-top: 1px dotted #BBBBBB;
  border-radius: 0;
  padding: 15px 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
  box-shadow: none;
}
.ticket-card .footer .btn:focus, .ticket-card .footer .btn:hover, .ticket-card .footer .btn:active {
  outline: none !important;
}

#mapaindex{
  height: 100%;
  width: 280px;
}

.collapse{
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.item{
  padding-bottom: 12px;
}

/*Modal*/
/* The Modal (background) */
.modal {
  z-index: 1000000!important;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.btn-alfa{
  cursor:pointer;
}

h1.project-title {
    color: #fff;
    text-transform: uppercase;
    margin: 0.2em 0 1em 1em;
}
/*Carrucel*/
/* Main carousel style */
.carousel {
    width: 100%;
}

/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}
.carousel-indicators{
  position: initial!important;
  display: block!important;
  overflow: auto;
}
.white{
  color:#ffffff;
}
.oro{
  color: #c6b187!important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c09d57!important;
    border-color: #c09d57!important;
}