
html {
  height: 100%;
  box-sizing: border-box;
   font-family: "Playfair Display";
   font-size: 20px;
}

body {font-family: "Playfair Display", Georgia, Serif;width:100%;}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  letter-spacing: 5px;
 position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  
  text-align: justify;
  text-justify: inter-word;
}
input[readonly] {
  background-color: #e5e5e5;
}

#page-container {
  position: relative;
  min-height: 94vh;
}

#content-wrap {
  padding-bottom: 3rem;    /* Footer height */
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  height: 3rem;
  background-color: #efefef;
  text-align: center;
  z-index:10000000px;
}


.backgroundInformation{
	position: fixed;
    top: 0;
    width: 100%;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-flow: row nowrap;
	justify-content: center;
    align-items: center;
    background: rgb(247, 247, 247, 0.95);
	z-index:9999999;
}

.backgroundInformationContent{
	position: relative;

	
}

	#ggb-element
	{
	
		width:800px!important;
		/*height:450px!important;*/
	}
@media only screen and (max-width: 1550px) {

		#ggb-element
	{
	
		width:800px!important;
		/*height:450px!important;*/
	}
}
@media only screen and (max-width: 1370px) {
	#ggb-element
	{
		width:700px!important;
		/*height:400px!important;*/
		
	}
}

@media only screen and (max-width: 1145px) {
	#ggb-element
	{
		width:550px!important;
		/*height:375px!important;*/
		
	}
	.headerTitle
	{
			
	}
	#quiz
	{
		font-size:1.0rem!important;
	}
	h1
	{
		font-size:35px!important;
	}
}
@media only screen and (max-width: 1023px) {
	.footer {
	
	}
	#ggb-element
	{
		
		width:100%!important;
		/*height:100%!important;*/
		
	}

	#quiz
	{
		font-size:1.2rem!important;
	}
}


/*-------------------- ESTILO INPUT/SELECT BIEN Y MAL --------------------------------------*/
.ok{
	cursor:default !important;
	color: #fff !important;
	border: solid 1px #999 !important;
	/*background: #64991E !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#64991E), to(#1BE02B)) !important;
	background: -moz-linear-gradient(top, #64991E, #1BE02B) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64991E', endColorstr='#1BE02B') !important;*/
	
	background: #009036 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#009036), to(#009036)) !important;
	background: -moz-linear-gradient(top, #009036, #009036) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009036', endColorstr='#009036') !important;
	 
	background-repeat:no-repeat !important;
    background-position:center center !important;
	background-size: contain !important;
}

.fail{
	cursor:default !important; 
	color: #FADDDE !important;
	/*background: #D81B21 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317)) !important;
	background: -moz-linear-gradient(top, #ED1C24, #AA1317) !important;
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317') !important;*/
	
	background: #e2001a !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2001a), to(#e2001a)) !important;
	background: -moz-linear-gradient(top, #e2001a, #e2001a) !important;
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#e2001a', endColorstr='#e2001a') !important;
	 
	background-repeat:no-repeat !important;
    background-position:center center !important;
	background-size: contain !important;
}/*
.button-template {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #e0e0e0 5%, #c7c7c7 100%);
	background-color:#e0e0e0;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#474747;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button-template:hover {
background:linear-gradient(to bottom, #c7c7c7 5%, #e0e0e0 100%);
	background-color:#c7c7c7;
}
.button-template:active {
	position:relative;
	top:1px;
}
*/
input{
text-align:center;
 }	

.buttonInf-template {

    max-height: 35px;
    text-align: center;
    background-color: #efefef;

    width: 100px;
    text-align: center;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
}

.buttonInf-template:hover{
   background:#e3e3e3;
   box-shadow:0px 2px 2px 2px #C1BFB3;
   color:#000;
}

.buttonInf-template:after {
    content: "";
    background: #e3e3e3;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

 
/*Button Three*/
.button-template {
    position: relative;
    background-color: #efefef;

    padding: 10px;
    width: 150px;
    text-align: center;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
}

.button-template:hover{
   background:#e3e3e3;
   box-shadow:0px 2px 2px 2px #C1BFB3;
   color:#000;
}

.button-template:after {
    content: "";
    background: #e3e3e3;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}
/*
.button-template:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.base-timer {
  position: relative;
  display: inline-block;
  z-index:100;
  width: 60px;
  height: 60px;
}*/
.base-timer {
  position: fixed;
 left: 50px;
  bottom: 80px;
  z-index:1;
  width: 100px;
  height: 100px;
}
.base-timer__label {
  position: absolute;
  width: 100px!important;
  height: 100px!important;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px!important;
}
@media only screen and (max-width: 1023px) {


.base-timer {
  position: fixed;

 right: 0%!important;
  top: 20%!important;
  left: initial;
  width: 100px;
  height: 100px;
}


}

@media only screen and (max-width: 700px) {


.base-timer {
  position: fixed;

 right: 0%!important;
  top: 12%!important;
  left: initial;
  width: 50px;
  height: 50px;
}

.base-timer__label {

  font-size: 20px!important;
    width: 40px!important;
  height: 40px!important;
  margin-left:5px;
}
}


@media only screen and (max-width: 955px) {


.base-timer {
  position: fixed;

 right: 1%!important;
  top: 1.0%!important;
  left: initial;
  width: 50px;
  height: 50px;
  z-index:10000000000000000000000!important;
}
.headerTitle {
	max-width:300px!important;
}
.base-timer__label {

  font-size: 20px!important;
    width: 40px!important;
  height: 45px!important;
  margin-left:5px;
}
}



.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: #efefef;/*rgb(65, 184, 131);*/
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.btn-group button {
   color: white; /* White text */
 /*  padding: 3px 3px; Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  position: relative;
top:10px;
height:35px;
    text-align: center;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
}

.buttonInf
{
	   color: white; /* White text */
 /*  padding: 3px 3px; Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  position: relative;
top:10px;
height:35px;
    text-align: center;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
	
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    align-items: flex-start;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));

    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
	
	
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
 
}

/* Add a background color on hover */
.btn-group button:hover {
}

.btn-group-selected {
  background-color: grey;
}

.btn-inf-selected {
  background-color: grey;
}

.btn-group-selectedOk {
  background-color: green!important;
}
.btn-group-selectedFail {
  background-color: red!important;
}