/* *************************************************** reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
div,
form,
fieldset,
label,
button,
input,
select,
textarea,
img {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

a {
	color: #e4061f;
	text-decoration: none;
	outline: none;
}

ul li {
	list-style: none;
}

strong {
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	text-rendering: optimizelegibility;
	margin: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	outline: 0;
}

.clear {
	clear: both;
}

/* *************************************************** fonts */
@font-face {
	font-family: 'DIN';
	src: url('../fonts/DINPro.eot');
	src: local('☺'), url('../fonts/DINPro.woff') format('woff'), url('../fonts/DINPro.ttf') format('truetype'), url('../fonts/DINPro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINBold';
	src: url('../fonts/DINProBold.eot');
	src: local('☺'), url('../fonts/DINProBold.woff') format('woff'), url('../fonts/DINProBold.ttf') format('truetype'), url('../fonts/DINProBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* *************************************************** general */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: auto;
	background: #FFF;
	color: #575759;
	font-family: 'DIN', Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.125em;
	box-shadow: inset 0 0 0 10px #fff;
	-moz-box-shadow: inset 0 0 0 10px #fff;
	-webkit-box-shadow: inset 0 0 0 10px #fff;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* *************************************************** header */
header {}

header p {
	text-align: center;
	padding: 50px 0 20px;
}

header ul {
	position: absolute;
	z-index: 10;
	top: 35px;
	right: 0;
	width: 300px;
	height: 70px;
}

header ul li {
	text-align: right;
}

header ul li.area {
	height: 43px;
}

header ul li.area span {
	float: right;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	font-size: 1.143em;
	text-transform: uppercase;
	padding-top: 20px;
}

header ul li.area a {
	float: right;
	width: 40px;
}

header ul li.usuario {
	padding-bottom: 8px;
}

header ul li.usuario strong {
	color: #e4061f;
}

header ul li.codigo {}

header ul li.codigo span {
	display: inline-block;
	border-top: 1px solid #CCC;
	padding-top: 8px;
}

header ul li.codigo strong {
	color: #e4061f;
}

/* *************************************************** footer */
footer {
	margin-top: 50px;
}

/* */
footer .footer-links {
	height: 1%;
	overflow: hidden;
	padding: 30px 0;
	background: #f7f7f7;
}

footer .footer-links .accesos {
	float: left;
	width: 55%;
}

footer .footer-links .accesos ul {}

footer .footer-links .accesos ul li {
	float: left;
	width: 33%;
	height: 1%;
	overflow: hidden;
}

footer .footer-links .accesos ul li a {
	color: #575759;
}

footer .footer-links .accesos ul li ul {}

footer .footer-links .accesos ul li ul li {
	float: none;
	width: 100%;
	margin-bottom: 2px;
}

footer .footer-links .redes {
	float: right;
	width: 45%;
}

footer .footer-links .redes ul {
	float: right;
	width: 136px;
	height: 30px;
	margin-bottom: 10px;
}

footer .footer-links .redes ul li {
	float: left;
	width: 30px;
	margin: 0 2px;
	text-align: center;
}

footer .footer-links .redes ul li:last-child {
	margin-right: 0;
}

footer .footer-links .redes ul li a {
	display: block;
}

footer .footer-links .redes p {
	display: block;
	text-align: right;
}

footer .footer-links .redes p a {
	color: #575759;
}

/* */
footer .footer-rc {
	margin: 10px 0 20px;
}

footer .footer-rc p {
	text-align: right;
}

/* *************************************************** nav */
nav {}

nav p {
	display: none;
}

nav ul {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 13px 0;
	height: 15px;
	text-align: center;
}

nav ul li {
	display: inline-block;
	font-size: 1.1em;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 10px;
}

nav ul.pro-menu li {
	margin: 0 11px;
}

nav ul li a {
	display: block;
	color: #57585b;
}

nav ul li.active a {
	color: #e4061f;
	cursor: default;
}

nav ul li.sub {
	position: relative;
}

nav ul li.sub span {
	display: inline-block;
	cursor: pointer;
	padding-right: 15px;
	background: url(../img/nav-tic.png) no-repeat 100% 4px;
	background-size: 10px 20px;
}

nav ul li.sub.active span {
	color: #e4061f;
	cursor: default;
}

nav ul li.sub ul {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	border-top: 0;
	border-bottom: 0;
	padding: 29px 0 0 0;
	width: 170px;
	height: auto;
}

nav ul li.sub:hover ul {
	display: block;
}

nav ul li.sub ul li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

nav ul li.sub ul li:last-child {
	border-bottom: 0;
}

nav ul li.sub ul li a {
	font-family: 'DIN', Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-transform: none;
	padding: 12px 10px;
	color: #57585b;
	cursor: pointer;
	background: #f6f6f6;
}

nav ul li.sub ul li.active a {
	color: #e4061f;
	cursor: default;
}

/* *************************************************** footer */
footer {}

/* *************************************************** .error */
.error {
	background: #fce6e8;
	margin: 20px 0;
}

.error p {
	text-align: center;
	padding: 10px 0;
	font-style: italic;
	color: #666;
}

/* *************************************************** section */
section {
	margin: 25px 0;
}

section h1 {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 10px;
}

section h1 strong {
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

section h2 {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0;
	margin: 10px 0;
}

section h2 strong {
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

section h3 {
	font-weight: normal;
}

section p {
	line-height: 1.25em;
}

section .center {
	text-align: center;
}

section .rojo {
	color: #e4061f;
}

section a.bt,
section a.off,
section a.back {
	width: 95% !important;
	display: block;
	padding: 10px 2.5% !important;
	margin: 10px auto;
	text-align: center;
	color: #FFF;
	font-size: 1.125em;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	background: #e4061f;
	border: 1px solid #e4061f;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

section a.bt.medium {
	max-width: 280px;
}

section a.off {
	background: #8a8a8a;
	border: 1px solid #8a8a8a;
}

section a.back {
	background: #FFF;
	border: 1px solid #8a8a8a;
	color: #8a8a8a;
}

section ul.bt-x2 {
	height: 50px;
	margin: 20px 0;
}

section ul.bt-x2 li {
	width: 49%;
}

section ul.bt-x2 li:first-child {
	float: left;
}

section ul.bt-x2 li:last-child {
	float: right;
}

section .msg {
	font-style: italic;
	background: #f3f3f3;
	padding: 10px;
}

section .msg.msg-error {
	color: #f50027;
}

section .msg.msg-ok {
	color: #5b9426;
}

section form {}

section form fieldset {
	margin-bottom: 5px;
}

section form fieldset label {
	display: block;
	margin-bottom: 10px;
}

section form fieldset input,
section form fieldset select,
section form fieldset button {
	width: 95%;
	display: block;
	padding: 8px 2.5%;
	margin-bottom: 8px;
	/*font-family: 'DIN', Arial, Helvetica, sans-serif; */
	font-size: 1em;
	color: #575759;
	background-color: #FFF;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

section form fieldset select {
	width: 100%;
	background-image: url(../img/select.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 10px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

section form fieldset button,
section form fieldset input[type="button"],
section form fieldset input[type="submit"] {
	display: block;
	font-size: 1.125em;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background: #e4061f;
	border: 1px solid #e4061f;
	margin-top: 10px;
}

section form fieldset input[type="tel"] {
	width: 100%;
}

.iti-flag {
	background-image: url("/assets/img/flags.png");
}

section form fieldset button.off,
section form fieldset input.off {
	background: #8a8a8a;
	border: 1px solid #8a8a8a;
}

section form fieldset button.back,
section form fieldset input.back {
	background: #FFF;
	border: 1px solid #8a8a8a;
	color: #8a8a8a;
}

section form fieldset input::-webkit-input-placeholder,
section form fieldset textarea::-webkit-input-placeholder {
	color: #575759;
	opacity: 1 !important;
}

section form fieldset input::-moz-placeholder,
section form fieldset textarea::-moz-placeholder {
	color: #575759;
	opacity: 1 !important;
}

section form fieldset input:disabled {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

section form fieldset.legal {}

section form fieldset.legal input {
	width: 18px;
	display: inline-block;
	margin: 1px 6px 0 0;
	float: left;
}

section form fieldset.legal label {
	display: inline-block;
	width: 90%;
}

section form fieldset.legal label a {
	text-decoration: underline;
}

section form fieldset.tel {
	margin-bottom: 15px;
}

section form fieldset.calendar {}

section form fieldset.calendar input {
	background-image: url(../img/ic-calendario.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px 20px;
}

section form fieldset.radiobuttons {
	height: 25px;
	margin: 15px 0;
}

section form fieldset.radiobuttons label {
	float: left;
	padding-top: 2px;
	margin-right: 10px;
}

section form fieldset.radiobuttons input {
	float: left;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0 30px 0 0;
}

section form fieldset.checkboxes {
	margin: 15px 0;
	height: 1%;
	overflow: hidden;
}

section form fieldset.checkboxes input {
	float: left;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0 10px 0 0;
}

section form fieldset.checkboxes label {
	float: left;
	padding-top: 2px;
	margin-right: 20px;
}

section form fieldset.upload-file {
	margin: 20px 0 0;
}

section form fieldset.upload-file #seleccionar {
	width: 55%;
	height: 120px;
	padding-top: 20px;
	padding-left: 40%;
	padding-right: 5%;
	background: url(../img/upload-file.png) no-repeat 0 0;
	background-size: 160px 140px;
}

section form fieldset.left-50 {
	float: left !important;
	width: 45% !important;
	margin-bottom: 10px;
}

section form fieldset.right-50 {
	float: right !important;
	width: 45% !important;
	margin-bottom: 10px;
}

section form fieldset.left-75 {
	float: left !important;
	width: 73% !important;
}

section form fieldset.right-25 {
	float: right !important;
	width: 23% !important;
}

section form fieldset.right-25 input {
	width: 80% !important;
	padding-left: 10% !important;
	padding-right: 10% !important;
}

#upload-demo {
	width: 400px;
	margin: 20px 0 20px;
}

#upload-demo .cr-boundary {
	width: 100% !important;
}

#preview {
	width: 400px;
	margin: 0 0 20px;
}

#preview img {
	width: 100%;
	height: auto;
}

#resultado {
	width: 400px;
	margin: 0 0 20px;
}

#resultado a {
	cursor: pointer;
}

/* *************************************************** section.mantenimiento */
section.mantenimiento {}

section.mantenimiento .container {
	position: absolute;
	z-index: 10;
	float: none;
	width: 500px;
	height: 600px;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -300px;
}

section.mantenimiento h1 {
	text-align: center;
	margin: 0 0 20px;
}

section.mantenimiento h2 {
	text-align: center;
	margin: 0;
}

section.mantenimiento h3 {
	text-align: center;
	margin: 0;
}

section.mantenimiento p {
	text-align: center;
	margin: 20px auto;
	width: 80%;
}


/* *************************************************** aviso - servicio no disponible */
section.nodisponible {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 95vh;
	box-sizing: border-box;
}

section.nodisponible .container {
	padding: 3% 7%;
	text-align: center;
	box-sizing: border-box;
}

section.nodisponible .container h1 {
	text-transform: none;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
	margin-bottom: 1em;
}

section.nodisponible .container p {
	line-height: 1.5;
	padding-right: 5%;
	padding-left: 5%;
}

section.nodisponible .container p.footer {
	margin-top: 1.5em;
}

section.nodisponible .container p.footer span {
	color: #E2001A;
}

section.nodisponible .container .img {
	width: 100%;
	max-width: 370px;
	height: auto;
	margin: 2em auto;
}

section.nodisponible .container .img img {
	width: 100%;
	height: auto;
}

@media (max-width: 576px) {
	section.nodisponible .container {
		padding: 3% 3%;
	}

	section.nodisponible .container p br {
		display: none;
	}

	section.nodisponible {
		justify-content: flex-start;
	}

}









/* ************************************ */
/* ************************************ */
@media only screen and (max-width: 768px) {

	/* *************************************************** general */
	html {
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: 100%;
	}

	.container {
		width: 95% !important;
	}

	/* *************************************************** header */
	header p img {
		width: 250px;
		height: auto;
	}

	header ul {
		top: 20px;
	}

	/* *************************************************** footer */
	/* */
	footer .footer-links .accesos {
		width: 42%;
	}

	footer .footer-links .redes {
		width: 58%;
	}

	/* *************************************************** nav */
	nav {}

	nav p {
		display: block;
		position: absolute;
		z-index: 99999;
		width: 35px;
		height: 30px;
		padding: 0;
		top: -100px;
		left: 0;
		text-indent: -99999px;
		cursor: pointer;
		background: url(../img/nav.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 35px 60px;
	}

	nav p.active {
		background-position: 0 -30px;
	}

	nav ul {
		display: none;
		width: 100%;
		height: auto;
		background: #FFF;
	}

	nav ul li,
	nav ul.pro-menu li {
		float: none;
		width: 100%;
		margin: 10px 0;
		font-size: 1.125em;
	}

	nav ul.pro-menu li.sub ul {
		display: block;
		position: relative;
		z-index: 10;
		top: auto;
		left: auto;
		margin: 10px 0 0;
		padding: 0;
		width: 100%;
		height: auto;
	}

	nav ul.pro-menu li.sub ul li {
		text-align: center;
		border-bottom: 0;
	}

	nav ul.pro-menu li.sub ul li a {
		padding: 10px 0;
		background: none;
	}

	/* *************************************************** section */
	section h1,
	section h2 {
		font-size: 1.250em;
	}
}

/* ************************************ */
/* ************************************ */
@media only screen and (max-width: 767px) {

	/* *************************************************** general */
	.container {
		width: 90% !important;
	}

	/* *************************************************** header */
	header p {
		padding: 110px 0 10px;
	}

	header p img {
		width: 200px;
	}

	header ul {
		top: 5px;
	}

	/* *************************************************** footer */
	/* */
	footer .footer-links .accesos {
		float: none;
		width: 100%;
	}

	footer .footer-links .redes {
		float: none;
		width: 100%;
	}

	footer .footer-links .redes ul {
		float: none;
		margin: 20px auto 20px;
	}

	footer .footer-links .redes p {
		text-align: center;
	}

	/* */
	footer .footer-rc p {
		text-align: center;
	}

	/* *************************************************** nav */
	nav p {
		top: -150px;
	}

	/*nav {
		
	}
	nav p {
		display: block;
		position: absolute;	
		z-index: 99999;	
		width: 35px;
		height: 30px;
		padding: 0;
		top: -150px;
		left: 0;
		text-indent: -99999px;
		cursor: pointer;
		background: url(../img/nav.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 35px 60px;
	}
	nav p.active {
		background-position: 0 -30px;	
	}
	nav ul {
		display: none;
		width: 100%;
		height: auto;
		background: #FFF;
	}
	nav ul li,
	nav ul.pro-menu li {
		float: none;
		width: 100%;
		margin: 10px 0;
		font-size: 1.125em;
	}
	nav ul.pro-menu li.sub ul {
		display: block;
		position: relative;
		z-index: 10;
		top: auto;
		left: auto;
		margin: 10px 0 0;
		padding: 0;
		width: 100%;
		height: auto;
	}
	nav ul.pro-menu li.sub ul li {
		text-align: center;
		border-bottom: 0;
	}
	nav ul.pro-menu li.sub ul li a {
		padding: 10px 0;
		background: none;
	}*/
	/* *************************************************** section */
	section {
		margin: 0 0 20px !important;
	}

	section a.bt {
		width: 94% !important;
		padding-left: 2.5% !important;
		padding-right: 2.5% !important;
	}

	section ul.bt-x2 {
		height: auto;
	}

	section ul.bt-x2 li {
		width: 100% !important;
		float: none !important;
		margin-bottom: 10px;
	}

	section form fieldset input {
		width: 95% !important;
		padding-left: 2.5% !important;
		padding-right: 2.5% !important;
	}

	section form fieldset input[type="button"],
	section form fieldset input[type="submit"] {
		width: 100% !important;
	}

	section form fieldset input[type="tel"] {
		width: 100% !important;
		padding-left: 50px !important;
	}

	.iti-flag {
		background-image: url("/assets/img/flags@2x.png");
	}

	section form fieldset.radiobuttons {
		height: 25px;
	}

	section form fieldset.radiobuttons input {
		float: left !important;
		width: 18px !important;
		height: 18px !important;
		padding: 0 !important;
		margin: 0 10px 0 0 !important;
	}

	section form fieldset.radiobuttons label {
		float: left !important;
		padding-top: 2px !important;
	}

	section form fieldset.checkboxes {}

	section form fieldset.checkboxes input {
		float: left !important;
		width: 18px !important;
		height: 18px !important;
		padding: 0 !important;
		margin: 0 10px 0 0 !important;
	}

	section form fieldset.checkboxes label {
		float: left !important;
		padding-top: 2px !important;
	}

	section form fieldset.legal input {
		width: 18px !important;
	}

	section form fieldset.left-50,
	section form fieldset.right-50,
	section form fieldset.left-75,
	section form fieldset.right-75 {
		float: none !important;
		width: 100% !important;
	}

	section form fieldset.upload-file #seleccionar {
		width: 100%;
		height: 80px;
		padding-top: 150px;
		padding-left: 0;
		padding-right: 0;
		background: url(../img/upload-file.png) no-repeat center 0;
		background-size: 160px 140px;
	}

	#upload-demo {
		width: 90%;
		margin: 0 auto 10px;
	}

	#preview {
		width: 90%;
		margin: 10px auto;
	}

	#preview img {
		width: 90%;
		height: auto;
	}

	#resultado {
		width: 90%;
		margin: 0 auto 10px;
	}

	/* *************************************************** section.mantenimiento */
	section.mantenimiento .container {
		position: relative;
		width: 80%;
		height: auto;
		left: auto;
		top: auto;
		margin: 20px auto 0 !important;
	}

	section.mantenimiento h1 img,
	section.mantenimiento h2 img {
		max-width: 100%;
		height: auto;
	}

	section.mantenimiento h3 img {
		width: 120px;
		height: auto;
	}

	section.mantenimiento p {
		width: 100%;
	}
}