@charset "utf-8";
/* CSS Document */

	.redes_slider img{
  width: 30px!important;
 }
.espacio_video{padding: 0px 20px;}
.borde_video{border: 2px solid #949494;}
.texto_sub{font-size: 15px; color: #FFFFFF; padding: 10px;}	

.btn_pagar{width: 100%!important; max-width: 300px!important;}

.redes_sociales{
	position:fixed;
	left:5px;
	top:50%;
	margin-top:-90px;
	z-index:1004;
}
@media only screen and (max-width: 700px) {
	.redes_sociales{display: none!important;}
}

body, html {
  background: url("pics/bk_page.jpg") #000000;
  background-size: cover;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}
body, td, th {
  color: #FFFFFF;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.creditos{color: #ff0000; font-size: 10px;}
.creditos a{color: #eaeaea;font-size: 11px;}
.creditos a:hover{color: #fff;}

/*Código de galeria*/
div.galeria {
    border: 1px solid #ccc;
    margin: 10px 0px;
}
div.galeria:hover {
    border: 1px solid #777;
}
div.galeria img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 15px;
    text-align: center;
}
* {
    box-sizing: border-box;
}
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
.responsive {
    width: 49.99999%;
    margin: 6px 0;
}
}

@media only screen and (max-width: 500px) {
.responsive {
    width: 25%;
}
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/**/

a.text_canal, .text_canal {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
a.text_canal:hover {
  color: #FFF500;
}
#content, #site-footer, .bk_footer, .back-top {
  display: none !important;
}
.contenido_cel img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

#sb-body-inner img {
    width: 100%!important;
    height: auto!important;
    max-width: 100%!important;
}

/*YouTube Responsive*/
.video-container {
  position: relative;
  padding-bottom: 51.2%;
  padding-top: 30px;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**/
a {
  color: #ff0000;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
.ani_img a img {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ani_img a img:hover {
  /*-webkit-filter: grayscale(100%);*/
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  /*opacity: 0.8;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=80);*/
}
.nivoSlider {
  width: 100%;
  max-width: 600px;
}
.tabla_centrado {
  width: 100%;
  max-width: 600px;
}
.pesta_whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  max-width: 70px !important;
}
.pesta_messenger{
  position: fixed;
  bottom: 10px;
  left: 5px;
  z-index: 9999;
  max-width: 70px !important;
}
#redes_like {
  position: fixed;
  top: 5px;
  left: 5px;
}
#redes_like section {
  display: block;
  margin: 0px 0px 5px 0px;
}
@media only screen and (max-width: 1000px) {
 #redes_like, .pesta_messenger, .pesta_whatsapp  {
    display: none !important;
  }
}
/*Acordion */
.accordion {
  background: #FFD33B;
  color: #000;
  cursor: pointer;
  padding: 18px;
  font-weight: 600;
  width: 88%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion.acor_v2{
	background: #fff!important;
	color:#000!important;
}
/*.active, .accordion:hover {
  background-color: #ccc;
}*/
.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.acor_v2:after {
	 color: #000!important;
}
.active:after {
  content: "\2212";
}
.panel {
  width: 100%;
  max-width: 528px;
  text-align: left;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: "Arial";
}
@media only screen and (max-width: 600px) {
  .panel {
    width: 88%;
    max-width: 100%;
  }
}
.precio {
  color: #FFDD00 !important;
  font-size: 40px;
  font-weight: 700;
}
.precio_des {
  font-size: 14px;
  padding-bottom: 5px;
}