@import url('https://fonts.googleapis.com/css2?family=Federo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200..700&display=swap');

@charset "utf-8";

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

a {text-decoration: none;}

Body {
	font-family: 'Montserrat', Verdana, sans-serif;
	font-size:16px;
	font-weight:400;
	background-color:#fff;
}

main {
	padding:0;
	margin:0 auto;
	background-color:#000;
}

header {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items:center;
	margin-bottom:8px;
	border: #CC6600 px dotted;
	background-color:#4c4c4c;
	margin:auto;
	width:100%;
}

.logotipo {
	width:15%;
	text-align: center;
	border:# 4px dotted;
}

.titulo {
	width:50%;
	margin:auto;
	border:# 4px dotted;
}

h1	{
	font-family: 'Federo', Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:400;
	color:#fff;
	line-height:2;
	text-indent:32px;
}

.menu {
	text-align: center;
	width:35%;
	margin:auto;
	border:# 4px dotted;
}
	
.menu a	{
	font-size:15px;
	font-weight:500;
	color:#ddd;
	padding: 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.menu a:hover	{
	color:#fff;
	background-color:#000;
}

/*-------------------********** estilos ******---------------------------------------------*/

#box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	width:98%;
	max-width:1600px;
	padding-bottom:8px;
	margin: 24px auto 0;
}

.box {
	text-align:center;
	width:23.6%;
    margin: 0 .7% 16px;
}

.box a {
	font-size:15px;	
	font-weight:500;
	color: #e3e3e3;
	letter-spacing:1px;
	position: absolute;
	z-index:999;
	padding: 1px 8px;
	border:#e3e3e3 thin solid;
	margin:8px;
	background-color:rgba(50,50,50,.5);
}

.box a:hover {
	color: #fff;
	text-decoration:none;
	border:#C20EAF thin solid;
	background-color:#C20EAF;
}

.box img {
	width:100%;
}

/*----------------------*************------------barra navegacion-------***********--------------------*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
	padding-left:0;
	width:100%;
	margin:auto;
	background-color:#5f5f5f;
}

nav {
	font-weight: 300;
	/*position: relative;*/
	margin-bottom:28px;
}
nav ul {
	padding-top: 3px;
	margin: 0 auto;
	width: 100%;
}

nav li {
	display: inline;
	float: left;
}

nav li a, nav .active {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:20px;
	font-weight:300;
	color: #fff;
	padding: 10px 8px;
	display: inline-block;
	-webkit-transition: all .2s;
	transition: all .2s;
}

nav a:hover {
	color: #fff;
    background:#000;
	-webkit-transition: all .6s;
	transition: all .6s;
}

nav .active {
	color: #FFc633;
	font-weight:300;
}

nav a#pull {
	display: none;
}


/*----------------------*************------------ iconos -------***********--------------------*/
@font-face {
  font-family: 'ocaranza';
  src: url('css/font/ocaranza.eot?11696425');
  src: url('css/font/ocaranza.eot?11696425#iefix') format('embedded-opentype'),
       url('css/font/ocaranza.woff2?11696425') format('woff2'),
       url('css/font/ocaranza.woff?11696425') format('woff'),
       url('css/font/ocaranza.ttf?11696425') format('truetype'),
       url('css/font/ocaranza.svg?11696425#ocaranza') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ocaranza";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  opacity: .8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}
 
.icon-cancel-circle:before { content: '\e800'; }
.icon-cancel-outline:before { content: '\e803'; font-size:3rem }
.icon-left-open-outline:before { content: '\e804'; font-size:3rem; }
.icon-right-open-outline:before { content: '\e805'; font-size:3rem }
.icon-spin:before { content: '\f110'; font-size:3rem}
/*----------------------*************------------ sliders -------***********--------------------*/

container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items:center;
	width:98%;
	max-width:1600px;
	margin: 24px auto 0;
	border:#cd3 px dotted;
}

div.rthumbnail {
	width:18%;
	display: inline-block;
	margin: 0 1% 16px;
	border:#66FFCC px dotted;
}

div.rthumbnail img {
	width:100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 12px 24px -12px #666;
	box-shadow: 0 12px 24px -12px #666;
}

div.rthumbnail img:hover { 
	filter:saturate(1.5);
	-webkit-box-shadow: 0 12px 24px -12px #333;
	box-shadow: 0 12px 24px -12px #333;
}

div.rthumbnail div.rcaption{
	display: none;
}

div.responsivegallery{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	display: none;
	z-index: 1000;
}

div.responsivegallery:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: zoom-out;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.8;
	z-index: -1;
}

div.responsivegallery div.galleryinner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

div.responsivegallery div.galleryinner:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

div.responsivegallery div.figurearea{
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	z-index: 1000;
}

div.responsivegallery figure{
	margin: 0;
	padding: 0;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

div.responsivegallery figure img{
	max-width: 100%;
	width: 100%;
	height: auto;
	border: #666 4px solid;
	line-height: 0;
	display: block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none; 
}

div.responsivegallery div.figurearea .thecaption{
	text-align: center;
	vertical-align:bottom;
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 100%;
	white-space: normal;
}

div.responsivegallery div.figurearea .thecaption:before{ 
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #666;
	top: 0;
	left: 0;
	opacity: 0.6;
}

div.responsivegallery div.figurearea .thecaption div.captioninner{
	font-family: 'Krub', Verdana, sans-serif;
	font-size: 1.4rem;
	letter-spacing:2px;
	position: relative;
	padding: 4px;
	color: #fff;
	overflow: hidden;
}

div.responsivegallery div.figurearea .thecaption div.captioninner span.counter{
	float: right;
	font-family: 'Krub', Verdana, sans-serif;
	font-size: 1rem;
	letter-spacing:0px;
	display: block;
	background: #A91B9A;
	color: white;
	border-radius: 12px;
	width: 50px;
	line-height:2;
	text-align: center;
}

div.responsivegallery div.close{
	color: #FFD300;
	position: absolute;
	right: 0;
	top: 0;
	padding: 25px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

div.responsivegallery div.close:hover{
	color:#fff;
}

div.responsivegallery div.close span{
	line-height: 1rem;
}

div.responsivegallery div.leftnav,
div.responsivegallery div.rightnav{
	position: absolute;
	left: 0;
	top: 50%;
	color: #FFD300;
	text-align: center;
	line-height: 1;
	margin-top: -30px;
	cursor: pointer;
	z-index: 1000;
	font-size: 3rem;
}

div.responsivegallery div.rightnav{
	right: 0;
	left:auto;
}


@-webkit-keyframes rotate{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate{
	0%{
			transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

div.responsivegallery div.leftnav:hover,
div.responsivegallery div.rightnav:hover{
	color:#fff;
}

/*----------------------*************------------ footer -------***********--------------------*/
footer {
	background-color:#333;
}

@media screen and (max-width: 660px) {

main {
	margin:0;
}

.header {
	width:100%;
	margin-bottom:0;
}

.logotipo {
	display:none;
}

.titulo {
	width:100%;
}

h1	{
	font-size:17px;
	text-align:center;
	letter-spacing:0;
	line-height:1.2;
	padding: 6px 4px 0;
}

.menu {
	width:100%;
}

	
.menu a	{
	font-size:15px;
	padding:0 6px;
}

/*nav a#pull {
	font-family: 'Krub', Verdana, sans-serif;
	display: block;
	color:#fff;
	font-weight:700;
	line-height:2;
	letter-spacing:5px;
	width: 100%;
	position: relative;
	text-indent:32px;
	background-color:#5f5f5f;
}

nav a#pull:after {
	content:"";
	background: url(../../archivos/gifes/nav-galeria.png) no-repeat;
	width: 30px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 8px;
}

nav a#pull:hover {
	color: #6ff;
}*/

nav {
	width:100%;
	margin-bottom:6px;
}

nav ul {
	display: block;
	width: 100%;
	margin-bottom:0;
}

nav li {
	width: 25%;
}

nav li a, nav .active {
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 0;
	line-height: 1.7;
}

container {
	width:100%;
	margin: 8px auto 0;
}

div.rthumbnail {
	width:31.733%;
	margin: 0 .8% 16px;
}
/*-------------------********** estilos ******---------------------------------------------*/

#box {
	width:98%;
	padding-bottom:8px;
	margin: 16px auto 0;
}

.box {
	text-align:center;
	width:48.4%;
    margin: 0 .8% 8px;
}

.box a {
	font-size:13px;
	letter-spacing:0;
	margin:8px;
	background-color:rgba(50,50,50,.7);
}

}