@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Raleway:wght@300;400;500;600;700');

/*&display=swap*/
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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	font-family: 'Raleway', sans-serif;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 62.5%;
	position: relative;
	color: black;
	padding: 0;
}

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
}

.limpia,
.espacio {
	clear: both
}

body.loaded .transicion {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear
}

::-webkit-scrollbar {
	height: 4px;
	width: 4px;
	height: 0;
	width: 0;
}

::-webkit-scrollbar-button {
	height: 0px;
	width: 0px
}

::-webkit-scrollbar-thumb {
	background: #000000;
	border-radius: 0;
	border: 0px none #cecece
}

::-webkit-scrollbar-thumb:hover {
	background: #000000
}

::-webkit-scrollbar-thumb:active {
	background: #000000
}

::-webkit-scrollbar-track {
	background: #999;
	border-radius: 0;
	border: 0px none #999
}

::-webkit-scrollbar-track:hover {
	background: #999
}

::-webkit-scrollbar-track:active {
	background: #999
}

::-webkit-scrollbar-corner {
	background: transparent
}

::-webkit-input-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: black
}

:-moz-placeholder {
	color: black
}

.cargando {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .75);
	z-index: 50
}

.cargando .spinner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 70px;
	margin: 0 auto;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}

.cargando .spinner > div {
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 15px;
	margin-right: 2.5px;
	border-radius: 100%;
	background: #000000;
	animation: spinner 1.5s infinite ease-in-out both
}

.cargando .spinner > div:last-child {
	margin-right: 0
}

.cargando .spinner .bounce1 {
	animation-delay: -.5s
}

.cargando .spinner .bounce2 {
	animation-delay: -.25s
}

@keyframes spinner {
	0%,
	80%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0)
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1)
	}

}

.oculto {
	display: none !important;
}

.cinzel {
	font-family: 'Cinzel', serif;
}

div.format_popup {
	max-width: 700px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	cursor: default !important;
	min-width: 260px
}

div.format_popup .tit {
	margin-top: 0;
	font-size: 3em;
	font-weight: 300;
}

div.format_popup h1,
div.format_popup h2,
div.format_popup h3,
div.format_popup h4,
div.format_popup h5 {
	font-weight: 600;
	font-size: 1.45em;
	text-transform: uppercase;
	margin: 20px 0
}

div.format_popup table,
div.format_popup ul,
div.format_popup ol,
div.format_popup p {
	font-size: 1.45em;
	margin: 20px 0 0 0;
	line-height: 2em
}

div.format_popup b,
div.format_popup strong {
	font-weight: 700
}

div.format_popup a {
	text-decoration: underline;
	color: #454545;
	word-break: break-all;
	font-weight: 500
}

div.format_popup.minified .limit {
	min-width: 425px;
}

div.format_popup ul ol,
div.format_popup ol ul,
div.format_popup ol ol,
div.format_popup ul ul {
	font-size: inherit;
}

div.format_popup .limit::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

div.format_popup table {
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap
}

div.format_popup tr:nth-of-type(odd) {
	background: #eee
}

div.format_popup th {
	background: #333;
	color: white;
	font-weight: bold
}

div.format_popup td,
div.format_popup th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left
}

.scroll_table {
	overflow: auto;
	margin-top: 40px;
}

.scroll_table::-webkit-scrollbar {
	width: 22px;
	height: 22px
}

.scroll_table table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.scroll_table tr:nth-of-type(odd) {
	background: #eee;
}

.scroll_table th {
	background: #333;
	color: white;
	font-weight: bold;
}

.scroll_table td,
.scroll_table th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
	white-space: nowrap;
}

.fancybox-thumbs__list a:before {
	border-color: #907d64;
}

/*BATMAN BEGINS*/
.bloque {
	max-width: 1024px;
	margin: 0 auto;
	border-bottom: solid 100px #eaeae9;
}

.bloque img {
	width: 100%;
	height: auto;
	display: block;
}

.bloque_4 {
	border-color: white;
}

.bloque_1 {
	/*border-top: solid 100px white;*/
}
.header{
	background: url(../img/header.png) center no-repeat;
	height: 337px;
}
.footer{
	background: url(../img/footer.png) center no-repeat;
	height: 426px;
}
@media (max-width:1279px) {
	.bloque {
		margin: 0 50px;
	}

	.bloque {
		border-bottom: solid 50px #eaeae9;
	}

	.bloque_4 {
		border-color: white;
	}

	.bloque_1 {
		/*border-top: solid 50px white;*/
	}

}

@media (max-width:1023px) {
	.header{
	background-image: url(../img/header2.png);
	height: 135px;
}
}

@media (max-width:767px) {
	.bloque {
		margin: 0 10px;
	}

	.bloque {
		border-bottom: solid 10px #eaeae9;
	}

	.bloque_4 {
		border-color: white;
	}

	.bloque_1 {
		/*border-top: solid 10px white;*/
	}
}

