.hootie-logo{
  width: 95%;
}

.hootie-footer{
  width: 100%;
}

/*navbar*/
body {
	background: #ffffff;
	font-size:22px;
	line-height: 32px;
	color: #ffffff;
	word-wrap:break-word !important;
	font-family: 'Baloo Tamma 2', cursive;
	overflow-x: hidden;
	}

/* h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}	 */

/* h3 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
} */

/* h3 a {
	color: #FFF;
} */

 a {
	color:#64259d;
} 

h1 {
	/*margin-top: 100px;
	text-align:center; */
	font-size:60px;
  font-family: 'Baloo Tamma 2', cursive;
	} 

#container {
	margin: 0 auto;
}

p {
	text-align: center;
}

nav {
	margin: 0px 0px 0px 0px;
  background-color: #D2A6E8;
  border-radius: 30px;
}

nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
  background-color:#D2A6E8;
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
}

nav a.nounderline:link
{
text-decoration:none;
}

nav a:hover { 
  background-color: #572A99; 
  color:#FFF;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:200px;
	float:none;
	display:list-item;
	position: relative;
	z-index: 999;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

/*navbar*/

/* TEMPLATE HOME */

.templateHome {
	background-repeat: no-repeat;
	background-size: cover;
	background: linear-gradient(227deg, rgba(255,222,209,1) 46%, rgba(190,255,234,1) 64%);
}

/* .templateHome .row {
	margin-bottom: 15%;
} */

.container-tittle-btn-home.col-xs-12.col-sm-6{
	margin-top: 5rem;
	margin-right: -5%;
}

.tittlesHome, .btn-home {
	text-align: left;
	color: #020202;
	margin-left: 60px;
}

.btn-home {
	width: 40%;
}

.btn-home button.btn-general {
	margin-bottom: 20px;
}

button.btn-general {
	border-radius: 20px;
	width: 100%;
	background: #F4A2C2;
	color: #343a40;
	padding: 5px;
	font-size: 24px;
	border: 1px solid #F4A2C2;
}

button.btn-general:hover {
	background: #D2A6E8;
	transition: .3s;
	border: 1px solid #D2A6E8;
}

/*Video home*/

.container-video-home iframe {
	border: 5px solid #F4A2C2;
	border-radius: 5px;
	width: 100%;
	height: 140%;
}

/* TEMPLATE KIDS */

.body-kids{
	background-color:#FFFCA0;
}

.templateKids {
	text-align: center;
	background-color:#FFFCA0;
}

.tittleKids{
	color: #64249d;
}

.subtittleKids{
	color: #72baec;
}

div#carouselExampleCaptions{
	margin: auto;
	width: 50%;
	
}

.container-pj{
background-color:#D2A6E8;
margin-bottom: 25px;
}
.characters{
	border-radius: 15px;
	width: 20em;
	margin:10px 40px 10px 80px;
}
.title{
	background-color: #BEFFEA;
	margin-bottom: 0;
	margin-top: 30px;
	color: #525050;
}

p.title.text-left {
	margin: 0px;
}

.container-pj {
	margin: 0px;
}

.templateKids .card {
	align-items: center;
}

.card-text{
	color:black;
	line-height : 40px;
}

.card-img-print{
height: 300px;
width: 200px;
}
.card-body-print{
	background-color:#D2A6E8;
}

.card, .list-group-item{
	background-color:#FFDED1;
	margin-bottom: 20px;
}

/* VIDEO KIDS */

.container-video-kids {
	background: #d2c3e0;
	margin-top: -1% !important;
}

.templateKids iframe {
	border: 5px solid #fdc6db;
}

p.tittle-video-carrousel {
	color: black;
	margin-bottom: 0;
}

p.tittle-video-carrousel {
	color: black;
	margin-bottom: 0;
	font-size: 16px;
	line-height: initial;
}

ol.carousel-indicators {
	background: #fdc6db;
	margin: 0px 0px 0px 0px;
}

/* FIN TEMPLATE HOME */

/* PUZZLE NIÑOS */

.templateGames {
	background-color: #fdc6db;
	background-repeat: repeat;
	background-attachment: fixed !important;
    background-size: cover;  

}

.templateGames h1{
	text-align: center;
	align-self: center;
}
.templateGames h2{
	text-align: center;
	align-self: center;
}
.templateGames h3{
	text-align: center;
	align-self: center;
}

#entorno {
	display: block;
	margin: 0 auto;
}
image.movil {
    height: 150px;
    width: 150px;
}
#basecolor {
	opacity: 0.6;
}

.titleGame{
  color:#525050;
}

/* TEMPLATE QUIZ PARENTS */

.templateQuizParents{
    background-image: url(./img/backgroundquizz.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed !important;
    background-size: cover;  
	width: 100vw;
    letter-spacing: 0.05em;
}

#quiz h1 {
	color: #000;
    text-align: center;
    margin-left: -15%;
    font-size: 400%;
}

#quiz {
	color: #000;
	margin-left: 15%;
	margin-right: 15%;
}

button.btn-general.btnQuiz {
	margin: 15px;
	width: 70%;
}
button.btn-general.btnQuiz {
	border-radius: 20px;
	background: #D2A6E8;
	border: none;
	color: #000;
	padding: 5px;
	font-size: 24px;
}

button.btn-general.btnQuiz:hover {
	background: #572a99;
	color: #fff;
	transition: .3s;
}

p.txt-quiz {
	color: #572a99;
	padding-left: 30px;
	text-align: justify;
}

.container-txt-quiz.col-xs-12.col-sm-4, .container-img-quiz.col-xs-12.col-sm-4, .container-btns-quiz.col-xs-12.col-sm-4 {
	text-align: center;
	margin: 40px auto auto auto;
}

/* MODAL QUIZ*/ 

.modal-header {
	background: #d2c3e0;
	text-align: center;
	height: 60px;
}

.modal-header .close {
	padding: .5rem 1rem !important;
}

h5#exampleModalLabel {
	color: #343a40;
}

button.close span{
	color: #343a40;
  font-size: 60px;
  font-weight: 100;
  padding: 0px;
}

.modal-body {
	background: #a8f4ea;
	color: #343a40;
}


.btn-info{
  border-radius: 10px;
  padding: 5px;
}

/* FIN MODAL */


/* FIN TEMPLATE QUIZ PARENTS */

.templateParents{
	color:#000;
}

.templateParents, .card-title, .theme{
	color:#000;
}

.card{
margin-left: 20px;
}

.card-body a:hover {
	color: #48bbef;
	transition: .3s;
}
.card-body a {
	text-decoration: none;
	color: #353131;
}

.logo-face{
	display: flex;
  justify-content: center;
	background-color: #BEFFEA
}

.owl-icon{
	width: 70px;
	margin-top: 10px;
}

.intro{
	color:#000;
	background-color: #BEFFEA
}

.text{
	display: flex;
  justify-content: center;
}

/*contact*/
.infoContact{
	background: #ffffff;
	margin-bottom: 0;
}

.contactForm{
	font-size: 30px;
	text-align: center;
	height: 13em;
	background: #ffffff;
	margin-top: 20px;
	color:black;
}
.contactIcon {
	display: flex;
}
.contactIcon p {
	margin: auto;
}
.contactForm i.fab {
	font-size: 60px;
	color: #6224ace0;
}

/*contact*/


/*quienes somos*/

#categories{
  overflow:hidden;
  width:90%;
  margin:0 auto;
}
.clr:after{
  content:"";
  display:block;
  clear:both;
}
#categories li{
  position:relative;
  list-style-type:none;
  width:27.85714285714286%; /* = (100-2.5) / 3.5 */
  padding-bottom: 32.16760145166612%; /* =  width /0.866 */
  float:left;
  overflow:hidden;
  visibility:hidden;
 
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(3n+2){
  margin:0 1%;
}
#categories li:nth-child(6n+4){
  margin-left:0.5%;
}
#categories li:nth-child(6n+4), #categories li:nth-child(6n+5), #categories li:nth-child(6n+6) {
	margin-top: -6.9285714285%;
  margin-bottom: -6.9285714285%;
  
  -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  transform: translateX(50%) rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(6n+4):last-child, #categories li:nth-child(6n+5):last-child, #categories li:nth-child(6n+6):last-child{
  margin-bottom:0%;
}
#categories li *{
  position:absolute;
  visibility:visible;
}
#categories li > div{
  width:100%;
  height:100%;
  text-align:center;
  color:#fff;
  overflow:hidden;
  
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  
	-webkit-backface-visibility:hidden;
  
}

/* HEX CONTENT */
#categories li img{
  left:-100%; right:-100%;
  width: auto; height:100%;
  margin:0 auto;   
}

#categories div h1, #categories div p{
  width:100%;
  padding:0 5%;
	background-color: rgba(27, 3, 36, 0.8);
  font-family: 'Baloo Tamma 2', cursive;
  
  -webkit-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  -ms-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
}
#categories li h1{
  bottom:110%;
  font-style:italic;
  font-weight:normal;
  font-size:1.5em;
  padding-top:100%;
  padding-bottom:100%;
}
#categories li h1:after{
	content:'';
  display:block;
  position:absolute;
  bottom:-1px; left:45%;
  width:10%;
  text-align:center;
  z-index:1;
  border-bottom:2px solid #fff;
}
#categories li p{
	padding-top:50%;
	top:110%;
	padding-bottom:50%;
}


/* HOVER EFFECT  */

#categories li div:hover h1 {
  bottom:50%;
  padding-bottom:10%;
}

#categories li div:hover p{
  top:50%;
  padding-top:10%;
}
/**/

/* FOOTER */

footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #D2A6E8;
}

.logoHootieHooFooter{
	height: 150px;
  width: 150px;
	margin: 20px 20px auto 20px;
}

img.logo-footer {
	height: 90px;
	width: 140px;
}

p.menuiconsFooter a {
	margin: 10px;
}

.menuFooter a, p {
	color: #62249d;
}

.menuFooter a:hover {
	text-decoration: none;
	color: #270a46;
  transition: .2s;
}

/* FIN FOOTER */


/* MEDIAQUERIES */

@media only screen and (max-width: 40em){

	/* Home */
	.templateHome .row {
    margin-bottom: 25%;
	}

	.container-tittle-btn-home.col-xs-12.col-sm-6{
		margin: 0rem;
	}

	.tittlesHome {
    margin: 0px;
    text-align: center;
	}

	.btn-home {
	width: 70%;
	margin: auto;
	}

	.container-video-home.col-xs-12.col-sm-6 {
    margin: 0px;
	}

	.container-video-home iframe {
    width: 100% !important;
    height: 122% !important;
	}


	/*Quiz Parents*/

	p.txt-quiz {
		padding-left: 20px;
    padding-right: 20px;
	}

}



.punk {
  font-size:6vw;
	text-align:center;
	background-color: #FFFCA0;
}

.punk span {
  display:inline-block;
  margin:0 .05em;
  padding:0 .15em;
  min-width:.25em;
}

.punk span:first-child,
.punk span:last-child {
  position:relative;
}

.punk span:first-child:before {
  content:"";
  border:solid 2px rgb(83, 77, 77);
  border-top-width:.2em;
  border-radius:.25em;
  height:.5em;
  left:-0.1em;
  position:absolute;
  top:-0.25em;
  transform:rotate(20deg);
  width:.15em;
}

.punk span:first-child:after {
  background-color:inherit;
  content:"";
  height:.15em;
  left:.05em;
  position:absolute;
  top:.05em;
  transform:rotate(20deg);
  width:.1em;
}

.punk span:last-child:before {
  content:"";
  border:solid 2px rgb(83, 77, 77);
  border-top-width:.2em;
  border-radius:.25em;
  height:.6em;
  right:-0.1em;
  position:absolute;
  top:-0.25em;
  transform:rotate(-20deg);
  width:.15em;
}

.punk span:last-child:after {
  background-color:inherit;
  content:"";
  height:.15em;
  right:.05em;
  position:absolute;
  top:.05em;
  transform:rotate(-20deg);
  width:.1em;
}

/* font */

.punk span:nth-child(5n+1) {
  font-family:serif;
  font-size:1.25em;
}

.punk span:nth-child(5n+2) {
  font-family:sans-serif;
}

.punk span:nth-child(5n+3) {
  font-family:monospace;
  font-size:1.25em;
}

.punk span:nth-child(5n+4) {
  font-family:serif;
  font-style:italic;
}

.punk span:nth-child(5n+5) {
  font-family:fantasy;
}

/* shadow */

.punk span:nth-child(4n+1) {
  box-shadow:.05em .05em currentColor;
}

/* rotate */

.punk span:nth-child(3n+1) {
  transform:rotate(5deg);
}

.punk span:nth-child(3n+3) {
  transform:rotate(-5deg);
}

/* colour schemes */

.punk span:nth-child(12n+1) {
  background-color:rgb(169, 255, 134);
  color:rgb(243, 176, 150);
}

.punk span:nth-child(12n+2) {
  background-color:rgb(252, 201, 167);
	color:rgb(207, 239, 248);
	box-shadow:.05em .05em currentColor;
}

.punk span:nth-child(12n+3) {
  background-color:rgb(211, 193, 255);
	color:rgb(79, 69, 226);
	box-shadow:.05em .05em currentColor;
}

.punk span:nth-child(12n+4) {
  background-color:rgb(240, 135, 140);
	color:#ff0;
	box-shadow:.05em .05em currentColor;
}

.punk span:nth-child(12n+6) {
  background-color:#ff0;
	color:rgb(211, 144, 184);
	box-shadow:.05em .05em currentColor;
}

.punk span:nth-child(12n+7) {
  background-color:rgb(94, 223, 62);
	color:rgb(151, 112, 167);
	box-shadow:.05em .05em currentColor;
}

.punk span:nth-child(12n+8) {
  background-color:rgb(155, 214, 241);
	color:rgb(241, 128, 128);
	box-shadow:.05em .05em currentColor;
}

.punk span:nth-child(12n+9) {
  background-color:rgb(233, 114, 185);
	color:rgb(123, 201, 221);
	box-shadow:.05em .05em currentColor;
}

.punk span:nth-child(12n+10) {
  background-color:rgb(243, 196, 125);
	color:rgb(161, 243, 202);
	box-shadow:.05em .05em currentColor;
}

/* JUEGO MEMORICE */
#pairGames #containGame #gameHeader #gameTime {
    font-family: 'Baloo Tamma 2', cursive;
    color: #000;
    font-size: 20px;
	font-weight: 600;

}
#pairGames #containGame #gameHeader span {
    font-family: 'Baloo Tamma 2', cursive;
    color: #000;
    font-size: 12px;
    margin-left: 5px;
}
#pairGames #containGame #boardGame {
    margin: auto;
    width: 710px;
    height: 720px;
}
#pairGames #containGame #boardGame .box {
    background-color: #38BCEE;
    background-image: url(/src/img/Icono_Demo_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    border: solid #65259D 4px;
    border-radius: 8px;
    cursor: pointer;
    float: left;
    height: 110px;
    margin: 15px;
    width: 110px;
}
#pairGames #containGame #boardGame .right {
    box-shadow: 0 0 6px black;
    box-sizing: border-box;
    pointer-events: none !important;
}
#pairGames #resultsPanel {
    background-color: #72baec;
    bottom: 0px;
    display: none;
    left: 0px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
#pairGames #resultsPanel .labelTime {
    font-family: 'Baloo Tamma 2', cursive;
    color: #000;
    font-size: 27px;
    line-height: 26px;
}
#pairGames #resultsPanel .finalTime {
    color: #64259d;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 48px;
    font-weight: 600;
}
#pairGames #resultsPanel hr {
    border-color: #64259d;
    max-width: 70%;
}
#pairGames #resultsPanel #results {
    padding-top: 80px;
    text-align: center;
}
#pairGames #resultsPanel #results p {
    font-family: 'Baloo Tamma 2', cursive;
    color: #64259d;
    font-size: 22px;
}
#pairGames #resultsPanel #results p.flecha {
    cursor: pointer;
    margin: 0;
    user-select: none;
}
#pairGames #resultsPanel #results .btn_jugada {
    margin-right: 15px;
    font-family: 'Baloo Tamma 2', cursive;
    color: #000;
    font-size: 24px;
    padding: 10px 10px 5px 10px;
    border: 1px solid #000;
    line-height: 48px;
}
#pairGames #resultsPanel #results .btn_jugada:hover {
    background-color: #64259d;
    color: #242424;
    border: 1px solid #64259d;
    cursor: pointer;
}
#pairGames #resultsPanel #results #btnRestart {
    border: 3px solid #64259d;
    color: #64259d;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 24px;
    font-weight: 600;
    margin-right: 15px;
    padding: 10px 10px 5px 10px;
}
#pairGames #resultsPanel #results #btnRestart:hover {
    background-color: #64259d;
    color: #fff;
    cursor: pointer;
}
#pairGames #resultsPanel #infografia_jugada {
    display: none;
    padding-top: 80px;
    text-align: center;
}
#pairGames #resultsPanel #infografia_jugada .inf_jugada {
    position: relative;
    width: 500px;
    height: 200px;
    margin: auto;
    text-align: left;
}
#pairGames #resultsPanel #infografia_jugada .inf_jugada label {
    padding-left: 200px;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 114px;
    color: #64259d;
    line-height: 60px;
}
#pairGames #resultsPanel #infografia_jugada .inf_jugada p {
    padding-left: 200px;
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 13px;
    line-height: 17px;
    color: #000;
}
#pairGames #resultsPanel #infografia_jugada .inf_jugada img {
    position: absolute;
    top: -80px;
    left: 30px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_01 img {
    top: -50px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_02 img {
    left: -10px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_03 img {
    left: 10px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_04 img {
    left: -40px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_05 img {
    left: -10px;
    top: -50px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_06 img {
    left: -10px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_07 img {
    left: -10px;
    top: -60px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_08 img {
    left: -25px;
    top: -100px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_09 img {
    left: -10px;
    top: -65px;
}
#pairGames #resultsPanel #infografia_jugada #inf_jugada_10 img {
    left: 40px;
}
#pairGames #resultsPanel #infografia_jugada .btn_inf {
    width: 130px;
    margin-top: 50px;
    margin-right: 15px;
    font-family: 'Baloo Tamma 2', cursive;
    color: #64259d;
    font-size: 20px;
    padding: 10px 10px 5px 10px;
    border: 3px solid #64259d;
    box-shadow: 7px 7px #64259d;
}
#pairGames #resultsPanel #infografia_jugada .btn_inf:hover {
    background-color: #64259d;
    color: #242424;
    cursor: pointer;
}
#pairGames #resultsPanel #infografia_jugada #btn_volver, #pairGames #resultsPanel #infografia_jugada #btn_ver_inf_jugada {
    margin-top: unset;
    padding: 5px 5px 0px 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
#pairGames #resultsPanel #infografia_jugada #btn_volver {
    padding: 9px 10px 5px 10px;
    font-size: 20px;
}


@media only screen and (max-width: 767px) {
   #pairGames #resultsPanel hr {
       max-width: 90%;
   }
   #pairGames #resultsPanel #results .preguntas {
       padding-top: 0;
   }
   #pairGames #resultsPanel #results table {
       max-width: 85%;
   }
   #pairGames #resultsPanel #results table td:first-child {
       width: auto;
   }
    #pairGames {
        width: 100vw;
   }
    #pairGames #containGame {
        width: 100%;
        height: 850px;
        background-image: unset;
   }
    #pairGames #containGame #gameHeader {
        width: 100%;
   }
    #pairGames #containGame #gameHeader #imagen_juego {
        width: 212px;
        margin-top: 35px;
   }
    #pairGames #containGame #gameHeader p {
        width: 262px;
        font-size: 14px;
   }
    #pairGames #containGame #boardGame {
        width: 260px;
   }
    #pairGames #containGame #boardGame .box {
        width: 66px;
        height: 60px;
        margin: 10px;
        background-position: center;
        background-repeat: no-repeat;
   }
    #pairGames #containGame #boardGame .acertado {
        border: 2px solid #000;
   }
    #pairGames #resultsPanel {
        height: 850px;
        top: 0px;
   }
    #pairGames #resultsPanel hr {
        width: auto;
        margin-bottom: 30px;
   }
    #pairGames #resultsPanel .labelTime {
        display: block;
   }
    #pairGames #resultsPanel br {
        display: none;
   }
    #pairGames #resultsPanel #results {
        width: 320px;
        margin: auto;
   }
    #pairGames #resultsPanel #results .btn_jugada {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px;
        line-height: unset;
   }
    #pairGames #resultsPanel #infografia_jugada {
        width: 320px;
        margin: auto;
   }
    #pairGames #resultsPanel #infografia_jugada .inf_jugada {
        width: auto;
   }
    #pairGames #resultsPanel #infografia_jugada .inf_jugada label {
        padding-left: 130px;
        font-size: 60px;
        line-height: 20px;
   }
    #pairGames #resultsPanel #infografia_jugada .inf_jugada p {
        padding-left: 130px;
        font-size: 11px;
   }
    #pairGames #resultsPanel #infografia_jugada .btn_inf {
        width: 100px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_01 img {
        left: -20px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_02 img {
        left: -40px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_03 img {
        left: -35px;
        top: -60px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_04 img {
        left: -90px;
        top: -70px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_05 img {
        left: -55px;
        top: -55px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_06 img {
        left: -60px;
        top: -60px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_07 img {
        left: -60px;
        top: -60px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_08 img {
        left: -60px;
        top: -85px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_09 img {
        left: -40px;
        top: -60px;
   }
    #pairGames #resultsPanel #infografia_jugada #inf_jugada_10 img {
        left: -10px;
        top: -70px;
   }
}

