@font-face {
    font-family: 'fff_tusjbold';
    src: url('../fonts/ffftusj_bold_macroman/FFF_Tusj-webfont.eot');
    src: url('../fonts/ffftusj_bold_macroman/FFF_Tusj-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ffftusj_bold_macroman/FFF_Tusj-webfont.woff') format('woff'),
         url('../fonts/ffftusj_bold_macroman/FFF_Tusj-webfont.ttf') format('truetype'),
         url('../fonts/ffftusj_bold_macroman/FFF_Tusj-webfont.svg#fff_tusjbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Gochi+Hand);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800,800italic);
body
{
	margin: 0;
	padding: 0;
}
.tc-container
{
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}
.tc-img-responsive
{
	mix-blend-mode: multiply;
	max-width: 100%;
	height: auto;	
}

.header h1
{
	color: #401F1C;
	font-family: 'fff_tusjbold', sans-serif;
	font-size: 52px;
	font-weight: normal;
	margin: 10px 0 15px 0;
	text-align: center;
}
.notepad
{
	background-color: white;
	background-image: linear-gradient(#feb5ba 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f2f2f2 1px, transparent 1px);
	background-position: 10px 0, 12px 0, 0 54px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-size: 1px 1px, 1px 1px, 25px 29px;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: rgba(0,0,0,0.25) 3px 3px 10px, rgba(0,0,0,0.25) -3px -3px 10px;
	overflow: hidden;
	padding: 27px 30px 27px 30px;
	position: relative;
}
.notepad-bottom-1
{
	margin: -49px auto 0 auto;
	width: 99%;
	z-index: -1;
}
.notepad-bottom-2
{
	margin: -49px auto 0 auto;
	width: 98%;
	z-index: -2;	
}
.notepad p
{
	color: #01579B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 15px 0;
}
.notepad p em
{
	color: #B71C1C;
	font-style: normal;
}
.notepad p strong
{
	background: rgba(100,224,23,0.4);
	font-weight: normal;
}
.notepad h1
{
	color: #33691E;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: 100;
	margin: 0;
}
/* css slide */
.notepad .silde-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	
}
.notepad .silde-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
.notepad .silde-container ul li {
	list-style-type: none;
	display: block;
	float: left;
	vertical-align: top;
}
.contents-character
{
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
	text-align: center;
	width: 50%;
}
.contents-character-thanks
{
	text-align: center;
	margin: auto;
	width: 80%;
}
.character-bubble
{
	background: #fff176;
	border-radius: 3px;
	border: 1px solid #f57f17;
	box-shadow: rgba(0,0,0,0.25) 2px 2px 4px;
	padding: 10px;
}
.character-bubble p
{
	color: #263238;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
	font-size: 18px;
	line-height: 29px;
	margin: 0;
}
.character-triangulito
{
	background: url("../img/character-triangulito.png");
	width: 39px;
	height: 30px;
	margin: -1px auto 0 15%;
}
.contents-txt
{
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
	width: 50%;
}
.instruction
{
	background: #FFB74D;
	border-radius: 2px;
	border: 1px solid #E65100;
	clear: both;
	float: right;
	margin: 100px 0 0 0;
	padding: 5px 10px;
}
.instruction p
{
	color: #3E2723;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
	font-size: 15px;
	line-height: 29px;
	margin: 0;
}
.nav
{
	margin: 15px 0 0 0;
}
.nav-inner {
	position: relative;
}
.nav-btn-next,
.nav-btn-back
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
	color: #2D1101;
	font-size: 24px;
	text-decoration: underline;
	text-shadow: rgba(255,255,255,0.85) 1px 1px 1px;
	position:absolute;
	top: 0;
}
.nav-btn-back
{
	background: url("../img/nav-btn-back-img.png") left center no-repeat;
	left: 0;
	padding: 0 0 0 40px;
}
.nav-btn-next
{
	background: url("../img/nav-btn-next-img.png") right center no-repeat;
	right: 0;
	padding: 0 40px 0 0;
}
.nav-btn-next:hover{background: url("../img/nav-btn-next-hover-img.png") right center no-repeat;}
.nav-btn-back:hover{background: url("../img/nav-btn-back-hover-img.png") left center no-repeat;}
.nav-btn-next:hover,
.nav-btn-back:hover
{
	color: #D98E04;
	text-decoration: none;
}
.nav-btn-progress
{
	margin: auto;
	overflow: auto;
	width: 50%;
	text-align: center;
}
.nav-btn-progress ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.nav-btn-progress ul li
{
	display: inline-block;
	margin: 0px 10px;
}
.nav-btn-progress ul li .nav-btn-progress-active
{
	background: #CDDC39;
}
.nav-btn-progress ul li a
{
	font-size: 0;
	display: block;
	background: rgba(67,26,2,0.9);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: auto;
	box-shadow: rgba(0,0,0,0.5) 2px 2px 3px inset, rgba(0,0,0,0.5) -2px -2px 3px inset, rgba(255,255,255,1) 1px 1px 1px;
}
.nav-btn-progress ul li a:hover
{
	background: rgba(217,142,2,0.9); 	
}
.tc-form
{
	/*background: rgba(255,0,0,0.5);*/
}
.pregunta-txt
{
	margin: 0 !important;
}
.tc-form label
{
	color: #b71c1c;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 0 0 5px 0;
}
.tc-fname,
.tc-femail,
.tc-fanswer
{
	background: transparent;
	border-radius: 4px;
	border: 1px solid #B2B2B2;
	box-shadow: rgba(0,0,0,0.2) 3px 3px 6px inset, rgba(0,0,0,0.2) -3px -3px 6px inset;
	box-sizing: border-box;
	color: #01579B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	width: 100%;
}

.tc-submit
{
	background: #ff8f00;
	background: -moz-linear-gradient(top,  #ff8f00 0%, #ff6f00 100%);
	background: -webkit-linear-gradient(top,  #ff8f00 0%,#ff6f00 100%);
	background: linear-gradient(to bottom,  #ff8f00 0%,#ff6f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f00', endColorstr='#ff6f00',GradientType=0 );

	border-radius: 2px;
	border: 1px solid #803800;
	box-shadow: rgba(64,28,0,0.5) 2px 2px 4px ,rgba(255, 255, 255, 0.4) 1px 1px 0px 0px inset;
	color: white;
	cursor: pointer;
	display: block;
	margin-bottom: 4px;
	padding: 7px 30px;
	text-decoration: underline;
	margin: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
	font-size: 21px;
	text-shadow: rgba(0,0,0,0.5) -1px -1px 1px;
}
.tc-submit:hover
{
	background: #ff6f00;
	background: -moz-linear-gradient(top,  #ff6f00 0%, #ff8f00 100%);
	background: -webkit-linear-gradient(top,  #ff6f00 0%,#ff8f00 100%);
	background: linear-gradient(to bottom,  #ff6f00 0%,#ff8f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f00', endColorstr='#ff8f00',GradientType=0 );
}
.center-block
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.freebirdFormviewerViewHeaderTitle
{
	background: red;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	/*body
	{
		background: red; 
	}*/
	body
	{
		background: url("../img/body-bgr-wood-floor.jpg");
	}
	.contents-character
	{
		float: none;
		width: 100%;
	}
	.contents-txt
	{
		float: none;
		width: 100%;	
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	/*body
	{
		background: green; 
	}*/
	body
	{
		background: url("../img/body-bgr-wood-floor.jpg");
	}
	.contents-character
	{
		float: none;
		width: 100%;
	}
	.contents-txt
	{
		float: none;
		width: 100%;	
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/*body
	{
		background: blue; 
	}*/
	body
	{
		background: url("../img/body-bgr-wood-floor.jpg");
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/*body
	{
		background: gray; 
	}*/
	body
	{
		background: url("../img/body-bgr-wood-floor.jpg");
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	body
	{
		background: url("../img/body-bgr-wood-floor.jpg");
	}
	.contents-character
	{
		float: left;
		width: 40%;
	}
	.contents-txt
	{
		float: left;
		width: 60%;	
	}
	.contents-txt-80
	{
		width: 80%;
	}
	.tc-center-block
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

}