@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}


/* ASIGNAMOS EL TIPO DE LETRA */
@font-face {
   font-family: Logo;
   src: url("/typo/HARNGTON.TTF");
}
@font-face {
   font-family: Autor;
   src: url("/typo/Dioksiany.ttf");
}
@font-face {
   font-family: Titulo;
   src: url("/typo/CASTELAR.TTF");
}
@font-face {
   font-family: Articulo;
   src: url("/typo/CENTURY.TTF");
}@font-face {
   font-family: Titulo2;
   src: url("/typo/TCCEB.TTF");
}


/*html {scroll-behavior: smooth;}*/

/* Style the body */
body {
	margin: 0;
	background: antiquewhite;
}

.fondo {
	width: 100%;
	height: 100vh;
	position: fixed;
	object-fit: cover;
	opacity: 0.3;	
}

.contenedor {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	position: relative;
}

/*HEADER*/
.header { 
	width: 100%;
	height: auto;
	text-align: center;	
}

.logo {
	padding: 1% 0;
	font-family: Logo;
	font-size: 8vw;
	color: #674310;
}

.Slogan {
	text-align: center;
	font-family: Titulo2;
	font-size: 4vw;
	color: #705d44;
	opacity: 0;	
}
/*FIN HEADER*/




/*HOME*/
#Home {
	width: 95%;
	height: 100vh;
	padding: 7% 0;
	position: relative; 
}

.Banner_Home {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.Bro {
	width: 50%;
	height: auto;
	background-image: linear-gradient(hsla(33,8%,22%,0.0)20%,hsla(33,54%,15%,0.90)80%);
	box-shadow: 6px 6px 6px hsla(33,8%,22%,0.80);
}

.Menu_Podcast, .Menu_Videos {
	width: 40%;
	height: 25%;
	bottom: 25%;
	text-align: center;
	cursor: pointer;
	position: absolute;
	background-image: linear-gradient(hsla(33,8%,22%,0.0)20%,hsla(33,54%,15%,0.90)80%);
	box-shadow: 6px 6px 6px hsla(33,8%,22%,0.80);
}

.Menu_Podcast {left: 5%;}
.Menu_Videos {right: 5%;}

.Podcast_Ico {
	width: 45%;
	height: auto;
	-webkit-filter: sepia(100%);
}

.Video_Ico {
	width: 50%;
	height: auto;
}

.Titulo {
	width: 100%;
	font-family: Titulo2;
	font-size: 3vw;
	color: #fff6e7;
	padding: 5% 0;
}
/*FIN HOME*/


/*ANIMACIONES*/
@keyframes Desaparecer {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes Aparecer {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes AnimaPodcast3 {
	0% {width: 20%;left: 46%;}
	100% {width: 38%;left: 0;}
}
@keyframes AnimaPodcast4 {
	0% {width: 38%;left: 0;}
	100% {width: 20%;left: 46%;}
}




@keyframes AnimaVideo1 {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes AnimaVideo2 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes AnimaVideo3 {
	0% {width: 20%;left: 70%;}
	100% {width: 33%;left: 0;}
}
@keyframes AnimaVideo4 {
	0% {width: 33%;left: 0;}
	100% {width: 20%;left: 70%;}
}






@keyframes AnimaSlogan1 {
	from {opacity: 1;}
	to {opacity: 0;}
}
@keyframes AnimaSlogan2 {
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes AnimaSlogan3 {
	from {opacity: 0;transform: translateY(20px);}
	to {opacity: 1;transform: translateY(0);}
}




@keyframes AnimaRegresa1 {
	from {opacity: 1;}
	to {opacity: 0;}
}
@keyframes AnimaRegresa2 {
	from {opacity: 0;}
	to {opacity: 1;}
}

/*FIN ANIMNACIONES*/



.Regresar {
	opacity: 0;
	width: 10%;
	height: auto;
	position: absolute;
	font-family: Titulo2;
	font-size: 4vw;
	color: #705d44;
	text-align: right;	
/*	top: 46%;*/
/*	right: 10%;*/
	cursor: default;
}



/*PODCAST*/
#PodcastImgID2 {
	position: absolute;
	left: 5%;
	top: 10%;
	width: 25%;
	height: auto;
	-webkit-filter: sepia(100%);
	opacity: 0;
	display: none;
}

#CapitulosID {
	font-family: Articulo;
	margin-top: 4%;
	width: 100%;
	height: 100vh;
	display: none;
	overflow-x: scroll;
}

.Tren {
	width: 500%;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-content: center;	
	justify-content: space-between;
}

.Track_Nombre {
	top: 46%;
	left: 30%;
	width: 20%;
	font-family: Titulo2;
	font-size:4vw;
	color: antiquewhite;
	text-shadow: 1px 1px 1px black;
	position: absolute;
}

.Audios {
    width: 100%; 
	top: 60%;
	-webkit-filter: sepia(100%);
	position: absolute;	
}

#AudiosID {
	display: none;
	opacity: 0;
}


.Capitulos {
	width: 100%;
	height: auto;
	text-align: center;
	color: #faebd7;
	background: hsla(33,54%,15%,0.90);
	font-size: 2.2vw;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	position: relative;
	border-right: 1px solid antiquewhite;
	cursor: pointer;
}

.T_Capitulo {
	position: absolute;
	top: 0;
	padding: 2%; 
}

.Img_Capitulos {
	width: 60%;
	height: auto;
}

.Pie_Capitulo {
	width: 90%;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 2.5vw;
	position: absolute;
	bottom: 2%;
}





/*VIDEOS*/
#Video_Ico2 {
	position: absolute;
	right: 5%;
	top: 5%;
	width: 20%;
	height: auto;
	opacity: 0;
	display: none;
}

#Cont_Videos_ID::-webkit-scrollbar {
    width: 7px;      /*Tamaño del scroll en vertical */
    height: 7px;
}

#Cont_Videos_ID::-webkit-scrollbar-thumb {
    background-color: hsla(32,68%,11%,0.65);
    border-radius: 4px;
}

#Cont_Videos_ID::-webkit-scrollbar-track {
	background: #C7A579;    
    border-radius: 5px;
}

#Cont_Videos_ID {
	width: 60%;
	height: 20%;
	display: none;
	overflow-y: scroll;
	position: absolute;
	left: 2%;
	top: 19%;
}

#Videos {
	width: 100%;
	height: auto;
}

#Videos h5 {padding: 5%;}

#T_VideoID {font-size: 5.5vw;}

#SubT_VideoID {font-size: 3vw;}

.OPT_Video {
	width: 100%;
	height: auto;
	font-family: Titulos;
	text-align: center;
	font-size: 3vw;
	color: antiquewhite;
	background-image: linear-gradient(hsla(33,8%,22%,0.60)20%,hsla(33,54%,15%,0.90)80%);
	cursor: pointer;
}

.OPT_Video:hover {
	background-image: linear-gradient(hsla(33,45%,74%,1.00)20%,hsla(34,58%,25%,0.80)80%);
	color: #FDF5EB;
	text-shadow: 1px 1px 1px #251705;
}

.separador {
	width: 50%;
	height: auto;
	padding: 1%;
}

#Mostrar_VideoID {display: none;}

#Mostrar_VideoID h2 {
	font-family: Titulo2;
	color: #83633F;
}

#Mostrar_VideoID h5 {
	font-family: Titulo2;
	color: #83633F;
	padding-bottom: 1%;
}

.Video_Muestra {
	width: 100%;
	height: auto;
}

.Video_Frame {
	float: left;
	width: 340px;
	height: 180px;
	padding-right: 2%;
}

.articulo {
	font-family: Articulo;
	font-size: 2vw;
	color: #83633F;
	text-align: justify;
}



/* Footer */
.footer {
	width: 100%;
	height: auto;
	text-align: center;
	color: #705d44;	
	position: absolute;
	bottom: 0;
	left: 0;	
}

.footer h2 {font-size: 2vw;}

.autor {
	font-family: Autor;
	font-size: 7vw;
	color: #AA8045;
}

.dedicatoria {
	font-family: Logo;
	color: #7A5B31;
	font-size: 2vw;
}
/* Fin Footer */






/**** MOVILES ****/
@media screen and (max-device-width:440px){/*IPHONE X*/
	
	.logo {font-size: 11vw;}
	
	/*HOME*/
	#Home {
		width: 90%;
		height: auto;
		padding: 0;
	}
	
	.Bro {width: 80%;}
	
	.Menu_Podcast, .Menu_Videos {
		width: 80%;
		height: auto;
		position: static;
		padding-top: 3%;
	}
	
	.Menu_Podcast {left: 0;}
	
	.Menu_Videos {right: 0;}
	
	.Titulo {font-size: 5vw;}

	.Regresar {font-size: 6vw;}
	
	/*PODCAST*/
	#PodcastImgID2 {top: 25%;}
	
	#CapitulosID {
		width: 90%;
		height: 80%;
		margin-top: 0;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	.Tren {
		width: 100%;
		height: auto;
		flex-flow: column;
		justify-content: center;
		margin-bottom: 2%;
	}
	
	.Track_Nombre {
		font-size:6vw;
		left: 33%;
	}
	
	.Audios {top: 70%;}
	
	.Capitulos {
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 6vw;
		border-radius: 15px;
		border-bottom: solid 2px antiquewhite;
	}

	.T_Capitulo {
		width: 90%;
		position: absolute;
		top: 0;
		padding: 2%; 
	}

	.Img_Capitulos {
		width: 40%;
		opacity: 1;
	}

	.Pie_Capitulo {
		width: 80%;
		height: 100%;
		font-size: 4vw;
		bottom: 10%;
	}
	
	
	
	/*VIDEOS*/
	#Cont_Videos_ID {top: 16%;}
	#Videos h5 {padding: 6%;}
	.OPT_Video {
		font-size: 5vw;
		border-bottom: solid 2px antiquewhite;
	}
	.Video_Frame {
		width: 370px;
		height: 180px;
		float:none;
		padding-bottom: 2%;
	}
	#T_VideoID {font-size: 6vw;}
	#SubT_VideoID {font-size: 4vw;}
	
	.Video_Muestra {
		position: absolute;
		top: 40%;
	}
	.articulo {
		width: 100%;
		font-size: 4vw;
	}
	#Cont_Videos_ID::-webkit-scrollbar {
		width: 10px;      /*Tamaño del scroll en vertical */
		height: 10px;
	}
	
	
	
	
	
	
	
	/*FOOTER*/
	.footer {
		padding-top: 2%;
		position: relative;		
	}
	.footer h2 {font-size: 4vw;}
	.autor {font-size: 12vw;}
	.dedicatoria {font-size: 3vw;}
	
	
}

/*--- FIN MOVILES ---*/
