@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
body {
	font-family: 'Droid Sans', sans-serif;
	text-rendering: optimizeLegibility;
	margin: 0px;
	background-color: #fafafa;
	min-width:990px;
	color: #262626;
	font-size: 15px;
	-webkit-overflow-scrolling: touch;
}
a {
	text-decoration: none;
}
.page {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

.menu {
	background-color: #FFF;
	position: fixed;
	z-index: 50;
	width: 100%;
	max-height: 160px;
	font-family: 'Questrial', sans-serif;
}
.menu .logo {
	height: 114px;
	overflow: hidden;
}
.menu .logo .logo-main {
	width: 235px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 44px;
}
.menu .nav {
	height: 30px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
	font-size: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: -3px;
}
.menu .nav .opt {
	float: left;
	width: 145px;
	text-align: center;
	line-height: 32px;
}
.menu .nav .opt a {
	color: #888888;
}
.menu .nav .opt a:hover {
	color: #ff4984;
}
.menu .nav .lang {
	float: right;
	text-align: center;
	line-height: 32px;
	background-image: url(rs/ico-lang.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 13px;
}
.menu .nav .lang a {
	color: #888888;
}
.menu .nav .lang a:hover {
	color: #ff4984;
}

.menu-space {
	height: 160px;
}
.covers {
	background-color: #FFF;
}
.covers.paralax {
	overflow: hidden;
}
.covers.paralax img {
	position: relative;
}
.sliders {
	overflow-x: hidden;
	-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.sliders .sld-box {
	width: 400%;
}
.sliders .sld-box .sld {
	float: left;
	width: 25%;
}
.sld-control{
	height: 58px;
	width: 100%;
	position: absolute;
	z-index: 5;
	margin-top: 58px;
}
.sld-control .bt_prev {
	background-image: url(rs/bt_prev.png);
	background-repeat: no-repeat;
	float: left;
	height: 58px;
	width: 58px;
	cursor: pointer;
	
}
.sld-control .bt_next {
	background-image: url(rs/bt_next.png);
	background-repeat: no-repeat;
	float: right;
	height: 58px;
	width: 58px;
	cursor: pointer;
}
.page .imagePhone {
	padding-bottom: 40px;
}
.page .tituloPhone {
	text-align: center;
	padding-top: 25px;
	font-size: 48px;
	color: #404040;
	font-family: 'Questrial', sans-serif;
	font-weight: 600;
}
.page .subtituloPhone {
	text-align: center;
	font-size: 12px;
	color: #404040;
	font-family: 'Questrial', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.page .space45 {
	height: 45px;
}




.controls  {
	height: 25px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	clear: both;
	float: none;
	margin-top: -34px;
	position: relative;
	margin-bottom: 19px;
}
.controls .bola.on {
	height: 10px;
	width: 10px;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
	border: 2px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: inherit;
	margin-top: 0px;
}
.controls .bola {
	height: 10px;
	width: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #FFF;
	border: none;
	margin-top: 2px;
	cursor: pointer;
}
.content-text{
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 21px;
}
.separador {
	background-color: #414141;
	height: 3px;
	width: 95px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.back-top {
	height: 20px;
	width: 20px;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-image: url(rs/pic-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.page .titulo {
	text-align: center;
	padding-top: 25px;
}


.page-testimonios {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.page-testimonios .navegador {
	position: fixed;
	z-index: 10;
	height: 272px;
	width: 20px;
	top: 50%;
	right: 25px;
	margin-top: -136px;
}
.page-testimonios .navegador .btTesti {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #FFF;
	border: 2px none;
	border-color:transparent;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	cursor: pointer;
}
.page-testimonios .navegador .btTesti.on {
	height: 10px;
	width: 10px;
	border: 2px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: inherit;
	margin-right: auto;
	margin-left: auto;
}

.testimonio-box {
	width: 100%;
	min-height: 600px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	z-index: 10;
}
.page-testimonios .entrevista {
	background-color: #FFF;
	overflow: hidden;
	position: fixed;
	z-index: 5;
	top: 0px;
	height: 100%;
	width: 0%;
	left: 0px;
}
.entrevista .anchorMaster {
	position: absolute;
	width: 100%;
}

.page-testimonios .cntEntre {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 14px;
	padding-top: 20px;
}
.page-testimonios .cntEntre a {
	color:#ff4984;
	/*color: #404040;*/
	text-decoration: none;
}
.page-testimonios .cntEntre a:hover {
	color: #ff4984;
	text-decoration: none;
}


.page-testimonios .infobox {
	height: 100%;
	width: 500px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
}
.page-testimonios .claim  {
	position: absolute;
	width: 240px;
	font-size: 22px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	left: 50%;
	margin-left: -432px;
	z-index: 2;
	margin-top: 500px;
}
.page-testimonios .infobox .infoboxcnt {
	height: 170px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 48px;
	color: #404040;
	font-family: 'Questrial', sans-serif;
	z-index: 25;
}

.page-testimonios .infobox .infoboxcnt .work {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 5px;
}
.page-testimonios .infobox .infoboxcnt .btOpen {
	height: 25px;
	width: 110px;
	margin-top: 10px;
	background-image: url(rs/btTesti_es.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	cursor: pointer;
}
#ts0 {
	background-image: url(rs/testimonio-01.jpg);
}
#ts4 {
	background-image: url(rs/testimonio-02.jpg);
}
#ts2 {
	background-image: url(rs/testimonio-03.jpg);
}
#ts3 {
	background-image: url(rs/testimonio-04.jpg);
}
#ts1 {
	background-image: url(rs/testimonio-05.jpg);
}
#ts5 {
	background-image: url(rs/testimonio-06.jpg);
}
#ts6 {
	background-image: url(rs/testimonio-07.jpg);
}
#ts7 {
	background-image: url(rs/testimonio-08.jpg);
}
.instrucciones {
	height: 40px;
	width: 162px;
	position: fixed;
	z-index: 5;
	top: 50%;
	right: 45px;
	margin-top: -122px;
}
.page .formulario {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}
.page .formulario .fform {
	width: 195px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
	background-color: #FAFAFA;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	float: left;
}
.page .formulario .fform2 {
	width: 495px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
	background-color: #FAFAFA;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	float: left;
}
.page .formulario .fform3 {
	width: 489px;
	background-color: #FAFAFA;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	border: 1px solid #404040;
	height: 120px;
	float: left;
}



.footer {
	font-family: 'Questrial', sans-serif;
	height: 140px;
	background-color: #b99380;
	padding-top: 30px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer .box {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

.footer .box .boxA {
	float: left;
	width: 300px;
}
.footer .box .boxA .texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 22px;
	margin-top: 14px;
}
.footer .box .boxA .line {
	font-size: 13px;
	color: #FFF;
}
.footer .box .boxB {
	float: right;
	width: 250px;
	text-align: right;
	font-size:13px;
}
.footer .box .boxB .line {
	color: #FFF;
	margin-bottom: 3px;
}
.footer .box .boxB .texto {
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 16px;
}

R E S P O N S I V E {}
	
@media (max-width: 670px) {

body {
	min-width:300px;
	font-size:18px;
	margin:0 auto;
}
.menu .nav{
	font-size: 18px;
	width:640px;	
}
.menu .nav .opt{
	width:110px;
}
.content-text{
	width:inherit;
	padding: 0 10px;
}
}
