* {box-sizing:border-box; word-break: break-all;}
.video {height:0;overflow:hidden;padding-bottom:56.25%;position:relative}
.video>iframe,.video>object,.video>video {position:absolute;top:0;left:0;width:100%;height:100%}

.grupo:after, .grupo:before { content: ""; display: table; clear: both }


a {
    color: #459db1;
    text-decoration: none;
}
a:hover {
    color: #3bc8e7;
}

body {padding: 0px;margin: 0px;padding-top: 65px;font-family: 'Open Sans',sans-serif;color: #777777;background: #14182a;}


.nav {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 65px;
    z-index: 555;
}
.bt_menu {
    background: #131829;
    color: #B1BDCE;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    height: 60px;
    width: 65px;
    border: none;
    font-size: 24px;
    position:  absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.bt_menu:hover {
    color: #fff
}

.menu_principal {
    background: #1a2038;
    width: 20em;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}
.menu_principal ul {
    margin: 0px;
    padding: 0px;
}
.menu_principal ul li {
    padding: 15px;
    border-bottom: 1px dotted #45576b;
}
.menu_principal ul li a {
    display:  block;
    color: #6F7D8C;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    text-decoration: none;
}
.menu_principal ul li.x {
    border-bottom: 1px dotted #45576b;
    text-align:  right;
    padding-right: 75px;
    padding-top: 26px;
    margin-bottom: 5px;
}
.menu_principal ul li.x a {}
.menu_principal ul li a:hover {
    color: #fff;
}



.header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #1b2039;
    border-color: transparent;
    z-index: 50;
    padding-left: 80px;
    height: 60px;
}
.header header {}
.header header .logo {
    padding: 19px;
}
.header header .logo a {
    color: #3bc8e7;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 20px;
    text-shadow: 0px 0px 5px #078aa7;
}
.header header .btbuscador {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 16px 25px;
}
.header header .btbuscador a {
color: #ccc;
font-size: 24px;
}
.header header .btbuscador a:hover { color: #fff }


.buscador {
    position: absolute;
    background: #1b2039;
    height: 60px;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 11;
    padding-left: 66px;
    display: none;
}
.buscador form {
    padding: 10px;
    position: relative;
}
.buscador form input {
    width: 100%;
    border: 0px;
    padding: 10px;
    font-size: 17px;
}
.buscador form button {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0px;
    padding: 8px 21px;
    font-size: 20px;
}
.buscador form .cerrar_b {
    position: absolute;
    right: 62px;
    top: 14px;
    border: 0px;
    padding: 8px 21px;
    font-size: 15px;
    cursor: pointer;
}


.contenedor { width:100%; max-width: 1200px; margin:0px auto; }




h1.title { color: #3bc8e7; }
h2.title { color: #3bc8e7; }
h3.title { color: #3bc8e7; }

.galeria {}
.galeria ul {padding: 0px;list-style: none;}
.galeria ul li {float: left;width: calc(100% / 2);margin-bottom: 5px;position: relative;padding-bottom: 6px;}
.galeria ul li:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -3px;
  right: -3px;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#224260), to(transparent));
  background-image: -webkit-linear-gradient(left, #224260, transparent);
  background-image: -moz-linear-gradient(left, #224260, transparent);
  background-image: -o-linear-gradient(left, #224260, transparent);
}
.galeria ul li a {display: block;color: #b9b9b9;}
.galeria ul li a:hover {color: #fff}
.galeria ul li a .img { float: left; width: 52px; height: 52px; overflow: hidden; }
.galeria ul li a .img img {width: 100%}
.galeria ul li a .info { float: left; width: calc(100% - 52px); padding: 0px 5px; }
.galeria ul li a .info h4 {margin:0px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding: 3px 5px;font-size: 12px;}
.galeria ul li a .info h5 {margin:0px;font-size: 16px;padding: 5px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.galeria ul li a:hover .info h5 {color: #3bc8e7;}

.artistas {}
.artistas ul { padding: 0px; list-style: none;}
.artistas ul li {float: left; width: calc(100% / 5); overflow: hidden; padding: 3px; }
.artistas ul li a {display: block;color: #837d8b;text-decoration: none;}
.artistas ul li a:hover { color: #3bc8e7; }
.artistas ul li a img { width: 100% }
.artistas ul li a h4 {margin:0px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding: 3px 5px;font-size: 12px;}

.info {
    margin-bottom: 10px;
}
.info h1 {
    margin: 0px;
    margin-top: 10px;
    font-size: 24px;
}
.info p {margin: 0px;}
.info .cont {
    width: calc(100% - 400px);
    float: left;
}
.info .info {
    width: 400px;
    float: left;
    padding: 5px 15px;
}
.info .info p {
  padding: 5px;
  font-size: 12px;
}


.mySlides {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
}
.mySlides .img {
    float: left;
    width: 120px;
    overflow: hidden;
    position: relative;
}
.mySlides .img i {
  position: absolute;
  font-size: 50px;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -25px;
  text-shadow: 1px 1px 4px black;
  cursor: pointer;
}
.mySlides .img img {}
.mySlides .info {
    float: left;
    width: calc(100% - 130px);
    padding: 5px;
}
.mySlides .info h3 {
    margin: 0px;
    font-size: 18px;
    color: #3bc8e7;
}
.mySlides .info p {
    font-size: 12px;
    padding: 3px 0px;
}
.social_red {
    margin-top: 15px;
}
.social_red h3 {
    color: #3bc8e7;
    margin: 2px;
    font-size: 16px;
}
.social_red p {
    margin: 2px;
    padding: 5px;
    font-size: 13px;
}



.publi {
  text-align: center;
  max-width: 600px;
  margin:0 auto;
}


/*  MEDIA  */

@media screen and (max-width:1200px) {
    body { padding: 5px; padding-top: 65px;}

}

@media screen and (max-width:600px) {
    .galeria ul li { width: 100%; }
    .header header .logo {  padding: 21px 0px; }
    .header header .logo a { font-size: 12px; }
    .artistas ul li { width: calc(100% / 2); }
    .info .cont { width: 100%; }
    .info .info { width: 100%; font-size: 12px; }
    .info h1 { font-size: 20px; text-align: center; margin-bottom: 10px;}
    .info .info p { padding: 2px; }
    .publix { height: 100px; max-width: 250px; }
}




::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #202644;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #00c8e7;
}
::-webkit-scrollbar-thumb:active {
  background: #ffffff;
}
::-webkit-scrollbar-track {
  background: #14182a;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #000000;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
