  @import url(https://fonts.googleapis.com/css?family=Bangers);
.compartir{
	font-size:24px;
	padding-top:20px;
	text-align:center;}
.compartir i{
	padding-left:10px;}
.intro{
	font-size:22px;
	font-family: 'Bangers', cursive;
	color:#000;
	}
.intro span{
	color:#F00;}
.titulo{
	-ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
	width:315px;
	background-color:#000;
	-webkit-box-shadow: 1px 0px 0px 4px rgb(255, 226, 0);
	-moz-box-shadow: 1px 0px 0px 4px rgb(255, 226, 0);
	box-shadow: 1px 0px 0px 4px rgb(255, 226, 0);
}


.compartir a{
	color:#000;
	}
.compartir a:hover{
	color: #F00;
	}
h1 {
	width: 400px;
	line-height: 0.75;
    font-size: 85px;
    font-family: 'Bangers', cursive;
    /* background: #f8e3d0; */
    color: rgba(255, 0, 0, 0.7);
    text-shadow: -2px -2px 0px #ff0412, 2px -5px 0px #121212, 1px -4px 0px #000000, -3px 5px 0px #000000, -1px -6px 0px #000000, -3px -7px 0px #000000, 0px 5px #3d2b65, 3px 5px #000000, -2px 5px #000000, -4px 5px #000000, -5px -6px #000000, -5px 3px 0px #000000, 3px -3px 0px #000000, 4px -1px 0px #000000, 4px 2px 0px #000000, -6px -2px 0px #000000, 0px 5px 0px #000000;
}


h1 span {
    font-size: 85px;
    font-family: 'Bangers', cursive;
    /* background: #f8e3d0; */
    color: rgba(255, 255, 255, 1);
	text-shadow: -2px -2px 0px #000000 2px -5px 0px #121212, 1px -4px 0px #000000, -3px 5px 0px #000000, -1px -6px 0px #000000, -3px -7px 0px #000000, 0px 5px #3d2b65, 3px 5px #000000, -2px 5px #000000, -4px 5px #000000, -5px -6px #000000, -5px 3px 0px #000000, 3px -3px 0px #000000, 4px -1px 0px #000000, 4px 2px 0px #000000, -6px -2px 0px #000000, 0px 5px 0px #000000 !important;
   
}


@media all and (max-width: 768px) {
	h1 {
    font-size: 50px;


}


h1 span {
    font-size: 50px;
    
   
}

.titulo{
	width:200px;
	
}
}



.texto-dialogo{
	color:#fff;
	text-shadow: 0px 0px 4px #4e4e4e;}

html, body { margin: 0; padding: 0; }

p { padding: 1em; }

.comic {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Comic Sans', cursive;
  padding: 0.5em;
}
.fondo{
	padding-top:20px;
	margin-top:10px;
	padding-bottom:20px;
	margin-bottom:10px;
	border:3px solid #000;
	 background-image: url(../img/textura.jpg);
background-size:contain;
background-position:center; 
	}
.panel {
  background: #000;
  border: solid 2px #000;
  box-shadow: 0 6px 6px -6px #000;
  display: inline-block;
  flex: 1 1;
  height: 320px;
  margin: 0.5em;
 /* overflow: hidden;*/
  position: relative;
}

.margen-superior{
	    margin-top: 16px;
}

.text {
  background: #fff;
  border: solid 2px #000;
  margin: 0;
  padding: 3px 10px;
}

.top-left {
  left: -6px;
  position: absolute;
  top: -2px;
  transform: skew(-15deg);
}

.top-right {
  right: -6px;
  position: absolute;
  top: -4px;
  transform: skew(15deg);
}

.bottom-right {
  bottom: -2px;
  position: absolute;
  right: -6px;
  transform: skew(-15deg);
}
.speech0 {
	width: 33%;
  background: #fff;
  border: solid 2px #000;
  border-radius: 12px;
  display: inline-block;
  margin: 2.5em 0.5em 0.5em -0.5em;
  padding: 0.5em 1em;
  position: relative;
}
.speech0:before {
  border: solid 12px transparent;
  border-left: solid 12px #000;
  border-top: solid 12px #000;
  bottom: -24px;
  content: "";
  height: 0;
 left: 0;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}

.speech0:after {
  border: solid 10px transparent;
    border-left: solid 10px #fff;
    border-top: solid 10px #fff;
    bottom: -19px;
    content: "";
    height: 0;
    left:2px;
    position: absolute;
    transform: skew(-15deg);
    width: 0;
}

.speech {
	width: 33%;
  background: #fff;
  border: solid 2px #000;
  border-radius: 12px;
  display: inline-block;
  margin: 1.5em 0.5em 0.5em 0.5em;
  padding: 0.5em 1em;
  position: relative;
}

.speech:before {
  border: solid 12px transparent;
  border-right: solid 12px #000;
  border-top: solid 12px #000;
  bottom: -24px;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}

.speech:after {
  border: solid 10px transparent;
  border-right: solid 10px #fff;
  border-top: solid 10px #fff;
  bottom: -19px;
  content: "";
  height: 0;
  left: 27px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}


.speech-5 {
	width: 33%;
  background: #fff;
  border: solid 2px #000;
  border-radius: 12px;
  display: inline-block;
  margin: 1.5em 0.5em 0.5em 0.5em;
  padding: 0.5em 1em;
  position: relative;
}

.speech-5:before {
  border: solid 12px transparent;
  border-left: solid 12px #000;
  border-top: solid 12px #000;
  bottom: -24px;
  content: "";
  height: 0;
  right: 24px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}

.speech-5:after {
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  border-top: solid 10px #fff;
  bottom: -19px;
  content: "";
  height: 0;
  right: 27px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}




.speech-4 {
	width: 33%;
  background: #fff;
  border: solid 2px #000;
  border-radius: 12px;
  display: inline-block;
  margin: 1.5em 0.5em 0.5em 0.5em;
  padding: 0.5em 1em;
  position: relative;
}

.speech-4:before {
  border: solid 12px transparent;
  border-right: solid 12px #000;
  border-top: solid 12px #000;
  bottom: -24px;
  content: "";
  height: 0;
  right: 24px;
  position: absolute;
  transform: skew(46deg);
  width: 0;
}

.speech-4:after {
      border: solid 10px transparent;
    border-right: solid 10px #fff;
    border-top: solid 10px #fff;
    bottom: -19px;
    content: "";
    height: 0;
    right: 27px;
    position: absolute;
    transform: skew(46deg);
    width: 0;
}

.speech-7 {
    width: 62%;
    float: right;
    background: #fff;
    border: solid 2px #000;
    border-radius: 12px;
    display: inline-block;
    margin: 0.5em 2.5em 0.5em 0.5em;
    padding: 0.5em 1em;
    position: relative;
}
.speech-7:before {
  border: solid 12px transparent;
  border-left: solid 12px #000;
  border-top: solid 12px #000;
  bottom: -24px;
  content: "";
  height: 0;
  right: 50px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}

.speech-7:after {
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  border-top: solid 10px #fff;
  bottom: -19px;
  content: "";
  height: 0;
  right: 50px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}
.speech-2 {
	width: 48%;
    float: right;
  background: #fff;
  border: solid 2px #000;
  border-radius: 12px;
  display: inline-block;
  margin: 1.5em 0.5em 0.5em 0.5em;
  padding: 0.5em 1em;
  position: relative;
}
.speech-2:before {
  border: solid 12px transparent;
  border-left: solid 12px #000;
  border-top: solid 12px #000;
  bottom: -24px;
  content: "";
  height: 0;
  right: 24px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}

.speech-2:after {
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  border-top: solid 10px #fff;
  bottom: -19px;
  content: "";
  height: 0;
  right: 27px;
  position: absolute;
  transform: skew(-15deg);
  width: 0;
}


.speech-3 {
	width: 30%;
    float: right;
  background: #fff;
  border: solid 2px #000;
  border-radius: 12px;
  display: inline-block;
  margin: 0.5em 2.5em  0.5em 0.5em;
  padding: 0.5em 1em;
  position: relative;
}
.speech-3:before {
  border: solid 12px transparent;
  border-left: solid 12px #000;
  border-top: solid 12px #000;
  bottom: -24px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transform: skew(-35deg);
  width: 0;
}

.speech-3:after {
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  border-top: solid 10px #fff;
  bottom: -19px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transform: skew(-35deg);
  width: 0;
}




.speech-8 {
	width: 30%;
      right: -191px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 12px;
  display: inline-block;
  margin: 0.5em 2.5em  0.5em 0.5em;
  padding: 0.5em 1em;
  position: relative;
}
.speech-8:before {
  border: solid 12px transparent;
  border-left: solid 12px #000;
  border-bottom: solid 12px #000;
  top: -24px;
  content: "";
  height: 0;
  left: 53px;
  position: absolute;
  transform: skew(-53deg);
  width: 0;
}

.speech-8:after {
 border: solid 12px transparent;
    border-left: solid 12px #fff;
    border-bottom: solid 12px #fff;
    top: -24px;
    content: "";
    height: 0;
    left: 50px;
    position: absolute;
    transform: skew(-53deg);
    width: 0;
}



.top-color{
    background: #f4ff06;
    position: absolute;
    transform: skew(-15deg);
}
.arriba {
    top: -2px;
}

.abajo {
    bottom: -2px;
}

.izquierda{
	left: -6px;
	}
.derecha{
	right:-6px;
	}
.panel:nth-child(1) { flex-basis: 300px; }
.panel:nth-child(2) { flex-basis: 400px; }
.panel:nth-child(3) { flex-basis: 400px; }
.panel:nth-child(4) { flex-basis: 400px; }
.panel:nth-child(5) { flex-basis: 300px; }
.panel:nth-child(6) { flex-basis: 500px; }
.panel:nth-child(7) { flex-basis: 500px; }
.panel:nth-child(8) { flex-basis: 300px; }
.panel:nth-child(9) { flex-basis: 300px; }
.panel:nth-child(10) { flex-basis: 500px; }
.panel:nth-child(11) { flex-basis: 400px; }
.panel:nth-child(12) { flex-basis: 400px; }
.panel:nth-child(13) { flex-basis: 300px; }
.panel:nth-child(14) { flex-basis: 300px; }
.panel:nth-child(15) { flex-basis: 200px; }
.panel:nth-child(16) { flex-basis: 400px; }
.panel:nth-child(17) { flex-basis: 400px; }
.panel:nth-child(18) { flex-basis: 400px; }
.panel:nth-child(19) { flex-basis: 400px; }

.panel:nth-child(4n+1) { background-image: url(../img/v01.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+2) { background-image: url(../img/v02.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+3) {  background-image: url(../img/v03.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+4) { background-image: url(../img/v04.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+5) { background-image: url(../img/v05.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+6) { background-image: url(../img/v05.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+6) { background-image: url(../img/v05-1.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+7) { background-image: url(../img/v06.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+8) { background-image: url(../img/v05-1dsada.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+9) { background-image: url(../img/v08.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+10) { background-image: url(../img/v010.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+11) { background-image: url(../img/vuelta.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+12) { background-image: url(../img/v020.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+13) { background-image: url(../img/v011.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+14) { background-image: url(../img/v012.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+15) { background-image: url(../img/v013.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+16) { background-image: url(../img/v-0222.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+17) { background-image: url(../img/v014.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+18) { background-image: url(../img/v016.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }
.panel:nth-child(4n+19) { background-image: url(../img/v-f.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center; }