@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'sora';
    src: url("../fuentes/Sora-VariableFont_wght.ttf");
}

@font-face {
    font-family: 'sora';
    src: url("../fuentes/Sora-VariableFont_wght.eot");
}

@font-face {
    font-family: 'sora';
    src: url("../fuentes/Sora-VariableFont_wght.woff");
}

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

.body{
	max-width: 1300px;
	margin: 0 auto;
    max-width: 1500px;
	padding: 0px;
	background: url(../imgs/Fdo2.png);
	background-color: #000;
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: top center;
	font-family: "sora";
}

.player{
	position: fixed;
	right:0px;
	top:0px;
}


#cabecera{
	margin-top:20%;
	margin-left: 50px;
}
#cabecera h1{
	color:#FFF;
	font-weight:bold;
}
#cuerpo{
	background-color:#333;
	min-height:500px;
	color:#FFF;
	font-family: 'sora';
	padding: 30px;
	font-size: 24px;
	
}



#galeria{
	background-color:#333;
	color:#FFF;
	padding: 20px;
	position: absolute;
	height: auto;
}

#gallery{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;

}

#videos{
	background-color:#333;
	color:#FFF;
	padding: 20px;
	height: auto;
	min-height:500px;
	

	/* [disabled]float: left; */
}

.iframe{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 30px ;
}
.iframe iframe{
	width: 40%;
	height: 400px;
	min-width: 400px;
	border-radius: 5px;
	
}

#pie{
	background-color: #FFF;
	height: 100%;
	border-radius:5px;
	color:#000;
	font-size:18px;
	padding: 20px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.columnas{
	width: 45%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.columnas a{
	text-decoration: none;
}

.info_pie{
	line-height: 35px;
}


.main{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	height: 100%;
}
.columna1{
	display: flex;
	justify-content: space-evenly;
	align-items:flex-start;
	width: 55%;
	min-width: 300px;
	height: 100%;
	padding: 20px;
}
.columna2{
	width: 35%;
	min-width: 150px;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}
.columna2 img{
	width: 80%;
	height:auto;
	max-width:120px;
}

.redes img{
	width: 30%;
	max-width:80px;
	height:auto;
}
#galeria li{
	list-style: none;
	margin: 8px;
	background-color:#FFF;
	border-radius: 5px;
	border-style: solid;
	border-color:#FFF;
	border-width:4px;
}
#galeria li img{
		width: auto;
		height:150px;
}

#galeria div{
	width:200px;
	height:150px;
	
}

.wp {
    display: block;
    width: 50px;
    height: auto;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 888;
}

.wp img {
    width: 100%;
}

@media screen and (max-width:800px ) {
#cabecera h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size: 22px;
}
#cuerpo{
	font-size: 18px;
}
#galeria div{
	width:150px;
	height:80px;
}

.main{
	min-height: 400px;
}

	.columna1{
		
		width: 100%;
		margin-right: ;
	
		
	}
	.columna2{
		width: 100%;
		flex-direction: row;
		
	
	}
	.columnas{
		width: 100%;
		text-align: center;
	}


}
