html {
  font-size: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

body {
  background: #000; }

aside {
  padding: 0px 10px 8px 5px; }

footer {
  color: white;
  background: #000;
  text-align: center; }

li {
  list-style: none;
  padding: 0; }

ul {
  padding: 0; }

a, a:hover, a:active, a:focus, a:visited, a::after, a::before {
  text-decoration: none;
  color: white; }

.navbar-brand {
  padding: 0;
  margin: -5px 5px; }

.navbar-brand img {
  width: 90px; }

.navbar-mod {
  background: rgba(234, 22, 22, 0.86) !important; }

.nav-link {
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
  color: #fff;
  font-size: 3vh; }

.form-inline .form-control {
  width: 75% !important;
  margin-right: 4px; }

.form-control:focus {
  border-color: #F44336; }

.menu-item {
  text-align: center;
  color: white !important; }

.menu-item:hover {
  background-color: #ef6767 !important;
  border-radius: 3px;
  color: white !important; }

.slide {
  padding: 0;
  background-image: url("../img/background.jpg"); }

#mygallery {
  overflow: hidden; }

#myslides {
  border: 0px solid #1F1F1F;
  width: 100% !important;
  height: 200px;
  padding: 10px 0; }

#mygallery .stepcarousel {
  width: 100% !important; }

.stepcarousel {
  position: relative;
  /*leave this value alone*/
  overflow: scroll;
  /*leave this value alone*/
  width: 100% !important;
  /*Width of Carousel Viewer itself*/
  height: 150px;
  /*Height should enough to fit largest content's height*/
  margin: 20px 30px 5px 33px; }

.belt {
  width: 100%;
  left: -800px; }

.img-carousel {
  height: 125px;
  width: 96px;
  opacity: 0.8; }

.img-carousel:hover {
  opacity: 1; }

.stepcarousel .belt {
  position: absolute;
  /*leave this value alone*/
  left: 0;
  top: 0; }

.stepcarousel .panel {
  float: left;
  /*leave this value alone*/
  overflow: hidden;
  /*clip content that go outside dimensions of holding panel DIV*/
  margin: 10px 17px;
  /*margin around each panel*/
  width: 90px;
  /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  background: #CEE3F6;
  height: 125px;
  border: 0px solid #1d2c44; }

.stepcarousel .panel p {
  text-align: left;
  /*leave this value alone*/
  overflow: hidden;
  /*clip content that go outside dimensions of holding panel DIV*/
  margin: 5px 5px;
  /*margin around each panel*/ }

.stepcarousel .panel h2 {
  text-align: left;
  /*leave this value alone*/
  height: 20px;
  overflow: hidden;
  /*clip content that go outside dimensions of holding panel DIV*/
  margin: 2px 5px;
  /*margin around each panel*/
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: Georgia,century gothic,Arial,verdana, sans-serif; }

.stepcarousel .panel img {
  float: left;
  /*leave this value alone*/
  background: #CEE3F6;
  /*clip content that go outside dimensions of holding panel DIV*/
  margin: 0px 0px 0px 0px;
  /*margin around each panel*/
  padding: 0px 0px; }

.container-main {
  background-color: #ffffff;
  background-image: url("../img/white-texture.png");
  padding: 1% 0 !important; }

.sec-header {
  border-radius: 0px 10px 10px 0px;
  background: #000;
  color: white;
  padding: 5px 0 3px 7px;
  margin: 5px 5px 8px 2px; }

.clearfix + .sec-header {
  margin-top: 3%; }

.sec-header h4, .box-header h4 {
  font-size: 2.5vh;
  padding-top: 3px; }

.vermas {
  font-size: 2vh;
  margin-bottom: 2px;
  margin-right: 6px;
  border-radius: 5px; }

.video-image-thumb {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ddd;
  border: 2px solid #000;
  border-radius: 5px;
  position: relative; }

.video-image-thumb img {
  width: 100%;
  height: 28vh;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }

.video-image-thumb img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.entry {
  padding: 1px !important; }

.title-entry {
  color: white;
  width: 100%;
  padding-top: 2px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0; }

.title-entry h5 {
  font-size: 1.4vh !important;
  margin-bottom: 3px; }

ul a:hover {
  opacity: .8;
  text-decoration: none; }

.box-entry {
  border: 1.2px rgba(0, 0, 0, 0.2) solid;
  border-radius: 6px;
  margin: .8% 1% 1% 1.3%;
  background-color: white; }

.box-entry + .box-entry {
  margin-top: 3vh !important; }

.box-entry-title {
  color: white;
  background-color: black;
  border-radius: 6px 6px 0 0;
  padding: .7%;
  margin: -1px -1px 0 -1px;
  min-height: 4vh; }

.box-entry-title > h3 {
  font-size: 2vh !important; }

.w70 {
  width: 85%;
  font-size: 1.5vh;
  padding: 1.5% !important; }

.w30 {
  width: 15%;
  font-size: 1.5vh;
  padding: 1.5% !important; }

.img-h1 {
  padding: 0;
  margin-bottom: 7px;
  width: 100% !important; }

.box-entry-body2{
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding: 3% 3%;
}

.box-entry-body2  img{
  max-width: 90% !important;
  max-height: 400px;
  border-radius: 1rem;
}

.box-entry-body{

}

.box-entry-footer {
  color: white;
  background: black;
  border-radius: 0 0 6px 6px;
  margin: 0 -1px -1px -1px;
  height: 45px;
}

.btn-block + .btn-block {
  margin-top: .2rem; }

.link-cap {
  font-size: 1.7vh;
  color: #d9534f !important; }

.link-cap:hover {
  color: white !important; }

.tabs {
  background-color: rgba(255, 0, 0, 0.61);
  margin: 0 -1px; }

.tabs > li {
  border-radius: 0;
  margin-right: 0px;
  background-color: #c91313;
  border: 0; }

.tabs > li:hover, .tabs > li:active {
  background-color: black; }

.tab_content {
  background-color: black;
  margin: 0 -1px;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.tab_content iframe, .tab_content img {
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

 .sponsor{
  background: rgba(0, 0, 0, 0.7);
  width: 310px;
  height: 290px;
  padding-top: 3px;
  border-radius: 5px;
  z-index:999;
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#contenidopestanas{
  max-height: 470px;
  overflow: hidden;
}

.box {
  background: rgba(0, 0, 0, 0.1);
  border: 1.2px rgba(0, 0, 0, 0.2) solid;
  border-radius: 6px;
  margin: 5px 0 13px 0; }

.box-header {
  background: #000;
  color: white;
  border-radius: 6px 6px 0 0;
  padding-bottom: 0.1rem;
  margin: -1px; }

.box-body {
  padding: 5px; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0 0 6px 6px; }

.rs {
  font-size: 6rem !important; }

.hm {
  width: 100%; }

.btn-group .hm:hover {
  cursor: pointer; }

.alf {
  width: 2rem !important;
  margin: 2px;
  color: white; }

.alf2:hover, .alf:hover {
  color: yellow; }

.alf2 {
  width: auto !important;
  margin: 2px;
  color: white;
  font-size: .8rem; }

.alf-box {
  background-color: #ffffff;
  background-image: url("../img/white-texture.png");
  padding: 4px;
  margin: 0 -6px;
  border-radius: 4px; }

#manga2, #manga {
  display: none; }

/*h1*/
.w70 a{
  color: red !important;
}

/*m2*/
.m2{
  width: 100%;
  height: 40vh;
}

.mm2{
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mm2 > a{
  padding: 2vh 8vh;
  font-size: 2rem;
  font-weight: bold;
}

/*paginator*/
.paginador{
  color: white !important;
  font-weight: bold;
}

.paginador:hover{
  color: yellow !important;
  font-weight: bold;
}

/*footer*/
footer h4 {
  font-size: .8rem !important;
  padding: 3px 0; }

footer h3 {
  background: red;
  font-size: .8rem;
  padding: 8px 0; }

/*manga-view*/
  .m2-body{
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m2-header{
    color: white;
    margin: 0.5% 5%;
  }

 .body-img{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-m2{
    width: 100%;
  }

  .m2-title{
    font-size: 2vh;
    margin-bottom: -2px;
  }

  .m2-flecha{
    font-size: 5vh;
  }

  .m2-btn{
    font-size: 2vh;
    font-weight: bold;
    padding: 1rem 2rem;
  }

  .m2-c{
    margin-top: 20%;
  }
/*# sourceMappingURL=style.css.map */
