@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

* {
	box-sizing: border-box
}

/*Esto abarca la primera parte*/

a {
	text-decoration: none;
	display: inline-block;
	text-emphasis-color: black;
}
h1 {
	margin: 15px;
	font-size: 28px;
	font-family: Poppins;
	text-shadow: 2px 2px 5px #606060
}
h2 {
	margin: 10px;
	margin-bottom: 25px;
	margin-top: 20px;
	font-size: 22px;
	font-family: Poppins;
}
p {
	margin: 20px;
	font-family: Lato;
}

* {
	box-sizing: border-box
}

.cabezal {
	background-color: rgba(123, 62, 0, 1.00);
	width: 100%;
	display: flex;
	align-content: center;
	text-align: center;
}

.Logo {
 	padding: 10px;
	margin-left: 10px;
}

.Titulo {
	margin-top: 50px;
	margin-left: 20px;
	font-size: 40px;
}

.log_in{
	color: rgba(255, 128, 0, 1.00);
	margin-top: 10px;
	margin-left: 40%;
	padding: 30px 10px 20px 10px;
	font-size: 50px;
	transition: color 1s, padding 1s;
}

.log_in:hover{
	color: rgba(255,187,34,1.00);
	padding: 30px 20px 20px 20px;
}

.sig_in{
	color: rgba(255, 128, 0, 1.00);
	margin-top: 10px;
	margin-left: 30px;
	padding: 30px 10px 20px 10px;
	font-size: 50px;
	transition: color 1s, padding 1s;
}

.sig_in:hover{
	color: rgba(255,187,34,1.00);
	padding: 30px 20px 20px 20px;	
}


.barra_nav{
	background-color: rgba(100,50,0,1.00);
}

.ul_padre{
	list-style: none;
	overflow: hidden;
	display: flex;
}

.ul_padre > li{
	width: 200px;
}

.ul_padre li a{
	text-decoration: none;
	display: block;
	color: rgba(235,188,117,1.00);
	background-color: rgba(100,50,0,1.00);
	padding: 10px 10px 10px 20px;
}

.ul_padre li a:hover{
	color: white;
	background-color: rgba(60,30,0,1.00);
}

.ul_padre li ul{
	display: none;
	position: absolute;
	width: 200px;
}

.ul_padre li:hover > ul{
	display: block;
}

.ul_padre li ul li{
	position: relative;
}

.ul_padre li ul li ul{
	right: -200px;
	top: 0px;
}

.cuerpo {
	background-image: url("../images/Cuero.png");
 	background-size: 100%;
 	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}

.art {
	background-image: url("../images/Pergamino_H.webp");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	margin: 5px;
	padding: 10px;
	width: 100%;
	height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 50px;
}

.art_v {
	background-color: rgba(235,188,117,1.00);
	text-align: center;
	margin: 5px;
	padding: 10px;
	width: 100%;
	height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 50px;
}

.container_art_1{
	display: flex;
	justify-content: space-around;
	order: 2;
	flex-wrap: wrap;
}

.art_1_1 {
	order: 1;
	flex-shrink: 0;
	padding: 5px;
	margin: 12px;
	text-aling: center;
	width: 40%;
}
.art_2_1 {
	order: 3;
	align-self: center;
	padding: 30px 10px 10px 10px;
	margin: 5px;
	background-image: url("../images/Pergamino_H_2.webp");
	background-size: cover;
	background-repeat: no-repeat;
	text-aling: center;
	width: 40%;
	height: 500px;
}

.art_3_1{
	order: 1;
	margin-top: 30px;
}

.art_1_2 {
	background-image: url("../images/Pergamino_H_3.webp");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 5px;
	text-aling: center;
	width: 40%;
	height: 550px;
	order: 2;
}

.art_2_2 {
	background-image: url("../images/Pergamino_V.webp");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 5px;
	text-aling: center;
	width: 15%;
	height: 380px;
	order: 3;
}

.boton {
	padding: 5px;
	color: rgba(255, 128, 0, 1.00);
	background-color: rgba(123, 62, 0, 1.00);
	box-shadow: 0px 5px 0px 0px #462300;
	width: 100px;
	margin-top: 17px;
	border-radius: 5px;
}
.boton:hover {
	color: rgba(255,187,34,1.00);
	background-color: rgba(185, 7, 0, 1.00);
	box-shadow: 0px 5px 0px 0px rgba(152,5,0,1.00);
	transition: color 1s, background-color 1s, box-shadow 1s;
}
.lista li {
	margin: 10px;
}
.art_3_2 {
	background-image: url(../images/Pergamino_H_4.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 2px 2px 2px;
	margin: 2px;
	text-aling: center;
	align-content: center;
	width: 43%;
	height: 520px;
	order: 3;
}

.art_3_2 > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center ;
	width: 100%;
	height: 350px;
}

.art_4_2{
	order: 1;
}

.art_img {
		width: 95%;
	}

.art_img_2 {
	margin: 7px;
	padding-left: 40px;
	width: 38%;
}

.art_video {
	margin: auto;
	padding: 10px;
	width: 90%;
}

video{
	height: 30em;
}

iframe{
	padding-top: 30px;
	width: 720px;
	height: 480px;
}

footer {
	padding: 10px;
	clear: both;
	text-align: center;
	background-color: rgba(123, 62, 0, 1.00);

}

footer > a{
	color: rgba(255, 128, 0, 1.00);
	padding: 30px 10px 20px 10px;
	font-size: 50px;
	transition: color 1s, padding 1s, font-size 1s;
}


footer > a:hover{
	color: rgba(255,187,34,1.00);
	padding: 30px 20px 20px 20px;
	font-size: 60px;
	
}
/*Esto abarca la primera parte*/

.flex_container {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex_container > div {
	background-color: rgba(228,172,96,1.00);
	padding: 20px;
	margin: 10px;
	font-family: Lato;
	border-radius: 10px;
	width: 25%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 300px;
}

.flex_container > div > span {
	color: black;
	font-size: 50px;
}

.flex_container > div > h1 {
	font-size: 20px;
	padding-bottom: 15px;
	margin: 15px;
	height: 50px;
	border-bottom: black solid 1px;
}

.flex_container > div > p {
	font-size: 13px;
	padding: 10px;
	margin: 10px 10px 10px 10px;
}

.flex_container > div > img {
	height: 85px;
}

.siguiente_atras{
	display: flex;
	align-content: center;
}

.siguiente_atras {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
	margin: 20px
}

/* ----------------------------------------------
 * Generated by Animista on 2024-4-19 13:35:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-90-cw
 * ----------------------------------------
 */
@keyframes rotate-90-cw {
  0% {
            transform: rotate(0);
  }
  100% {
            transform: rotate(360deg);
  }
}

@keyframes baile {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-20deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes bote {
	0% {
		transform: translateY(0px);
  }
	25% {
		transform: translateY(5px);
  }
	50% {
		transform: translateY(0px);
  }
	75% {
		transform: translateY(-5px);
  }
	100% {
		transform: translateY(0px);
  }
}


.flex_container > div > #delegada {
	animation-name: baile;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.flex_container > div > #rise {
	animation-name: rotate-90-cw;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.flex_container > div > #bebida {
	animation-name: bote;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

	/*MENU*/

#cabeceralogo {
  display: flex;
  justify-content: center;
  height: 150px;
  padding: 0% 2%;
  background-color: rgba(100,50,0,1.00);
}
#cabeceralogo > div {
  flex: 1;
  padding-top: 45px;
}
#cabeceralogo h1 {
  font: bold 54px Arial, sans-serif;
  color: #FFFFFF;
}
#menuprincipal {
  display: flex;
  justify-content: center;
  height: 50px;
  padding: 0% 2%;
  background-color: rgba(100,50,0,1.00);
  border-top: 1px solid rgba(158,79,0,1.00);
  border-bottom: 1px solid rgba(158,79,0,1.00);
}
#menuprincipal li {
  display: inline-block;
  height: 35px;
  padding: 15px 10px 0px 10px;
  margin-right: 5px;
}
#menuprincipal li:hover {
  background-color: #6FACC6;
}
#menuprincipal a {
  font: bold 18px Arial, sans-serif;
  color: rgba(235,188,117,1.00);
  text-decoration: none;
}
#menuicono {
  display: none;
  height: 48px;
  padding: 12px 2% 0px 3%;
  background-color: rgba(100,50,0,1.00);
  border-top: 1px solid rgba(158,79,0,1.00);
  border-bottom: 1px solid rgba(158,79,0,1.00);
}

/*responsibe*/

@media only screen and (max-width : 480px){
	
	h1{
		font-size: 14px;
		color: rgba(235,188,117,1.00);
	}
	
	h2{
		font-size: 14px;
	}
	
	.Logo img{
		width: 60px;
	}
	
	.Titulo{
		font-size: 14px;
	}
	
	.log_in{
		margin-top: 5px;
		margin-left: 7%;
		font-size: 10px;
	}
	
	.sig_in{
		font-size: 10px;
		margin-left: 3%;
	}
	
	.barra_nav{
		display: none;
	}
	
	.container_art_1{
		display: flex;
		flex-direction: column;
	}
	
	.ul_padre{
		display: none;
	}
	
	.ul_padre > li{
		width: 100px;
	}
	
	.ul_padre li ul{
		width: 120px;
	}
	
	.ul_padre li ul li ul{
		right: -120px;
	}
	
	.cuerpo {
		background-image: none;
 		background-color: rgba(71,35,0,1.00);
	}
	
	.art_img {
		width: 50%;
	}
	
	.art_img_2 {
		width: 90%;
		padding: 0px;
	}
	
	.art_v{
		height: 400px;
	}
	
	.art_v>.art_3_1{
		color: black;
		font-size: 20px;
	}
	
	.art_video {
		margin: auto;
		padding: 10px;
		width: 90%;
	}

	video{
		width: 90%;
		padding-top: 30px;
		height: auto;
	}
	
	iframe{
		width: 90%;
		padding-top: 30px;
		height: 235px;
	}
	
	.art{
		height: auto;
		background-image: none;
		background-color: rgba(158,78,0,1.00);
	}
	
	.art_1_1{
		height: auto;
	}
	
	.art_1_2{
		height: 250px;
	}
	
	.art_2_1{
		height: 500px;
	}
	
	.art_3_1{
		background-color: none;
	}
	
	.art_3_2{
		text-align: center;
		height: 1050px;
		background-color: rgba(235,188,117,1.00);
	}
	
	.flex_container{
		justify-content: center;
		flex-direction: column;
		align-content: space-around;
	}
	
	.flex_container > div {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		height: 250px;
		width: 95%;
		margin: 5px auto 5px auto;
	}
	
	.flex_container > div > span {
		color: black;
		font-size: 20px;
	}

	.flex_container > div > h1 {
		font-size: 14px;
		padding-bottom: 12px;
		margin-top: 6px;
		height: 50px;
		border-bottom: black solid 1px;
		color: black
	}
	
	.flex_container > div > img{
		width: auto;
		margin-bottom: 0px;
	}
	
	.flex_container > div > .boton{
		margin-top: 10px; 
		width: 40%;
	}
	
	[class*="art_1_"] {
		margin: 5px auto 5px auto;
  		width: 95%;
		background-image: none;
		background-color: rgba(235,188,117,1.00);
	}
	
	[class*="art_2_"] {
		margin: 5px auto 5px auto;
  		width: 95%;
		background-image: none;
		background-color: rgba(235,188,117,1.00);
	}
	
	[class*="art_3_"] {
		margin: 5px auto 5px auto;
  		width: 95%;
		background-image: none;
	}
	
	/*MENU*/
	
	#cabeceralogo {
		height: 100px;
	}
	
	#cabeceralogo > div {
		text-align: center;
		padding-top: 0;
	}
	
	#cabeceralogo h1 {
		font: bold 30px Arial, sans-serif;
		padding: 1em;
	}
	
	#menuprincipal {
		display: none;
		width: 100%;
		height: 100%;
		padding: 0%;
	}
	
	#menuprincipal li {
		display: block;
		margin-right: 0px;
		text-align: center;
	}
	
	#menuicono {
		display: block;
	}
	
}

@media only screen and (min-width: 481px) and (max-width : 1439px){
	
	h1{
		font-size: 24px;
		color: rgba(235,188,117,1.00);
	}
	
	h2{
		font-size: 20px;
	}
	
	.Logo img{
		width: 100px;
	}
	
	.Titulo{
		font-size: 24px;
	}
	
	.log_in{
		margin-top: 5px;
		margin-left: 7%;
		font-size: 10px;
	}
	
	.sig_in{
		font-size: 10px;
		margin-left: 3%;
	}
	
	.barra_nav{
		display: none;
	}
	
	.container_art_1{
		display: flex;
		flex-direction: column;
	}
	
	.ul_padre > li{
		width: 100px;
	}
	
	.ul_padre li ul{
		width: 120px;
	}
	
	.ul_padre li ul li ul{
		right: -120px;
	}
	
	.cuerpo {
		background-image: none;
 		background-color: rgba(71,35,0,1.00);
	}
	
	.art_img {
		width: 75%;
		margin: auto;
	}
	
	.art_img_2 {
		width: 45%;
		padding: 0px;
	}
	
	.art_v{
		height: 450px;
	}
	
	.art_v>.art_3_1{
		color: black;
		font-size: 20px;
	}
	
	.art_video {
		margin: auto;
		padding: 10px;
		width: 90%;
	}
	
	video{
		width: 90%;
		padding-top: 30px;
		height: inherit;
	}
	
	iframe{
		width: 90%;
		padding-top: 30px;
		height: 380px;
	}
	
	.art{
		height: auto;
		background-image: none;
		background-color: rgba(158,78,0,1.00);
	}
	
	.art_1_1{
		height: auto;
	}
	
	.art_1_2{
		height: 530px;
	}
	
	.art_2_1{
		height: 420px;
	}
	
	.art_3_1{
		background-color: none;
	}
	
	.art_3_2{
		text-align: center;
		height: 500px;
		background-color: rgba(235,188,117,1.00);
	}
	
	.flex_container{
		justify-content: center;
		flex-direction: row;
		align-content: space-around;
	}
	
	.flex_container > div {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		height: 250px;
		width: 30%;
		margin: 5px auto 35px auto;
	}
	
	.flex_container > div > span {
		color: black;
		font-size: 35px;
	}

	.flex_container > div > h1 {
		font-size: 14px;
		padding-bottom: 12px;
		margin-top: 6px;
		height: 50px;
		border-bottom: black solid 1px;
		color: black
	}
	
	.flex_container > div > img{
		width: auto;
		margin-bottom: 0px;
	}
	
	.flex_container > div > .boton{
		margin-top: 10px; 
		width: 40%;
	}
	
	[class*="art_1_"] {
		margin: 5px auto 5px auto;
  		width: 95%;
		background-image: none;
		background-color: rgba(235,188,117,1.00);
	}
	
	[class*="art_2_"] {
		margin: 5px auto 5px auto;
  		width: 95%;
		background-image: none;
		background-color: rgba(235,188,117,1.00);
	}
	
	[class*="art_3_"] {
		margin: 5px auto 5px auto;
  		width: 95%;
		background-image: none;
	}
	
	/*MENU*/
	
	#cabeceralogo {
		height: 100px;
	}
	
	#cabeceralogo > div {
		text-align: center;
		padding-top: 0;
	}
	
	#cabeceralogo h1 {
		font: bold 30px Arial, sans-serif;
		padding: 1em;
	}
	
	#menuprincipal {
		display: none;
		width: 100%;
		height: 100%;
		padding: 0%;
	}
	
	#menuprincipal li {
		display: block;
		margin-right: 0px;
		text-align: center;
	}
	
	#menuicono {
		display: block;
	}

}

@media only screen and (min-width: 1440px) {
	
	#cabeceralogo{
		display: none;
	}
	
	#menuprincipal{
		display: none;
	}
	
	#menuicono{
		display: none;
	}
}