@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; text-decoration:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

html,body{
	font-family:Arial, Helvetica, sans-serif;
	background:#E7DFD6;
	height:100%;
}



:focus {
	outline: 0;
}

@font-face {
    font-family: 'BirchStdRegular';
    src: url('font/birchstd-webfont.eot');
    src: url('font/birchstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/birchstd-webfont.woff') format('woff'),
         url('font/birchstd-webfont.ttf') format('truetype'),
         url('font/birchstd-webfont.svg#BirchStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GLYPHICONS Halflings';
    src: url('font/glyphicons-halflings-regular.eot');
    src: url('font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('font/glyphicons-halflings-regular.woff') format('woff'),
         url('font/glyphicons-halflings-regular.ttf') format('truetype'),
         url('font/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* link */
.navbar-default .navbar-left{
	margin-left: 50px;
}

.navbar-default .navbar-left > li > a {
    color:#FFF;
	font-family:"BirchStdRegular";
	font-size:35px;
	padding:20px;
	padding-top:45px;
}

.navbar-default .navbar-left > li > a:hover,
.navbar-default .navbar-left > li > a:focus {
    color: #d31244;
    background-color: #FFF;
    border-bottom: 4px solid #4c2432;
}

.navbar-default .navbar-right > li > a {
	color:#FFF;
	font-size:25px;
	padding:15px;
	padding-top:43px;
}

.navbar-default .navbar-right > li > a:hover,
.navbar-default .navbar-right > li > a:focus {
    color: #4c2432;
}



*{
	margin:0;
	padding:0;
}

body{
	background-color:#E7DFD6;
	font-size: 16px;
	color:#630;
}

.slide{
	width: 100%;
	margin: auto;
	clear: both;
	margin-top: -20px;
}

.navbar{
	height: 110px;
	border-radius: 0px;
	box-shadow: 0px 0px 8px #222;
	z-index: 999;
	border:0;
	background-color:#d31145;
}

.navbar-brand{
	font-size: 16px;
}

.sobre{
	width: 80%;
	margin: auto;
	clear: both;
	margin-top:2%;
	text-align:justify;
	color:#d31244;
}

.sobre h2{
	font-family:'BirchStdRegular', Arial, Helvetica, sans-serif;
	font-size:50px;
	background-color: #fff;
	color: #4c2432;
	text-align: center;
	padding: 10px;
}

.textsobre{
	background-color:#4c2432; 
	padding: 20px;
	border-radius: 16px;
	color: #fff;
	font-size: 16px;
}

footer{
	width:100%;
	height: 60px;
	line-height: 60px;
	margin:auto;
	clear:both;
	color:#fff;
	text-align:center;
	background-color: #d31244;
	margin-top: 20px;
	margin-bottom: -20px;
	padding-right: 20px;
	padding-left: 20px;
}

footer a{
	color: #fff;
}

h3{
	padding:10px;
	background-image:url(../img/bg-menu.png);
	border-radius:6px;
}

.marketing{
	width:99%;
	margin:auto;
	clear:both;
	text-align:center;
	margin-top:2%;
	color:#d31244;
}

a{
	color:#4c2432;
}

a:hover{
	color:#4c2432;
	text-decoration:none;
}

/* site-oficial *********************************************************/
.bubble {
	clear: both;
	margin: 0px auto;
	width: 350px;
	background: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:  0px 0px 8px rgba(0, 0, 0, 0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.home{
	float:left;
	display:block;
	width:540px;
	height:auto;
	background-color:#4c2432;
	position:relative;
	top:25px;
	left:30px;
	padding:20px;
	border-bottom: solid 13px #D31244;
}

.rectangle {
	background: #fff;
	height: 70px;
	width:570px;
	position: relative;
	left:-35px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h1 {
	font-size: 50px;
	font-family:'BirchStdRegular';
	color: #D31244;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	line-height:80px;
}

.triangle-l {
	border-color: transparent #666 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -50px;
	top: 85px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #666;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 520px;
	top: 55px;
	z-index: -1; /* displayed under bubble */
}

.info {
	padding: 60px 25px 0px 25px;
}

.info h1 {
	color:#FFF;
	font-size:22px;

}

.info p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 22px;
	color:#FFF;
	text-align: justify;
}

.info p a {
	color: #c4591e;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}

#speechCat{
	float:right;
	display:block;
	position:relative;
	top:25px;
	left:-80px;
	margin-bottom: 50px;
	
}

#speechCat_books{
	float:right;
	display:block;
	position:relative;
	top:25px;
	left:-35%;
	margin-bottom: 50px;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.wrapHome{
	height:400px;
}
.wrapAbout{
	height:1050px;
}
.wrapClients{
	height:0px;
}
.wrapContact{
	height:640px;
}

.wrapBooks{
	height:1700px;
}


/* clientes *******************************************************************/

.mainQuote{
	display:block;
	margin:0px 0px 30px 0px;
	width:100%;
	height:auto;
	padding:20px;
	clear:both;
	float:left;
	position:relative;
	background:#FFF;
	position:relative;
	top:25px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:  0px 0px 8px rgba(0, 0, 0, 0.3);	
	position: relative; 
	z-index: 90;
}

.topTinyBox{
	width:259px;
	height:90px;
	font-family:'BirchStdRegular', Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height: 35px;
	padding:15px;
	color:#FFF;
	background:url(../img/holderbox.gif) no-repeat;
	position:relative;
	left:-53px;
	text-align: justify;
}

.mainQuote ul,li{
	display:inline;
	list-style:none;
	margin:0;
	text-align: justify;
	
}

.mainQuote li{
	width:100px;
	height:80px;
	background-color:#FFF;
	margin-right:10px;
}

.mainQuote-books{
	display:block;
	margin:0px 0px 30px 0px;
	width:100%;
	height:auto;
	padding:20px;
	clear:both;
	float:left;
	position:relative;
	background:#FFF;
	position:relative;
	top:25px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:  0px 0px 8px rgba(0, 0, 0, 0.3);	
	position: relative; 
	z-index: 90;
}

.mainQuote-books ul,li{
	display:inline;
	list-style:none;
	margin:0;
	
}

.mainQuote-books li{
	width:100px;
	height:80px;
	background-color:#FFF;
	margin-right:35px;
}

/* contact ******************************************/
label {
	display: block;
	margin-top: 20px;
	color: #FFF;
	letter-spacing: -0.05em;
}
/* Centre the form within the page */
form {
	margin: 80px auto 30px auto;
	width: 450px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.5em;
}
/* Style the text boxes */
input, textarea {
	width: 300px;
	height: 27px;
	background: #efefef;
	border: 1px solid #dedede;
	padding: 10px;
	margin-top: 3px;
	font-size: 0.9em;
	color: #3a3a3a;
}
textarea {
	height: 213px;
	background: #efefef;
}
input, textarea {
	width: 300px;
	background: #efefef;
	border: 1px solid #dedede;
	padding: 10px;
	margin-top: 3px;
	font-size: 0.9em;
	color: #3a3a3a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input {
	height: 40px;
}
textarea {
	height: 90px;
}
input:focus, textarea:focus {
	border: 1px solid #97d6eb;
}
#submit {
	width: 126px;
	height: 38px;
	background: url(http://www.translacat.com/v2/en/img/btnEnviar.png);
	text-indent: -9999px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}

.mainQuote p{
    text-align: justify;
    line-height: 24px;
    color: #333;
}

.mainQuote a img{
    border: 2px solid #fff;
}

.mainQuote a:hover img{
    border: 2px solid #d31145;
}