@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

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

}
@font-face {
    font-family: 'OverlockSCRegular';
    src: url('../fonts/overlocksc-regular-webfont.eot');
    src: url('../fonts/overlocksc-regular-webfont.eot') format('embedded-opentype'),
         url('../fonts/overlocksc-regular-webfont.woff2') format('woff2'),
         url('../fonts/overlocksc-regular-webfont.woff') format('woff'),
         url('../fonts/overlocksc-regular-webfont.ttf') format('truetype'),
         url('../fonts/overlocksc-regular-webfont.svg#OverlockSCRegular') format('svg');
}


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

.field-name-down .title,
.field-name-marca .title{
	display: none;
}
.views-row-1 .field-name-marca .title{
	display: block;
}
.view-id-historia{
	margin-left: 60px;
	height: 100%;
	overflow: hidden;
	position:relative;
	font-family: ralewayregular;
	font-size: 1.2em;
	background: #000;
}
.view-id-historia .view-content{
	width: 10000px;
	height: 100%;
	transition: all 0.3s;
}
.view-id-historia .views-row{
	width: 6%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transition: all 0.3s;
}
.view-id-historia .views-row .views-field-body{
	display: none;
	position: absolute;
	background: rgba(247, 95, 184, 0.9);
	padding: 1%;
	padding-left: 15%;
	color: #fff;
	font-size: 100%;
	bottom: 0;
	height: 35%;
	vertical-align: middle;
	width: 100%;
}
.view-id-historia .views-row .views-field-body .field-content{
	margin-right: 1%;
	padding-left: 1%;
	margin-top: 2%;
	height: 100%;
	font-size: 15px;
	line-height: 21px;
	/*display: table-cell;
	vertical-align: middle;*/

}

.view-id-historia .views-row .views-field-field-imagen .field-content,
.view-id-historia .views-row .views-field-field-imagen{
	height: 100%;
}

.view-id-historia .views-row .views-field-nothing{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
	opacity: 0.8;
}

.view-id-historia .views-row .views-field-nothing-1{
	position: absolute;
	top: 35%;
	width:96%;
	margin:0 2%;
	text-align:center;
	color: #fff;
	font-size: 42px;
	 font-family: 'ralewaysemibold';
	 cursor: pointer;
	/*transition: all 1.5s;	*/
}
.view-id-historia .views-row .views-field-nothing-1.open-item-h,
.open-item-h{
	top: 88%;
	left: 1%;
}
.view-id-historia .views-row .views-field-nothing-2{
	background: url('../images/cerrar.png') no-repeat;
	width: 35px;
	height: 35px;
	display: none;
	position: absolute;
	top: 5%;
	right: 1%;
	transition: all 1.5s;
	z-index: 100;
}

.view-id-historia .views-field-field-resumen{
	color: #fff;
	font-size: 18px;
	line-height:21px;
	/* left: 2%; */
	position: absolute;
	text-align: center;
	top: 46%;
	width: 90%;
	margin: 5%;
	padding-top: 5%;
	text-align: center;
	trasition: all 1s;
	border-top: 1px solid #fff;
	cursor: pointer;
}
.view-id-historia .views-field-title-1{
	bottom: 17%;
    color: #fff;
    font-size: 28px;
    left: 2.5%;
	width:11.5%;
	text-align:center;
    position: absolute;
    z-index: 2;
    display: none;
	font-family: 'ralewaysemibold';
}
.view-id-historia .mCustomScrollBox{
	border-left: 1px solid #fff;
}
.close-open-h{
	width: 35px;
	height: 35px;
}
.direction{
    position:absolute;
    width:10%;
    height:100%;
    z-index: 20;
    cursor: pointer;
}
.leftd{
	left:0;
	top:0;
	background: url('../images/arrow-left.png') #000 center center no-repeat;
	background-size: 50%;
	background-position: center 50%;
	opacity: 0.3;
}
.rightd{
	right:0;
	top:0;
	background: url('../images/arrow-right.png') #000 center center no-repeat;
	background-size: 50%;
	background-position: center 50%;
	opacity: 0.3;
}
.rightd:hover,
.leftd:hover{
	opacity: 0.5;
}
.close-title{
	
}
.close-title{
    color: #fff;
    font-size: 250%;
    left: 2%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
}











.hihglink{
	cursor: pointer;
}

.page-user,
.section-user{
	margin-left: 60px;
	padding-left: 15%;
	padding-right: 15%;
}

#webform-client-form-39 .webform-component--politicas a{
	color: #666;
}
.page-node-139 .logo{
	display: none;
}
.page-node-139 .page-title{

}
#term{
	color: #333;
}

.page-node-139 .botton{
	display: none;
}
#webform-client-form-39 .webform-component--politicas{
	margin-top: 11px;
}

.page-customerror{
	font-size: 1.2em;
}
.page-customerror .error-http{
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,176,234,0.95) 0%, rgba(0,136,184,0.95) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,176,234,0.95)), color-stop(100%,rgba(0,136,184,0.95)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,176,234,0.95) 0%,rgba(0,136,184,0.95) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,176,234,0.95) 0%,rgba(0,136,184,0.95) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,176,234,0.95) 0%,rgba(0,136,184,0.95) 100%);
	background: radial-gradient(ellipse at center, rgba(0,176,234,0.95) 0%,rgba(0,136,184,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f200b0ea', endColorstr='#f20088b8',GradientType=1 );
	opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.page-customerror .close,
.page-customerror .tit,
.page-customerror .msg{
	color: #fff;
	width: 80%;
}
.page-customerror .tit{
	font-size: 400%;
	margin: 0 auto;
	padding-bottom:1%;
	border-bottom: 3px solid #fff;
	text-align: center;
	margin-top: 20%;
	width:50%;
}
.page-customerror .msg{
	font-size: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 2%;
}
.page-customerror .close{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 21px;
	height: 21px;
	background: url('../images/close.png');
	cursor: pointer;
	z-index: 150;
}