/*
EtherJuice.com, style sheet.
(c) EhterJuice S.L. 2013. All right reserved
*/
@charset "utf-8";
/*
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;	
    src: url("../../fonts/OpenSans-Light.ttf");
}
@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;	
    src: url("../../fonts/OpenSans-CondLight.ttf");
}
*/
@font-face {
    font-family: "Gotham A";
    font-style: normal;
    font-weight: 100;	
    src: url("../../fonts/GothamLight.ttf");
}

@font-face {
    font-family: "Gotham Thin";
    font-style: normal;
    font-weight: 100;	
    src: url("../../fonts/Gotham-Thin.otf");
}

@font-face {
    font-family: "GothamLight";
    font-style: normal;
    font-weight: 300;	
    src: url("../../fonts/GothamLight.ttf");
}
* { margin: 0; padding: 0;}
html {margin: 0; padding: 0;}
a img { border: none; }
a { outline: none; }
body { 
	font-family:  "Gotham A", Verdana, Arial, sans-serif; 
	background-color: #fcfcfc;

}
body.inner { overflow: -moz-scrollbars-vertical; overflow-y: auto; } /* Observar comportamiento!!! Browser's vertical scroll bar*/
html, body { 	
	font-size:18px;
	line-height:22px;
	font-weight:100;
}
@media (min-width:420px){html, body {font-size:22px;}}
@media (min-width:650px){html,body {font-size:22px;}}
@media (min-width:860px){html,body {font-size:22px;}}
@media (min-width:1024px){html,body {font-size:18px;}}
@media (min-width:1180px){html,body {font-size:18px;}}

/* --------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------- */
h1, h2 {
	margin:0; padding:0;
	line-height: .9em;
}
@media (min-width:420px){h1, h2 {font-size:64px;}}
@media (min-width:1024px){h1, h2 {font-size:32px;}}

.block_header img
{
max-width:100%;
max-height:100%;
}
.block_header .logo
{
	float:left; padding-top:16px;display:block;
}
@media (min-width:420px){.block_header .logo {width:128px;}}
@media (min-width:1024px){.block_header .logo {width:64px;}}

.canvas { 
	background-color: #fcfcfc;
	text-align: center;
}
.wrapper { 
	width: 1040px;
	margin:0 auto;
	text-align: left;
}
@media (min-width:420px){.wrapper {width: 400px;}}
@media (min-width:650px){.wrapper {width: 650px;}}
@media (min-width:860px){.wrapper {width: 860px;}}
@media (min-width:1024px){.wrapper {width: 1024px;}}
@media (min-width:1180px){.wrapper {width: 1040px;}}
.block { 
	width: 100%; 
	color: #32373b; 
	position: relative;
}

.block_info{ 
	width: 100%; 
	color:  #32373b;
	position: relative;
	padding: 20px 0;
}
@media (min-width:420px){.block_info{background-color: yellow}}
@media (min-width:650px){.block_info{background-color: green}}
@media (min-width:860px){.block_info{background-color: #eeeeee}}
@media (min-width:1024px){.block_info{background-color: blue}}
@media (min-width:1180px){.block_info{background-color: orange}}
/* --------------------------------------------------------------------------------- */
/* Buttons */

.button_row 
{
	float:left; 
	width:100%; 
	margin-bottom:00px;
}

.button_row .sqbox  
{
	background-color: #FFF;
	background-image: none;
    border-radius: 4px;
	border-color: #08c;
    border-style: solid;
    border-width: 1px;
    text-align: center;
	float:left;
	margin-top:14px;
}
/*.button_row > .sqbox  ~ .sqbox
{
	margin-right: 18px;
}*/
.button_row .sqbox.double 
{
/*background-color:grey;*/
}

@media (min-width:420px){.button_row .sqbox  {width: 416px;	height: 300px; margin-right: 12px; }}
@media (min-width:420px) {.button_row .sqbox.double {width: calc(416px + 416px + 12px); }}
/*@media (min-width:420px){.button_row .sqbox:first-child  {background-color:blue;}}*/

@media (min-width:1024px){.button_row .sqbox {width: 130px;	height: 100px; margin-right: 18px;}}
@media (min-width:1024px){.button_row .sqbox.double {width: calc(130px + 130px + 18px); }}
.button_row .sqbox 
{   	
}
.button_row .sqbox h1, .button_row .sqbox p {
	font-family:  "Gotham A", Verdana, Arial, sans-serif; 
	font-style: normal;
	font-weight: 100;
	padding-left: 0px;
}
.button_row .sqbox h1 {
	color: #777;
    padding-top: 5px;
    padding-bottom: 0.6em;
	line-height: 1em;
	text-align: left;
	padding-left: 0.8em;
}
.button_row .sqbox p 
{
	color: #08C;
	line-height: 1.2em;
	text-align: center;
}
.button_row .sqbox p span {
	color: #E99;
    font-size: 1.0em;	
}

@media (min-width:420px)  
{
	.button_row .sqbox h1
	{
		font-size: 2.4rem;
	} 
	.button_row .sqbox p
	{
		font-size: 2.2rem;
		font-weight: 600;
	} 
}
@media (min-width:1024px) 
{
	.button_row .sqbox h1
	{
		font-size: 1.0rem;
		
	} 
	.button_row .sqbox p
	{
		font-size: 1.0rem;
		font-weight: 100;
	} 
}



.button_row .sqbox p span.highlight {
	color: #E99;
    font-size: .8rem;	
}
.button_row .sqbox button {
	color: #08C;
	cursor: pointer;
	width: 90px;
    font-size: .8rem;	
	font-weight: 600;
	line-height: 16px;
	background-color: #FFF;
	background-image: none;
    border-radius: 4px;
	border-color: #08c;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
	margin-bottom: 5px;
    text-align: center;
}
.button_row .sqbox button.disabled {
	color: #ccc;
	cursor: none;
	border-color: #ccc;
}
.button_row .sqbox button:hover {
	color: #FFF;
	background-color: #08C;
}
.button_row .sqbox button.disabled:hover {
	color: #ccc;
	cursor: default;
	border-color: #ccc;
	background-color: #FFF;
}

.button_name {
	font-family:  "Gotham A", Verdana, Arial, sans-serif; 
	font-style: normal;
	font-weight: 100;
	padding-left: 0px;
	
	font-size: 3.0em;
	color:red;
}

@media (min-width:420px)  
{
	.button_name
	{
		padding-top: 2.4rem;
		font-size: 2.4rem;
		color:#777;	
	}
}
@media (min-width:1024px) 
{
	.button_name 
	{
		font-size: 1.0rem;
		color:blue;
	}
}



/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
}
@media (min-width:420px)  { .switch { width: 192px; height: 120px; margin-top:22px;} }
@media (min-width:1024px) { .switch { width:  56px; height: 32px; margin-top: 0px; } }

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .1s;
  transition: .1s;
}
@media (min-width:420px)  { .switch_slider { border-radius: 64px; } }
@media (min-width:1024px) { .switch_slider { border-radius: 32px; } }

.switch_slider:before {
  position: absolute;
  content: "";
  background-color: white;
  -webkit-transition: .1s;
  transition: .1s;
  border-radius: 50%;
}
@media (min-width:420px)  { .switch_slider:before { height: 96px; width: 96px; left:12px; bottom: 12px; } }
@media (min-width:1024px) { .switch_slider:before { height: 24px; width: 24px; left: 4px; bottom: 4px; } }

input:checked + .switch_slider {
  background-color: #2196F3;
}

input:focus + .switch_slider {
  box-shadow: 0 0 1px #2196F3;
}

@media (min-width:420px)  
{
input:checked + .switch_slider:before {
  -webkit-transform: translateX(72px);
  -ms-transform: translateX(72px);
  transform: translateX(72px);	

}
}
@media (min-width:1024px) 
{
input:checked + .switch_slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
}

/* 	END OF FILE */

