@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	
}
.navbar{
	
}
.container-cover{
	width: 100%;
	height: 500px;
	position: relative;
	top:0px;
	background-image: url("../Imagenes/Background.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.container-cover:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(180,180,180,0.80);
	position: absolute;
	top: 0;
	left: 0;
}
.container-info-cover{
	max-width: 800px;
	height: 500px;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
position: relative;
	z-index: 1;
	
}
.container-info-cover-player{
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
position: relative;
	z-index: 1;
	
}
.container-info-cover{
	font-size: 30px;
	font-weight: 500;
	color: white;
	margin-bottom: 20px;
}
.container-info-cover p{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}




*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*Tarjetas*/
.container-cover2{
	width: 100%;
	height: auto;
	position: relative;
	top:0px;
	background-image: url("../Imagenes/Background2.jpg ");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.container-cover2:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(44,44,44,0.76);
	position: absolute;
	top: 0;
	left: 0;
}
.container-info-cover2{
	max-width: 1000px;
	height: auto;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    position: relative;
	z-index: 1;
	
}
.container-info-cover2{
	font-size: 20px;
	font-weight: 500;

	
}
.container-info-cover2 p{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.containerP{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E9EAED;
	padding-top: 140px;
}
.card-containerP{
	display: flex;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 4px 2px rfba(0,0,0, .2);
}
.header{
	border-right: 1px solid #ddd;
	width: 400px;
}


.descripcion{
	background: #fbfbfb;
	width: 100%;
}
.descripcion h4{
	font-size: 20px;
	color: black;
	text-align: center;
	
}
.descripcion p{
	text-align: justify;
	color: black;
	font-size: 15px;
}

.header, .descripcion{
	padding: 20px;
	text-align: center;
	
}
.header a{
	position: relative;
	display: block;
}
.header img{
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0,0,0, .06);
	margin:20px 30px;
	
}
.header h4{
	font-size: 20px;
	color: black;
	text-align: center;
}
.header p{
	color: black;
	text-align: center;
	width: 100%;
	font-size: 15px;
}
.descripcion{
	position: relative;
	
}
.descripcion p{
	margin: 20px 30px;
}
.descripcion .iconos{
	margin-top: 25px;
	width: 500px;
}
.descripcion .iconos a{
	display: inline-block;
	padding: 0 15px;
	color: black;
}
@media (max-width:320px){
    .containerP{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E9EAED;
	padding-top: 140px;
}
.card-containerP{
	display: flex;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 4px 2px rfba(0,0,0, .2);
}
.header{
	border-right: 1px solid #ddd;
	width: 100px;
}


.descripcion{
	background: #fbfbfb;
	width: 20px;
}
.descripcion h4{
	font-size: 20px;
	color: black;
	text-align: center;
	
}
.descripcion p{
	text-align: justify;
	color: black;
	font-size: 15px;
}

.header, .descripcion{
	padding: 20px;
	text-align: center;
	
}
.header a{
	position: relative;
	display: block;
}
.header img{
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0,0,0, .06);
	margin:20px 30px;
	
}
.header h4{
	font-size: 20px;
	color: black;
	text-align: center;
}
.header p{
	color: black;
	text-align: center;
	width: 100%;
	font-size: 15px;
}
.descripcion{
	position: relative;
	
}
.descripcion p{
	margin: 20px 30px;
}
.descripcion .iconos{
	margin-top: 25px;
	width: 10px;
}
.descripcion .iconos a{
	display: inline-block;
	padding: 0 15px;
	color: black;
}

}
@media (width:322px){
    .containerP{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E9EAED;
	padding-top: 140px;
}
.card-containerP{
	display: flex;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 4px 2px rfba(0,0,0, .2);
}
.header{
	border-right: 1px solid #ddd;
	width: 100%;
}


.descripcion{
	background: #fbfbfb;
	width: 20px;
}
.descripcion h4{
	font-size: 20px;
	color: black;
	text-align: center;
	
}
.descripcion p{
	text-align: justify;
	color: black;
	font-size: 15px;
}

.header, .descripcion{
	padding: 20px;
	text-align: center;
	
}
.header a{
	position: relative;
	display: block;
}
.header img{
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0,0,0, .06);
	margin:20px 30px;
	
}
.header h4{
	font-size: 20px;
	color: black;
	text-align: center;
}
.header p{
	color: black;
	text-align: center;
	width: 10px;
	font-size: 15px;
}
.descripcion{
	position: relative;
	
}
.descripcion p{
	margin: 20px 30px;
}
.descripcion .iconos{
	margin-top: 25px;
	width: 10px;
}
.descripcion .iconos a{
	display: inline-block;
	padding: 0 15px;
	color: black;
}
}
@media (max-width:375px){
    .containerP{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E9EAED;
	padding-top: 140px;
}
.card-containerP{
	display: flex;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 4px 2px rfba(0,0,0, .2);
}
.header{
	border-right: 1px solid #ddd;
	width: 100px;
}


.descripcion{
	background: #fbfbfb;
	width: 120px;
	margin-left:0px;
}
.descripcion h4{
	font-size: 20px;
	color: black;
	text-align: center;
	
}
.descripcion p{
 
   width:87%;
  text-align:left;
	color: black;
	font-size: 15px;
}

.header, .descripcion{
	padding: 20px;
	text-align: center;
	
}
.header a{
	position: relative;
	display: block;
}
.header img{
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0,0,0, .06);
	margin:20px 30px;
	
}
.header h4{
	font-size: 20px;
	color: black;
	text-align: center;
}
.header p{
	color: black;
	text-align: center;
	width: 100%;
	font-size: 15px;
}
.descripcion{
	position: relative;
	
}
.descripcion p{
	margin: 20px 30px;
}
.descripcion .iconos{
	margin-top: 25px;
	width: 100px;
}
.descripcion .iconos a{
	display: inline-block;
	padding: 0 15px;
	color: black;
}

}
@media (min-width:768px){
  
}

}
