
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:70;
}

.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{
		
		font-size:1rem!important;
	}
}
@media only screen and (max-width: 1023px) {
	.footer {
	
	}
	#ggb-element
	{
		
		width:100%!important;
		/*height:100%!important;*/
		
	}
	.headerTitle{
		
		font-size:0.9rem!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;
 }	 
/*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;
  right: 20px;
  bottom: 80px;
  z-index:100;
  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: 50px;
  top: 100px;
  z-index:1;
  width: 100px;
  height: 100px;
}


}


.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;
}

.frac {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.001em;
    text-align: center;
}
.frac > span {
    display: block;
    padding: 0.1em;
}
.frac span.bottom {
    border-top: thin solid black;
}
.frac span.symbol {
    display: none;
} 
