/*
	GLOBAL
*/

/* COLORS */
/* White */
.white { color: white !important }
.white-bgr { background-color: white !important }
.black { color: black !important }
.black-bgr { background-color: black !important }
.purple { color: #7a003c !important }
.purple-bgr { background-color: #7a003c !important }
.grey { color: #231f20 !important }
.grey-bgr { background-color: #231f20 !important }
.pink { color: rgba(180,30,110,.1) !important }
.pink-bgr { background-color: rgba(180,30,110,.1) !important }
.violet { color: #713c75 !important }
.violet-bgr { background-color: #713c75 !important }
.petrol { color: #508387 !important }
.petrol-bgr { background-color: #508387 !important }
.yellow { color: #d08604 !important }
.yellow-bgr { background-color: #d08604 !important }
.green { color: #777700 !important }
.green-bgr { background-color: #777700 !important }

/* FONTS */
@font-face {
    font-family: 'Eurostyle';
    src: url('fonts/e004003t-webfont.eot');
    src: url('fonts/e004003t-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/e004003t-webfont.woff2') format('woff2'),
         url('fonts/e004003t-webfont.woff') format('woff'),
         url('fonts/e004003t-webfont.ttf') format('truetype'),
         url('fonts/e004003t-webfont.svg#eurostiletregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Eurostyle';
    src: url('fonts/e004004t-webfont.eot');
    src: url('fonts/e004004t-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/e004004t-webfont.woff2') format('woff2'),
         url('fonts/e004004t-webfont.woff') format('woff'),
         url('fonts/e004004t-webfont.ttf') format('truetype'),
         url('fonts/e004004t-webfont.svg#eurostiletbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Eurostyle';
    src: url('fonts/e004006t-webfont.eot');
    src: url('fonts/e004006t-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/e004006t-webfont.woff2') format('woff2'),
         url('fonts/e004006t-webfont.woff') format('woff'),
         url('fonts/e004006t-webfont.ttf') format('truetype'),
         url('fonts/e004006t-webfont.svg#eurostiletblaregular') format('svg');
    font-weight: 900;
    font-style: normal;

}

/* *** */
html {
	/* Prevent font scaling in landscape while allowing user zoom */
	-webkit-text-size-adjust: 100%;
}
/* *** */
body {
	color: #231f20;		/* dark grey */
	font-family: "Roboto", Arial, sans-serif;
}

p, li, a {
	font-size: .8125rem;
	line-height: 1.33;
}

dl, ol, p, ul {
	margin-bottom: 1rem;
}

a {
	color: #000;
}

a:focus, a:hover {
	color: #7a003c;		/* purple */
}


ul.list {
	list-style: none;
	margin-left: 0;
}

ul.list li {
	font-style: normal;
	font-weight: 400;
	color: #080d14;
	position: relative;
	margin-bottom: 0;
}

ul.list li:before {
	content: "> ";
	/*	
	display: block;
	position: absolute;
	left: -.8em;
	top: .5em;
	background-color: #2cb1a2;
	margin-right: 5px;
	*/
}

h1 {
	font-family: "Eurostyle", Arial, sans-serif;
	color: #7a003c;		/* black */
	font-size: 1.4375rem;
	line-height: 1.3;
	margin: 1.25rem 0;
	font-weight: 700
}

h2 {
	font-family: "Roboto Condensed", Arial, sans-serif;
	color: #7a003c;
	font-size: 1.25rem;
	margin: 1rem 0;
	font-weight: 400
}

h3 {
	font-family: "Eurostyle", Arial, sans-serif;
	color: #7a003c;		/* black */
	font-size: 1.1875rem;
	line-height: 1.3;
	margin: 0 0 1rem 0;
	font-weight: 700
}

/* Font styles */
.light {
	font-weight: 300;
}
.medium {
	font-weight: 500;
}
.bold {
	font-weight: 700;
}
.black {
	font-weight: 900;
}
.italic {
	font-style: italic;
}
.toUpper {
	text-transform: uppercase;
}
.toLower {
	text-transform: lowercase;
}
small {
	font-size: 0.875rem;
}

/* FORMS */

label {
	font-style: italic;
}

/* Asterisco "required" */
label small {
	font-weight: 700;
	color: black;
	font-style: normal;
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	background-color: transparent;
	border: 1px solid #a00650;
	margin-top: 3px;
	margin-bottom: 1rem;
	box-shadow: none;
	color: black;
	padding: 5px 10px;
	font-size: 11px;
	font-style: normal;
	color: #a00650;
	height: 1.8rem
}

#rrhh input:not([type]), 
#rrhh input[type="text"], 
#rrhh input[type="email"], 
#rrhh input[type="tel"], 
#rrhh textarea {
	background-color: white;
	border: none;
	margin-top: 3px;
	margin-bottom: 1rem;
	box-shadow: none;
	color: black;
	padding: 5px 10px;
	font-size: 11px;
	font-style: normal;
	color: #000;
	height: 1.8rem
}

#rrhh .form-error, 
#rrhh .is-invalid-label,
#rrhh .error {
	color: white
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
	box-shadow: inset 0 0 3px rgba(0,0,0,.2);
	background-color: #edeeee;
}

button, .button {
	background-color: #7a003c;
	color: white;
	font-family: "Eurostyle", Arial, sans-serif;
	font-weight: 400;
	border-radius: 0;
	padding: 5px 15px;
}

button:focus, .button:focus,
button:hover, .button:hover {
	outline: none;
}

button:hover, button:focus, .button:hover, .button:focus {
	color: white;
	background-color: #7a003c;
}

textarea {
	height: 100px;
}

/* Error [Data Abide] */
.error input, .error textarea, .error select {
	margin-bottom: 0;
}
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
	background-color: transparent;
	color: #CC0000;
	padding-left: 0;
}

::-webkit-input-placeholder {
  color: #969696;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #969696;
  /*font-style: italic;*/
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #969696;
/*  font-style: italic;*/
}

:-ms-input-placeholder {
  color: #969696;
/*  font-style: italic;*/
}

/* Input File con estilos de botón común */
.file-upload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.file-upload input.file-input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0); 
}

/* *** */

/* PADDING */
.p10 { padding: 0.625rem 	!important; }
.p15 { padding: 0.9375rem 	!important; }
.p20 { padding: 1.25rem 	!important; }
.p25 { padding: 1.5625rem 	!important; }
.p30 { padding: 1.875rem	!important; }
.p40 { padding: 2.5rem 		!important; }
.p50 { padding: 3.125rem	!important; }
.p60 { padding: 3.75rem		!important; }
.p70 { padding: 4.375rem	!important; }
.p80 { padding: 5rem		!important; }
.p90 { padding: 5.625rem	!important; }
.p100{ padding: 6.25rem		!important; }
/* Padding Top */
.pt10 { padding-top: 0.625rem 		!important; }
.pt15 { padding-top: 0.9375rem 		!important; }
.pt20 { padding-top: 1.25rem 		!important; }
.pt25 { padding-top: 1.5625rem 		!important; }
.pt30 { padding-top: 1.875rem		!important; }
.pt40 { padding-top: 2.5rem 		!important; }
.pt50 { padding-top: 3.125rem		!important; }
.pt60 { padding-top: 3.75rem		!important; }
.pt70 { padding-top: 4.375rem		!important; }
.pt80 { padding-top: 5rem			!important; }
.pt90 { padding-top: 5.625rem		!important; }
.pt100{ padding-top: 6.25rem		!important; }
/* Padding Right */
.pr10 { padding-right: 0.625rem 	!important; }
.pr15 { padding-right: 0.9375rem	!important; }
.pr20 { padding-right: 1.25rem 		!important; }
.pr25 { padding-right: 1.5625rem 	!important; }
.pr30 { padding-right: 1.875rem		!important; }
.pr40 { padding-right: 2.5rem 		!important; }
.pr50 { padding-right: 3.125rem		!important; }
.pr60 { padding-right: 3.75rem		!important; }
.pr70 { padding-right: 4.375rem		!important; }
.pr80 { padding-right: 5rem			!important; }
.pr90 { padding-right: 5.625rem		!important; }
.pr100{ padding-right: 6.25rem		!important; }
/* Padding Bottom */
.pb10 { padding-bottom: 0.625rem 	!important; }
.pb15 { padding-bottom: 0.9375rem	!important; }
.pb20 { padding-bottom: 1.25rem 	!important; }
.pb25 { padding-bottom: 1.5625rem 	!important; }
.pb30 { padding-bottom: 1.875rem	!important; }
.pb40 { padding-bottom: 2.5rem 		!important; }
.pb50 { padding-bottom: 3.125rem	!important; }
.pb60 { padding-bottom: 3.75rem		!important; }
.pb70 { padding-bottom: 4.375rem	!important; }
.pb80 { padding-bottom: 5rem		!important; }
.pb90 { padding-bottom: 5.625rem	!important; }
.pb100{ padding-bottom: 6.25rem		!important; }
/* Padding Left */
.pl10 { padding-left: 0.625rem 		!important; }
.pl15 { padding-left: 0.9375rem		!important; }
.pl20 { padding-left: 1.25rem 		!important; }
.pl25 { padding-left: 1.5625rem 	!important; }
.pl30 { padding-left: 1.875rem		!important; }
.pl40 { padding-left: 2.5rem 		!important; }
.pl50 { padding-left: 3.125rem		!important; }
.pl60 { padding-left: 3.75rem		!important; }
.pl70 { padding-left: 4.375rem		!important; }
.pl80 { padding-left: 5rem			!important; }
.pl90 { padding-left: 5.625rem		!important; }
.pl100{ padding-left: 6.25rem		!important; }

/* MARGIN */
.m10 { margin: 0.625rem 	!important; }
.m15 { margin: 0.9375rem 	!important; }
.m20 { margin: 1.25rem 		!important; }
.m25 { margin: 1.5625rem 	!important; }
.m30 { margin: 1.875rem		!important; }
.m40 { margin: 2.5rem 		!important; }
.m50 { margin: 3.125rem		!important; }
.m60 { margin: 3.75rem		!important; }
.m70 { margin: 4.375rem		!important; }
.m80 { margin: 5rem			!important; }
.m90 { margin: 5.625rem		!important; }
.m100{ margin: 6.25rem		!important; }
/* Margin Top */
.mt10 { margin-top: 0.625rem 		!important; }
.mt15 { margin-top: 0.9375rem 		!important; }
.mt20 { margin-top: 1.25rem 		!important; }
.mt25 { margin-top: 1.5625rem 		!important; }
.mt30 { margin-top: 1.875rem		!important; }
.mt40 { margin-top: 2.5rem 			!important; }
.mt50 { margin-top: 3.125rem		!important; }
.mt60 { margin-top: 3.75rem			!important; }
.mt70 { margin-top: 4.375rem		!important; }
.mt80 { margin-top: 5rem			!important; }
.mt90 { margin-top: 5.625rem		!important; }
.mt100{ margin-top: 6.25rem			!important; }
/* Margin Right */
.mr10 { margin-right: 0.625rem 		!important; }
.mr15 { margin-right: 0.9375rem		!important; }
.mr20 { margin-right: 1.25rem 		!important; }
.mr25 { margin-right: 1.5625rem 	!important; }
.mr30 { margin-right: 1.875rem		!important; }
.mr40 { margin-right: 2.5rem 		!important; }
.mr50 { margin-right: 3.125rem		!important; }
.mr60 { margin-right: 3.75rem		!important; }
.mr70 { margin-right: 4.375rem		!important; }
.mr80 { margin-right: 5rem			!important; }
.mr90 { margin-right: 5.625rem		!important; }
.mr100{ margin-right: 6.25rem		!important; }
/* Margin Bottom */
.mb10 { margin-bottom: 0.625rem 	!important; }
.mb15 { margin-bottom: 0.9375rem	!important; }
.mb20 { margin-bottom: 1.25rem 		!important; }
.mb25 { margin-bottom: 1.5625rem 	!important; }
.mb30 { margin-bottom: 1.875rem		!important; }
.mb40 { margin-bottom: 2.5rem 		!important; }
.mb50 { margin-bottom: 3.125rem		!important; }
.mb60 { margin-bottom: 3.75rem		!important; }
.mb70 { margin-bottom: 4.375rem		!important; }
.mb80 { margin-bottom: 5rem			!important; }
.mb90 { margin-bottom: 5.625rem		!important; }
.mb100{ margin-bottom: 6.25rem		!important; }
/* Margin Left */
.ml10 { margin-left: 0.625rem 		!important; }
.ml15 { margin-left: 0.9375rem		!important; }
.ml20 { margin-left: 1.25rem 		!important; }
.ml25 { margin-left: 1.5625rem 		!important; }
.ml30 { margin-left: 1.875rem		!important; }
.ml40 { margin-left: 2.5rem 		!important; }
.ml50 { margin-left: 3.125rem		!important; }
.ml60 { margin-left: 3.75rem		!important; }
.ml70 { margin-left: 4.375rem		!important; }
.ml80 { margin-left: 5rem			!important; }
.ml90 { margin-left: 5.625rem		!important; }
.ml100{ margin-left: 6.25rem		!important; }
/* No margin */
.no-margin { margin: 0 !important; }

/* FONT SIZE */
.fs10 { font-size: 0.625rem 	!important; }
.fs11 { font-size: 0.6875rem 	!important; }
.fs12 { font-size: 0.75rem 		!important; }
.fs13 { font-size: 0.8125rem 	!important; }
.fs14 { font-size: 0.875rem 	!important; }
.fs15 { font-size: 0.9375rem 	!important; }
.fs16 { font-size: 1rem 		!important; }
.fs17 { font-size: 1.0625rem	!important; }
.fs18 { font-size: 1.125rem 	!important; }
.fs19 { font-size: 1.1875rem 	!important; }
.fs20 { font-size: 1.25rem 		!important; }
.fs22 { font-size: 1.375rem 	!important; }
.fs24 { font-size: 1.5rem 		!important; }

/* BORDER */
.no-border {
	border: none !important;
}