/* CSS by MICROCODIGO for Radio Mitras */

/* Typography
----------------------------------------------------------------------------- */

html, body {
  overflow-x: hidden;
}

.site-name {
	font-family: 'Raleway', sans-serif;
}

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.50;
	color: #FFF;
	background-color: #000;
	position: relative;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}



b, strong {
     color: #66B6C9;
     }


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FFF;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #ee202d;
}
.text-colored {
	color: #CC0000;
}
a {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #ee202d;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
	text-decoration:none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}

.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-color: #fff;
	border-top: 0px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}



/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}



/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 0 0;
}
.social-links li {
	margin: 10px 10px 10px 10px;
	display: inline-block;
	font-size: 24px;
}
.social-links li a {
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #FF0000;
}

.social-links li.youtube a:hover {
	color: #FF0000;
}
.social-links li.facebook a:hover {
	color: #FF0000;
}

.social-links li.instagram a:hover {
	color: #FF0000;
}

.social-links li.soundcloud a:hover {
	color: #FF0000;
}

.social-links li.spotify a:hover {
	color: #FF0000;
}



/* Social Links 2
---------------------------------- */
.social-links2 {
	padding: 0;
	list-style: none;
	margin: 36px 0;
}
.social-links2 li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links2 li a {
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links2 li.twitter a:hover {
	color: #FFF;
}
.social-links2 li.home a:hover {
	color: #B83F7E;
}
.social-links2 li.youtube a:hover {
	color: #FFF;
}
.social-links2 li.facebook a:hover {
	color: #FFF;
}
.social-links2 li.instagram a:hover {
	color: #FFF;
}



/* Booking Links
---------------------------------- */
.contactos {
	padding: 0;
	list-style: none;
	margin: 0 0;
}
.contactos li {
	margin: 0 5px 0 5px;
	display: inline-block;
	font-size: 11px;
}





/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(54, 0, 3, 0.7);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/**
 * ========================================
 * BOTONES CHAJOE
 * ========================================
 */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	text-decoration:none;
}

.btn-default {
    border: 1px solid #FFF;
    color: #FFF;
	display: block;
	font-size: 24px;
	width: 280px;
    background-color: #66B6C9;
	text-decoration:none;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #000;
    outline: 0;
    color: CCC;
    background-color: #FFF;
	text-decoration:none;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

 

 /*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.icon {
    width: 26px;
	height: auto;
	min-width: 26px;
}

.list-inline {
	display: block;
	
}

#plataformas {
	width: 320px;
	margin-left: auto ;
  margin-right: auto ;
}

#arrowdown {
	
	font-size: 24px;
}

.coverimage {
	max-width: 320px;
}

#whitebox {
	max-width: 380px;
  background-color: rgba(135, 135, 177,.30);
	margin-left: auto ;
  margin-right: auto ;
}

.yt-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.yt-container iframe, .yt-container object, .yt-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.bio {
	
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
    text-justify: inter-word;
}

.latestrelease {
	
	margin: auto;
    width: 70%;
}

.footer {
	width: 320px;
	margin: auto;
	margin-left: auto ;
    margin-right: auto ;
	
	
}

.footer a {
	color: #FFF;
	text-decoration:none;
}
.footer a:hover {
	color: #FF0000;
	text-decoration:none;
}
.footer a:focus,
.footer a:active {
	outline: none;
	text-decoration:none;
}

.btn-responsive {
    border: 2px solid rgba(244, 244, 245, 0.3);
	color: rgba(244, 244, 245, 0.3);
	color: #000; /* Fallback for older browsers */
	background-color: #66B6C9;
	border-radius: 3px;
}

.btn-responsive:hover,
.btn-responsive:focus {
    border: 2px solid #B83F7E;
    outline: 0;
    color: #FFF;
    background-color: #B83F7E;
}

@media(max-width:600px) {
	
	.btn-responsive {
	
	display: block;
	font-size: 14px;
	border-radius: 0px;
}
}

.circleme {
	border-radius: 50%;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

img.cc_streaminfo {
	display: block;
	margin:auto;
}

span.cc_streaminfo {
	color:#000000;
}

.centovaplayer .mainbutton {
    color: #000000 !important;
}

div#slider_182046 {

	background: linear-gradient(to right, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 100%, rgb(213, 213, 213) 100%, rgb(213, 213, 213) 100%) !important;

}

.centovaplayer .range-slider>.range-slider-limiter>.range-slider-handle {
    background: #FFFFFF;
    color: #000000;
    border-color: #000000;
}

.range-slider-handle::before {
    margin-top: -20px !important;
}

/* Whatsapp */


.floating {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.floating:hover {
    background-color:#16ad4d;
}

@media screen and (max-width: 500px) {
	.cell.cell-expand {
		display: none !important;
	}
}
}