*{
	padding:0;
	font-family: Arial;
	margin:0;
}
.checking-dot{
	border-radius: 50%;
	border: 8px solid rgb(255,255,255);
	background-color: red;
	width: 28px;
	height: 28px;
	position:relative;
	opacity: 0.6;
	z-index:9;
}

ul.tips{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.tips>li{
	font-size:15pt;
	margin-left:10px;
    text-align: left;
}
.checking-dot:hover{
	cursor: pointer;
}
body{
	height: 100%;
    background-color: #2e7de1;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}


.sprite{
	position:absolute;
	top:0px;
    bottom: 0px;
    right: 0px;
    left:0px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    
}
.panel-idim{

	background-color:rgba(46,125,225,0.6);
	text-align: left;
	border:0;
}
.panel-idim > .panel-heading{
	background-color:rgb(46,125,225);
	color:white;	
}
.panel-idim > .panel-heading > h4 > a,
.panel-idim > .panel-heading > h4{
	color:white;
	text-transform: uppercase;
}
.panel-idim > .panel-heading > h4 > a:hover,
.panel-idim > .panel-heading > h4 > a:link,
.panel-idim > .panel-heading > h4 > a:active,
.panel-idim > .panel-heading > h4 > a:visited{
	text-decoration: none;
}

.panel-gris{
    background-color: #425363;
    opacity: 0.8;
    /* max-height: 180px; */
    overflow-y: auto;
    overflow-x: hidden;
}

.panel-body > p{
	font-size:12pt !important;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    color: white;
}



.linea-azul{
	background-color:rgb(46,125,225);
	height: 14px;
	min-height: 14px;
	max-height: 14px;
}
.linea-blanca{
	background-color: #fff;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
}
.copyright{
	color: #ffffff;
    bottom: 27px;
    left: 50px;
    font-weight: bold;
    font-size: 14pt;
    line-height: 100px;
}
.logo-del-idim{
	text-align: right;
	    line-height: 100px;
}
.logo-del-idim > img{
	width: 100%;
	max-width: 100px;
}
.idim-copy{
    color: #ffffff;
    background-color: transparent;
    position: fixed;
    bottom: 27px;
    left: 50px;
    font-weight: bold;
    font-size: 14pt;
}
.idim-copy-year{
	display:block;
}
/*
.idim-copy{
	    background-color: transparent;
    width: 50%;
    float: left;
    padding: 0% 2.5%;
    height: 100px;
    line-height: 100px;
    vertical-align: bottom;
}
*/
.blue-idim{
	background-color:#2e7de1;
}
.logo-idim{

	position: relative;
	top: 29px;
	left:41px;
}
.download-pdf{
	background-color: transparent;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 27px;
    left: 50px;
}
.download-pdf > img{
	width: 100%;
	height: auto;
}
.p-container{
	width: 70%;
    margin-left: 15%;
}
.logo-idim-level-1{
    color: #5d5d5d;
    background-color: transparent;
    position: fixed;
    width: 107px;
    height: 91px;
    bottom: 27px;
    left: 50px;
    font-weight: bold;
    font-size: 18pt;
}
.logo-idim-level-1 > img{
	width: 100%;
	max-width:100px;
}
.btn-ver{
	border-radius: 12px;
    border: 0;
    width: 150px;
    padding: 13px 20px;
    font-weight: bold;
    background-color: white;
    color: rgb(46,125,225);
    text-align: center;
    font-size:20pt;
    margin-top: 20px;
}
.btn-ver:hover{
	background-color: rgba(255,255,255,0.6);
}
#display-game{
	background-repeat: no-repeat;
	background-size: cover; 
}
.body-osteoporosis{
	/*
	position: absolute;
	left:300px;
	top:200px;
	*/
}
a:hover{
	text-decoration: none !important;
}


p.level-1-p1,p.level-1-p2,p.level-1-p3{
	margin: 0px 50px;
	font-size: 16pt;
    text-align: center;
    padding-top: 20px;
	color:white;	
}
p.level-1-p1{
	font-size: 19pt;
    font-style: italic;
    color: rgba(255,255,255,0.6);
    padding-top: 40px;
}


.blue-message-container{
	background-color:rgba(46,125,225,0.6);
	position: absolute;
	font-size: 24pt;
    text-align: center;
    padding: 20px;
	color:white;
	margin-left:4px;
}

.blue-message-container h1, 
.blue-message-container p{
	font-size: 24pt;
	/* font-weight: bold; */
	color:white;	
}


.blue-message-container-full-width{
	background-color:rgba(46,125,225,0.6);
	position: relative;
	font-size: 29pt;
    text-align: center;
    padding: 20px;
	color:white;
	margin-left: 0;
}

span.remark-text{
	font-weight: bold;
	text-transform: capitalize;
}

.btn-level-3{
	background-color:rgba(46,125,225,0.6);
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;


	font-size: 24pt;
    text-align: center;
    padding: 20px;
	font-weight: bold;
	color:white;	

}

.btn-option,#message-level-2{
	-webkit-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
          border-radius: 10px;
}
.btn-option:hover,.btn-level-3:hover{
	background-color:rgba(46,125,225,0.8);
	cursor:pointer;
}
.siguiente-word,.anterior-word{
	display: table-cell;
}
.btn-siguiente::before,
.btn-siguiente::after,
.btn-anterior::before,
.btn-anterior::after{
	clear:both;
}
span + span{
	/* margin-left: 30px; */
}
.flotante::before,
.flotante::after
{
	clear:both;
}
.flotante{
	position:absolute;
}
.tipo-lista{

}
.tipo-lista ul,.tipo-lista-level-4 ul{
	list-style-type: none;
    font-size: 20pt;
    color: #2e7de1;
}

.tipo-lista ul>li,.tipo-lista-level-4 ul>li{
	line-height: 60px;
}
.tipo-lista-level-4 >ul{
	width: 90%;
	padding: 0 5%;
	border-bottom:2px solid white;
}
.tipo-lista-level-4>ul>li{
	color:white;
}
.btn-siguiente,.btn-anterior{
	display: none; 
    float: right;
    font-size: 20pt;
    line-height: 100px;
    margin-right: 50px;
    cursor:pointer;
}
.panel-group{
	margin:40px;
}
.btn-ver-container{
	text-align: center;
}
.finger-button{
	width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #425363;
    
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
          border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-left: 18px;

}
.finger-button-right{
	margin-right:  18px;	
}

.close-button{
	float: right;
    /* border: 1px solid white; */
    /* line-height: 1; */
    font-weight: normal;
    font-size: 25pt;
    /* width: 25px; */
    /* height: 25px; */
    /* background-color: transparent; */
    position: relative;
    top: -12px;
    left: 12px;
}
.close-button:hover{
	color:rgba(46,125,225);
	cursor:pointer;
}
.body-tag{
	background-color:rgba(46,125,225,0.6);
	
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
	/* padding:8px; */
	text-align: center;
	position: absolute;
	font-size:12pt;
	font-weight: bold;
	color:white;
	width: 82px;
	height: 44px;
	line-height: 44px;
}
.blue-fade-fixed{
	background-color: rgba(46,125,225,0.5);
}
.resumen {
	font-size:22pt;
	color:white;
	text-align: center;
	padding: 20px;
}
.resumen span.points{
	background-color: rgba(46,125,225,0.8);	
	padding:20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.body-tag:hover{
	cursor:pointer;
	background-color: rgba(46,125,225,0.8);
}

.correct{
	background-color:rgba(0,118,85,0.6);
	font-weight: normal;
}
.incorrect{
	background-color:rgba(227,5,19,0.6);
	font-weight: normal;
}
.body-tag-correct{
	background-color:rgba(0,118,85,0.6);
	
		-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
	/* padding:8px; */
	text-align: center;
	position: absolute;
	font-size:12pt;
	font-weight: bold;
	color:white;
	width: 82px;
	height: 44px;
	line-height: 44px;
	
}
.body-tag-incorrect{
	background-color:rgba(227,5,19,0.6);
		-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
	/* padding:8px; */
	text-align: center;
	position: absolute;
	font-size:12pt;
	font-weight: bold;
	color:white;
	width: 82px;
	height: 44px;
	line-height: 44px;
}
.btn-level-5{
	background-color: rgb(255,255,255);
	color:#2e7de1;
}
.btn-level-5:hover{
	background-color: rgba(255,255,255,0.8);
}

.footer-container{
	padding:20px 0px;
}

@media (max-width: 1919px){
	.p-container{
		width: 90%;
    	margin-left: 5%;
	}

	/*
	p.level-1-p1,p.level-1-p2,p.level-1-p3{
		padding-top:3px;
	}
	*/
}


@media (max-width: 700px){
	.blue-message-container-full-width{
		 font-size:14pt; 
	}

} 
@media (max-width: 1280px) 
{
	/* Pantalla 1 */
	.blue-message-container-full-width{
		/* font-size:2pt; */
	}
	.level-1-p1,.level-1-p2,.level-1-p3,.level-1-p4{
		font-size:12pt !important;
		margin:0px 5px !important;
		text-align: center !important;
	}
	.level-1-p1{
		margin-top: 10px !important;
		font-size: 16pt !important;
	}
	.level-1-p4{
		text-align: center !important;
	}
	/*
	#img-logo-final-p1{
		display:none;
	}
	
	.idim-copy{
		position: relative;
		left: initial  !important;
		bottom: initial !important;
		padding: 5%;
        background-color: #2e7de1;
	}

	.idim-copy-year{
		display:none;
	}
	*/
	/* Pantalla 2 */
	.siguiente-word,
	.anterior-word{
		display:none;
	}

	.btn-siguiente,.btn-anterior{
		top:29px;
		position: relative;
		cursor:pointer;
		margin-right:initial;
	}
	.btn-siguiente > .finger-button,.btn-anterior > .finger-button{
		margin-right: 20px;
	}
	.tipo-lista{
		width: 70%;
		left:10px;
		top:10px;
	}
	..tipo-lista-level-4{
		left:0;
		padding:5%;
		width: 90%;
	}
	.tipo-lista-level-4 >ul {
    	width: inherit; 
    
	}
	.resumen{
		padding:0;
	}
	.resumen span.points {
	    background-color: rgba(46,125,225,0.8);
	    padding: 10px;
	    height: 40px;
	    line-height: 57px;
	    text-align: center;
	}
	.blue-message-container {
		margin-left:0px;
	}

	.p-container{
		    width: 90%;
	    margin-left: 5%;
	}
	.p-container>p{
		font-size:13pt;
	}
	.btn-level-3{
		padding: 18px;
		font-size: 12pt;
	}
}
@media (min-width: 640px) and (max-width: 768px) and (orientation: portrait){
	.p-container>p{
		font-size:20pt !important;
	}
	.blue-message-container-full-width{
		font-size:25pt !important;	
	}
	.btn-level-3{
		padding: 18px;
		font-size: 12pt;
	}
}
@media (max-width: 641px) and (orientation: landscape){

	.btn-siguiente, .btn-anterior {
	    top: 15px;
	}
	.btn-siguiente-level-3,.btn-anterior-level-3{
		top: 5px;
	}
	.btn-level-3{
		padding: 18px;
		font-size: 12pt;
	}
}
@media (max-width: 1280px) and (orientation: portrait){
	.btn-siguiente, .btn-anterior {
	    top: 15px;
	}	
	.btn-siguiente-level-3,.btn-anterior-level-3{
		top: 5px;
	}
	.btn-level-3{
		padding: 18px;
		font-size: 12pt;
	}
}

@media (max-height: : 764px) and (orientation: landscape){
	.blue-message-container-full-width{
		font-size:25pt !important;	
	}

}
