/*
- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- banner
	- about
	- footer
*/



/* fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

/* html body links and kbz's generic classes */
a {
	color: #f03443;
	outline: none;
}
a:hover,
a:focus {
	color: #f03443;
	text-decoration: underline;
}
body {
	font-family: 'Roboto', 'Hevetica', 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #666666;
	background-color: #000;
}
h1 {

}
h2 {

}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 2em;
}
/* end kbz */



/* boostrap */
/* nav */

/* end nav */
/* end boostrap */



/* animated */
.animated-delay-333 {
	-webkit-animation-delay: .333s;
	animation-delay: .333s;
}
.animated-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animated-delay-666 {
	-webkit-animation-delay: .666s;
	animation-delay: .666s;
}
.animated-delay-999 {
	-webkit-animation-delay: .999s;
	animation-delay: .999s;
}
.animated-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated-delay-1332 {
	-webkit-animation-delay: 1.332s;
	animation-delay: 1.332s;
}
/* end animated */



/* container */
body > .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.container .col div {
	color: #666666;
	text-align: center;
	background-color: #E1E1E1;
	/*border: 1px solid #999999;*/
	/*padding: 10px;*/
	/*margin: 10px;*/

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}








/* end container



/* Extra small devices (portrait phones, less than 576px)
No media query for 'xs' since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */
/* animation */


.wrapper-content {
	/*border: 1px solid red;*/
	width: 100%;
	min-height: 100vh;
	padding: 30px;
}
.Aligner {
	border: 1px solid #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: center;
	/*min-height: 100vh;*/
	width: 90%;
	max-width: 360px;
	margin-left: 0;
	margin-right: 0;
	margin: 0 auto;
}
.Aligner-item {
  /*max-width: 50%;*/
}
.Aligner img {
	width: 100%;
	height: auto;
}
.vegas-slide {
	opacity: .75;
}
ul {
	display: block;
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
	margin-top: 60px;
}
ul li {
	border: 1px solid #e1e1e1;
	background-color: #FFF;
	padding: 15px 0;
}
ul li.colombina-la-de-veras {
	background-color: #ffff01;
}
ul li img {
	width: 50%!important;
	height: auto;
}
.li-no-padding {
	padding: 0;
	background-color: #000000;
}
.li-no-padding img {
	width: 100%!important;
	height: auto;
}
.escuchanos {
	position: absolute;
	width: 360px;
	height: 60px;
	color: #FFF;
	text-align: center;
	font-size: 1.4em;
	line-height: 60px;
	background-color: #000;
}
.escuchanos:after {
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -12px;
    margin-bottom: -12px;
    width: 0;
    height: 0;
    bottom: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #181818;
    position: absolute;
}
.text {
	text-align: left;
	color: #FFF;
	padding: 15px;
	font-size: 16px;
	background-color: #000;
}
.text p {
	margin: 0;
}
.socials {
	background-color: #000;
	padding-top: 0px;
	padding-bottom: 15px;
}
.socials a {
	font-size: 15px;
	color: #FFF;
	padding: 5px;
}
.socials a:hover,
.socials a:hover {
	color: #ef3743;
}
.text p a {
	color: #ffff01;
}

@media (max-width: 500px) {
	.Aligner {
		width: 280px;
	}
	.escuchanos {
		width: 280px;
	}

}